:root {
  --green: #0b4a35;
  --green-dark: #073425;
  --green-deep: #052319;
  --red: #b41224;
  --red-dark: #7a0715;
  --gold: #f3c13f;
  --gold-soft: #ffe08a;
  --ink: #16221d;
  --muted: #5d6862;
  --line: #dce6df;
  --soft: #f6faf7;
  --paper: #ffffff;
  --shadow: 0 18px 45px rgba(6, 35, 25, .14);
  --max: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, "Helvetica Neue", sans-serif; color: var(--ink); background: #fff; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.cc-site { overflow: hidden; background: #fff; }
.cc-container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.cc-top { background: #fff; border-bottom: 1px solid rgba(7,52,37,.12); }
.cc-top-inner { min-height: 78px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.cc-logo { display: inline-flex; align-items: center; gap: 10px; color: var(--green-dark); font-size: 30px; font-weight: 950; white-space: nowrap; letter-spacing: 0; }
.cc-logo-badge { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 10px; color: #17120a; background: linear-gradient(180deg,#ffdf78,#d99d1d); box-shadow: inset 0 -4px 0 rgba(0,0,0,.16); font-size: 17px; font-weight: 950; }
.cc-nav { display: flex; align-items: center; justify-content: center; gap: 20px; color: #23372f; font-size: 13px; font-weight: 950; white-space: nowrap; }
.cc-nav a { padding: 28px 0 22px; border-bottom: 3px solid transparent; }
.cc-nav a.active, .cc-nav a:first-child { color: var(--red); border-bottom-color: var(--gold); }
.cc-actions { display: flex; align-items: center; gap: 9px; }
.cc-btn { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; border-radius: 6px; font-size: 14px; font-weight: 950; border: 1px solid transparent; white-space: nowrap; }
.cc-btn-gold { color: #17120a; background: linear-gradient(180deg,#ffe48f,#e8aa24); box-shadow: 0 12px 22px rgba(232,170,36,.22); }
.cc-btn-green { color: #fff; background: var(--green); border-color: rgba(255,255,255,.18); }
.cc-category { color: #fff; background: var(--green-dark); }
.cc-category-inner { min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 24px; font-size: 13px; font-weight: 950; text-transform: uppercase; }
.cc-hero { background: linear-gradient(180deg, rgba(5,35,25,.94), rgba(5,35,25,.96)), radial-gradient(circle at 50% 0, rgba(243,193,63,.14), transparent 34rem); padding: 26px 0 46px; }
.cc-hero-banner { position: relative; min-height: 520px; display: flex; align-items: center; overflow: hidden; background: linear-gradient(90deg, rgba(5,35,25,.98) 0%, rgba(5,35,25,.72) 43%, rgba(5,35,25,.05) 75%), url("/assets/ccn9-hero.png") center right / cover no-repeat; border: 1px solid rgba(255,224,138,.22); box-shadow: 0 24px 72px rgba(0,0,0,.32); }
.cc-hero-copy { position: relative; z-index: 1; width: min(590px, 56%); padding: 58px 0 58px 54px; color: #fff; }
.cc-hero-copy h1 { margin: 0; font-size: clamp(42px, 4.4vw, 66px); line-height: 1.02; font-weight: 950; letter-spacing: 0; }
.cc-hero-copy h1 span { color: var(--gold-soft); }
.cc-hero-copy p { margin: 23px 0 0; max-width: 540px; color: rgba(255,255,255,.86); font-size: 17px; }
.cc-hero-buttons { margin-top: 30px; display: flex; gap: 12px; flex-wrap: wrap; }
.cc-hero-info { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 30px; max-width: 540px; }
.cc-hero-info div { min-height: 74px; padding: 13px 14px; border: 1px solid rgba(255,224,138,.25); background: rgba(0,0,0,.22); }
.cc-hero-info strong { display: block; color: var(--gold-soft); font-size: 22px; line-height: 1; }
.cc-hero-info span { display: block; margin-top: 8px; color: rgba(255,255,255,.78); font-size: 12px; font-weight: 900; }
.cc-intro { padding: 58px 0 52px; background: #fff; }
.cc-intro-grid { display: grid; grid-template-columns: minmax(0,.88fr) minmax(480px,1.12fr); gap: 54px; align-items: center; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h2 { margin: 0; color: var(--green-deep); font-size: clamp(30px, 3.1vw, 42px); line-height: 1.12; font-weight: 950; letter-spacing: 0; }
.cc-lead { margin: 18px 0 0; color: var(--muted); font-size: 16px; }
.cc-official-line { margin-top: 22px; padding: 17px 18px; border-left: 5px solid var(--gold); background: var(--soft); color: var(--green-dark); font-weight: 900; }
.cc-quality { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.cc-quality article { padding: 26px 22px; border-right: 1px solid var(--line); }
.cc-quality article:last-child { border-right: 0; }
.cc-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--gold-soft); background: var(--green); border-radius: 50%; font-weight: 950; margin-bottom: 18px; }
.cc-quality h3, .cc-guide-card h3, .cc-post h3, .cc-faq-card h3 { margin: 0 0 9px; color: var(--green-deep); line-height: 1.22; font-size: 20px; }
.cc-quality p, .cc-guide-card p, .cc-post p, .cc-faq-card p { margin: 0; color: var(--muted); font-size: 14px; }
.cc-guide { padding: 68px 0; color: #fff; background: linear-gradient(180deg, var(--green-deep), #041812); }
.cc-section-head { display: flex; align-items: end; justify-content: space-between; gap: 34px; margin-bottom: 30px; }
.cc-guide h2 { color: #fff; }
.cc-guide .cc-lead { color: rgba(255,255,255,.72); max-width: 480px; }
.cc-guide-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.cc-guide-card { min-height: 230px; padding: 26px 22px; border: 1px solid rgba(255,224,138,.22); background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03)); }
.cc-guide-card h3 { color: #fff; }
.cc-guide-card p { color: rgba(255,255,255,.72); }
.cc-num, .cc-detail-block span { display: inline-grid; place-items: center; min-width: 33px; height: 26px; padding: 0 9px; color: #1d1507; background: var(--gold); border-radius: 999px; font-size: 12px; font-weight: 950; margin-bottom: 24px; }
.cc-feature { padding: 62px 0; background: var(--soft); }
.cc-feature-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1fr); gap: 50px; align-items: center; }
.cc-feature img, .cc-page-hero img { width: 100%; border: 1px solid rgba(11,74,53,.16); box-shadow: var(--shadow); object-fit: cover; }
.cc-feature .cc-btn { margin-top: 24px; }
.cc-faq-section { padding: 66px 0; background: #fff; }
.cc-faq-layout { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 38px; align-items: start; }
.cc-faq-list { margin-top: 26px; border-top: 1px solid var(--line); }
.cc-faq-list a { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); color: var(--green-dark); font-weight: 950; }
.cc-faq-list em { font-style: normal; color: var(--red); font-size: 24px; }
.cc-faq-card { padding: 30px 26px; background: var(--green-dark); color: #fff; box-shadow: var(--shadow); }
.cc-faq-card h3 { color: #fff; }
.cc-faq-card p { color: rgba(255,255,255,.76); }
.cc-checklist { margin-top: 22px; display: grid; gap: 11px; color: #fff; font-weight: 900; }
.cc-checklist div { padding: 12px 13px; border-left: 4px solid var(--gold); background: rgba(255,255,255,.08); }
.cc-news { padding: 64px 0 76px; background: var(--soft); }
.cc-news-page { background: #fff; }
.cc-news-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.cc-post-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.cc-post { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 30px rgba(6,35,25,.08); }
.cc-post-thumb { position: relative; aspect-ratio: 1.7 / 1; overflow: hidden; background: var(--green-dark); }
.cc-post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.cc-post-thumb span { position: absolute; left: 12px; bottom: 12px; padding: 6px 10px; color: #fff; background: var(--red); border: 1px solid rgba(255,224,138,.45); font-size: 12px; font-weight: 950; }
.cc-post-body { padding: 18px 18px 20px; }
.cc-post-date { margin-top: 18px; color: var(--green); font-size: 12px; font-weight: 950; }
.cc-page-hero { padding: 42px 0 48px; color: #fff; background: linear-gradient(180deg, var(--green-deep), var(--green-dark)); }
.cc-page-hero-grid { min-height: 390px; display: grid; grid-template-columns: minmax(0,.9fr) minmax(420px,1.1fr); align-items: center; gap: 48px; }
.cc-page-hero h1 { margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.04; font-weight: 950; letter-spacing: 0; }
.cc-page-hero p { max-width: 560px; margin: 20px 0 0; color: rgba(255,255,255,.82); font-size: 17px; }
.cc-article-meta { margin-top: 24px; color: var(--gold-soft); font-weight: 950; }
.cc-detail-section { padding: 66px 0; background: #fff; }
.cc-detail-layout { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 38px; align-items: start; }
.cc-detail-main { display: grid; gap: 18px; }
.cc-detail-block { padding: 28px 28px 30px; border: 1px solid var(--line); background: #fff; box-shadow: 0 12px 30px rgba(6,35,25,.06); }
.cc-detail-block h2 { font-size: 28px; }
.cc-detail-block p { margin: 12px 0 0; color: var(--muted); font-size: 16px; }
.cc-side { position: sticky; top: 18px; display: grid; gap: 10px; padding: 24px; color: #fff; background: var(--green-dark); box-shadow: var(--shadow); }
.cc-side h2 { margin-top: 12px; color: var(--gold-soft); font-size: 20px; }
.cc-side h2:first-child { margin-top: 0; }
.cc-side a { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.86); font-weight: 900; }
.cc-footer { padding: 54px 0 20px; color: #fff; background: var(--green-deep); }
.cc-footer-grid { display: grid; grid-template-columns: 1.2fr .7fr .7fr 1fr; gap: 42px; }
.cc-footer .cc-logo { color: #fff; }
.cc-footer p { color: rgba(255,255,255,.68); }
.cc-footer h3 { margin: 0 0 16px; color: var(--gold-soft); }
.cc-footer a:not(.cc-logo) { display: block; margin: 9px 0; color: rgba(255,255,255,.82); font-weight: 900; }
.cc-copy { margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); text-align: center; font-size: 12px; }
@media (max-width: 1180px) {
  .cc-top-inner { grid-template-columns: 1fr; padding: 15px 0; gap: 14px; }
  .cc-nav { justify-content: flex-start; overflow-x: auto; padding-bottom: 5px; }
  .cc-actions { position: absolute; right: 20px; top: 16px; }
  .cc-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cc-guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
  .cc-container { width: min(100% - 30px, var(--max)); }
  .cc-actions { display: none; }
  .cc-logo { font-size: 22px; }
  .cc-logo-badge { width: 36px; height: 36px; font-size: 14px; }
  .cc-category-inner { justify-content: flex-start; overflow-x: auto; }
  .cc-hero-copy { width: 100%; padding: 42px 22px; }
  .cc-hero-banner { min-height: 640px; align-items: start; background: linear-gradient(180deg, rgba(5,35,25,.98) 0%, rgba(5,35,25,.78) 42%, rgba(5,35,25,.08) 78%), url("/assets/ccn9-hero.png") center bottom / cover no-repeat; }
  .cc-hero-copy h1 { font-size: 40px; }
  .cc-hero-info { grid-template-columns: 1fr; }
  .cc-intro-grid, .cc-feature-grid, .cc-faq-layout, .cc-page-hero-grid, .cc-detail-layout, .cc-footer-grid { grid-template-columns: 1fr; }
  .cc-quality { grid-template-columns: 1fr; }
  .cc-quality article { border-right: 0; border-bottom: 1px solid var(--line); }
  .cc-quality article:last-child { border-bottom: 0; }
  .cc-section-head, .cc-news-head { display: block; }
  .cc-news-head .cc-btn { margin-top: 18px; }
  .cc-post-grid, .cc-guide-grid { grid-template-columns: 1fr; }
  .cc-page-hero-grid { min-height: auto; }
  .cc-side { position: static; }
}
