:root {
  --ink: #081521;
  --ink-soft: #132536;
  --paper: #fff8e8;
  --paper-2: #edf6f3;
  --red: #e63b2e;
  --red-dark: #9b211b;
  --gold: #f6c658;
  --cyan: #22b8d7;
  --green: #3b8e5a;
  --line: rgba(8, 21, 33, 0.14);
  --shadow: 0 18px 42px rgba(8, 21, 33, 0.2);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.65; }
body.modal-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
.site-header { position: sticky; top: 0; z-index: 40; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 12px 28px; background: rgba(8, 21, 33, 0.94); color: var(--paper); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255, 248, 232, 0.14); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; min-width: 190px; }
.brand-mark { display: inline-grid; place-items: center; width: 46px; height: 42px; border-radius: 8px; background: var(--red); color: var(--paper); font-weight: 800; }
.brand strong, .brand small { display: block; line-height: 1.15; }
.brand small { color: rgba(255, 248, 232, 0.72); font-size: 12px; }
.site-nav { justify-self: center; display: flex; flex-wrap: wrap; justify-content: center; gap: 4px; }
.site-nav a { padding: 8px 10px; border-radius: 6px; color: rgba(255, 248, 232, 0.78); text-decoration: none; font-size: 14px; }
.site-nav a:hover, .site-nav a.active { color: #fff; background: rgba(34, 184, 215, 0.18); }
.header-cta, .primary-cta, .ghost-cta, .cookie-primary, .cookie-secondary { min-height: 42px; border: 0; border-radius: 6px; padding: 10px 16px; font-weight: 800; text-decoration: none; cursor: pointer; white-space: nowrap; }
.header-cta, .primary-cta, .cookie-primary { background: var(--gold); color: var(--ink); box-shadow: 0 8px 20px rgba(246, 198, 88, 0.2); }
.ghost-cta, .cookie-secondary { border: 1px solid rgba(255, 248, 232, 0.45); background: transparent; color: var(--paper); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid rgba(255, 248, 232, 0.2); border-radius: 6px; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; width: 20px; margin: 5px auto; background: var(--paper); }
.hero { position: relative; min-height: 760px; color: var(--paper); background-image: var(--hero-image); background-size: cover; background-position: center; display: grid; align-items: end; overflow: hidden; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,21,33,0.94), rgba(8,21,33,0.64), rgba(8,21,33,0.22)), linear-gradient(0deg, rgba(8,21,33,0.84), rgba(8,21,33,0.1) 55%, rgba(8,21,33,0.48)); }
.hero-inner { position: relative; z-index: 1; width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 96px 0 120px; display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 44px; align-items: end; }
.hero-copy { max-width: 760px; }
.eyebrow { display: inline-block; color: var(--cyan); font-weight: 800; text-transform: uppercase; font-size: 13px; letter-spacing: 0; margin-bottom: 10px; }
.hero h1 { margin: 0 0 18px; font-size: 62px; line-height: 1.04; letter-spacing: 0; }
.hero p { max-width: 720px; margin: 0 0 26px; font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-logo { margin: 0; padding: 18px; border-radius: 8px; background: rgba(8, 21, 33, 0.55); border: 1px solid rgba(255, 248, 232, 0.18); overflow: hidden; }
.hero-logo img { max-height: 420px; object-fit: contain; }
.hero-facts { position: relative; z-index: 2; width: min(1180px, calc(100% - 40px)); margin: -74px auto 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); background: var(--ink); color: var(--paper); border: 1px solid rgba(255, 248, 232, 0.12); box-shadow: var(--shadow); }
.hero-facts div { padding: 20px; border-right: 1px solid rgba(255, 248, 232, 0.12); }
.hero-facts div:last-child { border-right: 0; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font-size: 21px; line-height: 1.25; }
.hero-facts span { color: rgba(255, 248, 232, 0.72); font-size: 13px; }
.section { padding: 92px 0; }
.shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr); gap: 44px; align-items: center; }
.split.reverse { grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1fr); }
.split.reverse .section-copy { order: 2; }
.split.reverse .side-media { order: 1; }
.band-0 { background: var(--paper); }
.band-1 { background: var(--paper-2); }
.band-2 { background: #f7efe2; }
.source-strip { padding-top: 118px; background: var(--paper); }
.section-copy h2 { margin: 0 0 18px; font-size: 34px; line-height: 1.14; letter-spacing: 0; }
.section-copy p { margin: 0 0 16px; color: rgba(8, 21, 33, 0.82); }
.side-media, .wide-media { margin: 0; background: var(--ink); color: var(--paper); border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); }
.side-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.side-media img[src$=".png"] { object-fit: contain; padding: 22px; background: radial-gradient(circle at 50% 45%, rgba(34,184,215,0.24), rgba(8,21,33,0.12) 60%), var(--ink); }
.wide-media { margin-top: 28px; }
.wide-media img { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; }
figcaption { padding: 12px 14px; font-size: 13px; color: rgba(255, 248, 232, 0.74); background: var(--ink); }
.fact-table { display: grid; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: rgba(255,255,255,0.45); }
.fact-row { display: grid; grid-template-columns: 180px 1fr; border-bottom: 1px solid var(--line); }
.fact-row:last-child { border-bottom: 0; }
.fact-row strong, .fact-row span { padding: 13px 15px; }
.fact-row strong { background: rgba(34,184,215,0.1); }
.next-links { background: var(--ink); color: var(--paper); }
.link-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; margin-top: 24px; }
.link-grid a { min-height: 124px; padding: 18px; border: 1px solid rgba(255, 248, 232, 0.16); border-radius: 8px; text-decoration: none; background: rgba(255, 248, 232, 0.06); }
.link-grid strong, .link-grid span { display: block; }
.link-grid strong { color: var(--gold); }
.link-grid span { color: rgba(255, 248, 232, 0.78); font-size: 14px; }
.faq-section { background: #fbf4e5; }
.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 24px; }
details { border: 1px solid var(--line); border-radius: 8px; padding: 16px 18px; background: rgba(255,255,255,0.56); }
summary { cursor: pointer; font-weight: 800; }
details p { margin: 12px 0 0; color: rgba(8, 21, 33, 0.78); }
.site-footer { background: #06101a; color: var(--paper); padding: 54px 0; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 34px; }
.site-footer p { color: rgba(255, 248, 232, 0.72); margin: 10px 0 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px 14px; margin-top: 10px; }
.footer-links a, .site-footer a { color: var(--gold); }
.cta-modal { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 20px; background: rgba(8, 21, 33, 0.72); }
.cta-modal[hidden], .cookie-banner[hidden] { display: none; }
.cta-panel { position: relative; width: min(460px, 100%); padding: 30px; border-radius: 8px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,0.38); border-top: 7px solid var(--cyan); }
.cta-panel h2 { margin: 0 0 10px; font-size: 30px; line-height: 1.15; }
.cta-panel p { margin: 0 0 22px; }
.modal-close { position: absolute; top: 12px; right: 12px; width: 38px; height: 38px; border: 0; border-radius: 6px; background: rgba(8,21,33,0.08); cursor: pointer; font-size: 22px; line-height: 1; }
.modal-link { display: inline-flex; align-items: center; justify-content: center; }
.cookie-banner { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 80; display: flex; align-items: center; justify-content: space-between; gap: 16px; max-width: 840px; margin: 0 auto; padding: 14px 16px; border-radius: 8px; background: rgba(8, 21, 33, 0.96); color: var(--paper); box-shadow: var(--shadow); }
.cookie-banner p { margin: 0; }
.cookie-banner div { display: flex; gap: 8px; }
@media (max-width: 1040px) {
  .site-header { grid-template-columns: auto auto auto; }
  .menu-toggle { display: block; justify-self: end; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 12px 20px 18px; background: rgba(8,21,33,0.98); border-bottom: 1px solid rgba(255,248,232,0.14); }
  .site-nav.open { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .header-cta { justify-self: end; }
  .hero-inner { grid-template-columns: 1fr; padding: 72px 0 110px; }
  .hero-logo { width: min(300px, 100%); }
  .hero-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split, .split.reverse { grid-template-columns: 1fr; }
  .split.reverse .section-copy, .split.reverse .side-media { order: initial; }
  .link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid, .faq-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .site-header { grid-template-columns: 1fr auto; padding: 10px 14px; }
  .header-cta { display: none; }
  .hero { min-height: 690px; }
  .hero-inner, .shell, .hero-facts { width: min(100% - 28px, 1120px); }
  .hero h1 { font-size: 40px; }
  .hero p { font-size: 17px; }
  .hero-facts { grid-template-columns: 1fr; margin-top: -52px; }
  .hero-facts div { border-right: 0; border-bottom: 1px solid rgba(255,248,232,0.12); }
  .hero-facts div:last-child { border-bottom: 0; }
  .section { padding: 64px 0; }
  .source-strip { padding-top: 88px; }
  .section-copy h2 { font-size: 27px; }
  .fact-row { grid-template-columns: 1fr; }
  .link-grid { grid-template-columns: 1fr; }
  .cookie-banner { display: grid; }
  .cookie-banner div { display: grid; grid-template-columns: 1fr 1fr; }
}
