:root {
  --amber: #ff5a00;
  --amber-deep: #dd4700;
  --paper: #f6f6f1;
  --paper-2: #ffffff;
  --muted: #6f737a;
  --ink: #0b0d12;
  --ink-2: #171a21;
  --line: #e2e3df;
  --white: #ffffff;
  --muted-dark: #858a92;
  --grid-line: rgba(11, 13, 18, 0.055);
  --accent-soft: #fff0e6;
  --max: 1200px;
  --nav-height: 76px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html.has-high-refresh-scroll {
  scroll-behavior: auto;
}

html.is-high-refresh-scrolling .roadmap-rocket,
html.is-high-refresh-scrolling #roadmapProgress,
html.is-high-refresh-scrolling .kinetic-track,
html.is-high-refresh-scrolling .site-grid-node,
html.is-high-refresh-scrolling .scenario-card {
  will-change: transform;
  backface-visibility: hidden;
}

body {
  margin: 0;
  background:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px),
    var(--paper);
  background-size: 72px 72px;
  color: var(--ink-2);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  text-rendering: geometricPrecision;
}

body,
button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

img,
svg,
video,
iframe {
  display: block;
  max-width: 100%;
}

button {
  cursor: pointer;
}

input,
textarea {
  width: 100%;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  padding: 14px 14px;
  min-height: 48px;
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus,
button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 4px;
}

::selection {
  background: var(--amber);
  color: var(--ink);
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 200;
  transform: translateY(-140%);
  background: var(--amber);
  color: var(--ink);
  border: 1px solid var(--ink);
  padding: 12px 14px;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.dark-section {
  background:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px),
    var(--paper);
  background-size: 72px 72px;
  color: var(--ink);
}

.paper-section {
  background:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px),
    var(--paper);
  background-size: 72px 72px;
  color: var(--ink-2);
}

.section {
  padding: clamp(72px, 10vw, 120px) 24px;
}

.section > *,
.hero-grid,
.trust-bar > *,
.footer > * {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.site-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  transition: background 240ms ease, border-color 240ms ease, color 240ms ease;
  color: var(--paper);
  border-bottom: 1px solid transparent;
}

.site-nav.is-scrolled {
  background: var(--ink);
  border-bottom-color: rgba(242, 237, 230, 0.18);
}

.nav-inner {
  height: var(--nav-height);
  max-width: calc(var(--max) + 48px);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.wordmark,
.footer-wordmark {
  font-family: var(--display-font);
  font-weight: 900;
  font-size: clamp(1.5rem, 2vw, 2rem);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 38px);
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.nav-links a {
  color: rgba(242, 237, 230, 0.78);
}

.nav-links a:hover,
.arrow-link:hover,
.nav-cta:hover {
  color: var(--amber);
}

.nav-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--amber);
  color: var(--amber);
  padding: 0 16px;
  font-weight: 800;
  transition: color 180ms ease, background 180ms ease;
}

.nav-cta:hover {
  background: var(--amber);
  color: var(--ink);
}

.hero {
  min-height: 92vh;
  padding: calc(var(--nav-height) + 36px) 24px 44px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-grid {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(440px, 1fr) minmax(520px, 1.2fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.hero-copy {
  align-self: start;
  padding-top: 0;
}

.eyebrow,
.mono-label,
.micro-proof,
.trust-intro,
.industry-close,
.roi-line,
.privacy-line,
.fit-list .mono-label {
  font-family: "IBM Plex Mono", Consolas, monospace;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.45;
}

.eyebrow,
.mono-label {
  color: var(--amber);
  font-weight: 700;
  margin: 0 0 18px;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--display-font);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(3.2rem, 5.1vw, 4.6rem);
  max-width: 900px;
}

h2 {
  font-size: clamp(2.4rem, 6vw, 6rem);
}

h3 {
  font-size: clamp(1.55rem, 3vw, 2.45rem);
}

p {
  margin: 0;
  line-height: 1.65;
}

.hero-subhead {
  margin-top: 28px;
  font-size: clamp(1rem, 1.6vw, 1.3rem);
  color: rgba(242, 237, 230, 0.78);
  max-width: 650px;
}

.hero-actions {
  margin-top: 36px;
  display: grid;
  gap: 16px;
  justify-items: start;
}

.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  min-width: 44px;
  border: 1px solid var(--amber);
  background: var(--amber);
  color: var(--ink);
  padding: 16px 22px;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button-primary:hover {
  background: var(--paper);
  border-color: var(--paper);
  transform: translateY(-2px);
}

.micro-proof {
  color: rgba(242, 237, 230, 0.65);
}

.hero-media {
  position: relative;
  min-width: 0;
}

.video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--amber);
  background:
    linear-gradient(90deg, rgba(232, 86, 10, 0.12) 1px, transparent 1px),
    linear-gradient(0deg, rgba(232, 86, 10, 0.1) 1px, transparent 1px),
    #11100e;
  background-size: 42px 42px;
  min-height: 210px;
}

.video-frame-large {
  box-shadow: 18px 18px 0 rgba(232, 86, 10, 0.12);
}

.video-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 8px;
  text-align: center;
  color: var(--paper);
  padding: 24px;
}

.video-placeholder strong {
  font-family: var(--display-font);
  font-size: clamp(1.4rem, 2.6vw, 2.6rem);
}

.video-play {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(74px, 8vw, 104px);
  aspect-ratio: 1;
  border: 1px solid var(--amber);
  background: var(--amber);
  color: var(--ink);
}

.video-play span {
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid var(--ink);
  margin-left: 6px;
  display: inline-block;
}

.live-widget {
  position: absolute;
  left: -36px;
  bottom: -42px;
  width: min(380px, 72%);
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--amber);
  padding: 16px;
  z-index: 3;
}

.live-widget-head {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "IBM Plex Mono", Consolas, monospace;
  text-transform: uppercase;
  font-size: 0.7rem;
  margin-bottom: 14px;
}

.status-dot {
  width: 8px;
  height: 8px;
  background: var(--amber);
  display: inline-block;
  box-shadow: 0 0 0 6px rgba(232, 86, 10, 0.15);
}

.live-widget-stage {
  min-height: 178px;
  position: relative;
}

.live-scene {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity 420ms cubic-bezier(0.16, 1, 0.3, 1), transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.live-scene.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.agent-bubble,
.chat-thread,
.mini-crm,
.proposal-card,
.sms-card {
  border: 1px solid var(--ink);
  background: var(--paper-2);
  padding: 14px;
  line-height: 1.45;
}

.chat-thread,
.mini-crm,
.proposal-card {
  display: grid;
  gap: 8px;
}

.chat-thread span,
.mini-crm span,
.sms-card {
  font-size: 0.92rem;
}

.chat-thread em,
.proposal-card span,
.mini-crm strong {
  color: var(--amber-deep);
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.75rem;
  font-style: normal;
  text-transform: uppercase;
}

.doc-thumb {
  height: 54px;
  border: 1px solid var(--ink);
  background:
    linear-gradient(var(--amber), var(--amber)) 14px 14px / 64px 6px no-repeat,
    linear-gradient(var(--line), var(--line)) 14px 30px / 120px 5px no-repeat,
    linear-gradient(var(--line), var(--line)) 14px 44px / 92px 5px no-repeat,
    var(--paper);
}

.trust-bar {
  min-height: 72px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.trust-intro {
  text-align: center;
  color: var(--muted);
  padding: 0 24px 10px;
}

.marquee {
  overflow-x: auto;
  scrollbar-width: none;
}

.marquee::-webkit-scrollbar {
  display: none;
}

.marquee-track {
  width: max-content;
  display: flex;
  gap: 12px;
  animation: marquee 36s linear infinite;
  padding: 0 24px;
}

.marquee:hover .marquee-track {
  animation-play-state: paused;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.badge {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--line);
  background: var(--paper-2);
  color: var(--muted);
  padding: 8px 14px;
  white-space: nowrap;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.76rem;
  text-transform: uppercase;
}

.badge strong {
  color: var(--amber);
}

.section-grid,
.sticky-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(34px, 7vw, 96px);
}

.sticky-copy {
  position: sticky;
  top: calc(var(--nav-height) + 32px);
  align-self: start;
}

.sticky-copy h2 {
  max-width: 560px;
}

.row-list {
  display: grid;
  gap: 14px;
}

.indexed-row {
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: start;
  gap: 18px;
  border-top: 1px solid rgba(242, 237, 230, 0.18);
  padding: 22px 0;
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  color: rgba(242, 237, 230, 0.82);
}

.indexed-row span,
.checkpoint span,
.bento-card span,
.contrast-grid span {
  font-family: "IBM Plex Mono", Consolas, monospace;
  color: var(--amber);
  font-weight: 800;
}

.closing-line {
  margin-top: 34px;
  font-family: var(--display-font);
  font-style: italic;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.08;
  color: var(--paper);
}

.stat-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  border: 1px solid rgba(232, 86, 10, 0.58);
}

.stat-band div {
  padding: 22px;
  background: rgba(232, 86, 10, 0.08);
}

.stat-band strong {
  display: block;
  color: var(--amber);
  font-family: var(--display-font);
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  line-height: 1;
}

.stat-band span {
  display: block;
  margin-top: 10px;
  font-family: "IBM Plex Mono", Consolas, monospace;
  text-transform: uppercase;
  color: rgba(242, 237, 230, 0.72);
}

.proof-line {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 24px;
  text-align: center;
  border-block: 1px solid var(--line);
}

.proof-line-dark {
  background: var(--ink);
  color: var(--paper);
  border-color: rgba(242, 237, 230, 0.16);
}

.proof-line strong {
  font-family: var(--display-font);
  color: var(--amber);
  font-size: clamp(2.6rem, 7vw, 6rem);
  line-height: 0.9;
}

.proof-line span {
  font-family: "IBM Plex Mono", Consolas, monospace;
  text-transform: uppercase;
  color: var(--muted);
}

.proof-line-dark span {
  color: rgba(242, 237, 230, 0.64);
}

.section-intro {
  max-width: 940px;
  margin-bottom: clamp(38px, 7vw, 82px);
}

.section-intro-left {
  margin-left: 0;
}

.section-intro p {
  margin-top: 18px;
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
}

.journey-compare {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: clamp(20px, 4vw, 42px);
  align-items: stretch;
}

.world-divider {
  background: var(--amber);
}

.journey-track {
  display: grid;
  gap: 12px;
}

.journey-track article {
  min-height: 70px;
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  padding: 18px;
  font-weight: 900;
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
}

.journey-track.with article {
  border-color: var(--amber);
  background: rgba(232, 86, 10, 0.1);
}

.journey-track.with .mono-label {
  color: var(--amber-deep);
}

.journey-track.without article {
  color: rgba(139, 115, 85, 0.75);
  background: rgba(139, 115, 85, 0.08);
}

.scenario-stack {
  display: grid;
  gap: clamp(56px, 9vw, 104px);
}

.scenario {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(360px, 1.22fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.scenario-reverse .scenario-copy {
  order: 2;
}

.scenario-copy p:last-child {
  margin-top: 18px;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.2rem);
}

.roadmap {
  overflow: hidden;
}

.roadmap .section-intro {
  max-width: var(--max);
}

.roadmap-stage {
  position: relative;
  max-width: var(--max);
  min-height: 2300px;
  margin: 0 auto;
}

.roadmap-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.roadmap-svg path {
  fill: none;
  stroke-width: 7;
  vector-effect: non-scaling-stroke;
}

#roadmapBase {
  stroke: rgba(242, 237, 230, 0.16);
}

#roadmapProgress {
  stroke: var(--amber);
  stroke-linecap: square;
}

.roadmap-rocket {
  position: absolute;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--amber);
  background: var(--ink);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.roadmap-rocket svg {
  width: 28px;
  height: 28px;
  fill: var(--amber);
}

.roadmap-rocket circle {
  fill: var(--ink);
}

.checkpoint-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(46px, 8vw, 96px) clamp(32px, 7vw, 82px);
  padding: 30px 0 0;
}

.checkpoint {
  border: 1px solid rgba(242, 237, 230, 0.2);
  background: rgba(36, 30, 25, 0.94);
  padding: clamp(22px, 3vw, 34px);
  min-height: 260px;
}

.checkpoint:nth-child(even) {
  transform: translateY(140px);
}

.checkpoint h3 {
  margin-top: 18px;
  font-size: clamp(1.55rem, 2.5vw, 2.4rem);
}

.checkpoint p {
  margin-top: 14px;
  color: rgba(242, 237, 230, 0.74);
}

.checkpoint strong {
  display: block;
  margin-top: 22px;
  color: var(--amber);
  font-family: "IBM Plex Mono", Consolas, monospace;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.55;
}

.roadmap-end {
  max-width: var(--max);
  margin: 110px auto 0;
  font-family: var(--display-font);
  font-weight: 900;
  font-size: clamp(2.4rem, 6vw, 6rem);
  line-height: 0.96;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.bento-card {
  min-height: 220px;
  border: 1px solid var(--line);
  background: var(--paper-2);
  padding: 22px;
}

.bento-card.feature {
  grid-column: span 2;
  min-height: 300px;
  background: var(--ink-2);
  color: var(--paper);
  border-color: var(--ink);
}

.bento-card h3,
.contrast-grid h3 {
  margin-top: 22px;
  font-size: clamp(1.35rem, 2.2vw, 2.15rem);
}

.bento-card p,
.contrast-grid p {
  margin-top: 14px;
  color: var(--muted);
}

.bento-card.feature p {
  color: rgba(242, 237, 230, 0.72);
}

.conviction-inner {
  max-width: var(--max);
}

.conviction h2 {
  max-width: 1080px;
}

.contrast-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(42px, 7vw, 78px);
}

.contrast-grid article {
  border: 1px solid rgba(232, 86, 10, 0.56);
  padding: 26px;
  background: rgba(232, 86, 10, 0.08);
}

.contrast-grid p {
  color: rgba(242, 237, 230, 0.72);
}

.pull-quote {
  margin-top: 52px;
  max-width: 900px;
  font-family: var(--display-font);
  font-style: italic;
  font-size: clamp(2rem, 4.6vw, 4.6rem);
  line-height: 1.02;
}

.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  margin-top: 28px;
  color: var(--amber);
  font-weight: 900;
}

.arrow-link span,
.button-primary span,
.nav-cta span {
  transition: transform 180ms ease;
}

.arrow-link:hover span,
.button-primary:hover span,
.nav-cta:hover span {
  transform: translateX(4px);
}

.fit-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(34px, 7vw, 82px);
  align-items: stretch;
}

.fit-list {
  display: grid;
  gap: 12px;
}

.fit-list article {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
  font-weight: 900;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
}

.fit-list article span {
  width: 18px;
  height: 18px;
  border: 1px solid var(--amber);
  background: linear-gradient(135deg, transparent 46%, var(--amber) 47% 54%, transparent 55%);
}

.industry-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 10px;
  align-content: space-between;
  align-self: stretch;
}

.industry-chips span {
  border: 1px solid var(--line);
  background: var(--paper-2);
  padding: 13px 15px;
  font-weight: 800;
  font-size: clamp(0.82rem, 0.88vw, 0.95rem);
  line-height: 1.2;
  white-space: nowrap;
}

.industry-close {
  margin-top: 48px;
  color: var(--muted);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(420px, 1.28fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: start;
}

.founder-visual {
  margin: 0;
  position: sticky;
  top: calc(var(--nav-height) + 32px);
}

.portrait-frame {
  min-height: 520px;
  border: 1px solid var(--ink);
  background:
    linear-gradient(135deg, rgba(232, 86, 10, 0.18), transparent 45%),
    var(--paper-2);
  display: grid;
  place-items: center;
  color: var(--muted);
  font-family: "IBM Plex Mono", Consolas, monospace;
}

.founder-visual figcaption {
  margin-top: 16px;
  display: grid;
  gap: 8px;
  font-family: "IBM Plex Mono", Consolas, monospace;
  text-transform: uppercase;
  color: var(--muted);
  font-size: 0.76rem;
}

.signature {
  font-family: var(--display-font);
  color: var(--amber-deep);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-style: italic;
}

.about-copy p:not(.eyebrow) {
  margin-top: 20px;
  max-width: 780px;
  color: #4f4138;
  font-size: clamp(1rem, 1.3vw, 1.14rem);
}

.counter-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 36px;
  border: 1px solid var(--line);
}

.counter-row div {
  background: var(--paper-2);
  padding: 20px;
  min-height: 142px;
}

.counter-row strong {
  display: block;
  font-family: var(--display-font);
  font-size: clamp(2.4rem, 4.8vw, 4.8rem);
  line-height: 0.9;
  color: var(--amber-deep);
}

.counter-row span {
  display: block;
  margin-top: 12px;
  font-family: "IBM Plex Mono", Consolas, monospace;
  text-transform: uppercase;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.45;
}

.honesty-beat {
  padding: 44px 24px;
  border-block: 1px solid var(--line);
}

.honesty-beat p {
  max-width: 1050px;
  margin: 0 auto;
  font-weight: 900;
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  line-height: 1.2;
}

.quiz-shell {
  max-width: 880px;
  min-height: 620px;
  border: 1px solid rgba(232, 86, 10, 0.62);
  background: var(--ink-2);
  padding: clamp(24px, 6vw, 60px);
  position: relative;
}

.quiz-screen {
  display: none;
}

.quiz-screen.is-active {
  display: grid;
  gap: 24px;
}

.quiz-screen h2 {
  font-size: clamp(2.5rem, 6vw, 5.4rem);
}

.quiz-screen h3 {
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.quiz-screen p {
  color: rgba(242, 237, 230, 0.72);
  max-width: 660px;
}

.quiz-context label,
.contact-form label {
  display: grid;
  gap: 8px;
  font-family: "IBM Plex Mono", Consolas, monospace;
  text-transform: uppercase;
  color: rgba(242, 237, 230, 0.72);
  font-size: 0.75rem;
}

.quiz-context input,
.contact-form input,
.contact-form textarea {
  border-color: rgba(242, 237, 230, 0.34);
  color: var(--paper);
  background: rgba(26, 22, 19, 0.5);
}

.quiz-progress {
  display: flex;
  gap: 8px;
}

.quiz-progress span {
  width: 34px;
  height: 6px;
  background: rgba(242, 237, 230, 0.22);
}

.quiz-progress span.is-filled {
  background: var(--amber);
}

.privacy-line {
  color: var(--muted-dark) !important;
  text-transform: none;
}

.ai-reply {
  border-left: 4px solid var(--amber);
  background: rgba(232, 86, 10, 0.1);
  color: var(--paper);
  padding: 16px 18px;
  min-height: 1px;
}

.ai-reply:empty {
  display: none;
}

.answer-grid {
  display: grid;
  gap: 10px;
}

.answer-grid button {
  min-height: 56px;
  border: 1px solid rgba(242, 237, 230, 0.3);
  background: rgba(26, 22, 19, 0.4);
  color: var(--paper);
  text-align: left;
  padding: 16px;
  font-weight: 800;
  transition: background 160ms ease, border-color 160ms ease;
}

.answer-grid button:hover {
  border-color: var(--amber);
  background: rgba(232, 86, 10, 0.1);
}

.rail-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 38px;
}

.rail-head h2 {
  max-width: 740px;
}

.rail-controls {
  display: flex;
  gap: 8px;
}

.rail-controls button {
  width: 48px;
  height: 48px;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font-weight: 900;
}

.rail-controls button:hover {
  background: var(--ink);
  color: var(--paper);
}

.results-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(340px, 44%);
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: 1px;
  padding-bottom: 18px;
  cursor: grab;
}

.results-rail.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.result-card {
  scroll-snap-align: start;
  min-height: 360px;
  display: grid;
  align-content: start;
  gap: 18px;
  border: 1px solid var(--line);
  background: var(--paper-2);
  padding: clamp(22px, 4vw, 38px);
}

.result-card strong {
  font-family: var(--display-font);
  color: var(--amber-deep);
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.9;
}

.result-card p,
.result-card span {
  color: #4f4138;
}

.result-card em {
  color: var(--muted);
  font-family: "IBM Plex Mono", Consolas, monospace;
  text-transform: uppercase;
  font-style: normal;
}

.testimonial blockquote {
  margin: 0;
  font-family: var(--display-font);
  font-style: italic;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1.1;
}

.founder-note {
  padding-top: 40px;
}

.founder-note article {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}

.founder-note article > p:not(.eyebrow) {
  font-family: var(--display-font);
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  line-height: 1.35;
}

.booking-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(340px, 1.1fr);
  gap: clamp(34px, 7vw, 82px);
  align-items: start;
}

.booking-grid p:not(.eyebrow) {
  margin-top: 20px;
  color: rgba(242, 237, 230, 0.74);
}

.roi-line {
  color: var(--amber) !important;
}

.scarcity-line {
  font-weight: 800;
}

.cal-shell {
  min-height: 600px;
  border: 1px solid var(--amber);
  background:
    linear-gradient(90deg, rgba(232, 86, 10, 0.09) 1px, transparent 1px),
    linear-gradient(0deg, rgba(232, 86, 10, 0.09) 1px, transparent 1px),
    var(--ink-2);
  background-size: 36px 36px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  text-align: center;
  padding: 24px;
}

.cal-shell strong {
  font-family: var(--display-font);
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.cal-shell p {
  max-width: 440px;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(380px, 1.22fr);
  gap: clamp(34px, 7vw, 82px);
}

.accordion {
  border-top: 1px solid var(--line);
}

.accordion-item {
  border-bottom: 1px solid var(--line);
}

.accordion-item button {
  width: 100%;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 0;
  background: transparent;
  color: var(--ink);
  padding: 18px 0;
  text-align: left;
  font-weight: 900;
  font-size: clamp(1rem, 1.8vw, 1.35rem);
}

.accordion-item button span::before {
  content: "+";
  color: var(--amber-deep);
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 1.5rem;
}

.accordion-item.is-open button span::before {
  content: "-";
}

.accordion-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 240ms ease;
}

.accordion-panel p {
  overflow: hidden;
  color: #4f4138;
}

.accordion-item.is-open .accordion-panel {
  grid-template-rows: 1fr;
}

.accordion-item.is-open .accordion-panel p {
  padding-bottom: 24px;
}

.footer {
  padding: clamp(72px, 10vw, 120px) 24px 36px;
}

.footer-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid rgba(242, 237, 230, 0.18);
  padding-bottom: 42px;
}

.footer-top h2 {
  max-width: 780px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 0.9fr;
  gap: clamp(28px, 6vw, 72px);
  padding-top: 44px;
}

.footer-grid section {
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer-grid h3 {
  font-family: "IBM Plex Mono", Consolas, monospace;
  text-transform: uppercase;
  color: var(--amber);
  font-size: 0.78rem;
}

.footer-grid p,
.footer-grid a,
.fine-print {
  color: rgba(242, 237, 230, 0.72);
}

.contact-form {
  margin-top: 22px;
  display: grid;
  gap: 12px;
}

.form-status {
  min-height: 24px;
  color: var(--amber) !important;
  font-family: "IBM Plex Mono", Consolas, monospace;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.gauge-mark {
  width: 58px;
  height: 32px;
  border: 1px solid var(--amber);
  border-bottom: 0;
  background:
    linear-gradient(64deg, transparent 44%, var(--amber) 45% 51%, transparent 52%) center bottom / 40px 26px no-repeat;
}

.fine-print {
  max-width: var(--max);
  margin: 42px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(242, 237, 230, 0.18);
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  font-size: 0.85rem;
}

.mobile-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  min-height: calc(52px + env(safe-area-inset-bottom));
  padding: 15px 18px calc(15px + env(safe-area-inset-bottom));
  background: var(--amber);
  color: var(--ink);
  border-top: 1px solid var(--ink);
  font-weight: 900;
  text-align: center;
  transform: translateY(110%);
  transition: transform 220ms ease;
}

.mobile-sticky-cta.is-visible {
  transform: translateY(0);
}

.scroll-nudge {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 95;
  width: min(360px, calc(100vw - 48px));
  border: 1px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  padding: 18px 42px 18px 18px;
  transform: translateY(24px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease;
}

.scroll-nudge.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.scroll-nudge a {
  color: var(--ink);
  font-weight: 900;
}

.scroll-nudge button {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 32px;
  height: 32px;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
}

.reveal-section,
.reveal-stack > * {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 680ms cubic-bezier(0.16, 1, 0.3, 1), transform 680ms cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-section.is-visible,
.reveal-stack.is-visible > *,
.is-visible .reveal-stack > * {
  opacity: 1;
  transform: translateY(0);
}

.reveal-stack > *:nth-child(2) {
  transition-delay: 70ms;
}

.reveal-stack > *:nth-child(3) {
  transition-delay: 140ms;
}

.reveal-stack > *:nth-child(4) {
  transition-delay: 210ms;
}

.reveal-stack > *:nth-child(5) {
  transition-delay: 280ms;
}

.reveal-stack > *:nth-child(6) {
  transition-delay: 350ms;
}

@media (max-width: 1100px) {
  .nav-links {
    display: none;
  }

  .hero-grid,
  .section-grid,
  .sticky-grid,
  .scenario,
  .fit-grid,
  .about-grid,
  .booking-grid,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: calc(var(--nav-height) + 40px);
  }

  .hero-copy {
    padding-top: 0;
  }

  .hero-media {
    padding-bottom: 190px;
  }

  .sticky-copy,
  .founder-visual {
    position: static;
  }

  .scenario-reverse .scenario-copy {
    order: 0;
  }

  .bento-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .counter-row,
  .contrast-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 780px) {
  :root {
    --nav-height: 66px;
  }

  .section {
    padding: 72px 18px;
  }

  .nav-inner {
    padding: 0 16px;
  }

  .nav-cta {
    padding: 0 12px;
    font-size: 0.88rem;
  }

  .hero {
    min-height: auto;
    padding: calc(var(--nav-height) + 22px) 18px 40px;
  }

  h1 {
    font-size: clamp(2.45rem, 10.6vw, 3.25rem);
  }

  h2 {
    font-size: clamp(2.45rem, 13vw, 4rem);
  }

  .hero-media {
    padding-bottom: 0;
  }

  .video-frame-large {
    box-shadow: none;
  }

  .live-widget {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 14px;
    padding: 12px;
  }

  .live-widget-stage {
    min-height: 138px;
  }

  .hero-subhead {
    margin-top: 20px;
    line-height: 1.52;
  }

  .hero-actions {
    margin-top: 22px;
  }

  .marquee-track {
    animation: none;
  }

  .journey-compare {
    grid-template-columns: 1fr;
  }

  .world-divider {
    height: 1px;
  }

  .stat-band,
  .contrast-grid,
  .bento-grid,
  .bento-card.feature,
  .counter-row,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .bento-card.feature {
    grid-column: auto;
  }

  .roadmap-stage {
    min-height: auto;
    padding-left: 40px;
  }

  .roadmap-svg {
    left: 0;
    width: 32px;
  }

  .checkpoint-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .checkpoint,
  .checkpoint:nth-child(even) {
    transform: none;
    min-height: auto;
  }

  .roadmap-rocket {
    left: 16px !important;
  }

  .portrait-frame {
    min-height: 420px;
  }

  .rail-head,
  .footer-top {
    display: grid;
    align-items: start;
  }

  .results-rail {
    grid-auto-columns: minmax(290px, 86%);
  }

  .proof-line {
    display: grid;
    gap: 8px;
  }

  .cal-shell {
    min-height: 420px;
  }

  .footer {
    padding-bottom: 96px;
  }

  .scroll-nudge {
    right: 12px;
    bottom: 70px;
    width: calc(100vw - 24px);
  }
}

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

  .reveal-section,
  .reveal-stack > * {
    transform: none !important;
  }
}

/* Modern agency light-theme refresh, inspired by the supplied reference video. */
.site-nav {
  color: var(--ink);
  background: rgba(246, 246, 241, 0.84);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.site-nav.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  border-bottom-color: var(--line);
}

.wordmark,
.footer-wordmark {
  font-family: var(--display-font);
  font-weight: 700;
}

.nav-links a {
  color: rgba(11, 13, 18, 0.72);
}

.nav-links a:hover {
  color: var(--amber);
}

.nav-cta,
.button-primary {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
  border-radius: 8px;
  box-shadow: none;
}

.nav-cta:hover,
.button-primary:hover {
  background: var(--amber);
  border-color: var(--amber);
  color: var(--ink);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 92vh;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  width: 66px;
  height: 66px;
  background: var(--amber);
  z-index: 0;
}

.hero::before {
  left: clamp(18px, 4vw, 64px);
  top: 142px;
  box-shadow: 66px 0 0 var(--amber), 66px 66px 0 var(--amber), 0 132px 0 var(--amber);
}

.hero::after {
  right: clamp(18px, 5vw, 84px);
  bottom: 68px;
  box-shadow: -66px 66px 0 var(--amber), 0 66px 0 var(--amber);
}

.hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(430px, 0.92fr) minmax(520px, 1.08fr);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 10px;
}

.eyebrow::before,
.mono-label::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--amber);
  flex: 0 0 auto;
}

.mono-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
}

h1,
h2,
h3 {
  color: var(--ink);
  font-weight: 700;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(3.2rem, 6vw, 5.75rem);
  line-height: 0.9;
}

h2 {
  font-size: clamp(2.55rem, 5.5vw, 5.35rem);
  line-height: 0.94;
}

h3 {
  line-height: 1;
}

.hero-subhead,
.micro-proof,
.section-intro p,
.scenario-copy p:last-child,
.about-copy p:not(.eyebrow),
.booking-grid p:not(.eyebrow),
.footer-grid p,
.footer-grid a,
.fine-print,
.quiz-screen p,
.contrast-grid p,
.bento-card p,
.result-card p,
.result-card span,
.accordion-panel p {
  color: var(--muted);
}

.video-frame {
  border: 1px solid var(--ink);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 90, 0, 0.18), transparent 28%),
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px),
    var(--white);
  background-size: auto, 48px 48px, 48px 48px, auto;
}

.video-frame-large {
  box-shadow: 16px 16px 0 var(--amber);
}

.video-placeholder,
.video-placeholder .mono-label,
.video-placeholder strong {
  color: var(--ink);
}

.video-play {
  border: 1px solid var(--ink);
  background: var(--white);
  color: var(--ink);
  border-radius: 8px;
  box-shadow: 10px 10px 0 rgba(11, 13, 18, 0.12);
}

.live-widget,
.agent-bubble,
.chat-thread,
.mini-crm,
.proposal-card,
.sms-card,
.badge,
.journey-track article,
.bento-card,
.result-card,
.contrast-grid article,
.cal-shell,
.quiz-shell,
.accordion-item button,
.scroll-nudge,
.contact-form input,
.contact-form textarea,
.quiz-context input {
  border-radius: 8px;
}

.live-widget {
  background: var(--white);
  border-color: var(--ink);
  box-shadow: 12px 12px 0 var(--amber);
}

.agent-bubble,
.chat-thread,
.mini-crm,
.proposal-card,
.sms-card {
  background: var(--paper);
  border-color: var(--line);
}

.trust-bar {
  background: var(--white);
}

.badge {
  background: var(--white);
  border-color: var(--line);
  color: var(--ink);
}

.indexed-row,
.accordion-item,
.accordion {
  border-color: var(--line);
}

.indexed-row,
.closing-line,
.checkpoint p,
.stat-band span {
  color: var(--ink);
}

.indexed-row {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}

.closing-line,
.pull-quote,
.founder-note article > p:not(.eyebrow),
.roadmap-end {
  font-family: var(--display-font);
  font-style: normal;
  letter-spacing: -0.02em;
}

.stat-band {
  border-color: var(--ink);
  border-radius: 8px;
  overflow: hidden;
}

.stat-band div {
  background: var(--white);
}

.stat-band strong,
.proof-line strong,
.result-card strong,
.counter-row strong {
  color: var(--amber);
}

.proof-line,
.proof-line-dark {
  background: var(--white);
  color: var(--ink);
  border-color: var(--line);
}

.journey-track.with article {
  background: var(--accent-soft);
  border-color: var(--amber);
}

.journey-track.without article {
  background: var(--white);
  color: var(--muted);
}

.world-divider {
  background: var(--ink);
}

.roadmap-stage {
  min-height: 2100px;
}

#roadmapBase {
  stroke: rgba(11, 13, 18, 0.1);
}

.roadmap-rocket {
  background: var(--white);
  border-color: var(--ink);
  border-radius: 8px;
}

.checkpoint {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: none;
}

.checkpoint strong,
.checkpoint span,
.bento-card span,
.contrast-grid span,
.indexed-row span,
.roi-line,
.arrow-link,
.accordion-item button span::before,
.form-status {
  color: var(--amber);
}

.bento-grid,
.contrast-grid,
.fit-grid,
.about-grid,
.booking-grid,
.faq-layout {
  gap: 18px;
}

.bento-card,
.result-card,
.counter-row div,
.industry-chips span {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.bento-card.feature,
.contrast-grid article:nth-child(2),
.result-card.testimonial {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}

.bento-card.feature h3,
.contrast-grid article:nth-child(2) h3,
.result-card.testimonial blockquote,
.result-card.testimonial em {
  color: var(--white);
}

.bento-card.feature p,
.contrast-grid article:nth-child(2) p {
  color: rgba(255, 255, 255, 0.72);
}

.contrast-grid article {
  background: var(--white);
  border-color: var(--line);
}

.industry-chips span {
  font-weight: 800;
}

.portrait-frame {
  background:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px),
    var(--white);
  background-size: 48px 48px;
  border-color: var(--ink);
  border-radius: 8px;
  box-shadow: 14px 14px 0 var(--amber);
}

.counter-row {
  border-color: var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.honesty-beat {
  background: var(--ink);
  color: var(--white);
}

.honesty-beat p {
  color: var(--white);
}

.quiz-shell {
  background: var(--white);
  color: var(--ink);
  border-color: var(--ink);
  box-shadow: 16px 16px 0 var(--amber);
}

.quiz-context label,
.contact-form label {
  color: var(--ink);
}

.quiz-context input,
.contact-form input,
.contact-form textarea {
  border-color: var(--line);
  color: var(--ink);
  background: var(--white);
}

.ai-reply {
  background: var(--accent-soft);
  color: var(--ink);
}

.answer-grid button {
  background: var(--white);
  color: var(--ink);
  border-color: var(--line);
  border-radius: 8px;
}

.answer-grid button:hover {
  background: var(--accent-soft);
}

.booking-section,
.footer {
  background: var(--ink);
  color: var(--white);
}

.booking-section h2,
.booking-section h3,
.footer h2,
.footer h3,
.footer .footer-wordmark {
  color: var(--white);
}

.booking-section .eyebrow,
.footer .eyebrow {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.booking-grid p:not(.eyebrow),
.footer-grid p,
.footer-grid a,
.fine-print {
  color: rgba(255, 255, 255, 0.72);
}

.cal-shell {
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    #11141b;
  background-size: 42px 42px;
  border-color: var(--amber);
}

.footer-top,
.fine-print {
  border-color: rgba(255, 255, 255, 0.14);
}

.mobile-sticky-cta {
  background: var(--amber);
  color: var(--ink);
  border-top-color: var(--ink);
}

@media (max-width: 1100px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .hero::before {
    width: 38px;
    height: 38px;
    top: 86px;
    box-shadow: 38px 0 0 var(--amber), 38px 38px 0 var(--amber), 0 76px 0 var(--amber);
  }

  .hero::after {
    width: 38px;
    height: 38px;
    bottom: 28px;
    box-shadow: -38px 38px 0 var(--amber), 0 38px 0 var(--amber);
  }

  h1 {
    font-size: clamp(2.65rem, 12vw, 4.1rem);
  }

  .video-frame-large,
  .live-widget,
  .quiz-shell,
  .portrait-frame {
    box-shadow: 8px 8px 0 var(--amber);
  }
}

/* Agency polish pass: cleaner modern type, larger spacing, animated section breaks. */
:root {
  --display-font: "Manrope", Inter, sans-serif;
  --body-font: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono-font: "IBM Plex Mono", Consolas, monospace;
  --max: 1260px;
  --soft-shadow: 0 24px 70px rgba(11, 13, 18, 0.08);
}

body {
  font-family: var(--body-font);
}

.wordmark,
.footer-wordmark,
h1,
h2,
h3,
.video-placeholder strong,
.closing-line,
.pull-quote,
.founder-note article > p:not(.eyebrow),
.roadmap-end,
.stat-band strong,
.proof-line strong,
.result-card strong,
.counter-row strong,
.testimonial blockquote {
  font-family: var(--display-font);
}

.eyebrow,
.mono-label,
.micro-proof,
.trust-intro,
.industry-close,
.roi-line,
.privacy-line,
.fit-list .mono-label,
.nav-links,
.badge,
.live-widget-head,
.live-widget-foot,
.checkpoint strong,
.result-card em,
.counter-row span,
.founder-visual figcaption,
.form-status {
  font-family: var(--mono-font);
}

h1,
h2,
h3 {
  font-weight: 800;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 920px;
  font-size: clamp(3.55rem, 6.5vw, 6.8rem);
  line-height: 0.88;
}

h2 {
  font-size: clamp(2.75rem, 5.8vw, 5.9rem);
  line-height: 0.92;
}

h3 {
  font-size: clamp(1.6rem, 2.7vw, 2.55rem);
}

p {
  line-height: 1.72;
}

.section {
  position: relative;
  overflow: hidden;
  padding: clamp(96px, 13vw, 168px) 24px;
  isolation: isolate;
}

.section::before,
.section::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.section::before {
  top: 0;
  left: max(24px, calc((100vw - var(--max)) / 2));
  width: var(--section-line, 34%);
  max-width: 460px;
  height: 1px;
  background: linear-gradient(90deg, var(--ink), transparent);
  opacity: 0.28;
}

.section::after {
  top: 38px;
  right: max(24px, calc((100vw - var(--max)) / 2));
  width: 34px;
  height: 34px;
  background: var(--amber);
  box-shadow: -34px 34px 0 var(--amber), 34px 34px 0 rgba(255, 90, 0, 0.18);
  transform: translateY(var(--section-float, 0px));
}

.section:nth-of-type(even)::before {
  left: auto;
  right: max(24px, calc((100vw - var(--max)) / 2));
  background: linear-gradient(270deg, var(--ink), transparent);
}

.section:nth-of-type(even)::after {
  left: max(24px, calc((100vw - var(--max)) / 2));
  right: auto;
  box-shadow: 34px 34px 0 var(--amber), -34px 34px 0 rgba(255, 90, 0, 0.18);
}

.section > *,
.hero-grid,
.trust-bar > *,
.footer > * {
  position: relative;
  z-index: 1;
}

.section-intro {
  margin-bottom: clamp(58px, 8vw, 104px);
}

.section:nth-of-type(odd) .section-intro:not(.section-intro-left) {
  margin-left: clamp(0px, 8vw, 120px);
}

.section:nth-of-type(even) .section-intro:not(.section-intro-left) {
  margin-right: clamp(0px, 8vw, 120px);
}

.hero {
  min-height: 96vh;
  padding: calc(var(--nav-height) + 54px) 24px 76px;
}

.hero-grid {
  grid-template-columns: minmax(460px, 0.95fr) minmax(540px, 1.05fr);
  gap: clamp(48px, 7vw, 96px);
}

.hero-subhead {
  max-width: 710px;
  margin-top: 30px;
  font-size: clamp(1.02rem, 1.35vw, 1.22rem);
}

.hero-actions {
  margin-top: 42px;
  gap: 18px;
}

.button-primary,
.nav-cta,
.arrow-link {
  transition:
    transform 220ms cubic-bezier(0.16, 1, 0.3, 1),
    background 220ms ease,
    border-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease;
}

.button-primary:hover,
.nav-cta:hover {
  box-shadow: 6px 6px 0 var(--ink);
}

.video-frame-large {
  box-shadow: 18px 18px 0 var(--amber), var(--soft-shadow);
}

.video-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(255, 255, 255, 0.72) 48%, transparent 54% 100%);
  transform: translateX(-120%);
  animation: videoSweep 7s ease-in-out infinite;
}

@keyframes videoSweep {
  0%,
  44% {
    transform: translateX(-120%);
  }

  68%,
  100% {
    transform: translateX(120%);
  }
}

.live-widget {
  width: min(420px, 76%);
  overflow: hidden;
}

.live-widget::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle, rgba(255, 90, 0, 0.17) 1px, transparent 1px),
    radial-gradient(circle at 70% 20%, rgba(11, 13, 18, 0.08), transparent 22%);
  background-size: 18px 18px, auto;
  opacity: 0.7;
  animation: liveDrift 14s linear infinite;
  pointer-events: none;
}

@keyframes liveDrift {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(36px, 36px, 0);
  }
}

.live-widget > * {
  position: relative;
  z-index: 1;
}

.live-widget-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}

.live-widget-head time {
  color: var(--muted);
}

.live-progress {
  height: 3px;
  background: rgba(11, 13, 18, 0.08);
  margin: -4px 0 14px;
  overflow: hidden;
}

.live-progress span {
  display: block;
  width: var(--live-progress, 0%);
  height: 100%;
  background: var(--amber);
  transition: width 120ms linear;
}

.live-widget-stage {
  min-height: 216px;
}

.live-scene {
  transform: translateY(18px) scale(0.985);
}

.live-scene.is-active {
  transform: translateY(0) scale(1);
}

.call-ringing {
  height: 42px;
  display: flex;
  align-items: end;
  gap: 5px;
  margin: 4px 0 10px;
}

.call-ringing span {
  width: 7px;
  height: 12px;
  background: var(--amber);
  animation: callWave 820ms ease-in-out infinite;
}

.call-ringing span:nth-child(2) {
  animation-delay: 90ms;
}

.call-ringing span:nth-child(3) {
  animation-delay: 180ms;
}

.call-ringing span:nth-child(4) {
  animation-delay: 270ms;
}

.call-ringing span:nth-child(5) {
  animation-delay: 360ms;
}

@keyframes callWave {
  0%,
  100% {
    height: 10px;
    opacity: 0.45;
  }

  50% {
    height: 38px;
    opacity: 1;
  }
}

.agent-bubble [data-typewriter]::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 1em;
  margin-left: 3px;
  vertical-align: -2px;
  background: var(--amber);
  animation: cursorBlink 780ms steps(2, end) infinite;
}

@keyframes cursorBlink {
  50% {
    opacity: 0;
  }
}

.chat-line {
  transform: translateY(8px);
  opacity: 0;
}

.live-scene.is-active .chat-line {
  animation: chatIn 520ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.live-scene.is-active .chat-line:nth-child(2) {
  animation-delay: 520ms;
}

@keyframes chatIn {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.typing-dots {
  display: inline-flex;
  gap: 4px;
}

.typing-dots i {
  width: 5px;
  height: 5px;
  background: var(--amber);
  border-radius: 50%;
  animation: dotPulse 780ms ease-in-out infinite;
}

.typing-dots i:nth-child(2) {
  animation-delay: 110ms;
}

.typing-dots i:nth-child(3) {
  animation-delay: 220ms;
}

@keyframes dotPulse {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.4;
  }

  50% {
    transform: translateY(-5px);
    opacity: 1;
  }
}

.mini-crm span {
  position: relative;
  padding-right: 24px;
  transform: translateX(-8px);
  opacity: 0;
}

.mini-crm span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  border: 1px solid var(--amber);
  transform: translateY(-50%);
}

.live-scene.is-active .mini-crm span {
  animation: tagSync 520ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.live-scene.is-active .mini-crm span:nth-child(2) {
  animation-delay: 180ms;
}

.live-scene.is-active .mini-crm span:nth-child(3) {
  animation-delay: 360ms;
}

.live-scene.is-active .mini-crm strong {
  animation: readyPop 560ms 680ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes tagSync {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes readyPop {
  from {
    transform: scale(0.96);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.proposal-card {
  position: relative;
  overflow: hidden;
}

.proposal-scan {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(255, 90, 0, 0.22), transparent);
  transform: translateY(-120%);
}

.live-scene.is-active .proposal-scan {
  animation: scanDown 1.65s ease-in-out infinite;
}

@keyframes scanDown {
  to {
    transform: translateY(120%);
  }
}

.sms-card {
  position: relative;
}

.sms-card::after {
  content: "sent";
  position: absolute;
  right: 12px;
  bottom: 10px;
  color: var(--amber);
  font-family: var(--mono-font);
  font-size: 0.68rem;
  text-transform: uppercase;
  opacity: 0;
}

.live-scene.is-active .sms-card::after {
  animation: readyPop 420ms 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.live-widget-foot {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.62rem;
  text-transform: uppercase;
}

.live-widget-foot span {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  padding: 6px;
  text-align: center;
}

.scenario,
.bento-card,
.result-card,
.checkpoint,
.indexed-row,
.journey-track article,
.fit-list article,
.industry-chips span,
.contrast-grid article,
.accordion-item,
.cal-shell,
.quiz-shell {
  transition:
    transform 280ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.bento-card:hover,
.result-card:hover,
.checkpoint:hover,
.indexed-row:hover,
.journey-track article:hover,
.industry-chips span:hover,
.contrast-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(11, 13, 18, 0.42);
  box-shadow: 10px 10px 0 rgba(255, 90, 0, 0.16);
}

.proof-line {
  position: relative;
  overflow: hidden;
}

.proof-line::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--section-line, 28%);
  background: rgba(255, 90, 0, 0.09);
  pointer-events: none;
}

.proof-line > * {
  position: relative;
}

.booking-section::before,
.footer::before {
  background: linear-gradient(90deg, var(--amber), transparent);
  opacity: 0.75;
}

.booking-section::after {
  box-shadow: -34px 34px 0 var(--amber), 34px 34px 0 rgba(255, 255, 255, 0.14);
}

@media (max-width: 1100px) {
  .hero {
    min-height: auto;
  }

  .hero-grid {
    gap: 38px;
  }

  .section:nth-of-type(odd) .section-intro:not(.section-intro-left),
  .section:nth-of-type(even) .section-intro:not(.section-intro-left) {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 780px) {
  .section {
    padding: 88px 18px;
  }

  .section::before {
    width: var(--section-line, 42%);
  }

  .section::after {
    width: 20px;
    height: 20px;
    top: 28px;
    box-shadow: -20px 20px 0 var(--amber), 20px 20px 0 rgba(255, 90, 0, 0.18);
  }

  h1 {
    font-size: clamp(2.7rem, 11vw, 4rem);
    line-height: 0.92;
  }

  h2 {
    font-size: clamp(2.28rem, 10vw, 3.45rem);
  }

  .live-widget {
    width: 100%;
  }

  .live-widget-stage {
    min-height: 202px;
  }

  .live-widget-foot {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .video-frame::after,
  .live-widget::before,
  .call-ringing span,
  .agent-bubble [data-typewriter]::after,
  .typing-dots i,
  .live-scene.is-active .chat-line,
  .live-scene.is-active .mini-crm span,
  .live-scene.is-active .mini-crm strong,
  .live-scene.is-active .proposal-scan,
  .live-scene.is-active .sms-card::after {
    animation: none !important;
  }
}

/* Final refinement pass: more breathing room, cleaner reading, agentic scroll layer. */
:root {
  --page-pad: clamp(26px, 6.8vw, 118px);
  --max: 1180px;
  --wide: 1340px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

body {
  font-size: 16px;
  background-position: var(--grid-x, 0px) var(--grid-y, 0px);
}

p,
li,
.indexed-row,
.badge,
.answer-grid button {
  text-wrap: pretty;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

.nav-inner {
  max-width: var(--wide);
  padding-left: var(--page-pad);
  padding-right: var(--page-pad);
}

.hero,
.section,
.footer {
  padding-left: var(--page-pad);
  padding-right: var(--page-pad);
}

.hero-grid,
.section > *,
.trust-bar > *,
.footer > * {
  max-width: var(--max);
}

.hero-grid {
  max-width: var(--wide);
}

.trust-bar {
  padding-left: var(--page-pad);
  padding-right: var(--page-pad);
}

.hero-grid {
  grid-template-columns: minmax(470px, 0.9fr) minmax(560px, 1.1fr);
  gap: clamp(66px, 8vw, 128px);
}

.hero-copy {
  max-width: 760px;
}

.hero-subhead {
  max-width: 640px;
}

.section-grid,
.sticky-grid,
.fit-grid,
.about-grid,
.booking-grid,
.faq-layout {
  gap: clamp(58px, 8vw, 118px);
}

.scenario {
  grid-template-columns: minmax(300px, 0.72fr) minmax(420px, 1.28fr);
  gap: clamp(54px, 8vw, 112px);
}

.scenario-reverse {
  grid-template-columns: minmax(420px, 1.28fr) minmax(300px, 0.72fr);
}

.section-intro {
  max-width: 1020px;
}

.section-intro p,
.hero-subhead,
.about-copy p:not(.eyebrow),
.booking-grid p:not(.eyebrow),
.accordion-panel p {
  font-size: clamp(1.01rem, 1.08vw, 1.13rem);
}

.agent-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
  max-width: 560px;
}

.agent-stack span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(11, 13, 18, 0.16);
  background: rgba(255, 255, 255, 0.72);
  padding: 7px 10px;
  font-family: var(--mono-font);
  font-size: 0.68rem;
  text-transform: uppercase;
  color: var(--muted);
  transition:
    transform 260ms var(--ease-out),
    background 260ms ease,
    border-color 260ms ease,
    color 260ms ease;
}

.agent-stack span:hover {
  transform: translateY(-3px);
  border-color: var(--ink);
  background: var(--amber);
  color: var(--ink);
}

.scroll-meter {
  position: fixed;
  inset: 0 0 auto;
  height: 3px;
  z-index: 180;
  background: transparent;
  pointer-events: none;
}

.scroll-meter span {
  display: block;
  width: var(--page-progress, 0%);
  height: 100%;
  background: var(--amber);
  box-shadow: 0 0 22px rgba(255, 90, 0, 0.45);
}

.agent-rail {
  position: fixed;
  left: 20px;
  top: 50%;
  z-index: 1;
  width: 154px;
  transform: translateY(-50%);
  border: 1px solid rgba(11, 13, 18, 0.14);
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(18px);
  padding: 14px;
  box-shadow: 10px 10px 0 rgba(255, 90, 0, 0.12);
  opacity: 0.48;
  pointer-events: none;
  user-select: none;
  mix-blend-mode: multiply;
  transition:
    transform 380ms var(--ease-out),
    opacity 240ms ease,
    border-color 220ms ease;
}

.agent-rail.is-hot {
  border-color: rgba(255, 90, 0, 0.78);
  transform: translateY(-50%) translateX(4px);
  opacity: 0.56;
}

.agent-rail .mono-label {
  margin-bottom: 10px;
  font-size: 0.62rem;
}

.agent-rail strong {
  display: block;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: 1.05rem;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.agent-rail span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.35;
}

.agent-rail-bars {
  display: flex;
  align-items: end;
  gap: 4px;
  height: 28px;
  margin-top: 14px;
}

.agent-rail-bars i {
  flex: 1;
  min-width: 0;
  height: 8px;
  background: var(--amber);
  animation: railBars 980ms ease-in-out infinite;
}

.agent-rail-bars i:nth-child(2) {
  animation-delay: 120ms;
}

.agent-rail-bars i:nth-child(3) {
  animation-delay: 240ms;
}

.agent-rail-bars i:nth-child(4) {
  animation-delay: 360ms;
}

@keyframes railBars {
  0%,
  100% {
    height: 8px;
    opacity: 0.45;
  }

  50% {
    height: 26px;
    opacity: 1;
  }
}

.section.is-passing .section-intro h2,
.section.is-passing .sticky-copy h2 {
  transform: translateX(var(--headline-shift, 0px));
}

.section-intro h2,
.sticky-copy h2 {
  transition: transform 520ms var(--ease-out);
}

.section:nth-of-type(odd).is-passing {
  --headline-shift: 10px;
}

.section:nth-of-type(even).is-passing {
  --headline-shift: -10px;
}

.bento-card,
.checkpoint,
.result-card,
.indexed-row,
.journey-track article,
.scenario .video-frame,
.cal-shell,
.quiz-shell {
  will-change: transform;
}

.bento-card::after,
.checkpoint::after,
.result-card::after,
.indexed-row::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0 42%, rgba(255, 90, 0, 0.12) 48%, transparent 55%);
  opacity: 0;
  transform: translateX(-110%);
}

.bento-card,
.checkpoint,
.result-card,
.indexed-row {
  position: relative;
  overflow: hidden;
}

.bento-card:hover::after,
.checkpoint:hover::after,
.result-card:hover::after,
.indexed-row:hover::after {
  animation: cardSheen 860ms var(--ease-out);
}

@keyframes cardSheen {
  0% {
    opacity: 0;
    transform: translateX(-110%);
  }

  25% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(110%);
  }
}

.trust-bar {
  min-height: 92px;
}

.marquee-track {
  gap: 14px;
}

.badge {
  min-height: 44px;
  padding-left: 16px;
  padding-right: 16px;
}

.row-list,
.scenario-stack {
  gap: clamp(22px, 4vw, 64px);
}

.indexed-row {
  min-height: 86px;
  align-items: center;
}

.live-widget {
  box-shadow: 18px 18px 0 var(--amber), 0 28px 88px rgba(11, 13, 18, 0.12);
}

.live-widget-foot span {
  transition:
    transform 220ms var(--ease-out),
    background 220ms ease,
    color 220ms ease;
}

.live-widget[data-live-scene="1"] .live-widget-foot span:nth-child(1),
.live-widget[data-live-scene="3"] .live-widget-foot span:nth-child(2),
.live-widget[data-live-scene="5"] .live-widget-foot span:nth-child(3) {
  background: var(--ink);
  color: var(--white);
  transform: translateY(-2px);
}

@media (max-width: 1320px) {
  .agent-rail {
    display: none;
  }
}

/* Keep the five hero routes in open grid lanes so their glow remains visible. */
.hero-signal-b {
  right: 36px;
  top: 144px;
}

.hero-signal-c {
  left: 648px;
  top: 72px;
}

.hero-signal-d {
  right: auto;
  left: 72px;
  top: 648px;
}

.hero-signal-e {
  left: 36px;
  top: 216px;
}

@keyframes heroSignalRouteB {
  0% { opacity: 0; transform: translate(0, 0); }
  7%, 28% { opacity: 0.48; }
  30% { opacity: 0.82; transform: translate(0, 216px); }
  33%, 57% { opacity: 0.48; }
  59% { opacity: 0.82; transform: translate(0, 432px); }
  62%, 93% { opacity: 0.48; }
  98% { opacity: 0.34; transform: translate(0, 72px); }
  100% { opacity: 0; transform: translate(0, 72px); }
}

@keyframes heroSignalRouteC {
  0% { opacity: 0; transform: translate(0, 0); }
  7%, 28% { opacity: 0.44; }
  30% { opacity: 0.78; transform: translate(0, 216px); }
  33%, 57% { opacity: 0.44; }
  59% { opacity: 0.78; transform: translate(0, 432px); }
  62%, 93% { opacity: 0.44; }
  98% { opacity: 0.3; transform: translate(-72px, 432px); }
  100% { opacity: 0; transform: translate(-72px, 432px); }
}

@keyframes heroSignalRouteD {
  0% { opacity: 0; transform: translate(0, 0); }
  7%, 30% { opacity: 0.42; }
  32% { opacity: 0.74; transform: translate(288px, 0); }
  35%, 61% { opacity: 0.42; }
  63% { opacity: 0.74; transform: translate(288px, -72px); }
  66%, 94% { opacity: 0.42; }
  99% { opacity: 0.28; transform: translate(576px, -72px); }
  100% { opacity: 0; transform: translate(576px, -72px); }
}

@keyframes heroSignalRouteE {
  0% { opacity: 0; transform: translate(0, 0); }
  6%, 28% { opacity: 0.5; }
  30% { opacity: 0.84; transform: translate(0, 216px); }
  33%, 57% { opacity: 0.5; }
  59% { opacity: 0.84; transform: translate(72px, 216px); }
  62%, 93% { opacity: 0.5; }
  98% { opacity: 0.34; transform: translate(72px, 432px); }
  100% { opacity: 0; transform: translate(72px, 432px); }
}

/* Larger review marks within the existing trust-band footprint. */
.trust-bar {
  padding-top: clamp(23px, 2.4vw, 32px);
  padding-bottom: clamp(25px, 2.7vw, 36px);
}

.trust-bar .trust-intro {
  margin-bottom: clamp(13px, 1.4vw, 18px);
}

.trust-bar .trust-badge-marquee {
  width: calc(100% - clamp(24px, 3vw, 48px));
  margin-inline: auto;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 2.5%, #000 97.5%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 2.5%, #000 97.5%, transparent);
}

.trust-badge-item {
  height: 86px;
  overflow: visible;
  padding-block: 4px;
}

.trust-badge-item > img {
  height: 76px;
  max-width: 216px;
}

.trust-badge-bark {
  min-width: 138px;
}

.trust-badge-bark .bark-widget {
  transform: scale(0.82);
}

@media (max-width: 780px) {
  .trust-bar {
    padding-top: 22px;
    padding-bottom: 25px;
  }

  .trust-badge-item {
    height: 68px;
  }

  .trust-badge-item > img {
    height: 60px;
    max-width: 178px;
  }

  .trust-badge-bark .bark-widget {
    transform: scale(0.68);
  }
}

/* Final compact rhythm for the Ghost Period walkthrough. */
@media (min-width: 981px) {
  .problem-intro {
    grid-template-columns: minmax(0, 7.7fr) minmax(0, 4.3fr);
    gap: clamp(30px, 3vw, 46px);
  }

  .problem-intro-heading,
  .problem-intro-copy {
    grid-column: auto;
  }

  .problem-intro h2 {
    font-size: clamp(2.65rem, 3.65vw, 4.25rem);
    line-height: 1.01;
  }

  .problem-intro-copy > p {
    line-height: 1.62;
  }

  .lead-simulator { min-height: 410px; }

  .simulator-toolbar {
    min-height: 82px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .simulator-panel {
    grid-template-rows: 58px minmax(248px, 1fr);
    min-height: 326px;
  }

  .scenario-brief { padding-top: 21px; }
  .scenario-situation { margin-top: 17px; }
  .scenario-situation strong { font-size: clamp(1.25rem, 1.7vw, 1.75rem); }

  .scenario-setup {
    margin-top: 10px;
    line-height: 1.45;
  }

  .operational-feed { margin-bottom: 18px; }

  .feed-header {
    min-height: 34px;
    padding-bottom: 9px;
  }

  .feed-list { min-height: 180px; }

  .feed-list::before,
  .feed-list::after { top: 22px; }

  .feed-list::before { bottom: 22px; }
  .feed-list::after { height: calc((100% - 44px) * var(--feed-progress) / 100%); }
  .feed-row { min-height: 30px; }

  .feed-final {
    min-height: 44px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .scenario-result { padding-bottom: 20px; }

  .scenario-outcome {
    min-height: 74px;
    padding-top: 12px;
  }

  .run-virgox {
    min-height: 44px;
    margin-top: 9px;
  }

  .proof-transition h3 { font-size: clamp(1.7rem, 2.55vw, 2.65rem); }
  .booking-proof { min-height: 314px; }

  .booking-graph {
    padding-top: 22px;
    padding-bottom: 16px;
  }

  .booking-chart { height: 166px; }

  .booking-summary {
    padding-top: 23px;
    padding-bottom: 20px;
  }

  .response-evidence > section {
    min-height: 210px;
    padding-top: 21px;
    padding-bottom: 21px;
  }
}

/* Final compact rhythm for the Ghost Period walkthrough. */
@media (min-width: 981px) {
  .problem-intro {
    grid-template-columns: minmax(0, 7.7fr) minmax(0, 4.3fr);
    gap: clamp(30px, 3vw, 46px);
  }

  .problem-intro-heading,
  .problem-intro-copy {
    grid-column: auto;
  }

  .problem-intro h2 {
    font-size: clamp(2.65rem, 3.65vw, 4.25rem);
    line-height: 1.01;
  }

  .problem-intro-copy > p {
    line-height: 1.62;
  }

  .lead-simulator {
    min-height: 410px;
  }

  .simulator-toolbar {
    min-height: 82px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .simulator-panel {
    grid-template-rows: 58px minmax(248px, 1fr);
    min-height: 326px;
  }

  .scenario-brief {
    padding-top: 21px;
  }

  .scenario-situation {
    margin-top: 17px;
  }

  .scenario-situation strong {
    font-size: clamp(1.25rem, 1.7vw, 1.75rem);
  }

  .scenario-setup {
    margin-top: 10px;
    line-height: 1.45;
  }

  .operational-feed {
    margin-bottom: 18px;
  }

  .feed-header {
    min-height: 34px;
    padding-bottom: 9px;
  }

  .feed-list {
    min-height: 180px;
  }

  .feed-list::before,
  .feed-list::after {
    top: 22px;
  }

  .feed-list::before {
    bottom: 22px;
  }

  .feed-list::after {
    height: calc((100% - 44px) * var(--feed-progress) / 100%);
  }

  .feed-row {
    min-height: 30px;
  }

  .feed-final {
    min-height: 44px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .scenario-result {
    padding-bottom: 20px;
  }

  .scenario-outcome {
    min-height: 74px;
    padding-top: 12px;
  }

  .run-virgox {
    min-height: 44px;
    margin-top: 9px;
  }

  .proof-transition h3 {
    font-size: clamp(1.7rem, 2.55vw, 2.65rem);
  }

  .booking-proof {
    min-height: 314px;
  }

  .booking-graph {
    padding-top: 22px;
    padding-bottom: 16px;
  }

  .booking-chart {
    height: 166px;
  }

  .booking-summary {
    padding-top: 23px;
    padding-bottom: 20px;
  }

  .response-evidence > section {
    min-height: 210px;
    padding-top: 21px;
    padding-bottom: 21px;
  }
}

/* Ghost Period: an owner-first lead handling walkthrough. */
.problem-lab {
  color: var(--ink);
  background: transparent;
  padding: 88px var(--page-pad);
  overflow: hidden;
}

.problem-lab::before,
.problem-lab::after {
  display: none;
}

.problem-lab .site-grid-signals {
  z-index: 0;
}

.problem-shell {
  position: relative;
  z-index: 1;
  width: min(100%, var(--wide));
  margin: 0 auto;
}

.problem-intro {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: clamp(28px, 4.2vw, 66px);
}

.problem-intro-heading {
  grid-column: span 7;
}

.problem-intro-copy {
  grid-column: span 5;
  max-width: 530px;
  padding-top: 22px;
}

.problem-lab .eyebrow,
.problem-lab .mono-label,
.graph-context,
.summary-status,
.measured-reply > p {
  color: #6d6e70;
  font-family: var(--mono-font);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.problem-intro .eyebrow {
  width: fit-content;
  margin: 0 0 18px;
  padding-left: 18px;
  color: var(--amber-deep);
  position: relative;
}

.problem-intro .eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid var(--amber);
  transform: translateY(-50%);
}

.problem-intro h2 {
  margin: 0;
  max-width: 870px;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: clamp(2.75rem, 4.7vw, 5.15rem);
  font-weight: 750;
  line-height: 0.99;
  letter-spacing: 0;
}

.problem-intro h2 span {
  display: block;
}

.problem-intro h2 span + span {
  margin-top: 8px;
}

.problem-intro-copy > p {
  margin: 0;
  color: #3f4247;
  font-size: clamp(1rem, 1.22vw, 1.17rem);
  line-height: 1.72;
}

.problem-intro-copy mark {
  color: var(--ink);
  background: rgba(255, 90, 0, 0.12);
  box-shadow: inset 0 -2px 0 var(--amber);
}

.problem-intro-copy > strong {
  display: block;
  margin-top: 26px;
  padding-left: 20px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.4;
  position: relative;
}

.problem-intro-copy > strong::before {
  content: "\2193";
  position: absolute;
  left: 0;
  color: var(--amber-deep);
}

.lead-simulator {
  margin-top: 48px;
  border: 1px solid #111319;
  background: rgba(255, 255, 255, 0.96);
  min-height: 444px;
}

.simulator-toolbar {
  min-height: 92px;
  padding: 17px clamp(20px, 2.3vw, 34px);
  border-bottom: 1px solid #c7c8ca;
  display: flex;
  align-items: center;
}

.scenario-picker {
  min-width: 0;
}

.scenario-picker .mono-label {
  margin: 0 0 10px;
}

.scenario-tabs {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.scenario-tabs button,
.handling-switch button,
.self-check-options button,
.run-virgox {
  min-height: 44px;
  border-radius: 0;
  box-shadow: none;
  font-family: var(--mono-font);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
}

.scenario-tabs button {
  padding: 0 18px;
  border: 1px solid #bfc0c2;
  border-right: 0;
  color: #55585d;
  background: #fff;
  white-space: nowrap;
}

.scenario-tabs button:last-child {
  border-right: 1px solid #bfc0c2;
}

.scenario-tabs button[aria-selected="true"] {
  color: #fff;
  border-color: var(--ink);
  background: var(--ink);
  position: relative;
}

.scenario-tabs button[aria-selected="true"]::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -1px;
  height: 2px;
  background: var(--amber);
}

.problem-lab button:focus-visible,
.problem-lab a:focus-visible {
  outline: 3px solid rgba(255, 90, 0, 0.55);
  outline-offset: 3px;
}

.simulator-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 38%) minmax(0, 62%);
  grid-template-rows: 65px minmax(270px, 1fr);
  min-height: 350px;
}

.scenario-brief {
  grid-column: 1;
  grid-row: 1;
  padding: 27px clamp(24px, 2.8vw, 40px) 0;
}

.scenario-time {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d4d4d3;
}

.scenario-time span,
.scenario-outcome span,
.feed-final span {
  color: #72757a;
  font-family: var(--mono-font);
  font-size: 0.63rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.scenario-time strong {
  color: var(--ink);
  font-family: var(--mono-font);
  font-size: 0.82rem;
  font-weight: 750;
}

.scenario-situation {
  margin: 22px 0 0;
}

.scenario-situation span {
  display: block;
  margin-bottom: 7px;
  color: var(--amber-deep);
  font-family: var(--mono-font);
  font-size: 0.62rem;
  font-weight: 750;
  text-transform: uppercase;
}

.scenario-situation strong {
  display: block;
  max-width: 360px;
  color: var(--ink);
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 750;
  line-height: 1.12;
}

.scenario-setup {
  max-width: 380px;
  margin: 14px 0 0;
  color: #55585d;
  font-size: 0.93rem;
  line-height: 1.55;
}

.handling-switch {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-self: center;
  justify-self: end;
  width: min(100%, 350px);
  margin-right: clamp(20px, 2.3vw, 34px);
  border: 1px solid #aaabad;
  background: #fff;
}

.handling-switch button {
  min-height: 42px;
  padding: 0 14px;
  border: 0;
  border-right: 1px solid #aaabad;
  color: #65686d;
  background: #fff;
}

.handling-switch button:last-child {
  border-right: 0;
}

.handling-switch button[aria-pressed="true"] {
  color: #fff;
  background: var(--ink);
}

.lead-simulator.is-virgox .handling-switch button[aria-pressed="true"] {
  color: var(--ink);
  background: var(--amber);
}

.operational-feed {
  grid-column: 2;
  grid-row: 2;
  min-width: 0;
  margin: 0 clamp(20px, 2.3vw, 34px) 26px 0;
  padding: 0 0 0 clamp(20px, 2vw, 30px);
  border-left: 1px solid #c7c8ca;
}

.feed-header {
  min-height: 38px;
  padding: 0 0 12px;
  border-bottom: 1px solid #c7c8ca;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.feed-header strong {
  color: #65686d;
  font-family: var(--mono-font);
  font-size: 0.64rem;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

.feed-source {
  min-width: 84px;
  padding: 7px 11px;
  border: 1px solid var(--ink);
  color: var(--ink);
  font-family: var(--mono-font);
  font-size: 0.63rem;
  font-weight: 750;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.lead-simulator.is-virgox .feed-source {
  border-color: var(--amber-deep);
  color: var(--amber-deep);
}

.feed-list {
  --feed-progress: 0%;
  position: relative;
  min-height: 200px;
  margin: 0;
  padding: 5px 0 3px;
  list-style: none;
}

.feed-list::before,
.feed-list::after {
  content: "";
  position: absolute;
  left: 112px;
  top: 26px;
  width: 1px;
}

.feed-list::before {
  bottom: 26px;
  background: #c8c9ca;
}

.feed-list::after {
  height: calc((100% - 52px) * var(--feed-progress) / 100%);
  background: #85888d;
  transition: height 420ms ease;
}

.lead-simulator.is-virgox .feed-list::after {
  background: var(--amber);
}

.feed-row {
  min-height: 37px;
  display: grid;
  grid-template-columns: 94px 36px minmax(0, 1fr);
  align-items: center;
  border-bottom: 1px solid #ededeb;
  opacity: 0.22;
  transition: opacity 240ms ease, color 240ms ease;
}

.feed-row time {
  color: #6d7075;
  font-family: var(--mono-font);
  font-size: 0.65rem;
  font-weight: 650;
  line-height: 1.18;
  text-transform: uppercase;
}

.feed-row i {
  position: relative;
  z-index: 1;
  width: 7px;
  height: 7px;
  margin-left: 15px;
  border: 1px solid #9d9fa2;
  border-radius: 50%;
  background: #fff;
}

.feed-row > span {
  color: #55585d;
  font-family: var(--mono-font);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.feed-row.is-complete {
  opacity: 0.72;
}

.feed-row.is-complete i {
  border-color: #777a7f;
  background: #777a7f;
}

.feed-row.is-active {
  opacity: 1;
}

.feed-row.is-active i {
  border-color: var(--amber);
  background: var(--amber);
  box-shadow: 0 0 0 4px rgba(255, 90, 0, 0.12);
}

.feed-row.is-active > span {
  color: var(--ink);
}

.lead-simulator.is-virgox .feed-row.is-complete i {
  border-color: var(--amber-deep);
  background: var(--amber-deep);
}

.feed-final {
  min-height: 48px;
  padding: 11px 14px;
  border: 1px solid #aeb0b3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 250ms ease, transform 250ms ease;
}

.feed-final strong {
  color: #4f5257;
  font-family: var(--mono-font);
  font-size: 0.83rem;
  font-weight: 800;
  text-transform: uppercase;
}

.feed-final.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.lead-simulator.is-virgox .feed-final {
  border-color: var(--amber-deep);
  background: rgba(255, 90, 0, 0.07);
}

.lead-simulator.is-virgox .feed-final strong {
  color: var(--amber-deep);
}

.lead-simulator.is-virgox .feed-final.is-visible strong {
  animation: bookedStatusPulse 620ms ease-out 1;
}

@keyframes bookedStatusPulse {
  50% { transform: scale(1.035); }
}

.scenario-result {
  grid-column: 1;
  grid-row: 2;
  align-self: end;
  min-width: 0;
  padding: 0 clamp(24px, 2.8vw, 40px) 26px;
}

.scenario-outcome {
  min-height: 83px;
  padding: 15px 0 0 18px;
  border-top: 1px solid #d4d4d3;
  border-left: 2px solid #777a7f;
  opacity: 0;
  transition: opacity 300ms ease;
}

.lead-simulator.is-virgox .scenario-outcome {
  border-left-color: var(--amber);
}

.scenario-outcome.is-visible {
  opacity: 1;
}

.scenario-outcome p {
  margin: 7px 0 0;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.42;
}

.run-virgox {
  width: 100%;
  min-height: 46px;
  margin-top: 13px;
  padding: 0 15px;
  border: 1px solid var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: var(--ink);
}

.run-virgox:hover {
  color: var(--ink);
  background: var(--amber);
  border-color: var(--amber);
}

.run-virgox[hidden] {
  display: flex;
  visibility: hidden;
  pointer-events: none;
}

.proof-transition {
  width: min(100%, 930px);
  margin: 72px auto 20px;
  text-align: center;
}

.proof-transition .eyebrow {
  margin: 0 0 12px;
  color: var(--amber-deep);
}

.proof-transition h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.75rem, 3.1vw, 3.2rem);
  font-weight: 750;
  line-height: 1.08;
  letter-spacing: 0;
}

.booking-proof {
  min-height: 342px;
  border: 1px solid #111319;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(270px, 1fr);
  background: rgba(255, 255, 255, 0.96);
}

.booking-graph {
  min-width: 0;
  padding: 26px clamp(24px, 2.8vw, 40px) 20px;
  border-right: 1px solid #111319;
}

.booking-graph > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
}

.graph-context {
  flex: 0 0 auto;
  margin: 0;
}

.graph-context span {
  display: inline-block;
  margin-left: 7px;
  padding: 5px 7px;
  border: 1px solid var(--amber-deep);
  color: var(--amber-deep);
}

.booking-graph h3 {
  max-width: 520px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.45rem, 2.1vw, 2.25rem);
  font-weight: 750;
  line-height: 1.08;
  text-align: right;
}

.graph-legend {
  margin-top: 17px;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

.graph-legend span {
  color: #6a6d72;
  font-family: var(--mono-font);
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
}

.graph-legend i {
  width: 18px;
  height: 2px;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
}

.legend-before {
  background: #94969a;
}

.legend-after {
  background: var(--amber);
}

.booking-chart {
  width: 100%;
  height: 190px;
  margin-top: -7px;
  display: block;
  overflow: visible;
}

.chart-guides line {
  stroke: #d8d9d9;
  stroke-width: 1;
}

.chart-guides text,
.chart-weeks text {
  fill: #777a7f;
  font-family: var(--mono-font);
  font-size: 12px;
  font-weight: 650;
  text-anchor: middle;
}

.chart-line {
  fill: none;
  stroke-width: 3;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.chart-line-before {
  stroke: #9a9ca0;
}

.chart-line-after {
  stroke: var(--amber);
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.chart-node {
  stroke-width: 2;
}

.chart-node-before {
  fill: #fff;
  stroke: #85878b;
}

.chart-node-after {
  fill: #fff;
  stroke: var(--amber);
  opacity: 0;
}

.chart-gain-label {
  fill: var(--amber-deep);
  font-family: var(--mono-font);
  font-size: 12px;
  font-weight: 800;
  text-anchor: middle;
  opacity: 0;
}

.booking-proof.is-chart-visible .chart-line-after {
  animation: drawBookingLine 1.5s var(--ease-out) forwards;
}

.booking-proof.is-chart-visible .chart-node-after,
.booking-proof.is-chart-visible .chart-gain-label {
  animation: revealChartPoint 280ms ease forwards;
  animation-delay: calc(560ms + var(--point-index) * 260ms);
}

@keyframes drawBookingLine {
  to { stroke-dashoffset: 0; }
}

@keyframes revealChartPoint {
  to { opacity: 1; }
}

.sample-note {
  margin: -3px 0 0;
  color: #74777c;
  font-size: 0.67rem;
  line-height: 1.35;
}

.booking-summary {
  min-width: 0;
  min-height: 100%;
  padding: 27px clamp(24px, 2.8vw, 38px) 24px;
  display: flex;
  flex-direction: column;
  background: #f3f3ef;
}

.summary-status {
  margin: 0;
  color: #64676c;
}

.summary-status i {
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  display: inline-block;
  background: var(--amber);
}

.booking-proof.is-chart-visible .summary-status i {
  animation: proofDotPulse 520ms ease-out 1;
}

@keyframes proofDotPulse {
  50% { box-shadow: 0 0 0 7px rgba(255, 90, 0, 0.15); }
}

.booking-summary dl {
  margin: 22px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.booking-summary dl div {
  display: flex;
  flex-direction: column-reverse;
}

.booking-summary dt,
.summary-gain span,
.spend-status span {
  color: #6d7075;
  font-family: var(--mono-font);
  font-size: 0.61rem;
  font-weight: 700;
  text-transform: uppercase;
}

.booking-summary dd {
  margin: 0 0 4px;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: 2.15rem;
  font-weight: 750;
  line-height: 1;
}

.summary-gain {
  margin-top: auto;
  padding: 20px 0 14px;
  border-top: 1px solid #b8b9ba;
  border-bottom: 1px solid #b8b9ba;
}

.summary-gain strong {
  display: block;
  width: fit-content;
  color: var(--amber-deep);
  font-family: var(--display-font);
  font-size: clamp(3.5rem, 5vw, 5.7rem);
  font-weight: 800;
  line-height: 0.88;
  box-shadow: inset 0 -2px 0 rgba(221, 71, 0, 0.45);
}

.summary-gain span {
  display: block;
  margin-top: 8px;
  color: var(--ink);
}

.spend-status {
  margin: 14px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.spend-status strong {
  color: var(--ink);
  font-family: var(--mono-font);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.response-evidence {
  margin-top: 32px;
  border: 1px solid #111319;
  display: grid;
  grid-template-columns: minmax(210px, 0.8fr) minmax(390px, 1.7fr) minmax(280px, 1fr);
  background: rgba(255, 255, 255, 0.96);
}

.response-evidence > section {
  min-width: 0;
  min-height: 226px;
  padding: 24px clamp(20px, 2vw, 31px);
  border-right: 1px solid #bfc0c2;
}

.response-evidence > section:last-child {
  border-right: 0;
}

.measured-reply {
  display: flex;
  flex-direction: column;
}

.measured-reply > p {
  margin: 0;
}

.measured-reply > strong {
  margin-top: auto;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: clamp(1.6rem, 2.2vw, 2.5rem);
  font-weight: 760;
  line-height: 1;
}

.measured-reply > span {
  margin-top: 10px;
  color: #6d7075;
  font-size: 0.72rem;
  line-height: 1.35;
}

.response-window h3,
.lead-self-check h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.15rem, 1.55vw, 1.55rem);
  font-weight: 740;
  line-height: 1.18;
}

.response-window > p {
  margin: 10px 0 0;
  color: #56595e;
  font-size: 0.86rem;
}

.response-rail {
  margin-top: 25px;
  border-top: 1px solid #b8b9bb;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.response-rail div {
  position: relative;
  padding: 14px 10px 0 0;
}

.response-rail div::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8a8c90;
}

.response-rail div:first-child::before {
  background: var(--amber);
}

.response-rail strong,
.response-rail span {
  display: block;
  font-family: var(--mono-font);
  text-transform: uppercase;
}

.response-rail strong {
  color: var(--ink);
  font-size: 0.66rem;
}

.response-rail span {
  margin-top: 6px;
  color: #72757a;
  font-size: 0.55rem;
  line-height: 1.3;
}

.lead-self-check {
  display: flex;
  flex-direction: column;
}

.self-check-options {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.self-check-options button {
  min-height: 44px;
  padding: 0 10px;
  border: 1px solid #9fa1a4;
  color: #55585d;
  background: #fff;
}

.self-check-options button + button {
  border-left: 0;
}

.self-check-options button[aria-pressed="true"] {
  color: #fff;
  border-color: var(--ink);
  background: var(--ink);
}

.self-check-result {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid #c7c8ca;
}

.self-check-result[hidden] {
  display: none;
}

.self-check-result p {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.35;
}

.self-check-result a {
  color: var(--amber-deep);
  font-size: 0.75rem;
  font-weight: 750;
  line-height: 1.35;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Five routes stay distributed across the full-height editorial grid. */
#ghost-period .site-grid-node-a {
  animation-name: problemGridRouteA;
  animation-duration: 10.8s;
}

#ghost-period .site-grid-node-b {
  animation-name: problemGridRouteB;
  animation-duration: 12.6s;
}

#ghost-period .site-grid-node-c {
  animation-name: problemGridRouteC;
  animation-duration: 11.7s;
}

#ghost-period .site-grid-node-d {
  animation-name: problemGridRouteD;
  animation-duration: 13.4s;
}

#ghost-period .site-grid-node-e {
  animation-name: problemGridRouteE;
  animation-duration: 10.2s;
}

@keyframes problemGridRouteA {
  0% { left: 5%; top: 7%; opacity: 0; }
  8%, 32% { opacity: 0.48; }
  35% { left: 39%; top: 7%; opacity: 0.86; }
  39%, 67% { opacity: 0.48; }
  70% { left: 39%; top: 28%; opacity: 0.86; }
  100% { left: 74%; top: 28%; opacity: 0; }
}

@keyframes problemGridRouteB {
  0% { left: 91%; top: 25%; opacity: 0; }
  8%, 32% { opacity: 0.46; }
  35% { left: 67%; top: 25%; opacity: 0.82; }
  39%, 67% { opacity: 0.46; }
  70% { left: 67%; top: 48%; opacity: 0.82; }
  100% { left: 30%; top: 48%; opacity: 0; }
}

@keyframes problemGridRouteC {
  0% { left: 16%; top: 43%; opacity: 0; }
  8%, 32% { opacity: 0.5; }
  35% { left: 16%; top: 67%; opacity: 0.86; }
  39%, 67% { opacity: 0.5; }
  70% { left: 51%; top: 67%; opacity: 0.86; }
  100% { left: 82%; top: 67%; opacity: 0; }
}

@keyframes problemGridRouteD {
  0% { left: 87%; top: 61%; opacity: 0; }
  8%, 32% { opacity: 0.44; }
  35% { left: 54%; top: 61%; opacity: 0.8; }
  39%, 67% { opacity: 0.44; }
  70% { left: 54%; top: 84%; opacity: 0.8; }
  100% { left: 19%; top: 84%; opacity: 0; }
}

@keyframes problemGridRouteE {
  0% { left: 28%; top: 76%; opacity: 0; }
  8%, 32% { opacity: 0.5; }
  35% { left: 61%; top: 76%; opacity: 0.88; }
  39%, 67% { opacity: 0.5; }
  70% { left: 61%; top: 94%; opacity: 0.88; }
  100% { left: 92%; top: 94%; opacity: 0; }
}

@media (max-width: 980px) {
  .problem-intro-heading,
  .problem-intro-copy {
    grid-column: 1 / -1;
  }

  .problem-intro-copy {
    max-width: 720px;
    padding-top: 0;
  }

  .simulator-panel {
    grid-template-columns: minmax(270px, 42%) minmax(0, 58%);
  }

  .booking-proof,
  .response-evidence {
    grid-template-columns: 1fr;
  }

  .booking-graph {
    border-right: 0;
    border-bottom: 1px solid #111319;
  }

  .booking-summary {
    min-height: 290px;
  }

  .response-evidence > section {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #bfc0c2;
  }

  .response-evidence > section:last-child {
    border-bottom: 0;
  }

  .measured-reply > strong {
    margin-top: 26px;
  }

  .self-check-result {
    margin-top: 22px;
  }
}

@media (max-width: 720px) {
  .problem-lab {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .problem-intro {
    display: block;
  }

  .problem-intro h2 {
    font-size: clamp(2.25rem, 11vw, 3.6rem);
    line-height: 1.02;
  }

  .problem-intro-copy {
    margin-top: 25px;
  }

  .problem-intro-copy > p {
    line-height: 1.62;
  }

  .lead-simulator {
    min-height: 0;
    margin-top: 48px;
  }

  .simulator-toolbar {
    min-height: 0;
    padding: 17px 0 0;
    display: block;
    overflow: hidden;
  }

  .scenario-picker .mono-label {
    padding: 0 18px;
  }

  .scenario-tabs {
    width: 100%;
    padding: 0 18px 17px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .scenario-tabs::-webkit-scrollbar {
    display: none;
  }

  .scenario-tabs button {
    flex: 0 0 auto;
    min-height: 46px;
    scroll-snap-align: start;
  }

  .simulator-panel {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .scenario-brief {
    order: 1;
    padding: 23px 18px 22px;
  }

  .handling-switch {
    order: 2;
    width: auto;
    margin: 0 18px 20px;
    align-self: stretch;
  }

  .handling-switch button {
    min-height: 46px;
    padding-inline: 8px;
    font-size: 0.61rem;
  }

  .operational-feed {
    order: 3;
    margin: 0 18px;
    padding: 0;
    border-left: 0;
  }

  .feed-header {
    align-items: flex-end;
  }

  .feed-header strong {
    max-width: 168px;
    font-size: 0.57rem;
  }

  .feed-list::before,
  .feed-list::after {
    left: 91px;
  }

  .feed-row {
    min-height: 43px;
    grid-template-columns: 74px 34px minmax(0, 1fr);
  }

  .feed-row time {
    font-size: 0.57rem;
  }

  .feed-row i {
    margin-left: 14px;
  }

  .feed-row > span {
    font-size: 0.61rem;
  }

  .scenario-result {
    order: 4;
    padding: 22px 18px 24px;
  }

  .scenario-outcome {
    min-height: 78px;
  }

  .proof-transition {
    margin-top: 76px;
    text-align: left;
  }

  .booking-graph {
    padding: 23px 18px 17px;
  }

  .booking-graph > header {
    display: block;
  }

  .booking-graph h3 {
    margin-top: 13px;
    text-align: left;
  }

  .graph-legend {
    justify-content: flex-start;
    gap: 13px;
  }

  .booking-chart {
    height: auto;
    min-height: 174px;
    margin-top: 0;
  }

  .booking-summary {
    min-height: 300px;
    padding: 24px 20px;
  }

  .response-evidence > section {
    padding: 24px 20px;
  }

  .response-rail span {
    font-size: 0.51rem;
  }

  .self-check-options button {
    font-size: 0.57rem;
  }
}

@media (max-width: 420px) {
  .scenario-tabs button {
    padding-inline: 14px;
    font-size: 0.61rem;
  }

  .scenario-time {
    align-items: center;
  }

  .scenario-situation strong {
    font-size: 1.45rem;
  }

  .feed-source {
    min-width: 76px;
  }

  .feed-row > span {
    overflow-wrap: anywhere;
  }

  .response-rail {
    gap: 8px;
  }
}

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

  .booking-proof .chart-line-after {
    stroke-dashoffset: 0;
  }

  .booking-proof .chart-node-after,
  .booking-proof .chart-gain-label {
    opacity: 1;
  }
}

/* Keep lower-page signal families spread across left and right lanes. */
@keyframes siteGridRouteC {
  0% { left: 18%; top: -14px; opacity: 0; }
  8%, 32% { opacity: 0.48; }
  34% { left: 18%; top: 216px; opacity: 0.82; }
  37%, 62% { opacity: 0.48; }
  64% { left: 32%; top: 216px; opacity: 0.82; }
  67%, 94% { opacity: 0.48; }
  100% { left: 32%; top: 432px; opacity: 0; }
}

@keyframes siteGridRouteD {
  0% { left: 94%; top: 432px; opacity: 0; }
  8%, 32% { opacity: 0.42; }
  34% { left: 94%; top: 288px; opacity: 0.76; }
  37%, 62% { opacity: 0.42; }
  64% { left: 72%; top: 288px; opacity: 0.76; }
  67%, 94% { opacity: 0.42; }
  100% { left: 72%; top: 72px; opacity: 0; }
}

@keyframes siteGridRouteB {
  0% { left: calc(100% + 14px); top: 360px; opacity: 0; }
  8%, 32% { opacity: 0.46; }
  34% { left: 82%; top: 360px; opacity: 0.8; }
  37%, 62% { opacity: 0.46; }
  64% { left: 82%; top: 216px; opacity: 0.8; }
  67%, 94% { opacity: 0.46; }
  100% { left: 58%; top: 216px; opacity: 0; }
}

@keyframes siteGridRouteE {
  0% { left: 58%; top: 72px; opacity: 0; }
  6%, 28% { opacity: 0.5; }
  30% { left: 76%; top: 72px; opacity: 0.86; }
  33%, 57% { opacity: 0.5; }
  59% { left: 76%; top: 360px; opacity: 0.86; }
  62%, 94% { opacity: 0.5; }
  100% { left: 92%; top: 360px; opacity: 0; }
}

@keyframes siteGridRouteB {
  0% { left: calc(100% + 14px); top: 360px; opacity: 0; }
  8%, 32% { opacity: 0.46; }
  34% { left: 82%; top: 360px; opacity: 0.8; }
  37%, 62% { opacity: 0.46; }
  64% { left: 82%; top: 216px; opacity: 0.8; }
  67%, 94% { opacity: 0.46; }
  100% { left: 58%; top: 216px; opacity: 0; }
}

@keyframes siteGridRouteE {
  0% { left: 58%; top: 72px; opacity: 0; }
  6%, 28% { opacity: 0.5; }
  30% { left: 76%; top: 72px; opacity: 0.86; }
  33%, 57% { opacity: 0.5; }
  59% { left: 76%; top: 360px; opacity: 0.86; }
  62%, 94% { opacity: 0.5; }
  100% { left: 92%; top: 360px; opacity: 0; }
}

@media (max-width: 1100px) {
  :root {
    --page-pad: clamp(22px, 5vw, 54px);
  }

  .hero-grid,
  .scenario,
  .scenario-reverse {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  :root {
    --page-pad: 18px;
  }

  .hero,
  .section,
  .footer {
    padding-left: var(--page-pad);
    padding-right: var(--page-pad);
  }

  .agent-stack {
    gap: 6px;
  }

  .agent-stack span {
    font-size: 0.62rem;
    min-height: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .agent-rail-bars i,
  .bento-card:hover::after,
  .checkpoint:hover::after,
  .result-card:hover::after,
  .indexed-row:hover::after {
    animation: none !important;
  }
}

/* VSL-first opening and clearer 3-second scenario rail. */
:root {
  --wide: 1500px;
}

.hero {
  padding-top: calc(var(--nav-height) + 42px);
}

.hero-grid {
  max-width: var(--wide);
  grid-template-columns: minmax(360px, 0.68fr) minmax(720px, 1.32fr);
  align-items: center;
  gap: clamp(54px, 6vw, 104px);
}

.hero-copy {
  max-width: 620px;
}

.hero-copy h1 {
  font-size: clamp(3.05rem, 4.9vw, 5.4rem);
}

.hero-subhead {
  max-width: 570px;
  font-size: clamp(0.98rem, 1.02vw, 1.1rem);
}

.hero-media {
  min-width: 0;
}

.video-frame-large {
  min-height: clamp(430px, 42vw, 690px);
  aspect-ratio: 16 / 9;
}

.video-frame-large .video-placeholder strong {
  font-size: clamp(2.2rem, 4vw, 4.8rem);
}

.live-widget {
  left: auto;
  right: clamp(18px, 3vw, 42px);
  bottom: -58px;
  width: min(430px, 48%);
}

.agent-rail {
  width: 224px;
  padding: 16px;
}

.agent-rail::after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: var(--amber);
  transform-origin: left;
  animation: scenarioProgress 3s linear infinite;
}

@keyframes scenarioProgress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.agent-rail strong,
.agent-rail span {
  transition:
    opacity 170ms ease,
    transform 240ms var(--ease-out);
}

.agent-rail.is-switching strong,
.agent-rail.is-switching span {
  opacity: 0;
  transform: translateY(8px);
}

.agent-rail strong {
  font-size: 1.22rem;
}

.agent-rail span {
  font-size: 0.84rem;
}

.agent-rail .mono-label {
  color: var(--amber);
}

.agent-rail[data-scenario="1"],
.agent-rail[data-scenario="4"],
.agent-rail[data-scenario="8"] {
  box-shadow: 10px 10px 0 rgba(255, 90, 0, 0.18), 0 22px 70px rgba(11, 13, 18, 0.08);
}

@media (max-width: 1320px) {
  .hero-grid {
    grid-template-columns: 1fr;
    max-width: 1040px;
  }

  .hero-copy {
    max-width: 820px;
  }

  .hero-copy h1,
  .hero-subhead {
    max-width: 820px;
  }

  .video-frame-large {
    min-height: clamp(280px, 52vw, 560px);
  }

  .live-widget {
    width: min(420px, 62%);
  }
}

@media (max-width: 780px) {
  .hero-copy h1 {
    font-size: clamp(2.65rem, 11vw, 4rem);
  }

  .video-frame-large {
    min-height: auto;
  }

  .live-widget {
    right: auto;
    bottom: auto;
    width: 100%;
  }
}

/* Hero restored: live widget on the right, full VSL on the next scroll. */
.hero {
  min-height: 92vh;
  padding-top: calc(var(--nav-height) + 54px);
  padding-bottom: clamp(70px, 8vw, 118px);
}

.hero-grid {
  max-width: 1320px;
  grid-template-columns: minmax(430px, 0.92fr) minmax(430px, 1.08fr);
  gap: clamp(58px, 8vw, 118px);
  align-items: center;
}

.hero-copy {
  max-width: 760px;
}

.hero-copy h1 {
  max-width: 780px;
  font-size: clamp(3.35rem, 6vw, 6.35rem);
}

.hero-subhead {
  max-width: 660px;
  font-size: clamp(1.02rem, 1.16vw, 1.16rem);
}

.hero-media {
  position: relative;
  min-height: clamp(460px, 48vw, 640px);
  display: grid;
  align-items: center;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 6% 0 4% 13%;
  border: 1px solid rgba(11, 13, 18, 0.14);
  background:
    linear-gradient(rgba(11, 13, 18, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 13, 18, 0.055) 1px, transparent 1px),
    rgba(255, 255, 255, 0.52);
  background-size: 38px 38px;
  box-shadow: 18px 18px 0 rgba(255, 90, 0, 0.16);
  pointer-events: none;
}

.hero-media::after {
  content: "";
  position: absolute;
  right: 6%;
  top: 8%;
  width: 82px;
  height: 82px;
  background: var(--amber);
  box-shadow: -82px 82px 0 rgba(255, 90, 0, 0.34), 0 164px 0 rgba(11, 13, 18, 0.06);
  pointer-events: none;
}

.hero-media .live-widget {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  width: min(440px, 82%);
  justify-self: end;
  z-index: 2;
}

.vsl-section {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: clamp(86px, 8vw, 132px) var(--page-pad);
  overflow: hidden;
  background:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px),
    var(--paper);
  background-size: 72px 72px;
  isolation: isolate;
}

.vsl-section::before {
  content: "";
  position: absolute;
  left: var(--page-pad);
  top: 0;
  width: min(520px, 42vw);
  height: 1px;
  background: linear-gradient(90deg, var(--amber), transparent);
}

.vsl-section::after {
  content: "";
  position: absolute;
  right: max(24px, calc((100vw - var(--wide)) / 2));
  top: clamp(38px, 7vw, 92px);
  width: 42px;
  height: 42px;
  background: var(--amber);
  box-shadow: -42px 42px 0 var(--amber), 42px 42px 0 rgba(255, 90, 0, 0.16);
}

.vsl-inner {
  width: min(100%, var(--wide));
  margin: 0 auto;
  display: grid;
  gap: clamp(28px, 4vw, 54px);
}

.vsl-copy {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(420px, 0.66fr);
  gap: clamp(24px, 5vw, 76px);
  align-items: end;
}

.vsl-copy h2 {
  max-width: 940px;
  font-size: clamp(2.1rem, 4.6vw, 4.8rem);
}

.vsl-section .video-frame-large {
  min-height: auto;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-width: 1px;
  box-shadow: 18px 18px 0 var(--amber), 0 36px 100px rgba(11, 13, 18, 0.12);
}

.vsl-section .video-placeholder strong {
  font-size: clamp(2.4rem, 7vw, 8rem);
}

@media (max-width: 1100px) {
  .hero-grid,
  .vsl-copy {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: auto;
  }

  .hero-media .live-widget {
    width: min(100%, 520px);
    justify-self: start;
  }

  .vsl-section {
    min-height: auto;
  }
}

@media (max-width: 780px) {
  .hero {
    padding-bottom: 54px;
  }

  .hero-copy h1 {
    font-size: clamp(2.65rem, 11vw, 4rem);
  }

  .hero-media::before,
  .hero-media::after {
    display: none;
  }

  .hero-media .live-widget {
    width: 100%;
  }

  .vsl-section {
    padding: 76px var(--page-pad);
  }

  .vsl-section::after {
    width: 24px;
    height: 24px;
    box-shadow: -24px 24px 0 var(--amber), 24px 24px 0 rgba(255, 90, 0, 0.16);
  }
}

/* Compact hero + dark immersive VSL immediately below. */
.hero {
  min-height: auto;
  padding-top: calc(var(--nav-height) + 32px);
  padding-bottom: clamp(34px, 5vw, 68px);
}

.hero-grid {
  max-width: 1240px;
  grid-template-columns: minmax(390px, 0.96fr) minmax(390px, 1.04fr);
  gap: clamp(42px, 6vw, 88px);
}

.hero-copy h1 {
  max-width: 720px;
  font-size: clamp(3rem, 5.35vw, 5.75rem);
}

.hero-subhead {
  margin-top: 20px;
  max-width: 610px;
  font-size: clamp(0.98rem, 1.04vw, 1.1rem);
  line-height: 1.58;
}

.hero-actions {
  margin-top: 24px;
  gap: 12px;
}

.agent-stack {
  margin-top: 16px;
}

.hero-media {
  min-height: clamp(350px, 36vw, 500px);
}

.hero-media::before {
  inset: 4% 0 4% 16%;
}

.hero-media::after {
  width: 58px;
  height: 58px;
  box-shadow: -58px 58px 0 rgba(255, 90, 0, 0.34), 0 116px 0 rgba(11, 13, 18, 0.06);
}

.hero-media .live-widget {
  width: min(410px, 84%);
}

.vsl-section {
  min-height: 100vh;
  padding: clamp(44px, 5vw, 76px) var(--page-pad);
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 90, 0, 0.26), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(255, 255, 255, 0.1), transparent 20%),
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    #080a0f;
  background-size: auto, auto, 72px 72px, 72px 72px, auto;
}

.vsl-section::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 90, 0, 0.8), transparent);
}

.vsl-section::after {
  opacity: 0.88;
}

.vsl-inner {
  width: min(100%, 1480px);
  min-height: calc(100vh - clamp(88px, 10vw, 152px));
  align-content: center;
}

.vsl-section .video-frame-large {
  border-color: rgba(255, 255, 255, 0.22);
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 90, 0, 0.16), transparent 28%),
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    #11141b;
  background-size: auto, 48px 48px, 48px 48px, auto;
  box-shadow: 0 0 0 1px rgba(255, 90, 0, 0.18), 0 42px 130px rgba(0, 0, 0, 0.48), 18px 18px 0 var(--amber);
}

.vsl-section .video-placeholder,
.vsl-section .video-placeholder .mono-label,
.vsl-section .video-placeholder strong {
  color: var(--white);
}

.vsl-section .video-play {
  box-shadow: 10px 10px 0 var(--amber), 0 18px 70px rgba(0, 0, 0, 0.32);
}

@media (max-width: 1100px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: auto;
  }

  .vsl-inner {
    min-height: auto;
  }

  .vsl-section {
    min-height: auto;
  }
}

@media (max-width: 780px) {
  .hero {
    padding-top: calc(var(--nav-height) + 22px);
    padding-bottom: 42px;
  }

  .hero-copy h1 {
    font-size: clamp(2.52rem, 10.5vw, 3.7rem);
  }

  .hero-subhead {
    margin-top: 16px;
  }

  .hero-actions {
    margin-top: 20px;
  }

  .vsl-section {
    padding: 46px var(--page-pad);
  }
}

/* Keep the scroll scenario rail quiet: hidden at rest, visible only while scrolling. */
body {
  isolation: isolate;
}

#main {
  position: relative;
  z-index: 1;
}

.agent-rail {
  z-index: 60 !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none !important;
  user-select: none;
  mix-blend-mode: normal;
  transform: translateY(-50%) translateX(-18px) scale(0.96);
  transition:
    opacity 220ms ease,
    visibility 0s linear 260ms,
    transform 280ms var(--ease-out),
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.agent-rail.is-hot {
  opacity: 0;
}

.agent-rail.is-scroll-visible {
  opacity: 0.88;
  visibility: visible;
  transform: translateY(-50%) translateX(0) scale(1);
  transition-delay: 0s;
}

.agent-rail.is-scroll-visible.is-hot {
  opacity: 0.94;
}

.agent-rail.is-scroll-visible.is-switching {
  opacity: 0.72;
}

.agent-rail:not(.is-scroll-visible) {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) translateX(-18px) scale(0.96);
}

.hero-grid,
.hero-copy,
.hero-media,
.live-widget,
.vsl-inner,
.vsl-section .video-frame,
.video-frame,
.section > *,
.trust-bar > *,
.footer > * {
  position: relative;
  z-index: 2;
}

.video-frame iframe {
  position: relative;
  z-index: 3;
}

@media (min-width: 1040px) {
  .agent-rail {
    display: block;
  }
}

@media (max-width: 1320px) and (min-width: 1040px) {
  .agent-rail {
    left: 12px;
    width: 188px;
    padding: 13px;
  }

  .agent-rail strong {
    font-size: 1.02rem;
  }

  .agent-rail span {
    font-size: 0.74rem;
  }
}

@media (max-width: 1039px) {
  .agent-rail {
    display: none !important;
  }
}

/* Richer live conversion preview and roomier VSL stage. */
.live-widget {
  border-color: rgba(11, 13, 18, 0.86);
  background: rgba(255, 255, 255, 0.92);
  padding: 18px;
  box-shadow: 18px 18px 0 var(--amber), 0 34px 92px rgba(11, 13, 18, 0.16);
}

.live-widget::before,
.live-widget::after {
  z-index: 0;
}

.live-widget::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(112deg, transparent 0 34%, rgba(255, 90, 0, 0.18) 48%, transparent 62% 100%);
  transform: translateX(-120%);
  animation: widgetSweep 5.6s ease-in-out infinite;
  pointer-events: none;
}

@keyframes widgetSweep {
  0%,
  42% {
    transform: translateX(-120%);
  }

  70%,
  100% {
    transform: translateX(120%);
  }
}

.status-dot {
  border-radius: 999px;
  animation: liveStatusPulse 1.7s ease-in-out infinite;
}

@keyframes liveStatusPulse {
  0%,
  100% {
    box-shadow: 0 0 0 5px rgba(255, 90, 0, 0.16);
  }

  50% {
    box-shadow: 0 0 0 9px rgba(255, 90, 0, 0.06);
  }
}

.live-widget-head {
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 8px;
  margin-bottom: 10px;
}

.live-widget-head > span:nth-child(2) {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.live-ticket {
  border: 1px solid rgba(11, 13, 18, 0.12);
  background: rgba(255, 90, 0, 0.1);
  color: var(--ink);
  padding: 4px 7px;
  font-size: 0.62rem;
}

.live-ops-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin: 0 0 10px;
}

.live-ops-strip span,
.live-widget-foot span {
  border: 1px solid rgba(11, 13, 18, 0.12);
  background: rgba(255, 255, 255, 0.78);
  color: var(--muted);
}

.live-ops-strip span {
  min-height: 28px;
  display: grid;
  place-items: center;
  font-family: var(--mono-font);
  font-size: 0.58rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.live-event-line {
  min-height: 42px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(11, 13, 18, 0.12);
  background: rgba(11, 13, 18, 0.045);
  color: var(--ink);
  padding: 9px 10px;
  margin-bottom: 12px;
  font-size: 0.82rem;
  line-height: 1.35;
}

.live-widget-stage {
  min-height: 286px;
}

.live-scene {
  filter: blur(4px);
  transition:
    opacity 520ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.live-scene.is-active {
  filter: blur(0);
}

.live-scene .mono-label {
  margin-bottom: 10px;
}

.agent-bubble,
.chat-thread,
.mini-crm,
.proposal-card,
.sms-card {
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 30px rgba(11, 13, 18, 0.06);
}

.live-signal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
}

.live-signal-grid span,
.meeting-timeline span {
  border: 1px solid rgba(11, 13, 18, 0.12);
  background: rgba(255, 90, 0, 0.08);
  padding: 9px;
}

.live-signal-grid em {
  display: block;
  color: var(--muted);
  font-family: var(--mono-font);
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.live-signal-grid strong {
  display: block;
  margin-top: 4px;
  color: var(--ink);
  font-size: 0.78rem;
  line-height: 1.15;
}

.live-scene.is-active .live-signal-grid span,
.live-scene.is-active .meeting-timeline span {
  animation: fieldPop 520ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.live-scene.is-active .live-signal-grid span:nth-child(2),
.live-scene.is-active .meeting-timeline span:nth-child(2) {
  animation-delay: 130ms;
}

.live-scene.is-active .meeting-timeline span:nth-child(3) {
  animation-delay: 260ms;
}

@keyframes fieldPop {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.proposal-lines {
  display: grid;
  gap: 6px;
  margin: 10px 0 4px;
}

.proposal-lines span {
  height: 6px;
  background: linear-gradient(90deg, var(--amber) 0 42%, rgba(11, 13, 18, 0.1) 42% 100%);
  transform-origin: left;
}

.proposal-lines span:nth-child(2) {
  width: 84%;
}

.proposal-lines span:nth-child(3) {
  width: 68%;
}

.live-scene.is-active .proposal-lines span {
  animation: lineLoad 1.2s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.live-scene.is-active .proposal-lines span:nth-child(2) {
  animation-delay: 120ms;
}

.live-scene.is-active .proposal-lines span:nth-child(3) {
  animation-delay: 240ms;
}

@keyframes lineLoad {
  from {
    transform: scaleX(0.12);
    opacity: 0.35;
  }

  to {
    transform: scaleX(1);
    opacity: 1;
  }
}

.meeting-timeline {
  display: grid;
  gap: 7px;
  margin-top: 8px;
}

.meeting-timeline span {
  color: var(--ink);
  font-family: var(--mono-font);
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
}

.live-widget-foot {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.live-widget[data-live-step="1"] .live-ops-strip span:nth-child(1),
.live-widget[data-live-step="2"] .live-ops-strip span:nth-child(-n + 2),
.live-widget[data-live-step="3"] .live-ops-strip span:nth-child(-n + 3),
.live-widget[data-live-step="4"] .live-ops-strip span:nth-child(-n + 4),
.live-widget[data-live-step="1"] .live-widget-foot span:nth-child(1),
.live-widget[data-live-step="2"] .live-widget-foot span:nth-child(-n + 2),
.live-widget[data-live-step="3"] .live-widget-foot span:nth-child(-n + 3),
.live-widget[data-live-step="4"] .live-widget-foot span:nth-child(-n + 4) {
  background: var(--ink);
  color: var(--white);
  transform: translateY(-2px);
}

.vsl-section {
  padding-top: clamp(76px, 7vw, 124px);
  padding-bottom: clamp(86px, 8vw, 140px);
}

.vsl-inner {
  min-height: calc(100vh - clamp(162px, 15vw, 264px));
}

@media (max-width: 1100px) {
  .vsl-section {
    padding-top: clamp(68px, 8vw, 104px);
    padding-bottom: clamp(76px, 9vw, 116px);
  }

  .vsl-inner {
    min-height: auto;
  }
}

@media (max-width: 780px) {
  .live-widget-stage {
    min-height: 308px;
  }

  .live-widget-foot {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vsl-section {
    padding-top: 64px;
    padding-bottom: 76px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .live-widget::after,
  .status-dot,
  .live-scene.is-active .live-signal-grid span,
  .live-scene.is-active .meeting-timeline span,
  .live-scene.is-active .proposal-lines span {
    animation: none !important;
  }

  .live-scene {
    filter: none;
  }
}

/* Scroll-driven roadmap: rocket visits every checkpoint and launches into the closing line. */
.roadmap-stage {
  --roadmap-progress: 0;
  isolation: isolate;
}

.roadmap-svg {
  z-index: 0;
  pointer-events: none;
}

#roadmapBase {
  stroke-width: 5;
  stroke: rgba(11, 13, 18, 0.11);
}

#roadmapProgress {
  stroke-width: 8;
  stroke-linecap: round;
  filter: drop-shadow(0 0 14px rgba(255, 90, 0, 0.32));
  transition: stroke-dashoffset 90ms linear;
}

.roadmap-rocket {
  overflow: visible;
  z-index: 4;
  transform: translate(-50%, -50%) rotate(var(--rocket-rotate, 180deg));
  box-shadow: 0 0 0 1px rgba(255, 90, 0, 0.2), 0 18px 48px rgba(11, 13, 18, 0.22);
  transition:
    left 120ms linear,
    top 120ms linear,
    transform 160ms linear,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.roadmap-rocket::before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - 5px);
  width: 18px;
  height: 36px;
  background:
    radial-gradient(circle at 50% 78%, rgba(255, 210, 120, 0.95), transparent 32%),
    linear-gradient(180deg, rgba(255, 90, 0, 0.96), rgba(255, 90, 0, 0.48), transparent);
  clip-path: polygon(50% 100%, 0 0, 50% 20%, 100% 0);
  filter: blur(0.3px);
  opacity: 0.78;
  transform: translateX(-50%) scaleY(0.82);
  transform-origin: top;
  animation: roadmapFlame 520ms ease-in-out infinite alternate;
  z-index: -1;
}

.roadmap-rocket::after {
  content: "";
  position: absolute;
  inset: -18px;
  border: 1px solid rgba(255, 90, 0, 0.32);
  opacity: 0.22;
  transform: scale(0.82);
  animation: rocketPing 1.35s ease-out infinite;
  z-index: -2;
}

.roadmap-stage.is-ending .roadmap-rocket {
  border-color: var(--amber);
  box-shadow: 0 0 0 1px rgba(255, 90, 0, 0.32), 0 0 42px rgba(255, 90, 0, 0.35), 0 26px 80px rgba(11, 13, 18, 0.24);
}

.roadmap-stage.is-launching .roadmap-rocket::before {
  width: 48px;
  height: 118px;
  opacity: 1;
  filter: blur(1.4px);
  animation: launchFlame 340ms ease-in-out infinite alternate;
}

.roadmap-stage.is-launching .roadmap-rocket::after {
  inset: -42px;
  border-color: rgba(255, 90, 0, 0.7);
  opacity: 0.48;
  animation-duration: 760ms;
}

@keyframes roadmapFlame {
  from {
    transform: translateX(-50%) scaleY(0.72) scaleX(0.82);
  }

  to {
    transform: translateX(-50%) scaleY(1.05) scaleX(1.12);
  }
}

@keyframes launchFlame {
  from {
    transform: translateX(-50%) scaleY(0.92) scaleX(0.82);
  }

  to {
    transform: translateX(-50%) scaleY(1.22) scaleX(1.18);
  }
}

@keyframes rocketPing {
  0% {
    opacity: 0.38;
    transform: scale(0.7);
  }

  100% {
    opacity: 0;
    transform: scale(1.35);
  }
}

.checkpoint {
  --checkpoint-y: 0px;
  --checkpoint-lift: 0px;
  --checkpoint-scale: 1;
  --card-hit: 0;
  transform: translateY(calc(var(--checkpoint-y) + var(--checkpoint-lift))) scale(var(--checkpoint-scale));
  transition:
    transform 360ms var(--ease-out),
    border-color 260ms ease,
    box-shadow 260ms ease,
    background 260ms ease,
    color 260ms ease;
}

.checkpoint:nth-child(even) {
  --checkpoint-y: 140px;
}

.checkpoint:hover {
  --checkpoint-lift: -6px;
}

.checkpoint.is-roadmap-complete {
  border-color: rgba(255, 90, 0, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 90, 0, 0.085), transparent 38%),
    rgba(255, 255, 255, 0.96);
}

.checkpoint.is-roadmap-active {
  --checkpoint-lift: -14px;
  --checkpoint-scale: 1.018;
  border-color: rgba(255, 90, 0, 0.82);
  box-shadow: 16px 16px 0 rgba(255, 90, 0, 0.16), 0 32px 80px rgba(11, 13, 18, 0.14);
}

.checkpoint.is-roadmap-active::after {
  animation: cardSheen 1180ms var(--ease-out);
}

.checkpoint.is-roadmap-hit {
  border-color: rgba(255, 90, 0, 0.72);
}

.checkpoint.is-roadmap-hit::after {
  animation: cardSheen 920ms var(--ease-out);
}

.checkpoint span {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
}

.checkpoint span::after {
  content: "";
  position: absolute;
  inset: -9px;
  border: 1px solid rgba(255, 90, 0, calc(0.18 + var(--card-hit) * 0.48));
  opacity: calc(0.18 + var(--card-hit) * 0.82);
  transform: scale(calc(0.82 + var(--card-hit) * 0.22));
  pointer-events: none;
}

.checkpoint.is-roadmap-active span::after {
  animation: checkpointBeacon 860ms ease-out infinite alternate;
}

@keyframes checkpointBeacon {
  from {
    opacity: 0.36;
    transform: scale(0.88);
  }

  to {
    opacity: 0.9;
    transform: scale(1.12);
  }
}

.roadmap-end {
  position: relative;
  z-index: 3;
  isolation: isolate;
  transition:
    transform 420ms var(--ease-out),
    color 260ms ease,
    text-shadow 260ms ease;
}

.roadmap-end::before,
.roadmap-end::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  transition: opacity 280ms ease, transform 420ms var(--ease-out);
}

.roadmap-end::before {
  inset: -70px -36px -46px;
  background:
    radial-gradient(circle at 12% 76%, rgba(255, 90, 0, 0.62), transparent 24%),
    radial-gradient(circle at 58% 50%, rgba(255, 174, 76, 0.48), transparent 30%),
    linear-gradient(90deg, transparent, rgba(255, 90, 0, 0.2), transparent);
  filter: blur(24px);
  transform: translateY(34px) scale(0.92);
}

.roadmap-end::after {
  left: 0;
  right: 0;
  bottom: -18px;
  height: 120px;
  background:
    linear-gradient(82deg, transparent 0 36%, rgba(255, 90, 0, 0.55) 40% 43%, transparent 47%),
    linear-gradient(102deg, transparent 0 54%, rgba(255, 190, 90, 0.62) 58% 61%, transparent 65%),
    linear-gradient(74deg, transparent 0 70%, rgba(255, 90, 0, 0.42) 73% 76%, transparent 80%);
  transform: translateY(42px) skewY(-2deg);
}

.roadmap-end.is-ignited {
  transform: translateY(-10px) scale(1.01);
  text-shadow: 0 0 28px rgba(255, 90, 0, 0.28), 0 18px 60px rgba(255, 90, 0, 0.18);
}

.roadmap-end.is-ignited::before,
.roadmap-end.is-ignited::after {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.roadmap-end.is-ignited::before {
  animation: launchBloom 1.1s ease-in-out infinite alternate;
}

.roadmap-end.is-ignited::after {
  animation: launchStreaks 820ms ease-in-out infinite alternate;
}

@keyframes launchBloom {
  from {
    filter: blur(28px);
    transform: translateY(8px) scale(0.96);
  }

  to {
    filter: blur(18px);
    transform: translateY(-4px) scale(1.03);
  }
}

@keyframes launchStreaks {
  from {
    opacity: 0.62;
    transform: translateY(16px) skewY(-2deg);
  }

  to {
    opacity: 1;
    transform: translateY(-8px) skewY(-2deg);
  }
}

@media (max-width: 780px) {
  .checkpoint,
  .checkpoint:nth-child(even) {
    --checkpoint-y: 0px;
  }

  .roadmap-rocket {
    width: 38px;
    height: 38px;
  }

  .roadmap-stage.is-launching .roadmap-rocket::before {
    width: 34px;
    height: 84px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .roadmap-rocket,
  #roadmapProgress,
  .checkpoint,
  .roadmap-end {
    transition: none !important;
  }

  .roadmap-rocket::before,
  .roadmap-rocket::after,
  .checkpoint.is-roadmap-active span::after,
  .roadmap-end.is-ignited::before,
  .roadmap-end.is-ignited::after {
    animation: none !important;
  }
}

/* Professional roadmap refinement: cleaner agency pacing, softer gamified states. */
.roadmap {
  overflow: hidden;
}

.roadmap .section-intro {
  max-width: 880px;
  margin-bottom: clamp(52px, 7vw, 88px);
}

.roadmap .section-intro .eyebrow {
  margin-bottom: 14px;
}

.roadmap .section-intro h2 {
  max-width: 780px;
  font-size: clamp(2.35rem, 4.35vw, 4.65rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.roadmap-subcopy {
  max-width: 640px;
  margin-top: 18px;
  color: var(--muted);
  font-size: clamp(1rem, 1.18vw, 1.16rem);
  line-height: 1.62;
}

.roadmap-stage {
  max-width: 1120px;
  min-height: auto;
  padding-bottom: clamp(10px, 2.2vw, 28px);
}

.roadmap-svg {
  opacity: 0.92;
}

#roadmapBase {
  stroke: rgba(11, 13, 18, 0.08);
  stroke-width: 4;
}

#roadmapProgress {
  stroke-width: 5;
  stroke: rgba(255, 90, 0, 0.78);
  filter: drop-shadow(0 0 10px rgba(255, 90, 0, 0.18));
}

.roadmap-rocket {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border-color: rgba(11, 13, 18, 0.72);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 32px rgba(11, 13, 18, 0.16), 0 0 0 6px rgba(255, 90, 0, 0.08);
}

.roadmap-rocket svg {
  width: 24px;
  height: 24px;
}

.roadmap-rocket::before {
  top: calc(100% - 4px);
  width: 11px;
  height: 22px;
  opacity: 0.42;
  filter: blur(0.2px);
  animation-duration: 780ms;
}

.roadmap-rocket::after {
  inset: -12px;
  border-color: rgba(255, 90, 0, 0.22);
  opacity: 0.14;
  animation-duration: 1.8s;
}

.roadmap-stage.is-ending .roadmap-rocket {
  box-shadow: 0 12px 38px rgba(11, 13, 18, 0.18), 0 0 0 8px rgba(255, 90, 0, 0.1);
}

.roadmap-stage.is-launching .roadmap-rocket::before {
  width: 24px;
  height: 52px;
  opacity: 0.64;
  filter: blur(0.7px);
  animation-duration: 620ms;
}

.roadmap-stage.is-launching .roadmap-rocket::after {
  inset: -24px;
  opacity: 0.28;
  border-color: rgba(255, 90, 0, 0.4);
}

.checkpoint-grid {
  gap: clamp(28px, 5vw, 68px) clamp(28px, 6vw, 72px);
  padding: 18px 0 clamp(28px, 5vw, 56px);
}

.checkpoint {
  --checkpoint-y: 0px;
  --checkpoint-lift: 0px;
  --checkpoint-scale: 1;
  min-height: 214px;
  padding: clamp(20px, 2.5vw, 28px);
  border-color: rgba(11, 13, 18, 0.1);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 54px rgba(11, 13, 18, 0.045);
}

.checkpoint:nth-child(even) {
  --checkpoint-y: 64px;
}

.checkpoint h3 {
  margin-top: 14px;
  font-size: clamp(1.35rem, 1.8vw, 1.95rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.checkpoint p {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.5;
}

.checkpoint strong {
  margin-top: 18px;
  color: var(--ink);
  font-size: 0.66rem;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.checkpoint span {
  min-height: 26px;
  color: var(--amber);
  letter-spacing: 0.04em;
}

.checkpoint span::after {
  inset: -7px;
  border-radius: 999px;
  border-color: rgba(255, 90, 0, calc(0.12 + var(--card-hit) * 0.24));
  opacity: calc(0.12 + var(--card-hit) * 0.46);
}

.checkpoint:hover {
  --checkpoint-lift: -4px;
  border-color: rgba(11, 13, 18, 0.18);
  box-shadow: 0 22px 64px rgba(11, 13, 18, 0.08);
}

.checkpoint.is-roadmap-complete {
  border-color: rgba(255, 90, 0, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 90, 0, 0.045), transparent 36%),
    rgba(255, 255, 255, 0.9);
}

.checkpoint.is-roadmap-active {
  --checkpoint-lift: -7px;
  --checkpoint-scale: 1.006;
  border-color: rgba(255, 90, 0, 0.5);
  box-shadow: 0 28px 78px rgba(11, 13, 18, 0.11), 0 0 0 4px rgba(255, 90, 0, 0.065);
}

.checkpoint.is-roadmap-active::after,
.checkpoint.is-roadmap-hit::after,
.checkpoint.is-roadmap-active span::after {
  animation: none !important;
}

.checkpoint.is-roadmap-hit {
  box-shadow: 0 24px 72px rgba(11, 13, 18, 0.09), 0 0 0 4px rgba(255, 90, 0, 0.08);
}

.roadmap-end {
  max-width: 1060px;
  margin: clamp(22px, 3vw, 38px) auto 0;
  color: var(--ink);
  font-size: clamp(2.3rem, 5.1vw, 5.35rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-shadow: none;
}

.roadmap-end::before {
  inset: -56px -28px -42px;
  background:
    radial-gradient(circle at 48% 56%, rgba(255, 90, 0, 0.24), transparent 42%),
    radial-gradient(circle at 18% 72%, rgba(255, 174, 76, 0.14), transparent 30%);
  filter: blur(28px);
  transform: translateY(18px) scale(0.96);
}

.roadmap-end::after {
  display: none;
}

.roadmap-end.is-ignited {
  transform: translateY(-5px);
  text-shadow: 0 0 30px rgba(255, 90, 0, 0.16);
}

.roadmap-end.is-ignited::before {
  opacity: 1;
  animation: roadmapAuraGlow 1.8s ease-in-out infinite alternate;
}

@keyframes roadmapAuraGlow {
  from {
    filter: blur(32px);
    transform: translateY(10px) scale(0.98);
  }

  to {
    filter: blur(22px);
    transform: translateY(-2px) scale(1.02);
  }
}

@media (max-width: 780px) {
  .roadmap .section-intro h2 {
    font-size: clamp(2.2rem, 10vw, 3.45rem);
  }

  .roadmap-stage {
    padding-left: 34px;
  }

  .checkpoint,
  .checkpoint:nth-child(even) {
    --checkpoint-y: 0px;
  }

  .checkpoint-grid {
    gap: 16px;
    padding-bottom: 42px;
  }

  .roadmap-end {
    margin-top: 26px;
    font-size: clamp(2.2rem, 11vw, 3.8rem);
  }
}

/* Docked roadmap polish: cards now have explicit hit points and a cleaner premium glow. */
.roadmap-stage {
  overflow: visible;
}

.roadmap-svg {
  width: calc(100% + 28px);
  left: -14px;
}

#roadmapBase {
  stroke-dasharray: 5 18;
  stroke-linecap: round;
}

#roadmapProgress {
  stroke: rgba(255, 90, 0, 0.72);
  stroke-width: 4.5;
  filter: drop-shadow(0 0 8px rgba(255, 90, 0, 0.18));
}

.roadmap-rocket {
  width: 38px;
  height: 38px;
  border-width: 1px;
  box-shadow:
    0 12px 34px rgba(11, 13, 18, 0.14),
    0 0 0 7px rgba(255, 90, 0, 0.075),
    0 0 28px rgba(255, 90, 0, 0.12);
}

.roadmap-rocket svg {
  width: 22px;
  height: 22px;
}

.roadmap-rocket::before {
  width: 9px;
  height: 18px;
  opacity: 0.34;
}

.roadmap-rocket::after {
  inset: -10px;
  border-radius: 999px;
  opacity: 0.1;
}

.checkpoint {
  isolation: isolate;
  overflow: visible;
}

.checkpoint::before {
  content: "";
  position: absolute;
  top: 58%;
  right: clamp(18px, 4vw, 56px);
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 90, 0, 0.45);
  border-radius: 999px;
  background:
    radial-gradient(circle, var(--amber) 0 24%, rgba(255, 255, 255, 0.92) 25% 48%, transparent 49%),
    rgba(255, 255, 255, 0.88);
  box-shadow: 0 0 0 6px rgba(255, 90, 0, 0.05);
  opacity: 0.74;
  transform: translate(50%, -50%) scale(0.86);
  transition:
    transform 280ms var(--ease-out),
    opacity 240ms ease,
    box-shadow 260ms ease,
    border-color 240ms ease;
  z-index: 3;
}

.checkpoint:nth-child(even)::before {
  right: auto;
  left: clamp(18px, 4vw, 56px);
  transform: translate(-50%, -50%) scale(0.86);
}

.checkpoint::after {
  border-radius: 8px;
}

.checkpoint.is-roadmap-active {
  border-color: rgba(255, 90, 0, 0.42);
  background:
    linear-gradient(135deg, rgba(255, 90, 0, 0.06), transparent 32%),
    rgba(255, 255, 255, 0.94);
  box-shadow:
    0 28px 78px rgba(11, 13, 18, 0.11),
    0 0 0 1px rgba(255, 90, 0, 0.16),
    0 0 48px rgba(255, 90, 0, 0.11);
}

.checkpoint.is-roadmap-active::before,
.checkpoint.is-roadmap-hit::before {
  opacity: 1;
  border-color: rgba(255, 90, 0, 0.9);
  box-shadow:
    0 0 0 7px rgba(255, 90, 0, 0.12),
    0 0 0 15px rgba(255, 90, 0, 0.04),
    0 0 34px rgba(255, 90, 0, 0.34);
  transform: translate(50%, -50%) scale(1);
}

.checkpoint:nth-child(even).is-roadmap-active::before,
.checkpoint:nth-child(even).is-roadmap-hit::before {
  transform: translate(-50%, -50%) scale(1);
}

.checkpoint.is-roadmap-complete::before {
  opacity: 0.9;
  background:
    radial-gradient(circle, var(--ink) 0 20%, var(--amber) 21% 46%, rgba(255, 255, 255, 0.9) 47% 100%);
}

.checkpoint.is-roadmap-hit {
  animation: dockCardGlow 620ms var(--ease-out);
}

@keyframes dockCardGlow {
  0% {
    box-shadow:
      0 18px 54px rgba(11, 13, 18, 0.045),
      0 0 0 0 rgba(255, 90, 0, 0);
  }

  48% {
    box-shadow:
      0 30px 84px rgba(11, 13, 18, 0.12),
      0 0 0 7px rgba(255, 90, 0, 0.12),
      0 0 54px rgba(255, 90, 0, 0.18);
  }

  100% {
    box-shadow:
      0 24px 72px rgba(11, 13, 18, 0.09),
      0 0 0 4px rgba(255, 90, 0, 0.08);
  }
}

.roadmap-stage.is-launching .roadmap-rocket::before {
  width: 18px;
  height: 38px;
  opacity: 0.5;
}

.roadmap-end {
  max-width: min(1060px, 100%);
  padding: 0 clamp(0px, 2vw, 18px);
}

.roadmap-end::before {
  inset: -72px -18px -56px;
  background:
    radial-gradient(circle at 46% 54%, rgba(255, 90, 0, 0.22), transparent 38%),
    radial-gradient(circle at 72% 46%, rgba(255, 182, 92, 0.14), transparent 30%),
    linear-gradient(90deg, transparent, rgba(255, 90, 0, 0.07), transparent);
}

.roadmap-end.is-ignited {
  text-shadow:
    0 0 26px rgba(255, 90, 0, 0.18),
    0 16px 56px rgba(11, 13, 18, 0.08);
}

@media (max-width: 780px) {
  .roadmap-svg {
    width: 36px;
    left: 0;
  }

  .roadmap-rocket {
    width: 34px;
    height: 34px;
  }

  .checkpoint::before,
  .checkpoint:nth-child(even)::before {
    left: -17px;
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.82);
  }

  .checkpoint.is-roadmap-active::before,
  .checkpoint.is-roadmap-hit::before,
  .checkpoint:nth-child(even).is-roadmap-active::before,
  .checkpoint:nth-child(even).is-roadmap-hit::before {
    transform: translate(-50%, -50%) scale(1);
  }
}

.checkpoint.is-roadmap-active h3,
.checkpoint.is-roadmap-hit h3 {
  color: var(--ink);
}

.checkpoint.is-roadmap-active strong,
.checkpoint.is-roadmap-hit strong {
  color: var(--amber-deep);
}

.roadmap-end.is-ignited::before {
  mix-blend-mode: multiply;
}

@media (max-width: 780px) {
  .roadmap-end::before {
    inset: -46px -10px -38px;
    filter: blur(22px);
  }
}

/* Node-free roadmap polish: the rocket now triggers the card surface, not a visible dot over the copy. */
.roadmap-stage {
  z-index: 2;
}

.roadmap-svg {
  overflow: visible;
}

.checkpoint {
  --hit-x: 100%;
  --hit-y: 58%;
  overflow: hidden;
}

.checkpoint:nth-child(even) {
  --hit-x: 0%;
}

.checkpoint > * {
  position: relative;
  z-index: 2;
}

.checkpoint::after {
  z-index: 1;
}

.checkpoint::before,
.checkpoint:nth-child(even)::before,
.checkpoint.is-roadmap-complete::before {
  content: "";
  position: absolute;
  inset: 0 !important;
  width: auto;
  height: auto;
  border: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at var(--hit-x) var(--hit-y), rgba(255, 90, 0, 0.3), rgba(255, 90, 0, 0.09) 24%, transparent 58%),
    linear-gradient(120deg, rgba(255, 90, 0, 0.08), transparent 38%);
  box-shadow: none;
  opacity: calc(0.06 + var(--card-hit, 0) * 0.5);
  pointer-events: none;
  transform: none !important;
  transition: opacity 220ms ease, background 220ms ease;
  z-index: 0;
}

.checkpoint.is-roadmap-active::before,
.checkpoint.is-roadmap-hit::before,
.checkpoint:nth-child(even).is-roadmap-active::before,
.checkpoint:nth-child(even).is-roadmap-hit::before {
  border: 0;
  box-shadow: none;
  opacity: 0.64;
  transform: none !important;
}

.checkpoint.is-roadmap-complete::before {
  opacity: 0.18;
  background:
    radial-gradient(circle at var(--hit-x) var(--hit-y), rgba(255, 90, 0, 0.22), transparent 54%),
    linear-gradient(120deg, rgba(255, 90, 0, 0.05), transparent 42%);
}

.checkpoint.is-roadmap-active,
.checkpoint.is-roadmap-hit {
  box-shadow:
    0 28px 78px rgba(11, 13, 18, 0.11),
    0 0 0 1px rgba(255, 90, 0, 0.18),
    0 0 54px rgba(255, 90, 0, 0.13);
}

.roadmap-celebration {
  position: absolute !important;
  left: 50%;
  bottom: clamp(122px, 15vw, 238px);
  z-index: 0 !important;
  width: min(1240px, 128vw);
  height: clamp(230px, 32vw, 430px);
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, 18px) scale(0.72);
  transform-origin: 50% 62%;
  mix-blend-mode: screen;
}

.roadmap-celebration::before,
.roadmap-celebration::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.roadmap-celebration::before {
  background:
    radial-gradient(ellipse at 50% 62%, rgba(255, 90, 0, 0.54), rgba(255, 123, 38, 0.2) 24%, transparent 58%),
    radial-gradient(ellipse at 50% 64%, rgba(255, 214, 138, 0.38), transparent 34%);
  filter: blur(16px);
  opacity: 0;
}

.roadmap-celebration::after {
  background:
    linear-gradient(88deg, transparent 0 10%, rgba(255, 151, 63, 0.46) 14%, transparent 19% 30%, rgba(255, 90, 0, 0.36) 35%, transparent 42% 58%, rgba(255, 196, 101, 0.46) 64%, transparent 70% 82%, rgba(255, 90, 0, 0.34) 88%, transparent 94%),
    linear-gradient(102deg, transparent 0 18%, rgba(255, 90, 0, 0.32) 24%, transparent 31% 68%, rgba(255, 174, 76, 0.38) 74%, transparent 82%);
  clip-path: polygon(0 46%, 42% 36%, 50% 6%, 58% 36%, 100% 46%, 60% 58%, 50% 92%, 40% 58%);
  filter: blur(0.3px);
  opacity: 0;
}

.roadmap.is-launching .roadmap-celebration {
  opacity: 1;
  animation: roadmapCelebrationPop 1.26s var(--ease-out) both;
}

.roadmap.is-launching .roadmap-celebration::before {
  animation: roadmapCelebrationBloom 1.4s ease-out both;
}

.roadmap.is-launching .roadmap-celebration::after {
  animation: roadmapCelebrationStreaks 1.05s ease-out both;
}

.roadmap-end {
  position: relative;
  z-index: 2;
  text-wrap: balance;
}

.roadmap-end::after {
  display: block;
  left: 50%;
  right: auto;
  bottom: -24px;
  width: min(780px, 78vw);
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 90, 0, 0.74), rgba(255, 210, 138, 0.72), transparent);
  filter: blur(0.2px);
  transform: translateX(-50%) scaleX(0.38);
  opacity: 0;
}

.roadmap-end.is-ignited {
  text-shadow:
    0 0 20px rgba(255, 90, 0, 0.24),
    0 22px 72px rgba(255, 90, 0, 0.16),
    0 18px 56px rgba(11, 13, 18, 0.1);
}

.roadmap-end.is-ignited::before {
  inset: -86px -10vw -68px;
  background:
    radial-gradient(ellipse at 50% 56%, rgba(255, 90, 0, 0.28), transparent 44%),
    linear-gradient(90deg, transparent, rgba(255, 90, 0, 0.13), transparent);
  filter: blur(24px);
  mix-blend-mode: screen;
}

.roadmap-end.is-ignited::after {
  opacity: 1;
  animation: roadmapTextShockline 920ms var(--ease-out) both;
}

.roadmap-stage.is-launching .roadmap-rocket {
  box-shadow:
    0 0 0 1px rgba(255, 90, 0, 0.42),
    0 0 42px rgba(255, 90, 0, 0.36),
    0 26px 88px rgba(11, 13, 18, 0.22);
}

@keyframes roadmapCelebrationPop {
  0% {
    opacity: 0;
    transform: translate(-50%, 28px) scale(0.55);
  }

  38% {
    opacity: 1;
    transform: translate(-50%, -4px) scale(1.02);
  }

  100% {
    opacity: 0.78;
    transform: translate(-50%, 0) scale(1);
  }
}

@keyframes roadmapCelebrationBloom {
  0% {
    opacity: 0;
    transform: scale(0.58);
    filter: blur(28px);
  }

  45% {
    opacity: 0.95;
    transform: scale(1.05);
    filter: blur(14px);
  }

  100% {
    opacity: 0.58;
    transform: scale(1.12);
    filter: blur(22px);
  }
}

@keyframes roadmapCelebrationStreaks {
  0% {
    opacity: 0;
    transform: scaleX(0.22) scaleY(0.62);
  }

  46% {
    opacity: 0.92;
    transform: scaleX(1.06) scaleY(1);
  }

  100% {
    opacity: 0.34;
    transform: scaleX(1.18) scaleY(0.96);
  }
}

@keyframes roadmapTextShockline {
  0% {
    opacity: 0;
    transform: translateX(-50%) scaleX(0.18);
  }

  42% {
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
  }

  100% {
    opacity: 0.72;
    transform: translateX(-50%) scaleX(0.86);
  }
}

@media (max-width: 780px) {
  .checkpoint {
    --hit-x: 0%;
    --hit-y: 50%;
    min-height: auto;
  }

  .checkpoint::before,
  .checkpoint:nth-child(even)::before,
  .checkpoint.is-roadmap-active::before,
  .checkpoint.is-roadmap-hit::before {
    inset: 0 !important;
    width: auto;
    height: auto;
    transform: none !important;
  }

  .roadmap-celebration {
    bottom: clamp(150px, 34vw, 220px);
    width: 128vw;
    height: clamp(210px, 58vw, 310px);
  }

  .roadmap-end::after {
    bottom: -18px;
    width: min(430px, 76vw);
  }
}

@media (prefers-reduced-motion: reduce) {
  .roadmap.is-launching .roadmap-celebration,
  .roadmap.is-launching .roadmap-celebration::before,
  .roadmap.is-launching .roadmap-celebration::after,
  .roadmap-end.is-ignited::after {
    animation: none !important;
  }
}

/* Sticky scenario reel: left narrative stays fixed while the five video moments pass on the right. */
.scenarios-sticky {
  overflow: visible;
  padding-top: clamp(104px, 12vw, 164px);
  padding-bottom: clamp(104px, 13vw, 180px);
}

.scenario-sticky-layout {
  width: min(var(--wide, 1500px), calc(100vw - var(--page-pad, 48px) * 2));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(520px, 1.28fr);
  gap: clamp(54px, 7vw, 118px);
  align-items: start;
}

.scenario-sticky-copy {
  position: sticky;
  top: clamp(94px, 13vh, 142px);
  min-height: min(620px, calc(100vh - 170px));
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 560px;
}

.scenario-sticky-copy h2 {
  max-width: 540px;
  font-size: clamp(2.5rem, 4.25vw, 5rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.scenario-sticky-copy p:not(.eyebrow) {
  max-width: 460px;
  margin-top: 22px;
  color: var(--muted);
  font-size: clamp(1rem, 1.1vw, 1.14rem);
}

.scenario-sticky-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 470px;
  margin-top: 30px;
}

.scenario-sticky-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(11, 13, 18, 0.14);
  background: rgba(255, 255, 255, 0.76);
  padding: 7px 11px;
  color: var(--ink);
  font-family: var(--mono-font);
  font-size: 0.68rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.scenario-scroll-stack {
  gap: clamp(28px, 6vw, 78px);
  padding: clamp(8px, 4vh, 34px) 0 clamp(60px, 8vw, 110px);
}

.scenarios-sticky .scenario,
.scenarios-sticky .scenario-reverse {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 3vw, 30px);
  min-height: min(760px, 82vh);
  align-content: center;
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid rgba(11, 13, 18, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 90, 0, 0.05), transparent 32%),
    rgba(255, 255, 255, 0.86);
  box-shadow: 0 28px 90px rgba(11, 13, 18, 0.08);
  transform: none;
}

.scenarios-sticky .scenario:nth-child(even) {
  transform: translateX(clamp(-18px, -2vw, -8px));
}

.scenarios-sticky .scenario:nth-child(odd) {
  transform: translateX(clamp(8px, 2vw, 18px));
}

.scenarios-sticky .scenario-reverse .scenario-copy {
  order: 0;
}

.scenarios-sticky .scenario-copy {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: clamp(16px, 2.4vw, 28px);
  row-gap: 8px;
  align-items: start;
  max-width: 760px;
}

.scenarios-sticky .scenario-copy .mono-label {
  grid-row: span 2;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 90, 0, 0.36);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: rgba(255, 90, 0, 0.08);
  color: var(--amber-deep);
  letter-spacing: 0;
}

.scenarios-sticky .scenario-copy h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.1vw, 2.3rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.scenarios-sticky .scenario-copy p:last-child {
  grid-column: 2;
  max-width: 560px;
  margin: 0;
  font-size: clamp(0.98rem, 1.08vw, 1.12rem);
}

.scenarios-sticky .video-frame {
  width: 100%;
  min-height: clamp(330px, 35vw, 560px);
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  box-shadow:
    0 22px 80px rgba(11, 13, 18, 0.14),
    12px 12px 0 rgba(255, 90, 0, 0.08);
}

/* Final rocket celebration: the rocket pops before the line, then the section celebrates behind it. */
.roadmap-stage.is-launching .roadmap-rocket {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(var(--rocket-rotate, 180deg)) scale(0.18);
  transition:
    opacity 160ms ease 120ms,
    transform 280ms var(--ease-out) 90ms,
    box-shadow 200ms ease;
}

.roadmap-stage.is-launching .roadmap-rocket::before,
.roadmap-stage.is-launching .roadmap-rocket::after {
  opacity: 0;
}

.roadmap-celebration span {
  --x: 0vw;
  --y: -18vh;
  --r: 180deg;
  --d: 0ms;
  position: absolute;
  left: 50%;
  top: 58%;
  width: clamp(5px, 0.72vw, 10px);
  height: clamp(10px, 1.15vw, 16px);
  border-radius: 2px;
  background: var(--amber);
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg) scale(0.25);
}

.roadmap-celebration span:nth-child(3n) {
  background: rgba(255, 207, 133, 0.94);
}

.roadmap-celebration span:nth-child(4n) {
  background: rgba(255, 255, 255, 0.9);
}

.roadmap-celebration span:nth-child(5n) {
  width: clamp(4px, 0.5vw, 8px);
  height: clamp(4px, 0.5vw, 8px);
  border-radius: 999px;
  background: rgba(255, 116, 28, 0.95);
}

.roadmap-celebration span:nth-child(1) { --x: -43vw; --y: -15vh; --r: -280deg; --d: 0ms; }
.roadmap-celebration span:nth-child(2) { --x: -34vw; --y: -25vh; --r: 220deg; --d: 24ms; }
.roadmap-celebration span:nth-child(3) { --x: -26vw; --y: -9vh; --r: -180deg; --d: 42ms; }
.roadmap-celebration span:nth-child(4) { --x: -18vw; --y: -29vh; --r: 310deg; --d: 10ms; }
.roadmap-celebration span:nth-child(5) { --x: -10vw; --y: -18vh; --r: -240deg; --d: 68ms; }
.roadmap-celebration span:nth-child(6) { --x: -4vw; --y: -33vh; --r: 260deg; --d: 34ms; }
.roadmap-celebration span:nth-child(7) { --x: 6vw; --y: -28vh; --r: -320deg; --d: 52ms; }
.roadmap-celebration span:nth-child(8) { --x: 13vw; --y: -13vh; --r: 210deg; --d: 18ms; }
.roadmap-celebration span:nth-child(9) { --x: 21vw; --y: -31vh; --r: -260deg; --d: 72ms; }
.roadmap-celebration span:nth-child(10) { --x: 29vw; --y: -17vh; --r: 290deg; --d: 30ms; }
.roadmap-celebration span:nth-child(11) { --x: 37vw; --y: -26vh; --r: -210deg; --d: 58ms; }
.roadmap-celebration span:nth-child(12) { --x: 45vw; --y: -12vh; --r: 250deg; --d: 8ms; }
.roadmap-celebration span:nth-child(13) { --x: -38vw; --y: 3vh; --r: 190deg; --d: 44ms; }
.roadmap-celebration span:nth-child(14) { --x: -15vw; --y: 7vh; --r: -230deg; --d: 84ms; }
.roadmap-celebration span:nth-child(15) { --x: 16vw; --y: 6vh; --r: 270deg; --d: 60ms; }
.roadmap-celebration span:nth-child(16) { --x: 40vw; --y: 2vh; --r: -300deg; --d: 96ms; }

.roadmap.is-launching .roadmap-celebration span {
  animation: roadmapConfetti 1.35s var(--ease-out) both;
  animation-delay: var(--d);
}

@keyframes roadmapConfetti {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg) scale(0.18);
  }

  16% {
    opacity: 1;
  }

  72% {
    opacity: 0.94;
  }

  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y))) rotate(var(--r)) scale(1);
  }
}

@media (max-width: 1100px) {
  .scenario-sticky-layout {
    grid-template-columns: 1fr;
    width: min(920px, calc(100vw - var(--page-pad, 32px) * 2));
  }

  .scenario-sticky-copy {
    position: relative;
    top: auto;
    min-height: auto;
    max-width: 760px;
  }

  .scenario-sticky-copy h2,
  .scenario-sticky-copy p:not(.eyebrow) {
    max-width: 760px;
  }

  .scenarios-sticky .scenario:nth-child(even),
  .scenarios-sticky .scenario:nth-child(odd) {
    transform: none;
  }
}

@media (max-width: 780px) {
  .scenarios-sticky {
    padding-top: 82px;
    padding-bottom: 90px;
  }

  .scenario-sticky-layout {
    width: 100%;
    gap: 34px;
  }

  .scenario-sticky-copy h2 {
    font-size: clamp(2.3rem, 11vw, 3.5rem);
  }

  .scenario-sticky-tags {
    gap: 7px;
  }

  .scenario-sticky-tags span {
    min-height: 31px;
    font-size: 0.62rem;
  }

  .scenarios-sticky .scenario {
    min-height: auto;
    padding: 18px;
  }

  .scenarios-sticky .scenario-copy {
    grid-template-columns: 1fr;
  }

  .scenarios-sticky .scenario-copy .mono-label {
    grid-row: auto;
    width: 42px;
    height: 42px;
  }

  .scenarios-sticky .scenario-copy p:last-child {
    grid-column: 1;
  }

  .scenarios-sticky .video-frame {
    min-height: clamp(220px, 58vw, 320px);
    box-shadow: 0 18px 62px rgba(11, 13, 18, 0.12);
  }

  .roadmap-celebration span {
    top: 62%;
  }

  .roadmap-celebration span:nth-child(1) { --x: -35vw; }
  .roadmap-celebration span:nth-child(2) { --x: -28vw; }
  .roadmap-celebration span:nth-child(3) { --x: -21vw; }
  .roadmap-celebration span:nth-child(4) { --x: -15vw; }
  .roadmap-celebration span:nth-child(5) { --x: -8vw; }
  .roadmap-celebration span:nth-child(6) { --x: -3vw; }
  .roadmap-celebration span:nth-child(7) { --x: 4vw; }
  .roadmap-celebration span:nth-child(8) { --x: 9vw; }
  .roadmap-celebration span:nth-child(9) { --x: 15vw; }
  .roadmap-celebration span:nth-child(10) { --x: 21vw; }
  .roadmap-celebration span:nth-child(11) { --x: 28vw; }
  .roadmap-celebration span:nth-child(12) { --x: 35vw; }
  .roadmap-celebration span:nth-child(13) { --x: -30vw; }
  .roadmap-celebration span:nth-child(14) { --x: -12vw; }
  .roadmap-celebration span:nth-child(15) { --x: 12vw; }
  .roadmap-celebration span:nth-child(16) { --x: 30vw; }
}

@media (prefers-reduced-motion: reduce) {
  .roadmap.is-launching .roadmap-celebration span {
    animation: none !important;
  }
}

/* Scenario reel responsive polish: wider 16:9 videos, calmer symmetry, cleaner sticky balance. */
.scenarios-sticky {
  --scenario-pad: clamp(22px, 3.2vw, 42px);
  --scenario-gap: clamp(26px, 4.5vw, 64px);
  overflow: clip;
  padding-top: clamp(96px, 11vw, 156px);
  padding-bottom: clamp(112px, 14vw, 196px);
  background:
    linear-gradient(90deg, rgba(255, 90, 0, 0.035), transparent 34% 66%, rgba(11, 13, 18, 0.025)),
    var(--paper);
}

.scenario-sticky-layout {
  width: min(1560px, calc(100vw - clamp(36px, 7vw, 112px)));
  grid-template-columns: minmax(320px, 0.58fr) minmax(620px, 1.42fr);
  gap: clamp(48px, 6.4vw, 124px);
}

.scenario-sticky-copy {
  top: clamp(88px, 12vh, 132px);
  min-height: min(650px, calc(100vh - 150px));
  padding-block: clamp(10px, 2vh, 28px);
  justify-self: stretch;
  width: 100%;
  max-width: none;
}

.scenario-sticky-copy::after {
  content: "";
  width: min(320px, 82%);
  height: 1px;
  margin-top: clamp(30px, 5vw, 54px);
  background: linear-gradient(90deg, rgba(255, 90, 0, 0.72), rgba(11, 13, 18, 0.16), transparent);
}

.scenario-sticky-copy .eyebrow {
  margin-bottom: 16px;
}

.scenario-sticky-copy h2 {
  max-width: 620px;
  font-size: clamp(2.65rem, 4.6vw, 5.55rem);
}

.scenario-sticky-copy p:not(.eyebrow) {
  max-width: 510px;
  margin-top: clamp(18px, 2.6vw, 28px);
  line-height: 1.68;
}

.scenario-sticky-tags {
  max-width: 520px;
  margin-top: clamp(26px, 3.4vw, 42px);
}

.scenario-sticky-tags span {
  border-color: rgba(11, 13, 18, 0.12);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 22px rgba(11, 13, 18, 0.035);
}

.scenario-scroll-stack {
  gap: clamp(34px, 5vw, 82px);
  padding: clamp(4px, 2vh, 20px) 0 clamp(70px, 9vw, 126px);
}

.scenarios-sticky .scenario,
.scenarios-sticky .scenario-reverse {
  min-height: auto;
  align-content: start;
  gap: clamp(18px, 2.5vw, 28px);
  padding: var(--scenario-pad);
  border-color: rgba(11, 13, 18, 0.105);
  background:
    linear-gradient(135deg, rgba(255, 90, 0, 0.045), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82));
  box-shadow:
    0 24px 80px rgba(11, 13, 18, 0.085),
    0 0 0 1px rgba(255, 255, 255, 0.58) inset;
}

.scenarios-sticky .scenario:nth-child(even),
.scenarios-sticky .scenario:nth-child(odd) {
  transform: none;
}

.scenarios-sticky .scenario:nth-child(even),
.scenarios-sticky .scenario:nth-child(odd) {
  margin-left: 0;
  margin-right: 0;
}

.scenarios-sticky .scenario-copy {
  grid-template-columns: 54px minmax(0, 1fr);
  column-gap: clamp(16px, 2vw, 24px);
  row-gap: 10px;
  max-width: none;
  padding-bottom: clamp(2px, 0.8vw, 8px);
}

.scenarios-sticky .scenario-copy .mono-label {
  width: 54px;
  height: 54px;
  font-size: 0.72rem;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 90, 0, 0.16), transparent 62%),
    rgba(255, 255, 255, 0.78);
}

.scenarios-sticky .scenario-copy h3 {
  max-width: 720px;
  font-size: clamp(1.45rem, 2.05vw, 2.45rem);
}

.scenarios-sticky .scenario-copy p:last-child {
  max-width: 660px;
  line-height: 1.58;
}

.scenarios-sticky .video-frame {
  aspect-ratio: 16 / 9;
  min-height: 0;
  height: auto;
  max-height: none;
  border-radius: 8px;
  background: #080a0f;
  box-shadow:
    0 24px 78px rgba(11, 13, 18, 0.14),
    0 0 0 1px rgba(11, 13, 18, 0.14),
    14px 14px 0 rgba(255, 90, 0, 0.075);
}

.scenarios-sticky .video-frame .video-placeholder {
  min-height: 0;
  aspect-ratio: 16 / 9;
}

@media (min-width: 1500px) {
  .scenario-sticky-layout {
    grid-template-columns: minmax(390px, 0.55fr) minmax(860px, 1.45fr);
  }

  .scenarios-sticky .scenario-copy h3 {
    max-width: 780px;
  }
}

@media (max-width: 1240px) and (min-width: 1101px) {
  .scenario-sticky-layout {
    width: min(1160px, calc(100vw - 56px));
    grid-template-columns: minmax(300px, 0.66fr) minmax(600px, 1.34fr);
    gap: clamp(34px, 4.2vw, 62px);
  }

  .scenario-sticky-copy h2 {
    font-size: clamp(2.45rem, 4.25vw, 4.4rem);
  }
}

@media (max-width: 1100px) {
  .scenarios-sticky {
    overflow: hidden;
  }

  .scenario-sticky-layout {
    width: min(920px, calc(100vw - clamp(32px, 7vw, 72px)));
    grid-template-columns: 1fr;
    gap: clamp(38px, 7vw, 62px);
  }

  .scenario-sticky-copy {
    padding-block: 0;
  }

  .scenario-sticky-copy::after {
    width: min(420px, 100%);
    margin-top: 28px;
  }

  .scenario-scroll-stack {
    gap: clamp(24px, 5vw, 44px);
  }

  .scenarios-sticky .scenario:nth-child(even),
  .scenarios-sticky .scenario:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 780px) {
  .scenarios-sticky {
    --scenario-pad: clamp(14px, 4.8vw, 20px);
    padding-top: 76px;
    padding-bottom: 84px;
  }

  .scenario-sticky-layout {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .scenario-sticky-copy h2 {
    font-size: clamp(2.28rem, 10.6vw, 3.55rem);
  }

  .scenario-sticky-copy p:not(.eyebrow) {
    font-size: 1rem;
    line-height: 1.6;
  }

  .scenario-sticky-tags {
    margin-top: 22px;
  }

  .scenarios-sticky .scenario {
    gap: 16px;
  }

  .scenarios-sticky .scenario-copy {
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 13px;
  }

  .scenarios-sticky .scenario-copy .mono-label {
    width: 44px;
    height: 44px;
  }

  .scenarios-sticky .scenario-copy h3 {
    font-size: clamp(1.24rem, 6.2vw, 1.85rem);
  }

  .scenarios-sticky .scenario-copy p:last-child {
    grid-column: 1 / -1;
    font-size: 0.98rem;
  }

  .scenarios-sticky .video-frame {
    width: 100%;
    box-shadow:
      0 18px 56px rgba(11, 13, 18, 0.11),
      0 0 0 1px rgba(11, 13, 18, 0.12);
  }
}

@media (max-width: 430px) {
  .scenarios-sticky .scenario-copy {
    grid-template-columns: 1fr;
  }

  .scenarios-sticky .scenario-copy .mono-label {
    margin-bottom: 2px;
  }
}

/* Final hero conversion pass: compact message, live proof, and a complete 10-minute journey. */
.hero {
  min-height: clamp(720px, 92svh, 900px);
  padding: calc(var(--nav-height) + 30px) var(--page-pad) clamp(46px, 5vw, 70px);
}

.hero::before,
.hero::after {
  display: none;
}

.hero-grid {
  width: min(100%, 1420px);
  max-width: 1420px;
  grid-template-columns: minmax(560px, 1.14fr) minmax(430px, 0.86fr);
  gap: clamp(52px, 6.5vw, 104px);
  align-items: center;
}

.hero-copy {
  max-width: 720px;
}

.hero-copy .eyebrow {
  margin-bottom: 20px;
  max-width: 100%;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  font-size: 0.68rem;
  font-weight: 800;
  white-space: normal;
}

.hero-copy h1 {
  max-width: 720px;
  font-size: clamp(2.7rem, 3.45vw, 3.85rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-copy h1 span {
  display: block;
}

.hero-copy h1 span + span {
  margin-top: 0.1em;
}

.hero-subhead {
  max-width: 650px;
  margin-top: 24px;
  color: #555b64;
  font-size: clamp(1rem, 1.08vw, 1.14rem);
  line-height: 1.64;
}

.hero-actions {
  margin-top: 28px;
  gap: 14px;
}

.hero .button-primary {
  min-height: 54px;
  padding: 15px 20px;
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
  box-shadow: none;
}

.hero .button-primary:hover {
  border-color: var(--amber);
  background: var(--amber);
  color: var(--ink);
  box-shadow: 6px 6px 0 var(--ink);
}

.hero-live-proof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 7px;
  max-width: 650px;
  color: #626872;
  font-size: 0.66rem;
  font-weight: 750;
  line-height: 1.5;
}

.hero-live-proof .proof-status {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 0 4px rgba(255, 90, 0, 0.12);
  animation: heroProofPulse 1.55s ease-in-out infinite;
}

.hero-live-proof strong {
  position: relative;
  color: var(--ink);
  font-weight: 850;
  white-space: nowrap;
}

.hero-live-proof strong::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: var(--amber);
  transform-origin: left;
  animation: heroProofUnderline 2.4s var(--ease-out) infinite;
}

@keyframes heroProofPulse {
  0%,
  100% {
    opacity: 0.5;
    transform: scale(0.84);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes heroProofUnderline {
  0%,
  18% {
    opacity: 0.25;
    transform: scaleX(0.18);
  }

  48%,
  82% {
    opacity: 1;
    transform: scaleX(1);
  }

  100% {
    opacity: 0.35;
    transform: scaleX(1);
  }
}

.hero .agent-stack {
  margin-top: 20px;
  gap: 7px;
  max-width: 650px;
}

.hero .agent-stack span {
  min-height: 32px;
  padding: 6px 9px;
  background: rgba(255, 255, 255, 0.82);
  color: #646a73;
  font-size: 0.63rem;
  font-weight: 800;
}

.hero-media {
  min-height: 520px;
}

.hero-media::before {
  inset: 5% 0 5% 10%;
  background:
    linear-gradient(rgba(11, 13, 18, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 13, 18, 0.045) 1px, transparent 1px),
    rgba(255, 255, 255, 0.62);
  background-size: 36px 36px;
  box-shadow: 16px 16px 0 rgba(255, 90, 0, 0.13);
}

.hero-media::after {
  width: 48px;
  height: 48px;
  box-shadow: -48px 48px 0 rgba(255, 90, 0, 0.28), 0 96px 0 rgba(11, 13, 18, 0.05);
}

.hero-media .live-widget {
  width: min(100%, 500px);
  justify-self: end;
}

.live-widget {
  padding: 18px;
  border-color: rgba(11, 13, 18, 0.84);
  box-shadow: 16px 16px 0 var(--amber), 0 34px 90px rgba(11, 13, 18, 0.14);
}

.live-widget-head {
  min-height: 27px;
  margin-bottom: 8px;
}

.live-window-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: -2px 0 9px;
  color: var(--muted);
  font-family: var(--mono-font);
  font-size: 0.59rem;
  font-weight: 800;
  text-transform: uppercase;
}

.live-window-bar strong {
  color: var(--amber-deep);
  font-size: 0.64rem;
  white-space: nowrap;
}

.live-ops-strip {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 5px;
}

.live-ops-strip span {
  min-height: 29px;
  padding-inline: 3px;
  font-size: 0.53rem;
}

.live-event-line {
  min-height: 48px;
  margin-bottom: 11px;
  border-left: 3px solid var(--amber);
  background: rgba(11, 13, 18, 0.04);
  font-size: 0.78rem;
}

.live-widget-stage {
  min-height: 286px;
}

.live-scene .mono-label {
  margin-bottom: 8px;
  font-size: 0.63rem;
}

.agent-bubble,
.chat-thread,
.mini-crm,
.proposal-card,
.sms-card {
  padding: 13px;
}

.agent-bubble,
.chat-thread span,
.mini-crm span,
.sms-card {
  font-size: 0.84rem;
}

.chat-thread .is-buyer {
  margin-left: 20px;
  border-left: 3px solid var(--amber);
  background: rgba(255, 90, 0, 0.08);
  padding: 8px 10px;
}

.mini-crm strong {
  border-top: 1px solid rgba(11, 13, 18, 0.1);
  padding-top: 8px;
  line-height: 1.35;
}

.proposal-card strong {
  font-size: 0.9rem;
  line-height: 1.25;
}

.live-widget-foot {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 5px;
}

.live-widget-foot span {
  min-height: 34px;
  display: grid;
  place-items: center;
  padding: 5px 3px;
  font-size: 0.52rem;
  font-weight: 800;
  line-height: 1.15;
}

.live-widget[data-live-step="1"] .live-ops-strip span:nth-child(-n + 1),
.live-widget[data-live-step="2"] .live-ops-strip span:nth-child(-n + 2),
.live-widget[data-live-step="3"] .live-ops-strip span:nth-child(-n + 3),
.live-widget[data-live-step="4"] .live-ops-strip span:nth-child(-n + 4),
.live-widget[data-live-step="5"] .live-ops-strip span:nth-child(-n + 5),
.live-widget[data-live-step="1"] .live-widget-foot span:nth-child(-n + 1),
.live-widget[data-live-step="2"] .live-widget-foot span:nth-child(-n + 2),
.live-widget[data-live-step="3"] .live-widget-foot span:nth-child(-n + 3),
.live-widget[data-live-step="4"] .live-widget-foot span:nth-child(-n + 4),
.live-widget[data-live-step="5"] .live-widget-foot span:nth-child(-n + 5) {
  background: var(--ink);
  color: var(--white);
  transform: translateY(-2px);
}

@media (max-width: 1120px) {
  .hero {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .hero-copy {
    max-width: 820px;
  }

  .hero-copy h1,
  .hero-subhead {
    max-width: 800px;
  }

  .hero-media {
    min-height: 540px;
  }

  .hero-media .live-widget {
    width: min(100%, 620px);
    justify-self: center;
  }
}

@media (max-width: 780px) {
  .hero {
    padding-top: calc(var(--nav-height) + 24px);
    padding-bottom: 48px;
  }

  .hero-grid {
    gap: 36px;
  }

  .hero-copy .eyebrow {
    margin-bottom: 17px;
    font-size: 0.62rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.34rem, 10.5vw, 3.4rem);
    line-height: 1;
  }

  .hero-subhead {
    margin-top: 20px;
    font-size: 1rem;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .hero .button-primary {
    width: 100%;
  }

  .hero-live-proof {
    font-size: 0.61rem;
  }

  .hero-live-proof strong {
    white-space: normal;
  }

  .hero .agent-stack {
    margin-top: 18px;
  }

  .hero-media {
    min-height: auto;
  }

  .hero-media .live-widget {
    width: 100%;
  }

  .live-widget-stage {
    min-height: 294px;
  }

  .live-widget-foot {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .hero-copy h1 {
    font-size: clamp(2.05rem, 8.4vw, 2.4rem);
    line-height: 1.02;
  }

  .hero-copy h1 span + span {
    margin-top: 0.14em;
  }

  .hero .agent-stack span {
    flex: 1 1 calc(33.333% - 7px);
    justify-content: center;
    text-align: center;
  }

  .live-widget {
    padding: 14px;
    box-shadow: 10px 10px 0 var(--amber), 0 24px 60px rgba(11, 13, 18, 0.12);
  }

  .live-widget-head {
    grid-template-columns: auto minmax(0, 1fr) auto;
    font-size: 0.61rem;
  }

  .live-ticket {
    display: none;
  }

  .live-ops-strip {
    gap: 3px;
  }

  .live-ops-strip span {
    min-height: 27px;
    font-size: 0.48rem;
  }

  .live-event-line {
    min-height: 54px;
    font-size: 0.73rem;
  }

  .live-widget-stage {
    min-height: 310px;
  }

  .agent-bubble,
  .chat-thread span,
  .mini-crm span,
  .sms-card {
    font-size: 0.79rem;
  }

  .live-signal-grid strong {
    font-size: 0.7rem;
  }

  .live-widget-foot {
    gap: 3px;
  }

  .live-widget-foot span {
    font-size: 0.45rem;
  }
}

/* Sparse hero-only signals that travel along the 72px background grid. */
.hero {
  position: relative;
  isolation: isolate;
}

.hero-grid {
  position: relative;
  z-index: 2;
}

.hero-signal-field {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.hero-signal {
  position: absolute;
  width: 5px;
  height: 5px;
  border: 1px solid rgba(255, 90, 0, 0.48);
  border-radius: 50%;
  background: rgba(255, 90, 0, 0.72);
  box-shadow: 0 0 0 3px rgba(255, 90, 0, 0.035), 0 0 9px rgba(255, 90, 0, 0.2);
  opacity: 0;
  will-change: transform, opacity;
}

.hero-signal-a {
  left: 72px;
  top: 144px;
  animation: heroSignalRouteA 18s -4s linear infinite;
}

.hero-signal-b {
  right: 144px;
  top: 360px;
  animation: heroSignalRouteB 22s -13s linear infinite;
}

.hero-signal-c {
  left: 432px;
  top: 72px;
  animation: heroSignalRouteC 25s -8s linear infinite;
}

.hero-signal-d {
  right: 360px;
  top: 216px;
  animation: heroSignalRouteD 20s -17s linear infinite;
}

@keyframes heroSignalRouteA {
  0% { opacity: 0; transform: translate(0, 0); }
  7%, 28% { opacity: 0.3; }
  30% { opacity: 0.5; transform: translate(288px, 0); }
  32%, 56% { opacity: 0.3; }
  58% { opacity: 0.5; transform: translate(288px, 144px); }
  60%, 91% { opacity: 0.3; }
  96% { opacity: 0.24; transform: translate(504px, 144px); }
  100% { opacity: 0; transform: translate(504px, 144px); }
}

@keyframes heroSignalRouteB {
  0% { opacity: 0; transform: translate(0, 0); }
  8%, 32% { opacity: 0.26; }
  34% { opacity: 0.46; transform: translate(-216px, 0); }
  36%, 62% { opacity: 0.26; }
  64% { opacity: 0.46; transform: translate(-216px, -144px); }
  66%, 92% { opacity: 0.26; }
  97% { opacity: 0.2; transform: translate(-432px, -144px); }
  100% { opacity: 0; transform: translate(-432px, -144px); }
}

@keyframes heroSignalRouteC {
  0% { opacity: 0; transform: translate(0, 0); }
  9%, 29% { opacity: 0.22; }
  31% { opacity: 0.42; transform: translate(0, 216px); }
  33%, 59% { opacity: 0.22; }
  61% { opacity: 0.42; transform: translate(-216px, 216px); }
  63%, 92% { opacity: 0.22; }
  97% { opacity: 0.18; transform: translate(-216px, 432px); }
  100% { opacity: 0; transform: translate(-216px, 432px); }
}

@keyframes heroSignalRouteD {
  0% { opacity: 0; transform: translate(0, 0); }
  10%, 35% { opacity: 0.2; }
  37% { opacity: 0.4; transform: translate(0, 288px); }
  39%, 66% { opacity: 0.2; }
  68% { opacity: 0.4; transform: translate(216px, 288px); }
  70%, 92% { opacity: 0.2; }
  97% { opacity: 0.16; transform: translate(216px, 144px); }
  100% { opacity: 0; transform: translate(216px, 144px); }
}

.scroll-nudge a strong,
.scroll-nudge .diagnosis-live-copy {
  display: block;
}

.scroll-nudge .diagnosis-live-copy {
  margin-top: 2px;
  line-height: 1.4;
}

@media (max-width: 780px) {
  .hero-signal-c,
  .hero-signal-d {
    display: none;
  }

  .hero-signal {
    box-shadow: 0 0 0 2px rgba(255, 90, 0, 0.03), 0 0 7px rgba(255, 90, 0, 0.16);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-signal-field {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-live-proof .proof-status,
  .hero-live-proof strong::after {
    animation: none !important;
  }
}

/* Hero emphasis and a scene-led live preview of the first ten minutes. */
.hero-grid {
  grid-template-columns: minmax(540px, 1.06fr) minmax(470px, 0.94fr);
  gap: clamp(52px, 6vw, 92px);
}

.hero-copy {
  max-width: 740px;
}

.hero-copy h1 {
  max-width: 740px;
  font-size: clamp(2.84rem, 3.7vw, 4.15rem);
}

.hero-copy h1 > span {
  display: block;
}

.hero-copy h1 .hero-word-highlight,
.hero-copy h1 .hero-pencil-circle {
  display: inline-block;
  margin: 0;
}

.hero-word-highlight {
  position: relative;
  z-index: 0;
  background: transparent;
  color: inherit;
  padding-inline: 0.03em;
}

.hero-word-highlight::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -0.05em;
  right: -0.08em;
  bottom: 0.08em;
  height: 0.48em;
  background: var(--amber);
  opacity: 0.9;
  transform: rotate(-1.5deg) skewX(-7deg) scaleX(0);
  transform-origin: left;
  animation: heroMarkerSwipe 760ms 180ms var(--ease-out) forwards;
}

.hero-pencil-circle {
  position: relative;
  z-index: 0;
  padding-inline: 0.12em;
  white-space: nowrap;
}

.hero-pencil-circle::before,
.hero-pencil-circle::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  border-radius: 50%;
  transform: scaleX(0) rotate(-2deg);
  transform-origin: left;
}

.hero-pencil-circle::before {
  inset: -0.1em -0.2em -0.03em -0.18em;
  border: 3px solid var(--amber);
  animation: heroCircleDraw 720ms 560ms var(--ease-out) forwards;
}

.hero-pencil-circle::after {
  inset: -0.04em -0.24em -0.08em -0.12em;
  border-top: 2px solid rgba(255, 90, 0, 0.76);
  border-bottom: 2px solid rgba(255, 90, 0, 0.52);
  animation: heroCircleDrawSecondary 640ms 720ms var(--ease-out) forwards;
}

@keyframes heroMarkerSwipe {
  to {
    transform: rotate(-1.5deg) skewX(-7deg) scaleX(1);
  }
}

@keyframes heroCircleDraw {
  to {
    transform: scaleX(1) rotate(-2deg);
  }
}

@keyframes heroCircleDrawSecondary {
  to {
    transform: scaleX(1) rotate(2deg);
  }
}

.hero-media {
  min-height: 550px;
}

.hero-media .live-system-preview {
  width: min(100%, 540px);
}

.live-system-preview {
  --route-progress: 0%;
  overflow: hidden;
  min-height: 550px;
  padding: 16px;
  border: 1px solid rgba(11, 13, 18, 0.86);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 16px 16px 0 var(--amber), 0 34px 100px rgba(11, 13, 18, 0.15);
}

.live-system-preview[data-live-step="1"] {
  --route-progress: 0%;
}

.live-system-preview[data-live-step="2"] {
  --route-progress: 25%;
}

.live-system-preview[data-live-step="3"] {
  --route-progress: 50%;
}

.live-system-preview[data-live-step="4"] {
  --route-progress: 75%;
}

.live-system-preview[data-live-step="5"] {
  --route-progress: 100%;
}

.live-system-preview .live-widget-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 9px;
  min-height: 34px;
  margin: 0 0 8px;
}

.live-system-preview .live-widget-head > div {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.live-system-preview .live-widget-head > div strong {
  color: var(--ink);
  font-size: 0.68rem;
  line-height: 1;
}

.live-system-preview .live-widget-head > div span {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.55rem;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.live-system-preview .live-widget-head time {
  align-self: center;
  font-size: 0.58rem;
  white-space: nowrap;
}

.live-system-preview .live-progress {
  height: 2px;
  margin: 0 0 9px;
}

.live-system-preview .live-window-bar {
  margin: 0 0 10px;
  font-size: 0.57rem;
}

.live-system-preview .live-window-bar > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.live-system-preview .live-window-bar > span i,
.live-completion-bar i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 0 4px rgba(255, 90, 0, 0.12);
  animation: liveStatusPulse 1.7s ease-in-out infinite;
}

.journey-route {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: start;
  min-height: 48px;
  margin: 0 2px 10px;
}

.journey-route-track {
  position: absolute;
  z-index: 0;
  left: 10%;
  right: 10%;
  top: 13px;
  height: 2px;
  background: rgba(11, 13, 18, 0.12);
}

.journey-route-track > i {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--route-progress);
  background: var(--amber);
  transition: width 520ms var(--ease-out);
}

.journey-route-track > b {
  position: absolute;
  left: var(--route-progress);
  top: 50%;
  width: 9px;
  height: 9px;
  border: 2px solid var(--white);
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 0 5px rgba(255, 90, 0, 0.13);
  transform: translate(-50%, -50%);
  transition: left 520ms var(--ease-out);
  animation: routeSignalPulse 1.2s ease-in-out infinite;
}

.journey-node {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 4px;
}

.journey-node > b {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(11, 13, 18, 0.16);
  border-radius: 50%;
  background: var(--white);
  color: var(--muted);
  font-family: var(--mono-font);
  font-size: 0.52rem;
  transition: transform 320ms var(--ease-out), background 240ms ease, color 240ms ease, border-color 240ms ease;
}

.journey-node small {
  color: var(--muted);
  font-family: var(--mono-font);
  font-size: 0.48rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: color 240ms ease;
}

.live-system-preview[data-live-step="1"] .journey-node:nth-of-type(-n + 1) > b,
.live-system-preview[data-live-step="2"] .journey-node:nth-of-type(-n + 2) > b,
.live-system-preview[data-live-step="3"] .journey-node:nth-of-type(-n + 3) > b,
.live-system-preview[data-live-step="4"] .journey-node:nth-of-type(-n + 4) > b,
.live-system-preview[data-live-step="5"] .journey-node:nth-of-type(-n + 5) > b {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
  transform: translateY(-2px);
}

.live-system-preview[data-live-step="1"] .journey-node:nth-of-type(-n + 1) small,
.live-system-preview[data-live-step="2"] .journey-node:nth-of-type(-n + 2) small,
.live-system-preview[data-live-step="3"] .journey-node:nth-of-type(-n + 3) small,
.live-system-preview[data-live-step="4"] .journey-node:nth-of-type(-n + 4) small,
.live-system-preview[data-live-step="5"] .journey-node:nth-of-type(-n + 5) small {
  color: var(--ink);
}

@keyframes routeSignalPulse {
  50% {
    box-shadow: 0 0 0 8px rgba(255, 90, 0, 0.05);
  }
}

.live-system-preview .live-event-line {
  min-height: 42px;
  margin-bottom: 10px;
  padding: 8px 10px;
  border: 1px solid rgba(11, 13, 18, 0.1);
  border-left: 3px solid var(--amber);
  border-radius: 4px;
  background: rgba(11, 13, 18, 0.035);
  font-size: 0.74rem;
  line-height: 1.32;
}

.live-system-preview .live-widget-stage {
  min-height: 280px;
}

.live-system-preview .live-scene {
  display: flex;
  flex-direction: column;
  min-height: 280px;
}

.live-system-preview .live-scene .mono-label {
  margin-bottom: 7px;
  font-size: 0.57rem;
}

.call-experience {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 66px minmax(0, 1fr);
  gap: 7px;
  align-items: center;
}

.caller-card,
.voice-agent-card {
  min-width: 0;
  min-height: 79px;
  border: 1px solid rgba(11, 13, 18, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 9px 24px rgba(11, 13, 18, 0.055);
}

.caller-card {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px;
}

.caller-card > span:last-child,
.voice-agent-head > span:nth-child(2) {
  display: grid;
  min-width: 0;
}

.caller-card small,
.voice-agent-head small,
.booking-lock small,
.crm-buyer small,
.email-sender small,
.deck-attachment small,
.showup-panel small {
  color: var(--muted);
  font-size: 0.53rem;
  line-height: 1.2;
}

.caller-card strong,
.voice-agent-head strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 0.72rem;
  line-height: 1.24;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.caller-card em {
  overflow: hidden;
  color: var(--amber-deep);
  font-size: 0.53rem;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.caller-avatar,
.voice-badge,
.crm-avatar,
.email-avatar {
  position: relative;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  font-family: var(--mono-font);
  font-size: 0.58rem;
  font-weight: 900;
}

.caller-avatar i {
  position: absolute;
  inset: -5px;
  border: 1px solid var(--amber);
  border-radius: 50%;
  opacity: 0;
}

.caller-avatar i:nth-child(2) {
  inset: -10px;
}

.live-scene.is-active .caller-avatar i {
  animation: callerRing 1.25s ease-out infinite;
}

.live-scene.is-active .caller-avatar i:nth-child(2) {
  animation-delay: 380ms;
}

@keyframes callerRing {
  0% {
    opacity: 0.75;
    transform: scale(0.72);
  }

  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}

.call-connection {
  display: grid;
  justify-items: center;
  gap: 7px;
}

.call-connection > span {
  position: relative;
  width: 100%;
  height: 2px;
  overflow: hidden;
  background: rgba(11, 13, 18, 0.12);
}

.call-connection > span i {
  position: absolute;
  top: -3px;
  left: -7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 12px rgba(255, 90, 0, 0.62);
}

.live-scene.is-active .call-connection > span i {
  animation: callConnect 1.05s 260ms var(--ease-out) both;
}

.call-connection em {
  color: var(--amber-deep);
  font-family: var(--mono-font);
  font-size: 0.48rem;
  font-style: normal;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

@keyframes callConnect {
  to {
    left: calc(100% - 8px);
  }
}

.voice-agent-card {
  padding: 8px;
  background: rgba(255, 90, 0, 0.055);
}

.voice-agent-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 6px;
}

.voice-badge {
  width: 28px;
  height: 28px;
  flex-basis: 28px;
  background: var(--amber);
  color: var(--ink);
}

.voice-agent-head em {
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  padding: 3px 5px;
  font-family: var(--mono-font);
  font-size: 0.45rem;
  font-style: normal;
  text-transform: uppercase;
}

.voice-wave {
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  margin-top: 5px;
}

.voice-wave i {
  width: 3px;
  height: 7px;
  border-radius: 3px;
  background: var(--amber);
  animation: voiceWave 760ms ease-in-out infinite;
}

.voice-wave i:nth-child(2),
.voice-wave i:nth-child(6) {
  animation-delay: 90ms;
}

.voice-wave i:nth-child(3),
.voice-wave i:nth-child(5) {
  animation-delay: 180ms;
}

.voice-wave i:nth-child(4) {
  animation-delay: 270ms;
}

@keyframes voiceWave {
  50% {
    height: 23px;
  }
}

.call-transcript {
  display: grid;
  gap: 6px;
  margin-top: 8px;
}

.call-transcript p {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  border: 1px solid rgba(11, 13, 18, 0.1);
  border-radius: 5px;
  padding: 7px 9px;
  font-size: 0.68rem;
  line-height: 1.3;
  opacity: 0;
}

.call-transcript b {
  color: var(--muted);
  font-family: var(--mono-font);
  font-size: 0.51rem;
  text-transform: uppercase;
}

.transcript-agent {
  border-left: 3px solid var(--amber) !important;
  background: rgba(255, 90, 0, 0.055);
}

.live-scene.is-active .transcript-lead {
  animation: transcriptIn 420ms 520ms var(--ease-out) forwards;
}

.live-scene.is-active .transcript-agent {
  animation: transcriptIn 420ms 940ms var(--ease-out) forwards;
}

@keyframes transcriptIn {
  from {
    opacity: 0;
    transform: translateY(7px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.scene-insight {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  border-top: 1px solid rgba(11, 13, 18, 0.1);
  padding: 7px 2px 0;
  font-size: 0.58rem;
}

.scene-insight span {
  color: var(--muted);
  font-family: var(--mono-font);
  text-transform: uppercase;
}

.scene-insight strong {
  color: var(--amber-deep);
  font-size: 0.68rem;
  text-align: right;
}

.browser-conversation,
.crm-preview,
.email-preview {
  overflow: hidden;
  border: 1px solid rgba(11, 13, 18, 0.13);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 32px rgba(11, 13, 18, 0.06);
}

.browser-conversation-bar,
.crm-preview-head,
.email-preview-head {
  min-height: 32px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(11, 13, 18, 0.1);
  background: rgba(11, 13, 18, 0.035);
  padding: 6px 9px;
}

.browser-conversation-bar > span {
  display: flex;
  gap: 3px;
}

.browser-conversation-bar > span i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(11, 13, 18, 0.22);
}

.browser-conversation-bar > span i:first-child {
  background: var(--amber);
}

.browser-conversation-bar strong,
.crm-preview-head strong,
.email-preview-head strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 0.61rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.browser-conversation-bar em,
.crm-preview-head em,
.email-preview-head em {
  color: var(--amber-deep);
  font-family: var(--mono-font);
  font-size: 0.48rem;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.browser-chat {
  min-height: 145px;
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 10px;
}

.browser-chat p {
  max-width: 82%;
  border-radius: 6px;
  padding: 7px 9px;
  font-size: 0.67rem;
  line-height: 1.3;
  opacity: 0;
}

.web-lead {
  justify-self: end;
  background: var(--ink);
  color: var(--white);
}

.web-agent {
  justify-self: start;
  border-left: 3px solid var(--amber);
  background: rgba(255, 90, 0, 0.08);
  color: var(--ink);
}

.web-lead-short {
  max-width: 68% !important;
}

.live-scene.is-active .browser-chat p:nth-child(1) {
  animation: messageInRight 380ms 180ms var(--ease-out) forwards;
}

.live-scene.is-active .browser-chat p:nth-child(2) {
  animation: messageInLeft 420ms 620ms var(--ease-out) forwards;
}

.live-scene.is-active .browser-chat p:nth-child(3) {
  animation: messageInRight 380ms 1080ms var(--ease-out) forwards;
}

@keyframes messageInRight {
  from {
    opacity: 0;
    transform: translateX(12px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes messageInLeft {
  from {
    opacity: 0;
    transform: translateX(-12px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.booking-lock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-top: 1px solid rgba(11, 13, 18, 0.1);
  background: rgba(255, 90, 0, 0.055);
  padding: 8px 10px;
}

.booking-lock > span {
  display: grid;
}

.booking-lock strong {
  color: var(--ink);
  font-size: 0.68rem;
}

.booking-lock em {
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  padding: 5px 7px;
  font-family: var(--mono-font);
  font-size: 0.48rem;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
  opacity: 0;
}

.booking-lock em i {
  color: var(--amber);
  font-style: normal;
}

.live-scene.is-active .booking-lock em {
  animation: bookingLockIn 480ms 1.45s var(--ease-out) forwards;
}

@keyframes bookingLockIn {
  from {
    opacity: 0;
    transform: scale(0.86);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.crm-preview-head span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--ink);
  font-size: 0.57rem;
  font-weight: 850;
}

.crm-preview-head span i {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--amber);
}

.crm-buyer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  padding: 9px 10px 7px;
}

.crm-avatar,
.email-avatar {
  width: 30px;
  height: 30px;
  flex-basis: 30px;
  font-size: 0.52rem;
}

.crm-buyer > span:nth-child(2),
.email-sender > span:nth-child(2) {
  display: grid;
  min-width: 0;
}

.crm-buyer strong,
.email-sender strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 0.68rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.crm-buyer > em {
  border-radius: 999px;
  background: rgba(255, 90, 0, 0.12);
  color: var(--amber-deep);
  padding: 4px 7px;
  font-family: var(--mono-font);
  font-size: 0.48rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.crm-brief-list {
  display: grid;
  gap: 5px;
  padding: 0 10px 8px;
}

.crm-brief-list p {
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr);
  gap: 8px;
  border: 1px solid rgba(11, 13, 18, 0.085);
  border-radius: 4px;
  padding: 6px 8px;
  opacity: 0;
}

.crm-brief-list span,
.crm-recommendation span,
.upsell-match span {
  color: var(--muted);
  font-family: var(--mono-font);
  font-size: 0.49rem;
  text-transform: uppercase;
}

.crm-brief-list strong,
.crm-recommendation strong,
.upsell-match strong {
  color: var(--ink);
  font-size: 0.62rem;
  line-height: 1.25;
}

.live-scene.is-active .crm-brief-list p:nth-child(1) {
  animation: crmFieldIn 380ms 220ms var(--ease-out) forwards;
}

.live-scene.is-active .crm-brief-list p:nth-child(2) {
  animation: crmFieldIn 380ms 520ms var(--ease-out) forwards;
}

.live-scene.is-active .crm-brief-list p:nth-child(3) {
  animation: crmFieldIn 380ms 820ms var(--ease-out) forwards;
}

@keyframes crmFieldIn {
  from {
    opacity: 0;
    transform: translateX(-8px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.crm-recommendation,
.upsell-match {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-top: 1px solid rgba(11, 13, 18, 0.1);
  background: rgba(255, 90, 0, 0.065);
  padding: 8px 10px;
}

.crm-recommendation strong,
.upsell-match strong {
  color: var(--amber-deep);
  text-align: right;
}

.email-preview {
  padding-bottom: 0;
}

.email-preview-head > span {
  color: var(--ink);
  font-size: 0.85rem;
}

.email-sender {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  padding: 8px 10px 4px;
}

.email-sender > em {
  color: var(--muted);
  font-family: var(--mono-font);
  font-size: 0.48rem;
  font-style: normal;
}

.email-preview h4 {
  margin: 4px 10px 3px;
  color: var(--ink);
  font-size: 0.82rem;
  line-height: 1.2;
}

.email-preview > p {
  margin: 0 10px 7px;
  color: var(--muted);
  font-size: 0.6rem;
  line-height: 1.32;
}

.deck-attachment {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  margin: 0 10px 7px;
  border: 1px solid rgba(11, 13, 18, 0.12);
  border-radius: 5px;
  padding: 7px;
  opacity: 0;
}

.deck-cover {
  height: 42px;
  display: grid;
  align-content: center;
  gap: 4px;
  border: 1px solid rgba(11, 13, 18, 0.18);
  border-radius: 3px;
  background: var(--paper);
  padding: 7px;
}

.deck-cover i {
  display: block;
  height: 3px;
  background: rgba(11, 13, 18, 0.13);
}

.deck-cover i:first-child {
  width: 55%;
  height: 5px;
  background: var(--amber);
}

.deck-cover i:last-child {
  width: 72%;
}

.deck-attachment > span:nth-child(2) {
  display: grid;
  min-width: 0;
}

.deck-attachment strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 0.62rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.deck-attachment > em {
  border: 1px solid var(--ink);
  border-radius: 4px;
  color: var(--ink);
  padding: 4px 6px;
  font-family: var(--mono-font);
  font-size: 0.47rem;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.live-scene.is-active .deck-attachment {
  animation: attachmentArrive 620ms 360ms var(--ease-out) forwards;
}

@keyframes attachmentArrive {
  from {
    opacity: 0;
    transform: translateY(16px) rotate(-1deg);
  }

  to {
    opacity: 1;
    transform: translateY(0) rotate(0);
  }
}

.nurture-preview {
  display: grid;
  grid-template-columns: minmax(138px, 0.72fr) minmax(0, 1.28fr);
  gap: 10px;
  min-height: 250px;
}

.nurture-phone {
  position: relative;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 15px;
  background: var(--white);
  padding: 7px;
  box-shadow: 0 12px 28px rgba(11, 13, 18, 0.1);
}

.phone-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ink);
  font-family: var(--mono-font);
  font-size: 0.48rem;
  font-weight: 800;
}

.phone-top i {
  width: 28px;
  height: 6px;
  border-radius: 999px;
  background: var(--ink);
}

.phone-contact {
  display: grid;
  justify-items: center;
  gap: 3px;
  margin: 8px 0;
}

.phone-contact > span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  font-family: var(--mono-font);
  font-size: 0.5rem;
}

.phone-contact strong {
  color: var(--ink);
  font-size: 0.6rem;
}

.phone-message {
  max-width: 92%;
  border-radius: 8px 8px 8px 2px;
  background: rgba(11, 13, 18, 0.07);
  color: var(--ink);
  padding: 7px;
  font-size: 0.56rem;
  line-height: 1.32;
  opacity: 0;
}

.phone-message-next {
  margin-top: 6px;
  background: rgba(255, 90, 0, 0.11);
}

.nurture-phone > small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.46rem;
  text-align: right;
  opacity: 0;
}

.live-scene.is-active .phone-message:first-of-type {
  animation: phoneMessageIn 440ms 220ms var(--ease-out) forwards;
}

.live-scene.is-active .phone-message-next {
  animation: phoneMessageIn 440ms 700ms var(--ease-out) forwards;
}

.live-scene.is-active .nurture-phone > small {
  animation: readyPop 360ms 1.15s var(--ease-out) forwards;
}

@keyframes phoneMessageIn {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.showup-panel {
  display: grid;
  align-content: center;
  justify-items: center;
  border: 1px solid rgba(11, 13, 18, 0.12);
  border-radius: 8px;
  background: rgba(255, 90, 0, 0.055);
  padding: 12px;
  text-align: center;
}

.showup-check {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--amber);
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 900;
  box-shadow: 0 0 0 8px rgba(255, 90, 0, 0.1);
}

.live-scene.is-active .showup-check {
  animation: showupConfirm 560ms 860ms var(--ease-out) both;
}

@keyframes showupConfirm {
  from {
    opacity: 0;
    transform: scale(0.5) rotate(-12deg);
  }

  to {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}

.showup-panel > small {
  margin-top: 12px;
  font-family: var(--mono-font);
  text-transform: uppercase;
}

.showup-panel > strong {
  margin-top: 3px;
  color: var(--ink);
  font-size: 0.9rem;
}

.nurture-sequence {
  width: 100%;
  display: grid;
  gap: 6px;
  margin-top: 13px;
}

.nurture-sequence span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 0.54rem;
  text-align: left;
}

.nurture-sequence i {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: var(--amber);
}

.live-completion-bar {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 9px;
  border: 1px solid rgba(11, 13, 18, 0.1);
  border-radius: 5px;
  background: var(--ink);
  padding: 7px 9px;
}

.live-completion-bar span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.76);
  font-family: var(--mono-font);
  font-size: 0.5rem;
  text-transform: uppercase;
}

.live-completion-bar strong {
  color: var(--white);
  font-size: 0.61rem;
  white-space: nowrap;
}

@media (max-width: 1120px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-media .live-system-preview {
    width: min(100%, 620px);
  }
}

@media (max-width: 780px) {
  .hero-copy h1 {
    font-size: clamp(2.45rem, 10.8vw, 3.55rem);
  }

  .live-system-preview,
  .live-system-preview .live-scene {
    min-height: 0;
  }

  .live-system-preview .live-widget-stage,
  .live-system-preview .live-scene {
    min-height: 286px;
  }
}

@media (max-width: 520px) {
  .hero-copy h1 {
    font-size: clamp(2.12rem, 8.8vw, 2.52rem);
  }

  .hero-pencil-circle::before {
    border-width: 2px;
  }

  .live-system-preview {
    padding: 12px;
  }

  .live-system-preview .live-widget-head {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 7px;
  }

  .live-system-preview .live-widget-head time {
    display: none;
  }

  .journey-node > b {
    width: 25px;
    height: 25px;
    font-size: 0.47rem;
  }

  .journey-route-track {
    top: 12px;
  }

  .journey-node small {
    font-size: 0.42rem;
  }

  .live-system-preview .live-event-line {
    min-height: 45px;
    font-size: 0.69rem;
  }

  .live-system-preview .live-widget-stage,
  .live-system-preview .live-scene {
    min-height: 286px;
  }

  .call-experience {
    grid-template-columns: minmax(0, 1fr) 38px minmax(0, 1fr);
    gap: 5px;
  }

  .caller-card {
    gap: 5px;
    padding: 7px 5px;
  }

  .caller-avatar {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .caller-card small,
  .voice-agent-head small {
    font-size: 0.46rem;
  }

  .caller-card strong,
  .voice-agent-head strong {
    font-size: 0.61rem;
  }

  .caller-card em {
    font-size: 0.45rem;
  }

  .voice-agent-card {
    padding: 7px 5px;
  }

  .voice-agent-head {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 4px;
  }

  .voice-agent-head > em {
    display: none;
  }

  .voice-badge {
    width: 25px;
    height: 25px;
    flex-basis: 25px;
  }

  .call-connection em {
    font-size: 0.39rem;
  }

  .call-transcript p {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 5px;
    padding: 6px 7px;
    font-size: 0.61rem;
  }

  .scene-insight {
    font-size: 0.49rem;
  }

  .scene-insight strong {
    font-size: 0.6rem;
  }

  .browser-chat {
    min-height: 151px;
    padding: 8px;
  }

  .browser-chat p {
    font-size: 0.61rem;
  }

  .booking-lock {
    padding: 7px 8px;
  }

  .booking-lock em {
    padding: 5px;
    font-size: 0.41rem;
  }

  .crm-brief-list p {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 6px;
  }

  .deck-attachment {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .deck-attachment > em {
    display: none;
  }

  .nurture-preview {
    grid-template-columns: minmax(118px, 0.78fr) minmax(0, 1.22fr);
    gap: 7px;
  }

  .showup-panel {
    padding: 8px;
  }

  .showup-check {
    width: 40px;
    height: 40px;
  }

  .nurture-sequence span {
    font-size: 0.47rem;
  }

  .live-completion-bar span {
    font-size: 0.44rem;
  }

  .live-completion-bar strong {
    font-size: 0.55rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-word-highlight::before,
  .hero-pencil-circle::before,
  .hero-pencil-circle::after,
  .journey-route-track > b,
  .caller-avatar i,
  .call-connection > span i,
  .voice-wave i,
  .call-transcript p,
  .browser-chat p,
  .booking-lock em,
  .crm-brief-list p,
  .deck-attachment,
  .phone-message,
  .showup-check {
    animation: none !important;
    opacity: 1;
    transform: none;
  }

  .hero-word-highlight::before,
  .hero-pencil-circle::before,
  .hero-pencil-circle::after {
    transform: scaleX(1);
  }
}

/* Compact clarity pass: larger signals, fewer words, same widget footprint. */
.live-system-preview {
  height: 550px;
  min-height: 550px;
  padding: 15px;
}

.live-system-preview .live-widget-head {
  min-height: 33px;
  gap: 8px;
  margin-bottom: 7px;
}

.live-system-preview .live-widget-head > div strong {
  font-size: 0.76rem;
}

.live-system-preview .live-widget-head > div span {
  font-size: 0.61rem;
}

.live-system-preview .live-ticket {
  padding: 5px 7px;
  font-size: 0.66rem;
}

.live-system-preview .live-widget-head time {
  font-size: 0.63rem;
}

.live-system-preview .live-window-bar {
  margin-bottom: 8px;
  font-size: 0.63rem;
}

.live-system-preview .live-window-bar strong {
  font-size: 0.73rem;
}

.journey-route {
  min-height: 47px;
  margin-bottom: 8px;
}

.journey-node > b {
  width: 30px;
  height: 30px;
  font-size: 0.57rem;
}

.journey-route-track {
  top: 14px;
}

.journey-node small {
  font-size: 0.52rem;
}

.live-system-preview .live-event-line {
  min-height: 43px;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 8px;
  padding: 7px 9px;
  border-left-width: 1px;
  background: rgba(255, 90, 0, 0.075);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 760;
  line-height: 1.2;
}

.live-system-preview .live-event-line > i {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--amber);
  color: var(--ink);
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 900;
  box-shadow: 0 0 0 5px rgba(255, 90, 0, 0.08);
}

.live-system-preview .live-widget-stage,
.live-system-preview .live-scene {
  min-height: 280px;
}

.live-system-preview .live-scene .mono-label {
  margin-bottom: 8px;
  font-size: 0.64rem;
}

.caller-card,
.voice-agent-card {
  min-height: 88px;
}

.caller-card {
  padding: 10px;
}

.caller-avatar {
  width: 39px;
  height: 39px;
  flex-basis: 39px;
  font-size: 0.66rem;
}

.voice-badge {
  width: 32px;
  height: 32px;
  flex-basis: 32px;
  font-size: 0.61rem;
}

.caller-card small,
.voice-agent-head small,
.booking-lock small,
.crm-buyer small,
.email-sender small,
.deck-attachment small,
.showup-panel small {
  font-size: 0.59rem;
}

.caller-card strong,
.voice-agent-head strong {
  font-size: 0.79rem;
}

.caller-card em {
  font-size: 0.59rem;
}

.call-connection em {
  font-size: 0.54rem;
}

.call-transcript {
  gap: 7px;
  margin-top: 9px;
}

.call-transcript p {
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 9px;
  padding: 8px 10px;
  font-size: 0.75rem;
}

.call-transcript b {
  font-size: 0.56rem;
}

.live-scene.is-active .transcript-lead {
  animation-delay: 700ms;
}

.live-scene.is-active .transcript-agent {
  animation-delay: 1400ms;
}

.scene-insight {
  min-height: 37px;
  margin-top: auto;
  border: 1px solid rgba(255, 90, 0, 0.14);
  border-radius: 5px;
  background: rgba(255, 90, 0, 0.055);
  padding: 8px 9px;
  font-size: 0.62rem;
}

.scene-insight strong {
  font-size: 0.76rem;
}

.browser-conversation-bar,
.crm-preview-head,
.email-preview-head {
  min-height: 36px;
  padding: 7px 10px;
}

.browser-conversation-bar strong,
.crm-preview-head strong,
.email-preview-head strong {
  font-size: 0.7rem;
}

.browser-conversation-bar em,
.crm-preview-head em,
.email-preview-head em {
  font-size: 0.54rem;
}

.browser-chat {
  min-height: 142px;
  gap: 8px;
  padding: 10px;
}

.browser-chat p {
  padding: 8px 10px;
  font-size: 0.74rem;
}

.live-scene.is-active .browser-chat p:nth-child(1) {
  animation-delay: 350ms;
}

.live-scene.is-active .browser-chat p:nth-child(2) {
  animation-delay: 950ms;
}

.live-scene.is-active .browser-chat p:nth-child(3) {
  animation-delay: 1550ms;
}

.booking-lock {
  padding: 9px 10px;
}

.booking-lock strong {
  font-size: 0.76rem;
}

.booking-lock em {
  padding: 6px 9px;
  font-size: 0.56rem;
}

.live-scene.is-active .booking-lock em {
  animation-delay: 2200ms;
}

.crm-buyer {
  padding: 10px;
}

.crm-avatar,
.email-avatar {
  width: 36px;
  height: 36px;
  flex-basis: 36px;
  font-size: 0.6rem;
}

.crm-buyer strong,
.email-sender strong {
  font-size: 0.76rem;
}

.crm-buyer > em {
  padding: 5px 8px;
  font-size: 0.55rem;
}

.crm-brief-list {
  gap: 6px;
  padding: 0 10px 9px;
}

.crm-brief-list p {
  grid-template-columns: 76px minmax(0, 1fr);
  padding: 8px 9px;
}

.crm-brief-list span,
.crm-recommendation span,
.upsell-match span {
  font-size: 0.56rem;
}

.crm-brief-list strong,
.crm-recommendation strong,
.upsell-match strong {
  font-size: 0.72rem;
}

.live-scene.is-active .crm-brief-list p:nth-child(1) {
  animation-delay: 400ms;
}

.live-scene.is-active .crm-brief-list p:nth-child(2) {
  animation-delay: 1000ms;
}

.live-scene.is-active .crm-brief-list p:nth-child(3) {
  animation-delay: 1600ms;
}

.crm-recommendation,
.upsell-match {
  padding: 9px 10px;
}

.email-sender {
  padding: 10px 10px 5px;
}

.email-preview h4 {
  margin: 8px 10px 7px;
  font-size: 1rem;
}

.deck-attachment {
  grid-template-columns: 76px minmax(0, 1fr) auto;
  gap: 10px;
  margin: 0 10px 9px;
  padding: 9px;
}

.deck-cover {
  height: 52px;
  padding: 9px;
}

.deck-attachment strong {
  font-size: 0.72rem;
}

.deck-attachment > em {
  padding: 5px 8px;
  font-size: 0.54rem;
}

.live-scene.is-active .deck-attachment {
  animation-delay: 700ms;
}

.nurture-preview {
  min-height: 250px;
}

.phone-top {
  font-size: 0.55rem;
}

.phone-contact > span {
  width: 34px;
  height: 34px;
  font-size: 0.58rem;
}

.phone-contact strong {
  font-size: 0.69rem;
}

.phone-message {
  padding: 8px;
  font-size: 0.64rem;
}

.nurture-phone > small {
  font-size: 0.52rem;
}

.live-scene.is-active .phone-message:first-of-type {
  animation-delay: 450ms;
}

.live-scene.is-active .phone-message-next {
  animation-delay: 1200ms;
}

.live-scene.is-active .nurture-phone > small {
  animation-delay: 1900ms;
}

.showup-check {
  width: 52px;
  height: 52px;
  font-size: 1.35rem;
}

.live-scene.is-active .showup-check {
  animation-delay: 1500ms;
}

.showup-panel > strong {
  font-size: 1rem;
}

.nurture-sequence span {
  font-size: 0.62rem;
}

.live-completion-bar {
  min-height: 37px;
  margin-top: 8px;
  padding: 8px 10px;
}

.live-completion-bar span {
  font-size: 0.57rem;
}

.live-completion-bar strong {
  font-size: 0.7rem;
}

@media (max-width: 780px) {
  .live-system-preview {
    height: 548px;
    min-height: 548px;
  }
}

@media (max-width: 520px) {
  .live-system-preview {
    height: 548px;
    min-height: 548px;
    padding: 12px;
  }

  .live-system-preview .live-widget-head > div strong {
    font-size: 0.71rem;
  }

  .live-system-preview .live-widget-head > div span,
  .live-system-preview .live-window-bar {
    font-size: 0.56rem;
  }

  .live-system-preview .live-window-bar strong {
    font-size: 0.66rem;
  }

  .journey-node > b {
    width: 27px;
    height: 27px;
    font-size: 0.5rem;
  }

  .journey-route-track {
    top: 13px;
  }

  .journey-node small {
    font-size: 0.45rem;
  }

  .live-system-preview .live-event-line {
    min-height: 42px;
    gap: 8px;
    font-size: 0.74rem;
  }

  .live-system-preview .live-event-line > i {
    width: 23px;
    height: 23px;
    flex-basis: 23px;
  }

  .live-system-preview .live-scene .mono-label {
    font-size: 0.59rem;
  }

  .caller-card,
  .voice-agent-card {
    min-height: 82px;
  }

  .caller-card {
    padding: 7px 5px;
  }

  .caller-avatar {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    font-size: 0.56rem;
  }

  .voice-badge {
    width: 27px;
    height: 27px;
    flex-basis: 27px;
  }

  .caller-card small,
  .voice-agent-head small {
    font-size: 0.49rem;
  }

  .caller-card strong,
  .voice-agent-head strong {
    font-size: 0.65rem;
  }

  .caller-card em {
    font-size: 0.48rem;
  }

  .call-connection em {
    font-size: 0.42rem;
  }

  .call-transcript p {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 6px;
    padding: 7px 8px;
    font-size: 0.67rem;
  }

  .call-transcript b {
    font-size: 0.5rem;
  }

  .scene-insight {
    min-height: 35px;
    padding: 7px 8px;
    font-size: 0.54rem;
  }

  .scene-insight strong {
    font-size: 0.67rem;
  }

  .browser-conversation-bar,
  .crm-preview-head,
  .email-preview-head {
    min-height: 33px;
    padding: 6px 8px;
  }

  .browser-conversation-bar strong,
  .crm-preview-head strong,
  .email-preview-head strong {
    font-size: 0.63rem;
  }

  .browser-chat {
    min-height: 142px;
    padding: 8px;
  }

  .browser-chat p {
    padding: 7px 8px;
    font-size: 0.65rem;
  }

  .booking-lock strong {
    font-size: 0.68rem;
  }

  .booking-lock em {
    font-size: 0.49rem;
  }

  .crm-avatar,
  .email-avatar {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .crm-buyer strong,
  .email-sender strong {
    font-size: 0.68rem;
  }

  .crm-brief-list p {
    grid-template-columns: 66px minmax(0, 1fr);
    padding: 7px 8px;
  }

  .crm-brief-list span,
  .crm-recommendation span,
  .upsell-match span {
    font-size: 0.5rem;
  }

  .crm-brief-list strong,
  .crm-recommendation strong,
  .upsell-match strong {
    font-size: 0.65rem;
  }

  .email-preview h4 {
    font-size: 0.88rem;
  }

  .deck-attachment {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 8px;
  }

  .deck-cover {
    height: 48px;
  }

  .deck-attachment strong {
    font-size: 0.65rem;
  }

  .phone-message {
    font-size: 0.59rem;
  }

  .showup-check {
    width: 46px;
    height: 46px;
  }

  .showup-panel > strong {
    font-size: 0.88rem;
  }

  .nurture-sequence span {
    font-size: 0.53rem;
  }

  .live-completion-bar span {
    font-size: 0.5rem;
  }

  .live-completion-bar strong {
    font-size: 0.62rem;
  }
}

/* Six-source expressive journey, quieter headline marks, and diagnosis copy hierarchy. */
.hero-word-highlight::before {
  opacity: 0.62;
}

.hero-pencil-circle::before {
  inset: -0.04em -0.12em -0.02em -0.12em;
  border: 2px solid rgba(255, 90, 0, 0.62);
  animation: none;
  transform: rotate(-1deg) scaleX(1);
}

.hero-pencil-circle::after {
  display: none;
}

.scroll-nudge a {
  font-weight: 400;
}

.scroll-nudge a strong {
  font-weight: 900;
}

.scroll-nudge a strong,
.scroll-nudge .nudge-subcopy {
  max-width: 278px;
}

.scroll-nudge a strong {
  line-height: 1.18;
}

.scroll-nudge .nudge-subcopy {
  margin-top: 5px;
  color: rgba(11, 13, 18, 0.66);
  font-size: 0.92rem;
}

.scroll-nudge.is-refreshing a {
  animation: nudgeCopyRefresh 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes nudgeCopyRefresh {
  0% { opacity: 1; transform: translateY(0); }
  42% { opacity: 0; transform: translateY(-5px); }
  43% { opacity: 0; transform: translateY(7px); }
  100% { opacity: 1; transform: translateY(0); }
}

.scroll-nudge .diagnosis-live-copy {
  font-weight: 400;
}

.journey-route {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.journey-route-track {
  left: 8.333%;
  right: 8.333%;
}

.live-system-preview[data-live-step="1"] {
  --route-progress: 0%;
}

.live-system-preview[data-live-step="2"] {
  --route-progress: 20%;
}

.live-system-preview[data-live-step="3"] {
  --route-progress: 40%;
}

.live-system-preview[data-live-step="4"] {
  --route-progress: 60%;
}

.live-system-preview[data-live-step="5"] {
  --route-progress: 80%;
}

.live-system-preview[data-live-step="6"] {
  --route-progress: 100%;
}

.live-system-preview[data-live-step="6"] .journey-node:nth-of-type(-n + 6) > b {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
  transform: translateY(-2px);
}

.live-system-preview[data-live-step="6"] .journey-node:nth-of-type(-n + 6) small {
  color: var(--ink);
}

.caller-phone {
  position: absolute;
  right: -4px;
  bottom: -3px;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border: 2px solid var(--white);
  border-radius: 50%;
  background: var(--amber);
  color: var(--ink);
  font-size: 0.58rem;
  line-height: 1;
}

.live-scene.is-active .caller-card {
  animation: incomingCardPulse 1.5s ease-in-out 2;
}

.live-scene.is-active .voice-agent-card {
  animation: answerCardLand 620ms 850ms var(--ease-out) both;
}

@keyframes incomingCardPulse {
  50% {
    border-color: rgba(255, 90, 0, 0.78);
    box-shadow: 0 0 0 5px rgba(255, 90, 0, 0.07), 0 12px 30px rgba(11, 13, 18, 0.08);
  }
}

@keyframes answerCardLand {
  from {
    opacity: 0.45;
    transform: translateX(9px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.meta-callback-preview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
}

.meta-lead-card,
.outbound-call-card {
  min-width: 0;
  min-height: 168px;
  overflow: hidden;
  border: 1px solid rgba(11, 13, 18, 0.13);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 30px rgba(11, 13, 18, 0.065);
}

.meta-lead-head {
  min-height: 37px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid rgba(11, 13, 18, 0.1);
  background: rgba(24, 119, 242, 0.055);
  padding: 7px 8px;
}

.meta-lead-head > span {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  background: #1877f2;
  color: var(--white);
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

.meta-lead-head strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 0.68rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.meta-lead-head em {
  border-radius: 999px;
  background: rgba(24, 119, 242, 0.11);
  color: #0b5fcc;
  padding: 4px 6px;
  font-family: var(--mono-font);
  font-size: 0.5rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.meta-lead-profile {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 10px 9px 8px;
}

.meta-lead-profile > span:first-child {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  font-family: var(--mono-font);
  font-size: 0.58rem;
  font-weight: 900;
}

.meta-lead-profile > span:last-child {
  display: grid;
  min-width: 0;
}

.meta-lead-profile strong {
  color: var(--ink);
  font-size: 0.75rem;
}

.meta-lead-profile small,
.meta-lead-fields small,
.outbound-call-card small,
.outbound-booking small {
  color: var(--muted);
  font-size: 0.55rem;
  line-height: 1.2;
}

.meta-lead-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  padding: 0 8px 9px;
}

.meta-lead-fields > span {
  min-width: 0;
  display: grid;
  gap: 2px;
  border: 1px solid rgba(11, 13, 18, 0.09);
  border-radius: 4px;
  padding: 7px;
}

.meta-lead-fields strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 0.64rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.outbound-bridge {
  display: grid;
  justify-items: center;
  gap: 7px;
}

.outbound-bridge > span {
  position: relative;
  width: 100%;
  height: 2px;
  background: rgba(11, 13, 18, 0.12);
}

.outbound-bridge > span i {
  position: absolute;
  left: -6px;
  top: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1877f2;
  box-shadow: 0 0 0 5px rgba(24, 119, 242, 0.1);
}

.live-scene.is-active .outbound-bridge > span i {
  animation: outboundSignal 1.15s 600ms var(--ease-out) both;
}

.outbound-bridge strong {
  color: var(--muted);
  font-family: var(--mono-font);
  font-size: 0.48rem;
  text-align: center;
  text-transform: uppercase;
}

@keyframes outboundSignal {
  to {
    left: calc(100% - 8px);
    background: var(--amber);
    box-shadow: 0 0 0 6px rgba(255, 90, 0, 0.1);
  }
}

.outbound-call-card {
  display: grid;
  align-content: center;
  justify-items: center;
  background: rgba(255, 90, 0, 0.055);
  padding: 12px 8px;
  text-align: center;
}

.outbound-phone-icon {
  position: relative;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--amber);
  color: var(--ink);
  font-size: 1.28rem;
  box-shadow: 0 0 0 8px rgba(255, 90, 0, 0.09);
}

.outbound-phone-icon i {
  position: absolute;
  inset: -7px;
  border: 1px solid var(--amber);
  border-radius: 50%;
  opacity: 0;
}

.outbound-phone-icon i:nth-child(2) {
  inset: -13px;
}

.live-scene.is-active .outbound-phone-icon i {
  animation: callerRing 1.35s 1.05s ease-out infinite;
}

.live-scene.is-active .outbound-phone-icon i:nth-child(2) {
  animation-delay: 1.45s;
}

.outbound-call-card > small {
  margin-top: 12px;
  font-family: var(--mono-font);
  text-transform: uppercase;
}

.outbound-call-card > strong {
  margin-top: 3px;
  color: var(--ink);
  font-size: 0.76rem;
}

.outbound-call-state {
  position: relative;
  min-height: 1.25em;
  width: 100%;
  display: grid;
  place-items: center;
}

.outbound-call-state span {
  grid-area: 1 / 1;
  transition: opacity 240ms ease, transform 360ms var(--ease-out);
}

.outbound-call-state span:last-child {
  opacity: 0;
  transform: translateY(6px);
}

.live-scene.is-active .outbound-call-state span:first-child {
  animation: dialingLabelOut 320ms 1.9s ease forwards;
}

.live-scene.is-active .outbound-call-state span:last-child {
  animation: connectedLabelIn 420ms 1.95s var(--ease-out) forwards;
}

@keyframes dialingLabelOut {
  to {
    opacity: 0;
    transform: translateY(-6px);
  }
}

@keyframes connectedLabelIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.outbound-call-card > em {
  color: var(--amber-deep);
  font-family: var(--mono-font);
  font-size: 0.54rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  opacity: 0;
}

.live-scene.is-active .outbound-call-card > em {
  animation: readyPop 420ms 2.05s var(--ease-out) forwards;
}

.outbound-wave {
  height: 26px;
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 4px 0;
}

.outbound-wave i {
  width: 3px;
  height: 7px;
  border-radius: 3px;
  background: var(--amber);
  animation: voiceWave 760ms ease-in-out infinite;
}

.outbound-wave i:nth-child(2),
.outbound-wave i:nth-child(4) {
  animation-delay: 100ms;
}

.outbound-wave i:nth-child(3) {
  animation-delay: 200ms;
}

.outbound-booking {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 9px;
  border: 1px solid rgba(11, 13, 18, 0.1);
  border-radius: 6px;
  background: rgba(255, 90, 0, 0.06);
  padding: 8px 10px;
}

.outbound-booking > span {
  display: grid;
}

.outbound-booking strong {
  color: var(--ink);
  font-size: 0.69rem;
}

.outbound-booking > em {
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  padding: 6px 8px;
  font-family: var(--mono-font);
  font-size: 0.52rem;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
  opacity: 0;
}

.outbound-booking > em i {
  color: var(--amber);
  font-style: normal;
}

.live-scene.is-active .outbound-booking > em {
  animation: bookingLockIn 480ms 2.55s var(--ease-out) forwards;
}

@media (max-width: 520px) {
  .journey-node > b {
    width: 25px;
    height: 25px;
  }

  .journey-route-track {
    top: 12px;
  }

  .journey-node small {
    font-size: 0.41rem;
  }

  .meta-callback-preview {
    grid-template-columns: minmax(0, 1fr) 38px minmax(0, 1fr);
    gap: 5px;
  }

  .meta-lead-card,
  .outbound-call-card {
    min-height: 164px;
  }

  .meta-lead-head {
    gap: 5px;
    padding: 6px;
  }

  .meta-lead-head > span {
    width: 20px;
    height: 20px;
    font-size: 0.9rem;
  }

  .meta-lead-head strong,
  .meta-lead-profile strong {
    font-size: 0.61rem;
  }

  .meta-lead-head em {
    display: none;
  }

  .meta-lead-profile {
    gap: 5px;
    padding: 9px 6px 7px;
  }

  .meta-lead-profile > span:first-child {
    width: 28px;
    height: 28px;
  }

  .meta-lead-profile small,
  .meta-lead-fields small,
  .outbound-call-card small,
  .outbound-booking small {
    font-size: 0.47rem;
  }

  .meta-lead-fields {
    gap: 4px;
    padding: 0 6px 7px;
  }

  .meta-lead-fields > span {
    padding: 6px 4px;
  }

  .meta-lead-fields strong {
    font-size: 0.54rem;
  }

  .outbound-bridge strong {
    font-size: 0.39rem;
  }

  .outbound-phone-icon {
    width: 42px;
    height: 42px;
    font-size: 1.05rem;
  }

  .outbound-call-card > strong {
    font-size: 0.63rem;
  }

  .outbound-call-card > em {
    font-size: 0.45rem;
  }

  .outbound-booking {
    padding: 7px 8px;
  }

  .outbound-booking strong {
    font-size: 0.61rem;
  }

  .outbound-booking > em {
    padding: 6px;
    font-size: 0.45rem;
  }
}

/* Client-language statuses and one restrained, irregular pencil loop. */
.live-system-preview .live-widget-head {
  grid-template-columns: auto minmax(0, 1fr);
}

.live-system-preview .live-window-bar strong {
  color: var(--ink);
}

.hero-pencil-circle::before {
  inset: -0.065em -0.16em -0.025em -0.11em;
  border: 0;
  border-top: 2.1px solid rgba(255, 90, 0, 0.68);
  border-right: 2.4px solid rgba(255, 90, 0, 0.78);
  border-bottom: 1.9px solid rgba(255, 90, 0, 0.61);
  border-left: 1.6px solid rgba(255, 90, 0, 0.52);
  border-radius: 54% 46% 51% 49% / 45% 56% 44% 55%;
  opacity: 0.9;
  filter: drop-shadow(0.7px 0.45px 0 rgba(255, 90, 0, 0.2));
  animation: none;
  transform: rotate(-2.2deg) skewX(-1.2deg) scaleX(1);
}

.hero-pencil-circle::after {
  display: block;
  inset: -0.095em -0.12em -0.055em -0.16em;
  width: auto;
  height: auto;
  border: 0;
  border-top: 1.35px solid rgba(255, 90, 0, 0.44);
  border-right: 1.65px solid rgba(255, 90, 0, 0.54);
  border-bottom: 1.2px solid rgba(255, 90, 0, 0.38);
  border-left: 1.5px solid rgba(255, 90, 0, 0.46);
  border-radius: 47% 53% 46% 54% / 56% 43% 57% 44%;
  background: none;
  opacity: 0.72;
  animation: none;
  transform: rotate(1.7deg) skewX(0.8deg);
}

@media (max-width: 520px) {
  .hero-pencil-circle::before {
    border-top-width: 1.8px;
    border-right-width: 2px;
    border-bottom-width: 1.6px;
    border-left-width: 1.4px;
  }

  .hero-pencil-circle::after {
    border-top-width: 1.1px;
    border-right-width: 1.4px;
    border-bottom-width: 1px;
    border-left-width: 1.25px;
  }
}

/* Quiet industry context inside each changing live-widget scene. */
.live-system-preview .live-scene .scene-context {
  width: 100%;
  gap: 6px;
  white-space: nowrap;
}

.live-system-preview .live-scene .scene-context::before {
  width: 6px;
  height: 6px;
}

.live-system-preview .live-scene .scene-context strong {
  color: #c44708;
  font: inherit;
  font-weight: 900;
}

.live-system-preview .live-scene .scene-context span {
  display: inline-flex;
  align-items: center;
  color: #777c84;
  font-weight: 650;
}

.live-system-preview .live-scene .scene-context span::before {
  content: "/";
  margin-right: 6px;
  color: rgba(11, 13, 18, 0.24);
  font-weight: 500;
}

@media (max-width: 520px) {
  .live-system-preview .live-scene .scene-context {
    gap: 5px;
    font-size: 0.54rem;
  }

  .live-system-preview .live-scene .scene-context span::before {
    margin-right: 5px;
  }
}

/* Visible but sparse grid signals across light, gridded sections. */
.hero-signal {
  width: 7px;
  height: 7px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  background: #ff5a00;
  box-shadow: 0 0 0 3px rgba(255, 90, 0, 0.08), 0 0 14px rgba(255, 90, 0, 0.48);
}

.hero-signal::before,
.site-grid-node::before {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(255, 90, 0, 0.28);
  border-radius: 50%;
  animation: gridNodeRing 2.4s ease-out infinite;
}

.hero-signal::after,
.site-grid-node::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  transform: translate(-50%, -50%);
}

@keyframes gridNodeRing {
  0% { opacity: 0; transform: scale(0.55); }
  28% { opacity: 0.5; }
  72%, 100% { opacity: 0; transform: scale(1.35); }
}

@keyframes heroSignalRouteA {
  0% { opacity: 0; transform: translate(0, 0); }
  7%, 28% { opacity: 0.52; }
  30% { opacity: 0.82; transform: translate(288px, 0); }
  32%, 56% { opacity: 0.52; }
  58% { opacity: 0.82; transform: translate(288px, 144px); }
  60%, 91% { opacity: 0.52; }
  96% { opacity: 0.38; transform: translate(504px, 144px); }
  100% { opacity: 0; transform: translate(504px, 144px); }
}

@keyframes heroSignalRouteB {
  0% { opacity: 0; transform: translate(0, 0); }
  8%, 32% { opacity: 0.44; }
  34% { opacity: 0.74; transform: translate(-216px, 0); }
  36%, 62% { opacity: 0.44; }
  64% { opacity: 0.74; transform: translate(-216px, -144px); }
  66%, 92% { opacity: 0.44; }
  97% { opacity: 0.32; transform: translate(-432px, -144px); }
  100% { opacity: 0; transform: translate(-432px, -144px); }
}

@keyframes heroSignalRouteC {
  0% { opacity: 0; transform: translate(0, 0); }
  9%, 29% { opacity: 0.38; }
  31% { opacity: 0.68; transform: translate(0, 216px); }
  33%, 59% { opacity: 0.38; }
  61% { opacity: 0.68; transform: translate(-216px, 216px); }
  63%, 92% { opacity: 0.38; }
  97% { opacity: 0.28; transform: translate(-216px, 432px); }
  100% { opacity: 0; transform: translate(-216px, 432px); }
}

@keyframes heroSignalRouteD {
  0% { opacity: 0; transform: translate(0, 0); }
  10%, 35% { opacity: 0.36; }
  37% { opacity: 0.66; transform: translate(0, 288px); }
  39%, 66% { opacity: 0.36; }
  68% { opacity: 0.66; transform: translate(216px, 288px); }
  70%, 92% { opacity: 0.36; }
  97% { opacity: 0.26; transform: translate(216px, 144px); }
  100% { opacity: 0; transform: translate(216px, 144px); }
}

.has-grid-signals {
  position: relative;
  isolation: isolate;
}

.site-grid-signals {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.site-grid-node {
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: #ff5a00;
  box-shadow: 0 0 0 3px rgba(255, 90, 0, 0.07), 0 0 13px rgba(255, 90, 0, 0.42);
  opacity: 0;
  animation-duration: var(--route-duration);
  animation-delay: var(--route-delay);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: paused;
  will-change: left, top, opacity;
}

.site-grid-node::before {
  animation-play-state: inherit;
}

.site-grid-node-a {
  --route-duration: 20s;
  --route-delay: var(--signal-delay-a);
}

.site-grid-node-b {
  --route-duration: 25s;
  --route-delay: var(--signal-delay-b);
}

.site-grid-signals[data-grid-pattern="0"] .site-grid-node-a,
.site-grid-signals[data-grid-pattern="2"] .site-grid-node-a {
  animation-name: siteGridRouteA;
}

.site-grid-signals[data-grid-pattern="0"] .site-grid-node-b,
.site-grid-signals[data-grid-pattern="3"] .site-grid-node-b {
  animation-name: siteGridRouteB;
}

.site-grid-signals[data-grid-pattern="1"] .site-grid-node-a,
.site-grid-signals[data-grid-pattern="3"] .site-grid-node-a {
  animation-name: siteGridRouteC;
}

.site-grid-signals[data-grid-pattern="1"] .site-grid-node-b,
.site-grid-signals[data-grid-pattern="2"] .site-grid-node-b {
  animation-name: siteGridRouteD;
}

.signals-active .site-grid-node,
.signals-active .site-grid-node::before {
  animation-play-state: running;
}

@keyframes siteGridRouteA {
  0% { left: -14px; top: 144px; opacity: 0; }
  7%, 32% { opacity: 0.52; }
  34% { left: 36%; top: 144px; opacity: 0.88; }
  37%, 62% { opacity: 0.52; }
  64% { left: 36%; top: 288px; opacity: 0.88; }
  67%, 94% { opacity: 0.52; }
  100% { left: 82%; top: 288px; opacity: 0; }
}

@keyframes siteGridRouteB {
  0% { left: calc(100% + 14px); top: 360px; opacity: 0; }
  8%, 32% { opacity: 0.46; }
  34% { left: 68%; top: 360px; opacity: 0.8; }
  37%, 62% { opacity: 0.46; }
  64% { left: 68%; top: 216px; opacity: 0.8; }
  67%, 94% { opacity: 0.46; }
  100% { left: 18%; top: 216px; opacity: 0; }
}

@keyframes siteGridRouteC {
  0% { left: 216px; top: -14px; opacity: 0; }
  8%, 32% { opacity: 0.48; }
  34% { left: 216px; top: 216px; opacity: 0.82; }
  37%, 62% { opacity: 0.48; }
  64% { left: 55%; top: 216px; opacity: 0.82; }
  67%, 94% { opacity: 0.48; }
  100% { left: 55%; top: 432px; opacity: 0; }
}

@keyframes siteGridRouteD {
  0% { left: calc(100% - 72px); top: 432px; opacity: 0; }
  8%, 32% { opacity: 0.42; }
  34% { left: calc(100% - 72px); top: 288px; opacity: 0.76; }
  37%, 62% { opacity: 0.42; }
  64% { left: 48%; top: 288px; opacity: 0.76; }
  67%, 94% { opacity: 0.42; }
  100% { left: 48%; top: 72px; opacity: 0; }
}

@media (max-width: 780px) {
  .hero-signal {
    width: 6px;
    height: 6px;
  }

  .site-grid-node-b {
    display: none;
  }

  .site-grid-node {
    width: 6px;
    height: 6px;
    box-shadow: 0 0 0 3px rgba(255, 90, 0, 0.055), 0 0 11px rgba(255, 90, 0, 0.34);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-grid-signals {
    display: none;
  }
}

/* Faster, widely distributed solid-orange grid nodes and the supplied nav mark. */
.logo-wordmark {
  width: 122px;
  height: 42px;
  flex: 0 0 122px;
  display: block;
  overflow: hidden;
}

.logo-wordmark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.hero-signal,
.site-grid-node {
  border: 0;
  background: #ff5a00;
  box-shadow: 0 0 0 3px rgba(255, 90, 0, 0.12), 0 0 16px rgba(255, 90, 0, 0.62);
}

.hero-signal::before,
.site-grid-node::before {
  border-color: rgba(255, 90, 0, 0.34);
}

.hero-signal::after,
.site-grid-node::after {
  display: none;
}

.hero-signal-a {
  animation: heroSignalRouteA 11s -1.7s linear infinite;
}

.hero-signal-b {
  animation: heroSignalRouteB 13s -6.2s linear infinite;
}

.hero-signal-c {
  animation: heroSignalRouteC 12s -3.8s linear infinite;
}

.hero-signal-d {
  animation: heroSignalRouteD 14s -9.1s linear infinite;
}

.hero-signal-e {
  left: 720px;
  top: 432px;
  animation: heroSignalRouteE 10.5s -5.4s linear infinite;
}

@keyframes heroSignalRouteE {
  0% { opacity: 0; transform: translate(0, 0); }
  6%, 28% { opacity: 0.5; }
  30% { opacity: 0.84; transform: translate(-216px, 0); }
  33%, 57% { opacity: 0.5; }
  59% { opacity: 0.84; transform: translate(-216px, -216px); }
  62%, 93% { opacity: 0.5; }
  98% { opacity: 0.34; transform: translate(72px, -216px); }
  100% { opacity: 0; transform: translate(72px, -216px); }
}

.site-grid-signals .site-grid-node-a {
  --route-duration: 11s;
  --route-delay: var(--signal-delay-a);
  animation-name: siteGridRouteA;
}

.site-grid-signals .site-grid-node-b {
  --route-duration: 13s;
  --route-delay: var(--signal-delay-b);
  animation-name: siteGridRouteB;
}

.site-grid-signals .site-grid-node-c {
  --route-duration: 12s;
  --route-delay: var(--signal-delay-c);
  animation-name: siteGridRouteC;
}

.site-grid-signals .site-grid-node-d {
  --route-duration: 14s;
  --route-delay: var(--signal-delay-d);
  animation-name: siteGridRouteD;
}

.site-grid-signals .site-grid-node-e {
  --route-duration: 10.5s;
  --route-delay: var(--signal-delay-e);
  animation-name: siteGridRouteE;
}

@keyframes siteGridRouteE {
  0% { left: 8%; top: 72px; opacity: 0; }
  6%, 28% { opacity: 0.5; }
  30% { left: 42%; top: 72px; opacity: 0.86; }
  33%, 57% { opacity: 0.5; }
  59% { left: 42%; top: 360px; opacity: 0.86; }
  62%, 94% { opacity: 0.5; }
  100% { left: 86%; top: 360px; opacity: 0; }
}

@media (max-width: 780px) {
  .logo-wordmark {
    width: 108px;
    height: 36px;
    flex-basis: 108px;
  }

  .hero-signal-c,
  .site-grid-node-b {
    display: block;
  }

  .hero-signal-d,
  .site-grid-node-e {
    display: none;
  }
}

/* More breathing room and restrained theater ambience for the 16:9 VSL. */
.vsl-section {
  padding-top: clamp(92px, 8vw, 136px);
  padding-bottom: clamp(100px, 8.5vw, 150px);
  background:
    linear-gradient(180deg, rgba(255, 90, 0, 0.028), transparent 22%, transparent 82%, rgba(255, 90, 0, 0.02)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 17%, transparent 83%, rgba(0, 0, 0, 0.28)),
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    #07090e;
  background-size: auto, auto, 72px 72px, 72px 72px, auto;
}

.vsl-inner {
  position: relative;
  z-index: 1;
}

.vsl-inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -22px -18px;
  border-top: 1px solid rgba(255, 90, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  box-shadow: 0 0 56px rgba(255, 90, 0, 0.045);
  pointer-events: none;
}

.vsl-section .video-frame-large {
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(180deg, rgba(255, 90, 0, 0.045), transparent 34%),
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    #10131a;
  background-size: auto, 48px 48px, 48px 48px, auto;
  box-shadow:
    0 0 0 1px rgba(255, 90, 0, 0.18),
    0 0 68px rgba(255, 90, 0, 0.055),
    0 36px 110px rgba(0, 0, 0, 0.52),
    14px 14px 0 var(--amber);
}

@media (max-width: 1100px) {
  .vsl-section {
    padding-top: clamp(82px, 9vw, 108px);
    padding-bottom: clamp(90px, 10vw, 118px);
  }
}

@media (max-width: 780px) {
  .vsl-section {
    padding-top: clamp(78px, 12vw, 96px);
    padding-bottom: clamp(84px, 13vw, 104px);
  }

  .vsl-inner::before {
    inset: -14px -8px;
  }

  .vsl-section .video-frame-large {
    box-shadow:
      0 0 0 1px rgba(255, 90, 0, 0.17),
      0 0 38px rgba(255, 90, 0, 0.045),
      0 24px 72px rgba(0, 0, 0, 0.48),
      8px 8px 0 var(--amber);
  }
}

/* Real review badges in one compact, seamless four-logo loop. */
.trust-bar {
  min-height: 0;
  padding: clamp(30px, 3vw, 42px) 0 clamp(34px, 3.5vw, 48px);
  background: var(--white);
}

.trust-bar .trust-intro {
  margin: 0 auto clamp(20px, 2.2vw, 28px);
  padding: 0 var(--page-pad);
  color: #686e77;
  font-size: 0.68rem;
  font-weight: 750;
  line-height: 1.5;
}

.trust-bar .trust-badge-marquee {
  width: 100%;
  max-width: none;
  overflow: hidden;
}

.trust-badge-track {
  --trust-badge-gap: clamp(54px, 7vw, 96px);
  width: max-content;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0;
  animation: trustBadgeLoop 24s linear infinite;
}

.trust-badge-set {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: var(--trust-badge-gap);
  padding-right: var(--trust-badge-gap);
}

.trust-badge-item {
  height: 64px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.trust-badge-item > img {
  width: auto;
  height: 58px;
  max-width: 184px;
  display: block;
  object-fit: contain;
}

.trust-badge-bark {
  min-width: 132px;
}

.trust-badge-bark .bark-widget {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  color: #6a5420;
  font-family: var(--mono-font);
  font-size: 0.64rem;
  font-weight: 800;
  text-transform: uppercase;
}

.trust-badge-bark .bark-widget img,
.trust-badge-bark iframe {
  width: auto !important;
  max-width: 184px !important;
  height: auto !important;
  max-height: 58px !important;
}

@keyframes trustBadgeLoop {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 780px) {
  .trust-bar {
    padding-top: 26px;
    padding-bottom: 30px;
  }

  .trust-bar .trust-intro {
    margin-bottom: 18px;
    font-size: 0.62rem;
  }

  .trust-badge-track {
    --trust-badge-gap: 38px;
    animation-duration: 21s;
  }

  .trust-badge-item {
    height: 52px;
  }

  .trust-badge-item > img {
    height: 46px;
    max-width: 148px;
  }

  .trust-badge-bark {
    min-width: 112px;
  }

  .trust-badge-bark .bark-widget {
    min-height: 46px;
  }

  .trust-badge-bark .bark-widget img,
  .trust-badge-bark iframe {
    max-width: 148px !important;
    max-height: 46px !important;
  }
}

/* Full-width trust sets prevent marquee gaps; Bark scales as one intact badge. */
.trust-badge-set {
  width: max(100vw, 620px);
  padding: 0 clamp(34px, 5vw, 94px);
  justify-content: space-around;
  gap: clamp(28px, 4vw, 72px);
}

.trust-badge-item {
  height: 72px;
}

.trust-badge-item > img {
  height: 64px;
}

.trust-badge-bark {
  min-width: 112px;
  overflow: visible;
}

.trust-badge-bark .bark-widget {
  min-height: 0;
  transform: scale(0.72);
  transform-origin: center;
}

@media (max-width: 780px) {
  .trust-badge-set {
    width: max(100vw, 560px);
    padding-inline: 24px;
    gap: 30px;
  }

  .trust-badge-item {
    height: 58px;
  }

  .trust-badge-item > img {
    height: 50px;
  }

  .trust-badge-bark .bark-widget {
    transform: scale(0.58);
  }
}

/* Bark's internal mark fits its own widget; hover never interrupts the loop. */
.trust-badge-bark .bark-top-container img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain;
}

.trust-badge-marquee:hover .trust-badge-track {
  animation-play-state: running;
}

/* Keep the five desktop hero routes in open grid lanes. */
@keyframes siteGridRouteC {
  0% { left: 18%; top: -14px; opacity: 0; }
  8%, 32% { opacity: 0.48; }
  34% { left: 18%; top: 216px; opacity: 0.82; }
  37%, 62% { opacity: 0.48; }
  64% { left: 32%; top: 216px; opacity: 0.82; }
  67%, 94% { opacity: 0.48; }
  100% { left: 32%; top: 432px; opacity: 0; }
}

@keyframes siteGridRouteD {
  0% { left: 94%; top: 432px; opacity: 0; }
  8%, 32% { opacity: 0.42; }
  34% { left: 94%; top: 288px; opacity: 0.76; }
  37%, 62% { opacity: 0.42; }
  64% { left: 72%; top: 288px; opacity: 0.76; }
  67%, 94% { opacity: 0.42; }
  100% { left: 72%; top: 72px; opacity: 0; }
}

@keyframes siteGridRouteB {
  0% { left: calc(100% + 14px); top: 360px; opacity: 0; }
  8%, 32% { opacity: 0.46; }
  34% { left: 82%; top: 360px; opacity: 0.8; }
  37%, 62% { opacity: 0.46; }
  64% { left: 82%; top: 216px; opacity: 0.8; }
  67%, 94% { opacity: 0.46; }
  100% { left: 58%; top: 216px; opacity: 0; }
}

@keyframes siteGridRouteE {
  0% { left: 58%; top: 72px; opacity: 0; }
  6%, 28% { opacity: 0.5; }
  30% { left: 76%; top: 72px; opacity: 0.86; }
  33%, 57% { opacity: 0.5; }
  59% { left: 76%; top: 360px; opacity: 0.86; }
  62%, 94% { opacity: 0.5; }
  100% { left: 92%; top: 360px; opacity: 0; }
}

.hero-signal-b {
  right: 36px;
  top: 144px;
}

.hero-signal-c {
  left: 648px;
  top: 72px;
}

.hero-signal-d {
  right: auto;
  left: 72px;
  top: 648px;
}

.hero-signal-e {
  left: 36px;
  top: 216px;
}

@keyframes heroSignalRouteB {
  0% { opacity: 0; transform: translate(0, 0); }
  7%, 28% { opacity: 0.48; }
  30% { opacity: 0.82; transform: translate(0, 216px); }
  33%, 57% { opacity: 0.48; }
  59% { opacity: 0.82; transform: translate(0, 432px); }
  62%, 93% { opacity: 0.48; }
  98% { opacity: 0.34; transform: translate(0, 72px); }
  100% { opacity: 0; transform: translate(0, 72px); }
}

@keyframes heroSignalRouteC {
  0% { opacity: 0; transform: translate(0, 0); }
  7%, 28% { opacity: 0.44; }
  30% { opacity: 0.78; transform: translate(0, 216px); }
  33%, 57% { opacity: 0.44; }
  59% { opacity: 0.78; transform: translate(0, 432px); }
  62%, 93% { opacity: 0.44; }
  98% { opacity: 0.3; transform: translate(-72px, 432px); }
  100% { opacity: 0; transform: translate(-72px, 432px); }
}

@keyframes heroSignalRouteD {
  0% { opacity: 0; transform: translate(0, 0); }
  7%, 30% { opacity: 0.42; }
  32% { opacity: 0.74; transform: translate(288px, 0); }
  35%, 61% { opacity: 0.42; }
  63% { opacity: 0.74; transform: translate(288px, -72px); }
  66%, 94% { opacity: 0.42; }
  99% { opacity: 0.28; transform: translate(576px, -72px); }
  100% { opacity: 0; transform: translate(576px, -72px); }
}

@keyframes heroSignalRouteE {
  0% { opacity: 0; transform: translate(0, 0); }
  6%, 28% { opacity: 0.5; }
  30% { opacity: 0.84; transform: translate(0, 216px); }
  33%, 57% { opacity: 0.5; }
  59% { opacity: 0.84; transform: translate(72px, 216px); }
  62%, 93% { opacity: 0.5; }
  98% { opacity: 0.34; transform: translate(72px, 432px); }
  100% { opacity: 0; transform: translate(72px, 432px); }
}
