:root {
  --ink: #102033;
  --ink-2: #17324f;
  --brand: #2b6493;
  --brand-2: #74bbd3;
  --gold: #f3c75b;
  --green: #2f8f6b;
  --paper: #f6f2e9;
  --paper-2: #fffdf8;
  --line: rgba(16, 32, 51, 0.14);
  --muted: rgba(16, 32, 51, 0.68);
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(16, 32, 51, 0.14);
  --ease: cubic-bezier(0.32, 0.72, 0, 1);
}

/* Homepage floating-emblem hero
   One scroll-linked idea replaces the previous multi-scene dashboard sequence. */
.floating-emblem-hero {
  --emblem-y: -10px;
  --emblem-rotate: -8deg;
  --emblem-tilt: 10deg;
  --emblem-scale: 1;
  --orbit-rotate: 0deg;
  --copy-y: 0px;
  --copy-opacity: 1;
  --chip-attract-opacity: 1;
  --chip-qualify-opacity: 0;
  --chip-book-opacity: 0;
  --status-opacity: 0;
  --progress-scale: 0;
  min-height: 168dvh;
  padding: 0 1.25rem;
  overflow: visible;
  background:
    radial-gradient(circle at 78% 44%, rgba(243, 199, 91, 0.12), transparent 28rem),
    radial-gradient(circle at 14% 22%, rgba(116, 187, 211, 0.12), transparent 30rem),
    linear-gradient(122deg, #071426 0%, #0b1e35 48%, #071426 100%);
}

.floating-emblem-hero::before {
  background:
    radial-gradient(circle at 72% 48%, rgba(243, 199, 91, 0.13), transparent 25rem),
    radial-gradient(circle at 16% 18%, rgba(116, 187, 211, 0.12), transparent 28rem),
    linear-gradient(122deg, rgba(7, 20, 38, 0.98), rgba(11, 30, 53, 0.99) 50%, #071426);
}

.floating-emblem-hero::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.9) 70%, transparent 100%);
  opacity: 0.62;
}

.emblem-scroll-stage {
  position: sticky;
  top: 0;
  display: grid;
  align-items: center;
  width: 100%;
  height: 100dvh;
  min-height: 640px;
  padding: 6.9rem 0 2rem;
  overflow: hidden;
}

.emblem-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(430px, 1.02fr) minmax(470px, 0.98fr);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 5rem);
  width: min(100%, 1240px);
}

.emblem-hero-copy {
  max-width: 670px;
  opacity: var(--copy-opacity);
  transform: translate3d(0, var(--copy-y), 0);
  will-change: transform, opacity;
}

.floating-emblem-hero .emblem-hero-copy h1 {
  max-width: 720px;
  margin-bottom: 1.3rem;
  font-size: clamp(3.5rem, 5.2vw, 5.85rem);
  line-height: 0.91;
  letter-spacing: -0.048em;
  text-wrap: balance;
}

.floating-emblem-hero .emblem-hero-copy .lead {
  max-width: 640px;
  color: rgba(255, 253, 248, 0.72);
  font-size: 1.08rem;
}

.emblem-scroll-note {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.25rem;
  color: rgba(255, 253, 248, 0.52);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.emblem-scroll-line {
  width: 62px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
}

.emblem-scroll-line i {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--brand-2), var(--gold));
  transform: scaleX(var(--progress-scale));
  transform-origin: left;
}

.emblem-scene {
  position: relative;
  justify-self: end;
  width: min(47vw, 620px);
  aspect-ratio: 1;
  isolation: isolate;
}

.emblem-scene::before {
  content: "";
  position: absolute;
  inset: 11%;
  z-index: -2;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 199, 91, 0.18), rgba(116, 187, 211, 0.05) 42%, transparent 70%);
  filter: blur(14px);
  transform: translateY(var(--emblem-y)) scale(var(--emblem-scale));
}

.emblem-grid-plane {
  position: absolute;
  left: 50%;
  bottom: 5%;
  z-index: -1;
  width: 78%;
  height: 35%;
  background:
    linear-gradient(90deg, rgba(116, 187, 211, 0.16) 1px, transparent 1px),
    linear-gradient(180deg, rgba(116, 187, 211, 0.13) 1px, transparent 1px);
  background-size: 34px 24px;
  mask-image: radial-gradient(ellipse at center, black 0%, transparent 72%);
  opacity: 0.6;
  transform: translateX(-50%) perspective(520px) rotateX(62deg);
  transform-origin: bottom;
}

.emblem-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(var(--orbit-rotate));
  will-change: transform;
}

.emblem-orbit::before,
.emblem-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.emblem-orbit::before {
  width: 9px;
  height: 9px;
  background: var(--gold);
  box-shadow: 0 0 22px rgba(243, 199, 91, 0.85);
}

.emblem-orbit::after {
  inset: -1px;
  border: 1px solid transparent;
  border-top-color: rgba(243, 199, 91, 0.62);
  border-right-color: rgba(116, 187, 211, 0.34);
}

.emblem-orbit-outer {
  width: 94%;
  height: 94%;
}

.emblem-orbit-outer::before {
  right: 12%;
  top: 11%;
}

.emblem-orbit-middle {
  width: 72%;
  height: 72%;
  transform: translate(-50%, -50%) rotate(calc(var(--orbit-rotate) + 96deg));
}

.emblem-orbit-middle::before {
  left: 4%;
  bottom: 24%;
  width: 7px;
  height: 7px;
  background: var(--brand-2);
  box-shadow: 0 0 18px rgba(116, 187, 211, 0.9);
}

.emblem-orbit-inner {
  width: 51%;
  height: 51%;
  border-style: dashed;
  opacity: 0.62;
  transform: translate(-50%, -50%) rotate(calc(var(--orbit-rotate) - 58deg));
}

.emblem-coin {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: clamp(220px, 20vw, 294px);
  aspect-ratio: 1;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(193, 204, 215, 0.78) 42%, rgba(255, 255, 255, 0.96) 70%),
    #fff;
  box-shadow:
    inset 0 0 0 7px rgba(7, 20, 38, 0.12),
    0 34px 80px rgba(0, 0, 0, 0.42),
    0 0 80px rgba(243, 199, 91, 0.11);
  transform: translate(-50%, -50%) translateY(var(--emblem-y)) perspective(900px) rotateY(var(--emblem-tilt)) rotateZ(var(--emblem-rotate)) scale(var(--emblem-scale));
  will-change: transform;
}

.emblem-coin::after {
  content: "";
  position: absolute;
  inset: 3%;
  border: 1px solid rgba(7, 20, 38, 0.18);
  border-radius: 50%;
  pointer-events: none;
}

.emblem-coin img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.emblem-coin-glow {
  position: absolute;
  inset: -24%;
  z-index: -1;
  border-radius: 50%;
  background: conic-gradient(from 30deg, transparent, rgba(243, 199, 91, 0.28), transparent 34%, rgba(116, 187, 211, 0.18), transparent 70%);
  filter: blur(18px);
  transform: rotate(var(--orbit-rotate));
}

.emblem-stage-chip {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 0.72rem;
  min-width: 178px;
  padding: 0.68rem 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 17px;
  color: var(--paper-2);
  background: rgba(8, 23, 42, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 20px 45px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(15px);
  transition: opacity 180ms linear;
}

.emblem-stage-chip > span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border: 1px solid rgba(243, 199, 91, 0.36);
  border-radius: 50%;
  color: var(--gold);
  background: rgba(243, 199, 91, 0.08);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.64rem;
  font-weight: 900;
}

.emblem-stage-chip div {
  display: grid;
  gap: 0.13rem;
}

.emblem-stage-chip strong {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 0.98rem;
  line-height: 1;
}

.emblem-stage-chip small {
  color: rgba(255, 253, 248, 0.58);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.57rem;
  font-weight: 700;
}

.emblem-stage-attract {
  left: -1%;
  top: 19%;
  opacity: var(--chip-attract-opacity);
}

.emblem-stage-qualify {
  right: -1%;
  top: 16%;
  opacity: var(--chip-qualify-opacity);
  transform: translateY(0);
}

.emblem-stage-book {
  right: 1%;
  bottom: 16%;
  opacity: var(--chip-book-opacity);
  transform: translateY(0);
}

.emblem-status {
  position: absolute;
  left: 50%;
  bottom: 2.5%;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.54rem 0.76rem;
  border: 1px solid rgba(116, 187, 211, 0.24);
  border-radius: 999px;
  color: rgba(255, 253, 248, 0.74);
  background: rgba(8, 23, 42, 0.78);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  opacity: var(--status-opacity);
  transform: translateX(-50%);
}

.emblem-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px rgba(71, 212, 150, 0.72);
}

.emblem-spark {
  position: absolute;
  z-index: 2;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.6);
  animation: emblemSparkFloat 4.6s var(--ease) infinite;
}

.emblem-spark-one { left: 15%; top: 48%; }
.emblem-spark-two { right: 18%; top: 38%; animation-delay: -1.5s; }
.emblem-spark-three { left: 31%; bottom: 15%; animation-delay: -3s; }

.emblem-ambient {
  position: absolute;
  z-index: 0;
  width: 44vw;
  height: 44vw;
  min-width: 360px;
  min-height: 360px;
  border-radius: 50%;
  filter: blur(18px);
  pointer-events: none;
}

.emblem-ambient-gold {
  right: -12%;
  top: -16%;
  background: radial-gradient(circle, rgba(243, 199, 91, 0.13), transparent 67%);
}

.emblem-ambient-blue {
  left: -16%;
  bottom: -25%;
  background: radial-gradient(circle, rgba(116, 187, 211, 0.12), transparent 67%);
}

.emblem-progress {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  z-index: 7;
  width: 2px;
  height: min(24vh, 180px);
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-50%);
}

.emblem-progress span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(to bottom, var(--brand-2), var(--gold));
  box-shadow: 0 0 16px rgba(243, 199, 91, 0.45);
  transform: scaleY(var(--progress-scale));
  transform-origin: top;
}

@keyframes emblemSparkFloat {
  0%, 100% { opacity: 0.3; transform: translateY(0) scale(0.8); }
  50% { opacity: 1; transform: translateY(-14px) scale(1.2); }
}

@media (max-width: 1080px) {
  .emblem-hero-grid {
    grid-template-columns: minmax(370px, 1.05fr) minmax(390px, 0.95fr);
    gap: 1rem;
  }

  .emblem-scene {
    width: min(47vw, 530px);
  }

  .emblem-stage-chip {
    min-width: 160px;
  }
}

@media (max-width: 760px) {
  .floating-emblem-hero {
    min-height: 146dvh;
    padding: 0 0.85rem;
  }

  .emblem-scroll-stage {
    align-items: stretch;
    min-height: 560px;
    padding: 6.2rem 0 0.7rem;
  }

  .emblem-hero-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(260px, 1fr);
    align-content: start;
    gap: 0.25rem;
    height: 100%;
  }

  .emblem-hero-copy {
    max-width: 620px;
    align-self: start;
  }

  .floating-emblem-hero .emblem-hero-copy h1 {
    max-width: 570px;
    margin-bottom: 0.8rem;
    font-size: clamp(2.5rem, 10vw, 3.85rem);
    line-height: 0.94;
  }

  .floating-emblem-hero .emblem-hero-copy .lead {
    max-width: 600px;
    margin-bottom: 1rem;
    font-size: 0.96rem;
    line-height: 1.5;
  }

  .floating-emblem-hero .hero-actions {
    display: flex;
    flex-wrap: wrap;
  }

  .floating-emblem-hero .hero-actions .btn {
    width: auto;
  }

  .floating-emblem-hero .hero-badges,
  .emblem-scroll-note {
    display: none;
  }

  .emblem-scene {
    justify-self: center;
    align-self: center;
    width: min(92vw, 430px);
  }

  .emblem-coin {
    width: clamp(176px, 45vw, 228px);
  }

  .emblem-stage-chip {
    min-width: 145px;
    padding: 0.55rem 0.62rem;
  }

  .emblem-stage-attract { left: -1%; top: 18%; }
  .emblem-stage-qualify { right: -1%; top: 15%; }
  .emblem-stage-book { right: 0; bottom: 15%; }

  .emblem-progress {
    right: 0;
  }
}

@media (max-width: 640px) {
  .floating-emblem-hero .eyebrow {
    margin-bottom: 0.8rem;
  }

  .floating-emblem-hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .floating-emblem-hero .hero-actions .btn {
    width: 100%;
    min-height: 46px;
  }

  .floating-emblem-hero .hero-actions .btn-secondary {
    display: none;
  }

  .emblem-stage-chip {
    min-width: 132px;
  }

  .emblem-stage-chip small {
    display: none;
  }
}

@media (max-width: 640px) and (max-height: 700px) {
  .floating-emblem-hero {
    min-height: 138dvh;
  }

  .emblem-scroll-stage {
    padding-top: 5.8rem;
  }

  .floating-emblem-hero .emblem-hero-copy h1 {
    font-size: clamp(2.15rem, 9vw, 2.75rem);
  }

  .floating-emblem-hero .emblem-hero-copy .lead {
    display: none;
  }

  .emblem-hero-grid {
    grid-template-rows: auto minmax(225px, 1fr);
  }

  .emblem-scene {
    width: min(82vw, 340px);
  }

  .emblem-coin {
    width: clamp(152px, 40vw, 190px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-emblem-hero {
    min-height: auto;
    overflow: hidden;
  }

  .emblem-scroll-stage {
    position: relative;
    height: auto;
    min-height: 100dvh;
  }

  .emblem-coin,
  .emblem-orbit,
  .emblem-hero-copy,
  .emblem-scroll-line i,
  .emblem-progress span {
    will-change: auto;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(116, 187, 211, 0.13), transparent 28rem),
    linear-gradient(180deg, var(--paper-2), var(--paper));
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 2px solid var(--brand-2, #74bbd3);
  outline-offset: 3px;
  border-radius: 4px;
}

/* Spacing utilities — replace one-off inline styles */
.flush-top {
  margin-top: 0 !important;
}

.gap-top {
  margin-top: 1rem;
}

.note-muted {
  margin-top: 0.7rem;
  color: var(--muted);
}

.btn-block {
  width: 100%;
  margin-top: 1rem;
}

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

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-140%);
  transition: transform 260ms var(--ease);
}

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

.site-header {
  position: fixed;
  top: 18px;
  left: 0;
  right: 0;
  z-index: 40;
  pointer-events: none;
}

.nav-shell {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.58rem;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 18px 50px rgba(16, 32, 51, 0.12);
  backdrop-filter: blur(18px);
  pointer-events: auto;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  min-width: 0;
  text-decoration: none;
}

.brand-link img {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(16, 32, 51, 0.12);
  object-fit: cover;
}

.brand-text {
  display: grid;
  line-height: 1.05;
}

.brand-name {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 1.04rem;
  font-weight: 700;
}

.brand-sub {
  color: var(--muted);
  font-size: 0.72rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 0.84rem;
  border-radius: 999px;
  color: rgba(16, 32, 51, 0.78);
  font-size: 0.88rem;
  font-weight: 750;
  text-decoration: none;
  transition: color 240ms var(--ease), background 240ms var(--ease), transform 240ms var(--ease);
}

.nav-links a[aria-current="page"]:not(.nav-cta) {
  color: var(--brand);
  background: rgba(43, 100, 147, 0.1);
  box-shadow: inset 0 -2px 0 var(--gold);
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--ink);
  background: rgba(43, 100, 147, 0.1);
  outline: none;
  transform: translateY(-1px);
}

.nav-links .nav-cta {
  color: var(--white);
  background: var(--ink);
}

.nav-links .nav-cta:hover,
.nav-links .nav-cta:focus-visible {
  color: var(--white);
  background: var(--brand);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: var(--ink);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: currentColor;
  transition: transform 240ms var(--ease), opacity 240ms var(--ease);
}

.nav-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-6px) rotate(-45deg);
}

main {
  /* clip, not hidden: hidden creates a scroll container that kills the hero's position: sticky */
  overflow-x: clip;
}

.section {
  padding: 6.5rem 1.25rem;
}

.section-tight {
  padding: 4.8rem 1.25rem;
}

.wrap {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.narrow {
  width: min(820px, 100%);
  margin: 0 auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  margin: 0 0 1rem;
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(43, 100, 147, 0.22);
  border-radius: 999px;
  color: var(--brand);
  background: rgba(255, 255, 255, 0.7);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  font-weight: 600;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Space Grotesk", system-ui, sans-serif;
  line-height: 1.02;
}

h1 {
  max-width: 790px;
  font-size: 4.65rem;
  font-weight: 750;
}

h2 {
  font-size: 3.25rem;
  font-weight: 750;
}

h3 {
  font-size: 1.55rem;
}

p {
  margin: 0;
}

.lead {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.14rem;
}

.hero {
  position: relative;
  min-height: 100dvh;
  padding: 7.2rem 1.25rem 4.2rem;
  color: var(--paper-2);
  isolation: isolate;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 76% 34%, rgba(243, 199, 91, 0.2), transparent 26rem),
    radial-gradient(circle at 18% 24%, rgba(116, 187, 211, 0.18), transparent 30rem),
    linear-gradient(115deg, rgba(7, 20, 38, 0.98), rgba(10, 29, 51, 0.98) 46%, rgba(7, 20, 38, 1));
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 88px 88px;
  opacity: 0.55;
}

.cinematic-hero {
  --hero-card-opacity: 1;
  --hero-card-y: 0px;
  --hero-card-scale: 1;
  --hero-copy-opacity: 1;
  --hero-copy-y: 0px;
  --hero-command-opacity: 1;
  --hero-command-y: 0px;
  --hero-intro-opacity: 0;
  --hero-intro-y: 0px;
  --hero-intro-scale: 1;
  --hero-art-opacity: 0.16;
  --hero-lead-opacity: 0;
  --hero-phone-opacity: 0;
  --hero-phone-y: 32px;
  --hero-phone-scale: 0.92;
  --hero-phone-rotate: -10deg;
  --hero-cue-opacity: 0;
  display: block;
  padding: 0 1.25rem;
}

.hero-scroll-stage {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 100dvh;
  padding: 7.2rem 0 4.2rem;
}

.cinematic-hero.is-scroll-bound {
  min-height: 280dvh;
  overflow: visible;
}

.cinematic-hero.is-scroll-bound .hero-scroll-stage {
  position: sticky;
  top: 0;
  height: 100dvh;
  min-height: 0;
  padding: 5.7rem 0 0.8rem;
  overflow: hidden;
}

.cinematic-hero.is-scroll-bound .hero-stage-card.reveal {
  width: 100%;
  max-width: none;
  height: calc(100dvh - 6.4rem);
  min-height: 0;
  opacity: var(--hero-card-opacity);
  transform: translate3d(0, var(--hero-card-y), 0) scale(var(--hero-card-scale));
  transition: none;
  will-change: transform, opacity;
}

.cinematic-hero.is-scroll-bound .hero-copy h1 {
  font-size: clamp(2.7rem, 3.3vw, 4.2rem);
}

.cinematic-hero.is-scroll-bound .hero-copy .lead {
  font-size: 1.06rem;
}

.cinematic-hero.is-scroll-bound .hero-copy {
  opacity: var(--hero-copy-opacity);
  transform: translate3d(0, var(--hero-copy-y), 0);
  transition: none;
  will-change: transform, opacity;
}

.cinematic-hero.is-scroll-bound .hero-command-panel {
  opacity: var(--hero-command-opacity);
  transform: translate3d(0, var(--hero-command-y), 0);
  transition: none;
  will-change: transform, opacity;
}

.hero-backdrop-art {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: var(--hero-art-opacity);
  filter: saturate(0.9) contrast(1.05);
  mix-blend-mode: screen;
  mask-image: radial-gradient(ellipse at center, black 0%, black 38%, transparent 76%);
  animation: sceneBreath 12s var(--ease) infinite;
}

.hero-aurora {
  position: absolute;
  z-index: 0;
  width: 46vw;
  height: 46vw;
  min-width: 380px;
  min-height: 380px;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(10px);
  will-change: transform;
}

.hero-aurora-gold {
  top: -12%;
  right: -8%;
  background: radial-gradient(circle at 50% 50%, rgba(243, 199, 91, 0.16), transparent 62%);
  animation: auroraDrift 17s var(--ease) infinite;
}

.hero-aurora-steel {
  bottom: -16%;
  left: -10%;
  background: radial-gradient(circle at 50% 50%, rgba(116, 187, 211, 0.14), transparent 62%);
  animation: auroraDrift 21s var(--ease) infinite reverse;
}

.hero-welcome-text {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  place-content: center;
  gap: 0.14em;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(3.6rem, 9vw, 9.5rem);
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: -0.02em;
  text-align: center;
  opacity: var(--hero-intro-opacity);
  transform: translate3d(0, var(--hero-intro-y), 0) scale(var(--hero-intro-scale));
  pointer-events: none;
  will-change: transform, opacity;
}

.hero-welcome-line {
  display: block;
  background: linear-gradient(160deg, #fffdf8 18%, rgba(255, 253, 248, 0.82) 60%, rgba(168, 196, 224, 0.75));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 30px 80px rgba(0, 0, 0, 0.45));
  animation: heroTitleReveal 1.3s var(--ease) both;
}

.hero-welcome-line-gold {
  background: linear-gradient(150deg, #f6d789 8%, var(--gold) 46%, rgba(214, 158, 46, 0.94));
  -webkit-background-clip: text;
  background-clip: text;
  animation-delay: 0.18s;
}

.hero-welcome-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  justify-self: center;
  margin-bottom: 1.4rem;
  padding: 0.44rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 253, 248, 0.78);
  background: rgba(9, 23, 42, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  animation: heroTitleReveal 1.1s var(--ease) both;
}

.hero-welcome-sub {
  justify-self: center;
  max-width: 560px;
  margin-top: 1.6rem;
  color: rgba(255, 253, 248, 0.66);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0;
  animation: heroTitleReveal 1.3s var(--ease) 0.34s both;
}

.lead-signal-field {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  opacity: var(--hero-lead-opacity);
  pointer-events: none;
}

.lead-packet {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: grid;
  gap: 0.14rem;
  min-width: 164px;
  padding: 0.72rem 0.82rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 253, 248, 0.88);
  background: rgba(9, 23, 42, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 18px 52px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
  font-family: "IBM Plex Mono", monospace;
  animation: leadPacketRoute 5.8s var(--ease) infinite;
  will-change: transform, opacity;
}

.lead-packet b {
  color: var(--gold);
  font-size: 0.7rem;
}

.lead-packet small {
  color: rgba(255, 253, 248, 0.68);
  font-size: 0.66rem;
  font-weight: 700;
}

.lead-packet-one {
  --start-x: -46vw;
  --start-y: -24vh;
  --end-x: 31vw;
  --end-y: -6vh;
}

.lead-packet-two {
  --start-x: -39vw;
  --start-y: 23vh;
  --end-x: 32vw;
  --end-y: 1vh;
  animation-delay: 0.9s;
}

.lead-packet-three {
  --start-x: 42vw;
  --start-y: -20vh;
  --end-x: 33vw;
  --end-y: -3vh;
  animation-delay: 1.8s;
}

.lead-packet-four {
  --start-x: 38vw;
  --start-y: 25vh;
  --end-x: 32vw;
  --end-y: 4vh;
  animation-delay: 2.7s;
}

.signal-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--brand-2);
  box-shadow: 0 0 28px rgba(116, 187, 211, 0.68);
  animation: leadDotRoute 4.8s var(--ease) infinite;
}

.signal-dot-one {
  --start-x: -34vw;
  --start-y: -4vh;
  --end-x: 18vw;
  --end-y: 0;
}

.signal-dot-two {
  --start-x: 31vw;
  --start-y: -30vh;
  --end-x: 18vw;
  --end-y: 2vh;
  animation-delay: 1.4s;
}

.signal-dot-three {
  --start-x: -23vw;
  --start-y: 31vh;
  --end-x: 19vw;
  --end-y: 2vh;
  animation-delay: 2.8s;
}

.hero-stage-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(370px, 1.04fr) minmax(330px, 0.92fr) minmax(280px, 0.78fr);
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
  width: min(1260px, 100%);
  min-height: min(690px, calc(100dvh - 10rem));
  margin: 0 auto;
  padding: clamp(1rem, 2vw, 1.45rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 38px;
  background:
    radial-gradient(circle at 54% 44%, rgba(243, 199, 91, 0.22), transparent 18rem),
    radial-gradient(circle at 74% 18%, rgba(116, 187, 211, 0.12), transparent 22rem),
    linear-gradient(145deg, rgba(22, 44, 78, 0.86), rgba(7, 18, 34, 0.92) 54%, rgba(7, 20, 38, 0.98));
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.16),
    inset 0 -1px 1px rgba(0, 0, 0, 0.36),
    0 42px 110px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.card-sheen {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.08) 32%, transparent 48%),
    radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.1), transparent 26rem);
  opacity: 0.72;
  pointer-events: none;
  animation: cardSheenSweep 8s var(--ease) infinite;
}

.hero-stage-card > *:not(.card-sheen):not(.lead-phone) {
  position: relative;
  z-index: 1;
}

.hero-stage-card .hero-copy {
  align-self: center;
}

.hero-stage-card .hero-copy h1 {
  font-size: clamp(3.25rem, 4.7vw, 5.45rem);
}

.hero-stage-card .system-scene {
  min-height: min(520px, 60vh);
}

.hero-stage-card .premium-scene {
  overflow: visible;
}

.hero-stage-card .hero-motion-field {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-stage-card .hero-motion-field::before {
  opacity: 0.24;
}

.hero-stage-card .hero-motion-field::after {
  background: radial-gradient(circle at 50% 50%, transparent 0 12rem, rgba(7, 20, 38, 0.08) 22rem, rgba(7, 20, 38, 0.26) 100%);
}

.hero-stage-card .hero-orbit-system {
  top: 49%;
  left: 50%;
  width: min(570px, 104%);
}

.hero-stage-card .amp-hero-mark {
  width: clamp(214px, 21vw, 300px);
}

.lead-phone {
  position: absolute;
  right: clamp(1.4rem, 4vw, 4.5rem);
  top: 50%;
  z-index: 7;
  display: grid;
  gap: 0.68rem;
  width: clamp(205px, 17vw, 254px);
  padding: 1.05rem 0.82rem 0.82rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  color: var(--paper-2);
  background:
    radial-gradient(circle at 24% 9%, rgba(255, 255, 255, 0.14), transparent 7rem),
    linear-gradient(160deg, rgba(19, 41, 72, 0.94), rgba(7, 20, 38, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(0, 0, 0, 0.28),
    0 26px 70px rgba(0, 0, 0, 0.32);
  opacity: var(--hero-phone-opacity);
  transform: translate3d(0, var(--hero-phone-y), 0) translateY(-50%) rotateY(var(--hero-phone-rotate)) scale(var(--hero-phone-scale));
  transform-origin: center;
  pointer-events: none;
}

.phone-notch {
  position: absolute;
  left: 50%;
  top: 0.42rem;
  width: 64px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.22);
  transform: translateX(-50%);
}

.phone-topline,
.phone-action-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.66rem;
  font-weight: 800;
}

.phone-topline {
  padding-top: 0.48rem;
  color: rgba(255, 253, 248, 0.68);
}

.phone-topline b {
  color: var(--green);
}

.phone-lead-card {
  display: grid;
  gap: 0.24rem;
  padding: 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
}

.phone-lead-card.lead-hot {
  border-color: rgba(243, 199, 91, 0.34);
  background: rgba(243, 199, 91, 0.13);
}

.phone-lead-card small,
.phone-lead-card span {
  color: rgba(255, 253, 248, 0.64);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.61rem;
  font-weight: 700;
}

.phone-lead-card strong {
  color: var(--paper-2);
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 0.96rem;
  line-height: 1.02;
}

.phone-action-row span {
  display: inline-grid;
  place-items: center;
  min-height: 30px;
  flex: 1;
  border-radius: 999px;
  color: rgba(255, 253, 248, 0.74);
  background: rgba(255, 255, 255, 0.08);
}

.hero-command-panel {
  display: grid;
  gap: 0.7rem;
  align-self: center;
}

.hero-stage-card .hero-scorecard{
  position: relative;
  inset: auto;
  width: auto;
}

.hero-stage-card .hero-scorecard {
  padding: 0.95rem;
}

.hero-widget-stack {
  display: grid;
  gap: 0.75rem;
}

.hero-widget {
  display: grid;
  gap: 0.3rem;
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.hero-widget span,
.hero-widget small {
  color: rgba(255, 253, 248, 0.62);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.66rem;
  font-weight: 800;
}

.hero-widget strong {
  color: var(--paper-2);
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 1.3rem;
  line-height: 1;
}

.hero-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 2.4rem;
  z-index: 4;
  color: rgba(255, 253, 248, 0.66);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  opacity: var(--hero-cue-opacity);
  transform: translateX(-50%);
  pointer-events: none;
}

.hero-scroll-cue span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 0.82rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(9, 23, 42, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-copy .lead {
  margin-top: 1.35rem;
  color: rgba(255, 253, 248, 0.72);
  font-size: 1.22rem;
}

.hero .eyebrow {
  color: var(--gold);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.8rem;
}

.hero-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 253, 248, 0.76);
  background: rgba(255, 255, 255, 0.08);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.74rem;
  font-weight: 700;
}

.hero .btn-primary {
  color: var(--ink);
  background: var(--paper-2);
}

.hero .btn-primary:hover,
.hero .btn-primary:focus-visible {
  color: var(--ink);
  background: var(--gold);
}

.hero .btn-secondary {
  color: var(--paper-2);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.hero .btn-secondary:hover,
.hero .btn-secondary:focus-visible {
  color: var(--paper-2);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.32);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.72rem;
  min-height: 52px;
  padding: 0.82rem 1rem 0.82rem 1.3rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  transition: transform 240ms var(--ease), background 240ms var(--ease), border-color 240ms var(--ease), color 240ms var(--ease);
}

.btn svg,
.nav-links svg,
.footer-links svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.8;
}

.btn .btn-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  transition: transform 240ms var(--ease), background 240ms var(--ease);
}

.btn-primary {
  color: var(--white);
  background: var(--ink);
}

.btn-primary .btn-icon {
  color: var(--ink);
  background: var(--gold);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  color: var(--white);
  background: var(--brand);
  outline: none;
  transform: translateY(-2px);
}

.btn-primary:hover .btn-icon,
.btn-primary:focus-visible .btn-icon {
  transform: translateX(2px);
}

.btn-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(16, 32, 51, 0.13);
}

.btn-secondary .btn-icon {
  color: var(--brand);
  background: rgba(43, 100, 147, 0.1);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  border-color: rgba(43, 100, 147, 0.34);
  background: var(--white);
  outline: none;
  transform: translateY(-2px);
}

.btn:active {
  transform: scale(0.98);
}

.proof-tile,
.card,
.panel,
.pricing-card,
.metric-card,
.industry-card,
.faq-item,
.form-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16, 32, 51, 0.12);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.84);
  box-shadow: 0 16px 48px rgba(16, 32, 51, 0.08);
}

.card::after,
.panel::after,
.industry-card::after,
.metric-card::after,
.form-shell::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 1rem;
  display: inline-grid;
  place-items: center;
  min-height: 28px;
  padding: 0 0.68rem;
  border-radius: 999px;
  color: rgba(16, 32, 51, 0.78);
  background: rgba(255, 253, 248, 0.9);
  border: 1px solid rgba(16, 32, 51, 0.1);
  box-shadow: 0 12px 30px rgba(16, 32, 51, 0.08);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 260ms var(--ease), transform 260ms var(--ease), background 260ms var(--ease);
  pointer-events: none;
}

.card::after {
  content: "LEAD PATH";
}

.card-dark::after {
  content: "STRATEGY";
  color: var(--gold);
  background: rgba(255, 253, 248, 0.09);
  border-color: rgba(255, 255, 255, 0.15);
}

.card-blue::after {
  content: "CREATIVE";
}

.card-gold::after {
  content: "OPTIMIZE";
}

.panel::after {
  content: "SCORECARD";
}

.industry-card::after {
  content: "NICHE FIT";
}

.metric-card::after {
  content: "REVENUE";
}

.form-shell::after {
  content: "AUDIT";
}

.card > *,
.panel > *,
.industry-card > *,
.metric-card > *,
.faq-item > *,
.form-shell > * {
  position: relative;
  z-index: 1;
}

.card:hover::after,
.panel:hover::after,
.industry-card:hover::after,
.metric-card:hover::after,
.form-shell:focus-within::after {
  opacity: 1;
  transform: translateY(0);
}

.proof-tile {
  padding: 1rem;
}

.proof-tile strong {
  display: block;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 1.42rem;
  line-height: 1;
}

.proof-tile span {
  display: block;
  margin-top: 0.45rem;
  color: var(--muted);
  font-size: 0.84rem;
}

.system-scene {
  position: relative;
  min-height: 740px;
}

.premium-scene {
  min-height: 720px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-motion-field{
  position: absolute;
  inset: 0;
}

.hero-motion-field {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 38px;
  background:
    radial-gradient(circle at 59% 43%, rgba(243, 199, 91, 0.3), transparent 17rem),
    radial-gradient(circle at 16% 78%, rgba(116, 187, 211, 0.23), transparent 19rem),
    rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 34px 90px rgba(0, 0, 0, 0.22);
}

.hero-motion-field::before,
.hero-motion-field::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-motion-field::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.38;
}

.hero-motion-field::after {
  background: radial-gradient(circle at 58% 46%, transparent 0 13rem, rgba(7, 20, 38, 0.08) 20rem, rgba(7, 20, 38, 0.24) 100%);
}

.hero-orbit-system {
  position: absolute;
  --orbit-radius: 300px;
  top: 44%;
  left: 61%;
  z-index: 2;
  width: min(640px, 94%);
  aspect-ratio: 1;
  perspective: 1000px;
  transform: translate(-50%, -50%);
}

.hero-orbit-system::before,
.hero-orbit-system::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-orbit-system::before {
  inset: 84px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 253, 248, 0.16), transparent 38%),
    conic-gradient(from 160deg, rgba(243, 199, 91, 0.18), rgba(116, 187, 211, 0.14), rgba(255, 255, 255, 0.05), rgba(243, 199, 91, 0.18));
  opacity: 0.78;
  animation: orbitSpin 36s linear infinite;
}

.hero-orbit-system::after {
  left: 50%;
  top: 67%;
  z-index: 3;
  width: clamp(250px, 32vw, 390px);
  height: clamp(54px, 7vw, 86px);
  border-radius: 999px;
  background:
    radial-gradient(ellipse at center, rgba(255, 253, 248, 0.72) 0%, rgba(243, 199, 91, 0.48) 25%, rgba(116, 187, 211, 0.18) 53%, transparent 76%),
    linear-gradient(90deg, transparent, rgba(255, 253, 248, 0.34), transparent);
  filter: blur(0.3px);
  opacity: 0.88;
  transform: translate(-50%, -50%) rotateX(64deg);
  animation: pedestalHoverGlow 5.8s var(--ease) infinite;
}

.orbit-ring {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: inset 0 0 28px rgba(255, 255, 255, 0.04);
  animation: orbitSpin 18s linear infinite;
}

.ring-one {
  inset: 0;
  border-top-color: rgba(243, 199, 91, 0.78);
}

.ring-two {
  inset: 44px;
  border-right-color: rgba(116, 187, 211, 0.72);
  animation-duration: 24s;
  animation-direction: reverse;
}

.ring-three {
  inset: 88px;
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.2);
  animation-duration: 32s;
}

.orbit-packet {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 22px rgba(243, 199, 91, 0.72);
  animation: orbitPacket 7s linear infinite;
}

.packet-two {
  width: 8px;
  height: 8px;
  background: var(--brand-2);
  box-shadow: 0 0 20px rgba(116, 187, 211, 0.72);
  animation-duration: 10s;
  animation-direction: reverse;
}

.beam {
  position: absolute;
  z-index: 1;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(243, 199, 91, 0.18), rgba(243, 199, 91, 0.78), transparent);
  opacity: 0.42;
  transform-origin: left center;
}

.beam::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 36px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.72);
  filter: blur(4px);
  animation: beamTravel 3.8s var(--ease) infinite;
}

.beam-one {
  left: 5%;
  top: 27%;
  width: 52%;
  transform: rotate(8deg);
}

.beam-two {
  left: 11%;
  top: 69%;
  width: 47%;
  transform: rotate(-16deg);
}

.beam-three {
  left: 34%;
  top: 18%;
  width: 48%;
  transform: rotate(31deg);
}

.hero-node {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 30px;
  padding: 0 0.68rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 253, 248, 0.72);
  background: rgba(9, 23, 42, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 12px 34px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  animation: nodeFloat 6s var(--ease) infinite;
}

.hero-node::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 0.1rem;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 12px rgba(243, 199, 91, 0.8);
}

.hero-node b {
  color: var(--gold);
}

.node-offer {
  left: 7%;
  top: 21%;
}

.node-campaign {
  right: 9%;
  top: 13%;
  animation-delay: 1.2s;
}

.node-booked {
  right: 12%;
  bottom: 13%;
  animation-delay: 2.2s;
}

.amp-hero-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  width: clamp(196px, 22vw, 286px);
  aspect-ratio: 1;
  padding: 0.62rem;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34), 0 26px 70px rgba(243, 199, 91, 0.28);
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  will-change: transform;
  animation: coinHoverFlip 9s var(--ease) infinite;
}

.amp-hero-mark::before,
.amp-hero-mark::after {
  content: "";
  position: absolute;
  inset: 0.62rem;
  border-radius: 999px;
  pointer-events: none;
}

.amp-hero-mark::before {
  z-index: 2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), inset 0 -16px 28px rgba(7, 20, 38, 0.16);
}

.amp-hero-mark::after {
  z-index: 3;
  background: linear-gradient(115deg, transparent 26%, rgba(255, 255, 255, 0.46) 43%, transparent 58%);
  mix-blend-mode: screen;
  opacity: 0;
  transform: translateX(-38%) rotate(10deg);
  animation: coinShine 9s var(--ease) infinite;
}

.amp-hero-mark img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  object-fit: cover;
  clip-path: circle(47% at 50% 50%);
}

.hero-scorecard{
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(9, 23, 42, 0.72);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.hero-scorecard {
  left: 1.3rem;
  bottom: 1.3rem;
  display: grid;
  gap: 0.68rem;
  width: min(360px, calc(100% - 2.6rem));
  padding: 1rem;
  border-radius: 22px;
}

.scorecard-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.scorecard-top strong,
.hero-score-row strong {
  display: block;
  color: var(--paper-2);
  font-family: "Space Grotesk", system-ui, sans-serif;
  line-height: 1.08;
}

.hero-score-row {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 0.75rem;
  align-items: center;
  padding: 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
}

.hero-score-row span {
  color: var(--gold);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 800;
}

.console-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0.45rem 1rem;
  border-bottom: 1px solid var(--line);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: var(--green);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.75rem;
  font-weight: 700;
}

.status-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
  animation: pulse 1.8s var(--ease) infinite;
}

.console-grid {
  display: grid;
  gap: 0.7rem;
  padding-top: 0.9rem;
}

.row-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: var(--ink);
  background: rgba(243, 199, 91, 0.35);
}

.row-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.8;
}

.mini-label,
.kicker{
  display: block;
  color: var(--muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 600;
}

.rail-label {
  position: absolute;
  left: 1rem;
  top: 0.85rem;
  color: var(--muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0;
}

.proof-strip-section {
  position: relative;
  z-index: 2;
  padding: 0 1.25rem;
  margin-top: -2.3rem;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(16, 32, 51, 0.11);
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 22px 70px rgba(16, 32, 51, 0.12);
  backdrop-filter: blur(18px);
}

.proof-strip div {
  display: grid;
  gap: 0.35rem;
  padding: 1.15rem 1.2rem;
  border-right: 1px solid rgba(16, 32, 51, 0.09);
}

.proof-strip div:last-child {
  border-right: 0;
}

.proof-strip span {
  color: var(--brand);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.7rem;
  font-weight: 800;
}

.proof-strip strong {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 1.24rem;
  line-height: 1;
}

.proof-strip small {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.about-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(116, 187, 211, 0.2), transparent 24rem),
    radial-gradient(circle at 88% 76%, rgba(243, 199, 91, 0.2), transparent 22rem),
    rgba(255, 253, 248, 0.72);
}

.about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 32, 51, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(16, 32, 51, 0.035) 1px, transparent 1px);
  background-size: 82px 82px;
  pointer-events: none;
}

.about-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.08fr);
  gap: clamp(2rem, 6vw, 5.5rem);
  align-items: center;
}

.about-portrait {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 32, 51, 0.16);
  border-radius: 32px;
  background: var(--ink);
  box-shadow: 0 34px 90px rgba(16, 32, 51, 0.22);
}

.about-portrait::after {
  content: "";
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(180deg, transparent, rgba(7, 20, 38, 0.9));
  pointer-events: none;
}

.about-portrait img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.about-location {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  min-height: 34px;
  padding: 0 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: var(--paper-2);
  background: rgba(7, 20, 38, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.7rem;
  font-weight: 800;
}

.about-location svg {
  width: 15px;
  height: 15px;
}

.about-portrait figcaption {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 2;
  display: grid;
  gap: 0.35rem;
  color: var(--paper-2);
}

.about-portrait figcaption span {
  color: var(--gold);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.about-portrait figcaption strong {
  max-width: 430px;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.08;
}

.about-copy h2 {
  max-width: 720px;
}

.about-story {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.35rem;
}

.about-story p:not(.lead) {
  max-width: 720px;
  color: var(--muted);
}

.about-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.about-principles div {
  display: grid;
  align-content: start;
  gap: 0.38rem;
  min-height: 164px;
  padding: 1rem;
  border: 1px solid rgba(16, 32, 51, 0.11);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 16px 42px rgba(16, 32, 51, 0.07);
}

.about-principles span {
  color: var(--brand);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 900;
}

.about-principles strong {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 1.04rem;
  line-height: 1.08;
}

.about-principles small {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.45fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 2.6rem;
}

.section-head .lead {
  justify-self: end;
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.56fr);
  gap: clamp(1rem, 3vw, 2.5rem);
  align-items: center;
}

.audit-section {
  background: rgba(255, 253, 248, 0.58);
}

.audit-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.55fr);
  gap: 1rem;
  align-items: center;
}

.stack {
  display: grid;
  gap: 1rem;
}

.card,
.panel,
.industry-card,
.metric-card,
.pricing-card,
.audit-card,
.calculator-card,
.channel-card {
  padding: 1.25rem;
}

.audit-card,
.calculator-card,
.channel-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16, 32, 51, 0.12);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 48px rgba(16, 32, 51, 0.08);
}

.audit-card::after,
.calculator-card::after,
.channel-card::after,
.timeline-item::after {
  content: "QUALIFY";
  position: absolute;
  right: 0.9rem;
  top: 0.9rem;
  display: inline-grid;
  place-items: center;
  min-height: 27px;
  padding: 0 0.62rem;
  border-radius: 999px;
  color: rgba(16, 32, 51, 0.72);
  background: rgba(255, 253, 248, 0.9);
  border: 1px solid rgba(16, 32, 51, 0.1);
  box-shadow: 0 12px 30px rgba(16, 32, 51, 0.08);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 260ms var(--ease), transform 260ms var(--ease);
  pointer-events: none;
}

.calculator-card::after {
  content: "LEAD MATH";
}

.channel-card::after {
  content: "BUILT-IN";
}

.timeline-item::after {
  content: "WEEKLY";
}

.audit-card:hover::after,
.calculator-card:hover::after,
.channel-card:hover::after,
.timeline-item:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.audit-card > *,
.calculator-card > *,
.channel-card > *,
.timeline-item > * {
  position: relative;
  z-index: 1;
}

.audit-card-head {
  display: grid;
  gap: 0.35rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.audit-card-head strong {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 1.52rem;
  line-height: 1.05;
}

.audit-checks {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.audit-checks div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 0.7rem;
  align-items: start;
  padding: 0.85rem;
  border: 1px solid rgba(16, 32, 51, 0.1);
  border-radius: 8px;
  background: rgba(246, 242, 233, 0.48);
}

.audit-checks i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  color: var(--ink);
  background: rgba(243, 199, 91, 0.38);
}

.audit-checks strong,
.audit-checks small {
  display: block;
}

.audit-checks small {
  margin-top: 0.18rem;
  color: var(--muted);
}

.lead-math {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(340px, 0.62fr);
  gap: 1rem;
  align-items: start;
}

.calculator-card {
  display: grid;
  gap: 1rem;
}

.calc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.calc-grid label {
  display: grid;
  gap: 0.4rem;
  color: var(--muted);
  font-weight: 800;
  font-size: 0.82rem;
}

.calc-grid input {
  width: 100%;
  border: 1px solid rgba(16, 32, 51, 0.16);
  border-radius: 8px;
  padding: 0.85rem 0.9rem;
  color: var(--ink);
  background: rgba(246, 242, 233, 0.55);
  outline: none;
}

.calc-grid input:focus {
  border-color: var(--brand);
  background: var(--white);
}

.calc-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
}

.calc-results div {
  padding: 0.85rem;
  border-radius: 8px;
  background: var(--ink);
  color: var(--paper-2);
}

.calc-results span {
  display: block;
  color: rgba(255, 253, 248, 0.64);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
}

.calc-results strong {
  display: block;
  margin-top: 0.3rem;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 1.7rem;
  line-height: 1;
}

.calc-status {
  padding: 0.85rem;
  border: 1px solid rgba(47, 143, 107, 0.22);
  border-radius: 8px;
  color: #1f684d;
  background: rgba(47, 143, 107, 0.09);
  font-weight: 850;
}

.channel-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.channel-copy {
  padding: 1.5rem;
  color: var(--paper-2);
  background: var(--ink);
  border-radius: 8px;
}

.channel-copy .lead {
  color: rgba(255, 253, 248, 0.72);
}

.channel-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.channel-card {
  display: grid;
  align-content: start;
  min-height: 250px;
  color: inherit;
  text-decoration: none;
}

.channel-card i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 1rem;
  border-radius: 8px;
  color: var(--ink);
  background: rgba(243, 199, 91, 0.35);
}

.channel-card p {
  color: var(--muted);
}

.eyebrow-dark {
  color: var(--gold);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.command-section {
  color: var(--paper-2);
  background: #071426;
}

.command-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 1fr);
  gap: 1.25rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% 16%, rgba(243, 199, 91, 0.17), transparent 26rem),
    radial-gradient(circle at 12% 18%, rgba(116, 187, 211, 0.18), transparent 22rem),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.2);
}

.command-copy,
.command-panel,
.command-flowline {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
}

.command-copy {
  display: grid;
  align-content: space-between;
  min-height: 420px;
  padding: 1.45rem;
}

.command-copy .lead {
  color: rgba(255, 253, 248, 0.72);
}

.command-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px minmax(0, 1fr);
  gap: 0.85rem;
}

.command-panel {
  padding: 1.15rem;
}

.command-panel .mini-label,
.hero-scorecard .mini-label {
  color: rgba(255, 253, 248, 0.56);
}

.command-panel h3 {
  margin-top: 0.45rem;
}

.command-panel .feature-list li {
  color: rgba(255, 253, 248, 0.72);
}

.command-panel .feature-list i {
  color: var(--gold);
  background: rgba(255, 255, 255, 0.08);
}

.command-panel-positive {
  background: rgba(116, 187, 211, 0.12);
}

.command-flowline {
  position: relative;
  display: grid;
  gap: 0.62rem;
  padding: 1.05rem 0.8rem;
}

.command-flowline::before {
  content: "";
  position: absolute;
  top: 2rem;
  bottom: 2rem;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(243, 199, 91, 0.72), transparent);
}

.command-flowline div {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  gap: 0.35rem;
  min-height: 64px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(7, 20, 38, 0.74);
}

.command-flowline span {
  color: var(--gold);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  font-weight: 800;
}

.command-flowline strong {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 0.96rem;
}

.card-dark {
  color: var(--paper-2);
  background: var(--ink);
}

.card-blue {
  background:
    radial-gradient(circle at 92% 12%, rgba(116, 187, 211, 0.2), transparent 10rem),
    rgba(116, 187, 211, 0.14);
}

.card-gold {
  background:
    radial-gradient(circle at 92% 12%, rgba(243, 199, 91, 0.26), transparent 10rem),
    rgba(243, 199, 91, 0.16);
}

.card h3,
.panel h3,
.industry-card h3,
.metric-card h3,
.pricing-card h3 {
  margin-bottom: 0.7rem;
}

.card p,
.panel p,
.industry-card p,
.metric-card p,
.pricing-card p,
.faq-item p {
  color: var(--muted);
}

.card-dark p {
  color: rgba(255, 253, 248, 0.72);
}

.asym-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(1rem, 2.5vw, 2rem);
  align-items: stretch;
}

.asym-grid .card-dark {
  display: grid;
  align-content: center;
}

.feature-list {
  display: grid;
  gap: 0.7rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 0.6rem;
  align-items: start;
  color: var(--muted);
}

.feature-list i {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-top: 0.08rem;
  border-radius: 999px;
  color: var(--brand);
  background: rgba(43, 100, 147, 0.1);
}

.feature-list svg {
  width: 14px;
  height: 14px;
  stroke-width: 2;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.industry-card {
  display: grid;
  min-height: 290px;
  align-content: space-between;
  text-decoration: none;
  transition: transform 260ms var(--ease), border-color 260ms var(--ease), background 260ms var(--ease);
}

.industry-card:hover,
.industry-card:focus-visible {
  border-color: rgba(43, 100, 147, 0.34);
  background: var(--white);
  outline: none;
  transform: translateY(-4px);
}

.industry-card .industry-top {
  display: grid;
  gap: 1rem;
}

.industry-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  color: var(--ink);
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.48), transparent 1.2rem),
    rgba(243, 199, 91, 0.34);
}

.industry-icon svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.8;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--brand);
  font-weight: 850;
  text-decoration: none;
}

.text-link svg {
  width: 16px;
  height: 16px;
  stroke-width: 2;
  transition: transform 220ms var(--ease);
}

.text-link:hover svg,
.text-link:focus-visible svg {
  transform: translateX(3px);
}

.steps {
  counter-reset: step;
  display: grid;
  gap: 0.85rem;
}

.step {
  counter-increment: step;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(16, 32, 51, 0.12);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.84);
}

.step::before {
  content: counter(step, decimal-leading-zero);
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  color: var(--ink);
  background: var(--gold);
  font-family: "IBM Plex Mono", monospace;
  font-weight: 700;
}

.step h3 {
  margin-bottom: 0.35rem;
  font-size: 1.2rem;
}

.step p {
  color: var(--muted);
}

.pricing-card {
  position: relative;
  padding: 4.5rem 2rem 2rem;
  color: var(--paper-2);
  background:
    radial-gradient(circle at 85% 12%, rgba(243, 199, 91, 0.18), transparent 13rem),
    var(--ink);
  overflow: hidden;
}

.pricing-card::after {
  content: "SCOPED";
  position: absolute;
  right: 1.2rem;
  top: 1.2rem;
  display: inline-grid;
  place-items: center;
  min-height: 32px;
  padding: 0 0.78rem;
  border-radius: 999px;
  color: var(--ink);
  background: var(--gold);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  pointer-events: none;
}

.pricing-card > * {
  position: relative;
  z-index: 1;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  margin: 1.1rem 0 1rem;
  font-family: "Space Grotesk", system-ui, sans-serif;
}

.price strong {
  font-size: clamp(2.2rem, 6vw, 4.25rem);
  line-height: 0.9;
}

.price span {
  color: rgba(255, 253, 248, 0.7);
}

.pricing-card p,
.pricing-card li {
  color: rgba(255, 253, 248, 0.78);
}

.pricing-card .feature-list i {
  color: var(--ink);
  background: var(--gold);
}

.metric-card strong {
  display: block;
  margin-bottom: 0.45rem;
  font-family: "IBM Plex Mono", monospace;
  color: var(--brand);
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

.faq-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  border: 0;
  padding: 1.1rem 1.2rem;
  color: var(--ink);
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.faq-button strong {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 1.08rem;
}

.faq-button i {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: var(--brand);
  background: rgba(43, 100, 147, 0.1);
  transition: transform 220ms var(--ease);
  flex: 0 0 auto;
}

.faq-button svg {
  width: 16px;
  height: 16px;
  stroke-width: 2;
}

.faq-item.is-open .faq-button i {
  transform: rotate(45deg);
}

.faq-answer {
  display: none;
  padding: 0 1.2rem 1.2rem;
}

.faq-item.is-open .faq-answer {
  display: block;
}

.cta-band {
  position: relative;
  overflow: hidden;
  color: var(--paper-2);
  background:
    radial-gradient(circle at 80% 22%, rgba(243, 199, 91, 0.16), transparent 24rem),
    radial-gradient(circle at 16% 80%, rgba(116, 187, 211, 0.16), transparent 20rem),
    var(--ink);
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 82px 82px;
  opacity: 0.42;
  pointer-events: none;
}

.cta-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(280px, 0.42fr);
  gap: 2rem;
  align-items: center;
}

.cta-grid h2 {
  color: var(--paper-2);
}

.cta-grid .lead {
  margin-top: 1rem;
  color: rgba(255, 253, 248, 0.72);
}

.cta-grid .btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: var(--paper-2);
}

.cta-band .eyebrow {
  color: var(--gold) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.form-shell {
  padding: 1rem;
  background: var(--white);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.step-indicators {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.step-indicators span {
  min-height: 38px;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(16, 32, 51, 0.12);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(246, 242, 233, 0.55);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.74rem;
  font-weight: 700;
}

.step-indicators span.is-active {
  color: var(--paper-2);
  background: var(--ink);
}

.form-step {
  display: none;
}

.form-step.is-active {
  display: block;
}

.form-actions {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 0.75rem;
  margin-top: 1rem;
}

.field {
  display: grid;
  gap: 0.42rem;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  font-weight: 800;
  font-size: 0.88rem;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(16, 32, 51, 0.16);
  border-radius: 8px;
  padding: 0.9rem 0.95rem;
  color: var(--ink);
  background: rgba(246, 242, 233, 0.55);
  outline: none;
  transition: border-color 220ms var(--ease), background 220ms var(--ease), transform 220ms var(--ease);
}

.field textarea {
  min-height: 134px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--brand);
  background: var(--white);
}

.form-note {
  margin-top: 0.8rem;
  color: var(--muted);
  font-size: 0.86rem;
}

.form-message {
  min-height: 1.5rem;
  margin-top: 0.85rem;
  color: var(--green);
  font-weight: 800;
}

.form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.site-footer {
  padding: 4rem 1.25rem 2rem;
  color: rgba(255, 253, 248, 0.76);
  background: #0f1c2d;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) repeat(3, minmax(150px, 0.35fr));
  gap: 2rem;
}

.footer-brand {
  display: grid;
  gap: 1rem;
  max-width: 360px;
}

.footer-brand img {
  width: 62px;
  height: 62px;
  border-radius: 999px;
}

.footer-social {
  display: inline-flex;
  margin-top: 0.75rem;
  color: var(--gold);
  font-size: 0.88rem;
  font-weight: 800;
  text-underline-offset: 0.2em;
}

.footer-grid h3 {
  color: var(--white);
  font-size: 1rem;
  margin-bottom: 0.8rem;
}

.footer-links {
  display: grid;
  gap: 0.52rem;
}

.footer-links a {
  color: rgba(255, 253, 248, 0.72);
  text-decoration: none;
  transition: color 220ms var(--ease), transform 220ms var(--ease);
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--white);
  outline: none;
  transform: translateX(2px);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.4rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 253, 248, 0.52);
  font-size: 0.86rem;
}

.legal-links {
  display: inline-flex;
  gap: 1rem;
}

.legal-links a {
  color: inherit;
  text-underline-offset: 0.2em;
}

.legal-links a:hover,
.legal-links a:focus-visible {
  color: var(--white);
}

.chatbot-widget {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 42;
}

.chatbot-launcher {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 18px 46px rgba(16, 32, 51, 0.22);
  cursor: pointer;
  transition: transform 240ms var(--ease), background 240ms var(--ease);
}

.chatbot-launcher:hover,
.chatbot-launcher:focus-visible {
  background: var(--brand);
  outline: none;
  transform: translateY(-2px);
}

.chatbot-launcher svg {
  width: 25px;
  height: 25px;
  stroke-width: 1.8;
}

.chatbot-panel {
  position: absolute;
  right: 0;
  bottom: 76px;
  display: none;
  width: min(380px, calc(100vw - 32px));
  max-height: min(620px, calc(100dvh - 120px));
  border: 1px solid rgba(16, 32, 51, 0.14);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.chatbot-widget.is-open .chatbot-panel {
  display: grid;
  grid-template-rows: auto minmax(180px, 1fr) auto;
}

.chatbot-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  color: var(--paper-2);
  background: var(--ink);
}

.chatbot-header strong {
  display: block;
  font-family: "Space Grotesk", system-ui, sans-serif;
}

.chatbot-header span {
  color: rgba(255, 253, 248, 0.66);
  font-size: 0.78rem;
}

.chatbot-close {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  color: var(--paper-2);
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.chatbot-messages {
  display: grid;
  align-content: start;
  gap: 0.7rem;
  padding: 1rem;
  overflow: auto;
}

.chat-message {
  max-width: 88%;
  padding: 0.72rem 0.85rem;
  border-radius: 8px;
  font-size: 0.9rem;
}

.chat-message.bot {
  background: rgba(43, 100, 147, 0.09);
}

.chat-message.user {
  justify-self: end;
  color: var(--white);
  background: var(--brand);
}

.chatbot-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0 1rem 0.8rem;
}

.chatbot-suggestions button {
  min-height: 44px;
  border: 1px solid rgba(16, 32, 51, 0.14);
  border-radius: 999px;
  padding: 0.42rem 0.62rem;
  color: var(--ink);
  background: var(--paper-2);
  font-size: 0.78rem;
  font-weight: 750;
  cursor: pointer;
}

.chatbot-form button {
  min-height: 44px;
}

.form-message[data-state="error"] {
  color: #a33a2b;
}

.chatbot-form {
  display: flex;
  gap: 0.45rem;
  padding: 0.8rem;
  border-top: 1px solid rgba(16, 32, 51, 0.1);
}

.chatbot-form input {
  min-width: 0;
  flex: 1;
  border: 1px solid rgba(16, 32, 51, 0.14);
  border-radius: 999px;
  padding: 0.7rem 0.9rem;
  outline: none;
}

.chatbot-form button {
  border: 0;
  border-radius: 999px;
  padding: 0.7rem 0.9rem;
  color: var(--white);
  background: var(--ink);
  font-weight: 850;
  cursor: pointer;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 9.4rem 1.25rem 5.4rem;
  color: var(--paper-2);
  background:
    radial-gradient(circle at 78% 30%, rgba(243, 199, 91, 0.28), transparent 27rem),
    radial-gradient(circle at 16% 18%, rgba(116, 187, 211, 0.18), transparent 28rem),
    linear-gradient(115deg, rgba(7, 20, 38, 0.98), rgba(12, 36, 61, 0.98) 48%, rgba(7, 20, 38, 1));
  isolation: isolate;
}

.page-hero::before,
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.page-hero::before {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    url("images/amplify-page-system-texture.webp");
  background-size: 76px 76px, 76px 76px, cover;
  background-position: 0 0, 0 0, center;
  background-repeat: repeat, repeat, no-repeat;
  opacity: 0.82;
}

.page-hero::after {
  z-index: -1;
  background:
    radial-gradient(circle at 74% 48%, transparent 0 18rem, rgba(7, 20, 38, 0.08) 30rem, rgba(7, 20, 38, 0.3) 100%),
    linear-gradient(90deg, rgba(7, 20, 38, 0.82), rgba(7, 20, 38, 0.5) 38%, rgba(7, 20, 38, 0.12));
}

.page-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.52fr);
  gap: 2.4rem;
  align-items: center;
}

.page-hero-grid > * {
  position: relative;
  z-index: 1;
}

.page-hero-grid::before {
  content: "";
  position: absolute;
  display: none;
  right: clamp(0.5rem, 7vw, 5rem);
  top: 50%;
  width: clamp(310px, 39vw, 560px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-top-color: rgba(243, 199, 91, 0.74);
  border-right-color: rgba(116, 187, 211, 0.54);
  border-radius: 999px;
  transform: translateY(-50%);
  animation: orbitSpin 32s linear infinite;
  pointer-events: none;
}

.page-hero-grid::after {
  content: "BOOKED > CLICKS";
  position: absolute;
  right: clamp(0.5rem, 6vw, 4.5rem);
  top: 22%;
  display: inline-grid;
  place-items: center;
  min-height: 34px;
  padding: 0 0.9rem;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  transform: translateY(-50%) rotate(1.2deg);
  pointer-events: none;
  animation: pageMetricFloat 8s var(--ease) infinite;
}

.page-hero .lead {
  margin-top: 1.2rem;
  color: rgba(255, 253, 248, 0.72);
}

.page-hero h1 {
  color: var(--paper-2);
}

.page-hero .eyebrow {
  color: var(--gold);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.mini-panel {
  position: relative;
  overflow: hidden;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  color: var(--paper-2);
  background:
    radial-gradient(circle at 82% 18%, rgba(243, 199, 91, 0.18), transparent 12rem),
    rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 24px 70px rgba(0, 0, 0, 0.2);
}

.mini-panel::before {
  content: "QUALITY FILTER";
  position: absolute;
  right: 1rem;
  top: 1rem;
  display: inline-grid;
  place-items: center;
  min-height: 30px;
  padding: 0 0.72rem;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  pointer-events: none;
}

.mini-panel strong {
  position: relative;
  display: block;
  padding-right: 8.6rem;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 1.45rem;
  line-height: 1.08;
}

.mini-panel p {
  position: relative;
  color: rgba(255, 253, 248, 0.68) !important;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.1rem;
  color: rgba(255, 253, 248, 0.58);
  font-size: 0.86rem;
}

.breadcrumb a {
  color: var(--gold);
  font-weight: 800;
  text-decoration: none;
}

.breadcrumb a:hover,
.breadcrumb a:focus-visible {
  text-decoration: underline;
  outline: none;
}

.comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.comparison .panel {
  min-height: 100%;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(43, 100, 147, 0.18);
  border-radius: 999px;
  color: var(--brand);
  background: rgba(255, 255, 255, 0.72);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.75rem;
  font-weight: 700;
}

.scorecard {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid rgba(16, 32, 51, 0.12);
  border-radius: 8px;
  background: var(--white);
}

.scorecard th,
.scorecard td {
  padding: 0.95rem;
  border-bottom: 1px solid rgba(16, 32, 51, 0.1);
  text-align: left;
  vertical-align: top;
}

.scorecard th {
  color: var(--ink);
  background: rgba(116, 187, 211, 0.16);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.76rem;
}

.scorecard td {
  color: var(--muted);
}

.scorecard tr:last-child td {
  border-bottom: 0;
}

.timeline {
  display: grid;
  gap: 0.8rem;
}

.timeline-item {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(16, 32, 51, 0.12);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.84);
}

.timeline-item strong {
  color: var(--brand);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.82rem;
}

.timeline-item h3 {
  margin-bottom: 0.35rem;
  font-size: 1.18rem;
}

.timeline-item p {
  color: var(--muted);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 620ms var(--ease), transform 620ms var(--ease);
}

.reveal[data-delay="1"] {
  transition-delay: 120ms;
}

.reveal[data-delay="2"] {
  transition-delay: 220ms;
}

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

@keyframes sceneBreath {
  0%, 100% {
    transform: scale(1.12);
  }
  50% {
    transform: scale(1.16);
  }
}

@keyframes heroTitleReveal {
  from {
    opacity: 0;
    transform: translateY(26px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes cardSheenSweep {
  0%, 100% {
    transform: translateX(-18%);
    opacity: 0.5;
  }
  50% {
    transform: translateX(18%);
    opacity: 0.82;
  }
}

@keyframes orbitSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes orbitPacket {
  from {
    transform: translate(-50%, -50%) rotate(0deg) translateX(var(--orbit-radius));
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg) translateX(var(--orbit-radius));
  }
}

@keyframes beamTravel {
  0% {
    opacity: 0;
    transform: translateX(0) scaleX(0.5);
  }
  18% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(420px) scaleX(1);
  }
}

@keyframes nodeFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes logoFloat {
  0%, 100% {
    transform: translate(-50%, -50%) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-12px);
  }
}

@keyframes coinHoverFlip {
  0%, 60%, 100% {
    transform: translate(-50%, -50%) translateY(0) rotateY(0deg);
  }
  22% {
    transform: translate(-50%, -50%) translateY(-12px) rotateY(0deg);
  }
  68% {
    transform: translate(-50%, -50%) translateY(-14px) rotateY(188deg);
  }
  76% {
    transform: translate(-50%, -50%) translateY(-8px) rotateY(360deg);
  }
  84% {
    transform: translate(-50%, -50%) translateY(-3px) rotateY(360deg);
  }
}

@keyframes auroraDrift {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-4vw, 3vh, 0) scale(1.12);
  }
}

@keyframes coinShine {
  0%, 48%, 100% {
    opacity: 0;
    transform: translateX(-38%) rotate(10deg);
  }
  68% {
    opacity: 0.58;
    transform: translateX(42%) rotate(10deg);
  }
}

@keyframes pedestalHoverGlow {
  0%, 100% {
    opacity: 0.74;
    transform: translate(-50%, -50%) rotateX(64deg) scale(0.94);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) rotateX(64deg) scale(1.04);
  }
}

@keyframes pageMetricFloat {
  0%, 100% {
    transform: translateY(-50%) rotate(1.2deg);
  }
  50% {
    transform: translateY(calc(-50% - 8px)) rotate(1.2deg);
  }
}

@keyframes leadPacketRoute {
  0% {
    opacity: 0;
    transform: translate3d(var(--start-x), var(--start-y), 0) scale(0.86);
  }
  16% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    transform: translate3d(var(--end-x), var(--end-y), 0) scale(0.92);
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--end-x), var(--end-y), 0) scale(0.68);
  }
}

@keyframes leadDotRoute {
  0% {
    opacity: 0;
    transform: translate3d(var(--start-x), var(--start-y), 0) scale(0.7);
  }
  22% {
    opacity: 1;
  }
  74% {
    opacity: 1;
    transform: translate3d(var(--end-x), var(--end-y), 0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--end-x), var(--end-y), 0) scale(0.35);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.45;
    transform: scale(1.35);
  }
}

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

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

@media (max-width: 980px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 2.55rem;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    inset: 86px 16px auto;
    display: none;
    padding: 0.7rem;
    border: 1px solid rgba(16, 32, 51, 0.12);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.98);
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: grid;
  }

  .nav-links a {
    justify-content: space-between;
    min-height: 48px;
  }

  .page-hero-grid,
  .split-grid,
  .audit-grid,
  .about-grid,
  .lead-math,
  .channel-grid,
  .section-head,
  .cta-grid{
    grid-template-columns: 1fr;
  }

  .section-head .lead {
    justify-self: start;
  }

  .hero {
    min-height: auto;
    padding-top: 7.6rem;
  }

  .hero-stage-card {
    grid-template-columns: 1fr;
    width: min(720px, 100%);
    min-height: auto;
    gap: 1rem;
  }

  .hero-welcome-text {
    font-size: clamp(3.4rem, 12vw, 7rem);
  }

  .hero-welcome-sub {
    max-width: min(480px, 86vw);
  }

  .hero-stage-card .hero-copy h1 {
    font-size: clamp(3rem, 8vw, 5rem);
  }

  .hero-stage-card .system-scene {
    min-height: 500px;
  }

  .cinematic-hero.is-scroll-bound .hero-stage-card.reveal {
    grid-template-columns: 1fr;
    width: min(760px, 100%);
  }

  .cinematic-hero.is-scroll-bound .hero-copy {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 1rem;
    z-index: 8;
    max-width: 600px;
  }

  .cinematic-hero.is-scroll-bound .hero-copy h1 {
    font-size: clamp(2.5rem, 7vw, 4.4rem);
  }

  .cinematic-hero.is-scroll-bound .hero-badges {
    display: none;
  }

  .cinematic-hero.is-scroll-bound .system-scene {
    min-height: 100%;
  }

  .cinematic-hero.is-scroll-bound .hero-orbit-system {
    top: 56%;
    left: 50%;
    width: min(560px, 86vw);
  }

  .cinematic-hero.is-scroll-bound .lead-phone {
    right: 50%;
    top: 56%;
    transform: translate3d(50%, var(--hero-phone-y), 0) translateY(-50%) rotateY(var(--hero-phone-rotate)) scale(var(--hero-phone-scale));
  }

  .cinematic-hero.is-scroll-bound .hero-command-panel {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 8;
    width: min(330px, calc(100% - 2rem));
  }

  .cinematic-hero.is-scroll-bound .hero-widget-stack {
    display: none;
  }

  .hero-command-panel {
    grid-template-columns: 1fr;
  }

  .about-portrait {
    width: min(620px, 100%);
  }

  .hero::before {
    background:
      radial-gradient(circle at 66% 58%, rgba(243, 199, 91, 0.22), transparent 22rem),
      radial-gradient(circle at 18% 18%, rgba(116, 187, 211, 0.16), transparent 24rem),
      linear-gradient(180deg, rgba(7, 20, 38, 1), rgba(10, 29, 51, 0.98));
  }

  .system-scene {
    min-height: 620px;
  }

  .hero-node {
    display: none;
  }

  .hero-orbit-system {
    --orbit-radius: 220px;
    top: 43%;
    left: 54%;
    width: min(520px, 92%);
  }

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

  .command-shell,
  .command-board {
    grid-template-columns: 1fr;
  }

  .command-copy {
    min-height: auto;
  }

  .industries-grid,
  .asym-grid,
  .comparison,
  .channel-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    top: 10px;
  }

  .nav-shell {
    width: min(100% - 20px, 1160px);
    max-width: 390px;
  }

  .brand-sub {
    display: none;
  }

  .section,
  .section-tight {
    padding: 4.2rem 1rem;
  }

  .hero {
    padding: 6.8rem 1rem 3.8rem;
  }

  .cinematic-hero {
    padding: 0 1rem;
  }

  .hero-scroll-stage {
    min-height: auto;
    padding: 6.8rem 0 3.8rem;
  }

  .cinematic-hero.is-scroll-bound {
    min-height: 220dvh;
  }

  .lead-phone,
  .lead-packet-three,
  .lead-packet-four {
    display: none;
  }

  .lead-packet {
    min-width: 128px;
    padding: 0.56rem 0.68rem;
  }

  .lead-packet-one {
    --start-x: -60vw;
    --start-y: -22vh;
    --end-x: 8vw;
    --end-y: -6vh;
  }

  .lead-packet-two {
    --start-x: 55vw;
    --start-y: 20vh;
    --end-x: -6vw;
    --end-y: 8vh;
  }

  .hero-scroll-cue {
    bottom: 1.6rem;
  }

  .hero-welcome-text {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .hero-welcome-sub {
    max-width: min(420px, 84vw);
    font-size: 0.98rem;
  }

  .hero-welcome-eyebrow {
    font-size: 0.6rem;
    letter-spacing: 0.1em;
  }

  .hero-stage-card {
    border-radius: 26px;
    padding: 1rem;
  }

  .hero-stage-card .hero-copy h1 {
    font-size: 2.55rem;
  }

  .hero-stage-card .system-scene {
    min-height: 430px;
  }

  .hero-widget-stack {
    display: none;
  }

  .page-hero {
    padding: 7rem 1rem 4.2rem;
  }

  .page-hero::before {
    background-size: 64px 64px, 64px 64px, 720px auto;
    background-position: 0 0, 0 0, 42% 54%;
    opacity: 0.34;
  }

  .page-hero-grid::before,
  .page-hero-grid::after {
    right: 50%;
    transform: translate(50%, -50%);
  }

  .page-hero-grid::after {
    display: none;
  }

  .mini-panel::before {
    display: none;
  }

  .mini-panel strong {
    padding-right: 0;
  }

  h1 {
    max-width: 390px;
    font-size: 2.32rem;
  }

  h2 {
    font-size: 2.12rem;
  }

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

  .hero-copy .lead,
  .lead {
    max-width: 380px;
    font-size: 1rem;
  }

  .hero-actions,
  .button-row {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .calc-grid,
  .calc-results,
  .about-principles,
  .form-grid,
  .form-actions,
  .step-indicators,
  .footer-grid,
  .timeline-item{
    grid-template-columns: 1fr;
  }

  .scorecard {
    display: block;
    overflow-x: auto;
  }

  .about-portrait {
    border-radius: 24px;
  }

  .about-location {
    top: 0.75rem;
    left: 0.75rem;
  }

  .about-portrait figcaption {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }

  .system-scene {
    min-height: auto;
    display: grid;
    gap: 1rem;
  }

  .premium-scene {
    display: block;
    min-height: 580px;
    border-radius: 22px;
  }

  .hero-motion-field {
    border-radius: 22px;
  }

  .hero-orbit-system {
    --orbit-radius: 178px;
    top: 43%;
    left: 50%;
    width: min(420px, 94vw);
  }

  .amp-hero-mark {
    top: 50%;
    left: 50%;
    width: min(220px, 54vw);
  }

  .hero-node {
    display: none;
  }

  .beam-one {
    left: -10%;
    width: 82%;
  }

  .beam-two {
    left: 4%;
    width: 76%;
  }

  .beam-three {
    left: 20%;
    width: 70%;
  }

  .hero-scorecard {
    left: 0.8rem;
    right: 0.8rem;
    bottom: 0.8rem;
    width: auto;
  }

  .proof-strip-section {
    margin-top: -1.6rem;
    padding-inline: 1rem;
  }

  .cinematic-hero.is-scroll-bound {
    padding: 0;
  }

  .cinematic-hero.is-scroll-bound .hero-scroll-stage {
    padding: 5.6rem 0.8rem 0.75rem;
  }

  .cinematic-hero.is-scroll-bound .hero-stage-card.reveal {
    width: 100%;
    height: min(710px, calc(100dvh - 6.4rem));
    border-radius: 28px;
    padding: 0.8rem;
  }

  .cinematic-hero.is-scroll-bound .hero-welcome-text {
    place-content: center;
    padding: 0 0.8rem;
  }

  .cinematic-hero.is-scroll-bound .lead-signal-field {
    display: block;
  }

  .cinematic-hero.is-scroll-bound .lead-packet {
    min-width: 136px;
    padding: 0.56rem 0.68rem;
  }

  .cinematic-hero.is-scroll-bound .lead-phone {
    display: grid;
    right: 50%;
    top: 56%;
    width: min(236px, 70vw);
    transform: translate3d(50%, var(--hero-phone-y), 0) translateY(-50%) rotateY(var(--hero-phone-rotate)) scale(var(--hero-phone-scale));
  }

  .cinematic-hero.is-scroll-bound .hero-copy {
    top: 0.85rem;
  }

  .cinematic-hero.is-scroll-bound .hero-copy h1 {
    font-size: clamp(2rem, 10vw, 2.72rem);
  }

  .cinematic-hero.is-scroll-bound .hero-copy .lead,
  .cinematic-hero.is-scroll-bound .hero-actions {
    display: none;
  }

  .cinematic-hero.is-scroll-bound .hero-command-panel {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    width: auto;
  }

  .cinematic-hero.is-scroll-bound .hero-scorecard {
    padding: 0.72rem;
  }

  .cinematic-hero.is-scroll-bound .hero-score-row {
    grid-template-columns: 68px 1fr;
    min-height: 54px;
    padding: 0.58rem 0.62rem;
  }

  .cinematic-hero.is-scroll-bound .hero-score-row strong {
    font-size: 1rem;
  }

  .proof-strip {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .proof-strip div {
    border-right: 0;
    border-bottom: 1px solid rgba(16, 32, 51, 0.09);
  }

  .proof-strip div:last-child {
    border-bottom: 0;
  }

  .command-shell {
    padding: 0.72rem;
    border-radius: 22px;
  }

  .command-board {
    gap: 0.72rem;
  }

  .page-hero {
    padding-top: 7rem;
  }

  .chatbot-widget {
    right: 0.75rem;
    bottom: 0.75rem;
  }
}

/* Keep the homepage hero contract after the shared responsive hero rules. */
.hero.floating-emblem-hero {
  min-height: 168dvh;
  padding: 0 1.25rem;
  overflow: visible;
}

.hero.floating-emblem-hero::before {
  background:
    radial-gradient(circle at 72% 48%, rgba(243, 199, 91, 0.13), transparent 25rem),
    radial-gradient(circle at 16% 18%, rgba(116, 187, 211, 0.12), transparent 28rem),
    linear-gradient(122deg, rgba(7, 20, 38, 0.98), rgba(11, 30, 53, 0.99) 50%, #071426);
}

.hero.floating-emblem-hero::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 76px 76px;
  opacity: 0.62;
}

@media (max-width: 760px) {
  .hero.floating-emblem-hero {
    min-height: 146dvh;
    padding: 0 0.85rem;
  }
}

@media (max-width: 640px) and (max-height: 700px) {
  .hero.floating-emblem-hero {
    min-height: 138dvh;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero.floating-emblem-hero {
    min-height: auto;
    overflow: hidden;
  }
}
