/* Brand tokens per the Supralis brand board (docs/supralis-brand-board.jsx, archived repo):
   Sky 500 primary, Sky 600 pressed/links, Teal 700/500 accents, Slate neutrals,
   Emerald/Amber/Rose semantics, primary gradient 135° Sky→Teal, radii 4/8/12.
   Wordmark: single sky color across the whole word (owner decision, 2026-07-04). */
:root {
  --sky: #0ea5e9;
  --sky-dark: #0284c7;
  --sky-bright: #38bdf8;
  --teal: #0f766e;
  --teal-mid: #0d9488;
  --teal-bright: #2dd4bf;
  --ink: #0f172a;
  --ink-2: #1e293b;
  --slate: #334155;
  --slate-light: #64748b;
  --slate-faint: #94a3b8;
  --bg: #ffffff;
  --bg-soft: #f0f9ff;
  --bg-card: #f8fafc;
  --border: #e2e8f0;
  --amber-bg: #fffbeb;
  --amber-border: #f59e0b;
  --amber-ink: #92400e;
  --green: #10b981;
  --rose: #f43f5e;
  --grad-primary: linear-gradient(135deg, #0ea5e9, #0f766e);
  --grad-bright: linear-gradient(100deg, #38bdf8, #2dd4bf);
  --grad-dark: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  --radius: 12px;
  --radius-btn: 8px;
  --shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 8px 24px rgba(15, 23, 42, 0.09);
  --shadow-glow: 0 8px 32px rgba(14, 165, 233, 0.35);
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.container { max-width: 1024px; margin: 0 auto; padding: 0 24px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
}
.wordmark { display: flex; align-items: center; text-decoration: none; }
.wordmark img { height: 34px; display: block; }
.header-nav { display: flex; align-items: center; gap: 22px; }
.header-nav a:not(.btn) { color: var(--slate); text-decoration: none; font-size: 15px; font-weight: 500; }
.header-nav .nav-links { display: flex; gap: 20px; }
.header-nav a:not(.btn):hover { color: var(--ink); }
.lang-switch { display: flex; gap: 6px; font-size: 14px; }
.lang-switch a { color: var(--slate-light); text-decoration: none; padding: 2px 7px; border-radius: 6px; }
.lang-switch a:hover { color: var(--ink); background: var(--bg-card); }
.lang-switch a[aria-current="true"] { color: var(--sky-dark); font-weight: 700; background: var(--bg-soft); }

/* ---------- Buttons — flat solid teal, no gradient, no glow ---------- */
.btn {
  display: inline-block; padding: 12px 26px; border-radius: var(--radius-btn);
  font-size: 16px; font-weight: 700; text-decoration: none; cursor: pointer;
  border: none; font-family: var(--font);
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
.btn-primary { background: var(--teal); color: #fff; }
.btn-primary:hover { background: var(--teal-mid); transform: translateY(-1px); }
.btn-lg { padding: 15px 34px; font-size: 17px; }
.btn-sm { padding: 8px 18px; font-size: 14px; }
.btn-ghost {
  background: rgba(56, 189, 248, 0.08); color: var(--sky-bright);
  border: 1.5px solid rgba(56, 189, 248, 0.5);
}
.btn-ghost:hover { background: rgba(56, 189, 248, 0.16); border-color: var(--sky-bright); }
.btn-ghost-light { background: transparent; color: var(--sky-dark); border: 1.5px solid var(--sky); }
.btn-ghost-light:hover { background: var(--bg-soft); }

/* ---------- Brand focus-visible states (keyboard) ---------- */
.btn:focus-visible {
  outline: 3px solid var(--sky-bright);
  outline-offset: 2px;
}
a:not(.btn):focus-visible,
summary:focus-visible {
  outline: 2px solid var(--sky);
  outline-offset: 2px;
  border-radius: 4px;
}
/* On the dark hero / deadline / waitlist bands, brighten the focus ring for contrast */
.hero a:focus-visible,
.deadline a:focus-visible,
.waitlist a:focus-visible,
.waitlist summary:focus-visible { outline-color: var(--sky-bright); }

/* ---------- Hero (dark, punchy) ---------- */
.hero {
  background: var(--grad-dark);
  position: relative; overflow: hidden;
  padding: 96px 0 88px;
  color: #fff;
}
/* Radial hero-glow fields minimized — the coverage panel now carries the visual
   interest. A single, very faint field keeps a hint of depth; the second is dropped. */
.hero::before {
  content: ""; position: absolute; pointer-events: none;
  width: 720px; height: 720px; top: -280px; right: -180px;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.12) 0%, rgba(14, 165, 233, 0) 65%);
}
.hero .container { position: relative; z-index: 1; }
.hero .eyebrow {
  text-transform: uppercase; letter-spacing: 0.14em; font-size: 13px;
  font-weight: 700; color: var(--sky-bright); margin-bottom: 20px;
}
.hero h1 {
  font-size: clamp(38px, 6vw, 64px); line-height: 1.08; font-weight: 800;
  letter-spacing: -0.03em; margin-bottom: 24px; max-width: 820px;
}
/* Hero emphasis — solid brand accent + subtle underline on the dark hero
   (was -webkit-background-clip gradient text). Class name kept for stable copy. */
.grad-text {
  color: var(--teal-bright);
  text-decoration: underline;
  text-decoration-color: rgba(45, 212, 191, 0.55);
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
.hero .sub { font-size: 19px; color: #cbd5e1; max-width: 700px; margin-bottom: 36px; }
.hero .cta-row { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 22px; }
.hero .trust { font-size: 14px; color: var(--slate-faint); }

/* ---------- Hero two-column layout: compact text (left) + light coverage card (right) ---------- */
/* Mobile-first: single column so the coverage card STACKS full-width below the hero text. */
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start; }

/* Left column — compact, LEFT-ALIGNED text block (owner: left-align, not justify). */
.hero-copy { max-width: 560px; min-width: 0; text-align: left; }
.hero-copy h1 { font-size: clamp(30px, 4.4vw, 50px); max-width: none; }
.hero-copy .sub { max-width: none; }

/* Right column — the "Launch coverage" panel + its relocated notes as light captions. */
.hero-side { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.hero-side-notes { display: flex; flex-direction: column; gap: 10px; }
.hero-side .coverage-note {
  color: #cbd5e1; font-size: 15px; max-width: none; margin-top: 0;
}
.hero-side .coverage-note + .coverage-note { color: var(--slate-faint); font-size: 14px; }

/* The Launch-coverage panel is a LIGHT CARD on the dark hero — soft-sky tint,
   dark ink, elevated so it reads clearly against the dark gradient. */
.hero .dossier {
  background: linear-gradient(180deg, #ffffff 0%, var(--bg-soft) 100%);
  box-shadow: 0 22px 55px rgba(2, 8, 23, 0.5);
}

/* Desktop: two columns — compact text left, coverage card right. */
@media (min-width: 900px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 400px);
    gap: 56px; align-items: center;
  }
}

/* ---------- Launch-coverage dossier panel (light) ---------- */
.dossier {
  position: relative; background: var(--bg);
  border: 1px solid var(--border); border-radius: var(--radius);
  padding: 24px 24px 20px;
  box-shadow: var(--shadow-md);
  color: var(--ink);
}
.dossier .emblem { height: 36px; width: auto; flex: 0 0 auto; display: block; }
.d-tab {
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--slate-light);
  margin-bottom: 14px;
}
.d-head { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.d-title { flex: 1; min-width: 0; }
.d-title .t { font-size: 19px; font-weight: 800; color: var(--ink); line-height: 1.15; letter-spacing: -0.01em; }
.d-title .s { font-size: 12.5px; color: var(--slate-light); letter-spacing: 0.02em; }
.d-seal {
  flex: 0 0 auto; max-width: 64px; min-height: 52px; padding: 6px; border-radius: 50%;
  border: 1.5px solid var(--amber-border); background: var(--amber-bg);
  display: flex; align-items: center; justify-content: center; text-align: center;
  font-size: 8.5px; font-weight: 700; line-height: 1.15;
  letter-spacing: 0.04em; text-transform: uppercase; color: var(--amber-ink);
  aspect-ratio: 1 / 1; overflow-wrap: break-word; -webkit-hyphens: auto; hyphens: auto;
}
.d-rule { height: 0; border-top: 1px solid var(--border); margin: 4px 0 2px; }
.d-list { list-style: none; margin: 12px 0 0; padding: 0; }
.d-list li {
  display: flex; align-items: baseline; justify-content: space-between; gap: 10px 14px;
  flex-wrap: wrap;
  padding: 11px 2px; border-bottom: 1px solid var(--border);
}
.d-list li:last-child { border-bottom: none; }
.d-list .c { font-size: 16px; font-weight: 600; color: var(--ink); min-width: 0; }
.d-list .s {
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 7px; margin-left: auto;
}
.d-list .s::before { content: ""; width: 8px; height: 8px; border-radius: 50%; flex: 0 0 auto; }
.d-list .s.live { color: var(--teal); }
.d-list .s.live::before { background: var(--teal-mid); }
.d-list .s.next { color: var(--slate-light); }
.d-list .s.next::before { background: transparent; border: 1.5px solid var(--slate-faint); }
.d-foot {
  margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--border);
  font-size: 12.5px; color: var(--slate-light);
  display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap;
}
.d-foot .ref { font-weight: 700; letter-spacing: 0.04em; color: var(--slate); white-space: nowrap; }

/* ===== Deadline band — dark high-contrast urgency (mirrors hero) ===== */
.deadline {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--grad-dark);
  border-top: 3px solid var(--amber-border);
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  padding: 56px 0;
  color: #e2e8f0;
}
/* twin radial glows, same device as the hero */
.deadline::before,
.deadline::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(6px);
  pointer-events: none;
}
.deadline::before {
  top: -40%;
  left: -10%;
  width: 640px;
  height: 640px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.22), transparent 62%);
}
.deadline::after {
  bottom: -55%;
  right: -12%;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.20), transparent 64%);
}

.deadline-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
  align-items: center;
}

/* --- Focal "countdown" beacon --- */
.deadline-beacon {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  min-width: 0;
}
.deadline-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fcd34d;
  background: rgba(245, 158, 11, 0.14);
  border: 1px solid rgba(245, 158, 11, 0.45);
  border-radius: 999px;
  padding: 6px 14px 6px 12px;
}
.deadline-eyebrow svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.deadline-date {
  position: relative;
  font-size: clamp(30px, 4.4vw, 46px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #fff;
  padding: 20px 28px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.92), rgba(15, 23, 42, 0.92));
  border: 1px solid rgba(245, 158, 11, 0.55);
  box-shadow:
    0 0 0 1px rgba(15, 23, 42, 0.6),
    0 10px 40px rgba(245, 158, 11, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  white-space: nowrap;
}
/* static amber keyline (pulsing glow ring dropped) */
.deadline-date::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  border-radius: calc(var(--radius) + 2px);
  background: linear-gradient(135deg, var(--amber-border), var(--sky-bright));
  opacity: 0.32;
  filter: blur(9px);
}

/* --- Body: lead + fact rows --- */
.deadline-body {
  min-width: 0;
}
.deadline .lead {
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 600;
  line-height: 1.5;
  color: #f1f5f9;
  max-width: 760px;
  margin: 0;
}
.deadline .facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 32px;
  margin: 22px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  list-style: none;
}
.deadline .facts li {
  position: relative;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  font-size: 14px;
  line-height: 1.45;
  color: #cbd5e1;
}
.deadline .facts li::before {
  content: "";
  grid-column: 1;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  background-color: var(--sky-bright);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
/* generic icons via mask (no brand marks): eye-off, ID card, clipboard, gavel */
.deadline .facts li:nth-child(1)::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 10 8 10 8a13.16 13.16 0 0 1-1.67 2.68'/%3E%3Cpath d='M6.61 6.61A13.526 13.526 0 0 0 2 12s3 8 10 8a9.74 9.74 0 0 0 5.39-1.61'/%3E%3Cline x1='2' y1='2' x2='22' y2='22'/%3E%3Cpath d='M14.12 14.12a3 3 0 1 1-4.24-4.24'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 10 8 10 8a13.16 13.16 0 0 1-1.67 2.68'/%3E%3Cpath d='M6.61 6.61A13.526 13.526 0 0 0 2 12s3 8 10 8a9.74 9.74 0 0 0 5.39-1.61'/%3E%3Cline x1='2' y1='2' x2='22' y2='22'/%3E%3Cpath d='M14.12 14.12a3 3 0 1 1-4.24-4.24'/%3E%3C/svg%3E");
}
.deadline .facts li:nth-child(2)::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Ccircle cx='8' cy='10' r='2'/%3E%3Cpath d='M5 16a3 3 0 0 1 6 0'/%3E%3Cline x1='14' y1='9' x2='19' y2='9'/%3E%3Cline x1='14' y1='13' x2='19' y2='13'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Ccircle cx='8' cy='10' r='2'/%3E%3Cpath d='M5 16a3 3 0 0 1 6 0'/%3E%3Cline x1='14' y1='9' x2='19' y2='9'/%3E%3Cline x1='14' y1='13' x2='19' y2='13'/%3E%3C/svg%3E");
}
.deadline .facts li:nth-child(3)::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2'/%3E%3Crect x='8' y='2' width='8' height='4' rx='1'/%3E%3Cpath d='M9 13l2 2 4-4'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2'/%3E%3Crect x='8' y='2' width='8' height='4' rx='1'/%3E%3Cpath d='M9 13l2 2 4-4'/%3E%3C/svg%3E");
}
.deadline .facts li:nth-child(4)::before {
  background-color: #fcd34d;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='2' x2='12' y2='6'/%3E%3Cpath d='M6 8h12l3 6H3z'/%3E%3Cpath d='M6 8 3 14'/%3E%3Cpath d='M18 8l3 6'/%3E%3Cpath d='M12 6v13'/%3E%3Cpath d='M8 21h8'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='2' x2='12' y2='6'/%3E%3Cpath d='M6 8h12l3 6H3z'/%3E%3Cpath d='M6 8 3 14'/%3E%3Cpath d='M18 8l3 6'/%3E%3Cpath d='M12 6v13'/%3E%3Cpath d='M8 21h8'/%3E%3C/svg%3E");
}
/* 4th fact reads as the consequence — brighter, slightly heavier + distinct gavel icon (not color alone) */
.deadline .facts li:nth-child(4) {
  color: #fde68a;
  font-weight: 600;
}

/* Tablet: stack beacon above body; allow long dates to wrap so nothing overflows */
@media (max-width: 860px) {
  .deadline-grid { grid-template-columns: 1fr; gap: 28px; }
  .deadline-date { white-space: normal; }
}
/* Mobile: single-column facts, tighter padding */
@media (max-width: 560px) {
  .deadline { padding: 40px 0; }
  .deadline .facts { grid-template-columns: 1fr; gap: 14px; }
}

/* ---------- Sections ---------- */
section { padding: 76px 0; }
.section-soft { background: var(--bg-card); }
section h2 {
  font-size: clamp(28px, 4vw, 38px); font-weight: 800; letter-spacing: -0.02em;
  margin-bottom: 14px; display: flex; align-items: center; gap: 14px;
}
section h2::before {
  content: ""; width: 5px; height: 34px; border-radius: 3px; flex-shrink: 0;
  background: linear-gradient(180deg, var(--sky), var(--teal));
}
section .section-sub { color: var(--slate-light); font-size: 17px; max-width: 700px; margin-bottom: 44px; }

/* ---------- Cards ---------- */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.card {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius); padding: 28px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: #bae6fd; }
.card h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.card p { font-size: 15px; color: var(--slate); }
.card .step-no {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%; background: var(--grad-primary);
  color: #fff; font-weight: 800; font-size: 15px; margin-bottom: 14px;
}

/* ---------- Coverage ---------- */
.coverage-h { margin-top: 44px; margin-bottom: 4px; font-size: 18px; font-weight: 700; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.chip {
  background: var(--bg-soft); border: 1px solid var(--sky);
  color: var(--sky-dark); border-radius: 999px; padding: 7px 18px;
  font-size: 14px; font-weight: 700;
}
.chip-muted { background: #fff; border-color: var(--border); color: var(--slate-light); font-weight: 500; }
.coverage-note { margin-top: 12px; font-size: 14px; color: var(--slate-light); max-width: 640px; }

/* ---------- Quiz ---------- */
.quiz {
  background: #fff; border: 1px solid var(--border); border-radius: 16px;
  padding: 36px; max-width: 660px;
  box-shadow: var(--shadow-sm);
  border-top: 2px solid var(--sky);
}
.quiz-step { display: none; }
.quiz-step.active { display: block; }
.quiz-step p.q { font-size: 19px; font-weight: 700; margin-bottom: 18px; letter-spacing: -0.01em; }
.quiz-options { display: flex; flex-direction: column; gap: 10px; margin-bottom: 18px; }
.quiz-options label {
  display: flex; align-items: center; gap: 12px; padding: 13px 16px;
  border: 1px solid var(--border); border-radius: 10px; cursor: pointer;
  font-size: 15px; font-weight: 500;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.quiz-options label:hover { border-color: var(--sky); background: var(--bg-soft); }
.quiz-options input { accent-color: var(--sky); width: 18px; height: 18px; flex-shrink: 0; }
.quiz-hint { visibility: hidden; color: var(--rose); font-size: 14px; margin-bottom: 10px; }
.quiz-nav { display: flex; justify-content: space-between; align-items: center; }
.quiz-progress { font-size: 13px; font-weight: 600; color: var(--slate-light); }
.quiz-result { display: none; }
.quiz-result.active { display: block; }
.quiz-result .verdict { font-size: 19px; font-weight: 700; margin-bottom: 14px; }
.quiz-result ul { margin: 0 0 24px 20px; color: var(--slate); font-size: 15px; }
.quiz-result ul li { margin-bottom: 8px; }
.quiz-privacy { font-size: 13px; color: var(--slate-light); margin-top: 16px; }
.quiz-restart-row { margin-top: 14px; }

/* ---------- Waitlist (dark, flat) — glow field dropped, hairline top accent ---------- */
.waitlist {
  background: var(--grad-dark);
  border-top: 1px solid var(--sky);
  color: #fff; position: relative; overflow: hidden;
}
.waitlist .container { position: relative; z-index: 1; }
.waitlist .brand-mark { height: 40px; margin-bottom: 22px; }
.waitlist h2 { color: #fff; }
.waitlist .section-sub { color: #cbd5e1; }
.waitlist form { max-width: 560px; display: flex; flex-direction: column; gap: 16px; }
.field label { display: block; font-size: 14px; font-weight: 700; margin-bottom: 6px; }
.field label .opt { font-weight: 400; opacity: 0.6; }
.field input[type="text"], .field input[type="email"], .field input[type="url"] {
  width: 100%; padding: 13px 15px; border-radius: 10px; border: 1px solid #334155;
  background: rgba(30, 41, 59, 0.85); color: #fff; font-size: 15px; font-family: var(--font);
}
.field input:focus { outline: 2px solid var(--sky); border-color: var(--sky); }
.country-checks { display: flex; flex-wrap: wrap; gap: 8px; }
.country-checks label {
  display: inline-flex; align-items: center; gap: 6px; padding: 8px 15px;
  border: 1px solid #334155; border-radius: 999px; font-size: 14px; font-weight: 600; cursor: pointer;
  transition: border-color 0.15s ease;
}
.country-checks label:hover { border-color: var(--sky-bright); }
.country-checks input { accent-color: var(--sky); }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; opacity: 0.92; }
.consent input { margin-top: 4px; accent-color: var(--sky); flex-shrink: 0; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.form-note { font-size: 14px; padding: 12px 16px; border-radius: 10px; display: none; }
.form-note.show { display: block; }
.form-note.info { background: #1e3a5f; color: #bae6fd; }
.form-note.ok { background: #064e3b; color: #a7f3d0; }
.form-note.err { background: #4c0519; color: #fecdd3; }

/* ---------- FAQ ---------- */
.faq details {
  border: 1px solid var(--border); border-radius: var(--radius);
  padding: 18px 22px; margin-bottom: 12px; background: #fff;
  box-shadow: var(--shadow-sm);
  transition: border-color 0.15s ease;
}
.faq details:hover { border-color: #bae6fd; }
.faq details[open] { border-color: var(--sky); }
.faq summary { font-weight: 700; font-size: 16px; cursor: pointer; }
.faq details p { margin-top: 12px; color: var(--slate); font-size: 15px; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--border); padding: 40px 0; font-size: 14px; color: var(--slate-light); }
.site-footer .container { display: flex; flex-wrap: wrap; gap: 16px 40px; justify-content: space-between; align-items: flex-start; }
.site-footer a { color: var(--slate); }
.footer-contact { display: none; }
.footer-contact.show { display: inline; }
.privacy-note { max-width: 620px; font-size: 13px; margin-top: 8px; }

/* ---------- Responsive ---------- */
@media (max-width: 720px) {
  .header-nav .nav-links { display: none; }
  /* Compact header: at 320px the container leaves 272px of content width —
     full-height wordmark + language switch + CTA cannot fit, so the CTA is
     hidden (the hero CTA is immediately below) and the rest is tightened. */
  .header-nav .btn { display: none; }
  .header-nav { gap: 12px; }
  .wordmark img { height: 26px; }
  .lang-switch a { padding: 2px 5px; }
  section { padding: 52px 0; }
  .hero { padding: 60px 0 52px; }
  .quiz { padding: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .card, .faq details { transition: none; }
  .btn-primary:hover, .card:hover { transform: none; }
}

/* ============================================================
   Typography polish (2026-07-05)
   Additive, progressive-enhancement pass over existing selectors.
   Goal: beautiful, consistent text across EN / SK / DE down to 320px.
   - text-wrap: balance/pretty and hyphens degrade to no-op in older
     browsers; overflow-wrap is the universally-supported correctness net.
   - Body copy stays LEFT-ALIGNED ragged-right (no justify, no rivers).
   - ch-based measures track font-size so DE/SK get slightly tighter
     columns automatically; hyphens:auto uses the existing <html lang>.
   ============================================================ */

/* --- Global safety net: nothing overflows 320px in any language --- */
body { overflow-wrap: break-word; }

/* --- One heading wrap policy (DRY): balance every heading run --- */
.hero h1,
.hero .eyebrow,
section h2,
.card h3,
.coverage-h,
.quiz-step p.q,
.quiz-result .verdict,
.faq summary {
  text-wrap: balance;
}

/* --- Heading metrics ramp (line-height + negative tracking by size) --- */
.hero h1 { line-height: 1.1; }               /* was 1.08 — helps the 38px clamp end */

section h2 {
  line-height: 1.15;                          /* was inherited 1.6 — too loose for display */
  align-items: flex-start;                    /* anchor accent bar to line 1, not block center */
  min-width: 0;                               /* let long DE compounds wrap, not push the bar */
  overflow-wrap: break-word;
}
section h2::before {
  margin-top: 0.14em;                         /* optically align bar to cap height of line 1 */
}

.card h3,
.coverage-h,
.quiz-step p.q,
.quiz-result .verdict {
  line-height: 1.25;
  letter-spacing: -0.01em;                    /* continues the display ramp at the h3 tier */
}
.quiz-step p.q,
.quiz-result .verdict { line-height: 1.3; }   /* 19px questions/verdict: metrically identical */

.faq summary { line-height: 1.35; }

/* --- Body copy: widow/orphan control + consistent ch-based measure --- */
.hero .sub,
.section-sub,
.deadline .lead,
.deadline .facts li,
.card p,
.faq details p,
.quiz-result ul li,
.coverage-note,
.privacy-note,
.field label {
  text-wrap: pretty;                          /* pulls up single-word last lines */
}

.hero .sub      { max-width: 60ch; }          /* ~700px at 19px — measure now scales with type */
section .section-sub    { max-width: 62ch; }          /* was 700px/~82ch — tighten toward 60–75ch ideal */
.deadline .lead { max-width: 64ch; }          /* was 760px — align with the other leads */
.coverage-note  { max-width: 60ch; }          /* small type -> narrower measure */
.privacy-note   { max-width: 66ch; line-height: 1.6; } /* dense GDPR line: readable return sweep */

/* --- DE compound guard: hyphenate + break only where truly needed --- */
.section-sub,
.deadline .lead,
.deadline .facts li,
.card p,
.faq details p,
.privacy-note,
.chip {
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;                  /* last-resort break; never fires on EN/SK */
}

/* --- Flex/grid text tracks: let long words shrink & wrap --- */
.deadline-body { min-width: 0; }              /* reinforce; the 1fr text track must be shrinkable */
.deadline .facts li { min-width: 0; }

/* --- Deadline band: share a top edge across languages --- */
.deadline-grid { align-items: start; }        /* was center — beacon no longer floats mid-height */

/* Latent guard: even a future longer localized date can't overflow the beacon column */
.deadline-date { max-width: 100%; }

/* --- Chips: keep long tokens inside the rounded pill at 320px --- */
.chip { max-width: 100%; }

/* --- Quiz options: top-align the control to the first line of wrapped text --- */
.quiz-options label { align-items: flex-start; }
.quiz-options input { margin-top: 2px; }

/* --- How-it-works: detach the 2nd chip group from the coverage note --- */
.coverage-note + .chips { margin-top: 28px; } /* was 12px — reads as its own group, not the caption's */

/* --- Vertical rhythm: give the deadline band & footer the section compaction --- */
@media (max-width: 720px) {
  .site-footer { padding: 32px 0; }           /* match section compaction */
}
@media (min-width: 561px) and (max-width: 720px) {
  .deadline { padding: 44px 0; }              /* band compaction ABOVE the 560px rule (which keeps 40px) */
}
/* ============================================================
   End typography polish
   ============================================================ */
