html {
  background: #050816;
}

body {
  overflow-x: hidden;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  height: 4px;
  pointer-events: none;
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ccff66, #62f4ae, #24d8ff, #7c5cff);
  box-shadow: 0 0 30px rgba(36, 216, 255, 0.55);
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left center;
}

.promo-strip {
  position: fixed;
  top: 4px;
  left: 50%;
  z-index: 70;
  display: flex;
  width: min(920px, calc(100% - 32px));
  min-height: 38px;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid rgba(204, 255, 102, 0.28);
  border-radius: 0 0 22px 22px;
  background: linear-gradient(90deg, rgba(204, 255, 102, 0.96), rgba(98, 244, 174, 0.96), rgba(36, 216, 255, 0.96));
  color: #050816;
  box-shadow: 0 20px 70px rgba(36, 216, 255, 0.18);
  font-size: 0.82rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.promo-strip span,
.promo-strip em {
  color: rgba(5, 8, 22, 0.72);
  font-style: normal;
}

.promo-strip strong {
  color: #050816;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-header {
  top: 38px !important;
}

.bg-ink {
  background-color: #050816 !important;
}

.bg-night {
  background-color: #081127 !important;
}

.bg-acid {
  background-color: #ccff66 !important;
}

.bg-cyan {
  background-color: #24d8ff !important;
}

.bg-mint {
  background-color: #62f4ae !important;
}

.bg-coral {
  background-color: #ff6b8b !important;
}

.text-ink {
  color: #050816 !important;
}

.text-acid {
  color: #ccff66 !important;
}

.text-cyan {
  color: #24d8ff !important;
}

.text-violet {
  color: #7c5cff !important;
}

.from-acid {
  --tw-gradient-from: #ccff66 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(204, 255, 102, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-mint {
  --tw-gradient-to: rgba(98, 244, 174, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #62f4ae var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-cyan {
  --tw-gradient-to: #24d8ff var(--tw-gradient-to-position);
}

.to-violet {
  --tw-gradient-to: #7c5cff var(--tw-gradient-to-position);
}

.site-header.is-scrolled > div {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(5, 8, 22, 0.96) !important;
  box-shadow: 0 18px 70px rgba(5, 8, 22, 0.22);
}

.rp-header-shell,
.site-header > div {
  background: rgba(5, 8, 22, 0.76) !important;
}

.site-header.is-scrolled nav a,
.site-header.is-scrolled .brand {
  color: rgba(255, 255, 255, 0.9) !important;
}

.site-header a[href="/api/affiliate"] {
  color: #050816 !important;
}

.brand-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(36, 216, 255, 0.24);
}

.affiliate-link[class*="bg-white"],
.affiliate-link[class*="from-acid"] {
  color: #050816 !important;
}

footer .affiliate-link,
footer a[href="/api/affiliate"] {
  color: #ccff66 !important;
}

.mesh-grid {
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 86%);
}

.hero {
  min-height: 100svh;
  padding-top: 11rem !important;
}

.product-stage {
  position: relative;
  min-height: 620px;
  overflow: visible;
  perspective: 1600px;
}

.hero-product-image {
  position: absolute;
  inset: 1rem -2rem auto auto;
  z-index: 0;
  width: min(880px, 108%);
  height: 560px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 34px;
  opacity: 0.54;
  transform:
    translate3d(var(--hero-img-x, 0px), calc(var(--hero-img-y, 0px) + var(--hero-bg-y, 0px)), -80px)
    rotateX(7deg)
    rotateY(-16deg)
    rotateZ(2deg);
  transform-origin: center;
  filter: saturate(1.2) contrast(1.04);
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 86%, transparent 100%);
}

.console-card {
  z-index: 2;
  transform:
    translate3d(var(--console-x, 0px), calc(var(--console-y, 0px) + var(--hero-lift, 0px)), 0)
    rotateX(var(--console-tilt, 54deg))
    rotateZ(var(--console-spin, -24deg))
    scale(var(--console-scale, 0.9));
  transform-origin: 50% 50%;
  will-change: transform;
}

.score-orb {
  background:
    radial-gradient(circle at center, #081127 0 54%, transparent 55%),
    conic-gradient(#ccff66 0 74%, rgba(255, 255, 255, 0.12) 74% 100%);
}

.chart-bars i {
  flex: 1;
  height: var(--h);
  border-radius: 999px 999px 5px 5px;
  background: linear-gradient(180deg, #24d8ff, #7c5cff);
}

.float-tile {
  position: absolute;
  z-index: 4;
  width: 230px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.11);
  padding: 18px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.float-tile span {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.float-tile strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  line-height: 1.1;
}

.left-tile {
  left: 0;
  top: 80px;
  transform: translate3d(var(--left-tile-x, 0px), calc(var(--left-tile-y, 0px) + var(--tile-drift, 0px)), 120px) rotateY(16deg);
}

.right-tile {
  right: 3rem;
  bottom: 95px;
  transform: translate3d(var(--right-tile-x, 0px), calc(var(--right-tile-y, 0px) - var(--tile-drift, 0px)), 130px) rotateY(-16deg);
}

.report-tile {
  position: absolute;
  z-index: 5;
  left: 2rem;
  bottom: 2rem;
  width: 310px;
  border: 1px solid rgba(204, 255, 102, 0.28);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(204, 255, 102, 0.16), rgba(36, 216, 255, 0.1)), rgba(255, 255, 255, 0.08);
  padding: 20px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.report-tile span {
  display: block;
  color: #ccff66;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.report-tile strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.05;
}

.report-tile p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  line-height: 1.45;
}

.proof-board {
  background:
    radial-gradient(circle at 12% 18%, rgba(124, 92, 255, 0.13), transparent 32%),
    radial-gradient(circle at 86% 10%, rgba(36, 216, 255, 0.16), transparent 30%),
    #f7fbff;
}

.offer-chip {
  box-shadow: 0 18px 52px rgba(204, 255, 102, 0.16);
}

.offer-note {
  border: 1px solid rgba(5, 8, 22, 0.08);
  background: linear-gradient(90deg, #050816, #102342);
  color: #ccff66;
  box-shadow: 0 24px 70px rgba(5, 8, 22, 0.15);
  text-decoration: none;
}

.offer-note:hover {
  transform: translateY(-2px);
  box-shadow: 0 28px 90px rgba(36, 216, 255, 0.18);
}

.scan-lab,
.pipeline-lab,
.result-pulse {
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at 14% 16%, rgba(204, 255, 102, 0.16), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(36, 216, 255, 0.17), transparent 32%),
    linear-gradient(135deg, #050816 0%, #081127 58%, #0b1734 100%);
}

.scan-lab::before,
.pipeline-lab::before,
.result-pulse::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 90%);
  opacity: 0.72;
}

.scan-lab > div,
.pipeline-lab > div,
.result-pulse > div {
  position: relative;
  z-index: 1;
}

.scan-console {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 42px;
  background:
    radial-gradient(circle at 50% 50%, rgba(204, 255, 102, 0.12), transparent 20%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035));
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.scan-console-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.scan-console-top strong {
  color: #ccff66;
}

.engine-radar-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 20px;
}

.engine-tile {
  position: relative;
  min-height: 184px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 50%, rgba(36, 216, 255, 0.18), transparent 35%),
    rgba(5, 8, 22, 0.58);
  padding: 22px;
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.22);
  animation: floatY 6s ease-in-out infinite;
}

.engine-tile:nth-child(2),
.engine-tile:nth-child(4) {
  animation-direction: reverse;
  animation-duration: 7.2s;
}

.engine-tile::before {
  content: "";
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
}

.engine-tile span {
  position: relative;
  z-index: 2;
  display: block;
  color: #24d8ff;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.engine-tile strong {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 12px;
  color: #fff;
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1;
}

.engine-tile i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ccff66, transparent);
  transform-origin: left center;
  animation: radarSweep 4.2s linear infinite;
}

.tile-chatgpt i {
  animation-duration: 5.1s;
}

.tile-gemini i {
  animation-duration: 3.8s;
}

.tile-perplexity i {
  animation-duration: 4.7s;
}

.scan-beam {
  position: absolute;
  inset: -20% auto -20% 0;
  width: 28%;
  background: linear-gradient(90deg, transparent, rgba(204, 255, 102, 0.16), rgba(36, 216, 255, 0.22), transparent);
  filter: blur(3px);
  transform: skewX(-12deg);
  animation: scanAcross 5.5s ease-in-out infinite;
}

.pipeline-lab {
  background:
    radial-gradient(circle at 16% 16%, rgba(124, 92, 255, 0.2), transparent 31%),
    radial-gradient(circle at 80% 20%, rgba(36, 216, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #050816 0%, #0b1734 52%, #081127 100%);
}

.pipeline-board {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 42px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
  padding: 22px;
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

.pipeline-column {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: start;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  background: rgba(5, 8, 22, 0.52);
  padding: 18px;
  animation: floatY 6.5s ease-in-out infinite;
}

.pipeline-column:nth-child(2) {
  animation-delay: -2s;
  animation-direction: reverse;
}

.pipeline-column:nth-child(3) {
  animation-delay: -3.5s;
}

.pipeline-column span {
  color: #ccff66;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pipeline-column article {
  min-height: 78px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  padding: 16px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 900;
  line-height: 1.2;
}

.pipeline-column article:nth-child(3) {
  background: rgba(204, 255, 102, 0.14);
}

.pipeline-lane {
  position: absolute;
  left: 12%;
  right: 12%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #ccff66, #24d8ff, transparent);
  box-shadow: 0 0 28px rgba(36, 216, 255, 0.34);
  animation: laneMove 4.8s ease-in-out infinite;
}

.lane-one {
  top: 38%;
}

.lane-two {
  top: 68%;
  animation-delay: -2.2s;
  animation-direction: reverse;
}

.result-pulse {
  background:
    radial-gradient(circle at 50% 42%, rgba(204, 255, 102, 0.18), transparent 28%),
    radial-gradient(circle at 82% 26%, rgba(36, 216, 255, 0.16), transparent 32%),
    linear-gradient(135deg, #050816 0%, #081127 58%, #0b1734 100%);
}

.result-orbit {
  position: relative;
  min-height: 560px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 44px;
  background:
    radial-gradient(circle at center, rgba(36, 216, 255, 0.2), transparent 31%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035));
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

.result-orbit::before,
.result-orbit::after {
  content: "";
  position: absolute;
  inset: 16%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  animation: orbitSpin 16s linear infinite;
}

.result-orbit::after {
  inset: 30%;
  border-color: rgba(204, 255, 102, 0.22);
  animation-direction: reverse;
  animation-duration: 20s;
}

.result-center {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 210px;
  height: 210px;
  place-items: center;
  border-radius: 52px;
  background: linear-gradient(135deg, #ccff66, #62f4ae, #24d8ff);
  color: #050816;
  text-align: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 24px 100px rgba(36, 216, 255, 0.34);
  animation: pulseScale 3.8s ease-in-out infinite;
}

.result-center span {
  align-self: end;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.result-center strong {
  align-self: start;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 0.9;
}

.result-card {
  position: absolute;
  z-index: 3;
  width: 230px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: rgba(5, 8, 22, 0.72);
  padding: 18px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  animation: floatY 6s ease-in-out infinite;
}

.result-card span {
  display: block;
  color: #24d8ff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.result-card strong {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
}

.card-one {
  left: 8%;
  top: 18%;
}

.card-two {
  right: 7%;
  top: 30%;
  animation-delay: -2s;
  animation-direction: reverse;
}

.card-three {
  left: 34%;
  bottom: 12%;
  animation-delay: -3.2s;
}

.customer-card {
  min-height: 330px;
  border: 1px solid rgba(5, 8, 22, 0.08);
  border-radius: 32px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(238, 245, 255, 0.82)),
    #fff;
  padding: 24px;
  box-shadow: 0 28px 90px rgba(5, 8, 22, 0.12);
  transform: translateZ(0);
}

.customer-card:nth-child(2) {
  margin-top: 44px;
}

.customer-card:nth-child(3) {
  margin-top: 88px;
}

.customer-card span {
  display: block;
  color: #7c5cff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.customer-card strong {
  display: block;
  margin-top: 34px;
  color: #050816;
  font-size: clamp(3rem, 5vw, 5.5rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.86;
}

.customer-card p {
  margin-top: 30px;
  color: #475569;
  font-weight: 700;
  line-height: 1.6;
}

.pain-lab {
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at 10% 12%, rgba(204, 255, 102, 0.2), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(36, 216, 255, 0.16), transparent 32%),
    radial-gradient(circle at 55% 90%, rgba(124, 92, 255, 0.18), transparent 36%),
    linear-gradient(135deg, #050816 0%, #081127 54%, #0b1734 100%);
}

.pain-lab::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 92%);
}

.pain-copy,
.diagnosis-board {
  position: relative;
  z-index: 1;
}

.leak-scanner {
  position: relative;
  max-width: 510px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
  padding: 22px;
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.leak-scanner-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.leak-scanner-top strong {
  color: #ccff66;
}

.leak-radar {
  position: relative;
  height: 220px;
  margin-top: 22px;
  border-radius: 30px;
  background:
    radial-gradient(circle at center, rgba(204, 255, 102, 0.12) 0 13%, transparent 14% 31%, rgba(36, 216, 255, 0.12) 32% 33%, transparent 34% 54%, rgba(255, 255, 255, 0.1) 55% 56%, transparent 57%),
    conic-gradient(from 0deg, rgba(204, 255, 102, 0.44), transparent 24%, rgba(36, 216, 255, 0.36), transparent 58%, rgba(255, 107, 139, 0.3), transparent 86%);
  overflow: hidden;
}

.leak-radar span {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #ccff66;
  box-shadow: 0 0 34px rgba(204, 255, 102, 0.82);
  transform: translate(-50%, -50%);
}

.leak-radar i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ccff66, transparent);
  transform-origin: left center;
  animation: radarSweep 4.8s linear infinite;
}

.leak-bars {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.leak-bars span {
  height: 10px;
  width: var(--w);
  border-radius: 999px;
  background: linear-gradient(90deg, #ccff66, #24d8ff);
  box-shadow: 0 0 24px rgba(36, 216, 255, 0.28);
}

.diagnosis-board {
  display: grid;
  gap: 18px;
}

.diagnosis-card {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) minmax(190px, 0.46fr) 132px;
  gap: 22px;
  align-items: center;
  min-height: 178px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04)),
    rgba(8, 17, 39, 0.88);
  padding: 24px;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.diagnosis-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(204, 255, 102, 0.12), transparent 28%, rgba(36, 216, 255, 0.1));
  opacity: 0;
  transition: opacity 220ms ease;
}

.diagnosis-card:hover::before {
  opacity: 1;
}

.diagnosis-index {
  position: relative;
  z-index: 1;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 18px;
  background: #ccff66;
  color: #050816;
  font-weight: 900;
  box-shadow: 0 18px 50px rgba(204, 255, 102, 0.22);
}

.diagnosis-card > div,
.diagnosis-action,
.diagnosis-visual {
  position: relative;
  z-index: 1;
}

.diagnosis-kicker {
  color: #24d8ff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.diagnosis-card h3 {
  margin-top: 10px;
  max-width: 580px;
  color: #fff;
  font-size: clamp(1.5rem, 2.4vw, 2.25rem);
  font-weight: 900;
  line-height: 0.98;
}

.diagnosis-card p:not(.diagnosis-kicker) {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.58;
}

.diagnosis-action {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  padding-left: 20px;
}

.diagnosis-action span {
  display: block;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.diagnosis-action strong {
  display: block;
  margin-top: 10px;
  color: #ccff66;
  font-weight: 900;
  line-height: 1.15;
}

.diagnosis-visual {
  display: grid;
  min-height: 110px;
  place-items: center;
}

.prompt-wave i {
  width: 82px;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ccff66, #24d8ff);
  box-shadow: 0 0 26px rgba(36, 216, 255, 0.38);
}

.prompt-wave i:nth-child(1) {
  width: 112px;
  opacity: 0.95;
}

.prompt-wave i:nth-child(2) {
  width: 76px;
  opacity: 0.66;
}

.prompt-wave i:nth-child(3) {
  width: 52px;
  opacity: 0.42;
}

.content-stack i {
  width: 94px;
  height: 22px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.13);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.content-stack i:nth-child(2) {
  width: 112px;
  background: rgba(204, 255, 102, 0.22);
}

.content-stack i:nth-child(3) {
  width: 78px;
  background: rgba(36, 216, 255, 0.2);
}

.content-stack i:nth-child(4) {
  width: 122px;
  background: rgba(124, 92, 255, 0.2);
}

.workflow-grid {
  grid-template-columns: repeat(3, 32px);
  gap: 10px;
}

.workflow-grid i {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
}

.workflow-grid i:nth-child(2),
.workflow-grid i:nth-child(4),
.workflow-grid i:nth-child(6) {
  background: linear-gradient(135deg, #ccff66, #24d8ff);
}

.source-nodes {
  position: relative;
}

.source-nodes::before,
.source-nodes::after {
  content: "";
  position: absolute;
  width: 96px;
  height: 2px;
  background: rgba(36, 216, 255, 0.42);
  transform: rotate(28deg);
}

.source-nodes::after {
  transform: rotate(-28deg);
}

.source-nodes i {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #24d8ff;
  box-shadow: 0 0 28px rgba(36, 216, 255, 0.58);
}

.source-nodes i:nth-child(1) {
  left: 18px;
  top: 28px;
  background: #ccff66;
}

.source-nodes i:nth-child(2) {
  right: 18px;
  top: 26px;
}

.source-nodes i:nth-child(3) {
  left: 38px;
  bottom: 24px;
  background: #7c5cff;
}

.source-nodes i:nth-child(4) {
  right: 34px;
  bottom: 20px;
  background: #ff6b8b;
}

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

@keyframes floatY {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-22px);
  }
}

@keyframes scanAcross {
  0% {
    transform: translateX(-140%) skewX(-12deg);
  }

  52% {
    transform: translateX(440%) skewX(-12deg);
  }

  100% {
    transform: translateX(440%) skewX(-12deg);
  }
}

@keyframes laneMove {
  0%,
  100% {
    transform: translateY(-26px) scaleX(0.64);
    opacity: 0.46;
  }

  50% {
    transform: translateY(26px) scaleX(1);
    opacity: 1;
  }
}

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

@keyframes pulseScale {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.06);
  }
}

.metric-card {
  transform: translate3d(0, var(--parallax-y, 0px), 0) rotateX(var(--parallax-tilt, 0deg));
  transform-style: preserve-3d;
  will-change: transform;
}

.metric-card:hover,
.customer-card:hover {
  box-shadow: 0 32px 110px rgba(36, 216, 255, 0.18);
}

.scroll-story {
  position: relative;
  min-height: 220vh;
  overflow: clip;
  background:
    radial-gradient(circle at 16% 20%, rgba(204, 255, 102, 0.16), transparent 28%),
    radial-gradient(circle at 82% 24%, rgba(36, 216, 255, 0.18), transparent 32%),
    linear-gradient(180deg, #050816 0%, #081127 52%, #050816 100%);
}

.scroll-story::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
  opacity: var(--story-grid-opacity, 0.18);
}

.story-copy,
.story-visual {
  position: relative;
  z-index: 1;
}

.story-dots span {
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  transition: background 260ms ease, transform 260ms ease, box-shadow 260ms ease;
}

.story-dots span.is-active {
  background: linear-gradient(90deg, #ccff66, #24d8ff);
  box-shadow: 0 0 24px rgba(36, 216, 255, 0.42);
  transform: scaleX(1.12);
}

.story-visual {
  min-height: 135vh;
  padding-top: 3rem;
}

.orbit-scene {
  position: sticky;
  top: 120px;
  min-height: min(70vh, 680px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 42px;
  background:
    radial-gradient(circle at center, rgba(36, 216, 255, 0.22), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035));
  box-shadow: 0 32px 120px rgba(0, 0, 0, 0.34);
  overflow: hidden;
  transform:
    perspective(1300px)
    rotateX(var(--story-tilt, 62deg))
    rotateZ(var(--story-spin, -18deg))
    translateY(var(--story-rise, 0px));
  transform-origin: 50% 52%;
  will-change: transform;
}

.orbit-scene::after {
  content: "";
  position: absolute;
  inset: 10%;
  border-radius: 999px;
  background: conic-gradient(from var(--story-angle, 0deg), rgba(204, 255, 102, 0.58), transparent 22%, rgba(36, 216, 255, 0.52), transparent 58%, rgba(124, 92, 255, 0.44), transparent 82%);
  filter: blur(26px);
  opacity: 0.48;
}

.orbit-ring {
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  transform: rotate(var(--story-ring-one, 0deg));
}

.orbit-ring-two {
  inset: 30%;
  border-color: rgba(204, 255, 102, 0.22);
  transform: rotate(var(--story-ring-two, 0deg));
}

.orbit-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 190px;
  height: 190px;
  place-items: center;
  border-radius: 46px;
  background: linear-gradient(135deg, #ccff66, #62f4ae, #24d8ff);
  color: #050816;
  text-align: center;
  transform: translate(-50%, -50%) rotateZ(var(--story-core-spin, 0deg));
  box-shadow: 0 24px 90px rgba(36, 216, 255, 0.34);
}

.orbit-core span {
  align-self: end;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.orbit-core strong {
  align-self: start;
  font-size: 2rem;
  font-weight: 900;
  line-height: 0.92;
}

.orbit-node {
  position: absolute;
  z-index: 4;
  display: grid;
  min-width: 112px;
  min-height: 56px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(5, 8, 22, 0.72);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.node-a {
  left: 9%;
  top: 20%;
  transform: translate3d(var(--node-a-x, 0px), var(--node-a-y, 0px), 0);
}

.node-b {
  right: 9%;
  top: 23%;
  transform: translate3d(var(--node-b-x, 0px), var(--node-b-y, 0px), 0);
}

.node-c {
  left: 12%;
  bottom: 18%;
  transform: translate3d(var(--node-c-x, 0px), var(--node-c-y, 0px), 0);
}

.node-d {
  right: 13%;
  bottom: 16%;
  transform: translate3d(var(--node-d-x, 0px), var(--node-d-y, 0px), 0);
}

.story-steps {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 18px;
  margin-top: -8vh;
  padding-bottom: 20vh;
}

.story-step {
  max-width: 520px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.075);
  padding: 24px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
  color: rgba(255, 255, 255, 0.62);
  opacity: 0.45;
  transform: translateX(38px) scale(0.96);
  transition: opacity 260ms ease, transform 260ms ease, background 260ms ease, border-color 260ms ease;
  backdrop-filter: blur(18px);
}

.story-step:nth-child(even) {
  margin-left: auto;
}

.story-step span {
  color: #ccff66;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.story-step h3 {
  margin-top: 12px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
}

.story-step p {
  margin-top: 12px;
  line-height: 1.65;
}

.story-step.is-active {
  border-color: rgba(204, 255, 102, 0.34);
  background: linear-gradient(145deg, rgba(204, 255, 102, 0.16), rgba(36, 216, 255, 0.1));
  opacity: 1;
  transform: translateX(0) scale(1);
}

@media (min-width: 1280px) {
  .product-stage {
    min-height: 650px;
  }

  .console-card {
    margin-left: -3.5rem;
  }
}

.ticker {
  width: max-content;
  animation: ticker 28s linear infinite;
}

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

.source-map {
  background:
    radial-gradient(circle at 50% 50%, rgba(204, 255, 102, 0.52) 0 5%, transparent 6%),
    radial-gradient(circle at 18% 28%, rgba(36, 216, 255, 0.7) 0 4%, transparent 5%),
    radial-gradient(circle at 82% 30%, rgba(255, 107, 139, 0.68) 0 4%, transparent 5%),
    radial-gradient(circle at 24% 78%, rgba(124, 92, 255, 0.65) 0 4%, transparent 5%),
    radial-gradient(circle at 78% 76%, rgba(98, 244, 174, 0.65) 0 4%, transparent 5%),
    linear-gradient(28deg, transparent 0 44%, rgba(36, 216, 255, 0.24) 45% 46%, transparent 47%),
    linear-gradient(-28deg, transparent 0 44%, rgba(204, 255, 102, 0.22) 45% 46%, transparent 47%),
    linear-gradient(140deg, transparent 0 44%, rgba(255, 107, 139, 0.18) 45% 46%, transparent 47%);
}

.radar-ui {
  width: 190px;
  height: 190px;
  border-radius: 999px;
  background:
    radial-gradient(circle, transparent 0 28%, rgba(59, 130, 255, 0.14) 29% 30%, transparent 31% 54%, rgba(59, 130, 255, 0.16) 55% 56%, transparent 57%),
    conic-gradient(from 30deg, rgba(36, 216, 255, 0.38), transparent 30%, rgba(204, 255, 102, 0.3), transparent 68%);
  box-shadow: inset 0 0 0 1px rgba(59, 130, 255, 0.22), 0 28px 60px rgba(59, 130, 255, 0.13);
}

.link-graph {
  background:
    radial-gradient(circle at 18% 40%, #24d8ff 0 12px, transparent 13px),
    radial-gradient(circle at 48% 22%, #ccff66 0 12px, transparent 13px),
    radial-gradient(circle at 78% 46%, #ff6b8b 0 12px, transparent 13px),
    radial-gradient(circle at 36% 74%, #7c5cff 0 12px, transparent 13px),
    linear-gradient(18deg, transparent 0 44%, rgba(36, 216, 255, .5) 45% 46%, transparent 47%),
    linear-gradient(-23deg, transparent 0 44%, rgba(204, 255, 102, .42) 45% 46%, transparent 47%),
    #081127;
}

.reveal-card {
  opacity: 1;
  transform: none;
  transition: opacity 680ms ease, transform 680ms cubic-bezier(.2, .9, .2, 1), box-shadow 220ms ease;
  will-change: transform, opacity;
}

.js-ready .reveal-card:not(.is-visible) {
  opacity: 0;
  transform: translateY(34px) scale(0.98);
}

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

.hero .reveal-card,
.product-stage.reveal-card {
  opacity: 1;
  transform: none;
}

@media (max-width: 1024px) {
  .product-stage {
    min-height: 560px;
  }

  .hero-product-image {
    inset: 1rem 0 auto auto;
    width: 100%;
    height: 520px;
  }

  .console-card {
    transform: rotateX(50deg) rotateZ(-24deg);
  }

  .customer-card:nth-child(2),
  .customer-card:nth-child(3) {
    margin-top: 0;
  }

  .diagnosis-card {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .diagnosis-action {
    grid-column: 2;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-left: 0;
    padding-top: 16px;
  }

  .diagnosis-visual {
    grid-column: 1 / -1;
    min-height: 88px;
  }

  .engine-radar-grid,
  .pipeline-board {
    grid-template-columns: 1fr;
  }

  .pipeline-board {
    min-height: auto;
  }

  .pipeline-lane {
    display: none;
  }

  .result-orbit {
    min-height: 520px;
  }

  .card-three {
    left: 12%;
  }

  .scroll-story {
    min-height: auto;
  }

  .story-copy {
    position: relative;
    top: auto;
  }

  .story-visual {
    min-height: auto;
  }

  .orbit-scene {
    position: relative;
    top: auto;
    min-height: 540px;
    transform: none;
  }

  .story-steps {
    margin-top: 24px;
    padding-bottom: 0;
  }
}

@media (max-width: 640px) {
  .promo-strip {
    width: calc(100% - 18px);
    min-height: 50px;
    flex-wrap: wrap;
    gap: 4px 10px;
    padding: 7px 12px;
    border-radius: 0 0 18px 18px;
    font-size: 0.72rem;
    line-height: 1.1;
  }

  .site-header {
    top: 52px !important;
  }

  .hero {
    padding-top: 12.5rem !important;
  }

  .product-stage {
    min-height: 660px;
  }

  .hero-product-image {
    inset: 0;
    width: 100%;
    height: 300px;
    opacity: 0.62;
    transform: none;
    mask-image: linear-gradient(180deg, #000 0%, #000 72%, transparent 100%);
  }

  .console-card {
    margin-top: 220px;
    transform: rotateX(8deg) rotateY(-8deg);
  }

  .float-tile {
    display: none;
  }

  .report-tile {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    margin-top: 1rem;
  }

  .pain-lab {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .leak-scanner {
    border-radius: 26px;
    padding: 16px;
  }

  .leak-scanner-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .leak-radar {
    height: 170px;
  }

  .diagnosis-card {
    grid-template-columns: 1fr;
    border-radius: 26px;
    padding: 20px;
  }

  .diagnosis-index {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .diagnosis-card h3 {
    font-size: 1.55rem;
  }

  .diagnosis-action,
  .diagnosis-visual {
    grid-column: auto;
  }

  .scan-console,
  .result-orbit {
    min-height: 470px;
    border-radius: 30px;
  }

  .scan-console-top {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px;
  }

  .engine-radar-grid {
    gap: 12px;
    padding: 14px;
  }

  .engine-tile {
    min-height: 132px;
    border-radius: 22px;
    padding: 16px;
  }

  .engine-tile strong {
    font-size: 1.25rem;
  }

  .pipeline-board {
    border-radius: 30px;
    padding: 14px;
  }

  .pipeline-column {
    border-radius: 22px;
    padding: 14px;
  }

  .pipeline-column article {
    min-height: 58px;
  }

  .result-center {
    width: 160px;
    height: 160px;
    border-radius: 38px;
  }

  .result-center strong {
    font-size: 2.55rem;
  }

  .result-card {
    width: 190px;
    border-radius: 22px;
    padding: 14px;
  }

  .card-one {
    left: 6%;
    top: 11%;
  }

  .card-two {
    right: 5%;
    top: 58%;
  }

  .card-three {
    left: 7%;
    bottom: 7%;
  }

  .orbit-scene {
    min-height: 420px;
    border-radius: 28px;
  }

  .orbit-core {
    width: 140px;
    height: 140px;
    border-radius: 34px;
  }

  .orbit-core strong {
    font-size: 1.45rem;
  }

  .orbit-node {
    min-width: 92px;
    min-height: 48px;
    font-size: 0.82rem;
  }

  .story-step,
  .story-step:nth-child(even) {
    margin-left: 0;
    max-width: none;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
