:root {
  --ink: #0b1020;
  --ink-2: #131a2b;
  --ink-3: #1b2338;
  --slate: #667085;
  --muted: #8a93a7;
  --line: #dfe3ec;
  --line-dark: rgba(255,255,255,.1);
  --cloud: #f7f8fb;
  --white: #ffffff;
  --indigo: #6b5cff;
  --violet: #7b3ff2;
  --blue: #2d7cff;
  --teal: #13c7b1;
  --green: #27c59a;
  --red: #f25f7b;
  --shadow: 0 24px 70px rgba(20, 30, 60, .12);
  --shadow-dark: 0 30px 90px rgba(0,0,0,.4);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --container: 1240px;
  --header-h: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: rgba(107,92,255,.2); }
:focus-visible { outline: 3px solid rgba(107,92,255,.48); outline-offset: 3px; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 16px; top: -60px; z-index: 9999;
  background: white; color: var(--ink); padding: 12px 16px; border-radius: 10px;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}
.section { padding: 124px 0; position: relative; }
.section-light { background: #fff; }
.section-soft { background: linear-gradient(180deg, #f8f9fc, #f4f6fb); }
.section-dark { background: #070a12; color: #fff; }
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Header */
.site-header {
  position: fixed; z-index: 1000; inset: 0 0 auto;
  height: var(--header-h);
  display: flex; align-items: center;
  background: rgba(7,10,18,.72);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: background .25s ease, border-color .25s ease;
}
.site-header.scrolled {
  background: rgba(7,10,18,.92);
  border-color: rgba(255,255,255,.08);
}
.nav-wrap { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; }
.brand img { width: 176px; height: auto; filter: brightness(0) invert(1); }
.primary-nav { display: flex; justify-content: center; gap: 30px; }
.primary-nav .mobile-nav-link, .primary-nav .mobile-nav-cta { display: none; }
.primary-nav a, .text-link {
  color: rgba(255,255,255,.72);
  font-size: 14px;
  transition: color .2s ease;
}
.primary-nav a:hover, .text-link:hover { color: #fff; }
.nav-actions { display: flex; align-items: center; gap: 22px; }
.text-button, .footer-link-button {
  appearance: none; border: 0; padding: 0; background: transparent;
}
.menu-button {
  display: none; border: 0; background: transparent; padding: 8px;
}
.menu-button span:not(.sr-only) {
  display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0;
}

/* Buttons */
.button {
  min-height: 52px; padding: 0 22px; border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  font-weight: 600; font-size: 14px;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  color: #fff;
  background: linear-gradient(135deg, #7748ff, #5134f6);
  box-shadow: 0 12px 34px rgba(97,65,255,.35);
}
.button-primary:hover { box-shadow: 0 18px 42px rgba(97,65,255,.45); }
.button-ghost {
  color: #fff; background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.15);
}
.button-ghost:hover { background: rgba(255,255,255,.08); }
.button-small { min-height: 42px; padding-inline: 17px; border-radius: 10px; }
.play {
  display: inline-grid; place-items: center; width: 22px; height: 22px;
  border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: 8px;
}

/* Hero */
.hero {
  min-height: 900px;
  padding: 170px 0 105px;
  overflow: hidden;
}
.hero-grid {
  position: absolute; inset: 0; opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, transparent, #000 25%, #000 75%, transparent);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(100px); pointer-events: none; }
.hero-glow-one { width: 520px; height: 520px; background: rgba(86,54,255,.16); right: 7%; top: 12%; }
.hero-glow-two { width: 380px; height: 380px; background: rgba(45,124,255,.10); right: 30%; bottom: 5%; }
.hero-layout {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: minmax(0, .95fr) minmax(520px, 1.05fr);
  align-items: center; gap: 64px;
}
.eyebrow, .kicker {
  display: inline-flex; align-items: center; gap: 10px;
  text-transform: uppercase; letter-spacing: .14em;
  font-weight: 700; font-size: 11px;
}
.eyebrow { color: rgba(255,255,255,.65); margin-bottom: 28px; }
.eyebrow-dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--teal);
  box-shadow: 0 0 18px rgba(19,199,177,.85);
}
.kicker { color: var(--indigo); margin-bottom: 20px; }
.hero h1, .section-heading h2, .scenario-copy h2, .final-cta h2 {
  margin: 0;
  font-family: Manrope, Inter, sans-serif;
  letter-spacing: -.055em;
  line-height: .98;
}
.hero h1 { font-size: clamp(58px, 6.4vw, 92px); max-width: 760px; }
.hero h1 span {
  color: transparent;
  background: linear-gradient(100deg, #a984ff, #6e6bff 48%, #56a5ff);
  -webkit-background-clip: text; background-clip: text;
}
.hero-lead {
  color: rgba(255,255,255,.7); line-height: 1.75;
  font-size: 18px; max-width: 620px; margin: 32px 0 0;
}
.hero-actions { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.hero-proof {
  margin-top: 54px; display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.09); max-width: 710px;
}
.hero-proof > div { padding: 24px 20px 0 0; display: grid; grid-template-columns: auto 1fr; gap: 2px 12px; }
.hero-proof > div + div { padding-left: 22px; border-left: 1px solid rgba(255,255,255,.09); }
.proof-icon {
  grid-row: span 2; display: grid; place-items: center;
  width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.2);
  border-radius: 10px; color: #9a87ff;
}
.hero-proof strong { font-size: 13px; }
.hero-proof small { font-size: 11px; color: rgba(255,255,255,.5); line-height: 1.45; }

/* Hero visual */
.hero-visual { position: relative; min-height: 600px; }
.source-stack { position: absolute; left: 0; top: 86px; display: grid; gap: 18px; z-index: 3; }
.source-card {
  width: 158px; height: 62px; padding: 0 15px;
  display: flex; align-items: center; gap: 12px;
  border: 1px solid rgba(255,255,255,.1); border-radius: 13px;
  background: linear-gradient(180deg, rgba(21,27,45,.82), rgba(11,15,27,.85));
  box-shadow: 0 12px 35px rgba(0,0,0,.25);
  color: rgba(255,255,255,.8); font-size: 12px;
  animation: sourceFloat 5s ease-in-out infinite;
}
.source-card-2 { animation-delay: -.8s; }
.source-card-3 { animation-delay: -1.6s; }
.source-card-4 { animation-delay: -2.4s; }
.source-card-5 { animation-delay: -3.2s; }
.source-glyph { color: #8b72ff; font-size: 18px; }
@keyframes sourceFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
.signal-field { position: absolute; inset: 35px 0 0 35px; width: 100%; height: 540px; z-index: 1; overflow: visible; }
.signal-lines path { stroke-dasharray: 8 10; animation: signalFlow 7s linear infinite; }
.signal-lines path:nth-child(2) { animation-delay: -.5s; }
.signal-lines path:nth-child(3) { animation-delay: -1s; }
.signal-lines path:nth-child(4) { animation-delay: -1.5s; }
.signal-lines path:nth-child(5) { animation-delay: -2s; }
.signal-lines path:nth-child(6) { animation-delay: -2.5s; }
@keyframes signalFlow { to { stroke-dashoffset: -180; } }
.signal-node { animation: nodePulse 2.5s ease-in-out infinite; }
.signal-ring { transform-origin: 498px 278px; animation: ringPulse 2.5s ease-out infinite; }
@keyframes nodePulse { 50% { r: 13px; opacity: .8; } }
@keyframes ringPulse { 0% { transform: scale(.6); opacity: .7; } 100% { transform: scale(1.8); opacity: 0; } }
.decision-layer-card {
  position: absolute; right: 0; top: 94px; width: 390px; min-height: 420px; z-index: 4;
  padding: 20px; border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(145deg, rgba(19,25,42,.97), rgba(8,11,20,.96));
  border-radius: 24px; box-shadow: var(--shadow-dark);
  transform: perspective(1100px) rotateY(-6deg) rotateX(1deg);
}
.layer-card-head { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.7); font-size: 12px; }
.layer-card-head img { width: 38px; height: 24px; }
.live-pill {
  margin-left: auto; padding: 5px 8px; border-radius: 999px;
  background: rgba(39,197,154,.08); color: #6ae0bd; font-size: 10px;
}
.live-pill span { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #44d8aa; }
.layer-question {
  margin: 28px 0 18px; padding: 16px;
  border: 1px solid rgba(138,114,255,.25); border-radius: 14px;
  color: #fff; font-size: 15px; background: rgba(107,92,255,.08);
}
.layer-answer {
  padding: 18px; border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px; background: rgba(255,255,255,.025);
}
.answer-status { display: flex; justify-content: space-between; color: #8b7aff; font-size: 11px; }
.answer-status strong { color: #fff; font-size: 14px; }
.layer-answer p { color: rgba(255,255,255,.72); line-height: 1.55; font-size: 13px; margin: 16px 0; }
.answer-bars { display: grid; gap: 8px; }
.answer-bars span { display: block; height: 6px; width: var(--w); border-radius: 999px; background: linear-gradient(90deg, #744fff, #2d7cff); }
.layer-footer {
  display: flex; justify-content: space-between; margin-top: 18px;
  color: rgba(255,255,255,.4); font-size: 10px;
}

/* Trust strip */
.trust-strip {
  border-bottom: 1px solid var(--line); background: #fff;
  padding: 30px 0 34px; text-align: center;
}
.trust-strip p {
  margin: 0 0 22px; color: #8a93a7; text-transform: uppercase;
  letter-spacing: .14em; font-size: 10px; font-weight: 700;
}
.integration-marquee {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 26px 44px;
  color: #8f98aa; font-weight: 700;
}

/* Section heading */
.section-heading {
  display: grid; grid-template-columns: 1fr .75fr; gap: 100px; align-items: end;
  margin-bottom: 64px;
}
.section-heading.narrow { grid-template-columns: 1.05fr .75fr; }
.section-heading h2, .scenario-copy h2 { font-size: clamp(44px, 5vw, 70px); }
.section-heading h2 { color: var(--ink); }
.section-heading p, .scenario-copy p {
  color: var(--slate); line-height: 1.75; font-size: 17px; margin: 0;
}
.section-heading.inverse h2 { color: #fff; }
.section-heading.inverse p { color: rgba(255,255,255,.6); }

/* Ask shell */
.ask-shell {
  display: grid; grid-template-columns: 180px minmax(0, 1fr) 245px;
  min-height: 610px; border: 1px solid #e0e4ee; border-radius: var(--radius-xl);
  background: #fff; box-shadow: var(--shadow); overflow: hidden;
}
.ask-sidebar {
  padding: 28px 16px; background: #f6f7fb; border-right: 1px solid #e6e9f1;
  display: flex; flex-direction: column; gap: 8px;
}
.ask-sidebar a {
  padding: 11px 12px; border-radius: 10px; color: #667085;
  display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 600;
}
.ask-sidebar a.active { color: #5539ed; background: #ece9ff; }
.ask-main { padding: 28px 30px 34px; min-width: 0; }
.ask-topbar {
  display: flex; justify-content: space-between; gap: 20px; align-items: center;
  color: #202943; font-size: 13px; font-weight: 600;
}
.ask-topbar div { color: #8a93a7; font-size: 11px; font-weight: 500; }
.status-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--green); margin-right: 6px; }
.prompt-chips { display: flex; flex-wrap: wrap; gap: 9px; margin: 26px 0 22px; }
.prompt-chip {
  border: 1px solid #e1e5ef; border-radius: 999px; background: #fff; color: #647089;
  padding: 9px 12px; font-size: 11px; transition: all .2s ease;
}
.prompt-chip:hover, .prompt-chip.active { background: #eeebff; border-color: #d1c9ff; color: #563fff; }
.answer-panel { border: 1px solid #e6e8f0; border-radius: 20px; padding: 22px; background: #fcfcfe; }
.answer-thinking { display: flex; align-items: center; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid #eceef4; }
.answer-thinking img { width: 42px; height: 26px; }
.answer-thinking span { font-size: 12px; font-weight: 600; color: #242d45; }
.answer-thinking small { display: block; margin-top: 4px; color: #939bad; font-size: 10px; }
.answer-panel h3 { margin: 22px 0 16px; font-size: 22px; letter-spacing: -.025em; }
.answer-panel ol { margin: 0; padding: 0; list-style: none; counter-reset: risk; }
.answer-panel li {
  position: relative; padding: 14px 76px 14px 34px; border-top: 1px solid #eceef4;
  counter-increment: risk;
}
.answer-panel li::before {
  content: counter(risk); position: absolute; left: 0; top: 14px;
  width: 22px; height: 22px; display: grid; place-items: center;
  border-radius: 7px; background: #ece9ff; color: #563fff; font-size: 10px; font-weight: 700;
}
.answer-panel li strong { display: block; font-size: 12px; margin-bottom: 5px; }
.answer-panel li span { display: block; color: #7a8498; font-size: 11px; line-height: 1.55; }
.answer-panel li b { position: absolute; right: 0; top: 15px; color: #6d7690; font-size: 10px; }
.recommendation-box {
  margin-top: 20px; padding: 17px; border-radius: 14px;
  background: linear-gradient(135deg, #f3f0ff, #edf5ff);
}
.recommendation-label { color: #5e49ed; text-transform: uppercase; font-weight: 700; letter-spacing: .1em; font-size: 9px; }
.recommendation-box p { margin: 8px 0 14px; color: #38425a; font-size: 12px; line-height: 1.55; }
.mini-button, .plain-button {
  border: 0; background: transparent; color: #563fff; padding: 0; font-size: 11px; font-weight: 700;
}
.ask-evidence { padding: 28px 20px; background: #fafbfe; border-left: 1px solid #e6e9f1; }
.evidence-card { padding: 18px; border: 1px solid #e6e9f1; border-radius: 16px; background: #fff; }
.evidence-card + .evidence-card { margin-top: 14px; }
.evidence-card > span { color: #858ea2; text-transform: uppercase; font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.evidence-card > strong { display: block; margin: 10px 0; font-size: 34px; letter-spacing: -.04em; }
.evidence-card small { color: #28a77f; font-size: 10px; }
.meter { height: 7px; border-radius: 999px; background: #eceef4; overflow: hidden; margin-bottom: 9px; }
.meter i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #784cff, #18c7b2); transition: width .4s ease; }
.evidence-card ul { margin: 14px 0 18px; padding: 0; list-style: none; display: grid; gap: 12px; }
.evidence-card li { display: flex; align-items: center; gap: 8px; color: #667085; font-size: 11px; }
.evidence-icon { width: 8px; height: 8px; border-radius: 3px; }
.evidence-icon.blue { background: var(--blue); }
.evidence-icon.violet { background: var(--violet); }
.evidence-icon.teal { background: var(--teal); }
.evidence-icon.slate { background: #718096; }

/* Value cards */
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-card {
  min-height: 470px; padding: 34px; border-radius: 24px;
  background: #fff; border: 1px solid #e5e8f0; position: relative; overflow: hidden;
}
.value-card::after {
  content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%;
  right: -100px; top: -120px; background: radial-gradient(circle, rgba(110,76,255,.13), transparent 70%);
}
.card-number { color: #9aa2b4; font-size: 11px; }
.value-symbol { height: 130px; margin: 46px 0 26px; position: relative; }
.connect-symbol::before, .connect-symbol::after,
.reason-symbol::before, .reason-symbol::after,
.decide-symbol::before, .decide-symbol::after {
  content: ""; position: absolute;
}
.connect-symbol::before {
  inset: 14px 18px; border: 1px solid #c9c2ff; border-radius: 24px;
  background-image: radial-gradient(#7b68ff 1.5px, transparent 1.5px);
  background-size: 24px 24px;
}
.connect-symbol::after {
  width: 64px; height: 64px; border-radius: 50%; left: 50%; top: 50%;
  transform: translate(-50%, -50%); background: radial-gradient(circle, #7b68ff 0 9%, #eeeaff 10% 36%, transparent 37%);
}
.reason-symbol::before {
  left: 10px; right: 10px; top: 20px; bottom: 20px;
  background: repeating-linear-gradient(165deg, transparent 0 13px, rgba(107,92,255,.25) 14px 15px);
  clip-path: polygon(0 0, 100% 40%, 100% 60%, 0 100%);
}
.reason-symbol::after {
  width: 14px; height: 14px; border-radius: 50%; right: 12px; top: 58px; background: var(--indigo);
  box-shadow: 0 0 24px rgba(107,92,255,.75);
}
.decide-symbol::before {
  width: 92px; height: 92px; border-radius: 28px; border: 1px solid #cdc7ff;
  left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(45deg);
}
.decide-symbol::after {
  content: "✓"; width: 46px; height: 46px; display: grid; place-items: center;
  left: 50%; top: 50%; transform: translate(-50%, -50%);
  border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--violet), var(--blue));
  font-size: 22px;
}
.value-card h3 { margin: 0 0 14px; font-size: 22px; letter-spacing: -.025em; }
.value-card p { color: var(--slate); line-height: 1.65; font-size: 14px; }
.value-card ul { margin: 26px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.value-card li { color: #424d64; font-size: 12px; }
.value-card li::before { content: "·"; color: var(--indigo); margin-right: 8px; font-weight: 800; }

/* Agents */
.agents-section { overflow: hidden; }
.agents-section::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 80% 30%, rgba(91,52,255,.14), transparent 35%),
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: auto, 64px 64px, 64px 64px;
}
.agents-section .container { position: relative; z-index: 1; }
.agent-tabs { display: flex; gap: 10px; margin-bottom: 20px; flex-wrap: wrap; }
.agent-tab {
  border: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.55);
  background: rgba(255,255,255,.03); padding: 11px 17px; border-radius: 999px;
  font-size: 12px; font-weight: 600;
}
.agent-tab.active { color: #fff; border-color: rgba(132,105,255,.7); background: rgba(107,92,255,.14); }
.agent-stage {
  display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center;
  padding: 64px; border: 1px solid rgba(255,255,255,.1); border-radius: 30px;
  background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015));
}
.agent-label { color: #8f7cff; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 700; }
.agent-copy h3 { font-size: 42px; letter-spacing: -.04em; margin: 18px 0; }
.agent-copy p { color: rgba(255,255,255,.6); line-height: 1.7; font-size: 15px; }
.agent-questions { display: grid; gap: 10px; margin-top: 32px; }
.agent-questions button {
  text-align: left; padding: 14px 16px; border-radius: 12px;
  color: rgba(255,255,255,.74); background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
}
.agent-questions button:hover { border-color: rgba(130,103,255,.45); color: #fff; }
.agent-ui {
  border-radius: 22px; padding: 22px; background: #f8f9fd; color: var(--ink);
  box-shadow: 0 35px 100px rgba(0,0,0,.35);
}
.agent-ui-top { display: flex; justify-content: space-between; align-items: center; font-size: 12px; font-weight: 700; }
.agent-ui-top small { font-weight: 500; color: #929bad; }
.agent-kpi-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 18px 0; }
.agent-kpi-row div { padding: 16px; border: 1px solid #e1e5ef; background: #fff; border-radius: 14px; }
.agent-kpi-row span, .scenario-result > span { color: #7e8799; font-size: 10px; }
.agent-kpi-row strong { display: block; margin: 8px 0 3px; font-size: 24px; }
.agent-kpi-row small { color: #24a77f; font-size: 9px; }
.agent-chart { padding: 18px; border: 1px solid #e1e5ef; background: #fff; border-radius: 14px; }
.chart-labels { display: flex; justify-content: space-between; font-size: 10px; color: #8b94a6; }
.agent-chart svg { width: 100%; height: 180px; margin-top: 10px; }
.agent-insight {
  display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center;
  margin-top: 12px; padding: 14px; border-radius: 12px; background: #eeeaff;
}
.insight-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--indigo); box-shadow: 0 0 16px rgba(107,92,255,.6); }
.agent-insight p { margin: 0; color: #4d5770; font-size: 10px; }
.agent-insight button { border: 0; color: #563fff; background: transparent; font-size: 10px; font-weight: 700; }

/* Scenario */
.scenario-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: center; }
.scenario-copy p { margin-top: 24px; }
.feature-list { list-style: none; padding: 0; margin: 34px 0 0; display: grid; gap: 14px; color: #535e73; font-size: 13px; }
.feature-list span { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 10px; border-radius: 50%; background: #ece9ff; color: #5c46ef; font-size: 10px; }
.scenario-card { border: 1px solid #e2e5ed; border-radius: 28px; background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.scenario-head { display: flex; justify-content: space-between; align-items: center; padding: 24px 26px; border-bottom: 1px solid #eceef3; }
.scenario-head span { color: #7c8598; font-size: 11px; }
.scenario-head strong { display: block; margin-top: 5px; }
.scenario-status { padding: 7px 10px; border-radius: 999px; background: #ecfbf6; color: #23a67d !important; }
.scenario-grid { display: grid; grid-template-columns: 1.2fr .8fr; }
.scenario-controls { padding: 30px; border-right: 1px solid #eceef3; display: grid; gap: 26px; }
.scenario-controls label { color: #4c566d; font-size: 12px; }
.scenario-controls output { float: right; color: #1a2238; font-weight: 700; }
.scenario-controls input[type="range"] {
  width: 100%; margin-top: 15px; accent-color: var(--indigo);
}
.scenario-result { padding: 34px; display: flex; flex-direction: column; justify-content: center; }
.scenario-result strong { margin: 12px 0 8px; font-size: 46px; letter-spacing: -.05em; }
.scenario-delta { font-size: 11px; }
.scenario-delta.positive { color: #22a77f; }
.scenario-delta.negative { color: var(--red); }
.scenario-confidence { margin-top: 32px; padding-top: 20px; border-top: 1px solid #eceef3; display: flex; justify-content: space-between; color: #7c8598; font-size: 11px; }
.scenario-confidence b { color: var(--ink); }
.scenario-impact { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #eceef3; background: #fafbfe; }
.scenario-impact div { padding: 20px 24px; }
.scenario-impact div + div { border-left: 1px solid #eceef3; }
.scenario-impact span { color: #8a93a7; font-size: 10px; }
.scenario-impact strong { display: block; margin-top: 5px; font-size: 14px; }

/* Security */
.security-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #e2e5ed; border-radius: 24px; overflow: hidden; background: #fff; }
.security-feature { padding: 30px 26px; min-height: 310px; }
.security-feature + .security-feature { border-left: 1px solid #e2e5ed; }
.security-icon {
  width: 48px; height: 48px; display: grid; place-items: center;
  border-radius: 14px; color: #634bf6; background: #efecff; font-size: 20px;
}
.security-feature h3 { margin: 46px 0 13px; font-size: 17px; }
.security-feature p { margin: 0; color: var(--slate); font-size: 12px; line-height: 1.65; }
.security-banner {
  margin-top: 18px; padding: 30px 34px; border-radius: 24px;
  background: var(--ink); color: #fff; display: grid; grid-template-columns: auto 1fr; gap: 50px; align-items: center;
}
.security-banner .kicker { margin-bottom: 10px; color: #9e8bff; }
.security-banner h3 { margin: 0; font-size: 24px; }
.control-pills { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 8px; }
.control-pills span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: rgba(255,255,255,.66); font-size: 10px; }

/* Implementation */
.implementation-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { padding: 34px; border-top: 1px solid #dfe3ec; }
.step-card > span { color: #6049ee; font-size: 11px; font-weight: 700; }
.step-card h3 { margin: 70px 0 14px; font-size: 24px; letter-spacing: -.025em; }
.step-card p { color: var(--slate); font-size: 13px; line-height: 1.7; }

/* Final CTA */
.final-cta { padding: 130px 0; overflow: hidden; position: relative; }
.final-glow {
  position: absolute; width: 850px; height: 500px; left: 50%; top: 50%;
  transform: translate(-50%, -50%); background: radial-gradient(ellipse, rgba(93,54,255,.24), transparent 68%);
}
.final-cta-inner { position: relative; z-index: 1; text-align: center; }
.final-cta-inner > img { width: 110px; margin: 0 auto 24px; }
.final-cta h2 { font-size: clamp(52px, 6vw, 86px); }
.final-cta p { max-width: 650px; margin: 26px auto 0; color: rgba(255,255,255,.63); line-height: 1.7; }
.final-cta .hero-actions { justify-content: center; }

/* Footer */
.site-footer { background: #05070d; color: #fff; border-top: 1px solid rgba(255,255,255,.07); padding: 60px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 60px; }
.footer-brand img { width: 170px; filter: brightness(0) invert(1); }
.footer-brand p { color: rgba(255,255,255,.45); max-width: 280px; line-height: 1.6; font-size: 12px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 12px; }
.footer-grid strong { font-size: 12px; }
.footer-grid a { color: rgba(255,255,255,.48); font-size: 11px; }
.footer-link-button { color: rgba(255,255,255,.48); font-size: 11px; text-align: left; }
.footer-grid a:hover, .footer-link-button:hover { color: #fff; }
.footer-bottom {
  display: flex; justify-content: space-between; margin-top: 50px; padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.07); color: rgba(255,255,255,.35); font-size: 10px;
}

/* Contact modal */
body.modal-open { overflow: hidden; }
.contact-modal {
  position: fixed; inset: 0; z-index: 4000; display: grid; place-items: center;
  padding: 24px; visibility: hidden; pointer-events: none;
}
.contact-modal[aria-hidden="false"], .contact-modal.is-closing { visibility: visible; }
.contact-modal[aria-hidden="false"] { pointer-events: auto; }
.contact-modal.is-closing { pointer-events: none; }
.contact-backdrop {
  position: absolute; inset: 0; background: rgba(3,5,11,.76); opacity: 0;
  backdrop-filter: blur(12px); transition: opacity .32s ease;
}
.contact-dialog {
  position: relative; z-index: 1; width: min(980px, 100%); max-height: min(780px, calc(100vh - 48px));
  display: grid; grid-template-columns: .82fr 1.18fr; overflow: hidden;
  background: #fff; border: 1px solid rgba(255,255,255,.16); border-radius: 28px;
  box-shadow: 0 40px 120px rgba(0,0,0,.42); opacity: 0;
  transform: translateY(24px) scale(.975); transition: opacity .32s ease, transform .38s cubic-bezier(.2,.8,.2,1);
}
.contact-modal[aria-hidden="false"] .contact-backdrop { opacity: 1; }
.contact-modal[aria-hidden="false"] .contact-dialog { opacity: 1; transform: translateY(0) scale(1); }
.contact-close {
  position: absolute; right: 18px; top: 18px; z-index: 5; width: 38px; height: 38px;
  border: 1px solid #e3e6ee; border-radius: 50%; background: rgba(255,255,255,.92);
  transition: transform .2s ease, background .2s ease;
}
.contact-close:hover { transform: rotate(6deg); background: #f5f6fa; }
.contact-close span { position: absolute; width: 15px; height: 1.5px; left: 11px; top: 17px; background: #252d40; }
.contact-close span:first-child { transform: rotate(45deg); }
.contact-close span:last-child { transform: rotate(-45deg); }
.contact-intro {
  position: relative; overflow: hidden; min-height: 670px; padding: 42px 42px 36px;
  display: flex; flex-direction: column; justify-content: space-between;
  color: #fff; background:
    radial-gradient(circle at 86% 58%, rgba(108,75,255,.22), transparent 32%),
    linear-gradient(145deg, #101629, #070a12 70%);
}
.contact-intro::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .28;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 48px 48px;
}
.contact-logo { position: relative; z-index: 1; width: 154px; filter: brightness(0) invert(1); margin-bottom: 70px; }
.contact-intro > div { position: relative; z-index: 2; }
.contact-kicker {
  display: inline-block; margin-bottom: 18px; color: #9d8cff; font-size: 10px;
  font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
}
.contact-intro h2, .contact-success h2 {
  margin: 0; font-family: Manrope, Inter, sans-serif; letter-spacing: -.055em; line-height: 1;
}
.contact-intro h2 { font-size: 54px; }
.contact-intro > div > p { color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.7; margin: 22px 0 0; }
.contact-expectations { display: grid; gap: 12px; margin-top: 56px; }
.contact-expectations p {
  display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: start;
  margin: 0; color: rgba(255,255,255,.52); font-size: 11px; line-height: 1.5;
}
.contact-expectations span { color: #8d78ff; font-size: 9px; font-weight: 700; padding-top: 2px; }
.contact-lines { position: absolute; width: 370px; right: -100px; bottom: 108px; z-index: 1; opacity: .22; }
.contact-lines path { fill: none; stroke: url(#none); stroke: #8f79ff; stroke-width: 1; stroke-dasharray: 5 6; }
.contact-panel { min-width: 0; padding: 48px 50px 40px; overflow-y: auto; background: #fff; }
.contact-form-head { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-bottom: 30px; padding-right: 42px; }
.contact-form-head span { color: #2e364a; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-form-head p { margin: 0; color: #929aac; font-size: 10px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.field { position: relative; margin-bottom: 18px; }
.field label { display: flex; justify-content: space-between; margin: 0 0 8px; color: #333c51; font-size: 11px; font-weight: 600; }
.field label > span:not(.field-optional) { color: #6b5cff; }
.field-optional { color: #9aa2b2; font-size: 9px; font-weight: 500; }
.field input, .field textarea {
  width: 100%; border: 1px solid #dfe3ec; border-radius: 11px; color: var(--ink);
  background: #fbfcfe; outline: 0; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.field input { height: 46px; padding: 0 13px; }
.field textarea { min-height: 102px; padding: 12px 13px 24px; resize: vertical; line-height: 1.5; }
.field textarea::placeholder { color: #a9b0bf; }
.field input:hover, .field textarea:hover { border-color: #c8cedb; }
.field input:focus, .field textarea:focus { border-color: #7460ff; box-shadow: 0 0 0 3px rgba(107,92,255,.11); background: #fff; }
.field.invalid input, .field.invalid textarea { border-color: #df5571; box-shadow: 0 0 0 3px rgba(223,85,113,.08); }
.field-error { display: block; min-height: 14px; margin-top: 5px; color: #d54363; font-size: 9px; line-height: 1.4; }
.field-help { position: absolute; right: 11px; bottom: 25px; color: #9ba3b2; font-size: 9px; pointer-events: none; }
.contact-honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.form-error-banner {
  margin: -4px 0 16px; padding: 11px 13px; border: 1px solid rgba(213,67,99,.22);
  border-radius: 10px; color: #af2f4a; background: #fff3f6; font-size: 11px; line-height: 1.5;
}
.contact-submit {
  width: 100%; color: #fff; background: linear-gradient(135deg, #734dff, #5034ed);
  box-shadow: 0 12px 30px rgba(92,63,244,.24);
}
.contact-submit:disabled { cursor: wait; opacity: .72; transform: none; }
.submit-spinner { display: none; width: 16px; height: 16px; border: 2px solid rgba(255,255,255,.3); border-top-color: #fff; border-radius: 50%; animation: submitSpin .7s linear infinite; }
.contact-submit.loading .submit-arrow { display: none; }
.contact-submit.loading .submit-spinner { display: block; }
@keyframes submitSpin { to { transform: rotate(360deg); } }
.contact-privacy { margin: 12px auto 0; max-width: 430px; color: #929aab; font-size: 9px; line-height: 1.55; text-align: center; }
.contact-success { min-height: 580px; padding: 58px 8px 30px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.contact-success[hidden] { display: none; }
.success-icon { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 36px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, #6d55ff, #2d7cff); box-shadow: 0 18px 45px rgba(94,72,255,.25); }
.success-icon svg { width: 31px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.contact-success h2 { color: var(--ink); font-size: 54px; }
.contact-success > p { max-width: 390px; margin: 22px 0 32px; color: var(--slate); line-height: 1.65; font-size: 14px; }
.success-button { color: #fff; background: var(--ink); }
.noscript-note { position: fixed; inset: auto 12px 12px; z-index: 5000; padding: 12px; border-radius: 8px; background: #fff4d8; color: #574313; text-align: center; font-size: 12px; }

/* Calendly inherits the Verestra accent while remaining Calendly-hosted. */
.calendly-overlay .calendly-popup-close { filter: brightness(0) invert(1); }

/* Responsive */
@media (max-width: 1080px) {
  .primary-nav { display: none; }
  .nav-wrap { grid-template-columns: auto 1fr auto; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero { padding-top: 150px; }
  .hero-visual { max-width: 760px; width: 100%; margin: 0 auto; }
  .section-heading, .section-heading.narrow { grid-template-columns: 1fr; gap: 28px; }
  .ask-shell { grid-template-columns: 150px 1fr; }
  .ask-evidence { display: none; }
  .agent-stage { grid-template-columns: 1fr; gap: 44px; }
  .scenario-layout { grid-template-columns: 1fr; }
  .security-grid { grid-template-columns: repeat(2, 1fr); }
  .security-feature:nth-child(3) { border-left: 0; border-top: 1px solid #e2e5ed; }
  .security-feature:nth-child(4) { border-top: 1px solid #e2e5ed; }
}
@media (max-width: 760px) {
  :root { --header-h: 68px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 86px 0; }
  .site-header { height: var(--header-h); }
  .brand img { width: 148px; }
  .nav-actions .text-link { display: none; }
  .nav-actions .button { display: none; }
  .menu-button { display: block; margin-left: auto; }
  .primary-nav.open {
    display: flex; position: fixed; top: var(--header-h); left: 0; right: 0;
    flex-direction: column; padding: 24px; background: #080b13; border-top: 1px solid rgba(255,255,255,.08);
  }
  .primary-nav.open .mobile-nav-link {
    display: block; padding: 0; border: 0; color: rgba(255,255,255,.72); background: transparent;
    text-align: left; font-size: 14px;
  }
  .primary-nav.open .mobile-nav-cta { display: inline-flex; width: fit-content; margin-top: 4px; }
  .hero { min-height: auto; padding: 125px 0 80px; }
  .hero h1 { font-size: clamp(46px, 14vw, 68px); }
  .hero-lead { font-size: 16px; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof > div + div { border-left: 0; padding-left: 0; }
  .hero-visual { min-height: 560px; transform: scale(.86); transform-origin: top left; width: 116%; }
  .source-card { width: 138px; }
  .decision-layer-card { width: 345px; }
  .section-heading h2, .scenario-copy h2 { font-size: 44px; }
  .value-grid, .implementation-steps { grid-template-columns: 1fr; }
  .ask-shell { grid-template-columns: 1fr; min-height: 0; }
  .ask-sidebar { display: none; }
  .ask-main { padding: 22px 18px; }
  .answer-panel li { padding-right: 0; }
  .answer-panel li b { position: static; display: block; margin-top: 7px; }
  .agent-stage { padding: 28px 20px; }
  .agent-copy h3 { font-size: 34px; }
  .agent-kpi-row { grid-template-columns: 1fr; }
  .scenario-grid { grid-template-columns: 1fr; }
  .scenario-controls { border-right: 0; border-bottom: 1px solid #eceef3; }
  .scenario-impact { grid-template-columns: 1fr; }
  .scenario-impact div + div { border-left: 0; border-top: 1px solid #eceef3; }
  .security-grid { grid-template-columns: 1fr; }
  .security-feature + .security-feature { border-left: 0; border-top: 1px solid #e2e5ed; }
  .security-banner { grid-template-columns: 1fr; }
  .control-pills { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .contact-modal { padding: 0; place-items: end center; }
  .contact-dialog {
    width: 100%; max-height: 94vh; grid-template-columns: 1fr; border-radius: 24px 24px 0 0;
    transform: translateY(32px); overflow-y: auto;
  }
  .contact-intro { min-height: auto; padding: 28px 24px 30px; }
  .contact-logo { width: 132px; margin-bottom: 52px; }
  .contact-intro h2 { font-size: 42px; }
  .contact-intro > div > p { max-width: 450px; margin-top: 16px; }
  .contact-expectations, .contact-lines { display: none; }
  .contact-panel { overflow: visible; padding: 32px 22px 30px; }
  .contact-form-head { padding-right: 38px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .field { margin-bottom: 13px; }
  .contact-success { min-height: 440px; padding: 30px 4px; }
  .contact-success h2 { font-size: 44px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
