/* ============================================================
   VERDICT — Coming Soon
   Style overlay on top of VDEX tokens, with Verdict-specific
   gradient + type moves.
   ============================================================ */

@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap");

:root {
  /* Verdict palette (overlays / extends VDEX) */
  --v-bg:        #000000;
  --v-bg-1:      #0A0A0F;
  --v-bg-2:      #14141C;
  --v-line:      #1E1E2A;
  --v-line-hi:   #2F2F40;
  --v-text:      #F4F5FA;
  --v-text-2:    #B4B8CC;
  --v-text-3:    #737373;
  --v-text-4:    #4E4E60;

  /* Verdict gradient — 3 stops, deep blue → magenta → violet */
  --v-grad-from:  #3B2BFF;
  --v-grad-mid:   #C026D3;
  --v-grad-to:    #A855F7;
  --v-grad: linear-gradient(115deg, #3B2BFF 0%, #C026D3 55%, #A855F7 100%);
  --v-grad-soft: linear-gradient(115deg, rgba(59,43,255,0.15) 0%, rgba(192,38,211,0.15) 55%, rgba(168,85,247,0.15) 100%);

  /* Solid magenta — big-number treatment */
  --v-magenta: #C026D3;
  --v-violet:  #A855F7;
  --v-blue:    #3B2BFF;

  /* Tweakable */
  --accent-from: #3B2BFF;
  --accent-to:   #A855F7;

  /* Type
     --v-display: heavy geometric sans for headlines + body.
     --v-mono:    label/eyebrow stack. Legacy name — now also geometric
                  sans to match the deck (deck uses one family throughout,
                  no monospace). True tabular mono lives on .mono-num. */
  --v-display: "Poppins", ui-sans-serif, -apple-system, "Inter", "Segoe UI", Roboto, sans-serif;
  --v-mono:    "Poppins", ui-sans-serif, -apple-system, "Inter", "Segoe UI", Roboto, sans-serif;
  --v-serif:   "Instrument Serif", "PP Editorial New", Georgia, serif;
}

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

body {
  background: var(--v-bg);
  color: var(--v-text);
  font-family: var(--v-display);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

::selection {
  background: var(--v-magenta);
  color: #fff;
}

/* ---------------- TYPE PRIMITIVES ---------------- */
.eyebrow,
.mono {
  font-family: var(--v-mono); font-weight: 700;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 11px;
  color: var(--v-text-3);
  font-variant-numeric: tabular-nums;
}
.mono-num {
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-variant-numeric: tabular-nums;
}
.serif-i {
  font-family: var(--v-serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.01em;
}

/* ---------------- LAYOUT ---------------- */
.page {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ---------------- TOP NAV ---------------- */
.nav {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}
.lockup-mark {
  width: 22px;
  height: 22px;
  display: block;
  flex-shrink: 0;
}
/* Text wordmark lockup matching the deck.
   Gradient dot + "V E R D I C T" set in heavy geometric sans with wide
   tracking. Nav uses the full size; footer is slightly smaller and dimmed. */
.lockup.lockup-wordmark { gap: 12px; text-decoration: none; }
.lockup-dot {
  display: inline-block;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--v-grad);
  box-shadow: 0 0 12px rgba(168, 85, 247, 0.55);
  flex-shrink: 0;
}
.lockup-text {
  font-family: var(--v-display);
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--v-text);
  /* trailing letter-spacing creates phantom space on the right */
  padding-right: 0.35em;
  line-height: 1;
}
.footer-lockup { gap: 10px; }
.footer-lockup .lockup-dot { width: 10px; height: 10px; box-shadow: 0 0 10px rgba(168, 85, 247, 0.45); }
.footer-lockup .lockup-text {
  font-size: 18px;
  color: var(--v-text-2);
}
@media (max-width: 600px) {
  .lockup-text { font-size: 18px; letter-spacing: 0.3em; }
  .footer-lockup .lockup-text { font-size: 16px; }
}
.lockup .wm {
  font-family: var(--v-mono); font-weight: 700;
  font-weight: 600;
  letter-spacing: 0.18em;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--v-text);
}
.lockup .wm-period {
  color: var(--v-magenta);
  margin-left: 1px;
}
.nav-right {
  display: inline-flex;
  align-items: center;
  gap: 24px;
}
.nav-status {
  font-family: var(--v-mono); font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--v-text-2);
}

/* ---------------- HERO ---------------- */
.hero {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: calc(100vh - 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-bloom {
  position: absolute;
  inset: -240px -120px -120px -120px;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(60% 50% at 18% 22%, rgba(59, 43, 255, 0.42) 0%, rgba(59, 43, 255, 0) 60%),
    radial-gradient(60% 60% at 85% 80%, rgba(192, 38, 211, 0.38) 0%, rgba(192, 38, 211, 0) 60%),
    radial-gradient(50% 40% at 70% 30%, rgba(168, 85, 247, 0.25) 0%, rgba(168, 85, 247, 0) 65%);
  filter: blur(40px);
  opacity: 0.95;
}
.hero-bloom::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(80% 60% at 50% 110%, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 60%);
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 64px;
  align-items: center;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
  padding: 8px 14px;
  border: 1px solid var(--v-line-hi);
  border-radius: 999px;
  background: rgba(20, 20, 28, 0.6);
  backdrop-filter: blur(8px);
  font-family: var(--v-mono); font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--v-text-2);
}

.hero-wordmark {
  display: flex;
  align-items: baseline;
  gap: 0.04em;
  font-family: var(--v-display);
  font-weight: 900;
  font-size: clamp(72px, 11vw, 156px);
  line-height: 0.9;
  letter-spacing: -0.045em;
  margin: 0;
  color: var(--v-text);
}
.hero-wordmark .period {
  color: var(--v-magenta);
  line-height: 0.9;
  font-size: 0.95em;
}

.hero-headline {
  font-family: var(--v-display);
  font-weight: 800;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 28px 0 0 0;
  color: var(--v-text);
  max-width: 18ch;
}
.hero-headline em {
  font-family: var(--v-serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.01em;
  background: var(--v-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-right: 0.04em;
}

.hero-sub {
  font-family: var(--v-display);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.55;
  color: var(--v-text-2);
  margin: 20px 0 0 0;
  max-width: 38ch;
}

.hero-cta-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 36px;
  flex-wrap: wrap;
}

/* ---------------- BUTTONS ---------------- */
.btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 26px;
  border: 0;
  border-radius: 10px;
  background: var(--v-grad);
  color: #fff;
  font-family: var(--v-display);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.005em;
  cursor: pointer;
  transition: transform 180ms var(--ease-out, cubic-bezier(0.22, 1, 0.36, 1)),
              box-shadow 180ms ease;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.06) inset,
    0 8px 28px rgba(192, 38, 211, 0.35),
    0 2px 12px rgba(59, 43, 255, 0.3);
}
.btn-primary:hover {
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.1) inset,
    0 10px 36px rgba(192, 38, 211, 0.5),
    0 4px 16px rgba(59, 43, 255, 0.4);
}
.btn-primary .arrow {
  display: inline-block;
  transition: transform 180ms ease;
}
.btn-primary:hover .arrow { transform: translateX(3px); }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  background: transparent;
  border: 1px solid var(--v-line-hi);
  border-radius: 10px;
  color: var(--v-text);
  font-family: var(--v-mono); font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease;
}
.btn-ghost:hover {
  background: var(--v-bg-2);
  border-color: var(--v-text-4);
}

.cta-meta {
  font-family: var(--v-mono); font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--v-text-3);
}
.cta-meta .count { color: var(--v-text); }

/* ---------------- TICKER ---------------- */
.ticker-wrap {
  position: relative;
  margin-top: 56px;
  z-index: 1;
  border-top: 1px solid var(--v-line);
  border-bottom: 1px solid var(--v-line);
  background: rgba(10, 10, 15, 0.5);
}
.ticker-wrap::before,
.ticker-wrap::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}
.ticker-wrap::before {
  left: 0;
  background: linear-gradient(90deg, var(--v-bg) 0%, rgba(0,0,0,0) 100%);
}
.ticker-wrap::after {
  right: 0;
  background: linear-gradient(270deg, var(--v-bg) 0%, rgba(0,0,0,0) 100%);
}
.ticker {
  overflow: hidden;
  padding: 14px 0;
}
.ticker-track {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  white-space: nowrap;
  animation: ticker-scroll linear infinite;
  will-change: transform;
}
@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.tk {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--v-mono); font-weight: 700;
  font-size: 12px;
  color: var(--v-text-2);
  letter-spacing: 0.02em;
}
.tk-q { color: var(--v-text); }
.tk-bar {
  position: relative;
  display: inline-block;
  width: 64px; height: 4px;
  background: var(--v-line);
  border-radius: 999px;
  overflow: hidden;
}
.tk-yes {
  position: absolute; top: 0; left: 0; bottom: 0;
  background: var(--v-grad);
}
.tk-yes-num { color: var(--v-text); }
.tk-yes-num.tk-hot { color: var(--v-violet); }
.tk-no { color: var(--v-text-4); }
.tk-lev {
  padding: 2px 8px;
  border: 1px solid var(--v-line-hi);
  border-radius: 4px;
  font-size: 10px;
  color: var(--v-text);
  letter-spacing: 0.06em;
}
.tk-dot { color: var(--v-text-4); padding: 0 4px; }

/* ---------------- MARKET CARD (hero right) ---------------- */
.mkt-card {
  position: relative;
  background: var(--v-bg-1);
  border-radius: 14px;
  border: 1px solid var(--v-line-hi);
  padding: 20px 22px 22px;
  isolation: isolate;
  overflow: hidden;
}
.mkt-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: var(--v-grad);
}
.mkt-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 18px;
}
.mkt-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--v-mono); font-weight: 700; font-size: 10px; text-transform: uppercase;
  letter-spacing: 0.16em; color: var(--v-text-3);
}
.mkt-eyebrow .dot-static {
  display: inline-block; width: 6px; height: 6px;
  background: var(--v-violet); border-radius: 2px;
  transform: rotate(45deg);
}
.mkt-vol {
  font-family: var(--v-mono); font-weight: 700; font-size: 11px;
  color: var(--v-text-3); letter-spacing: 0.06em;
}
.mkt-q {
  font-family: var(--v-display); font-weight: 700;
  font-size: 22px; line-height: 1.15;
  letter-spacing: -0.015em;
  margin-bottom: 22px;
}
.mkt-prob { display: flex; flex-direction: column; gap: 10px; margin-bottom: 22px; }
.prob-row {
  display: grid;
  grid-template-columns: 44px 1fr 56px;
  align-items: center;
  gap: 12px;
}
.prob-label {
  font-family: var(--v-mono); font-weight: 700; font-size: 11px;
  letter-spacing: 0.12em; color: var(--v-violet);
}
.prob-label.no { color: var(--v-text-3); }
.prob-bar {
  height: 8px; background: var(--v-bg-2);
  border-radius: 999px; overflow: hidden;
  position: relative;
}
.prob-fill {
  position: absolute; top: 0; left: 0; bottom: 0;
  border-radius: 999px;
}
.prob-fill.yes { background: linear-gradient(90deg, #A855F7, #C026D3); }
.prob-fill.no { background: var(--v-line-hi); }
.prob-pct {
  text-align: right; font-family: var(--v-mono); font-weight: 700;
  font-size: 14px; font-weight: 500; color: var(--v-text);
}
.mkt-controls { display: flex; flex-direction: column; gap: 16px; }
.seg {
  display: grid; grid-template-columns: 1fr 1fr; gap: 6px;
  background: var(--v-bg-2); padding: 4px;
  border-radius: 8px; border: 1px solid var(--v-line);
}
.seg button {
  padding: 10px 14px; background: transparent;
  border: 0; border-radius: 6px;
  color: var(--v-text-3); cursor: pointer;
  font-family: var(--v-display); font-weight: 600;
  font-size: 13px;
  transition: all 160ms ease;
}
.seg button.active.yes {
  background: rgba(168, 85, 247, 0.15);
  color: var(--v-violet);
  box-shadow: 0 0 0 1px rgba(168, 85, 247, 0.4);
}
.seg button.active.no {
  background: rgba(244, 63, 94, 0.12);
  color: #F87171;
  box-shadow: 0 0 0 1px rgba(244, 63, 94, 0.4);
}
.lev-row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
}
.lev-row .caption {
  font-family: var(--v-mono); font-weight: 700; font-size: 11px;
  letter-spacing: 0.14em; color: var(--v-text-3);
  text-transform: uppercase;
}
.lev-chips { display: flex; gap: 6px; }
.lev-chips button {
  padding: 6px 12px; background: var(--v-bg-2);
  border: 1px solid var(--v-line);
  border-radius: 6px; color: var(--v-text-2);
  font-family: var(--v-mono); font-weight: 700; font-size: 11px;
  cursor: pointer;
}
.lev-chips button.active {
  background: rgba(168, 85, 247, 0.15);
  color: var(--v-violet);
  border-color: rgba(168, 85, 247, 0.4);
}
.mkt-summary {
  display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 14px;
  padding: 14px 12px; background: var(--v-bg-2);
  border: 1px solid var(--v-line); border-radius: 8px;
}
.mkt-summary > div { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.mkt-summary .caption {
  font-family: var(--v-mono); font-weight: 700; font-size: 9px;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--v-text-3);
  white-space: nowrap;
}
.mkt-summary .num {
  font-family: var(--v-mono); font-weight: 700; font-size: 13px;
  color: var(--v-text); font-weight: 500;
  font-variant-numeric: tabular-nums;
}
.mkt-summary .num.accent { color: var(--v-violet); }
.mkt-summary .num.warn { color: #F87171; }
.mkt-summary .fineprint {
  font-family: var(--v-display); font-size: 10px;
  color: var(--v-text-4); line-height: 1.3;
  margin-top: 2px;
  letter-spacing: 0;
  text-transform: none;
}
.mkt-cta {
  margin-top: 4px;
  padding: 14px 16px; border: 0; border-radius: 10px;
  background: var(--v-grad);
  color: #fff; cursor: pointer;
  font-family: var(--v-display); font-weight: 700;
  font-size: 14px;
}
.mkt-cta.short {
  background: linear-gradient(115deg, #F43F5E 0%, #C026D3 100%);
}

/* ---------------- SECTIONS ---------------- */
section {
  position: relative;
  padding: 120px 0;
  border-top: 1px solid var(--v-line);
}
.section-label {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--v-mono); font-weight: 700; font-size: 11px;
  text-transform: uppercase; letter-spacing: 0.18em;
  color: var(--v-text-3);
  margin-bottom: 56px;
}
.section-label .label-bar {
  width: 32px; height: 1px; background: var(--v-text-3);
}

/* ---------------- WEDGE ---------------- */
.wedge-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.wedge-row {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 40px 0;
  border-top: 1px solid var(--v-line);
}
.wedge-row:last-child { border-bottom: 1px solid var(--v-line); }
.wedge-num {
  font-family: var(--v-mono); font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--v-text-3);
}
.wedge-headline {
  font-family: var(--v-display);
  font-weight: 800;
  font-size: clamp(34px, 4.4vw, 60px);
  line-height: 1.0;
  letter-spacing: -0.035em;
  color: var(--v-text);
}
.wedge-headline em {
  font-family: var(--v-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--v-magenta);
  letter-spacing: -0.01em;
  padding-right: 0.05em;
}
.wedge-tag {
  font-family: var(--v-mono); font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--v-text-3);
  text-align: right;
}

/* ---------------- PROOF ---------------- */
.proof-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
}
.proof-big {
  display: flex; flex-direction: column; gap: 18px;
}
.proof-num {
  font-family: var(--v-display);
  font-weight: 900;
  font-size: clamp(96px, 14vw, 200px);
  line-height: 0.88;
  letter-spacing: -0.05em;
  color: var(--v-magenta);
  text-shadow: 0 0 80px rgba(192, 38, 211, 0.3);
  font-variant-numeric: tabular-nums;
}
.proof-caption {
  font-family: var(--v-mono); font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--v-text-3);
}
.proof-copy {
  font-family: var(--v-display);
  font-weight: 700;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--v-text);
}
.proof-copy em {
  font-family: var(--v-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--v-violet);
  letter-spacing: -0.01em;
}
.proof-sub {
  margin-top: 24px;
  font-family: var(--v-display);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: var(--v-text-2);
  max-width: 42ch;
}

/* Sparkline / chart treatment */
.proof-chart {
  margin-top: 28px;
  display: flex; flex-direction: column; gap: 12px;
  padding: 20px;
  background: var(--v-bg-1);
  border: 1px solid var(--v-line);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.proof-chart::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: var(--v-grad);
}
.proof-chart-head {
  display: flex; justify-content: space-between;
  font-family: var(--v-mono); font-weight: 700; font-size: 10px;
  text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--v-text-3);
}
.proof-chart svg { width: 100%; height: 80px; display: block; }
.proof-chart-axis {
  display: flex; justify-content: space-between;
  font-family: var(--v-mono); font-weight: 700; font-size: 10px;
  color: var(--v-text-4); letter-spacing: 0.08em;
}

/* ---------------- BACKING ---------------- */
.backing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.backing-card {
  position: relative;
  padding: 36px 32px;
  background: var(--v-bg-1);
  border: 1px solid var(--v-line);
  border-radius: 14px;
  overflow: hidden;
}
.backing-card::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: var(--v-grad);
  opacity: 0.7;
}
.backing-role {
  font-family: var(--v-mono); font-weight: 700; font-size: 11px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--v-text-3);
  margin-bottom: 18px;
}
.backing-mark {
  display: flex; align-items: center; gap: 16px;
  margin-bottom: 18px;
}
.backing-mark .glyph {
  width: 48px; height: 48px;
  display: inline-flex; align-items: center; justify-content: center;
}
.backing-mark .glyph.glyph-wide {
  width: auto; height: 56px;
  flex-shrink: 0;
}
.backing-mark .glyph.glyph-wide img {
  height: 100%; width: auto; display: block;
}
.backing-name {
  font-family: var(--v-display);
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--v-text);
}
.backing-tag {
  font-family: var(--v-display);
  font-weight: 400;
  font-size: 14px;
  color: var(--v-text-2);
  line-height: 1.5;
}
.backing-detail-row {
  display: flex; gap: 20px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--v-line);
  font-family: var(--v-mono); font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--v-text-3);
  text-transform: uppercase;
}
.backing-detail-row .num-stat {
  font-family: var(--v-display);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--v-text);
  text-transform: none;
  margin-bottom: 4px;
  display: block;
}

/* ---------------- FOOTER ---------------- */
.footer {
  position: relative;
  padding: 120px 0 56px;
  border-top: 1px solid var(--v-line);
  overflow: hidden;
}
.footer-bloom {
  position: absolute;
  inset: -120px -200px -120px -200px;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(50% 60% at 20% 50%, rgba(59, 43, 255, 0.25) 0%, rgba(59, 43, 255, 0) 60%),
    radial-gradient(50% 60% at 80% 60%, rgba(192, 38, 211, 0.25) 0%, rgba(192, 38, 211, 0) 60%);
  filter: blur(40px);
}
.footer-content {
  position: relative; z-index: 1;
  display: flex; flex-direction: column;
  gap: 40px;
}
.footer-headline {
  font-family: var(--v-display);
  font-weight: 900;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: var(--v-text);
  max-width: 14ch;
}
.footer-headline em {
  font-family: var(--v-serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.01em;
  background: var(--v-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-right: 0.04em;
}
.footer-cta-row {
  display: flex; align-items: center; gap: 24px;
  flex-wrap: wrap;
}
.footer-bottom {
  margin-top: 48px;
  padding: 32px 0 0;
  border-top: 1px solid var(--v-line);
  display: flex; justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; gap: 24px 32px;
  font-family: var(--v-mono); font-weight: 700; font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--v-text-3);
}
.footer-bottom > *:last-child { text-align: right; }
/* Push footer items inward so the wide-tracked VERDICT lockup on the
   left and the "Built by Virtual Labs" text on the right don't hug the
   page-container edges. */
.footer { padding-left: 16px; padding-right: 16px; }
.socials { display: flex; gap: 18px; align-items: center; }
.socials a {
  color: var(--v-text-3); text-decoration: none;
  transition: color 160ms ease;
  display: inline-flex; align-items: center; gap: 6px;
}
.socials a:hover { color: var(--v-text); }

/* ---------------- MODAL v2 ---------------- */
.modal-scrim {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
  overflow-y: auto;
}
.modal {
  position: relative;
  width: 100%; max-width: 460px;
  background: var(--v-bg-1);
  border: 1px solid var(--v-line-hi);
  border-radius: 18px;
  padding: 36px 32px 28px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6),
              0 0 0 1px var(--v-line-hi),
              0 0 60px rgba(192, 38, 211, 0.18);
}
.modal::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: var(--v-grad);
}
.modal-fade {
  /* Cross-fade hint: visual state change between form → success.
     Uses opacity-only animation that resolves immediately so it never
     gets stuck at 0 if the tab is throttled. */
  opacity: 1;
}
.modal-x {
  position: absolute; top: 14px; right: 14px;
  background: transparent; border: 0;
  color: var(--v-text-3);
  font-size: 20px; cursor: pointer;
  width: 32px; height: 32px; border-radius: 8px;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background 160ms ease, color 160ms ease;
  z-index: 3;
}
.modal-x:hover { background: var(--v-bg-2); color: var(--v-text); }

/* ── Modal form (entry state) ── */
.modal-lockup {
  display: inline-flex; align-items: center; gap: 10px;
  margin-bottom: 20px;
}
.modal-lockup img { width: 20px; height: 20px; display: block; }
.modal-lockup .wm {
  font-family: var(--v-mono); font-weight: 700;
  letter-spacing: 0.18em; font-size: 12px;
  text-transform: uppercase; color: var(--v-text);
}
.modal-lockup .wm-period { color: var(--v-magenta); }

.modal-title {
  font-family: var(--v-display); font-weight: 800;
  font-size: 30px; letter-spacing: -0.025em;
  line-height: 1.05; margin: 0 0 8px;
  color: var(--v-text);
}
.modal-sub {
  font-family: var(--v-display); font-weight: 400;
  font-size: 14px; color: var(--v-text-2);
  line-height: 1.55; margin: 0 0 24px;
}

.modal-cta-primary {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 24px;
  background: var(--v-grad);
  border: 0; border-radius: 12px;
  color: #fff;
  font-family: var(--v-display); font-weight: 700;
  font-size: 15px; cursor: pointer;
  transition: box-shadow 180ms ease, transform 180ms var(--ease-out, cubic-bezier(0.22, 1, 0.36, 1));
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.06) inset,
    0 8px 28px rgba(192, 38, 211, 0.35),
    0 2px 12px rgba(59, 43, 255, 0.3);
}
.modal-cta-primary:hover:not(:disabled) {
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.12) inset,
    0 10px 36px rgba(192, 38, 211, 0.5),
    0 4px 16px rgba(59, 43, 255, 0.4);
}
.modal-cta-primary:disabled { opacity: 0.6; cursor: progress; }

.modal-or {
  display: flex; align-items: center; gap: 14px;
  margin: 18px 0;
  font-family: var(--v-mono); font-weight: 700; font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--v-text-3);
}
.modal-or::before,
.modal-or::after {
  content: ""; flex: 1; height: 1px;
  background: var(--v-line);
}

.email-form-v2 { display: flex; flex-direction: column; gap: 10px; }
.email-form-v2 input {
  width: 100%;
  padding: 14px 16px;
  background: var(--v-bg-2);
  border: 1px solid var(--v-line);
  border-radius: 10px;
  color: var(--v-text);
  font-family: var(--v-display); font-size: 14px;
  outline: none;
  transition: border-color 160ms ease;
}
.email-form-v2 input::placeholder { color: var(--v-text-4); }
.email-form-v2 input:focus { border-color: var(--v-violet); }
.modal-cta-secondary {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px 20px;
  background: transparent;
  border: 1px solid var(--v-line-hi);
  border-radius: 10px;
  color: var(--v-text);
  font-family: var(--v-display); font-weight: 600;
  font-size: 14px; cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease;
}
.modal-cta-secondary:hover:not(:disabled) {
  border-color: var(--v-text-3);
  background: var(--v-bg-2);
}
.modal-cta-secondary:disabled { opacity: 0.5; cursor: not-allowed; }

.modal-fineprint {
  margin: 20px 0 0;
  font-family: var(--v-mono); font-weight: 700; font-size: 10px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--v-text-3); text-align: center;
}

/* ── Modal success / share frame ── */
.success-wrap {
  display: flex; flex-direction: column; gap: 16px;
}
.share-frame {
  position: relative;
  aspect-ratio: 4 / 5;
  width: 100%;
  background: #050509;
  border-radius: 14px;
  border: 1px solid var(--v-line-hi);
  overflow: hidden;
  padding: 28px 26px;
  display: flex; flex-direction: column;
  isolation: isolate;
}
.share-frame::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: var(--v-grad);
  z-index: 2;
}
.share-bloom {
  position: absolute; inset: -40px;
  z-index: 0; pointer-events: none;
  background:
    radial-gradient(55% 50% at 15% 18%, rgba(59, 43, 255, 0.55) 0%, rgba(59, 43, 255, 0) 60%),
    radial-gradient(60% 55% at 88% 85%, rgba(192, 38, 211, 0.55) 0%, rgba(192, 38, 211, 0) 60%),
    radial-gradient(45% 40% at 70% 35%, rgba(168, 85, 247, 0.35) 0%, rgba(168, 85, 247, 0) 65%);
  filter: blur(30px);
  opacity: 0.85;
}
.share-frame > * { position: relative; z-index: 1; }

.share-top {
  display: inline-flex; align-items: center; gap: 8px;
}
.share-top img { width: 18px; height: 18px; display: block; }
.share-top .wm {
  font-family: var(--v-mono); font-weight: 700;
  letter-spacing: 0.18em; font-size: 11px;
  text-transform: uppercase; color: var(--v-text);
}
.share-top .wm-period { color: var(--v-magenta); }

.share-center {
  flex: 1;
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
  gap: 14px;
}
.share-num {
  font-family: var(--v-display); font-weight: 900;
  font-size: clamp(54px, 14vw, 82px);
  line-height: 0.88;
  letter-spacing: -0.05em;
  color: var(--v-magenta);
  text-shadow: 0 0 60px rgba(192, 38, 211, 0.6);
  font-variant-numeric: tabular-nums;
}
.share-caption {
  font-family: var(--v-mono); font-weight: 700; font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--v-text-2);
}

.share-bottom {
  display: flex; justify-content: space-between; align-items: baseline;
  font-family: var(--v-mono); font-weight: 700; font-size: 10px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--v-text-3);
}
.share-bottom .right { color: var(--v-text-2); }

.share-hint {
  text-align: center;
  font-family: var(--v-mono); font-weight: 700; font-size: 10px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--v-text-3);
  padding: 4px 0;
}

.success-actions {
  display: grid; grid-template-columns: 1fr auto; gap: 10px;
}
.success-actions .copy-btn.copied {
  border-color: var(--v-violet);
  color: var(--v-violet);
}

/* ---------------- MOBILE ---------------- */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .proof-grid { grid-template-columns: 1fr; gap: 40px; }
  .backing-grid { grid-template-columns: 1fr; }
  section { padding: 80px 0; }
  .wedge-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .wedge-tag { text-align: left; }
}
@media (max-width: 600px) {
  .page { padding: 0 20px; }
  .hero { padding-top: 40px; padding-bottom: 40px; }
  .nav-right .nav-status { display: none; }
  .nav-right .docs-link { display: none; }
}

/* ---------------- DOCS NAV LINK ---------------- */
.docs-link {
  font-family: var(--v-mono); font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--v-text-3);
  text-decoration: none;
  transition: color 160ms ease;
}
.docs-link:hover { color: var(--v-text); }

/* ---------------- WEDGE REVEAL ---------------- */
.wedge-row .wedge-num,
.wedge-row .wedge-headline,
.wedge-row .wedge-tag {
  opacity: 0;
  transform: translateX(-24px);
  transition:
    opacity 400ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 400ms cubic-bezier(0.22, 1, 0.36, 1);
}
.wedge-row.visible .wedge-num,
.wedge-row.visible .wedge-headline,
.wedge-row.visible .wedge-tag {
  opacity: 1;
  transform: translateX(0);
}
/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .wedge-row .wedge-num,
  .wedge-row .wedge-headline,
  .wedge-row .wedge-tag {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ---------------- BACKING ENHANCEMENTS ---------------- */
.backing { position: relative; overflow: hidden; }
.backing-bloom {
  position: absolute;
  inset: -120px -200px -120px -200px;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(50% 60% at 18% 30%, rgba(59, 43, 255, 0.22) 0%, rgba(59, 43, 255, 0) 60%),
    radial-gradient(50% 60% at 85% 75%, rgba(192, 38, 211, 0.22) 0%, rgba(192, 38, 211, 0) 60%);
  filter: blur(40px);
  opacity: 0.7;
}
.backing > * { position: relative; z-index: 1; }

.backing-eyebrow {
  font-family: var(--v-mono); font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--v-text-2);
  margin: -28px 0 32px 46px; /* aligns with section label content (past the label-bar) */
}
@media (max-width: 600px) {
  .backing-eyebrow { margin-left: 0; }
}

.backing-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  padding: 44px 36px;
  transition: transform 200ms cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 200ms ease,
              border-color 200ms ease;
}
.backing-card:hover {
  transform: translateY(-2px);
  border-color: var(--v-line-hi);
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.4),
    0 0 32px rgba(192, 38, 211, 0.12);
}
.backing-card:hover::before {
  opacity: 1;
  box-shadow: 0 0 12px rgba(192, 38, 211, 0.5);
}
.backing-card .backing-detail-row {
  margin-top: auto; /* push details to bottom of taller card */
}

/* ---------------- MOBILE STICKY CTA ---------------- */
.mobile-cta-bar {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 50;
  padding: 14px 20px calc(14px + env(safe-area-inset-bottom));
  background: rgba(8, 8, 14, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid var(--v-line-hi);
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 240ms ease, transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}
.mobile-cta-bar::before {
  content: "";
  position: absolute;
  top: -1px; left: 0; right: 0;
  height: 1px;
  background: var(--v-grad);
}
.mobile-cta-bar.visible {
  opacity: 1;
  transform: translateY(0);
}
.mobile-cta-bar .btn-primary {
  width: 100%;
  justify-content: center;
  padding: 16px;
  font-size: 15px;
}
@media (max-width: 767px) {
  .mobile-cta-bar { display: block; }
}
