:root {
  --ink-980: #02081f;
  --ink-960: #05102f;
  --ink-940: #091945;
  --ink-900: #102768;
  --ink-860: #183b92;
  --accent-500: #ff1c24;
  --accent-400: #ff565d;
  --accent-100: #ffd8da;
  --electric-400: #2ba5ff;
  --electric-300: #87d7ff;
  --white: #ffffff;
  --text: rgba(255, 255, 255, 0.94);
  --muted: rgba(231, 239, 255, 0.72);
  --muted-strong: rgba(255, 255, 255, 0.58);
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.18);
  --surface: rgba(255, 255, 255, 0.07);
  --surface-strong: rgba(255, 255, 255, 0.12);
  --surface-soft: rgba(7, 16, 44, 0.82);
  --shadow-soft: 0 28px 80px rgba(0, 0, 0, 0.22);
  --shadow-deep: 0 40px 120px rgba(0, 0, 0, 0.42);
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --container: min(1180px, calc(100vw - 40px));
  --font-display: "Bricolage Grotesque", sans-serif;
  --font-body: "Instrument Sans", sans-serif;
  --transition: 260ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  font-family: var(--font-body);
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 28, 36, 0.24), transparent 22%),
    radial-gradient(circle at 78% 16%, rgba(43, 165, 255, 0.2), transparent 26%),
    radial-gradient(circle at 50% 62%, rgba(18, 39, 104, 0.42), transparent 38%),
    linear-gradient(180deg, #02081f 0%, #06153d 48%, #020a21 100%);
  overflow-x: clip;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.92), transparent 94%);
  opacity: 0.48;
}

body::after {
  content: "";
  position: fixed;
  inset: auto auto -14rem -10rem;
  width: 34rem;
  height: 34rem;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 28, 36, 0.32) 0%, transparent 72%);
  filter: blur(30px);
  opacity: 0.8;
}

::selection {
  background: var(--accent-500);
  color: var(--white);
}

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.page-shell {
  position: relative;
  isolation: isolate;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  padding-top: 18px;
  transition: padding var(--transition);
}

.site-header.is-scrolled {
  padding-top: 10px;
}

.header-bar {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 16px 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(2, 8, 31, 0.64);
  backdrop-filter: blur(20px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.brand img {
  width: 144px;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  z-index: 5;
}

.site-nav a,
.header-cta,
.menu-toggle {
  font-size: 0.94rem;
  font-weight: 700;
}

.site-nav a {
  color: var(--muted);
  transition: color var(--transition), opacity var(--transition);
}

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

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--accent-500), #ff6a5b);
  box-shadow: 0 18px 36px rgba(255, 28, 36, 0.28);
  transition: transform var(--transition), box-shadow var(--transition);
}

.header-cta:hover,
.header-cta:focus-visible {
  box-shadow: 0 24px 44px rgba(255, 28, 36, 0.32);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: var(--white);
  background: transparent;
  position: relative;
}

.menu-toggle span:not(.sr-only) {
  position: absolute;
  left: 14px;
  right: 14px;
  height: 2px;
  background: currentColor;
  transition: top var(--transition), transform var(--transition), opacity var(--transition);
}

.menu-toggle span:nth-child(1) {
  top: 16px;
}

.menu-toggle span:nth-child(2) {
  top: 23px;
}

.menu-toggle span:nth-child(3) {
  top: 30px;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  top: 23px;
  transform: rotate(45deg);
}

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

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  top: 23px;
  transform: rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 168px 0 88px;
}

.hero__mesh,
.hero__beam {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero__mesh {
  background:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), transparent 92%);
  opacity: 0.22;
}

.hero__beam {
  background:
    radial-gradient(circle at 40% 88%, rgba(43, 165, 255, 0.34), transparent 28%),
    radial-gradient(circle at 82% 24%, rgba(255, 28, 36, 0.32), transparent 22%);
}

.hero__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 48px;
  align-items: center;
}

.hero__copy {
  max-width: 640px;
  min-width: 0;
}

.eyebrow-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
}

.eyebrow-pill,
.eyebrow {
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.eyebrow-pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
}

.eyebrow {
  color: var(--muted);
  margin: 0;
}

.hero h1,
.section-heading h2,
.cta-panel h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0;
}

.hero h1 {
  font-size: 4.85rem;
  line-height: 0.9;
  max-width: 9.2ch;
}

.hero h1 span {
  color: var(--accent-500);
}

.hero__lead {
  max-width: 50ch;
  margin: 24px 0 0;
  font-size: 1.08rem;
  line-height: 1.72;
  color: var(--muted);
}

.hero__actions,
.cta-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.98rem;
  line-height: 1;
  transition: transform var(--transition), border-color var(--transition), background var(--transition), box-shadow var(--transition);
}

.button:hover,
.button:focus-visible {
  border-color: rgba(255, 255, 255, 0.22);
}

.button--primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--accent-500), #ff7561);
  box-shadow: 0 22px 44px rgba(255, 28, 36, 0.3);
}

.button--ghost,
.button--secondary,
.button--ghost-light {
  border: 1px solid var(--line-strong);
}

.button--ghost {
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
}

.button--secondary {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.button--ghost-light {
  background: transparent;
  color: var(--white);
}

.hero__proofs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.proof-card,
.feature-card,
.timeline__item,
.poster-note,
.hero-stage__card,
.cta-panel {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow-soft);
}

.proof-card {
  padding: 18px 18px 20px;
  border-radius: var(--radius-md);
}

.proof-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--white);
  font-size: 1.08rem;
}

.proof-card span {
  display: block;
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.94rem;
}

.hero__visual {
  position: relative;
  min-width: 0;
}

.hero-stage {
  position: relative;
  min-height: 720px;
  isolation: isolate;
}

.platform {
  position: absolute;
  border-radius: 999px;
  background: linear-gradient(180deg, #3cc0ff 0%, #0d74ff 62%, #0958d1 100%);
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.34),
    0 0 40px rgba(81, 175, 255, 0.34),
    inset 0 3px 10px rgba(255, 255, 255, 0.4);
}

.platform::after {
  content: "";
  position: absolute;
  inset: auto 10% 6% 10%;
  height: 22%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 72%);
  filter: blur(10px);
  opacity: 0.92;
}

.platform--rear {
  right: 4%;
  bottom: 8%;
  width: 54%;
  height: 14%;
}

.platform--front {
  left: 2%;
  bottom: 12%;
  width: 48%;
  height: 11%;
}

.platform--side {
  left: 22%;
  bottom: 4%;
  width: 40%;
  height: 9%;
}

.hero-stage__mockup {
  position: absolute;
  right: 6%;
  bottom: 12%;
  width: min(82%, 620px);
  filter: drop-shadow(0 26px 40px rgba(0, 0, 0, 0.36));
  transform-origin: center bottom;
  z-index: 2;
}

.hero-stage [data-parallax] {
  transform: translate3d(var(--parallax-x, 0), var(--parallax-y, 0), 0);
  will-change: transform;
}

.sphere {
  position: absolute;
  filter: drop-shadow(0 20px 40px rgba(255, 28, 36, 0.22));
  transform-origin: center;
  z-index: 1;
}

.sphere--xl {
  top: 8%;
  right: 2%;
  width: 200px;
}

.sphere--md {
  top: 26%;
  left: 8%;
  width: 136px;
}

.sphere--sm {
  bottom: 5%;
  left: 44%;
  width: 146px;
}

.sphere--xs {
  right: 4%;
  bottom: 2%;
  width: 82px;
}

.hero-stage__card {
  position: absolute;
  padding: 16px;
  border-radius: 24px;
  z-index: 4;
}

.hero-stage__card p,
.poster-note p,
.section-heading p,
.feature-card p,
.timeline__item p,
.cta-panel__copy p,
.contact-list span,
.contact-list strong,
.signal-chip,
.feature-list li {
  color: var(--muted);
}

.hero-stage__card--poster {
  top: 3%;
  left: 7%;
  width: min(36%, 236px);
  transform: translate3d(var(--parallax-x, 0), var(--parallax-y, 0), 0) rotate(-6deg);
  z-index: 5;
}

.hero-stage__card--poster p {
  margin: 0 0 12px;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero-stage__card--poster img {
  border-radius: 18px;
}

.hero-stage__card--metric > span,
.hero-stage__card--contact span,
.poster-note > span,
.section-tag {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--accent-100);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-stage__card--metric {
  width: min(42%, 248px);
  padding: 18px 18px 16px;
}

.hero-stage__card--metric strong {
  display: block;
  color: var(--white);
  line-height: 1.08;
  font-size: 1.5rem;
  letter-spacing: 0;
}

.hero-stage__card--metric p {
  margin: 8px 0 0;
  font-size: 0.9rem;
  line-height: 1.55;
}

.hero-stage__card--metric-impressions {
  right: 4%;
  top: 15%;
  z-index: 6;
}

.hero-stage__card--metric-leads {
  left: 9%;
  bottom: 28%;
  width: min(38%, 222px);
  z-index: 5;
}

.metric-chart {
  position: relative;
  margin-top: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(3, 11, 36, 0.38);
  overflow: hidden;
}

.metric-chart--spark {
  height: 82px;
  padding: 0;
}

.metric-chart--spark svg {
  width: 100%;
  height: 100%;
  display: block;
}

.metric-chart__grid {
  fill: none;
  stroke: rgba(255, 255, 255, 0.12);
  stroke-width: 1;
  stroke-dasharray: 5 7;
}

.metric-chart__area {
  fill: url(#metric-spark-fill);
}

.metric-chart__line {
  fill: none;
  stroke: url(#metric-spark-line);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 8px 14px rgba(127, 217, 255, 0.24));
}

.metric-chart--bars {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  align-items: end;
  gap: 8px;
  height: 82px;
  padding: 14px 14px 10px;
}

.metric-chart--bars span {
  display: block;
  margin-bottom: 0;
  height: var(--bar-height);
  min-height: 16px;
  border-radius: 999px 999px 6px 6px;
  background: linear-gradient(180deg, #ff6a67 0%, #ff1c24 58%, #a90d12 100%);
  box-shadow:
    0 8px 16px rgba(255, 28, 36, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.hero-stage__card--contact {
  left: 7%;
  bottom: 8%;
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(52%, 308px);
  z-index: 5;
}

.hero-stage__card--contact img {
  width: 64px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.18);
}

.hero-stage__card--contact strong,
.hero-stage__card--contact a {
  display: block;
}

.hero-stage__card--contact strong {
  margin-bottom: 4px;
}

.hero-stage__card--contact a {
  color: var(--white);
  font-weight: 700;
}

.signal-band {
  position: relative;
  z-index: 2;
  padding: 0 0 24px;
}

.signal-band__track {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  padding: 20px 24px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(16px);
}

.signal-band__track span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.signal-band__track span:not(:last-child)::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-400), var(--accent-500));
  box-shadow: 0 0 18px rgba(255, 28, 36, 0.5);
}

.section {
  padding: 110px 0;
  content-visibility: auto;
  contain-intrinsic-size: 720px;
}

.split-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 44px;
  align-items: center;
}

.section-heading {
  max-width: 740px;
}

.section-heading--center {
  margin: 0 auto;
  text-align: center;
}

.section-heading h2,
.cta-panel h2 {
  font-size: 3.7rem;
  line-height: 0.98;
}

.section-heading p,
.cta-panel__copy p,
.poster-note p {
  margin: 22px 0 0;
  line-height: 1.8;
  font-size: 1.02rem;
}

.signal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.signal-chip {
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.94rem;
}

.poster-stack {
  position: relative;
  min-height: 560px;
}

.poster-card {
  position: absolute;
  inset: 0 0 84px 0;
  margin: 0;
  padding: 16px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
  box-shadow: var(--shadow-deep);
}

.poster-card::before {
  content: "";
  position: absolute;
  inset: -12% -6% auto auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 28, 36, 0.28), transparent 70%);
  filter: blur(16px);
}

.poster-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 26px;
}

.poster-note {
  position: absolute;
  right: -2%;
  bottom: 0;
  width: min(64%, 320px);
  padding: 24px;
  border-radius: var(--radius-lg);
}

.poster-note strong {
  display: block;
  font-size: 1.22rem;
  line-height: 1.35;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 48px;
}

.feature-card {
  padding: 26px;
  border-radius: var(--radius-lg);
  transition: transform var(--transition), border-color var(--transition), background var(--transition);
}

.feature-card:hover,
.feature-card:focus-within {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.24);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
}

.feature-card__index,
.timeline__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 700;
  background: linear-gradient(135deg, rgba(255, 28, 36, 0.96), rgba(255, 101, 91, 0.82));
  box-shadow: 0 18px 30px rgba(255, 28, 36, 0.24);
}

.feature-card h3,
.timeline__item h3 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.3;
}

.feature-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 18px;
  line-height: 1.7;
  font-size: 0.95rem;
}

.feature-list li + li {
  margin-top: 10px;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent-500);
  box-shadow: 0 0 16px rgba(255, 28, 36, 0.5);
}

.section--method {
  position: relative;
}

.section--method::before {
  content: "";
  position: absolute;
  inset: 20% auto auto 4%;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(43, 165, 255, 0.16), transparent 72%);
  filter: blur(12px);
  pointer-events: none;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 50px;
}

.timeline::before {
  display: none;
}

.timeline__item {
  position: relative;
  padding: 26px;
  border-radius: var(--radius-lg);
}

.timeline__item p {
  margin: 18px 0 0;
  line-height: 1.75;
  font-size: 0.96rem;
}

.section--contact {
  padding-top: 82px;
}

.cta-panel {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 28, 36, 0.22), transparent 26%),
    radial-gradient(circle at 18% 78%, rgba(43, 165, 255, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(10, 24, 66, 0.92), rgba(6, 16, 44, 0.96));
}

.cta-panel::after {
  content: "";
  position: absolute;
  inset: auto -4rem -4rem auto;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 28, 36, 0.18), transparent 72%);
  filter: blur(12px);
}

.section-tag {
  margin: 0;
}

.section-tag--light {
  color: var(--electric-300);
}

.contact-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.05);
}

.contact-list span,
.contact-list strong {
  display: block;
}

.contact-list span {
  margin-bottom: 8px;
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.contact-list strong {
  color: var(--white);
  line-height: 1.55;
  font-size: 0.96rem;
  overflow-wrap: anywhere;
}

.site-footer {
  padding: 28px 0 40px;
}

.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 24px;
  color: var(--muted-strong);
  font-size: 0.92rem;
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 36px, 0);
  transition:
    opacity 700ms ease,
    transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

[data-reveal="left"] {
  transform: translate3d(-36px, 0, 0);
}

[data-reveal="right"] {
  transform: translate3d(36px, 0, 0);
}

[data-reveal="scale"] {
  transform: scale(0.94);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

:root {
  --accent-600: #ff202c;
  --accent-300: #ff8f92;
  --electric-200: #b8ebff;
  --surface-card: rgba(255, 255, 255, 0.08);
  --surface-card-strong: rgba(255, 255, 255, 0.14);
  --surface-stroke: rgba(255, 255, 255, 0.14);
  --shadow-premium: 0 34px 110px rgba(0, 0, 0, 0.34);
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-stopped {
  overflow: clip;
}

body {
  background:
    radial-gradient(circle at 14% 16%, rgba(255, 35, 52, 0.28), transparent 24%),
    radial-gradient(circle at 84% 14%, rgba(77, 187, 255, 0.24), transparent 22%),
    radial-gradient(circle at 56% 64%, rgba(22, 61, 155, 0.35), transparent 32%),
    linear-gradient(180deg, #020714 0%, #061538 38%, #07142d 72%, #030812 100%);
}

body::before {
  background-size: 60px 60px;
  opacity: 0.28;
}

body::after {
  inset: auto auto -18rem -14rem;
  width: 42rem;
  height: 42rem;
  filter: blur(60px);
  opacity: 0.95;
}

.page-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--mouse-x, 82%) var(--mouse-y, 18%), rgba(255, 255, 255, 0.08), transparent 18%);
  mix-blend-mode: screen;
  opacity: 0.6;
  z-index: 0;
}

.scroll-progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 80;
  width: 100%;
  height: 3px;
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left center;
  background: linear-gradient(90deg, var(--electric-300) 0%, #ffffff 28%, #ff8c81 60%, var(--accent-500) 100%);
  box-shadow:
    0 0 20px rgba(127, 217, 255, 0.32),
    0 0 24px rgba(255, 28, 36, 0.28);
}

.scroll-progress::after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  filter: blur(10px);
  opacity: 0.8;
}

.site-header {
  padding-top: 20px;
}

.header-bar {
  padding: 18px 24px;
  border-color: rgba(255, 255, 255, 0.14);
  background: linear-gradient(135deg, rgba(3, 12, 32, 0.88), rgba(7, 20, 50, 0.66));
  backdrop-filter: blur(24px) saturate(170%);
  box-shadow: 0 24px 70px rgba(1, 8, 22, 0.34);
  overflow: hidden;
}

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

.header-bar::before {
  inset: 0 auto auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), transparent);
  opacity: 0.65;
}

.header-bar::after {
  background:
    radial-gradient(circle at 16% -12%, rgba(255, 255, 255, 0.2), transparent 24%),
    radial-gradient(circle at 100% 0%, rgba(43, 165, 255, 0.16), transparent 26%);
  opacity: 0.85;
}

.site-header.is-scrolled .header-bar {
  border-color: rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg, rgba(3, 12, 32, 0.94), rgba(6, 17, 43, 0.8));
  box-shadow: 0 30px 84px rgba(0, 0, 0, 0.4);
}

.site-nav a {
  position: relative;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.button,
.header-cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.button::before,
.header-cta::before {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: -1;
  background: linear-gradient(120deg, transparent 25%, rgba(255, 255, 255, 0.26) 50%, transparent 75%);
  transform: translateX(-135%) rotate(10deg);
  transition: transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
}

.button:hover::before,
.button:focus-visible::before,
.header-cta:hover::before,
.header-cta:focus-visible::before {
  transform: translateX(120%) rotate(10deg);
}

.button--primary {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(135deg, #ff2330 0%, #ff625f 52%, #ff9083 100%);
  box-shadow:
    0 22px 50px rgba(255, 28, 36, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.button--ghost,
.button--secondary,
.button--ghost-light {
  backdrop-filter: blur(18px) saturate(150%);
}

.button--ghost {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04));
}

.button--secondary {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07));
}

.button--ghost-light {
  background: rgba(255, 255, 255, 0.04);
}

.hero {
  min-height: auto;
  padding: 142px 0 38px;
}

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

.hero::before {
  background: radial-gradient(circle at var(--spotlight-x, 48%) var(--spotlight-y, 28%), rgba(255, 255, 255, 0.1), transparent 30%);
  opacity: 0.9;
  mix-blend-mode: screen;
}

.hero::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 12%, transparent 84%, rgba(255, 255, 255, 0.03));
}

.hero__noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.75) 0 1px, transparent 1.25px),
    radial-gradient(circle at 78% 36%, rgba(255, 255, 255, 0.6) 0 1px, transparent 1.5px);
  background-size: 120px 120px, 160px 160px;
  mix-blend-mode: overlay;
  opacity: 0.12;
}

.hero__mesh {
  opacity: 0.28;
  mask-image: radial-gradient(circle at 48% 34%, black 0%, rgba(0, 0, 0, 0.92) 28%, transparent 92%);
}

.hero__beam {
  filter: blur(20px);
  opacity: 0.72;
}

.hero__layout {
  gap: clamp(40px, 5vw, 84px);
  align-items: start;
}

.hero__copy {
  position: relative;
  z-index: 2;
  padding-top: 10px;
}

.hero__copy::before {
  content: "";
  position: absolute;
  inset: -6% auto auto -8%;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(43, 165, 255, 0.18), transparent 70%);
  filter: blur(10px);
  z-index: -1;
}

.eyebrow-pill {
  border-color: rgba(255, 255, 255, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.06));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 10px 24px rgba(2, 8, 31, 0.18);
}

.hero h1 {
  max-width: 8.6ch;
  font-size: 4.35rem;
  line-height: 0.96;
  text-wrap: balance;
}

.hero h1 span {
  display: inline-block;
  color: transparent;
  background: linear-gradient(135deg, #ffd4d7 0%, #ff6a67 38%, #ff1c24 78%);
  background-clip: text;
  -webkit-background-clip: text;
  filter: drop-shadow(0 14px 24px rgba(255, 28, 36, 0.14));
}

.hero__lead {
  max-width: 54ch;
  margin-top: 20px;
  font-size: 1.06rem;
  line-height: 1.62;
  color: rgba(228, 238, 255, 0.76);
}

.hero__actions,
.cta-panel__actions {
  gap: 16px;
}

.hero__actions {
  margin-top: 28px;
}

.hero__proofs {
  gap: 12px;
  margin-top: 24px;
}

.proof-card,
.feature-card,
.timeline__item,
.poster-note,
.hero-stage__card,
.cta-panel,
.poster-card,
.contact-list li,
.signal-band__track {
  position: relative;
  overflow: hidden;
  border-color: var(--surface-stroke);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04));
  backdrop-filter: blur(14px) saturate(135%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
}

.proof-card::before,
.feature-card::before,
.timeline__item::before,
.poster-note::before,
.hero-stage__card::before,
.cta-panel::before,
.poster-card::before,
.contact-list li::before,
.signal-band__track::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.86), transparent);
  opacity: 0.52;
}

.proof-card,
.feature-card,
.timeline__item,
.contact-list li,
.signal-chip {
  transition:
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color var(--transition),
    background var(--transition),
    box-shadow var(--transition);
  will-change: auto;
}

.proof-card:hover,
.feature-card:hover,
.timeline__item:hover,
.contact-list li:hover,
.signal-chip:hover {
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
}

.proof-card {
  padding: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.proof-card strong {
  margin-bottom: 6px;
  font-size: 0.98rem;
}

.proof-card span {
  font-size: 0.84rem;
  line-height: 1.45;
}

.hero__visual {
  perspective: 1600px;
}

.hero-stage {
  max-width: 640px;
  min-height: 560px;
  margin-left: auto;
  transform-style: preserve-3d;
}

.hero-stage::before {
  content: "";
  position: absolute;
  inset: 16% 14% 8% 14%;
  border-radius: 44px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01));
  opacity: 0.08;
  pointer-events: none;
}

.platform {
  opacity: 0.58;
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.34),
    0 0 54px rgba(81, 175, 255, 0.32),
    inset 0 4px 12px rgba(255, 255, 255, 0.44);
}

.hero-stage__mockup {
  right: 3%;
  bottom: 10%;
  width: min(78%, 560px);
  filter: drop-shadow(0 28px 56px rgba(0, 0, 0, 0.34));
}

.sphere {
  mix-blend-mode: screen;
  opacity: 0.45;
}

.sphere--md,
.sphere--xs {
  display: none;
}

.sphere--xl {
  top: 12%;
  right: 4%;
  width: 132px;
}

.sphere--sm {
  bottom: 8%;
  left: 52%;
  width: 86px;
  opacity: 0.36;
}

.hero-stage__card {
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.125), rgba(255, 255, 255, 0.035));
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
}

.hero-stage__card--metric,
.hero-stage__card--contact {
  backdrop-filter: blur(24px) saturate(180%);
}

.hero-stage__card--metric {
  width: min(38%, 214px);
  background: linear-gradient(180deg, rgba(9, 24, 64, 0.86), rgba(7, 19, 46, 0.64));
}

.hero-stage__card--metric strong {
  font-size: 1.36rem;
}

.hero-stage__card--poster {
  display: none;
}

.hero-stage__card--metric-impressions {
  right: 0;
  top: 17%;
}

.hero-stage__card--metric-leads {
  left: 1%;
  bottom: 25%;
  width: min(28%, 150px);
  opacity: 0.88;
}

.hero-stage__card--contact {
  left: 5%;
  bottom: 7%;
  width: min(42%, 236px);
}

.metric-chart {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, rgba(8, 20, 52, 0.96), rgba(4, 13, 33, 0.72));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.metric-chart__line {
  stroke-width: 3.4;
  filter: drop-shadow(0 10px 16px rgba(127, 217, 255, 0.28));
}

.metric-chart--spark {
  height: 58px;
}

.signal-band {
  padding: 8px 0 32px;
}

.signal-band__track {
  gap: 22px;
  justify-content: center;
  text-align: center;
  transform: none !important;
}

.signal-band__track::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(2, 8, 31, 1), transparent 10%, transparent 90%, rgba(2, 8, 31, 1));
}

.signal-band__track span {
  flex: 0 1 auto;
}

.section {
  padding: 124px 0;
}

#signature,
#services,
#method,
#contact {
  scroll-margin-top: 120px;
}

.section-heading h2,
.cta-panel h2 {
  text-wrap: balance;
}

.signal-chip {
  border-color: rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  backdrop-filter: blur(16px) saturate(160%);
}

.poster-stack {
  perspective: 1400px;
}

.poster-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
    rgba(3, 11, 36, 0.4);
}

.poster-card img {
  border-radius: 28px;
}

.poster-note {
  background: linear-gradient(180deg, rgba(7, 20, 52, 0.92), rgba(7, 19, 46, 0.78));
}

.feature-grid,
.timeline {
  gap: 22px;
}

.feature-grid {
  margin-top: 54px;
}

.feature-card,
.feature-card:nth-child(1),
.feature-card:nth-child(2),
.feature-card:nth-child(3),
.feature-card:nth-child(4) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.035));
}

.feature-card:hover,
.feature-card:focus-within {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
}

.feature-card__index,
.timeline__index {
  width: 52px;
  height: 52px;
  box-shadow:
    0 18px 34px rgba(255, 28, 36, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.timeline::before,
.timeline::after {
  display: none;
}

.cta-panel {
  padding: 42px;
  border-radius: 36px;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.36);
}

.cta-panel::before {
  opacity: 0.7;
}

.contact-list li {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.site-footer {
  padding-top: 36px;
}

@media (max-width: 1180px) {
  .hero {
    min-height: auto;
    padding-bottom: 72px;
  }

  .hero-stage {
    min-height: 560px;
  }

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

@media (max-width: 1080px) {
  .hero__layout,
  .split-panel {
    grid-template-columns: 1fr;
  }

  .hero__copy {
    max-width: none;
  }

  .hero__visual {
    width: 100%;
    max-width: min(760px, 100%);
    margin: 0 auto;
  }

  .hero-stage {
    max-width: 600px;
    min-height: 540px;
    margin-inline: auto;
  }

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

  .timeline::before,
  .timeline::after {
    display: none;
  }
}

@media (max-width: 980px) {
  .scroll-progress {
    height: 2px;
  }

  .site-header {
    padding-top: 14px;
  }

  .header-bar {
    grid-template-columns: auto auto auto;
    padding: 14px 16px;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }

  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 12px);
    display: grid;
    gap: 6px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: rgba(2, 8, 31, 0.92);
    backdrop-filter: blur(24px) saturate(160%);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity var(--transition), transform var(--transition), visibility var(--transition);
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
  }

  .header-cta {
    display: none;
  }

  .hero {
    padding-top: 152px;
  }

  .hero h1 {
    max-width: 8.8ch;
  }

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

  .hero-stage {
    min-height: 520px;
  }

  .hero-stage__card--poster {
    width: 190px;
  }

  .hero-stage__card--metric-impressions {
    right: 2%;
    top: 16%;
  }

  .hero-stage__card--metric-leads {
    left: 6%;
    bottom: 24%;
    width: min(32%, 208px);
  }

  .hero-stage__card--contact {
    left: 4%;
    width: min(42%, 280px);
  }

  .signal-band__track {
    gap: 16px;
    justify-content: center;
  }

  .section {
    padding: 96px 0;
  }

  .cta-panel {
    padding: 34px 28px;
  }

  .contact-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(calc(100vw - 24px), 100%);
  }

  .page-shell::before,
  .hero__noise,
  .signal-band__track::after {
    display: none;
  }

  .hero__layout,
  .split-panel {
    gap: 28px;
  }

  .hero {
    padding: 122px 0 44px;
  }

  .header-bar {
    padding: 14px 16px;
  }

  .brand img {
    width: 126px;
  }

  .hero__copy {
    padding-top: 0;
  }

  .hero__visual {
    display: none;
  }

  .eyebrow-group {
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
  }

  .eyebrow {
    width: 100%;
    font-size: 0.76rem;
  }

  .hero h1 {
    max-width: 7.2ch;
    font-size: 2.9rem;
    line-height: 0.9;
  }

  .hero__lead {
    margin-top: 22px;
    max-width: none;
    font-size: 1rem;
    line-height: 1.66;
  }

  .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero__actions .button {
    width: 100%;
  }

  .hero__proofs {
    display: none;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(236px, 82vw);
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    gap: 14px;
    padding-bottom: 8px;
    scrollbar-width: none;
  }

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

  .proof-card {
    scroll-snap-align: start;
    min-height: 100%;
  }

  .proof-card,
  .feature-card,
  .timeline__item,
  .poster-note,
  .hero-stage__card,
  .cta-panel,
  .poster-card,
  .contact-list li {
    border-radius: 24px;
  }

  .hero-stage {
    width: 100%;
    max-width: 384px;
    min-height: 390px;
    margin: 12px auto 0;
  }

  .hero-stage [data-parallax] {
    transform: none !important;
  }

  .hero-stage::before {
    inset: 10% 4% 8% 4%;
    border-radius: 30px;
  }

  .hero-stage__mockup {
    right: 0;
    bottom: 10%;
    width: min(80%, 304px);
  }

  .signal-band {
    padding-bottom: 14px;
  }

  .hero-stage__card {
    padding: 12px;
    border-radius: 20px;
  }

  .hero-stage__card--poster {
    display: none;
  }

  .hero-stage__card--metric {
    width: min(42vw, 152px);
    padding: 12px;
  }

  .hero-stage__card--metric strong {
    font-size: 1.05rem;
  }

  .hero-stage__card--metric-impressions {
    top: 12%;
    right: 1%;
  }

  .hero-stage__card--metric-leads {
    display: none;
  }

  .metric-chart--spark,
  .metric-chart--bars {
    height: 54px;
  }

  .hero-stage__card--contact {
    left: 4%;
    bottom: 4%;
    width: min(52vw, 192px);
    gap: 8px;
  }

  .hero-stage__card--contact img {
    width: 44px;
  }

  .sphere--md,
  .sphere--xs {
    display: none;
  }

  .sphere--xl {
    top: 9%;
    right: 1%;
    width: 98px;
    opacity: 0.82;
  }

  .sphere--sm {
    display: none;
  }

  .section {
    padding: 82px 0;
  }

  .feature-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .section-heading h2,
  .cta-panel h2 {
    font-size: 2.35rem;
    line-height: 0.96;
  }

  .section-heading p,
  .cta-panel__copy p,
  .poster-note p {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .signal-list {
    gap: 10px;
  }

  .signal-chip {
    padding: 10px 14px;
    font-size: 0.9rem;
  }

  .cta-panel {
    padding: 28px 20px;
    border-radius: 28px;
  }

  .cta-panel__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cta-panel__actions .button {
    width: 100%;
  }

  .poster-stack {
    min-height: auto;
  }

  .poster-card {
    position: relative;
    inset: auto;
    min-height: 0;
    padding: 12px;
  }

  .poster-card img {
    border-radius: 20px;
  }

  .poster-note {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    margin-top: 18px;
  }

  .feature-card,
  .timeline__item {
    padding: 22px 18px;
  }

  .feature-card h3,
  .timeline__item h3 {
    font-size: 1.14rem;
  }

  .signal-band__track {
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: visible;
    padding: 16px 18px;
    scrollbar-width: none;
  }

  .signal-band__track::-webkit-scrollbar {
    display: none;
  }

  .contact-list {
    margin-top: 24px;
    gap: 12px;
  }

  .contact-list li {
    padding: 16px;
  }

  .site-footer {
    padding: 22px 0 34px;
  }

  .site-footer__inner {
    flex-direction: column;
    gap: 8px;
    font-size: 0.88rem;
  }
}

@media (max-width: 520px) {
  .hero h1 {
    max-width: 6.9ch;
    font-size: 2.55rem;
  }

  .button {
    min-height: 52px;
    padding-inline: 18px;
  }

  .hero__proofs {
    grid-auto-columns: minmax(220px, 84vw);
  }

  .hero-stage {
    min-height: 360px;
  }

  .hero-stage__mockup {
    right: -1%;
    bottom: 11%;
    width: min(82%, 286px);
  }

  .hero-stage__card--poster {
    width: min(31vw, 102px);
  }

  .hero-stage__card--metric {
    width: min(39vw, 132px);
  }

  .hero-stage__card--metric-leads {
    width: min(36vw, 122px);
    bottom: 22%;
  }

  .hero-stage__card--contact {
    left: 3%;
    bottom: 3%;
    width: min(50vw, 168px);
  }

  .hero-stage__card--contact strong {
    font-size: 0.92rem;
  }

  .hero-stage__card--contact a {
    font-size: 0.78rem;
  }

  .section-heading h2,
  .cta-panel h2 {
    font-size: 2.1rem;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  .scroll-progress,
  .page-shell::before,
  .hero__noise {
    display: none;
  }

  .proof-card,
  .feature-card,
  .timeline__item,
  .contact-list li,
  .signal-chip,
  .button,
  .header-cta {
    transform: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
