:root {
  --ink: #071426;
  --navy: #091f3d;
  --cobalt: #0d4eb5;
  --blue: #1874df;
  --ice: #eff7ff;
  --paper: #fbfdff;
  --gold: #ffc629;
  --gold-2: #ffe488;
  --mint: #81f0d0;
  --rose: #ff7c8d;
  --muted: #5b6b7f;
  --line: #cbd9ea;
  --shadow: 0 18px 50px rgba(5, 24, 52, .14);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: #0752b4; text-decoration-thickness: .09em; text-underline-offset: .16em; }
a:hover { color: #002f77; }
:focus-visible { outline: 4px solid var(--gold); outline-offset: 4px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; transform: translateY(-160%); background: #fff; color: #000; padding: .65rem 1rem; border-radius: 8px; }
.skip-link:focus { transform: none; }
.wrap { width: min(calc(100% - 32px), var(--max)); margin-inline: auto; }

.disclosure {
  background: var(--gold);
  color: #171100;
  font-size: .82rem;
  font-weight: 750;
  letter-spacing: .01em;
  padding: .48rem 0;
  text-align: center;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7, 20, 38, .96);
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.15);
  backdrop-filter: blur(12px);
}
.header-row { min-height: 72px; display: flex; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; text-decoration: none; margin-right: auto; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: var(--ink); background: var(--gold); clip-path: polygon(50% 0,61% 34%,98% 35%,68% 56%,79% 94%,50% 71%,20% 94%,31% 56%,2% 35%,39% 34%); font-size: 0; }
.brand-copy { line-height: 1.05; }
.brand-copy strong { display: block; font-size: 1rem; letter-spacing: .12em; }
.brand-copy small { color: #a9c6eb; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a { color: #dbeaff; text-decoration: none; padding: .6rem .7rem; border-radius: 10px; font-size: .88rem; font-weight: 700; }
.nav a:hover, .nav a[aria-current="page"] { background: #16375f; color: #fff; }
.nav-toggle { display: none; border: 1px solid #6987ad; background: transparent; color: #fff; border-radius: 10px; padding: .55rem .7rem; font: inherit; }
.header-cta, .button { display: inline-flex; justify-content: center; align-items: center; gap: .45rem; min-height: 46px; padding: .72rem 1rem; border: 0; border-radius: 12px; background: var(--gold); color: #1d1600; font-weight: 850; text-decoration: none; box-shadow: 0 7px 0 #b48600; transition: transform .15s ease, box-shadow .15s ease; }
.header-cta:hover, .button:hover { color: #1d1600; transform: translateY(2px); box-shadow: 0 4px 0 #b48600; }
.button.secondary { background: #fff; box-shadow: 0 7px 0 #90a8c6; color: #092c5a; }

.crumbs { padding: 1rem 0; color: var(--muted); font-size: .86rem; }
.crumbs ol { list-style: none; padding: 0; margin: 0; display: flex; gap: .45rem; flex-wrap: wrap; }
.crumbs li:not(:last-child)::after { content: "/"; margin-left: .45rem; color: #9aa9ba; }

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #07172c;
  min-height: 620px;
  isolation: isolate;
}
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(3,15,31,.98) 0%,rgba(6,27,54,.9) 43%,rgba(6,27,54,.18) 76%), url('/assets/hero.webp') center/cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: auto -8% -45% 42%; height: 75%; z-index: -1; transform: rotate(-8deg); background: linear-gradient(135deg, rgba(255,198,41,.8), rgba(24,116,223,.25)); filter: blur(70px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 660px) 1fr; min-height: 620px; align-items: center; }
.hero-copy { padding: 72px 0 80px; }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; margin: 0 0 1rem; color: var(--gold-2); font-size: .78rem; text-transform: uppercase; letter-spacing: .15em; font-weight: 850; }
.eyebrow::before { content: ""; width: 28px; height: 3px; background: var(--gold); }
h1,h2,h3 { line-height: 1.12; text-wrap: balance; }
h1 { margin: 0; font-size: clamp(2.7rem, 6vw, 5.2rem); letter-spacing: -.045em; max-width: 12ch; }
.hero-lede { max-width: 650px; color: #d8e8fa; font-size: clamp(1.05rem, 2vw, 1.25rem); margin: 1.45rem 0 1.65rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero-note { margin: 1rem 0 0; color: #b5c9e3; font-size: .82rem; max-width: 60ch; }
.hero-stamp { align-self: end; justify-self: end; width: 205px; margin: 0 0 42px; background: rgba(4,17,34,.84); border: 1px solid rgba(255,255,255,.25); border-left: 5px solid var(--gold); padding: 1rem; border-radius: 16px; box-shadow: var(--shadow); }
.hero-stamp strong { display: block; color: var(--mint); }
.hero-stamp span { color: #c4d8ef; font-size: .8rem; }

.subhero { color: #fff; background: linear-gradient(125deg,#071426 0%,#0a346b 66%,#1464c9 100%); padding: 62px 0 52px; overflow: hidden; position: relative; }
.subhero::after { content: "★"; position: absolute; right: 4vw; top: -120px; color: rgba(255,198,41,.12); font-size: 330px; line-height: 1; }
.subhero h1 { max-width: 16ch; font-size: clamp(2.3rem,5vw,4.4rem); }
.subhero p { max-width: 720px; color: #d6e7fb; font-size: 1.13rem; }

.reel-nav { margin-top: -32px; position: relative; z-index: 3; }
.reel-grid { display: grid; grid-template-columns: repeat(5, 1fr); background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); overflow: hidden; }
.reel-grid a { padding: 1rem; color: var(--ink); text-decoration: none; font-weight: 800; text-align: center; border-right: 1px solid var(--line); }
.reel-grid a:last-child { border-right: 0; }
.reel-grid a:hover { background: var(--ice); color: var(--cobalt); }

main { overflow: clip; }
.section { padding: 76px 0; }
.section.tint { background: var(--ice); border-block: 1px solid #dce8f5; }
.section.dark { color: #fff; background: var(--ink); }
.section-head { display: grid; grid-template-columns: .7fr 1.3fr; gap: 48px; align-items: end; margin-bottom: 34px; }
.section h2 { margin: 0 0 1rem; font-size: clamp(2rem,4vw,3.25rem); letter-spacing: -.035em; }
.section h3 { margin: 1.7rem 0 .65rem; font-size: clamp(1.25rem,2.4vw,1.65rem); }
.section p { max-width: 74ch; }
.kicker { margin: 0 0 .55rem; color: var(--cobalt); font-size: .76rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 900; }
.dark .kicker { color: var(--gold); }
.standfirst { font-size: 1.13rem; color: var(--muted); }
.dark .standfirst, .dark p { color: #c8d9ed; }

.fact-grid, .card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.fact { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 1.15rem; }
.fact strong { display: block; color: var(--cobalt); font-size: 1.5rem; line-height: 1.1; }
.fact span { color: var(--muted); font-size: .86rem; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 10px 30px rgba(5,24,52,.08); }
.card-media { aspect-ratio: 16/9; background: #0a2347 center/cover no-repeat; position: relative; }
.card-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 15%,rgba(4,16,34,.68)); }
.media-star { background-image: url('/assets/detail-star.webp'); }
.media-hall { background-image: url('/assets/detail-hall.webp'); }
.media-cobalt { background-image: url('/assets/detail-cobalt.webp'); }
.card-body { padding: 1.25rem; }
.card-body h3 { margin-top: 0; }
.card-body p { color: var(--muted); font-size: .94rem; }

.verdict { display: grid; grid-template-columns: 220px 1fr; gap: 28px; background: #071b34; color: #fff; border-radius: 26px; padding: 30px; box-shadow: var(--shadow); }
.score-ring { width: 180px; height: 180px; border-radius: 50%; display: grid; place-content: center; text-align: center; background: conic-gradient(var(--gold) 0 74%,#24415f 74% 100%); position: relative; }
.score-ring::before { content: ""; position: absolute; inset: 13px; border-radius: 50%; background: #071b34; }
.score-ring strong,.score-ring span { position: relative; }
.score-ring strong { font-size: 2.2rem; }
.score-ring span { color: #b7cae0; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.verdict h2 { font-size: 2rem; }
.verdict p { color: #cfdef0; }
.verdict .license { display: inline-flex; background: #0b5749; color: #d6fff3; border: 1px solid #49bba2; border-radius: 999px; padding: .35rem .7rem; font-weight: 800; font-size: .8rem; }

.two-col { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(250px,.7fr); gap: 48px; align-items: start; }
.aside { position: sticky; top: 104px; background: #fff; border: 1px solid var(--line); border-top: 5px solid var(--gold); border-radius: 18px; padding: 1.2rem; box-shadow: var(--shadow); }
.aside h2,.aside h3 { font-size: 1.22rem; margin-top: 0; }
.aside ul { padding-left: 1.15rem; }
.aside li { margin: .5rem 0; }
.aside .button { width: 100%; text-align: center; }
.source-note { border-left: 5px solid var(--cobalt); background: #eaf3ff; padding: 1rem 1.15rem; margin: 1.5rem 0; border-radius: 0 14px 14px 0; }
.warning { border-left-color: #df8600; background: #fff4d7; }
.safe { border-left-color: #0a8b70; background: #e6fff7; }
.risk { border-left-color: #c33a4f; background: #fff0f2; }

.checklist { list-style: none; padding: 0; display: grid; gap: .7rem; }
.checklist li { position: relative; padding: .9rem 1rem .9rem 2.8rem; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.checklist li::before { content: "✓"; position: absolute; left: 1rem; color: #087b63; font-weight: 900; }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pros-cons > div { border-radius: 18px; padding: 1.3rem; }
.pros { background: #e9fff8; border: 1px solid #86d9c4; }
.cons { background: #fff1f3; border: 1px solid #efa7b2; }
.pros-cons h3 { margin-top: 0; }

.data-table { width: 100%; border-collapse: collapse; font-size: .94rem; margin: 1.3rem 0 2rem; }
.data-table th,.data-table td { padding: .85rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.data-table th { background: #0b2e5a; color: #fff; }
.data-table tr:nth-child(even) td { background: #f0f6fd; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; }

.steps { counter-reset: steps; display: grid; gap: 1rem; }
.step { counter-increment: steps; position: relative; padding: 1rem 1rem 1rem 4.2rem; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.step::before { content: counter(steps); position: absolute; left: 1rem; top: 1rem; width: 2.25rem; height: 2.25rem; display: grid; place-items: center; border-radius: 50%; background: var(--gold); font-weight: 900; }
.step h3 { margin: 0 0 .35rem; font-size: 1.15rem; }
.step p { margin: 0; color: var(--muted); }

.faq { display: grid; gap: 10px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: .9rem 1rem; }
.faq summary { cursor: pointer; font-weight: 850; color: #0a3264; }
.faq details[open] { box-shadow: 0 8px 24px rgba(5,24,52,.08); }
.faq p { margin-bottom: .4rem; }

.source-list { display: grid; gap: .75rem; padding: 0; list-style: none; }
.source-list li { padding: 1rem; border: 1px solid var(--line); border-radius: 12px; background: #fff; overflow-wrap: anywhere; }
.source-list code { color: #143f76; font-size: .84rem; }
.updated { display: inline-flex; gap: .4rem; align-items: center; color: #294b72; font-size: .83rem; font-weight: 750; }
.updated::before { content: ""; width: 8px; height: 8px; background: #0a9b77; border-radius: 50%; }

.cta-band { background: linear-gradient(120deg,#0a2b57,#0e56b8); color: #fff; border-radius: 26px; padding: clamp(24px,5vw,52px); display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; box-shadow: var(--shadow); }
.cta-band h2 { margin: 0 0 .65rem; font-size: clamp(1.7rem,3vw,2.6rem); }
.cta-band p { color: #d6e6f8; margin: 0; }
.gate { max-width: 820px; margin: 58px auto; }
.gate-panel { background: #fff; border: 1px solid var(--line); border-top: 7px solid var(--gold); border-radius: 24px; padding: clamp(22px,5vw,48px); box-shadow: var(--shadow); }
.gate-panel h1 { max-width: 16ch; color: var(--ink); font-size: clamp(2rem,5vw,3.6rem); }
.gate-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 1.4rem; }

.article-meta { display: flex; flex-wrap: wrap; gap: 1rem; color: #bcd0e8; font-size: .82rem; margin-top: 1.2rem; }
.toc { border: 1px solid var(--line); background: #fff; border-radius: 18px; padding: 1.2rem; margin: 1.6rem 0; }
.toc h2 { font-size: 1.25rem; }
.toc ol { columns: 2; gap: 30px; }
.toc li { break-inside: avoid; margin: .45rem 0; }

.site-footer { background: #04101f; color: #b7c9de; padding: 56px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3,1fr); gap: 36px; }
.site-footer h2,.site-footer h3 { color: #fff; font-size: 1rem; }
.site-footer a { color: #d9e9fb; }
.site-footer ul { list-style: none; padding: 0; }
.site-footer li { margin: .45rem 0; }
.footer-bottom { border-top: 1px solid #20344d; margin-top: 36px; padding-top: 20px; font-size: .78rem; }

@media (max-width: 980px) {
  .nav-toggle { display: inline-flex; }
  .nav { display: none; position: absolute; left: 16px; right: 16px; top: 74px; flex-direction: column; align-items: stretch; background: #071426; border: 1px solid #375577; border-radius: 16px; padding: 10px; box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a { padding: .8rem; }
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-stamp { justify-self: start; margin-top: -62px; }
  .reel-grid { grid-template-columns: repeat(2,1fr); }
  .reel-grid a { border-bottom: 1px solid var(--line); }
  .section-head,.two-col,.cta-band { grid-template-columns: 1fr; }
  .aside { position: static; }
  .fact-grid,.card-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 650px) {
  body { font-size: 16px; }
  .wrap { width: min(calc(100% - 24px),var(--max)); }
  .brand-copy small { display: none; }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; }
  .hero-copy { padding: 56px 0 82px; }
  .hero-stamp { width: 100%; }
  .reel-grid,.fact-grid,.card-grid,.pros-cons,.footer-grid { grid-template-columns: 1fr; }
  .verdict { grid-template-columns: 1fr; }
  .score-ring { width: 145px; height: 145px; }
  .toc ol { columns: 1; }
  .section { padding: 54px 0; }
  .data-table { min-width: 610px; }
  .disclosure { font-size: .73rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { transition: none !important; animation: none !important; }
}

