:root {
  --black: #000000;
  --stage: #08090d;
  --surface: #13151b;
  --surface-raised: #1a1d25;
  --surface-soft: #222631;
  --line: #353946;
  --line-strong: #4b5060;
  --text: #f5f5f3;
  --text-soft: #c4c4c6;
  --muted: #989aa2;
  --blue: #5874ff;
  --blue-strong: #7890ff;
  --blue-soft: #202a58;
  --positive: #6ca768;
  --warning: #b99858;
  --danger: #9e5a5a;
  --font-display: "Inter Tight", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Inter", "Helvetica Neue", Arial, sans-serif;
  --page: 1170px;
  --gutter: clamp(1.25rem, 4vw, 3.5rem);
  --section-space: clamp(5rem, 7vw, 6.5rem);
  --radius-stage: 22px;
  --radius-card: 16px;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body.bbe-knotch {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.bbe-knotch img { display: block; max-width: 100%; }
.bbe-knotch a { color: inherit; text-decoration: none; }
.bbe-knotch button { color: inherit; font: inherit; }
.bbe-knotch h1,
.bbe-knotch h2,
.bbe-knotch h3,
.bbe-knotch p { margin-top: 0; }
.bbe-knotch h1,
.bbe-knotch h2,
.bbe-knotch h3 {
  font-family: var(--font-display);
  letter-spacing: 0;
  text-wrap: balance;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: .7rem 1rem;
  background: #ffffff;
  color: #000000 !important;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.bbe-knotch :focus-visible { outline: 2px solid var(--blue-strong); outline-offset: 4px; }

.container {
  width: min(100%, var(--page));
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section-shell {
  position: relative;
  padding-block: var(--section-space);
  background: var(--black);
}

.site-header {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 76px;
  pointer-events: none;
}

.site-header__brand,
.site-header__cta {
  position: absolute;
  top: 22px;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(7,8,11,.7);
  backdrop-filter: blur(16px);
  pointer-events: auto;
  transition: border-color 180ms ease, background 180ms ease, opacity 220ms ease, transform 220ms ease;
}
.site-header.is-scrolled .site-header__brand { opacity: 0; transform: translateY(-10px); pointer-events: none; }
.site-header.is-scrolled .site-header__cta { opacity: 0; transform: translateY(-10px); pointer-events: none; }

.site-header__brand {
  left: 36px;
  gap: .65rem;
  padding: .45rem .8rem .45rem .52rem;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.site-header__brand img { width: 28px; height: 28px; object-fit: contain; }

.site-header__cta {
  right: 36px;
  justify-content: center;
  padding: .55rem 1rem;
  border-radius: 999px;
  font-size: .76rem;
  font-weight: 600;
}

.site-header__brand:hover,
.site-header__cta:hover { border-color: rgba(255,255,255,.35); background: rgba(18,19,24,.92); }

.site-header__notch {
  position: absolute;
  top: 0;
  left: 50%;
  display: grid;
  width: 112px;
  height: 58px;
  place-items: center;
  border-radius: 0 0 48px 48px;
  background: var(--black);
  transform: translateX(-50%);
  pointer-events: auto;
}
.site-header__notch::before,
.site-header__notch::after {
  position: absolute;
  top: 0;
  width: 28px;
  height: 28px;
  content: "";
  background: radial-gradient(circle at bottom right, transparent 27px, var(--black) 28px);
}
.site-header__notch::before { right: 100%; }
.site-header__notch::after { left: 100%; transform: scaleX(-1); }
.site-header__notch img { position: relative; z-index: 1; width: 32px; height: 32px; object-fit: contain; }

/* Hero */
.hero { padding: 22px 22px 0; background: var(--black); }
.hero__stage {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-stage);
  background: var(--stage);
}
.hero__stage::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(2,3,7,.1) 0%, rgba(2,3,7,.2) 54%, rgba(2,3,7,.93) 100%);
  pointer-events: none;
}

.hero__backdrop {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background-color: #06070b;
  background-image:
    radial-gradient(118% 86% at 50% -24%, rgba(96,122,255,.20) 0%, rgba(96,122,255,.06) 34%, transparent 62%),
    radial-gradient(78% 58% at 50% 122%, rgba(104,128,236,.14) 0%, transparent 58%),
    radial-gradient(circle at 20% 24%, rgba(255,255,255,.22) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 16%, rgba(190,204,255,.20) 0 1px, transparent 2px),
    radial-gradient(circle at 62% 48%, rgba(255,255,255,.10) 0 1px, transparent 2px);
  background-size: auto, auto, 210px 200px, 280px 250px, 340px 300px;
}
/* Slow, subtle light swirl — slight ambient motion, no hard edges */
.hero__backdrop::before {
  position: absolute;
  inset: -50%;
  content: "";
  background: conic-gradient(from 0deg at 50% 50%,
    transparent 0deg,
    rgba(96,122,255,.11) 58deg,
    transparent 150deg,
    rgba(154,172,255,.07) 220deg,
    transparent 300deg,
    rgba(96,122,255,.10) 360deg);
  filter: blur(62px);
  mask-image: radial-gradient(38% 34% at 50% 42%, #000 0%, transparent 72%);
  -webkit-mask-image: radial-gradient(38% 34% at 50% 42%, #000 0%, transparent 72%);
  animation: heroSwirl 60s linear infinite;
  will-change: transform;
}
/* Edge vignette — frames the stage and deepens the space */
.hero__backdrop::after {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(122% 100% at 50% 32%, transparent 46%, rgba(3,4,8,.74) 100%);
}
@keyframes heroSwirl { to { transform: rotate(1turn); } }

.hero__content {
  position: relative;
  z-index: 5;
  display: flex;
  width: min(100% - 2.5rem, 920px);
  margin-inline: auto;
  padding-top: 180px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.status-pill,
.section-pill {
  display: inline-flex;
  align-items: center;
  width: max-content;
  margin-bottom: 1.45rem;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: var(--text-soft);
  font-size: .75rem;
  font-weight: 500;
}
.status-pill { padding: .24rem .7rem .24rem .3rem; }
.status-pill span {
  margin-right: .48rem;
  padding: .13rem .48rem;
  border-radius: 999px;
  background: var(--blue);
  color: #ffffff;
  font-weight: 600;
}

.hero h1 {
  max-width: 17ch;
  margin: 0;
  font-size: clamp(4rem, 6.4vw, 5.25rem);
  font-weight: 600;
  line-height: .98;
}
.hero__lead {
  max-width: 700px;
  margin: 1.25rem auto 0;
  color: #b4b5ba;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.55;
}
.hero__actions,
.final-cta__actions { display: flex; justify-content: center; gap: .75rem; margin-top: 1.65rem; }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: .78rem 1.25rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 600;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.button:hover { transform: translateY(-1px); }
.button--light { border-color: #ffffff; background: #ffffff; color: #050505 !important; }
.button--light:hover { background: #dfe4ff; }
.button--dark { background: rgba(255,255,255,.08); color: #ffffff; }
.button--dark:hover { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.13); }

.hero__proof {
  position: absolute;
  z-index: 6;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  min-height: 132px;
  grid-template-columns: minmax(160px, .75fr) 3fr;
  align-items: center;
  gap: 2rem;
  padding: 1.2rem clamp(1.5rem, 5vw, 4.5rem);
  border-top: 1px solid rgba(255,255,255,.1);
  background: rgba(5,6,9,.72);
  backdrop-filter: blur(14px);
}
.hero__proof > p {
  margin: 0;
  color: var(--muted);
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero__proof-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.hero__proof-grid > div { min-height: 64px; padding: 0 1.15rem; border-left: 1px solid rgba(255,255,255,.1); }
.hero__proof-grid strong,
.hero__proof-grid span { display: block; }
.hero__proof-grid strong { font-family: var(--font-display); font-size: 1.65rem; line-height: 1; }
.hero__proof-grid span { margin-top: .45rem; color: var(--muted); font-size: .67rem; line-height: 1.35; }

/* Shared headings */
.section-label {
  margin: .3rem 0 0;
  color: var(--muted);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.section-heading { margin-bottom: clamp(2.75rem, 4.5vw, 4rem); }
.section-heading--left { max-width: 760px; }
.section-heading--center { max-width: 800px; margin-inline: auto; text-align: center; }
.section-heading--center .section-pill { margin-inline: auto; }
.section-pill { padding: .28rem .72rem; }
.section-heading h2 {
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 4rem);
  font-weight: 600;
  line-height: 1.03;
}
.section-heading > p:last-child:not(.section-pill) { max-width: 55ch; margin: 1rem 0 0; color: var(--muted); }

/* Intro */
.intro { border-bottom: 1px solid rgba(255,255,255,.06); }
.intro__grid {
  display: grid;
  grid-template-columns: 150px minmax(0,1fr) 170px;
  align-items: end;
  gap: clamp(2rem, 4vw, 3.5rem);
}
.intro h2 { max-width: 760px; margin: 0; font-size: clamp(3rem, 5vw, 4.25rem); font-weight: 600; line-height: 1; }
.intro__grid > div:nth-child(2) > p { max-width: 650px; margin: 1.5rem 0 0; color: var(--muted); font-size: 1rem; }
.intro__capabilities { display: flex; margin-top: 1.6rem; flex-wrap: wrap; gap: 0; }
.intro__capabilities span { position: relative; padding: .15rem 1rem .15rem 0; margin-right: 1rem; color: var(--text-soft); font-size: .76rem; font-weight: 600; }
.intro__capabilities span:not(:last-child)::after { position: absolute; top: 50%; right: 0; width: 1px; height: 14px; background: var(--line-strong); content: ""; transform: translateY(-50%); }
.intro__metric { text-align: right; }
.intro__metric strong,
.intro__metric span { display: block; }
.intro__metric strong { font-family: var(--font-display); font-size: clamp(5rem, 9vw, 8.5rem); font-weight: 500; line-height: .72; }
.intro__metric span { margin-top: 1.2rem; color: var(--muted); font-size: .72rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }

/* Process */
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.process-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: linear-gradient(180deg, #171a21 0%, #111318 100%);
  box-shadow: 0 22px 58px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.035);
}
.process-card__screen { height: 315px; margin: 14px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 11px; background: linear-gradient(180deg, #0f1117 0%, #0b0d12 100%); box-shadow: inset 0 1px 0 rgba(255,255,255,.035); }
.screen-top {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: .08em;
}
.screen-top i { color: var(--blue-strong); font-style: normal; }
.process-card__step { margin: 1.2rem 1.5rem .55rem; color: var(--muted); font-size: .7rem; }
.process-card h3 { margin: 0 1.5rem .3rem; font-size: 1.18rem; font-weight: 600; }
.process-card > p:last-child { margin: 0 1.5rem 1.6rem; color: var(--muted); font-size: .88rem; line-height: 1.5; }

.upload-file { display: grid; min-height: 72px; margin: 1rem; padding: .85rem; grid-template-columns: 42px 1fr auto; align-items: center; gap: .75rem; border: 1px solid var(--line-strong); border-radius: 8px; background: var(--surface-raised); }
.upload-file > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 6px; background: var(--blue-soft); color: var(--blue-strong); font-size: .65rem; font-weight: 700; }
.upload-file strong,
.upload-file small { display: block; }
.upload-file strong { font-size: .72rem; }
.upload-file small { margin-top: .18rem; color: var(--muted); font-size: .6rem; }
.upload-file b { color: var(--positive); font-size: .61rem; }
.upload-map { display: grid; min-height: 45px; margin: 0 1rem; grid-template-columns: 1fr 28px 1.2fr; align-items: center; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .62rem; }
.upload-map i { position: relative; height: 1px; background: var(--line-strong); }
.upload-map i::after { position: absolute; top: -2px; right: 0; width: 5px; height: 5px; border-top: 1px solid var(--blue-strong); border-right: 1px solid var(--blue-strong); content: ""; transform: rotate(45deg); }
.upload-map b { color: var(--text-soft); font-weight: 500; text-align: right; }

.verify-row { display: grid; min-height: 45px; margin: 0 1rem; grid-template-columns: 1fr auto; align-items: center; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .64rem; }
.verify-row:first-of-type { margin-top: .8rem; }
.verify-row b { min-width: 70px; padding: .22rem .45rem; border: 1px solid rgba(108,167,104,.25); border-radius: 999px; background: rgba(108,167,104,.08); color: #8fc18b; font-size: .57rem; text-align: center; }
.verify-confidence { margin: 1rem; padding: .85rem; border: 1px solid var(--line); border-radius: 8px; }
.verify-confidence span,
.verify-confidence strong { display: block; font-size: .62rem; }
.verify-confidence span { color: var(--muted); }
.verify-confidence strong { margin-top: .2rem; color: var(--blue-strong); }
.verify-confidence i { display: block; height: 4px; margin-top: .7rem; overflow: hidden; border-radius: 10px; background: var(--surface-soft); }
.verify-confidence i::after { display: block; width: 84%; height: 100%; content: ""; background: var(--blue); }

.delivery-route { display: grid; min-height: 56px; margin: 0 1rem; grid-template-columns: 1fr auto; align-content: center; border-bottom: 1px solid var(--line); font-size: .65rem; }
.delivery-route:first-of-type { margin-top: .85rem; }
.delivery-route b,
.delivery-route span { display: block; }
.delivery-route span { color: var(--muted); font-size: .58rem; }
.delivery-route i { grid-row: 1 / span 2; grid-column: 2; align-self: center; color: var(--positive); font-size: .58rem; font-style: normal; }
.delivery-summary { display: flex; margin: 1rem; padding: 1rem; align-items: center; gap: .8rem; border: 1px solid var(--blue-soft); border-radius: 8px; background: rgba(88,116,255,.07); }
.delivery-summary strong { font-family: var(--font-display); font-size: 1.65rem; }
.delivery-summary span { color: var(--muted); font-size: .62rem; }

/* Agent gallery */
.agents { overflow: hidden; padding-bottom: var(--section-space); }
.agent-carousel { position: relative; }
.agent-carousel__controls { display: flex; justify-content: flex-end; gap: .5rem; margin-bottom: 1rem; }
.agent-carousel__controls button { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); cursor: pointer; transition: border-color 180ms ease, background 180ms ease; }
.agent-carousel__controls button:hover { border-color: var(--line-strong); background: var(--surface-raised); }
.agent-track {
  display: flex;
  width: 100%;
  gap: 18px;
  overflow-x: auto;
  padding: 0 max(22px, calc((100vw - var(--page)) / 2 + var(--gutter))) 20px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.agent-track::-webkit-scrollbar { display: none; }
.agent-card {
  width: clamp(360px, 41vw, 520px);
  min-width: clamp(360px, 41vw, 520px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: linear-gradient(180deg, #171a21 0%, #111318 100%);
  box-shadow: 0 28px 72px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.035);
  scroll-snap-align: center;
}
.agent-card__visual { position: relative; height: 350px; margin: 14px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 11px; background: linear-gradient(180deg, #0f1118 0%, #0b0d12 100%); box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
.agent-card__visual::after { position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(115deg, rgba(120,144,255,.055), transparent 34%); content: ""; pointer-events: none; }
.agent-card__top { display: flex; min-height: 48px; align-items: center; justify-content: space-between; padding: 0 1rem; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .58rem; font-weight: 600; letter-spacing: .07em; }
.agent-card__top i { color: var(--blue-strong); font-style: normal; }
.agent-card__copy { min-height: 178px; padding: 1.2rem 1.5rem 1.4rem; }
.agent-card__copy > p { margin-bottom: 1.1rem; color: var(--blue-strong); font-size: .68rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.agent-card__copy h3 { margin: 0; font-size: 1.45rem; font-weight: 600; line-height: 1.15; }
.agent-card__copy > span { display: block; margin-top: .75rem; color: var(--muted); font-size: .86rem; }

.revive-flow { display: grid; margin: 3rem 1.2rem 2.4rem; grid-template-columns: 1fr 35px 1fr 35px 1fr; align-items: center; text-align: center; }
.revive-flow span,
.revive-flow strong,
.revive-flow em { padding: .8rem .45rem; border: 1px solid var(--line-strong); border-radius: 7px; background: var(--surface-raised); font-size: .65rem; font-style: normal; }
.revive-flow b { position: relative; height: 1px; background: var(--line-strong); }
.revive-flow b::after { position: absolute; top: -2px; right: 0; width: 5px; height: 5px; border-top: 1px solid var(--blue); border-right: 1px solid var(--blue); content: ""; transform: rotate(45deg); }
.revive-results { display: grid; margin: 0 1.2rem; grid-template-columns: 1fr 1fr; gap: .6rem; }
.revive-results span { display: flex; min-height: 42px; align-items: center; padding: 0 .75rem; gap: .55rem; border: 1px solid var(--line); border-radius: 7px; color: var(--text-soft); font-size: .58rem; font-weight: 600; }
.revive-results i { width: 7px; height: 7px; border-radius: 50%; background: var(--positive); }
.revive-results span:nth-child(2) i { background: var(--warning); }
.revive-results span:nth-child(3) i { background: var(--danger); }
.revive-results span:nth-child(4) i { background: var(--muted); }

.detect-board { margin: 1.25rem; }
.detect-address { padding: 1rem; border: 1px solid var(--line-strong); border-radius: 8px; background: var(--surface-raised); }
.detect-address small,
.detect-address strong,
.detect-address span { display: block; }
.detect-address small { color: var(--blue-strong); font-size: .56rem; font-weight: 600; letter-spacing: .06em; }
.detect-address strong { margin-top: .6rem; font-size: 1.5rem; }
.detect-address span { margin-top: .18rem; color: var(--muted); font-size: .65rem; }
.detect-signals { display: grid; margin-top: 1rem; grid-template-columns: repeat(6,1fr); gap: .45rem; }
.detect-signals i { display: grid; aspect-ratio: 1; place-items: center; border: 1px solid var(--line); border-radius: 7px; color: var(--muted); font-size: .58rem; font-style: normal; }
.detect-signals i:nth-child(-n+2) { border-color: rgba(88,116,255,.45); background: rgba(88,116,255,.1); color: var(--blue-strong); }
.detect-score { display: grid; margin-top: 1rem; padding-top: 1rem; grid-template-columns: 1fr auto; border-top: 1px solid var(--line); }
.detect-score span,
.detect-score b { color: var(--muted); font-size: .59rem; font-weight: 500; }
.detect-score strong { font-size: .8rem; }
.detect-score b { grid-row: 1 / span 2; grid-column: 2; align-self: center; padding: .3rem .55rem; border: 1px solid var(--line); border-radius: 999px; }

.watch-axis { display: grid; margin: 3.5rem 1.2rem 2rem; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; color: var(--muted); font-size: .56rem; }
.watch-axis i { height: 1px; background: var(--line-strong); }
.watch-axis span:nth-of-type(2) { color: var(--blue-strong); }
.watch-record { margin: 0 1.2rem; padding: 1rem; border: 1px solid var(--line-strong); border-radius: 8px; background: var(--surface-raised); }
.watch-record small,
.watch-record strong,
.watch-record span { display: block; }
.watch-record small { color: var(--muted); font-size: .56rem; }
.watch-record strong { margin-top: .35rem; font-size: 1rem; }
.watch-record span { margin-top: .2rem; color: var(--blue-strong); font-size: .62rem; }
.watch-note { margin: 1rem 1.2rem; padding: .8rem; border-left: 2px solid var(--blue); background: rgba(88,116,255,.07); color: var(--text-soft); font-size: .62rem; }

.learn-vote { display: flex; margin: 1.3rem; align-items: center; gap: .55rem; }
.learn-vote span { margin-right: auto; color: var(--muted); font-size: .62rem; }
.learn-vote__choice { padding: .4rem .7rem; border: 1px solid var(--line); border-radius: 999px; background: var(--surface-raised); font-size: .58rem; }
.learn-vote__choice--good { border-color: rgba(108,167,104,.4); color: #8fc18b; }
.learn-reasons { display: grid; margin: 0 1.3rem; gap: .55rem; }
.learn-reasons span { padding: .65rem .8rem; border: 1px solid var(--line); border-radius: 7px; color: var(--muted); font-size: .61rem; }
.learn-threshold { margin: 1.2rem 1.3rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.learn-threshold span,
.learn-threshold strong { display: block; font-size: .59rem; }
.learn-threshold span { color: var(--muted); }
.learn-threshold i { display: block; height: 5px; margin: .8rem 0; border-radius: 10px; background: var(--surface-soft); }
.learn-threshold i b { display: block; width: 67%; height: 100%; border-radius: 10px; background: var(--blue); }
.learn-threshold strong { color: var(--blue-strong); }

/* Portal sample */
.record { padding-top: 3.5rem; }
.portal-window { overflow: hidden; border: 1px solid #555b6d; border-radius: 18px; background: #0d0f14; box-shadow: 0 46px 110px rgba(0,0,0,.58), inset 0 1px 0 rgba(255,255,255,.045); }
.portal-window__bar { display: grid; min-height: 62px; padding: 0 1.25rem; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.portal-window__brand { display: flex; align-items: center; gap: .65rem; font-size: .75rem; font-weight: 600; }
.portal-window__brand img { width: 26px; height: 26px; }
.portal-window__demo { padding: .28rem .55rem; border: 1px solid var(--warning); color: #cfb171; font-size: .55rem; font-weight: 600; letter-spacing: .08em; }
.portal-window__user { justify-self: end; color: var(--muted); font-size: .63rem; }
.portal-window__body { display: grid; min-height: 570px; grid-template-columns: 180px minmax(0,1fr) 315px; }
.portal-nav { display: flex; padding: 1.3rem .75rem; flex-direction: column; border-right: 1px solid var(--line); background: #0d0e11; }
.portal-nav > p { margin: 0 .6rem .8rem; color: var(--muted); font-size: .55rem; font-weight: 600; letter-spacing: .08em; }
.portal-nav > a { display: flex; min-height: 40px; padding: 0 .6rem; align-items: center; justify-content: space-between; border: 1px solid transparent; border-radius: 6px; color: var(--muted); font-size: .64rem; }
.portal-nav > a.is-active { border-color: var(--line); background: var(--surface-raised); color: var(--text); }
.portal-nav > a b { min-width: 25px; padding: .12rem .32rem; border-radius: 999px; background: var(--blue-soft); color: var(--blue-strong); font-size: .51rem; text-align: center; }
.portal-nav__foot { margin-top: auto; padding: .9rem .6rem 0; border-top: 1px solid var(--line); }
.portal-nav__foot span,
.portal-nav__foot strong { display: block; font-size: .55rem; }
.portal-nav__foot span { color: var(--muted); }
.portal-nav__foot strong { margin-top: .25rem; }
.portal-main { min-width: 0; padding: 1.5rem; }
.portal-main__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; }
.portal-main__heading p { margin: 0; color: var(--muted); font-size: .56rem; font-weight: 600; letter-spacing: .07em; }
.portal-main__heading h3 { margin: .3rem 0 0; font-family: var(--font-body); font-size: 1.08rem; }
.portal-export { display: inline-flex; min-height: 34px; padding: 0 .7rem; align-items: center; border: 1px solid var(--line-strong); border-radius: 5px; background: var(--surface); font-size: .58rem; }
.portal-table { margin-top: 1.3rem; border: 1px solid var(--line); }
.portal-table__head,
.portal-table__row { display: grid; grid-template-columns: 42px 1.35fr 1fr .65fr .85fr; align-items: center; }
.portal-table__head { min-height: 40px; padding: 0 .8rem; border-bottom: 1px solid var(--line); background: #0d0e11; color: var(--muted); font-size: .53rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.portal-table__row { min-height: 78px; padding: 0 .8rem; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .58rem; }
.portal-table__row:last-child { border-bottom: 0; }
.portal-table__row.is-selected { background: rgba(88,116,255,.07); color: var(--text-soft); box-shadow: inset 3px 0 var(--blue); }
.portal-table__row strong,
.portal-table__row small { display: block; }
.portal-table__row strong { color: var(--text); font-size: .63rem; }
.portal-table__row small { margin-top: .2rem; color: var(--muted); font-size: .52rem; font-weight: 400; }
.portal-table__row em { width: max-content; padding: .25rem .42rem; border: 1px solid rgba(108,167,104,.24); border-radius: 999px; color: #8fc18b; font-size: .49rem; font-style: normal; font-weight: 600; }
.evidence-drawer { padding: 1.4rem; border-left: 1px solid var(--line); background: #0f1013; }
.evidence-drawer__head { display: flex; align-items: center; justify-content: space-between; gap: .8rem; }
.evidence-drawer__head p { margin: 0; color: var(--muted); font-size: .52rem; font-weight: 600; letter-spacing: .06em; }
.evidence-drawer__head span { padding: .24rem .4rem; border: 1px solid rgba(108,167,104,.3); color: #8fc18b; font-size: .48rem; font-weight: 600; }
.evidence-drawer > h3 { margin: 1.5rem 0 .2rem; font-family: var(--font-body); font-size: .95rem; }
.evidence-drawer__address { margin-bottom: 1.2rem; color: var(--muted); font-size: .58rem; }
.evidence-drawer dl { margin: 0; }
.evidence-drawer dl div { display: grid; min-height: 38px; grid-template-columns: 1fr auto; align-items: center; border-top: 1px solid var(--line); font-size: .56rem; }
.evidence-drawer dt { color: var(--muted); }
.evidence-drawer dd { margin: 0; font-weight: 600; }
.evidence-drawer__label { margin: 1.3rem 0 .5rem; color: var(--blue-strong); font-size: .52rem; font-weight: 600; letter-spacing: .07em; }
.evidence-drawer ol { margin: 0; padding: 0; list-style: none; }
.evidence-drawer li { display: grid; padding: .7rem 0; grid-template-columns: 24px 1fr; gap: .6rem; border-top: 1px solid var(--line); }
.evidence-drawer li > span { color: var(--blue-strong); font-size: .5rem; }
.evidence-drawer li strong,
.evidence-drawer li small { display: block; }
.evidence-drawer li strong { font-size: .57rem; }
.evidence-drawer li small { margin-top: .2rem; color: var(--muted); font-size: .51rem; }

/* Outcomes */
.outcome-orbit { display: grid; min-height: 520px; grid-template-columns: 1fr 1.2fr 1fr; grid-template-rows: repeat(3, 1fr); gap: 12px; }
.outcome-card,
.outcome-core { border: 1px solid var(--line-strong); border-radius: 14px; background: linear-gradient(180deg, #171a21 0%, #111318 100%); box-shadow: 0 18px 48px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.03); }
.outcome-card { display: flex; padding: 1.2rem; flex-direction: column; justify-content: flex-end; }
.outcome-card > span { margin-bottom: auto; color: var(--blue-strong); font-size: .62rem; font-weight: 600; }
.outcome-card strong { font-family: var(--font-display); font-size: 1.03rem; }
.outcome-card p { margin: .25rem 0 0; color: var(--muted); font-size: .77rem; line-height: 1.4; }
.outcome-card--one { grid-area: 1 / 1; }
.outcome-card--two { grid-area: 2 / 1; }
.outcome-card--three { grid-area: 3 / 1; }
.outcome-card--four { grid-area: 1 / 3; }
.outcome-card--five { grid-area: 2 / 3; }
.outcome-card--six { grid-area: 3 / 3; }
.outcome-core { position: relative; display: grid; grid-area: 1 / 2 / 4 / 3; place-items: center; overflow: hidden; background: #0b0c0f; text-align: center; }
.outcome-core::before,
.outcome-core::after { position: absolute; content: ""; border: 1px solid rgba(88,116,255,.18); border-radius: 50%; }
.outcome-core::before { width: 260px; height: 260px; }
.outcome-core::after { width: 410px; height: 410px; }
.outcome-core img { position: relative; z-index: 1; width: 72px; height: 72px; object-fit: contain; }
.outcome-core span { position: absolute; z-index: 1; bottom: 3rem; font-family: var(--font-display); font-size: 1.05rem; font-weight: 600; line-height: 1.15; }

/* Proof */
.proof { padding-block: clamp(3.75rem, 5vw, 5rem); }
.proof-panel { overflow: hidden; border: 1px solid var(--line-strong); border-top-color: var(--blue-strong); border-radius: 20px; background: #0c0e13; box-shadow: 0 44px 110px rgba(0,0,0,.46), inset 0 1px 0 rgba(255,255,255,.04); }
.proof-intro { display: grid; padding: clamp(2rem, 4vw, 3.5rem); grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); align-items: end; gap: clamp(2rem, 5vw, 5rem); }
.proof-intro .section-pill { margin-bottom: 1.25rem; }
.proof-intro h2 { max-width: 720px; margin: 0; font-size: clamp(2.65rem, 4.7vw, 4rem); font-weight: 600; line-height: 1.02; }
.proof-intro__copy p { margin: 0; color: var(--text-soft); font-size: .92rem; line-height: 1.65; }
.proof-intro__copy a { display: inline-flex; margin-top: 1.4rem; align-items: center; gap: .6rem; color: #ffffff; font-size: .82rem; font-weight: 600; }
.proof-intro__copy a span { color: var(--blue-strong); transition: transform 180ms ease; }
.proof-intro__copy a:hover span { transform: translateX(4px); }
.proof-metrics { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #11141a; }
.proof-metrics > div { min-height: 108px; padding: 1.4rem clamp(1rem, 2.2vw, 1.8rem); border-left: 1px solid var(--line); }
.proof-metrics > div:first-child { border-left: 0; }
.proof-metrics strong,
.proof-metrics span { display: block; }
.proof-metrics strong { font-family: var(--font-display); font-size: clamp(2rem, 3.2vw, 2.8rem); font-weight: 600; line-height: 1; }
.proof-metrics span { max-width: 20ch; margin-top: .55rem; color: var(--muted); font-size: .7rem; line-height: 1.35; }
.proof-media { display: grid; padding: 14px; grid-template-columns: .9fr 1.45fr; grid-auto-rows: 350px; gap: 14px; }
.proof-card { position: relative; min-height: 0; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 13px; background: var(--surface); }
.proof-card > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) brightness(.82) contrast(1.05); }
.proof-card--portrait > img { object-position: center 24%; }
.proof-card--platform > img { object-position: left center; filter: saturate(.72) brightness(.78) contrast(1.08); transform: scale(1.08); }
.proof-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(2,3,6,.02) 34%, rgba(2,3,6,.94) 100%); }
.proof-card__overlay { position: absolute; z-index: 2; right: 1.35rem; bottom: 1.35rem; left: 1.35rem; }
.proof-card__overlay p { margin-bottom: .5rem; color: #cdd0d8; font-size: .63rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.proof-card__overlay strong { display: block; max-width: 42ch; font-family: var(--font-display); font-size: clamp(1.05rem, 1.8vw, 1.35rem); line-height: 1.25; }

/* Engagement */
.engagement-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; align-items: start; }
.engagement-card { min-height: 585px; padding: 1.4rem; border: 1px solid var(--line); border-radius: var(--radius-card); background: var(--surface); }
.engagement-card--primary { border-color: rgba(88,116,255,.65); box-shadow: inset 0 0 0 1px rgba(88,116,255,.12); }
.engagement-card__label { margin-bottom: 1rem; color: var(--blue-strong); font-size: .72rem; font-weight: 600; text-transform: uppercase; }
.engagement-card h3 { margin: 0; font-size: clamp(2.4rem, 4vw, 3.5rem); font-weight: 600; line-height: .95; }
.engagement-card > p:not(.engagement-card__label) { min-height: 76px; margin: 1.25rem 0; color: var(--muted); font-size: .85rem; }
.engagement-card > a { display: flex; min-height: 46px; align-items: center; justify-content: center; border: 1px solid var(--line-strong); border-radius: 999px; background: var(--surface-soft); font-size: .75rem; font-weight: 600; transition: border-color 180ms ease, background 180ms ease; }
.engagement-card--primary > a { border-color: #ffffff; background: #ffffff; color: #000000; }
.engagement-card > a:hover { border-color: var(--blue-strong); }
.engagement-card h4 { margin: 1.7rem 0 .8rem; font-size: .77rem; }
.engagement-card ul { margin: 0; padding: 0; list-style: none; }
.engagement-card li { position: relative; padding: .65rem 0 .65rem 1rem; border-top: 1px solid var(--line); color: var(--text-soft); font-size: .76rem; }
.engagement-card li::before { position: absolute; top: 1.02rem; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--blue); content: ""; }

/* Comparison */
.comparison-table { max-width: 940px; margin-inline: auto; }
.comparison-table__head { display: grid; position: relative; min-height: 60px; grid-template-columns: 1fr 80px 1fr; align-items: center; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); }
.comparison-table__head span { padding: 0 1.5rem; font-family: var(--font-display); font-size: .93rem; font-weight: 600; }
.comparison-table__head span:last-child { text-align: right; }
.comparison-table__head b { display: grid; width: 76px; height: 76px; place-self: center; place-items: center; border-radius: 50%; background: #ffffff; color: #000000; font-family: var(--font-display); font-size: 1.3rem; }
.comparison-table__columns { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.comparison-list { position: relative; margin-top: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.comparison-list::before { position: absolute; top: -33px; width: 1px; height: 33px; content: ""; background: var(--line-strong); }
.comparison-list--old::before { right: 0; }
.comparison-list--new::before { left: 0; }
.comparison-list p { position: relative; min-height: 54px; margin: 0; padding: 1rem 1rem 1rem 2rem; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .77rem; }
.comparison-list p:last-child { border-bottom: 0; }
.comparison-list p::before { position: absolute; top: 1.45rem; left: 1rem; width: 6px; height: 6px; border-radius: 50%; background: #63646a; content: ""; }
.comparison-list--new p { color: var(--text-soft); font-weight: 500; }
.comparison-list--new p::before { background: var(--positive); }

/* FAQ */
.faq__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.faq .section-heading { position: sticky; top: 120px; margin-bottom: 0; }
.faq-list { border-top: 1px solid var(--line-strong); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 1.5rem 3rem 1.5rem 0; cursor: pointer; font-family: var(--font-display); font-size: 1.1rem; font-weight: 600; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before,
.faq-list summary::after { position: absolute; top: 50%; right: .4rem; width: 14px; height: 1px; content: ""; background: var(--text-soft); transition: transform 180ms ease; }
.faq-list summary::after { transform: rotate(90deg); }
.faq-list details[open] summary::after { transform: rotate(0); }
.faq-list details p { max-width: 62ch; margin: -.35rem 3rem 1.5rem 0; color: var(--muted); font-size: .87rem; }

/* Final CTA and footer */
.final-cta { position: relative; margin: 0 22px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-stage) var(--radius-stage) 0 0; background: #0c0d11; }
.final-cta::before { position: absolute; inset: 0; content: ""; background: linear-gradient(120deg, rgba(88,116,255,.08), transparent 45%, rgba(255,255,255,.025)); }
.final-cta__notch { position: absolute; top: 0; left: 50%; display: grid; width: 116px; height: 60px; place-items: center; border-radius: 0 0 50px 50px; background: var(--black); transform: translateX(-50%); }
.final-cta__notch img { width: 34px; height: 34px; }
.final-cta__inner { position: relative; display: flex; min-height: 650px; padding-top: 100px; padding-bottom: 90px; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.final-cta .section-pill { margin-inline: auto; }
.final-cta h2 { max-width: 880px; margin: 0; font-size: clamp(3.5rem, 7vw, 6.5rem); font-weight: 600; line-height: .92; }
.final-cta__inner > p:not(.section-pill) { max-width: 670px; margin: 1.4rem auto 0; color: var(--muted); }
.footer { padding: 4.5rem 0 2rem; background: var(--black); }
.footer__grid { display: grid; grid-template-columns: 1fr 1.3fr .8fr; gap: 4rem; align-items: start; }
.footer__brand { display: flex; align-items: center; gap: .8rem; font-family: var(--font-display); font-size: 1.2rem; font-weight: 700; }
.footer__brand img { width: 38px; height: 38px; }
.footer__grid p { margin-bottom: .35rem; color: var(--muted); font-size: .82rem; }
.footer__grid > div:nth-child(2) a { font-size: .82rem; font-weight: 600; }
.footer nav { display: grid; gap: .55rem; }
.footer nav a { color: var(--muted); font-size: .76rem; }
.footer nav a:hover { color: var(--text); }
.footer__legal { display: flex; margin-top: 4rem; padding-top: 1.3rem; justify-content: space-between; border-top: 1px solid var(--line); color: #64656a; font-size: .65rem; }

html.js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity 700ms var(--ease), transform 700ms var(--ease); }
html.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1020px) {
  .hero__proof { grid-template-columns: 1fr; gap: .8rem; }
  .hero__proof > p { text-align: center; }
  .intro__grid { grid-template-columns: 140px 1fr; }
  .intro__metric { display: none; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { display: grid; grid-template-columns: 1.1fr .9fr; grid-template-rows: auto auto 1fr; }
  .process-card__screen { grid-row: 1 / span 3; height: 360px; }
  .process-card__step { align-self: end; }
  .portal-window__body { grid-template-columns: 150px minmax(0,1fr); }
  .evidence-drawer { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; border-top: 1px solid var(--line); border-left: 0; }
  .evidence-drawer__head,
  .evidence-drawer > h3,
  .evidence-drawer__address { grid-column: 1; }
  .evidence-drawer dl { grid-column: 1; }
  .evidence-drawer__label,
  .evidence-drawer ol { grid-column: 2; }
  .evidence-drawer__label { grid-row: 1; align-self: end; }
  .evidence-drawer ol { grid-row: 2 / span 3; }
  .proof-intro { grid-template-columns: 1.15fr .85fr; }
  .engagement-grid { grid-template-columns: 1fr; }
  .engagement-card { min-height: 0; }
  .engagement-card > p:not(.engagement-card__label) { min-height: 0; }
}

@media (max-width: 760px) {
  :root { --section-space: 5.25rem; }
  .site-header__brand { left: 12px; }
  .site-header__brand span { display: none; }
  .site-header__cta { right: 12px; padding-inline: .75rem; font-size: .68rem; }
  .site-header__notch { width: 82px; height: 52px; }
  .site-header__notch::before,
  .site-header__notch::after { width: 18px; height: 18px; background: radial-gradient(circle at bottom right, transparent 17px, var(--black) 18px); }
  .site-header__notch img { width: 27px; height: 27px; }
  .hero { padding: 10px 10px 0; }
  .hero__stage { min-height: 910px; border-radius: 16px; }
  .hero__content { width: calc(100% - 2rem); padding-top: 150px; }
  .hero h1 { max-width: 13ch; font-size: clamp(3rem, 13vw, 4rem); }
  .hero__lead { max-width: 34ch; font-size: .94rem; }
  .hero__actions { flex-direction: column; }
  .hero__actions .button { width: min(100%, 270px); }
  .hero__proof { min-height: 190px; padding: 1rem; }
  .hero__proof-grid { grid-template-columns: 1fr 1fr; }
  .hero__proof-grid > div { min-height: 56px; padding: .45rem .8rem; }
  .hero__proof-grid > div:nth-child(odd) { border-left: 0; }
  .hero__proof-grid > div:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.08); }
  .hero__proof-grid strong { font-size: 1.35rem; }
  .intro__grid { display: block; }
  .intro h2 { margin-top: 1.5rem; font-size: clamp(2.7rem, 11vw, 3.8rem); }
  .intro__capabilities span { margin-top: .35rem; }
  .section-heading h2 { font-size: clamp(2.5rem, 10vw, 3.5rem); }
  .process-card { display: block; }
  .process-card__screen { height: 330px; }
  .agent-carousel__controls { padding-inline: var(--gutter); }
  .agent-track { padding-left: var(--gutter); padding-right: var(--gutter); }
  .agent-card { width: calc(100vw - 2 * var(--gutter)); min-width: calc(100vw - 2 * var(--gutter)); }
  .agent-card__visual { height: 360px; }
  .portal-window__bar { grid-template-columns: 1fr auto; }
  .portal-window__user { display: none; }
  .portal-window__body { display: block; }
  .portal-nav { display: none; }
  .portal-main { padding: 1rem; }
  .portal-main__heading { align-items: start; }
  .portal-table__head { display: none; }
  .portal-table__row { grid-template-columns: 32px 1fr auto; gap: .5rem; }
  .portal-table__row > span:nth-of-type(2),
  .portal-table__row > span:nth-of-type(3) { display: none; }
  .evidence-drawer { display: block; }
  .outcome-orbit { min-height: 0; grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .outcome-core { min-height: 310px; grid-area: 1 / 1 / 2 / 3; }
  .outcome-card--one,
  .outcome-card--two,
  .outcome-card--three,
  .outcome-card--four,
  .outcome-card--five,
  .outcome-card--six { grid-area: auto; min-height: 160px; }
  .outcome-core span { bottom: 2rem; }
  .proof { padding-block: 3.5rem; }
  .proof-intro { display: block; padding: 2rem; }
  .proof-intro__copy { margin-top: 1.5rem; }
  .proof-metrics { grid-template-columns: 1fr 1fr; }
  .proof-metrics > div { min-height: 98px; }
  .proof-metrics > div:nth-child(odd) { border-left: 0; }
  .proof-metrics > div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .proof-media { grid-template-columns: 1fr; grid-auto-rows: 360px; }
  .comparison-table__head { grid-template-columns: 1fr 60px 1fr; }
  .comparison-table__head span { padding: 0 .8rem; font-size: .78rem; }
  .comparison-table__head b { width: 60px; height: 60px; font-size: 1rem; }
  .comparison-table__columns { gap: 12px; }
  .comparison-list p { min-height: 85px; padding: .8rem .7rem .8rem 1.35rem; font-size: .67rem; }
  .comparison-list p::before { top: 1.12rem; left: .55rem; }
  .faq__grid { display: block; }
  .faq .section-heading { position: static; margin-bottom: 3rem; }
  .final-cta { margin: 0 10px; }
  .final-cta__inner { min-height: 620px; }
  .final-cta h2 { font-size: clamp(3.2rem, 13vw, 5rem); }
  .final-cta__actions { flex-direction: column; width: min(100%, 280px); }
  .final-cta__actions .button { width: 100%; }
  .footer__grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer__legal { align-items: flex-start; flex-direction: column; gap: .4rem; }
}

@media (max-width: 440px) {
  .site-header__cta { max-width: 116px; min-height: 38px; text-align: center; }
  .status-pill { font-size: .66rem; }
  .hero__content { padding-top: 135px; }
  .hero h1 { font-size: 3.15rem; }
  .hero__lead { font-size: .87rem; }
  .process-card__screen { height: 310px; margin: 10px; }
  .agent-card__visual { height: 340px; margin: 10px; }
  .agent-card__copy { min-height: 205px; padding-inline: 1.2rem; }
  .revive-flow { grid-template-columns: 1fr 20px 1fr 20px 1fr; margin-inline: .8rem; }
  .revive-flow span,
  .revive-flow strong,
  .revive-flow em { padding-inline: .2rem; font-size: .57rem; }
  .detect-signals { gap: .25rem; }
  .portal-window__brand span { display: none; }
  .portal-export { display: none; }
  .outcome-orbit { grid-template-columns: 1fr; }
  .outcome-core { grid-area: auto; min-height: 280px; }
  .outcome-card--one,
  .outcome-card--two,
  .outcome-card--three,
  .outcome-card--four,
  .outcome-card--five,
  .outcome-card--six { min-height: 145px; }
  .proof-panel { border-radius: 16px; }
  .proof-intro { padding: 1.5rem; }
  .proof-intro h2 { font-size: 2.5rem; }
  .proof-media { grid-auto-rows: 340px; }
  .engagement-card { padding: 1.15rem; }
  .comparison-table__head { border-radius: 14px; }
  .comparison-table__head span { font-size: .68rem; }
}

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

/* =========================================================================
   Under-hero founder + proof (Variation A — Operator split)
   Replaces the old .intro positioning block. Reuses the tokens above.
   ========================================================================= */
.intro-proof { border-bottom: 1px solid rgba(255,255,255,.06); }

.fv-eyebrow {
  display: inline-flex; align-items: center; padding: .28rem .72rem;
  border: 1px solid var(--line-strong); border-radius: 999px;
  color: var(--text-soft); font-size: .68rem; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
}
.fv-h2 { margin: 1.1rem 0 0; font-size: clamp(2rem, 3.4vw, 2.9rem); font-weight: 600; line-height: 1.02; max-width: 18ch; }
.fv-bio { margin: 1.15rem 0 0; max-width: 52ch; color: var(--text-soft); font-size: 1.02rem; }
.fv-bio b { color: var(--text); font-weight: 600; }

/* Professional "live client system" card (SyncPostr) — no animated status light */
.fv-system {
  display: block; padding: 1.35rem 1.45rem;
  border: 1px solid var(--line-strong); border-radius: 14px;
  background: var(--surface); color: inherit;
  transition: border-color .25s var(--ease), background .25s var(--ease);
}
a.fv-system:hover { border-color: var(--blue); background: var(--surface-raised); }
.fv-system__head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: .85rem; }
.fv-system__label { color: var(--muted); font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.fv-system__flag { color: var(--text-soft); font-size: .64rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.fv-system__flag::before { content: ""; display: inline-block; width: 14px; height: 1px; margin-right: .55rem; vertical-align: middle; background: var(--line-strong); }
.fv-system__title { display: flex; align-items: baseline; flex-wrap: wrap; gap: .3rem .7rem; }
.fv-system__title strong { font-family: var(--font-display); font-size: 1.3rem; font-weight: 600; line-height: 1; }
.fv-system__url { display: inline-flex; align-items: center; gap: .25rem; color: var(--blue-strong); font-size: .88rem; font-weight: 600; }
a.fv-system:hover .fv-system__url { color: #a9bcff; }
.fv-system__desc { margin: .7rem 0 0; max-width: 60ch; color: var(--text-soft); font-size: .92rem; line-height: 1.5; }
.fv-system__meta { display: flex; flex-wrap: wrap; margin-top: 1rem; padding-top: .95rem; border-top: 1px solid var(--line); gap: 0; }
.fv-system__meta span { position: relative; padding: 0 1rem; color: var(--muted); font-size: .74rem; font-weight: 600; }
.fv-system__meta span:first-child { padding-left: 0; }
.fv-system__meta span:not(:last-child)::after { position: absolute; top: 50%; right: 0; width: 1px; height: 12px; background: var(--line-strong); content: ""; transform: translateY(-50%); }

/* Operator split layout */
.fvA { display: grid; grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); gap: clamp(1.8rem, 4vw, 3.5rem); align-items: center; }
.fvA__portrait { position: relative; overflow: hidden; border: 1px solid var(--line-strong); border-radius: var(--radius-card); aspect-ratio: 4 / 4.6; background: var(--surface); }
.fvA__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; filter: saturate(.72) brightness(.82) contrast(1.05); }
.fvA__portrait::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(2,3,6,0) 40%, rgba(2,3,6,.92) 100%); }
.fvA__cap { position: absolute; z-index: 2; left: 1.2rem; right: 1.2rem; bottom: 1.15rem; }
.fvA__cap small { display: block; margin-bottom: .35rem; color: #cdd0d8; font-size: .62rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.fvA__cap strong { font-family: var(--font-display); font-size: 1.02rem; font-weight: 600; line-height: 1.25; }
.fvA__metrics { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 1.8rem; border-top: 1px solid var(--line); }
.fvA__metrics > div { padding: 1.15rem 1rem 0 0; border-left: 1px solid var(--line); padding-left: 1.1rem; }
.fvA__metrics > div:first-child { border-left: 0; padding-left: 0; }
.fvA__metrics strong { display: block; font-family: var(--font-display); font-size: clamp(1.7rem, 2.6vw, 2.3rem); font-weight: 600; line-height: 1; }
.fvA__metrics span { display: block; margin-top: .5rem; color: var(--muted); font-size: .7rem; line-height: 1.35; }
.fvA .fv-system { margin-top: 1.7rem; }

@media (max-width: 860px) {
  .fvA { grid-template-columns: 1fr; }
  .fvA__portrait { max-width: 340px; aspect-ratio: 4 / 4.2; }
  .fvA__metrics { grid-template-columns: 1fr 1fr; }
  .fvA__metrics > div:nth-child(3) { border-left: 0; padding-left: 0; }
  .fvA__metrics > div:nth-child(n+3) { margin-top: 1.1rem; }
}
@media (max-width: 460px) {
  .fvA__metrics { grid-template-columns: 1fr; }
  .fv-system__head { flex-wrap: wrap; }
}

/* Founder-block CTA (non-broker custom-work route, moved up from old proof section) */
.fv-cta { display: inline-flex; align-items: center; gap: .5rem; margin-top: 1.6rem; color: var(--blue-strong); font-weight: 600; font-size: .95rem; }
.fv-cta:hover { color: #a9bcff; }
