:root {
  --black: #02050a;
  --ink: #071527;
  --ink-2: #10243d;
  --blue: #2866a6;
  --electric: #1d8fff;
  --blue-2: #6ea8ff;
  --gold: #d6a94a;
  --clay: #bd6548;
  --red: #d94848;
  --mint: #55d18c;
  --cream: #f4efe5;
  --paper: #fbfaf7;
  --line: rgba(7, 21, 39, 0.13);
  --muted: #66717e;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(7, 21, 39, 0.14);
  --scroll-progress: 0%;
  --hero-drift: 0px;
  --hero-scale: 1;
  --pointer-x: 50%;
  --pointer-y: 50%;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(7, 21, 39, 0.04), transparent 520px),
    var(--paper);
  font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
  overflow-x: hidden;
  transition: background-color 500ms ease, color 500ms ease;
}

body[data-scene="qualify"] {
  --paper: #f4efe5;
  --blue: #bd6548;
  --blue-2: #ffb08e;
}

body[data-scene="route"] {
  --paper: #eef4f7;
  --blue: #2866a6;
  --blue-2: #7fb8ff;
}

body[data-scene="handoff"] {
  --paper: #f7f3ea;
  --blue: #8f6a18;
  --blue-2: #f1c85b;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 10;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

a {
  color: inherit;
  text-decoration: none;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: var(--scroll-progress);
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--gold));
  transform-origin: left center;
  transition: background 260ms ease;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: min(1180px, calc(100% - 32px));
  margin: 14px auto 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
  min-height: 68px;
  padding: 10px 12px 10px 16px;
  border: 1px solid rgba(7, 21, 39, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 35px rgba(7, 21, 39, 0.08), inset 0 -3px 0 rgba(7, 21, 39, 0.06);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand-mark {
  width: 36px;
  height: 36px;
  color: var(--ink);
  display: grid;
  place-items: center;
}

.brand-mark svg {
  width: 100%;
  height: 100%;
}

.nav-links {
  justify-self: center;
  display: flex;
  gap: 20px;
  color: rgba(7, 21, 39, 0.72);
  font-size: 14px;
  font-weight: 700;
}

.nav-links a,
.site-footer a {
  transition: color 180ms ease;
}

.nav-links a:hover,
.site-footer a:hover {
  color: var(--blue);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.nav-cta,
.button.primary {
  background: var(--black);
  color: var(--white);
  box-shadow: 0 10px 28px rgba(7, 21, 39, 0.18);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  border-color: rgba(7, 21, 39, 0.28);
  box-shadow: inset 0 -2px 0 rgba(7, 21, 39, 0.08);
}

.button.compact {
  min-height: 40px;
  padding: 0 15px;
}

.nav-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.hero {
  position: relative;
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.78fr);
  gap: 46px;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 82px 0 74px;
  isolation: isolate;
}

.hero-field {
  position: absolute;
  inset: 10px -12vw 20px;
  z-index: 0;
  overflow: hidden;
  border-radius: 8px;
  pointer-events: none;
  opacity: 0.92;
  mask-image: linear-gradient(90deg, black 0%, black 74%, transparent 100%);
}

.hero-field::before {
  content: "";
  position: absolute;
  inset: -25%;
  background:
    conic-gradient(from 140deg at var(--pointer-x) var(--pointer-y), rgba(29, 143, 255, 0.5), rgba(214, 169, 74, 0.36), rgba(217, 72, 72, 0.28), rgba(85, 209, 140, 0.22), rgba(29, 143, 255, 0.5)),
    linear-gradient(135deg, rgba(7, 21, 39, 0.18), transparent 42%, rgba(40, 102, 166, 0.2));
  filter: blur(26px);
  transform: translate3d(0, calc(var(--hero-drift) * -0.7), 0) rotate(0deg);
  animation: fieldTurn 18s linear infinite;
}

.hero-field::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(7, 21, 39, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(7, 21, 39, 0.06) 1px, transparent 1px);
  background-size: 86px 86px;
  transform: translate3d(0, calc(var(--hero-drift) * 0.65), 0);
  opacity: 0.52;
}

.hero-field span {
  position: absolute;
  width: 42vw;
  height: 32vh;
  border: 1px solid rgba(7, 21, 39, 0.12);
  transform: skewX(-18deg) rotate(-7deg);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.32), rgba(7, 21, 39, 0.12));
  backdrop-filter: blur(14px);
}

.hero-field span:nth-child(1) {
  right: 8%;
  top: 14%;
  animation: floatPanel 9s ease-in-out infinite alternate;
}

.hero-field span:nth-child(2) {
  right: 26%;
  bottom: 14%;
  width: 28vw;
  height: 18vh;
  animation: floatPanel 11s ease-in-out 700ms infinite alternate;
  background: linear-gradient(135deg, rgba(217, 72, 72, 0.26), rgba(255, 255, 255, 0.22));
}

.hero-field span:nth-child(3) {
  right: -4%;
  bottom: 28%;
  width: 24vw;
  height: 46vh;
  animation: floatPanel 12s ease-in-out 1200ms infinite alternate;
  background: linear-gradient(135deg, rgba(7, 21, 39, 0.42), rgba(29, 143, 255, 0.16));
}

@keyframes fieldTurn {
  from { transform: translate3d(0, calc(var(--hero-drift) * -0.7), 0) rotate(0deg); }
  to { transform: translate3d(0, calc(var(--hero-drift) * -0.7), 0) rotate(360deg); }
}

@keyframes floatPanel {
  from { transform: translate3d(0, 0, 0) skewX(-18deg) rotate(-7deg); opacity: 0.42; }
  to { transform: translate3d(-22px, 18px, 0) skewX(-18deg) rotate(-7deg); opacity: 0.78; }
}

.hero-grid {
  position: absolute;
  inset: 38px -80px 44px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  pointer-events: none;
  opacity: 0.65;
  mask-image: linear-gradient(90deg, black, black 70%, transparent);
  transform: translate3d(0, var(--hero-drift), 0);
  transition: transform 120ms linear;
}

.hero-grid span {
  border: 1px solid rgba(7, 21, 39, 0.08);
  border-radius: 8px;
}

.hero-copy,
.call-stage,
.section,
.page-hero {
  position: relative;
  z-index: 1;
}

.hero-copy h1 {
  transform: scale(var(--hero-scale));
  transform-origin: left center;
  transition: transform 120ms linear;
}

.hero-meta,
.scroll-cue {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  color: rgba(7, 21, 39, 0.72);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-meta {
  top: 34px;
  right: 0;
  gap: 10px;
}

.hero-meta span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(7, 21, 39, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(14px);
}

.hero-meta span:first-child {
  color: white;
  background: var(--black);
  border-color: var(--black);
}

.scroll-cue {
  left: 0;
  bottom: 20px;
  gap: 12px;
}

.scroll-cue i {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(7, 21, 39, 0.18);
  border-radius: 50%;
  position: relative;
  background: rgba(255, 255, 255, 0.42);
}

.scroll-cue i::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 9px;
  width: 1px;
  height: 16px;
  background: var(--ink);
  transform: translateX(-50%);
  animation: scrollNeedle 1200ms ease-in-out infinite;
}

@keyframes scrollNeedle {
  0%, 100% { transform: translate(-50%, 0); opacity: 0.35; }
  50% { transform: translate(-50%, 7px); opacity: 1; }
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  max-width: 820px;
  font-size: clamp(58px, 9vw, 138px);
  line-height: 0.85;
  letter-spacing: -0.065em;
  font-weight: 800;
}

.hero-sub {
  max-width: 650px;
  margin-top: 28px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.42;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.call-stage {
  display: grid;
  gap: 16px;
}

.call-device {
  overflow: hidden;
  min-height: 520px;
  padding: 18px;
  border: 1px solid rgba(7, 21, 39, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 12%, rgba(29, 143, 255, 0.38), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(217, 72, 72, 0.24), transparent 30%),
    linear-gradient(155deg, var(--black) 0%, #08111d 34%, #0e2b4d 74%, #143a61 100%);
  box-shadow: var(--shadow), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
  transform: perspective(1000px) rotateX(calc(var(--hero-drift) * -0.02)) rotateY(calc(var(--hero-drift) * 0.012));
  transition: transform 220ms ease;
}

.call-top {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #c7d7ea;
  font-size: 13px;
  font-weight: 800;
}

.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #55d18c;
  box-shadow: 0 0 0 6px rgba(85, 209, 140, 0.13);
}

.call-screen {
  margin-top: 92px;
  color: var(--white);
}

.call-screen .caller {
  color: var(--blue-2);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.call-screen h2 {
  max-width: 390px;
  margin-top: 16px;
  font-family: "Newsreader", serif;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  font-weight: 650;
}

.call-lines {
  display: grid;
  gap: 10px;
  margin-top: 42px;
}

.call-lines span {
  width: var(--w);
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.summary-pill {
  display: inline-flex;
  margin-top: 36px;
  min-height: 38px;
  align-items: center;
  padding: 0 13px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), #ffd36a);
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.metric-strip div {
  min-height: 104px;
  padding: 15px;
  border: 1px solid rgba(7, 21, 39, 0.16);
  border-radius: 8px;
  background: white;
  box-shadow: inset 0 -4px 0 rgba(7, 21, 39, 0.08);
}

.metric-strip div:nth-child(1) {
  color: white;
  background: var(--black);
}

.metric-strip div:nth-child(1) span {
  color: #b8c8dc;
}

.metric-strip div:nth-child(2) {
  background: #eaf3ff;
  box-shadow: inset 0 -4px 0 rgba(40, 102, 166, 0.2);
}

.metric-strip div:nth-child(3) {
  background: #fff0d4;
  box-shadow: inset 0 -4px 0 rgba(214, 169, 74, 0.28);
}

.metric-strip strong,
.metric-strip span {
  display: block;
}

.metric-strip strong {
  font-size: 24px;
  letter-spacing: -0.04em;
}

.metric-strip span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
}

.metric-strip div:nth-child(1) span {
  color: #b8c8dc;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 96px 0;
}

.band {
  width: 100%;
  padding: 110px max(16px, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(135deg, var(--black) 0%, #071527 44%, #0f2f52 78%, #6f2f35 100%);
  color: white;
  position: relative;
  overflow: hidden;
}

.band::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 10px;
  background: linear-gradient(90deg, var(--electric), var(--gold), var(--red));
}

.section-kicker {
  color: var(--blue-2);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.large-statement {
  max-width: 1020px;
  font-size: clamp(42px, 6.2vw, 94px);
  line-height: 0.93;
  letter-spacing: -0.06em;
  font-weight: 800;
}

.scroll-system {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 112px 0 80px;
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
  gap: 56px;
}

.scroll-rail {
  position: absolute;
  inset: 50px -40px 20px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  pointer-events: none;
  opacity: 0.42;
  mask-image: linear-gradient(180deg, transparent, black 16%, black 82%, transparent);
}

.scroll-rail span {
  border-left: 1px solid rgba(7, 21, 39, 0.08);
  border-right: 1px solid rgba(7, 21, 39, 0.04);
}

.scroll-sticky {
  position: sticky;
  top: 108px;
  height: calc(100vh - 134px);
  min-height: 560px;
  display: grid;
  align-items: center;
}

.system-visual {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: white;
  background:
    radial-gradient(circle at 28% 22%, rgba(110, 168, 255, 0.28), transparent 28%),
    linear-gradient(155deg, var(--ink) 0%, #0c2948 62%, #173d5e 100%);
  box-shadow: var(--shadow);
  transition: background 500ms ease, transform 500ms ease;
}

.system-visual::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  pointer-events: none;
}

.system-visual::after {
  content: "";
  position: absolute;
  inset: auto -12% -18% 18%;
  height: 190px;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,0.18) 0 12px, transparent 12px 28px);
  transform: skewY(-8deg);
  opacity: 0.28;
  animation: driftBands 6s linear infinite;
}

body[data-scene="qualify"] .system-visual {
  background:
    radial-gradient(circle at 72% 22%, rgba(214, 169, 74, 0.24), transparent 30%),
    linear-gradient(150deg, #1a1320 0%, #26304e 58%, #613b37 100%);
}

body[data-scene="route"] .system-visual {
  background:
    radial-gradient(circle at 35% 18%, rgba(85, 209, 140, 0.22), transparent 30%),
    linear-gradient(150deg, #071527 0%, #10395d 55%, #245f77 100%);
}

body[data-scene="handoff"] .system-visual {
  background:
    radial-gradient(circle at 68% 22%, rgba(241, 200, 91, 0.26), transparent 30%),
    linear-gradient(150deg, #071527 0%, #132235 55%, #4d3b14 100%);
}

@keyframes driftBands {
  from { transform: translateX(0) skewY(-8deg); }
  to { transform: translateX(-56px) skewY(-8deg); }
}

.console-meta {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #c7d7ea;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pulse-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.pulse-label::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #55d18c;
  box-shadow: 0 0 0 0 rgba(85, 209, 140, 0.5);
  animation: pulseDot 1500ms ease-out infinite;
}

@keyframes pulseDot {
  70%, 100% { box-shadow: 0 0 0 10px rgba(85, 209, 140, 0); }
}

.system-visual h2 {
  position: relative;
  z-index: 1;
  max-width: 420px;
  margin-top: 84px;
  font-family: "Newsreader", serif;
  font-size: clamp(44px, 5vw, 68px);
  line-height: 0.92;
  letter-spacing: -0.045em;
  font-weight: 650;
  transition: opacity 260ms ease, transform 260ms ease;
}

.system-visual > p {
  position: relative;
  z-index: 1;
  max-width: 430px;
  margin-top: 22px;
  color: #d6e2f1;
  font-size: 17px;
  line-height: 1.5;
}

.system-visual.is-changing h2,
.system-visual.is-changing > p,
.system-visual.is-changing .transcript-stack {
  opacity: 0.3;
  transform: translateY(8px);
}

.transcript-stack {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin-top: 52px;
  transition: opacity 260ms ease, transform 260ms ease;
}

.transcript-stack div {
  width: min(360px, 92%);
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.transcript-stack div:nth-child(even) {
  margin-left: auto;
  background: rgba(110, 168, 255, 0.13);
}

.transcript-stack span {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.transcript-stack p {
  color: white;
  line-height: 1.35;
  font-size: 14px;
}

.signal-bars {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  display: flex;
  gap: 7px;
  align-items: end;
}

.signal-bars span {
  width: 11px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  animation: signalLift 1200ms ease-in-out infinite alternate;
}

.signal-bars span:nth-child(2) { height: 58px; animation-delay: 90ms; }
.signal-bars span:nth-child(3) { height: 96px; animation-delay: 180ms; background: var(--blue-2); }
.signal-bars span:nth-child(4) { height: 70px; animation-delay: 270ms; }
.signal-bars span:nth-child(5) { height: 118px; animation-delay: 360ms; background: var(--gold); }

@keyframes signalLift {
  from { transform: scaleY(0.72); opacity: 0.58; }
  to { transform: scaleY(1); opacity: 1; }
}

.scroll-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 42vh;
  padding: 14vh 0 20vh;
}

.flow-step {
  min-height: 360px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
  opacity: 0.48;
  transition: opacity 420ms ease, transform 420ms ease, background 420ms ease, border-color 420ms ease;
}

.flow-step.active {
  opacity: 1;
  transform: translateX(-16px);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,255,255,0.84)),
    linear-gradient(135deg, rgba(29,143,255,0.16), rgba(214,169,74,0.12));
  border-color: rgba(7, 21, 39, 0.26);
  box-shadow: inset 0 -5px 0 var(--blue);
}

.flow-step span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.flow-step h2 {
  margin-top: 112px;
  font-size: clamp(44px, 6vw, 82px);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.flow-step p {
  max-width: 600px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.48;
}

.section-header {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 34px;
}

.section-header h2,
.split-copy h2,
.proof-copy h2,
.cta-section h2,
.page-hero h1 {
  font-size: clamp(40px, 5.4vw, 76px);
  line-height: 0.94;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.process-step {
  min-height: 315px;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  position: relative;
  overflow: hidden;
}

.process-step::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--blue);
}

.process-step:nth-child(2)::before {
  background: var(--clay);
}

.process-step:nth-child(3)::before {
  background: var(--gold);
}

.process-step:nth-child(4) {
  color: white;
  background: var(--black);
}

.process-step:nth-child(4)::before {
  background: var(--electric);
}

.process-step:nth-child(4) p {
  color: #b8c8dc;
}

.process-step span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
}

.process-step h3 {
  margin-top: 88px;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.process-step p,
.split-copy p,
.outcome p,
.proof-list span,
.page-sub,
.service-row p,
.industry-card p,
.scenario-card p,
.pricing-note p,
.contact-note p {
  color: var(--muted);
  line-height: 1.56;
}

.process-step p {
  margin-top: 13px;
  font-size: 14px;
}

.process-step:nth-child(4) span {
  color: var(--blue-2);
}

.process-step:nth-child(4) p {
  color: #b8c8dc;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: center;
}

.voice-panel {
  min-height: 540px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background:
    linear-gradient(135deg, #071527 0%, #0f3156 42%, #e5b856 100%);
  border: 1px solid rgba(7, 21, 39, 0.18);
  position: relative;
  overflow: hidden;
}

.voice-panel::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

.voice-panel .phone-ui {
  position: relative;
  z-index: 1;
}

.phone-ui {
  width: min(360px, 100%);
  min-height: 440px;
  padding: 18px;
  border-radius: 10px;
  background: var(--ink);
  color: white;
  box-shadow: var(--shadow);
}

.phone-header {
  display: flex;
  justify-content: space-between;
  color: #9cb0c9;
  font-size: 12px;
  font-weight: 850;
}

.voice-wave {
  height: 142px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 38px;
}

.voice-wave span {
  width: 12px;
  height: 42px;
  border-radius: 999px;
  background: var(--blue-2);
  animation: wave 1100ms ease-in-out infinite alternate;
}

.voice-wave span:nth-child(2) { height: 78px; animation-delay: 80ms; }
.voice-wave span:nth-child(3) { height: 112px; animation-delay: 160ms; }
.voice-wave span:nth-child(4) { height: 92px; animation-delay: 240ms; }
.voice-wave span:nth-child(5) { height: 64px; animation-delay: 320ms; }
.voice-wave span:nth-child(6) { height: 98px; animation-delay: 400ms; background: var(--gold); }

@keyframes wave {
  from { transform: scaleY(0.72); opacity: 0.64; }
  to { transform: scaleY(1); opacity: 1; }
}

.phone-ui p {
  min-height: 94px;
  color: #d6e2f1;
  font-size: 18px;
  line-height: 1.38;
}

.split-copy p {
  margin-top: 20px;
  max-width: 600px;
  font-size: 17px;
}

.voice-buttons,
.voice-menu {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.voice-buttons button,
.voice-menu button {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: white;
  color: var(--ink);
  padding: 0 14px;
  font-weight: 800;
  cursor: pointer;
}

.voice-buttons button:nth-child(2),
.voice-menu button:nth-child(2) {
  border-color: rgba(217, 72, 72, 0.34);
  background: #fff1ef;
}

.voice-buttons button:nth-child(3),
.voice-menu button:nth-child(3) {
  border-color: rgba(40, 102, 166, 0.34);
  background: #edf5ff;
}

.voice-buttons button:nth-child(4),
.voice-menu button:nth-child(4) {
  border-color: rgba(214, 169, 74, 0.4);
  background: #fff5dc;
}

.outcome-grid,
.industry-grid,
.voice-scenarios {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.outcome,
.industry-card {
  min-height: 260px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: inset 0 -4px 0 rgba(7, 21, 39, 0.08);
}

.outcome:nth-child(1) {
  background: #eaf3ff;
  box-shadow: inset 0 -5px 0 var(--electric);
}

.outcome:nth-child(2) {
  color: white;
  background: var(--black);
  box-shadow: inset 0 -5px 0 var(--red);
}

.outcome:nth-child(2) p {
  color: #b8c8dc;
}

.outcome:nth-child(3) {
  background: #fff0d4;
  box-shadow: inset 0 -5px 0 var(--gold);
}

.industry-card:nth-child(1),
.industry-card:nth-child(5) {
  background: #eaf3ff;
  box-shadow: inset 0 -5px 0 var(--electric);
}

.industry-card:nth-child(2),
.industry-card:nth-child(6) {
  background: #fff0d4;
  box-shadow: inset 0 -5px 0 var(--gold);
}

.industry-card:nth-child(4) {
  color: white;
  background: var(--black);
  box-shadow: inset 0 -5px 0 var(--red);
}

.outcome h3,
.industry-card h2 {
  font-size: 27px;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.outcome p,
.industry-card p {
  margin-top: 80px;
  font-size: 15px;
}

.outcome:nth-child(2) p {
  color: #b8c8dc;
}

.industry-card:nth-child(4) p {
  color: #b8c8dc;
}

.proof-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: start;
  border-top: 1px solid var(--line);
  padding: 96px 24px;
  border-radius: 8px;
  color: white;
  background:
    linear-gradient(135deg, var(--black) 0%, #071527 55%, #12385f 100%);
}

.proof-section .eyebrow {
  color: var(--gold);
}

.proof-list {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.proof-list div {
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

.proof-list span {
  color: #b8c8dc;
}

.proof-list strong {
  color: white;
}

.proof-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.proof-list div {
  display: grid;
  grid-template-columns: 0.65fr 1fr;
  gap: 24px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}

.proof-list strong {
  font-size: 18px;
}

.proof-list span {
  font-size: 15px;
}

.proof-section .proof-list {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.proof-section .proof-list div {
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

.proof-section .proof-list span {
  color: #b8c8dc;
}

.proof-section .proof-list strong {
  color: white;
}

.cta-section {
  margin-bottom: 72px;
  min-height: 430px;
  display: grid;
  align-content: center;
  justify-items: start;
  padding: 54px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 84% 16%, rgba(217, 72, 72, 0.34), transparent 28%),
    radial-gradient(circle at 18% 88%, rgba(29, 143, 255, 0.28), transparent 32%),
    linear-gradient(135deg, var(--black), #071527 64%, #23131a);
  color: white;
  overflow: hidden;
  position: relative;
}

.cta-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 12px;
  background: linear-gradient(90deg, var(--electric), var(--gold), var(--red));
}

.cta-section h2 {
  max-width: 880px;
  margin-bottom: 30px;
}

.cta-section .eyebrow {
  color: var(--gold);
}

.page-hero {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 100px 0 44px;
  position: relative;
}

.page-hero::after {
  content: "";
  display: block;
  width: min(520px, 72vw);
  height: 8px;
  margin-top: 34px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--electric), var(--gold), var(--red));
}

.page-hero h1 {
  max-width: 980px;
}

.page-sub {
  max-width: 720px;
  margin-top: 22px;
  font-size: 20px;
}

.service-list {
  display: grid;
  gap: 0;
}

.service-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 24px;
  padding: 34px 0;
  border-top: 1px solid var(--line);
  position: relative;
}

.service-row:last-child {
  border-bottom: 1px solid var(--line);
}

.service-row span {
  color: var(--blue);
  font-weight: 850;
}

.service-row:nth-child(2),
.service-row:nth-child(5) {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 8px;
  background: #eaf3ff;
  border-top-color: rgba(40, 102, 166, 0.16);
}

.service-row:nth-child(4) {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 8px;
  color: white;
  background: var(--black);
  border-top-color: transparent;
}

.service-row:nth-child(4) span {
  color: var(--gold);
}

.service-row:nth-child(4) p {
  color: #b8c8dc;
}

.service-row h2 {
  font-size: clamp(32px, 4vw, 58px);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.service-row p {
  max-width: 720px;
  margin-top: 13px;
  font-size: 17px;
}

.voice-page-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 46px;
  align-items: start;
}

.voice-menu {
  align-content: start;
}

.voice-menu button {
  width: 100%;
  justify-content: flex-start;
  min-height: 62px;
  text-align: left;
}

.voice-scenarios {
  padding-top: 20px;
}

.scenario-card {
  min-height: 240px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.scenario-card span,
.plan-label {
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.scenario-card h2 {
  margin-top: 70px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.scenario-card p {
  margin-top: 16px;
  font-size: 15px;
}

.pricing-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
  padding-top: 54px;
}

.price-column {
  min-height: 620px;
  padding: 28px;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.74)),
    linear-gradient(135deg, rgba(29, 143, 255, 0.12), transparent);
}

.price-column + .price-column {
  border-left: 0;
}

.price-column:first-child {
  border-radius: 8px 0 0 8px;
}

.price-column:last-child {
  border-radius: 0 8px 8px 0;
}

.price-column.featured {
  position: relative;
  z-index: 1;
  margin: -18px 0;
  min-height: 656px;
  color: white;
  background: linear-gradient(155deg, var(--ink) 0%, #0e2d50 64%, #17456f 100%);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 28px 80px rgba(7, 21, 39, 0.2);
}

.price-column:not(.featured):last-child {
  background:
    linear-gradient(180deg, rgba(255, 246, 222, 0.94), rgba(255, 255, 255, 0.76)),
    linear-gradient(135deg, rgba(214, 169, 74, 0.22), transparent);
}

.column-head {
  min-height: 220px;
}

.column-head h2 {
  margin-top: 30px;
  font-size: clamp(50px, 6vw, 86px);
  line-height: 0.86;
  letter-spacing: -0.06em;
}

.column-head h2 span {
  font-size: 18px;
  letter-spacing: 0;
  color: var(--muted);
}

.column-head p:last-child {
  max-width: 280px;
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.45;
  font-weight: 700;
}

.price-column.featured .column-head h2 span,
.price-column.featured .column-head p:last-child,
.price-column.featured .column-row span {
  color: #d7e5f4;
}

.column-row {
  min-height: 84px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 8px;
}

.price-column.featured .column-row {
  border-top-color: rgba(255, 255, 255, 0.18);
}

.column-row.tall {
  align-content: start;
}

.column-row span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.column-row strong {
  font-size: 18px;
  line-height: 1.28;
}

.price-column .button {
  align-self: end;
  margin-top: 28px;
}

.price-column.featured .button.primary {
  border-color: white;
  background: white;
  color: var(--ink);
  box-shadow: none;
}

.pricing-note {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 72px;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #fff7e6 0%, #f7fbff 52%, #fff1ef 100%);
  box-shadow: inset 0 -5px 0 rgba(217, 72, 72, 0.2);
}

.pricing-note h2 {
  font-size: clamp(34px, 4.5vw, 62px);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.pricing-note p {
  font-size: 17px;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82)),
    linear-gradient(135deg, rgba(29, 143, 255, 0.12), rgba(214, 169, 74, 0.1));
  box-shadow: inset 0 -5px 0 rgba(40, 102, 166, 0.18);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  min-height: 46px;
  padding: 11px 12px;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
}

.contact-form textarea {
  min-height: 128px;
  resize: vertical;
}

.contact-note {
  padding: 36px;
  min-height: 300px;
  border-radius: 8px;
  color: white;
  background:
    radial-gradient(circle at 80% 14%, rgba(217, 72, 72, 0.28), transparent 30%),
    linear-gradient(135deg, var(--black), #071527 64%, #12385f);
  position: relative;
  overflow: hidden;
}

.contact-note::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 8px;
  background: linear-gradient(90deg, var(--electric), var(--gold), var(--red));
}

.contact-note h2 {
  font-size: clamp(38px, 5vw, 72px);
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.contact-note p {
  color: #c8d5e3;
  margin-top: 18px;
  font-size: 17px;
}

.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 24px;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.site-footer nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-brand {
  color: var(--ink);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 120ms;
}

.delay-2 {
  transition-delay: 240ms;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .split-section,
  .proof-section,
  .scroll-system,
  .voice-page-grid,
  .contact-grid,
  .pricing-note,
  .section-header {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 66px;
  }

  .hero-field {
    inset: 8px -20vw 44%;
    mask-image: linear-gradient(180deg, black 0%, black 72%, transparent 100%);
  }

  .hero-meta {
    position: relative;
    top: auto;
    right: auto;
    grid-column: 1 / -1;
    flex-wrap: wrap;
    margin-bottom: -12px;
  }

  .scroll-cue {
    display: none;
  }

  .scroll-system {
    padding: 76px 0;
    gap: 24px;
  }

  .scroll-sticky {
    position: relative;
    top: auto;
    height: auto;
    min-height: auto;
  }

  .system-visual {
    min-height: 500px;
  }

  .scroll-copy {
    gap: 14px;
    padding: 0;
  }

  .flow-step {
    min-height: 260px;
    opacity: 1;
  }

  .flow-step.active {
    transform: none;
  }

  .process-grid,
  .outcome-grid,
  .industry-grid,
  .pricing-columns,
  .voice-scenarios {
    grid-template-columns: repeat(2, 1fr);
  }

  .price-column,
  .price-column:first-child,
  .price-column:last-child {
    border-radius: 8px;
  }

  .price-column + .price-column {
    border-left: 1px solid var(--line);
    margin-top: 14px;
  }

  .price-column.featured {
    margin: 14px 0 0;
  }
}

@media (max-width: 680px) {
  .site-header,
  .hero,
  .section,
  .scroll-system,
  .page-hero,
  .site-footer {
    width: min(100% - 22px, 1180px);
  }

  .brand span:last-child {
    max-width: 130px;
  }

  h1 {
    font-size: clamp(58px, 18vw, 82px);
  }

  .call-device {
    min-height: 430px;
  }

  .hero-field {
    opacity: 0.72;
  }

  .hero-meta {
    gap: 8px;
    font-size: 10px;
  }

  .hero-meta span {
    min-height: 30px;
    padding: 0 9px;
  }

  .system-visual {
    min-height: 460px;
    padding: 20px;
  }

  .system-visual h2 {
    margin-top: 58px;
  }

  .transcript-stack {
    margin-top: 34px;
  }

  .metric-strip,
  .process-grid,
  .outcome-grid,
  .industry-grid,
  .pricing-columns,
  .voice-scenarios {
    grid-template-columns: 1fr;
  }

  .process-step {
    min-height: 230px;
  }

  .process-step h3,
  .outcome p,
  .industry-card p,
  .scenario-card h2 {
    margin-top: 38px;
  }

  .large-statement,
  .section-header h2,
  .split-copy h2,
  .proof-copy h2,
  .cta-section h2,
  .page-hero h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .service-row {
    grid-template-columns: 1fr;
  }

  .proof-list div,
  .site-footer {
    display: grid;
  }

  .cta-section {
    padding: 30px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  .hero-grid,
  .hero-field,
  .call-device,
  .hero-copy h1 {
    transform: none !important;
  }
}
