:root {
  --blue-950: #031c43;
  --blue-900: #062b65;
  --blue-800: #0a3d8a;
  --blue-700: #0e55b6;
  --yellow: #ffd61a;
  --yellow-deep: #f4bd00;
  --white: #ffffff;
  --ink: #10223d;
  --muted: #65758b;
  --surface: #f5f8fd;
  --line: rgba(8, 43, 101, .12);
  --shadow: 0 28px 70px rgba(0, 22, 57, .18);
  --radius: 28px;
}

* { 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);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 999; background: #fff; padding: 12px 16px; border-radius: 12px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 14px 0;
  transition: .25s ease;
}
.site-header.scrolled {
  background: rgba(3, 28, 67, .92);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { text-decoration: none; color: #fff; display: flex; align-items: baseline; gap: 8px; white-space: nowrap; }
.brand-kicker { color: var(--yellow); font-family: Georgia, serif; font-style: italic; font-size: 1.05rem; }
.brand strong { font-size: 1.08rem; }
.main-nav { display: flex; gap: 26px; align-items: center; }
.main-nav a { color: rgba(255,255,255,.88); text-decoration: none; font-weight: 700; font-size: .92rem; transition: .2s; }
.main-nav a:hover { color: var(--yellow); }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: #fff; margin: 5px 0; }

.hero {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 118px 0 72px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 16%, rgba(27, 105, 220, .42), transparent 28%),
    linear-gradient(135deg, var(--blue-950) 0%, var(--blue-900) 48%, #083b84 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -12% -32% 24%;
  height: 420px;
  background: var(--yellow);
  transform: rotate(-6deg);
  opacity: .95;
}
.hero-grid { position: relative; z-index: 3; display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.hero-copy { padding-top: 22px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; text-transform: uppercase; letter-spacing: .15em; font-size: .74rem; font-weight: 900; color: var(--yellow); }
.eyebrow.dark { color: var(--blue-700); }
.hero h1 { margin: 18px 0 12px; font-size: clamp(3.1rem, 6.2vw, 6.6rem); line-height: .88; letter-spacing: -.055em; max-width: 760px; }
.hero h1 span { display: block; color: var(--yellow); font-family: Georgia, serif; font-style: italic; font-size: .7em; letter-spacing: -.035em; margin-bottom: 10px; }
.hero-role { font-size: clamp(1.1rem, 2vw, 1.38rem); margin: 0 0 24px; color: rgba(255,255,255,.88); }
.number-lockup { display: inline-flex; align-items: center; gap: 16px; margin: 0 0 22px; padding: 8px 18px 8px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.number-label { font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; }
.number-lockup strong { color: var(--yellow); font-size: clamp(2rem, 4.3vw, 3.5rem); line-height: 1; letter-spacing: -.03em; }
.hero-lead { max-width: 620px; font-size: 1.03rem; line-height: 1.7; color: rgba(255,255,255,.78); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; border-radius: 999px; padding: 14px 22px; font-weight: 900; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--yellow); color: var(--blue-950); box-shadow: 0 12px 28px rgba(255, 214, 26, .18); }
.btn-ghost { color: #fff; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.06); }
.btn-dark { background: var(--blue-950); color: #fff; }
.disabled-link { opacity: .65; cursor: default; }
.quick-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 610px; }
.quick-facts div { border-top: 1px solid rgba(255,255,255,.18); padding-top: 13px; }
.quick-facts span { display: block; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; margin-bottom: 4px; }
.quick-facts strong { font-size: .92rem; }

.hero-art { position: relative; display: flex; flex-direction: column; align-items: center; }
.poster-frame { width: min(430px, 100%); border-radius: 32px; padding: 8px; background: linear-gradient(145deg, rgba(255,255,255,.6), rgba(255,255,255,.08)); box-shadow: var(--shadow); transform: rotate(2.2deg); }
.poster-frame img { border-radius: 25px; width: 100%; aspect-ratio: 2/3; object-fit: cover; }
.poster-note { font-size: .72rem; color: rgba(255,255,255,.55); margin-top: 12px; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .3; }
.hero-orb-one { width: 220px; height: 220px; background: var(--yellow); top: -70px; right: 22%; }
.hero-orb-two { width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.18); left: -140px; bottom: 2%; }
.puzzle-strip { position: absolute; z-index: 2; right: -130px; bottom: 40px; font-size: 48px; letter-spacing: 18px; color: rgba(255,255,255,.11); transform: rotate(-10deg); white-space: nowrap; }

.section { padding: 100px 0; position: relative; }
.section-light { background: #fff; }
.section-blue { background: linear-gradient(135deg, #05265a, #0a438e); color: #fff; }
.two-col { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.section-heading h2 { font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1.02; letter-spacing: -.045em; margin: 14px 0 18px; }
.section-heading p { max-width: 700px; line-height: 1.7; color: inherit; opacity: .72; }
.section-heading.center { text-align: center; max-width: 840px; margin: 0 auto 52px; }
.body-copy { font-size: 1.07rem; line-height: 1.82; color: #3e4f66; }
.notice { background: var(--surface); border: 1px solid var(--line); border-left: 5px solid var(--yellow-deep); padding: 18px 20px; border-radius: 14px; margin-top: 28px; }

.info-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.info-card { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); border-radius: 24px; padding: 28px; min-height: 220px; backdrop-filter: blur(8px); }
.info-card .icon { display: inline-flex; min-width: 52px; height: 52px; padding: 0 10px; align-items: center; justify-content: center; border-radius: 16px; background: var(--yellow); color: var(--blue-950); font-weight: 1000; margin-bottom: 24px; }
.info-card h3 { font-size: 1.18rem; margin: 0 0 10px; }
.info-card p { color: rgba(255,255,255,.68); line-height: 1.6; margin: 0; }

.topics-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.topic-card { background: var(--surface); border: 1px solid var(--line); padding: 28px; border-radius: 24px; min-height: 220px; }
.topic-number { width: 48px; height: 48px; border-radius: 50%; background: var(--yellow); color: var(--blue-950); display: grid; place-items: center; font-weight: 1000; margin-bottom: 22px; }
.topic-card h3 { margin: 0 0 10px; }
.topic-card p { color: var(--muted); line-height: 1.65; }

.social-section { background: var(--blue-950); color: #fff; overflow: hidden; }
.social-section::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; border: 1px solid rgba(255,255,255,.09); left: -220px; top: -180px; }
.social-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.social-links { display: grid; gap: 12px; }
.social-links a { text-decoration: none; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; padding: 18px 20px; display: flex; justify-content: space-between; gap: 20px; background: rgba(255,255,255,.05); transition: .2s ease; }
.social-links a:hover { transform: translateX(5px); background: rgba(255,255,255,.09); border-color: rgba(255,214,26,.5); }
.social-links span { color: rgba(255,255,255,.58); }
.social-links strong { color: var(--yellow); }

.contact-section { background: var(--yellow); padding: 68px 0; }
.contact-card { display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.contact-card h2 { margin: 8px 0 8px; font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.04em; }
.contact-card p { margin: 0; color: rgba(3,28,67,.72); }

.site-footer { background: #021631; color: rgba(255,255,255,.78); padding: 48px 0; }
.footer-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; }
.site-footer strong { color: #fff; }
.site-footer p { line-height: 1.6; margin: 6px 0; }
.legal { text-align: right; }
.small { font-size: .78rem; opacity: .62; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

@media (max-width: 920px) {
  .hero { padding-top: 106px; }
  .hero-grid, .two-col, .social-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 42px; }
  .hero-copy { text-align: center; }
  .hero-lead, .quick-facts { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .poster-frame { width: min(410px, 92%); transform: none; }
  .two-col, .social-grid { gap: 32px; }
  .info-grid { grid-template-columns: repeat(2, 1fr); }
  .topics-grid { grid-template-columns: 1fr; }
  .legal { text-align: left; }
  .hero::after { bottom: -360px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1160px); }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 14px; right: 14px; top: 66px; flex-direction: column; align-items: stretch; background: rgba(3,28,67,.97); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; padding: 14px; box-shadow: 0 22px 50px rgba(0,0,0,.28); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: .2s ease; }
  .main-nav.open { opacity: 1; pointer-events: auto; transform: none; }
  .main-nav a { padding: 11px 10px; }
  .hero { min-height: auto; padding-bottom: 64px; }
  .hero h1 { font-size: clamp(3.2rem, 16vw, 5.2rem); }
  .hero-role { font-size: 1.05rem; }
  .number-lockup { gap: 10px; }
  .quick-facts { grid-template-columns: 1fr; text-align: left; }
  .quick-facts div { display: flex; align-items: center; justify-content: space-between; }
  .quick-facts span { margin: 0; }
  .section { padding: 72px 0; }
  .info-grid { grid-template-columns: 1fr; }
  .info-card { min-height: auto; }
  .contact-card { flex-direction: column; align-items: flex-start; }
  .contact-card .btn { width: 100%; }
  .social-links a { flex-direction: column; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
