:root {
  --navy: #061b45;
  --navy-2: #0a2d68;
  --blue: #69c8ef;
  --blue-strong: #126aa8;
  --accent: #79c9ef;
  --accent-deep: #176b9c;
  --sand: #f1e8da;
  --beige: #ebe1d3;
  --ice: #edf7fb;
  --paper: #f7f4ef;
  --white: #ffffff;
  --ink: #101828;
  --muted: #596579;
  --line: #d9e0e8;
  --shadow: 0 18px 45px rgba(6, 27, 69, .12);
  --radius: 18px;
  --max: 1500px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 20; background: white; padding: 10px 14px; }
.skip-link:focus { left: 8px; }

.topline {
  background: var(--accent);
  color: var(--navy);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-align: center;
  text-transform: uppercase;
  padding: 8px 16px;
}
.site-header { background: var(--navy); color: var(--white); position: sticky; top: 0; z-index: 10; }
.header-row { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 900; font-size: 1.15rem; white-space: nowrap; }
.brand img { width: 52px; height: 52px; border-radius: 50%; }
.brand span small { display: block; color: var(--blue); font-weight: 700; font-size: .72rem; letter-spacing: .08em; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { text-decoration: none; font-size: .94rem; font-weight: 750; }
.nav a { transition: color .2s ease; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--accent); }
.nav .nav-cta { border: 1px solid rgba(255,255,255,.35); border-radius: 999px; padding: 10px 16px; }
.menu-btn { display: none; border: 0; color: white; background: transparent; font-size: 1.6rem; }

.hero { background: var(--navy); color: white; padding: 42px 0 58px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(300px, .65fr); gap: 28px; align-items: stretch; }
.feature { overflow: hidden; border-radius: 24px; box-shadow: var(--shadow); background: #102d5d; }
.feature > img { width: 100%; aspect-ratio: 16 / 8.1; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.feature:hover > img { transform: scale(1.018); }
.feature-copy { padding: 32px 36px 36px; max-width: 1020px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 3px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.2rem, 3.5vw, 4.15rem); line-height: .98; letter-spacing: -.055em; margin: 14px 0 18px; }
.feature-copy p { color: #dfeeff; max-width: 760px; font-size: 1.08rem; }
.meta { display: flex; flex-wrap: wrap; gap: 8px 18px; color: #bed4ef; font-size: .86rem; font-weight: 650; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; padding: 0 20px; border-radius: 999px; text-decoration: none; font-weight: 850; border: 1px solid transparent; transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, color .22s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 9px 20px rgba(6, 27, 69, .18); }
.btn-primary { background: var(--accent); color: var(--navy); }
.btn-primary:hover { background: #d0ef80; }
.btn-secondary { color: var(--white); border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.07); }
.btn-dark { background: var(--navy); color: white; }
.btn-dark:hover { background: #244b58; }

.verdict { border-radius: 24px; padding: 32px; color: var(--navy); background: var(--sand); border-top: 7px solid var(--accent); display: flex; flex-direction: column; }
.verdict .label { font-size: .76rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.verdict h2 { font-size: clamp(1.7rem, 2.4vw, 2.5rem); line-height: 1.08; letter-spacing: -.04em; margin: 18px 0; }
.verdict ul { padding: 0; margin: 8px 0 28px; list-style: none; }
.verdict li { padding: 13px 0; border-bottom: 1px solid rgba(6,27,69,.18); font-weight: 720; }
.verdict li::before { content: "✓"; margin-right: 9px; font-weight: 950; }
.verdict li.caution::before { content: "!"; }
.verdict .btn { margin-top: auto; }

.section { padding: 66px 0; }
.section-white { background: #fffdf9; }
.section-dark { background: var(--navy); color: white; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 28px; }
.section-heading h2 { font-size: clamp(2rem, 3vw, 3.5rem); line-height: 1; letter-spacing: -.05em; margin-bottom: 0; }
.section-heading p { max-width: 600px; margin: 0; color: var(--muted); }
.section-dark .section-heading p { color: #b9cce8; }
.text-link { color: var(--accent-deep); font-weight: 850; text-decoration-thickness: 2px; text-underline-offset: 4px; white-space: nowrap; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { background: white; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 9px 25px rgba(6,27,69,.06); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.card:hover { transform: translateY(-5px); border-color: rgba(23,107,156,.38); box-shadow: 0 18px 38px rgba(6,27,69,.13); }
.card-media { aspect-ratio: 16 / 9; overflow: hidden; background: var(--navy); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.card:hover .card-media img { transform: scale(1.045); }
.card-body { padding: 24px; }
.tag { color: var(--accent-deep); font-weight: 900; font-size: .73rem; letter-spacing: .12em; text-transform: uppercase; }
.card h3 { font-size: 1.45rem; line-height: 1.15; letter-spacing: -.025em; margin: 9px 0 10px; }
.card p { color: var(--muted); margin-bottom: 20px; }
.card a.stretched { display: inline-block; font-weight: 850; color: var(--navy); transition: color .2s ease, transform .2s ease; }
.card a.stretched:hover { color: var(--accent-deep); transform: translateX(3px); }
.planned .card-media { display: grid; place-items: center; background: linear-gradient(135deg, #082357, #2589da); }
.planned .card-media span { font-size: clamp(2.4rem, 5vw, 5rem); }
.planned .card-body { min-height: 220px; }

.manifesto-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; }
.manifesto-grid h2 { font-size: clamp(2.5rem, 5vw, 5.2rem); line-height: .92; letter-spacing: -.06em; margin-bottom: 22px; }
.promise-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.promise { border-top: 2px solid var(--accent); padding-top: 18px; }
.promise strong { font-size: 1.15rem; display: block; margin-bottom: 7px; }
.promise p { color: #b9cce8; }

.domain-band { display: grid; grid-template-columns: 1.1fr .9fr; background: var(--beige); border: 1px solid #d5c6b3; border-radius: 24px; overflow: hidden; }
.domain-copy { padding: 42px; }
.domain-copy h2 { font-size: clamp(2rem, 4vw, 4rem); line-height: .95; letter-spacing: -.055em; margin: 14px 0 18px; }
.domain-copy p { color: var(--muted); max-width: 680px; }
.domain-panel { background: var(--navy); color: white; padding: 42px; display: grid; align-content: center; }
.domain-name { color: var(--accent); font-size: clamp(1.65rem, 3vw, 3.1rem); font-weight: 950; letter-spacing: -.04em; }
.domain-panel p { color: #bdd1ed; }

.page-hero { background: var(--navy); color: white; padding: 68px 0; }
.page-hero .shell { max-width: 1180px; }
.page-hero h1 { max-width: 1000px; }
.page-hero p { color: #c9dbf2; font-size: 1.16rem; max-width: 820px; }
.article-wrap { width: min(calc(100% - 48px), 1180px); margin: 0 auto; padding: 54px 0 76px; display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 42px; align-items: start; }
.article-main { background: white; border-radius: 20px; padding: clamp(26px, 4vw, 56px); box-shadow: var(--shadow); }
.article-main h2 { margin-top: 42px; font-size: 2rem; letter-spacing: -.035em; }
.article-main h3 { margin-top: 30px; }
.article-main p, .article-main li { font-size: 1.04rem; }
.article-main .lead { font-size: 1.28rem; color: #344258; }
.article-image { border-radius: 16px; margin: 28px 0; width: 100%; }
.callout { background: var(--sand); border-left: 5px solid var(--accent-deep); padding: 22px 24px; border-radius: 0 12px 12px 0; margin: 28px 0; }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 28px 0; }
.pros-cons > div { padding: 22px; border-radius: 14px; background: #edf6fa; }
.pros-cons > div:last-child { background: var(--sand); }
.pros-cons ul { padding-left: 20px; margin-bottom: 0; }
.affiliate-box { background: var(--navy); color: white; padding: 28px; border-radius: 16px; margin-top: 34px; }
.affiliate-box p { color: #c8d9f0; }
.affiliate-note { font-size: .78rem !important; color: #aebfda !important; margin: 12px 0 0; }
.article-side { position: sticky; top: 110px; }
.side-card { background: var(--beige); color: var(--navy); padding: 26px; border-radius: 18px; margin-bottom: 18px; }
.side-card.dark { background: var(--navy); color: white; }
.side-card.dark p { color: #c8d9f0; }
.side-card h2 { font-size: 1.45rem; }
.facts { margin: 0; }
.facts div { display: flex; justify-content: space-between; gap: 14px; padding: 10px 0; border-bottom: 1px solid rgba(6,27,69,.17); }
.facts dt { font-weight: 850; }
.facts dd { margin: 0; text-align: right; }

.domain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.domain-card { background: white; border-radius: 18px; padding: 28px; border: 1px solid var(--line); min-height: 250px; display: flex; flex-direction: column; }
.domain-card h2 { font-size: 1.65rem; letter-spacing: -.035em; overflow-wrap: anywhere; }
.domain-card p { color: var(--muted); }
.domain-card .btn { margin-top: auto; }
.empty-card { border: 2px dashed #a9b8ca; background: #f8fafc; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 24px; }
.trust-row > div { background: var(--beige); padding: 22px; border-radius: 14px; }

.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s cubic-bezier(.2,.7,.2,1);
}
.reveal-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }

.site-footer { background: #03122f; color: white; padding: 52px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 44px; }
.footer-brand { display: flex; align-items: center; gap: 14px; font-weight: 900; font-size: 1.2rem; }
.footer-brand img { width: 54px; border-radius: 50%; }
.site-footer p, .site-footer a { color: #b7c8e0; }
.site-footer h3 { color: white; font-size: .9rem; text-transform: uppercase; letter-spacing: .1em; }
.site-footer nav { display: grid; gap: 9px; }
.site-footer nav a { text-decoration: none; }
.legal { border-top: 1px solid rgba(255,255,255,.13); margin-top: 38px; padding-top: 22px; font-size: .78rem; display: flex; justify-content: space-between; gap: 20px; }

@media (max-width: 980px) {
  .manifesto-grid, .domain-band, .article-wrap { grid-template-columns: 1fr; }
  .card-grid, .domain-grid { grid-template-columns: repeat(2, 1fr); }
  .article-side { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .nav { display: none; position: absolute; top: 80px; left: 0; right: 0; background: var(--navy); padding: 12px 24px 24px; flex-direction: column; align-items: stretch; }
  .nav.open { display: flex; }
  .menu-btn { display: block; }
}

@media (max-width: 840px) {
  .hero-grid { grid-template-columns: 1fr; }
  .feature > img { aspect-ratio: 16 / 7.5; }
}

@media (max-width: 650px) {
  .shell, .article-wrap { width: min(calc(100% - 26px), var(--max)); }
  .brand span small { display: none; }
  .header-row { min-height: 68px; }
  .brand img { width: 44px; height: 44px; }
  .nav { top: 68px; }
  .hero { padding-top: 20px; }
  .feature > img { aspect-ratio: 16 / 9; }
  .feature-copy { padding: 24px 22px 28px; }
  h1 { font-size: 2.55rem; }
  .verdict, .domain-copy, .domain-panel { padding: 26px; }
  .verdict { border-top-width: 5px; }
  .section { padding: 48px 0; }
  .section-heading { display: block; }
  .section-heading p, .section-heading .text-link { display: block; margin-top: 14px; }
  .card-grid, .domain-grid, .promise-list, .trust-row, .footer-grid, .article-side, .pros-cons { grid-template-columns: 1fr; }
  .legal { display: block; }
}

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