/* Optriva.ai — parody enterprise AI-GRC landing. Lime-on-navy, played straight.
   No Microsoft / Workiva / Optro assets or copied copy. */

:root {
  --volt: #a8c40c;
  --volt-dim: #8ba30a;
  --navy: #0b0f1a;
  --navy-2: #121828;
  --navy-3: #1a2236;
  --platinum: #e8ecef;
  --gray: #8b93a7;
  --gray-2: #7f879e;
  --line: rgba(232, 236, 239, 0.12);
  --line-2: rgba(232, 236, 239, 0.07);
  --grad: linear-gradient(115deg, #a8c40c 0%, #d4e94a 100%);
  --sans: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "Archivo", "Manrope", system-ui, sans-serif;
  color-scheme: dark;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  color: var(--platinum);
  background: var(--navy);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin: 0;
}

a { color: inherit; }

.tm {
  font-family: var(--sans);
  font-size: 0.44em;
  font-weight: 600;
  vertical-align: super;
  color: var(--gray);
}

.grad {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
  z-index: 200;
  padding: 8px 14px;
  color: var(--navy);
  background: var(--volt);
  border-radius: 6px;
}
.skip-link:focus { left: 12px; }

.section-inner {
  width: min(1160px, 100%);
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 40px);
}
.section-inner.narrow { max-width: 760px; }
.center { text-align: center; }

.eyebrow {
  margin: 0 0 14px;
  color: var(--volt);
  font-family: var(--sans);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-head { margin-bottom: 40px; }
.section-head.center { display: grid; justify-items: center; }
.section-head h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); }
.section-desc { margin: 12px 0 0; color: var(--gray); max-width: 620px; }

/* grid texture */
.grid-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(var(--line-2) 1px, transparent 1px),
    linear-gradient(90deg, var(--line-2) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 30%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 30%, transparent 78%);
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 22px;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 0.94rem;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.12s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.btn-sm { padding: 9px 15px; font-size: 0.86rem; }
.btn-lg { padding: 16px 30px; font-size: 1.02rem; }
.btn-block { width: 100%; justify-content: center; }
.btn-solid {
  color: var(--navy);
  background: var(--volt);
  box-shadow: 0 8px 26px rgba(168, 196, 12, 0.24);
}
.btn-solid:hover { background: #b7d31a; transform: translateY(-1px); }
.btn-ghost {
  color: var(--platinum);
  background: transparent;
  border-color: var(--line);
}
.btn-ghost:hover { background: rgba(232, 236, 239, 0.06); border-color: rgba(232, 236, 239, 0.24); }

/* ---------- nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(11, 15, 26, 0.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.nav-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: 12px clamp(16px, 3vw, 32px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.12rem;
  text-decoration: none;
  letter-spacing: -0.01em;
}
.brand img { width: 30px; height: 30px; border-radius: 7px; }
.brand-ai {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 14px;
}
.nav-item { position: relative; }
.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  color: var(--gray);
  font-family: var(--sans);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  background: transparent;
  border: 0;
  border-radius: 7px;
  cursor: pointer;
}
.nav-link:hover { color: var(--platinum); background: rgba(232, 236, 239, 0.05); }
.caret { font-size: 0.7rem; opacity: 0.7; }
.nav-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  display: none;
  min-width: 210px;
  padding: 6px;
  background: var(--navy-2);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}
.nav-item.is-open .nav-menu { display: block; }
.nav-menu a, .nav-menu span {
  display: block;
  padding: 8px 11px;
  color: var(--platinum);
  font-size: 0.88rem;
  text-decoration: none;
  border-radius: 6px;
}
.nav-menu a:hover { background: rgba(232, 236, 239, 0.06); }
.nav-menu .is-disabled { color: var(--gray-2); cursor: not-allowed; }
.nav-actions { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  margin-left: auto;
  padding: 8px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 7px;
  cursor: pointer;
}
.nav-toggle span { width: 20px; height: 2px; background: var(--platinum); border-radius: 2px; }

/* ---------- hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 12vw, 130px) 0 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(168, 196, 12, 0.14), transparent 70%),
    var(--navy);
}
.hero-inner {
  position: relative;
  width: min(940px, 92%);
  margin: 0 auto;
  text-align: center;
}
.hero h1 {
  font-size: clamp(2.5rem, 7vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.025em;
}
.hero-sub {
  max-width: 640px;
  margin: 26px auto 0;
  color: var(--gray);
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
}
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}
.ticker {
  margin-top: clamp(48px, 8vw, 90px);
  padding: 12px 0;
  overflow: hidden;
  color: var(--gray);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(18, 24, 40, 0.6);
  white-space: nowrap;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.ticker-track {
  display: inline-flex;
  gap: 22px;
  padding-left: 100%;
  animation: ticker 26s linear infinite;
}
.ticker-dot { color: var(--volt); }
@keyframes ticker { to { transform: translateX(-100%); } }
@media (prefers-reduced-motion: reduce) {
  .ticker-track { animation: none; padding-left: 0; flex-wrap: wrap; white-space: normal; }
}

/* section rhythm */
.trustbar, .category, .modules, .agent, .rollout, .dashboards, .analysts, .outcomes, .voices, .pricing, .final-cta {
  padding: clamp(56px, 9vw, 108px) 0;
}
.category { padding-top: clamp(40px, 6vw, 72px); }

/* ---------- trust bar ---------- */
.trustbar { text-align: center; border-bottom: 1px solid var(--line); }
.trustbar-label { margin: 0 0 26px; color: var(--gray); font-size: 0.86rem; letter-spacing: 0.02em; }
.logo-wall {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(20px, 5vw, 56px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.logo-wall li {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1rem, 2vw, 1.35rem);
  color: var(--gray-2);
  letter-spacing: 0.02em;
  opacity: 0.85;
}

/* ---------- category ---------- */
.category h2 { font-size: clamp(2rem, 4.4vw, 3.2rem); margin-top: 6px; }
.category .ait { color: var(--gray); font-weight: 500; }
.lede { margin: 22px auto 0; max-width: 640px; color: var(--gray); font-size: clamp(1.05rem, 1.7vw, 1.28rem); }

/* ---------- modules ---------- */
.module-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.module {
  position: relative;
  padding: 18px 16px;
  background: var(--navy-2);
  border: 1px solid var(--line);
  border-radius: 12px;
  transition: border-color 0.15s ease, transform 0.15s ease;
}

/* ---------- used-car windshield price sticker ---------- */
.price-sticker {
  position: absolute;
  top: -13px;
  right: -11px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  color: #111;
  font-family: "Permanent Marker", var(--display), cursive;
  font-size: 0.86rem;
  line-height: 1;
  text-align: center;
  background: #f2ff3a;
  border-radius: 6px;
  transform: rotate(-9deg);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.4);
}
.price-sticker::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: inherit;
  border-radius: 6px;
  transform: rotate(22.5deg);
}
.price-sticker--sm { top: -11px; right: -9px; width: 46px; height: 46px; font-size: 0.72rem; }
.price-sticker--lg { width: 72px; height: 72px; font-size: 1.02rem; }
.module:hover { border-color: rgba(168, 196, 12, 0.4); transform: translateY(-2px); }
.module-glyph {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  color: var(--volt);
  font-size: 1rem;
  background: rgba(168, 196, 12, 0.1);
  border-radius: 8px;
}
.module h3 { font-size: 0.98rem; }
.module p { margin: 6px 0 12px; color: var(--gray); font-size: 0.82rem; min-height: 2.4em; }
.price-chip {
  display: inline-block;
  padding: 3px 9px;
  color: var(--gray);
  font-size: 0.7rem;
  font-weight: 600;
  background: rgba(232, 236, 239, 0.05);
  border: 1px solid var(--line);
  border-radius: 999px;
}
.module-connect {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 12px;
  padding: 24px 26px;
  background:
    radial-gradient(ellipse 60% 120% at 0% 0%, rgba(168, 196, 12, 0.12), transparent 60%),
    var(--navy-2);
  border: 1px solid rgba(168, 196, 12, 0.4);
  border-radius: 14px;
}
.module-connect .module-glyph { width: 40px; height: 40px; font-size: 1.2rem; }
.module-connect h3 { font-size: 1.25rem; margin-top: 8px; }
.module-connect p { margin: 6px 0 0; color: var(--gray); max-width: 520px; }
.connect-quote { margin: 0; font-family: var(--display); font-size: 1.15rem; font-weight: 700; }
.connect-quote span { display: block; margin-top: 4px; color: var(--gray); font-family: var(--sans); font-size: 0.8rem; font-weight: 500; }

/* ---------- agent ---------- */
.agent { background: var(--navy-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.agent-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.agent-copy h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); }
.agent-copy > p { margin: 18px 0; color: var(--gray); }
.agent-bullets { margin: 0 0 22px; padding: 0; list-style: none; display: grid; gap: 10px; }
.agent-bullets li { position: relative; padding-left: 26px; color: var(--platinum); font-size: 0.94rem; }
.agent-bullets li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--volt);
  font-weight: 700;
}
.agent-diagram {
  position: relative;
  margin: 0;
  padding: 22px;
  background: var(--navy);
  border: 1px solid var(--line);
  border-radius: 16px;
}
.agent-diagram svg { width: 100%; height: auto; display: block; }
.d-box rect { fill: var(--navy-3); stroke: var(--line); }
.d-box text { fill: var(--gray); font-family: var(--sans); font-size: 12px; text-anchor: middle; }
.d-queue path { fill: var(--navy-3); stroke: var(--line); }
.d-queue ellipse { fill: var(--navy-3); stroke: var(--volt-dim); }
.d-queue text { fill: var(--gray); font-family: var(--sans); font-size: 11px; text-anchor: middle; }
.d-hex polygon { fill: rgba(168, 196, 12, 0.08); stroke: var(--volt-dim); }
.d-hex text { fill: var(--volt); font-family: var(--display); font-size: 14px; font-weight: 700; text-anchor: middle; }
.d-ai rect { fill: transparent; stroke: var(--platinum); stroke-dasharray: 5 4; }
.d-ai text { fill: var(--gray-2); font-family: var(--display); font-size: 15px; font-weight: 700; text-anchor: middle; }
.d-black rect { fill: #05070c; stroke: rgba(232, 236, 239, 0.28); }
.d-black .q { fill: rgba(232, 236, 239, 0.09); font-family: var(--display); font-size: 66px; font-weight: 800; text-anchor: middle; }
.d-black .lbl { fill: var(--gray); font-family: var(--sans); font-size: 12px; text-anchor: middle; }
.d-out rect { fill: var(--navy-3); stroke: var(--volt-dim); }
.d-out text { fill: var(--volt); font-family: var(--sans); font-size: 12px; text-anchor: middle; }
.d-arrow line { stroke: var(--line); stroke-width: 1.4; }
.agent-diagram figcaption { margin-top: 12px; color: var(--gray-2); font-size: 0.8rem; text-align: center; }

/* ---------- adoption (rollout) ---------- */
.rollout { background: var(--navy-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.rollout-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; align-items: stretch; }
.feature-card {
  display: flex;
  flex-direction: column;
  padding: 26px 24px;
  background: var(--navy);
  border: 1px solid var(--line);
  border-radius: 14px;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.feature-card:hover { border-color: rgba(168, 196, 12, 0.4); transform: translateY(-2px); }
.feature-card h3 { margin: 0 0 10px; font-size: 1.12rem; line-height: 1.25; }
.feature-card p { margin: 0; color: var(--gray); font-size: 0.92rem; }
.fc-viz { margin-top: auto; padding-top: 22px; }
.fc-chart { display: block; width: 100%; height: auto; }
.fc-cap {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 9px;
  color: var(--gray-2);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.fc-cap-volt { color: var(--volt); }

/* ---------- dashboards ---------- */
.dash-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.dash-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 176px;
  margin: 7px 24px 7px 0;
  padding: 22px 18px;
  text-align: center;
  color: var(--platinum);
  font-size: 0.95rem;
  font-weight: 600;
  background: var(--navy);
  border: 1px solid var(--line);
  border-radius: 14px;
}
.dash-step:last-child {
  margin-right: 0;
  border-color: rgba(168, 196, 12, 0.55);
  box-shadow: 0 14px 40px rgba(168, 196, 12, 0.1);
}
.dash-step small { color: var(--gray-2); font-size: 0.76rem; font-weight: 400; }
.dash-viz { width: 72px; height: 56px; margin-bottom: 4px; }
.dash-step:not(:last-child)::after {
  content: "→" / "";
  position: absolute;
  top: 50%;
  right: -24px;
  width: 24px;
  text-align: center;
  transform: translateY(-50%);
  color: var(--volt);
  font-size: 1.15rem;
}
.dash-fine { margin: 24px 0 0; color: var(--gray-2); font-size: 0.8rem; text-align: center; }
@media (max-width: 640px) {
  .dash-flow { flex-direction: column; align-items: center; }
  .dash-step { width: 100%; max-width: 320px; margin: 0 0 30px; }
  .dash-step:last-child { margin-bottom: 0; }
  .dash-step:not(:last-child)::after {
    content: "↓" / "";
    top: auto;
    bottom: -26px;
    right: auto;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
  }
}

/* ---------- analysts ---------- */
.badge-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.badge {
  position: relative;
  padding: 28px;
  text-align: center;
  background: var(--navy-2);
  border: 1px solid var(--line);
  border-radius: 14px;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.badge:hover { border-color: rgba(168, 196, 12, 0.4); transform: translateY(-2px); }
.badge-viz { display: block; height: 132px; width: auto; margin: 0 auto 18px; }
.iq-dot { fill: var(--gray-2); opacity: 0.4; }
.iq-us { fill: var(--volt); }
.iq-us-label { fill: var(--platinum); font: 700 10.5px var(--sans); text-anchor: middle; }
.iq-quad { fill: var(--gray-2); opacity: 0.55; font: 600 8px var(--sans); letter-spacing: 0.14em; text-anchor: end; }
.iq-axis { fill: var(--gray-2); font: 600 9.5px var(--sans); text-anchor: middle; }
.ms-num { fill: var(--volt); font: 800 27px var(--display); text-anchor: middle; }
.badge h3 { font-size: 1.12rem; line-height: 1.25; }
.badge p { margin: 12px 0 0; color: var(--gray); font-size: 0.86rem; }

/* ---------- outcomes ---------- */
.outcomes { position: relative; overflow: hidden; text-align: center; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.stat { display: grid; gap: 8px; }
.stat-num { font-family: var(--display); font-weight: 800; font-size: clamp(2.6rem, 6vw, 4.2rem); line-height: 1; }
.stat-label { color: var(--gray); font-size: 0.9rem; }

/* ---------- voices ---------- */
.voice-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.voice {
  margin: 0;
  padding: 26px;
  background: var(--navy-2);
  border: 1px solid var(--line);
  border-radius: 14px;
}
.voice p { margin: 0 0 18px; font-size: 1.08rem; line-height: 1.5; }
.voice footer { display: grid; gap: 2px; }
.voice footer strong { font-family: var(--display); font-size: 0.98rem; }
.voice footer span { color: var(--gray); font-size: 0.82rem; }
.voice s { color: var(--gray-2); text-decoration-thickness: 2px; }

/* ---------- pricing ---------- */
.tier-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.tier {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px 26px;
  background: var(--navy-2);
  border: 1px solid var(--line);
  border-radius: 16px;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.tier:hover { border-color: rgba(168, 196, 12, 0.4); transform: translateY(-2px); }
.tier.is-featured { border-color: var(--volt); box-shadow: 0 18px 50px rgba(168, 196, 12, 0.12); }
.tier.is-featured:hover { border-color: var(--volt); }
.tier > .btn { margin-top: auto; }
.tier-flag {
  position: absolute;
  top: -12px;
  left: 26px;
  padding: 4px 12px;
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 700;
  background: var(--volt);
  border-radius: 999px;
}
.tier h3 { font-size: 1.2rem; }
.tier-price { margin: 10px 0 20px; font-family: var(--display); font-size: 1.5rem; font-weight: 800; color: var(--platinum); }
.tier ul { margin: 0 0 22px; padding: 0; list-style: none; display: grid; gap: 10px; }
.tier li { position: relative; padding-left: 24px; color: var(--gray); font-size: 0.9rem; }
.tier li::before { content: "✓"; position: absolute; left: 0; color: var(--volt); font-weight: 700; }
.strike-note { margin-left: 5px; color: var(--gray-2); font-size: 0.78rem; }
.pricing-fine { margin: 22px 0 0; color: var(--gray-2); font-size: 0.8rem; text-align: center; }

.demo { margin-top: 44px; display: grid; place-items: center; }
.demo-card {
  width: min(560px, 100%);
  padding: clamp(24px, 4vw, 38px);
  background:
    radial-gradient(ellipse 90% 60% at 50% 0%, rgba(168, 196, 12, 0.1), transparent 70%),
    var(--navy-2);
  border: 1px solid var(--line);
  border-radius: 18px;
}
.demo-card h3 { font-size: 1.5rem; }
.demo-card > p { margin: 8px 0 20px; color: var(--gray); }
.demo-form { display: grid; gap: 14px; }
.demo-form label { display: grid; gap: 6px; color: var(--gray); font-size: 0.84rem; font-weight: 600; }
.demo-form input {
  padding: 12px 14px;
  color: var(--platinum);
  font: inherit;
  background: var(--navy);
  border: 1px solid var(--line);
  border-radius: 9px;
}
.demo-form input:focus { outline: none; border-color: var(--volt); box-shadow: 0 0 0 3px rgba(168, 196, 12, 0.18); }
.demo-done { display: grid; gap: 16px; text-align: center; }
.demo-done h3 { font-size: 1.35rem; }
.demo-done p { margin: 0; color: var(--gray); }
.stars { display: inline-flex; gap: 6px; justify-content: center; font-size: 1.7rem; color: var(--gray-2); cursor: pointer; }
.stars span { transition: color 0.1s ease; }
.stars span:hover, .stars span.on { color: var(--volt); }
.stars-note { min-height: 1.2em; color: var(--volt); font-weight: 600; }

/* ---------- faq ---------- */
.faq-list { display: grid; gap: 0; }
.faq-item { padding: 20px 0; border-bottom: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 0; }
.faq-item dt { font-family: var(--display); font-weight: 700; font-size: 1.05rem; color: var(--platinum); }
.faq-item dd { margin: 8px 0 0; color: var(--gray); }

/* ---------- final cta ---------- */
.final-cta {
  text-align: center;
  background:
    radial-gradient(ellipse 60% 100% at 50% 100%, rgba(168, 196, 12, 0.14), transparent 70%),
    var(--navy-2);
  border-top: 1px solid var(--line);
}
.final-cta h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 26px; }

/* ---------- footnotes ---------- */
.fn { text-decoration: none; color: var(--volt); }
.fn sup { font-size: 0.66em; }
.footnotes { padding: 34px 0; border-top: 1px solid var(--line); background: var(--navy); }
.footnotes ol { margin: 0; padding-left: 20px; color: var(--gray-2); font-size: 0.8rem; display: grid; gap: 5px; }
.footnotes a { color: var(--volt); text-decoration: none; margin-left: 4px; }

/* ---------- footer ---------- */
.footer { background: var(--navy); border-top: 1px solid var(--line); padding: 54px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 36px; }
.footer-brand .brand { margin-bottom: 18px; }
.newsletter label { display: block; margin-bottom: 8px; color: var(--gray); font-size: 0.86rem; font-weight: 600; }
.newsletter-row { display: flex; gap: 8px; max-width: 340px; }
.newsletter-row input {
  flex: 1;
  min-width: 0;
  padding: 9px 12px;
  color: var(--platinum);
  font: inherit;
  font-size: 0.88rem;
  background: var(--navy-2);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.newsletter-row input:focus { outline: none; border-color: var(--volt); }
.newsletter-note { margin: 8px 0 0; min-height: 1.1em; color: var(--volt); font-size: 0.82rem; }
.footer-col h4 { margin: 0 0 14px; font-family: var(--display); font-size: 0.86rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--gray); }
.footer-col ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.footer-col a { color: var(--gray); font-size: 0.88rem; text-decoration: none; }
.footer-col a:hover { color: var(--platinum); }
.footer-col .muted { color: var(--gray-2); font-size: 0.8rem; }

/* ---------- cookie banner ---------- */
.cookie {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 120;
  width: min(420px, calc(100% - 32px));
  padding: 16px 18px;
  background: var(--navy-2);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.55);
}
.cookie[hidden] { display: none; }
.cookie p { margin: 0 0 12px; font-size: 0.88rem; }
.cookie-actions { display: flex; gap: 8px; }

/* ---------- responsive ---------- */
@media (max-width: 940px) {
  .agent-split { grid-template-columns: 1fr; }
  .module-grid { grid-template-columns: repeat(3, 1fr); }
  .rollout-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .nav-links, .nav-actions { display: none; }
  .nav-toggle { display: flex; }
  .nav.is-open .nav-inner { flex-wrap: wrap; }
  .nav.is-open .nav-links {
    order: 3;
    flex-basis: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    margin: 8px 0 0;
    padding-top: 10px;
    border-top: 1px solid var(--line);
  }
  .nav.is-open .nav-actions { order: 4; flex-basis: 100%; margin: 8px 0 0; }
  .nav.is-open .nav-actions .btn { flex: 1; justify-content: center; }
  .nav.is-open .nav-menu {
    position: static;
    display: block;
    padding: 2px 0 6px 12px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  .module-grid { grid-template-columns: repeat(2, 1fr); }
  .badge-row, .stat-row, .voice-row, .tier-row { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr 1fr; gap: 28px; }
  .module-connect { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; }
  .rollout-grid { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .stat-row { grid-template-columns: 1fr; }
}
