/* Reflexa home — premium mono hero (product shot below), showcase, evidence, FAQ */

/* ── premium hero ────────────────────────────────────────── */
.phero {
  text-align: center;
  padding-block: clamp(40px, 8vh, 96px) clamp(30px, 5vh, 60px);
  position: relative;
}
.phero-eyebrow {
  display: inline-block;
  margin-bottom: 24px;
  padding: 8px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--mut);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.phero h1 {
  font-size: clamp(44px, 6.6vw, 92px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.035em;
  max-width: 16ch;
  margin-inline: auto;
}
.phero h1 .g {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.phero-lede {
  margin: clamp(20px, 3vh, 30px) auto clamp(28px, 3.4vh, 38px);
  max-width: 52ch;
  color: var(--mut);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.65;
}
.phero-cta { display: flex; justify-content: center; align-items: center; gap: 14px; flex-wrap: wrap; }
.phero-trust { margin-top: 20px; color: var(--faint); font-size: 13.5px; }
.phero-proof { margin-top: 16px; color: var(--mut); font-size: 14px; }
.phero-proof strong { color: var(--ink); font-family: "Space Grotesk", sans-serif; }

.btn2 { display: inline-flex; align-items: center; gap: 12px; border-radius: 999px; font-weight: 600; font-size: 16px; text-decoration: none; padding: 15px 26px; transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; }
.btn2-primary { background: #fff; color: #0a0a0a; box-shadow: 0 14px 40px rgba(0, 0, 0, 0.4); }
.btn2-primary span { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: rgba(0, 0, 0, 0.12); font-size: 13px; }
.btn2-primary:hover { transform: translateY(-2px); box-shadow: 0 20px 52px rgba(0, 0, 0, 0.55); }
.btn2-ghost { background: rgba(255, 255, 255, 0.05); color: var(--ink); border: 1px solid var(--line); }
.btn2-ghost:hover { background: rgba(255, 255, 255, 0.1); }
.btn2-ghost .play { width: 24px; height: 24px; border-radius: 50%; background: #fff; display: inline-grid; place-items: center; }
.btn2-ghost .play::before { content: ""; border-left: 8px solid #0a0a0a; border-top: 5px solid transparent; border-bottom: 5px solid transparent; margin-left: 2px; }

/* framed product screenshot */
.phero-shot {
  margin: clamp(44px, 7vw, 84px) auto 0;
  max-width: 1120px;
  border-radius: 20px;
  padding: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.03));
  border: 1px solid var(--line);
  box-shadow: 0 60px 140px rgba(0, 0, 0, 0.6), 0 0 90px rgba(255, 255, 255, 0.05);
}
.phero-shot img,
.phero-shot .phero-video { display: block; width: 100%; height: auto; border-radius: 14px; }
/* dashboard demo — real product shot in a dark browser frame (light UI sits
   cleanly on the dark hero) */
.phero-demo { margin: clamp(28px, 5vw, 60px) auto 0; max-width: 1080px; }
.browser {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #0e0e12;
  box-shadow: 0 50px 120px rgba(0, 0, 0, 0.6), 0 0 80px rgba(255, 255, 255, 0.04);
}
.browser-bar { display: flex; align-items: center; gap: 8px; padding: 12px 16px; background: #16161b; border-bottom: 1px solid var(--line); }
.browser-bar .dot { width: 11px; height: 11px; border-radius: 50%; background: #34343c; }
.browser-url { margin-left: 14px; font-family: "Space Grotesk", sans-serif; font-size: 12.5px; color: var(--faint); }
.browser img { display: block; width: 100%; height: auto; }
.phero-demo-cap { margin: 18px auto 0; max-width: 62ch; color: var(--mut); font-size: 14.5px; line-height: 1.6; }

/* legacy hero pieces kept for other sections */
/* ── hero (legacy constellation) ─────────────────────────── */

/* ── hero ────────────────────────────────────────────────── */
.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  align-items: center;
  gap: clamp(24px, 3vw, 48px);
  min-height: calc(100svh - 170px);
  padding-block: clamp(20px, 4vh, 70px);
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: clamp(14px, 2.6vh, 26px);
  padding: 9px 18px;
  border: 1px solid rgba(210, 76, 240, 0.35);
  border-radius: 999px;
  background: rgba(210, 76, 240, 0.1);
  color: #e18cf5;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.hero-badge i { width: 6px; height: 6px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 10px var(--pink); }
/* type and spacing are capped by viewport height so the form and trust
   markers stay above the fold on short/wide screens */
.hero h1 { font-size: clamp(34px, min(4.4vw, 7vh), 57px); font-weight: 700; line-height: 1.08; }
.hero .lede { margin: clamp(16px, 2.6vh, 26px) 0 clamp(20px, 3.4vh, 36px); max-width: 46ch; color: var(--mut); font-size: clamp(16px, min(1.4vw, 2.3vh), 19px); }
.hero .trust2 { margin-top: clamp(14px, 2.6vh, 26px); }
.hero-engines { display: flex; align-items: center; gap: 14px; margin-top: 34px; color: var(--faint); font-size: 13.5px; flex-wrap: wrap; }
.hero-engines-icons { display: inline-flex; }
.hero-engines-icons .tile { width: 30px; height: 30px; margin-left: -7px; border-radius: 9px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5); }
.hero-engines-icons .tile:first-child { margin-left: 0; }
.hero-engines-icons .tile svg { width: 60%; height: 60%; }

/* constellation of glossy engine tiles */
.orbit {
  position: relative;
  aspect-ratio: 1 / 1.04;
  max-height: min(640px, calc(100svh - 250px));
}
.orbit::before {
  content: "";
  position: absolute;
  inset: 6%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 45%, rgba(139, 92, 246, 0.28), rgba(210, 76, 240, 0.1) 48%, transparent 70%);
  filter: blur(30px);
}
.orbit .tile { position: absolute; animation: tile-float 8s ease-in-out infinite; }
.orbit .tile[data-f="2"] { animation-duration: 10s; animation-delay: -3s; }
.orbit .tile[data-f="3"] { animation-duration: 12s; animation-delay: -6s; }
@keyframes tile-float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -14px; } }
.ot-openai { width: 128px; height: 128px; top: 5%; left: 34%; }
.ot-gemini { width: 104px; height: 104px; top: 26%; left: 4%; }
.ot-claude { width: 112px; height: 112px; top: 24%; right: 6%; }
.ot-perplexity { width: 92px; height: 92px; top: 55%; left: 12%; }
.ot-copilot { width: 80px; height: 80px; top: 72%; left: 36%; }
.ot-mistral { width: 88px; height: 88px; top: 58%; right: 10%; }
.ot-meta { width: 68px; height: 68px; top: 44%; left: 42%; }
@media (min-width: 961px) and (max-height: 820px) {
  .ot-openai { width: 104px; height: 104px; }
  .ot-claude { width: 92px; height: 92px; }
  .ot-gemini { width: 86px; height: 86px; }
  .ot-perplexity { width: 76px; height: 76px; }
  .ot-mistral { width: 72px; height: 72px; }
  .ot-copilot { width: 66px; height: 66px; }
  .ot-meta { width: 56px; height: 56px; }
}

/* the answer chip pinned under the constellation */
.orbit-chip {
  position: absolute;
  left: 50%;
  bottom: -2%;
  translate: -50%;
  width: min(100%, 400px);
  padding: 16px 20px;
  border-radius: 18px;
  background: rgba(18, 12, 34, 0.85);
  border: 1px solid var(--line);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55);
  font-size: 14px;
}
.orbit-chip .q { color: var(--mut); }
.orbit-chip .a { display: flex; align-items: center; gap: 8px; margin-top: 10px; font-weight: 600; }
.orbit-chip .a .tile { width: 24px; height: 24px; border-radius: 7px; position: static; animation: none; }
.orbit-chip .a .tile svg { width: 62%; height: 62%; }
.orbit-chip .cur { display: inline-block; width: 8px; height: 1.15em; vertical-align: text-bottom; background: var(--magenta); animation: blink 1.1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }

/* ── engine strip ────────────────────────────────────────── */
.engines-strip { border-block: 1px solid var(--line); padding-block: 30px; }
.engines-row { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 3vw, 44px); flex-wrap: wrap; }
.engines-cap { width: 100%; text-align: center; margin-bottom: 18px; color: var(--faint); font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; }
.engine-pill { display: inline-flex; align-items: center; gap: 10px; color: var(--mut); font-weight: 600; font-size: 15px; }
.engines-sub { width: 100%; max-width: 62ch; margin: 22px auto 0; text-align: center; color: var(--faint); font-size: 15px; line-height: 1.7; }
.engine-pill .tile { width: 34px; height: 34px; border-radius: 10px; }

/* ── home screen photo section ───────────────────────────── */
.homescreen { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(30px, 5vw, 80px); align-items: center; }
.homescreen-fig { margin: 0; position: relative; }
.homescreen-fig::before {
  content: "";
  position: absolute;
  inset: -6%;
  background: radial-gradient(ellipse at 50% 55%, rgba(210, 76, 240, 0.3), transparent 68%);
  filter: blur(34px);
}
.homescreen-fig img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 50px 110px rgba(0, 0, 0, 0.6);
  rotate: -2deg;
  transition: rotate 0.4s ease;
}
.homescreen-fig:hover img { rotate: 0deg; }
.homescreen-fig figcaption {
  position: absolute;
  left: 50%;
  bottom: -16px;
  translate: -50%;
  white-space: nowrap;
  padding: 9px 18px;
  border-radius: 999px;
  background: rgba(18, 12, 34, 0.9);
  border: 1px solid var(--line);
  color: var(--mut);
  font-size: 13px;
}
.shift-copy { margin-top: 26px; color: var(--mut); font-size: 17px; line-height: 1.8; }
.shift-copy .ink { color: var(--ink); font-weight: 600; }
.shift-stats { display: flex; gap: clamp(24px, 4vw, 56px); margin-top: 36px; }
.shift-stat .n {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 700;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.shift-stat .c { display: block; margin-top: 4px; color: var(--faint); font-size: 13.5px; max-width: 16ch; line-height: 1.5; }

/* ── watch it happen ─────────────────────────────────────── */
.watch-sect { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(24px, 3vw, 54px); align-items: center; }
.watch-sect .h-giant { text-align: left; font-size: clamp(32px, 3.5vw, 48px); }
.watch-sect .lede-c { text-align: left; margin-inline: 0; }
.watch-sect .eyebrow-c { text-align: left; }
/* the AI, personified — chrome figure the answer card overlaps */
.watch-visual { position: relative; display: flex; justify-content: flex-end; align-items: center; min-height: 480px; }
.watch-ai {
  position: absolute;
  right: max(-60px, calc((100vw - 1400px) / -2));
  top: 50%;
  translate: 0 -52%;
  width: min(64%, 470px);
  height: auto;
  opacity: 0.95;
  pointer-events: none;
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(68% 58% at 50% 44%, #000 38%, transparent 72%);
  mask-image: radial-gradient(68% 58% at 50% 44%, #000 38%, transparent 72%);
}
.ai-card {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  margin-right: clamp(90px, 13vw, 210px);
  background: rgba(18, 12, 34, 0.75);
  border: 1px solid var(--line);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 24px;
  padding: 26px 30px 30px;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.5), 0 0 70px rgba(139, 92, 246, 0.12);
}
.ai-head { display: flex; align-items: center; gap: 15px; padding-bottom: 18px; }
.ai-head .tile { width: 44px; height: 44px; border-radius: 13px; }
.ai-head strong { font-size: 16.5px; display: block; }
.ai-head div span { display: block; margin-top: 2px; color: var(--mut); font-size: 14px; }
.ai-steps { list-style: none; margin: 0; padding: 0 0 0 28px; position: relative; }
.ai-steps::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 14px;
  bottom: 14px;
  width: 2px;
  background: linear-gradient(180deg, var(--violet), var(--magenta) 62%, transparent 95%);
}
.ai-steps li { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--line); font-weight: 600; font-size: 14.5px; }
.ai-steps li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--magenta);
  box-shadow: 0 0 10px rgba(210, 76, 240, 0.8);
}
.ai-steps li.dim { color: var(--faint); font-weight: 500; border-bottom: 0; }
.ai-steps li.dim::before { background: transparent; box-shadow: inset 0 0 0 2px var(--faint); }
.ai-steps li svg { width: 18px; height: 18px; margin-left: auto; fill: none; stroke: var(--faint); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.ai-dots { display: inline-flex; gap: 4px; margin-left: auto; }
.ai-dots i { width: 5px; height: 5px; border-radius: 50%; background: var(--magenta); animation: dot-pulse 1.2s ease-in-out infinite; }
.ai-dots i:nth-child(2) { animation-delay: 0.2s; }
.ai-dots i:nth-child(3) { animation-delay: 0.4s; }
@keyframes dot-pulse { 0%, 100% { opacity: 0.25; } 50% { opacity: 1; } }
.ai-recs { margin-top: 20px; }
.ai-recs-label { display: block; margin-bottom: 12px; color: var(--faint); font-size: 13px; }
.ai-rec { display: flex; align-items: center; gap: 12px; margin-bottom: 9px; }
.ai-rec:last-child { margin-bottom: 0; }
.ai-rec-row { flex: 1; display: flex; align-items: center; gap: 14px; background: rgba(255, 255, 255, 0.05); border: 1px solid var(--line); border-radius: 13px; padding: 11px 16px; }
.ai-rec-name { font-weight: 600; font-size: 14.5px; width: 96px; }
.ai-rec-bar { flex: 1; height: 5px; border-radius: 99px; background: rgba(255, 255, 255, 0.1); overflow: hidden; }
.ai-rec-bar i { display: block; height: 100%; border-radius: 99px; background: var(--grad); width: 0; transition: width 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.35s; }
.ai-rec-bar i.low { background: rgba(255, 107, 129, 0.65); }
.reveal.in .ai-rec-bar i { width: var(--w); }
.ai-rec-pct { width: 42px; text-align: right; color: var(--mut); font-size: 13.5px; }

/* ── what you get ────────────────────────────────────────── */
.peek-sect { display: block; text-align: center; }

/* ── industry ask cards ──────────────────────────────────── */
.ask-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; margin-top: clamp(40px, 5vw, 60px); }
.ask-card { border: 1px solid var(--line); border-radius: 18px; background: var(--card); padding: 22px 24px; transition: border-color 0.25s ease, transform 0.25s ease; }
.ask-card:hover { border-color: rgba(210, 76, 240, 0.4); transform: translateY(-3px); }
.ask-ind { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--magenta); font-weight: 600; }
.ask-qq { margin-top: 10px; font-family: "Space Grotesk", sans-serif; font-size: 18px; font-weight: 600; line-height: 1.35; }
.ask-out { display: block; margin-top: 12px; color: var(--faint); font-size: 13.5px; }

/* ── per-engine cards ────────────────────────────────────── */
.engine-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: clamp(40px, 5vw, 60px); }
.engine-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--card);
  padding: 26px 26px 24px;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.engine-card:hover { transform: translateY(-4px); border-color: rgba(210, 76, 240, 0.4); }
.engine-card::before {
  content: "";
  position: absolute;
  inset: -40% -20% auto;
  height: 70%;
  background: radial-gradient(ellipse at 50% 0%, var(--ec-glow, rgba(139, 92, 246, 0.22)), transparent 70%);
  pointer-events: none;
}
.engine-card .tile { width: 52px; height: 52px; border-radius: 15px; }
.engine-card h3 { margin-top: 18px; font-size: 20px; }
.engine-card .crawler { display: inline-block; margin-top: 6px; color: var(--faint); font-size: 12px; }
.engine-card p { margin-top: 12px; color: var(--mut); font-size: 14.5px; line-height: 1.7; }

/* ── decision chain ──────────────────────────────────────── */
.chain-sect { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(24px, 5vw, 80px); align-items: center; }
.chain-sub { margin-top: 28px; font-size: clamp(19px, 1.8vw, 24px); font-weight: 600; letter-spacing: -0.01em; line-height: 1.5; color: var(--faint); }
.chain-sub .ink { color: var(--ink); }
.chain-note { margin-top: 24px; max-width: 34ch; color: var(--mut); font-size: 15.5px; line-height: 1.75; }
.chain-cta { display: inline-block; margin-top: 30px; color: var(--ink); font-weight: 600; font-size: 16px; text-decoration: none; padding-bottom: 8px; border-bottom: 2px solid var(--magenta); }
.chain-cta span { display: inline-block; transition: translate 0.25s ease; }
.chain-cta:hover span { translate: 4px 0; }
.chain { list-style: none; margin: 0; padding: 0; }
.chain li { display: flex; align-items: center; gap: clamp(18px, 2vw, 30px); padding-block: clamp(13px, 1.6vw, 19px); border-bottom: 1px solid var(--line); }
.chain li:last-child { border-bottom: none; }
.chain-num {
  flex: none;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--card-2);
  border: 1px solid var(--line);
  color: var(--magenta);
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.chain .q-step { font-size: clamp(17px, 1.6vw, 20px); font-weight: 600; letter-spacing: -0.01em; }

/* ── proof cards ─────────────────────────────────────────── */
.proof-sub { margin-top: 20px; font-size: clamp(18px, 1.6vw, 22px); color: var(--mut); }
.proof-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: clamp(40px, 5vw, 60px); }
.proof-card { display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: 20px; padding: 24px 26px 26px; }
.proof-top { display: flex; align-items: center; gap: 14px; }
.proof-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: rgba(255, 107, 129, 0.12); color: var(--bad); font-size: 16px; font-weight: 700; }
.proof-found { color: var(--bad); font-weight: 600; font-size: 15px; }
.proof-title { margin: 20px 0 0; font-size: 20px; font-weight: 700; line-height: 1.3; }
.proof-body { margin-top: 13px; flex: 1; color: var(--mut); font-size: 14.5px; line-height: 1.7; }
.proof-data { margin-top: 20px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; background: rgba(0, 0, 0, 0.3); border: 1px solid var(--line); border-radius: 12px; padding: 13px 17px; }
.proof-k { display: block; margin-bottom: 3px; font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--faint); }
.proof-v { font-size: 13.5px; font-weight: 600; }
.proof-kv--inline { display: flex; align-items: center; gap: 10px; }
.proof-kv--inline .proof-k { margin-bottom: 0; }
.proof-dot { color: var(--faint); }
.proof-code { font-size: 12.5px; line-height: 1.6; color: var(--mut); }
.proof-note { margin-top: 40px; text-align: center; color: var(--mut); font-size: 16px; line-height: 1.7; }
.proof-note strong { color: var(--ink); }

/* ── final CTA ───────────────────────────────────────────── */
.final-scene { position: relative; margin-top: clamp(40px, 6vw, 70px); overflow: hidden; }
.final-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(900px 500px at 50% 100%, rgba(195, 76, 240, 0.22), transparent 65%);
  pointer-events: none;
}
.final { text-align: center; position: relative; isolation: isolate; padding-block: clamp(80px, 10vw, 130px) clamp(60px, 8vw, 100px); }
.final .audit-form { margin: 44px auto 0; }
.final .audit-form.inline { justify-content: center; }
.final .trust { justify-content: center; }
.final-engines { display: flex; justify-content: center; gap: 10px; margin-bottom: 30px; }
.final-engines .tile { width: 44px; height: 44px; border-radius: 13px; }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .orbit { max-width: 440px; margin: 30px auto 40px; width: 100%; }
  .ot-openai { width: 96px; height: 96px; }
  .ot-claude { width: 84px; height: 84px; }
  .ot-gemini { width: 78px; height: 78px; }
  .ot-perplexity, .ot-mistral { width: 68px; height: 68px; }
  .ot-copilot { width: 60px; height: 60px; }
  .ot-meta { width: 52px; height: 52px; }
  .homescreen { grid-template-columns: 1fr; }
  .peek-sect { grid-template-columns: 1fr; }
  .homescreen-fig { max-width: 440px; margin-inline: auto; }
  .watch-sect { grid-template-columns: 1fr; }
  .watch-visual { min-height: 0; }
  .watch-ai { display: none; }
  .ai-card { justify-self: stretch; margin-right: 0; }
  .chain-sect { grid-template-columns: 1fr; }
}

/* ── AI RADAR ─────────────────────────────────────────────── */
.radar-sect { text-align: center; }
.radar-panel {
  max-width: 920px;
  margin: clamp(36px, 5vw, 56px) auto 0;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--card);
  padding: clamp(22px, 3vw, 32px);
}
.radar-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 20px; border-bottom: 1px solid var(--line); flex-wrap: wrap; }
.radar-live { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-size: 14.5px; }
.radar-live i { width: 8px; height: 8px; border-radius: 99px; background: #4ade80; animation: radar-pulse 2s infinite; }
@keyframes radar-pulse { 0% { box-shadow: 0 0 0 0 rgba(74,222,128,0.5); } 70% { box-shadow: 0 0 0 7px rgba(74,222,128,0); } 100% { box-shadow: 0 0 0 0 rgba(74,222,128,0); } }
.radar-sub { color: var(--faint); font-size: 13px; }
.radar-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 24px 0; }
.radar-kpi { border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,0.03); padding: 18px; }
.radar-n { display: block; font-family: "Space Grotesk", sans-serif; font-size: 34px; font-weight: 700; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.radar-k { display: block; margin-top: 4px; font-weight: 600; font-size: 14.5px; }
.radar-d { display: block; margin-top: 6px; color: var(--mut); font-size: 12.5px; line-height: 1.55; }
.radar-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 3vw, 40px); margin-top: 8px; }
.radar-block-t { display: block; margin-bottom: 14px; color: var(--faint); font-size: 13px; }
.radar-pages { list-style: none; margin: 0; padding: 0; }
.radar-pages li { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.radar-pages li:last-child { margin-bottom: 0; }
.radar-url { width: 82px; font-size: 13.5px; color: var(--ink); }
.radar-foot { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--faint); font-size: 13px; }
.radar-feats { margin-top: clamp(28px, 4vw, 44px); text-align: left; }
.radar-pair { margin-top: clamp(40px, 5vw, 56px); font-family: "Space Grotesk", sans-serif; font-size: clamp(20px, 2.4vw, 28px); font-weight: 600; line-height: 1.45; }
@media (max-width: 720px) { .radar-kpis { grid-template-columns: 1fr; } .radar-split { grid-template-columns: 1fr; } }

/* ── WATCH demo: named/cited (replaces fake score bars) ───── */
.ai-named { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.ai-name-chip { display: inline-flex; align-items: center; padding: 7px 13px; border-radius: 99px; border: 1px solid var(--line); background: rgba(255,255,255,0.05); font-size: 13.5px; font-weight: 600; color: var(--mut); }
.ai-name-chip.win { background: var(--grad); color: #0a0a0a; border-color: transparent; }
.ai-name-chip.more { color: var(--faint); }
.ai-verdict { display: flex; gap: 10px; margin-top: 16px; }
.ai-vrow { flex: 1; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,0.03); font-size: 13.5px; color: var(--mut); }
.ai-vrow b { font-family: "Space Grotesk", sans-serif; font-size: 13.5px; }
.ai-vrow b.ok { color: #4ade80; }
.ai-vrow b.bad { color: #ff6b81; }

/* ── NAMED vs CITED ───────────────────────────────────────── */
.nc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: clamp(36px, 5vw, 56px); }
.nc-card { border: 1px solid var(--line); border-radius: 20px; background: var(--card); padding: clamp(24px, 3vw, 34px); text-align: left; }
.nc-tag { display: inline-block; font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 20px; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.nc-def { margin-top: 14px; color: var(--mut); font-size: 16px; line-height: 1.7; }
.nc-def em { color: var(--ink); font-style: normal; font-weight: 600; }
.nc-ex { display: block; margin-top: 18px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,0.03); color: var(--mut); font-size: 12.5px; }
.nc-note { margin-top: 26px; color: var(--faint); font-size: 14px; }
.nc-proof { display: grid; grid-template-columns: minmax(0, 400px) 1fr; gap: clamp(24px, 4vw, 48px); align-items: center; margin: 20px 0 0; border: 1px solid var(--line); border-radius: 20px; background: var(--card); padding: clamp(20px, 3vw, 30px); text-align: left; }
.nc-proof-shot { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: #fff; }
.nc-proof-bar { display: flex; align-items: center; gap: 8px; padding: 10px 14px; border-bottom: 1px solid var(--line); background: #0f0f14; color: var(--mut); font-size: 12.5px; font-weight: 500; }
.nc-proof-bar .tile { width: 22px; height: 22px; box-shadow: none; flex: none; }
.nc-proof-bar em { margin-left: auto; font-style: normal; color: var(--faint); white-space: nowrap; }
.nc-proof-shot img { display: block; width: 100%; height: auto; }
.nc-proof-link { display: inline-block; margin-top: 20px; color: var(--ink); font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--line); padding-bottom: 3px; }
.nc-proof-link:hover { border-color: var(--ink); }

/* ── COMPETITORS ──────────────────────────────────────────── */
.comp-panel { max-width: 720px; margin: clamp(30px, 4vw, 46px) auto 0; border: 1px solid var(--line); border-radius: 20px; background: var(--card); padding: clamp(22px, 3vw, 30px); text-align: left; }
.comp-head { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding-bottom: 18px; margin-bottom: 8px; border-bottom: 1px solid var(--line); flex-wrap: wrap; }
.comp-head > span:first-child { font-weight: 600; font-size: 15px; }
.comp-sub { color: var(--faint); font-size: 12.5px; }
.comp-list { list-style: none; margin: 0; padding: 0; }
.comp-list li { display: flex; align-items: center; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.comp-list li:last-child { border-bottom: 0; }
.comp-rank { width: 20px; color: var(--faint); font-size: 13px; font-family: "Space Grotesk", sans-serif; }
.comp-name { width: 150px; font-weight: 600; font-size: 14.5px; }
.comp-n { width: 46px; text-align: right; color: var(--mut); font-size: 13.5px; font-family: "Space Grotesk", sans-serif; }
.comp-foot { margin-top: 16px; color: var(--faint); font-size: 12.5px; }

/* ── SOURCES ──────────────────────────────────────────────── */
.src-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin-top: clamp(30px, 4vw, 46px); }
.src-card { display: flex; flex-direction: column; gap: 8px; border: 1px solid var(--line); border-radius: 16px; background: var(--card); padding: 20px 22px; text-align: left; }
.src-site { font-size: 15px; color: var(--ink); }
.src-cnt { color: var(--mut); font-size: 13px; }
.src-you { color: #4ade80; font-weight: 600; }
.src-foot { margin-top: 22px; color: var(--faint); font-size: 13px; }

/* ── HONESTY ──────────────────────────────────────────────── */
.honesty-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; margin-top: clamp(36px, 5vw, 54px); text-align: left; }
.honesty-item { border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,0.03); padding: 22px; }
.honesty-item strong { display: block; font-family: "Space Grotesk", sans-serif; font-size: 16px; }
.honesty-item span { display: block; margin-top: 8px; color: var(--mut); font-size: 13.5px; line-height: 1.6; }

@media (max-width: 720px) { .nc-grid, .nc-proof { grid-template-columns: 1fr; } .comp-name { width: 110px; } }

/* ── brand logos in competitors / sources ─────────────────── */
.comp-logo, .src-logo { width: 18px; height: 18px; flex: none; fill: currentColor; color: var(--ink); opacity: 0.9; }
.comp-list li .comp-logo { margin-right: -2px; }
.src-top { display: flex; align-items: center; gap: 9px; }

/* ── WHAT YOU GET · card grid (replaces to-do list) ───────── */
.get-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; margin-top: clamp(36px, 5vw, 54px); text-align: left; }
.get-card { border: 1px solid var(--line); border-radius: 18px; background: var(--card); padding: 26px 24px; transition: border-color .25s ease, transform .25s ease; }
.get-card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,0.28); }
.get-card h3 { font-family: "Space Grotesk", sans-serif; font-size: 19px; }
.get-card p { margin-top: 10px; color: var(--mut); font-size: 14.5px; line-height: 1.7; }

/* ── SEO vs GEO comparison ────────────────────────────────── */
.vs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: clamp(36px, 5vw, 54px); text-align: left; }
.vs-col { border: 1px solid var(--line); border-radius: 20px; padding: clamp(24px, 3vw, 32px); }
.vs-old { background: transparent; opacity: 0.68; }
.vs-new { background: var(--card); border-color: rgba(255,255,255,0.28); }
.vs-head { display: block; font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 15px; letter-spacing: .02em; color: var(--mut); margin-bottom: 16px; }
.vs-new .vs-head { color: var(--ink); }
.vs-col ul { list-style: none; margin: 0; padding: 0; }
.vs-col li { position: relative; padding: 12px 0 12px 30px; border-bottom: 1px solid var(--line); font-size: 15px; color: var(--mut); line-height: 1.55; }
.vs-col li:last-child { border-bottom: 0; }
.vs-old li::before { content: "✕"; position: absolute; left: 0; top: 11px; color: #ff6b81; opacity: .7; font-size: 13px; }
.vs-new li { color: var(--ink); }
.vs-new li::before { content: "✓"; position: absolute; left: 0; top: 11px; color: #4ade80; font-size: 13px; }
.vs-badge { display: inline-block; margin-top: 18px; padding: 9px 15px; border-radius: 99px; background: var(--grad); color: #0a0a0a; font-weight: 700; font-size: 13.5px; }
.vs-link { margin-top: 22px; font-size: 14px; }
.vs-link a { color: var(--mut); }
.vs-link a:hover { color: var(--ink); }
@media (max-width: 720px) { .vs-grid { grid-template-columns: 1fr; } }

.usage-src { margin-top: 14px; color: var(--faint); font-size: 12.5px; }

.radar-plan { margin-top: 14px; color: var(--faint); font-size: 13px; }
.radar-plan a { color: var(--mut); }
.radar-plan a:hover { color: var(--ink); }

/* ── Two ways to see (flagship: Index + Radar) ────────────── */
.tws-sect { text-align: center; }
.tws-head .lede-c { max-width: 46ch; }
.flag-link { display: inline-block; margin-top: 22px; color: var(--ink); font-weight: 600; font-size: 15px; text-decoration: none; border-bottom: 2px solid rgba(255, 255, 255, 0.3); padding-bottom: 4px; }
.flag-link:hover { border-color: var(--ink); }
.flag-live { width: 8px; height: 8px; border-radius: 50%; background: #4ade80; animation: radar-pulse 2s infinite; flex: none; }

.tw-feature { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(28px, 5vw, 64px); align-items: center; text-align: left; margin-top: clamp(52px, 8vw, 104px); }
.tw-num { font-family: "Space Grotesk", sans-serif; color: var(--faint); font-size: 14px; }
.tw-label { display: block; margin-top: 12px; font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--mut); }
.tw-copy h3 { font-family: "Space Grotesk", sans-serif; font-size: clamp(28px, 3.6vw, 46px); line-height: 1.06; letter-spacing: -.02em; margin-top: 12px; }
.tw-copy > p { color: var(--mut); font-size: 16px; line-height: 1.7; margin-top: 16px; max-width: 34ch; }
.tw-visual { position: relative; }

/* orb */
.orb { position: relative; width: min(100%, 380px); aspect-ratio: 1; margin: 0 auto; border-radius: 50%; display: grid; place-items: center; }
.orb-glow { position: absolute; inset: -6%; border-radius: 50%; background: radial-gradient(circle at 50% 42%, rgba(180, 170, 255, 0.16), rgba(255, 255, 255, 0.02) 55%, transparent 70%); }
.orb::before { content: ""; position: absolute; inset: 5%; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.18); box-shadow: 0 0 50px rgba(180, 170, 255, 0.3), inset 0 0 45px rgba(180, 170, 255, 0.12); }
.orb::after { content: ""; position: absolute; inset: 5%; border-radius: 50%; background: conic-gradient(from 0deg, transparent 0 68%, rgba(255, 255, 255, 0.55) 86%, transparent 100%); -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px)); mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px)); animation: orb-spin 6s linear infinite; opacity: .75; }
@keyframes orb-spin { to { transform: rotate(360deg); } }
.orb-in { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 3px; text-align: center; }
.orb-ey { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--faint); }
.orb-n { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: clamp(56px, 9vw, 90px); line-height: 1; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.orb-sub { color: var(--mut); font-size: 13px; }
.orb-tag { margin-top: 8px; font-size: 12px; font-weight: 600; color: #c9c4ff; }

/* by engine */
.by-eng { margin-top: 26px; border-top: 1px solid var(--line); padding-top: 20px; }
.by-eng-h { display: block; text-align: center; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--faint); margin-bottom: 16px; }
.by-eng-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.by-eng-row > div { display: flex; flex-direction: column; align-items: center; gap: 3px; }
.by-eng-row .tile { width: 34px; height: 34px; border-radius: 10px; }
.by-eng-row .tile svg { width: 60%; height: 60%; }
.be-name { font-size: 12.5px; color: var(--mut); margin-top: 4px; }
.be-rank { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 30px; }
.be-of { font-size: 11px; color: var(--faint); }

/* live mini leaderboard (autopilot-updated: #flag-index) */
.tw-live { margin-top: 22px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 255, 255, 0.03); padding: 16px 18px; }
.tw-live .fv-q { display: block; color: var(--faint); font-size: 12px; margin-bottom: 10px; }
.tw-live .fv-lb { list-style: none; margin: 0; padding: 0; display: flex; gap: 10px; flex-wrap: wrap; }
.tw-live .fv-lb li { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 14px; }
.tw-live .fv-lb li > span { font-family: "Space Grotesk", sans-serif; font-size: 11px; color: var(--faint); width: 16px; height: 16px; display: grid; place-items: center; }
.tw-live .fv-lb li.win > span { background: var(--grad); color: #0a0a0a; border-radius: 5px; }
.tw-live .fv-upd { display: block; margin-top: 12px; color: var(--faint); font-size: 11px; }

/* radar feature */
.tw-radar { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.radar-feed { border: 1px solid var(--line); border-radius: 16px; background: var(--card); padding: 18px; }
.rf-h { display: flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--mut); margin-bottom: 6px; }
.rf-row { display: flex; align-items: center; gap: 11px; padding: 11px 0; border-top: 1px solid var(--line); }
.rf-row:first-of-type { border-top: 0; }
.rf-row .tile { width: 30px; height: 30px; border-radius: 9px; flex: none; }
.rf-row .tile svg { width: 58%; height: 58%; }
.rf-t { display: flex; flex-direction: column; flex: 1; font-size: 12.5px; color: var(--mut); }
.rf-t strong { color: var(--ink); font-size: 13.5px; }
.rf-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; }
.rf-time { color: var(--faint); font-size: 11px; }
.rf-tag { font-size: 10px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--mut); border: 1px solid var(--line); border-radius: 6px; padding: 2px 7px; }
.rf-tag.alt { color: #c9c4ff; }
.rf-all { display: inline-block; margin-top: 14px; color: var(--mut); font-size: 13px; text-decoration: none; }
.rf-all:hover { color: var(--ink); }

/* radar scope */
.radar-scope { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: radial-gradient(circle at 50% 40%, rgba(74, 222, 128, 0.07), transparent 70%), #0a0d0a; min-height: 280px; display: flex; align-items: flex-end; padding: 16px; }
.scope-rings, .scope-sweep { position: absolute; top: -14%; left: 50%; translate: -50% 0; width: min(92%, 300px); aspect-ratio: 1; border-radius: 50%; }
.scope-rings { background: repeating-radial-gradient(circle, transparent 0 27px, rgba(74, 222, 128, 0.14) 27px 28px); }
.scope-sweep { background: conic-gradient(from 0deg, rgba(74, 222, 128, 0.4), rgba(74, 222, 128, 0.05) 22%, transparent 32%); -webkit-mask: radial-gradient(farthest-side, #000 99%, transparent); mask: radial-gradient(farthest-side, #000 99%, transparent); animation: orb-spin 4s linear infinite; }
.blip { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 10px #4ade80; animation: blip 3s ease-in-out infinite; }
@keyframes blip { 0%, 100% { opacity: .2; } 50% { opacity: 1; } }
.scope-kpis { position: relative; z-index: 1; width: 100%; display: flex; gap: 10px; background: rgba(0, 0, 0, 0.45); border: 1px solid var(--line); border-radius: 12px; padding: 12px; backdrop-filter: blur(4px); }
.scope-kpis > div { flex: 1; text-align: center; }
.scope-kpis .fv-n { display: block; font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 24px; }
.scope-kpis > div > span:last-child { display: block; margin-top: 2px; color: var(--mut); font-size: 10.5px; }

.fv-bump { animation: fv-bump .6s ease; }
@keyframes fv-bump { 0%, 100% { transform: translateY(0); } 35% { transform: translateY(-4px); } }

@media (max-width: 860px) {
  .tw-feature { grid-template-columns: 1fr; gap: 28px; }
  .tw-radar { grid-template-columns: 1fr; }
}

/* radar art (image) + feed KPIs */
.radar-art { margin: 0; }
.radar-art img { width: 100%; height: auto; display: block; border-radius: 16px; border: 1px solid var(--line); }
.rf-kpis { display: flex; gap: 10px; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.rf-kpis > div { flex: 1; text-align: center; }
.rf-kpis .fv-n { display: block; font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 26px; }
.rf-kpis > div > span:last-child { display: block; margin-top: 2px; color: var(--mut); font-size: 10.5px; }

/* hero background glow (first screen) */
.phero { isolation: isolate; }
.phero-bg {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 100vw; height: min(115vh, 1050px);
  background: url("assets/hero-bg.jpg") center top / cover no-repeat;
  opacity: 0.55; z-index: -1; pointer-events: none;
  -webkit-mask: linear-gradient(#000 45%, transparent 92%);
  mask: linear-gradient(#000 45%, transparent 92%);
}

/* AI Radar feature — big mono dish + stats bar (reference layout) */
.tw-radar { display: block; }
.radar-art { margin: 0; }
.radar-art img { width: 100%; height: auto; display: block; border-radius: 18px; border: 1px solid var(--line); }
.radar-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 16px; border: 1px solid var(--line); border-radius: 16px; background: var(--card); padding: 16px; }
.radar-bar > div { text-align: center; }
.radar-bar .fv-n { display: block; font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 26px; }
.radar-bar > div > span:last-child { display: block; margin-top: 2px; color: var(--mut); font-size: 11px; }
.rb-up { display: block; font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 22px; color: #4ade80; }
@media (max-width: 520px) { .radar-bar { grid-template-columns: repeat(2, 1fr); } }

/* ── AI Radar · sees your brand (radar hero + stat bar) ───── */
.radar-hero-art { position: relative; max-width: 940px; margin: clamp(30px, 4vw, 50px) auto 0; }
.radar-hero-art img { width: 100%; height: auto; display: block; }
.radar-statbar { position: absolute; left: 50%; bottom: 7%; transform: translateX(-50%); display: grid; grid-template-columns: repeat(4, 1fr); width: min(560px, 84%); padding: 14px 6px; border-radius: 16px; background: rgba(14, 14, 18, 0.72); border: 1px solid var(--line); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 20px 50px rgba(0,0,0,.5); }
.radar-statbar > div { display: flex; flex-direction: column; align-items: center; gap: 3px; }
.radar-statbar > div + div { border-left: 1px solid var(--line); }
.rs-n { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: clamp(17px, 2vw, 24px); }
.radar-statbar > div > span:last-child { color: var(--mut); font-size: 11px; }
.rs-spark { width: 46px; height: 18px; }
.radar-ex { margin-top: 20px; color: var(--faint); font-size: 12.5px; }

/* ── Every answer leaves a signal (LIGHT) ────────────────── */
.signal-sect { background: #f3f3f6; color: #14141a; padding-block: clamp(56px, 7vw, 100px); }
.signal-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.signal-copy h2 { font-family: "Space Grotesk", sans-serif; font-size: clamp(30px, 3.6vw, 46px); color: #0c0c11; line-height: 1.05; letter-spacing: -.02em; }
.signal-copy p { margin-top: 16px; color: #55555f; font-size: 16px; line-height: 1.7; max-width: 34ch; }
.signal-link { display: inline-block; margin-top: 22px; color: #0c0c11; font-weight: 600; text-decoration: none; border-bottom: 2px solid rgba(0,0,0,.25); padding-bottom: 4px; }
.signal-link:hover { border-color: #0c0c11; }
.signal-map { position: relative; display: grid; grid-template-columns: 1fr auto 1fr; gap: clamp(14px, 3vw, 40px); min-height: 400px; }
.signal-lines { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }
.sig-col { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: space-between; }
.sig-questions { align-items: flex-start; }
.sig-outs { align-items: flex-end; }
.sig-nodes { align-items: center; }
.sig-q, .sig-out { display: inline-flex; align-items: center; background: #fff; border: 1px solid #e3e3e9; border-radius: 12px; padding: 11px 14px; font-size: 13px; color: #2a2a32; box-shadow: 0 4px 14px rgba(0,0,0,.05); }
.sig-q { padding-left: 34px; position: relative; }
.sig-q::before { content: ""; position: absolute; left: 13px; top: 50%; transform: translateY(-50%); width: 11px; height: 11px; border: 1.5px solid #b3b3bd; border-radius: 50%; }
.sig-q--dim { opacity: .5; }
.sig-out { font-weight: 600; }
.sig-out--you { background: #0c0c11; color: #fff; border-color: #0c0c11; box-shadow: 0 6px 22px rgba(0,0,0,.2); }
.sig-out--no { color: #9a9aa5; }
.sig-node { width: 52px; height: 52px; border-radius: 14px; background: #111114; display: grid; place-items: center; box-shadow: 0 8px 22px rgba(0,0,0,.2); }
.sig-node svg.lg { width: 54%; height: 54%; }
.sig-node .lg-openai { color: #10a37f; }
.sig-node .lg-perplexity { color: #22b8cb; }
.sig-node .lg-claude { color: #e08768; }
.sig-node .lg-copilot { color: #5b9bff; }
.sig-node .lg-mistral { color: #ff7a3c; }

/* ── You're either visible / invisible (CTA) ─────────────── */
.vis-dim { color: var(--faint); }

@media (max-width: 640px) {
  .radar-statbar { position: static; transform: none; width: 100%; margin-top: 14px; grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .radar-statbar > div + div { border-left: 0; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-lines { display: none; }
  .signal-map { gap: 8px; min-height: 340px; }
  .sig-q, .sig-out { font-size: 11.5px; padding: 8px 10px; }
  .sig-q { padding-left: 28px; }
  .sig-node { width: 42px; height: 42px; }
}

/* ── AI Visibility Index · orbital (dark) ────────────────── */
.vindex-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(30px, 5vw, 64px); align-items: center; }
.vindex-copy h2 { font-family: "Space Grotesk", sans-serif; font-size: clamp(32px, 4vw, 52px); line-height: 1.05; letter-spacing: -.02em; }
.vindex-copy > p { color: var(--mut); font-size: 16px; line-height: 1.7; margin-top: 16px; max-width: 34ch; }
.vindex-copy .tw-live { margin-top: 26px; max-width: 360px; }
.vindex-orbit { position: relative; width: 100%; max-width: 560px; aspect-ratio: 1 / 0.82; margin: 0 auto; }
.vo-ring { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border: 1px solid var(--line); border-radius: 50%; }
.vo-ring1 { width: 100%; height: 100%; }
.vo-ring2 { width: 72%; height: 72%; }
.vo-ring3 { width: 46%; height: 46%; box-shadow: inset 0 0 70px rgba(255,255,255,.05); }
.vo-core { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; text-align: center; z-index: 2; }
.vo-n { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: clamp(60px, 9vw, 104px); line-height: .9; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.vo-l { color: var(--mut); font-size: 12px; margin-top: 6px; }
.vo-eng { position: absolute; display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ink); background: rgba(14,14,18,.66); border: 1px solid var(--line); border-radius: 99px; padding: 5px 13px 5px 5px; backdrop-filter: blur(8px); z-index: 3; white-space: nowrap; }
.vo-tile { width: 26px; height: 26px; border-radius: 50%; background: #111114; display: grid; place-items: center; flex: none; }
.vo-tile svg.lg { width: 58%; height: 58%; }
.vo-tile .lg-openai { color: #10a37f; }
.vo-tile .lg-perplexity { color: #22b8cb; }
.vo-tile .lg-claude { color: #e08768; }
.vo-tile .lg-copilot { color: #5b9bff; }
.vo-tile .lg-mistral { color: #ff7a3c; }
.vo-top { top: -3%; left: 50%; transform: translateX(-50%); }
.vo-ul { top: 20%; left: -3%; }
.vo-ur { top: 20%; right: -3%; }
.vo-ll { bottom: 4%; left: 6%; }
.vo-lr { bottom: 4%; right: 6%; }

/* ── Your AI Visibility Index (light + slider) ───────────── */
.vindex2-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(30px, 5vw, 64px); align-items: center; }
.vindex2-h { font-family: "Space Grotesk", sans-serif; font-size: clamp(30px, 3.6vw, 46px); color: #0c0c11; line-height: 1.05; letter-spacing: -.02em; }
.vindex2-p { margin-top: 16px; color: #55555f; font-size: 16px; line-height: 1.7; max-width: 36ch; }
.vindex2-score { text-align: center; }
.v2-n { display: block; font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: clamp(72px, 10vw, 120px); line-height: .9; color: #0c0c11; }
.v2-l { display: block; color: #7a7a84; font-size: 13px; margin-top: 8px; }
.v2-slider { display: flex; align-items: center; gap: 14px; margin-top: 34px; }
.v2-end { font-size: 13px; color: #8a8a92; white-space: nowrap; }
.v2-track { position: relative; flex: 1; height: 4px; border-radius: 99px; background: linear-gradient(90deg, #d9d9df, #0c0c11); }
.v2-handle { position: absolute; top: 50%; left: 68%; transform: translate(-50%, -50%); width: 22px; height: 22px; border-radius: 50%; background: #0c0c11; border: 4px solid #fff; box-shadow: 0 4px 14px rgba(0,0,0,.25); }
.v2-caption { margin-top: 26px; font-size: 16px; color: #55555f; line-height: 1.5; }
.v2-caption strong { color: #0c0c11; }

@media (max-width: 760px) {
  .vindex-grid, .vindex2-grid { grid-template-columns: 1fr; }
  .vindex-orbit { max-width: 420px; }
}

/* AI Visibility Index — public rankings card + R orbit center */
.vindex-rank { margin-top: 26px; max-width: 380px; }
.vindex-rank .tw-live { margin: 0; }
.vr-foot { display: flex; flex-direction: column; gap: 10px; margin-top: 14px; }
.vr-meth { color: var(--faint); font-size: 12px; }
.vr-why { color: var(--ink); font-weight: 600; font-size: 14px; text-decoration: none; border-bottom: 2px solid rgba(255,255,255,.3); padding-bottom: 3px; align-self: flex-start; }
.vr-why:hover { border-color: var(--ink); }
.vo-r { width: 54px; height: 54px; opacity: .95; }
.vo-core .vo-l { margin-top: 8px; }

/* ── hero v2 (copy + radar) ──────────────────────────────── */
.phero2 { position: relative; isolation: isolate; text-align: center; padding-block: clamp(48px, 9vh, 110px) clamp(30px, 5vh, 56px); }
.phero2 h1 { font-size: clamp(42px, 6vw, 82px); font-weight: 700; line-height: 1.03; letter-spacing: -.035em; max-width: 15ch; margin-inline: auto; }
.phero2 h1 .g { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.phero2 .phero-lede { margin: clamp(18px, 3vh, 26px) auto clamp(24px, 3.4vh, 32px); max-width: 52ch; color: var(--mut); font-size: clamp(16px, 1.3vw, 19px); line-height: 1.65; }
.phero2 .phero-cta { justify-content: center; }
.phero2-demo img { width: 100%; height: auto; display: block; }
@media (max-width: 860px) {
  .phero2 { grid-template-columns: 1fr; text-align: center; }
  .phero2 .phero-cta { justify-content: center; }
  .phero2 .phero-lede { margin-inline: auto; }
  .phero2-demo { max-width: 520px; margin: 8px auto 0; }
}

/* ── Live AI Intelligence panel ──────────────────────────── */
.lai-panel { border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.008)); padding: clamp(22px, 3vw, 34px); }
.lai-top { display: grid; grid-template-columns: 1.1fr repeat(3, 1fr) auto; gap: clamp(14px, 2vw, 26px); align-items: stretch; }
.lai-label { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #b7aaff; }
.lai-label i { width: 7px; height: 7px; border-radius: 50%; background: #8b7cff; box-shadow: 0 0 8px #8b7cff; animation: radar-pulse 2s infinite; }
.lai-intro h2 { font-family: "Space Grotesk", sans-serif; font-size: clamp(24px, 2.4vw, 32px); margin-top: 12px; line-height: 1.1; }
.lai-intro > p { color: var(--mut); font-size: 14.5px; margin-top: 10px; max-width: 26ch; }
.lai-q { display: block; margin-top: 16px; color: var(--mut); font-size: 12.5px; line-height: 1.5; max-width: 30ch; }
.lai-q b { color: var(--ink); font-weight: 600; }
.lai-meta { display: block; margin-top: 10px; color: var(--faint); font-size: 12px; }
.lai-card { border-left: 1px solid var(--line); padding-left: clamp(14px, 1.6vw, 22px); display: flex; flex-direction: column; text-decoration: none; color: inherit; }
.lai-rank { font-family: "Space Grotesk", sans-serif; color: var(--faint); font-size: 13px; }
.lai-brand { display: inline-flex; align-items: center; gap: 9px; font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 19px; margin-top: 8px; }
.bl { fill: currentColor; width: 22px; height: 22px; flex: none; }
.bl-hs { color: #ff7a59; }
.bl-zo { color: #e42527; }
.lai-brand--txt { text-transform: lowercase; }
.lai-stats { display: flex; flex-direction: column; gap: 9px; margin-top: auto; padding-top: 18px; }
.lai-stat { display: flex; align-items: baseline; gap: 10px; }
.lai-stat b { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 21px; line-height: 1; min-width: 52px; }
.lai-stat span { color: var(--mut); font-size: 12.5px; }
.lai-stat.is-primary b { font-size: 30px; color: #8b7cff; }
.lai-more { align-self: center; display: flex; flex-direction: column; align-items: center; gap: 8px; text-decoration: none; color: var(--mut); font-size: 12.5px; text-align: center; border-left: 1px solid var(--line); padding-left: 16px; }
.lai-arrow { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--ink); }
.lai-bottom { display: grid; grid-template-columns: auto repeat(3, 1fr); gap: clamp(12px, 1.6vw, 20px); align-items: center; margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line); }
.lai-answering { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 15px; display: flex; flex-direction: column; gap: 3px; line-height: 1.3; }
.lai-answering small { font-family: "Inter", sans-serif; font-weight: 400; font-size: 12px; color: var(--faint); }
.lai-eng { border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.02); padding: 14px 16px; }
.lai-eng-h { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 13.5px; }
.lai-eng-h .tile { width: 26px; height: 26px; border-radius: 8px; }
.lai-eng > p { color: var(--mut); font-size: 12.5px; margin-top: 8px; line-height: 1.4; }
.lai-pick { display: flex; align-items: center; gap: 7px; margin-top: 10px; font-weight: 600; font-size: 13.5px; color: #ff7a59; }
.lai-pick b { color: var(--ink); font-family: "Space Grotesk", sans-serif; margin-left: auto; }
.lai-foot { margin-top: 18px; color: var(--faint); font-size: 12px; text-align: center; }
.lai-foot a { color: var(--mut); }
@media (max-width: 960px) {
  .lai-top { grid-template-columns: 1fr 1fr; }
  .lai-intro { grid-column: 1 / -1; }
  .lai-more { grid-column: 1 / -1; flex-direction: row; justify-content: center; border-left: 0; border-top: 1px solid var(--line); padding: 14px 0 0; }
  .lai-bottom { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .lai-top { grid-template-columns: 1fr; }
  .lai-card { border-left: 0; border-top: 1px solid var(--line); padding: 16px 0 0; }
}

/* dashboard section */
.dash-demo { max-width: 1080px; margin: clamp(30px, 5vw, 54px) auto 0; }

/* ── Live AI Intelligence — LIGHT theme ──────────────────── */
/* Transparent section: the card floats onto the dark hero; a light-gray
   "shelf" (::before) starts BELOW the card top, so the rounded top corners
   sit on the dark hero — not an abrupt full-width white band. */
.live-ai { position: relative; z-index: 2; background: transparent; margin-top: clamp(-56px, -4.5vw, -36px); padding: 0 0 clamp(48px, 6vw, 82px); }
.live-ai::before { content: ""; position: absolute; left: 0; right: 0; top: clamp(64px, 6.5vw, 96px); bottom: 0; background: #f3f3f6; z-index: -1; }
.live-ai .wrap { position: relative; z-index: 1; }
.live-ai .lai-panel { background: #fff; border-color: #e6e6ec; box-shadow: 0 24px 60px rgba(0,0,0,.06); }
.live-ai .lai-intro h2 { color: #0c0c11; }
.live-ai .lai-intro > p { color: #55555f; }
.live-ai .lai-meta { color: #8a8a92; }
.live-ai .lai-q { color: #55555f; }
.live-ai .lai-q b { color: #0c0c11; }
.live-ai .lai-card { border-left-color: #e9e9ef; }
.live-ai .lai-rank { color: #a6a6ae; }
.live-ai .lai-brand { color: #0c0c11; }
.live-ai .lai-stat b { color: #0c0c11; }
.live-ai .lai-stat span { color: #6a6a73; }
.live-ai .lai-stat.is-primary b { color: #7c5cff; }
.live-ai .lai-more { color: #55555f; border-left-color: #e9e9ef; }
.live-ai .lai-arrow { border-color: #d8d8de; color: #0c0c11; }
.live-ai .lai-bottom { border-top-color: #e9e9ef; }
.live-ai .lai-answering { color: #0c0c11; }
.live-ai .lai-answering small { color: #8a8a92; }
.live-ai .lai-eng { border-color: #e9e9ef; background: #fafafb; }
.live-ai .lai-eng-h { color: #0c0c11; }
.live-ai .lai-eng > p { color: #55555f; }
.live-ai .lai-pick b { color: #0c0c11; }
.live-ai .lai-foot { color: #8a8a92; }
.live-ai .lai-foot a { color: #55555f; }
/* engine tiles: dark squares with colored glyphs on the light panel */
.live-ai .lai-eng-h .tile { background: #111114; }
.live-ai .lai-eng-h .tile::after { display: none; }
.live-ai .lai-eng-h .lg-openai { color: #10a37f; }
.live-ai .lai-eng-h .lg-claude { color: #e08768; }
.live-ai .lai-eng-h .lg-perplexity { color: #22b8cb; }
@media (max-width: 960px) { .live-ai .lai-more { border-top-color: #e9e9ef; } .live-ai .lai-card { border-top-color: #e9e9ef; } }

/* ── Panel overlaps the hero (card floats over the dark hero) ── */
.phero2 { z-index: 1; }

/* ── Header bar: index label · source · cite ── */
.lai-head { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; padding-bottom: 18px; margin-bottom: clamp(20px, 2.4vw, 30px); border-bottom: 1px solid #ececf1; }
.lai-head .lai-label { margin: 0; color: #7c5cff; }
.lai-head .lai-label i { background: #7c5cff; box-shadow: 0 0 8px #7c5cff; }
.lai-src { text-align: center; color: #8a8a92; font-size: 13px; }
.lai-src b { color: #3a3a42; font-weight: 600; }
.lai-cite { position: relative; justify-self: end; }
.lai-cite-btn { list-style: none; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; border: 1px solid #e0e0e8; border-radius: 11px; background: #fff; font-size: 13.5px; font-weight: 500; color: #2a2a30; white-space: nowrap; }
.lai-cite-btn::-webkit-details-marker { display: none; }
.lai-cite-btn:hover { border-color: #cfcfd8; }
.lai-cite[open] .lai-cite-btn { border-color: #7c5cff; color: #7c5cff; }
.lai-pop { position: absolute; top: calc(100% + 10px); right: 0; width: 300px; padding: 18px; border: 1px solid #e6e6ec; border-radius: 16px; background: #fff; box-shadow: 0 20px 50px rgba(20,18,40,.14); z-index: 6; }
.lai-pop-h { display: block; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #a6a6ae; }
.lai-pop p { margin-top: 10px; color: #33333b; font-size: 13.5px; line-height: 1.55; }
.lai-copy { width: 100%; margin-top: 14px; padding: 11px; border: 0; border-radius: 10px; background: #111114; color: #fff; font: inherit; font-size: 13.5px; font-weight: 600; cursor: pointer; }
.lai-copy:hover { background: #26262c; }
.lai-pop-m { display: block; margin-top: 12px; text-align: center; color: #55555f; font-size: 13px; text-decoration: none; }
.lai-pop-m:hover { color: #7c5cff; }

/* ── Category report link ── */
.lai-cat { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; padding: 10px 12px 10px 15px; border: 1px solid #e2e2ea; border-radius: 11px; background: #fff; color: #1a1a20; font-weight: 600; font-size: 14px; text-decoration: none; width: max-content; transition: border-color .2s; }
.lai-cat svg { color: #9a9aa2; transition: color .2s, transform .2s; }
.lai-cat small { margin-left: 4px; padding-left: 10px; border-left: 1px solid #e2e2ea; font-size: 12.5px; font-weight: 500; color: #6f6f77; }
.lai-cat:hover { border-color: #1a1a20; }
.lai-cat:hover svg { color: #1a1a20; transform: translate(1px, -1px); }

/* ── Trend pills on brand cards ── */
.lai-trend { align-self: flex-start; margin-top: 16px; display: inline-flex; align-items: center; gap: 6px; padding: 6px 11px; border-radius: 99px; font-size: 12px; font-weight: 600; }
.lai-trend.up { color: #16a34a; background: #eafaf0; }
.lai-trend.flat { color: #8a8a92; background: #f1f1f4; }

/* ── Explore full index ── */
.lai-explore { align-self: center; display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; text-decoration: none; border-left: 1px solid #e9e9ef; padding-left: clamp(14px, 1.4vw, 20px); }
.lai-explore .lai-arrow { border-color: #d8d8de; color: #0c0c11; }
.lai-explore-t { font-size: 12.5px; color: #8a8a92; line-height: 1.4; }
.lai-explore-t b { display: block; color: #1a1a20; font-size: 13.5px; font-weight: 600; }
.lai-explore:hover .lai-arrow { border-color: #7c5cff; color: #7c5cff; }

/* ── Engine answer cards (now links) ── */
.live-ai .lai-eng { text-decoration: none; color: inherit; display: block; transition: border-color .15s; }
.live-ai .lai-eng:hover { border-color: #d4d4dc; }
.live-ai .lai-pick { color: #ff7a59; align-items: center; }
.live-ai .lai-pick b { color: #ff7a59; font-family: "Space Grotesk", sans-serif; margin: 0; }
.lai-eng-arr { margin-left: auto; color: #b6b6be; }

@media (max-width: 960px) {
  .lai-head { grid-template-columns: 1fr auto; }
  .lai-src { display: none; }
  .lai-explore { grid-column: 1 / -1; flex-direction: row; justify-content: center; border-left: 0; border-top: 1px solid #e9e9ef; padding: 16px 0 0; }
}
@media (max-width: 560px) {
  .lai-head { grid-template-columns: 1fr; }
  .lai-cite { justify-self: start; }
  .lai-pop { right: auto; left: 0; }
}
