
:root {
  --navy: #0b1f33;
  --navy-2: #102c49;
  --gold: #d7a73f;
  --gold-soft: #f5e7bd;
  --ink: #16202a;
  --muted: #5f6c78;
  --surface: #ffffff;
  --surface-2: #f7f8fa;
  --line: #dde3e8;
  --success: #1f6b4f;
  --max: 1180px;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(11,31,51,.10);
  --shadow-sm: 0 8px 24px rgba(11,31,51,.08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--surface); line-height: 1.65; }
a { color: inherit; }
img, video { max-width: 100%; display:block; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.skip-link { position:absolute; left:-9999px; top:8px; background:#fff; color:#000; padding:10px 14px; z-index:1000; border-radius:8px; }
.skip-link:focus { left:8px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline:auto; }
.eyebrow { display:inline-flex; align-items:center; gap:8px; text-transform:uppercase; letter-spacing:.14em; font-size:.76rem; font-weight:800; color:var(--gold); }
.eyebrow::before { content:""; width:26px; height:2px; background:currentColor; }
.section { padding: 88px 0; }
.section.alt { background: var(--surface-2); }
.section-head { max-width: 760px; margin-bottom: 36px; }
.section-head h2 { margin: 10px 0 12px; font-size: clamp(2rem, 4vw, 3.1rem); line-height:1.08; letter-spacing:-.03em; }
.section-head p { margin:0; color:var(--muted); font-size:1.08rem; }
.site-header { position:sticky; top:0; z-index:200; background:rgba(255,255,255,.96); backdrop-filter:blur(14px); border-bottom:1px solid rgba(221,227,232,.8); }
.nav-wrap { min-height:78px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { display:flex; align-items:center; gap:12px; text-decoration:none; min-width:220px; }
.brand-mark { width:44px; height:44px; border-radius:12px; display:grid; place-items:center; background:var(--navy); color:var(--gold); font-weight:900; letter-spacing:.04em; box-shadow:var(--shadow-sm); }
.brand-copy strong { display:block; color:var(--navy); line-height:1.1; font-size:.92rem; letter-spacing:.02em; }
.brand-copy span { display:block; color:var(--muted); font-size:.75rem; margin-top:3px; }
.site-nav { display:flex; align-items:center; gap:6px; }
.site-nav a { text-decoration:none; font-size:.92rem; font-weight:700; color:var(--navy); padding:10px 12px; border-radius:10px; }
.site-nav a:hover, .site-nav a[aria-current="page"] { background:#f2f5f7; }
.nav-cta { background:var(--navy)!important; color:#fff!important; padding:11px 16px!important; }
.nav-cta:hover { background:var(--navy-2)!important; }
.nav-toggle { display:none; border:1px solid var(--line); background:#fff; border-radius:10px; width:44px; height:44px; color:var(--navy); font-size:1.25rem; }
.hero { position:relative; overflow:hidden; background:linear-gradient(120deg, rgba(8,27,46,.98), rgba(16,44,73,.94)); color:#fff; min-height:680px; display:grid; align-items:center; }
.hero::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 72% 20%, rgba(215,167,63,.22), transparent 34%), linear-gradient(90deg, transparent 0 52%, rgba(255,255,255,.035) 52% 53%, transparent 53%); pointer-events:none; }
.hero-grid { position:relative; z-index:1; display:grid; grid-template-columns:1.08fr .92fr; gap:72px; align-items:center; padding:86px 0; }
.hero h1 { font-size:clamp(2.8rem, 6vw, 5.3rem); line-height:.98; letter-spacing:-.055em; margin:14px 0 22px; max-width:900px; }
.hero p { color:#dce6ef; font-size:clamp(1.04rem, 1.6vw, 1.24rem); max-width:760px; margin:0 0 28px; }
.cta-row { display:flex; flex-wrap:wrap; gap:12px; }
.btn { display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:50px; padding:12px 18px; border-radius:12px; text-decoration:none; font-weight:800; border:1px solid transparent; transition:.2s ease; }
.btn:hover { transform:translateY(-1px); }
.btn.primary { background:var(--gold); color:#101820; }
.btn.primary:hover { background:#e2b64f; }
.btn.secondary { color:#fff; border-color:rgba(255,255,255,.35); background:rgba(255,255,255,.06); }
.btn.dark { background:var(--navy); color:#fff; }
.btn.outline { border-color:var(--navy); color:var(--navy); background:#fff; }
.hero-proof { display:flex; flex-wrap:wrap; gap:12px 22px; margin-top:28px; color:#c7d4df; font-size:.9rem; }
.hero-proof span { display:flex; gap:8px; align-items:center; }
.hero-proof span::before { content:"✓"; color:var(--gold); font-weight:900; }
.media-panel { position:relative; border:1px solid rgba(255,255,255,.16); border-radius:28px; min-height:460px; background:linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.04)); box-shadow:0 30px 80px rgba(0,0,0,.28); overflow:hidden; display:flex; flex-direction:column; justify-content:flex-end; }
.media-panel::before { content:"REAL YOUTH MEDIA AREA"; position:absolute; inset:0; display:grid; place-items:center; font-weight:900; letter-spacing:.18em; font-size:.78rem; color:rgba(255,255,255,.32); background:linear-gradient(135deg, rgba(215,167,63,.08), transparent 55%); }
.media-note { position:relative; z-index:2; margin:18px; padding:18px; border-radius:16px; background:rgba(8,27,46,.88); color:#dce6ef; font-size:.9rem; }
.trust-strip { background:var(--navy); color:#fff; }
.trust-grid { min-height:92px; display:grid; grid-template-columns:repeat(4,1fr); gap:18px; align-items:center; text-align:center; }
.trust-grid strong { color:var(--gold); display:block; font-size:1.25rem; }
.trust-grid span { color:#ced8e1; font-size:.84rem; }
.cards-2, .cards-3, .cards-5 { display:grid; gap:22px; }
.cards-2 { grid-template-columns:repeat(2,1fr); }
.cards-3 { grid-template-columns:repeat(3,1fr); }
.cards-5 { grid-template-columns:repeat(5,1fr); }
.card { background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:28px; box-shadow:var(--shadow-sm); }
.card h3 { margin:8px 0 12px; font-size:1.36rem; line-height:1.2; color:var(--navy); }
.card p { color:var(--muted); margin:0 0 18px; }
.card-link { font-weight:800; color:var(--navy); text-decoration:none; }
.card-link::after { content:" →"; color:var(--gold); }
.number { width:40px; height:40px; border-radius:12px; display:grid; place-items:center; background:var(--gold-soft); color:#70510d; font-weight:900; }
.package-card { border-top:5px solid var(--gold); position:relative; }
.package-price { font-size:2.2rem; font-weight:900; color:var(--navy); margin:8px 0; }
.package-price small { font-size:.9rem; color:var(--muted); font-weight:700; }
.split { display:grid; grid-template-columns:1fr 1fr; gap:54px; align-items:center; }
.feature-list { list-style:none; padding:0; margin:24px 0; display:grid; gap:12px; }
.feature-list li { display:flex; gap:12px; }
.feature-list li::before { content:"✓"; flex:0 0 26px; height:26px; border-radius:8px; display:grid; place-items:center; background:var(--gold-soft); color:#6d500d; font-weight:900; }
.faq { display:grid; gap:12px; }
.faq details { border:1px solid var(--line); border-radius:14px; background:#fff; padding:0 20px; }
.faq summary { cursor:pointer; list-style:none; font-weight:800; color:var(--navy); padding:20px 34px 20px 0; position:relative; }
.faq summary::-webkit-details-marker { display:none; }
.faq summary::after { content:"+"; position:absolute; right:0; top:16px; font-size:1.5rem; color:var(--gold); }
.faq details[open] summary::after { content:"−"; }
.faq details p { color:var(--muted); margin:0 0 20px; }
.page-hero { background:linear-gradient(125deg, var(--navy), var(--navy-2)); color:#fff; padding:92px 0 72px; position:relative; overflow:hidden; }
.page-hero::after { content:""; position:absolute; width:420px; height:420px; right:-130px; top:-180px; border-radius:50%; background:rgba(215,167,63,.13); }
.page-hero h1 { font-size:clamp(2.6rem,5vw,4.8rem); line-height:1; letter-spacing:-.045em; margin:12px 0 18px; max-width:900px; }
.page-hero p { max-width:820px; font-size:1.12rem; color:#dce6ef; margin:0; }
.breadcrumbs { font-size:.85rem; color:#b8c9d7; }
.breadcrumbs a { color:#dce6ef; }
.deliverable { min-height:100%; }
.deliverable .number { margin-bottom:18px; }
.showcase-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.showcase-slot { min-height:260px; border:1px dashed #aebac4; border-radius:16px; display:grid; place-items:center; text-align:center; padding:24px; color:#72808c; background:linear-gradient(145deg,#fff,#f6f8fa); }
.timeline { display:grid; gap:14px; }
.timeline details { border-left:4px solid var(--gold); background:#fff; border-radius:0 14px 14px 0; box-shadow:var(--shadow-sm); }
.timeline summary { padding:20px 22px; font-weight:900; color:var(--navy); cursor:pointer; }
.timeline .timeline-body { padding:0 22px 20px; color:var(--muted); }
.schedule { overflow:auto; border:1px solid var(--line); border-radius:16px; background:#fff; }
.schedule table { width:100%; border-collapse:collapse; min-width:700px; }
.schedule th, .schedule td { text-align:left; padding:18px; border-bottom:1px solid var(--line); vertical-align:top; }
.schedule th { background:#f2f5f7; color:var(--navy); }
.quote-card { border-left:5px solid var(--gold); }
.quote-card .symbol { font-size:2rem; }
.quote-card h3 { font-size:1.2rem; }
.identity-banner { background:var(--navy); color:#fff; border-radius:24px; padding:38px; box-shadow:var(--shadow); }
.identity-banner p { font-size:1.28rem; color:#e1e9ef; margin:0; }
.contact-band { background:var(--gold-soft); border-block:1px solid #e4cf8c; }
.contact-grid { display:grid; grid-template-columns:1.2fr .8fr; gap:28px; align-items:center; }
.contact-grid h2 { color:var(--navy); font-size:clamp(2rem,4vw,3rem); margin:0 0 10px; }
.contact-links { display:flex; flex-wrap:wrap; gap:10px; }
.site-footer { background:#071522; color:#d2dce4; padding:58px 0 24px; }
.footer-grid { display:grid; grid-template-columns:1.3fr .8fr .8fr .9fr; gap:30px; }
.site-footer h3, .site-footer h4 { color:#fff; margin:0 0 14px; }
.site-footer p, .site-footer a { color:#b7c6d2; font-size:.9rem; }
.site-footer a { text-decoration:none; }
.site-footer a:hover { color:#fff; text-decoration:underline; }
.footer-links { display:grid; gap:8px; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.12); margin-top:38px; padding-top:20px; display:flex; justify-content:space-between; gap:18px; font-size:.82rem; color:#94a8b7; }
.subnav { display:flex; gap:8px; flex-wrap:wrap; margin-top:26px; }
.subnav a { color:#fff; text-decoration:none; border:1px solid rgba(255,255,255,.22); padding:8px 12px; border-radius:999px; font-size:.86rem; }
.info-box { border:1px solid var(--line); border-radius:16px; padding:22px; background:#fff; }
.info-box strong { color:var(--navy); }
.notice { background:#fff7db; border:1px solid #ead17b; color:#57420b; padding:16px 18px; border-radius:12px; }
.kicker-row { display:flex; gap:10px; flex-wrap:wrap; margin-top:24px; }
.kicker { display:inline-flex; padding:8px 11px; border-radius:999px; background:#edf2f5; color:var(--navy); font-size:.82rem; font-weight:800; }
@media (max-width: 1000px) {
  .cards-5 { grid-template-columns:repeat(2,1fr); }
  .cards-3 { grid-template-columns:repeat(2,1fr); }
  .hero-grid, .split, .contact-grid { grid-template-columns:1fr; }
  .media-panel { min-height:360px; }
  .footer-grid { grid-template-columns:repeat(2,1fr); }
  .trust-grid { grid-template-columns:repeat(2,1fr); padding:20px 0; }
}
@media (max-width: 780px) {
  .container { width:min(calc(100% - 28px), var(--max)); }
  .section { padding:68px 0; }
  .nav-toggle { display:block; }
  .site-nav { position:absolute; left:14px; right:14px; top:70px; background:#fff; border:1px solid var(--line); border-radius:16px; box-shadow:var(--shadow); padding:12px; display:none; flex-direction:column; align-items:stretch; }
  .site-nav.open { display:flex; }
  .site-nav a { padding:12px; }
  .hero { min-height:auto; }
  .hero-grid { padding:70px 0 56px; gap:38px; }
  .cards-2, .cards-3, .cards-5, .showcase-grid { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-bottom { flex-direction:column; }
  .brand-copy span { display:none; }
  .page-hero { padding:74px 0 56px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior:auto!important; transition:none!important; animation:none!important; }
}
