@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "Unbounded";
  src: url("../fonts/unbounded-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

:root {
  --bg: #070907;
  --bg-soft: #0a0e0b;
  --surface: #0d120f;
  --surface-2: #111813;
  --surface-3: #172019;
  --text: #f2f6ef;
  --text-soft: #c8d0c9;
  --muted: #929e95;
  --lime: #b7ff3c;
  --lime-strong: #8df41f;
  --lime-soft: rgba(183, 255, 60, 0.1);
  --mint: #76ffb1;
  --violet: #a48bff;
  --pink: #ff72c6;
  --line: rgba(221, 255, 211, 0.13);
  --line-strong: rgba(183, 255, 60, 0.34);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 32px;
  --container: 1220px;
  --font-body: "Manrope", "Segoe UI", Arial, sans-serif;
  --font-display: "Unbounded", "Manrope", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 8%, rgba(183, 255, 60, 0.065), transparent 25rem),
    radial-gradient(circle at 91% 15%, rgba(118, 255, 177, 0.045), transparent 22rem),
    var(--bg);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.017) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.017) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

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

::selection {
  color: #071009;
  background: var(--lime);
}

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

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

button,
input,
textarea {
  font: inherit;
}

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

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

p:last-child {
  margin-bottom: 0;
}

:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 4px;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.container--narrow {
  width: min(calc(100% - 40px), 940px);
}

.section {
  position: relative;
  padding: clamp(76px, 10vw, 144px) 0;
}

.section--tight {
  padding: clamp(56px, 7vw, 92px) 0;
}

.section--surface {
  border-block: 1px solid var(--line);
  background: rgba(13, 18, 15, 0.68);
}

.section-number {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 24px;
  color: var(--lime);
  font-family: var(--font-display);
  font-size: 0.69rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-number::before {
  width: 28px;
  height: 1px;
  content: "";
  background: currentColor;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.6fr);
  gap: clamp(24px, 5vw, 80px);
  align-items: end;
  margin-bottom: clamp(38px, 6vw, 72px);
}

.section-head > *,
.bento > *,
.outcome-grid > *,
.audience-grid > *,
.curriculum > *,
.offer > *,
.product-gateway > *,
.value-line > * {
  min-width: 0;
}

.section-head h2,
.section-title {
  max-width: 920px;
  margin-bottom: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.2vw, 4.6rem);
  font-weight: 650;
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.section-head p,
.section-lead {
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.15rem);
}

.lime {
  color: var(--lime);
}

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

.mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.eyebrow {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
  margin-bottom: 26px;
  padding: 8px 12px;
  color: var(--text-soft);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.eyebrow__dot {
  width: 7px;
  height: 7px;
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(183, 255, 60, 0.75);
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  border-color: var(--line);
  background: rgba(7, 9, 7, 0.88);
  backdrop-filter: blur(20px) saturate(140%);
}

.nav {
  display: flex;
  min-height: 76px;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  flex: 0 0 auto;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: -0.03em;
}

.site-header .brand,
.site-header .brand:focus,
.site-header .brand:focus-visible,
.site-header .brand:focus-within,
.site-header .brand * {
  outline: 0 !important;
  box-shadow: none !important;
}

.brand img {
  width: 48px;
  height: 34px;
  object-fit: contain;
}

.brand span span {
  color: var(--lime);
}

.nav__links {
  display: flex;
  gap: clamp(18px, 2.4vw, 36px);
  align-items: center;
  margin-left: auto;
}

.nav__links a {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 650;
  transition: color 0.2s ease;
}

.nav__links a:hover,
.nav__links a[aria-current="page"] {
  color: var(--text);
}

.nav__cta {
  display: inline-flex;
  min-height: 42px;
  padding: 0 18px;
  align-items: center;
  justify-content: center;
  color: #071009 !important;
  background: var(--lime);
  border-radius: 999px;
  font-weight: 800 !important;
}

.nav__toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--text);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  cursor: pointer;
}

.nav__toggle span,
.nav__toggle::before,
.nav__toggle::after {
  display: block;
  width: 18px;
  height: 1.5px;
  margin: 4px auto;
  content: "";
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-header.is-open .nav__toggle span {
  opacity: 0;
}

.site-header.is-open .nav__toggle::before {
  transform: translateY(5.5px) rotate(45deg);
}

.site-header.is-open .nav__toggle::after {
  transform: translateY(-5.5px) rotate(-45deg);
}

.hero {
  position: relative;
  display: flex;
  min-height: min(900px, 100svh);
  padding: 132px 0 72px;
  align-items: center;
  overflow: hidden;
}

.hero--home {
  min-height: 820px;
}

.hero::after {
  position: absolute;
  top: 10%;
  left: 55%;
  z-index: -1;
  width: 620px;
  height: 620px;
  content: "";
  background: radial-gradient(circle, rgba(183, 255, 60, 0.1), transparent 68%);
  filter: blur(12px);
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(390px, 0.85fr);
  gap: clamp(50px, 7vw, 104px);
  align-items: center;
}

.hero__copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.hero__visual {
  min-width: 0;
}

.hero h1 {
  max-width: 920px;
  margin-bottom: 28px;
  font-family: var(--font-display);
  font-size: clamp(2.85rem, 6.1vw, 6.7rem);
  font-weight: 650;
  line-height: 0.96;
  letter-spacing: -0.07em;
}

.hero h1.hero__headline--compact {
  font-size: clamp(2.7rem, 5.15vw, 5.55rem);
}

.hero h1.hero__headline--home {
  font-size: clamp(2.6rem, 4.65vw, 5.1rem);
}

.hero__line {
  display: block;
}

.hero h1 .outline {
  color: transparent;
  -webkit-text-stroke: 1px rgba(242, 246, 239, 0.55);
}

.hero__lead {
  max-width: 710px;
  margin-bottom: 34px;
  color: var(--text-soft);
  font-size: clamp(1.06rem, 1.6vw, 1.28rem);
  line-height: 1.55;
}

.hero__actions,
.button-row {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.button {
  position: relative;
  display: inline-flex;
  min-height: 56px;
  gap: 12px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  color: #071009;
  background: var(--lime);
  border: 1px solid var(--lime);
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.1;
  overflow: hidden;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.button::before {
  position: absolute;
  top: -50%;
  left: -40%;
  width: 28%;
  height: 200%;
  content: "";
  background: rgba(255, 255, 255, 0.48);
  filter: blur(16px);
  transform: rotate(18deg) translateX(-300%);
  transition: transform 0.55s ease;
}

.button:hover {
  background: #c6ff61;
  box-shadow: 0 12px 40px rgba(183, 255, 60, 0.18);
  transform: translateY(-2px);
}

.button:hover::before {
  transform: rotate(18deg) translateX(700%);
}

.button--ghost {
  color: var(--text);
  background: rgba(255, 255, 255, 0.025);
  border-color: var(--line);
}

.button--ghost:hover {
  background: rgba(255, 255, 255, 0.055);
  border-color: var(--line-strong);
  box-shadow: none;
}

.button--small {
  min-height: 46px;
  padding-inline: 18px;
  font-size: 0.88rem;
}

.button__arrow {
  font-size: 1.2em;
  line-height: 1;
  transition: transform 0.2s ease;
}

.button:hover .button__arrow {
  transform: translate(3px, -3px);
}

.hero__note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  max-width: 560px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 0.83rem;
}

.hero__note::before {
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  margin-top: 7px;
  content: "";
  background: var(--lime);
  border-radius: 50%;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 64px;
  border-block: 1px solid var(--line);
}

.proof-strip__item {
  padding: 21px 24px;
  border-right: 1px solid var(--line);
}

.proof-strip__item:first-child {
  padding-left: 0;
}

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

.proof-strip strong {
  display: block;
  margin-bottom: 3px;
  color: var(--text);
  font-size: 0.95rem;
}

.proof-strip span {
  color: var(--muted);
  font-size: 0.78rem;
}

.signal-card,
.visual-card {
  position: relative;
  min-height: 520px;
  padding: 28px;
  background: linear-gradient(145deg, rgba(23, 32, 25, 0.92), rgba(9, 13, 10, 0.95));
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
  isolation: isolate;
}

.signal-card::before,
.visual-card::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background-image:
    linear-gradient(rgba(183, 255, 60, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(183, 255, 60, 0.055) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle, black, transparent 75%);
}

.signal-card__top,
.visual-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: var(--lime);
}

.status::before {
  width: 7px;
  height: 7px;
  content: "";
  background: currentColor;
  border-radius: 50%;
  box-shadow: 0 0 16px currentColor;
  animation: status-pulse 1.8s ease-in-out infinite;
}

@keyframes status-pulse {
  50% { opacity: 0.35; }
}

.agent-map {
  position: absolute;
  top: 82px;
  right: 30px;
  bottom: 96px;
  left: 30px;
}

.agent-map::before,
.agent-map::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border: 1px solid rgba(183, 255, 60, 0.16);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.agent-map::before {
  width: 72%;
  aspect-ratio: 1;
}

.agent-map::after {
  width: 46%;
  aspect-ratio: 1;
  border-style: dashed;
  animation: spin 28s linear infinite;
}

@keyframes spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.agent-core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 116px;
  aspect-ratio: 1;
  place-items: center;
  color: #071009;
  background: var(--lime);
  border: 8px solid rgba(183, 255, 60, 0.09);
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 0 70px rgba(183, 255, 60, 0.23);
  transform: translate(-50%, -50%);
}

.agent-node {
  position: absolute;
  z-index: 2;
  padding: 9px 12px;
  color: var(--text-soft);
  background: rgba(7, 9, 7, 0.9);
  border: 1px solid rgba(183, 255, 60, 0.23);
  border-radius: 9px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.28);
}

.agent-node::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 7px;
  content: "";
  background: var(--lime);
  border-radius: 50%;
  vertical-align: 1px;
}

.agent-node--1 { top: 9%; left: 8%; }
.agent-node--2 { top: 17%; right: 2%; }
.agent-node--3 { right: 0; bottom: 17%; }
.agent-node--4 { bottom: 6%; left: 4%; }

.signal-card__footer {
  position: absolute;
  right: 28px;
  bottom: 25px;
  left: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 0.72rem;
}

.signal-bars {
  display: flex;
  height: 19px;
  gap: 4px;
  align-items: end;
}

.signal-bars i {
  display: block;
  width: 3px;
  height: 40%;
  background: var(--lime);
  border-radius: 2px;
  animation: bars 1.1s ease-in-out infinite alternate;
}

.signal-bars i:nth-child(2) { height: 75%; animation-delay: -0.2s; }
.signal-bars i:nth-child(3) { height: 100%; animation-delay: -0.5s; }
.signal-bars i:nth-child(4) { height: 58%; animation-delay: -0.7s; }
.signal-bars i:nth-child(5) { height: 86%; animation-delay: -0.9s; }

@keyframes bars {
  to { height: 20%; opacity: 0.45; }
}

.visual-card {
  background: #111315;
  border-color: rgba(255, 255, 255, 0.14);
}

.visual-card::before {
  background: none;
}

.visual-orb {
  position: absolute;
  top: 96px;
  right: -50px;
  width: 350px;
  height: 350px;
  background:
    radial-gradient(circle at 31% 30%, #d7ff8f 0 5%, transparent 18%),
    conic-gradient(from 210deg, var(--lime), #63f8d7, var(--violet), var(--pink), #ffbc62, var(--lime));
  border-radius: 47% 53% 63% 37% / 41% 42% 58% 59%;
  filter: saturate(115%);
  box-shadow: inset 28px -28px 70px rgba(0, 0, 0, 0.38), 0 40px 90px rgba(164, 139, 255, 0.2);
  animation: morph 11s ease-in-out infinite alternate;
}

@keyframes morph {
  to {
    border-radius: 62% 38% 41% 59% / 55% 66% 34% 45%;
    transform: rotate(11deg) scale(1.04);
  }
}

.visual-word {
  position: absolute;
  z-index: 2;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.2vw, 4rem);
  font-weight: 750;
  line-height: 0.86;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  mix-blend-mode: difference;
}

.visual-word--1 { top: 132px; left: 25px; }
.visual-word--2 { top: 200px; left: 60px; }
.visual-word--3 { top: 268px; left: 25px; }

.visual-caption {
  position: absolute;
  right: 28px;
  bottom: 26px;
  left: 28px;
  display: flex;
  gap: 14px;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 18px;
  color: var(--text-soft);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.74rem;
}

.ticker {
  border-block: 1px solid var(--line);
  overflow: hidden;
}

.ticker__track {
  display: flex;
  width: max-content;
  padding: 17px 0;
  animation: ticker 32s linear infinite;
}

.ticker__group {
  display: flex;
  flex-shrink: 0;
}

.ticker span {
  display: inline-flex;
  gap: 22px;
  align-items: center;
  padding-right: 22px;
  color: var(--text-soft);
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.ticker span::after {
  color: var(--lime);
  content: "✦";
}

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

.bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.card {
  position: relative;
  padding: clamp(24px, 3vw, 38px);
  background: linear-gradient(145deg, rgba(17, 24, 19, 0.96), rgba(11, 15, 12, 0.96));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.card:hover {
  border-color: var(--line-strong);
  transform: translateY(-3px);
}

.card--lime {
  color: #071009;
  background: var(--lime);
  border-color: var(--lime);
}

.card--lime .muted,
.card--lime p {
  color: rgba(7, 16, 9, 0.68);
}

.card--6 { grid-column: span 6; }
.card--7 { grid-column: span 7; }
.card--5 { grid-column: span 5; }
.card--4 { grid-column: span 4; }
.card--8 { grid-column: span 8; }
.card--12 { grid-column: 1 / -1; }

.card__index {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-bottom: 48px;
  place-items: center;
  color: var(--lime);
  background: var(--lime-soft);
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.72rem;
}

.card--lime .card__index {
  color: #071009;
  background: rgba(7, 16, 9, 0.08);
  border-color: rgba(7, 16, 9, 0.18);
}

.card h3 {
  max-width: 580px;
  margin-bottom: 13px;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.1vw, 2rem);
  font-weight: 650;
  line-height: 1.16;
  letter-spacing: -0.045em;
}

.card p {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--muted);
}

.card__tags {
  display: flex;
  gap: 7px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.tag {
  display: inline-flex;
  min-height: 30px;
  padding: 0 11px;
  align-items: center;
  color: var(--text-soft);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 650;
}

.card--lime .tag {
  color: #071009;
  background: rgba(7, 16, 9, 0.07);
  border-color: rgba(7, 16, 9, 0.16);
}

.flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  overflow: hidden;
}

.flow__step {
  position: relative;
  min-height: 224px;
  padding: 28px;
  background: var(--surface);
  border-right: 1px solid var(--line);
}

.flow__step:last-child {
  color: #071009;
  background: var(--lime);
  border-right: 0;
}

.flow__step:not(:last-child)::after {
  position: absolute;
  top: 31px;
  right: -13px;
  z-index: 2;
  display: grid;
  width: 26px;
  height: 26px;
  content: "→";
  place-items: center;
  color: var(--lime);
  background: var(--bg);
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  font-size: 0.8rem;
}

.flow__number {
  display: block;
  margin-bottom: 63px;
  color: var(--lime);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.72rem;
}

.flow__step:last-child .flow__number {
  color: #071009;
}

.flow h3 {
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.flow p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.flow__step:last-child p {
  color: rgba(7, 16, 9, 0.65);
}

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

.outcome {
  min-height: 390px;
  padding: clamp(28px, 4vw, 48px);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.outcome__label {
  display: inline-block;
  margin-bottom: 72px;
  color: var(--lime);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.outcome h3 {
  max-width: 560px;
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3.2vw, 3rem);
  font-weight: 650;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

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

.outcome--accent {
  color: #071009;
  background: var(--lime);
  border-color: var(--lime);
}

.outcome--accent .outcome__label,
.outcome--accent p {
  color: rgba(7, 16, 9, 0.64);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

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

.audience-card {
  display: flex;
  min-height: 350px;
  padding: clamp(24px, 3vw, 36px);
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.audience-card:hover {
  border-color: var(--line-strong);
  transform: translateY(-3px);
}

.audience-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 62px;
}

.audience-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #071009;
  background: var(--lime);
  border-radius: 14px;
  font-family: var(--font-display);
  font-size: 0.76rem;
  font-weight: 750;
}

.audience-card__top span:last-child {
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.7rem;
}

.audience-card h3 {
  margin-bottom: 13px;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
  font-weight: 650;
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.audience-card p {
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 0.92rem;
}

.audience-card__result {
  margin-top: auto;
  padding-top: 20px;
  color: var(--text-soft);
  border-top: 1px solid var(--line);
  font-size: 0.8rem;
}

.audience-card__result strong {
  color: var(--lime);
}

.curriculum {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(40px, 8vw, 120px);
  align-items: start;
}

.curriculum__intro {
  position: sticky;
  top: 120px;
}

.curriculum__intro h2 {
  margin-bottom: 24px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.8vw, 3.7rem);
  font-weight: 650;
  line-height: 1.05;
  letter-spacing: -0.055em;
}

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

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

.module {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.module__number {
  color: var(--lime);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.72rem;
}

.module h3 {
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.module p {
  color: var(--muted);
  font-size: 0.9rem;
}

.tool-cloud {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tool {
  display: inline-flex;
  min-height: 50px;
  padding: 0 18px;
  align-items: center;
  color: var(--text-soft);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--line);
  border-radius: 14px;
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 600;
}

.tool--accent {
  color: #071009;
  background: var(--lime);
  border-color: var(--lime);
}

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

.principle {
  min-height: 250px;
  padding: 27px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.principle__mark {
  display: block;
  margin-bottom: 74px;
  color: var(--lime);
  font-family: var(--font-display);
  font-size: 1.5rem;
}

.principle h3 {
  margin-bottom: 10px;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 650;
  letter-spacing: -0.035em;
}

.principle p {
  color: var(--muted);
  font-size: 0.82rem;
}

.offer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
  gap: clamp(36px, 7vw, 100px);
  padding: clamp(34px, 6vw, 76px);
  align-items: center;
  color: #071009;
  background: var(--lime);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.offer::after {
  position: absolute;
  top: -110px;
  right: -80px;
  width: 330px;
  height: 330px;
  content: "✦";
  color: rgba(7, 16, 9, 0.07);
  font-family: var(--font-display);
  font-size: 20rem;
  line-height: 1;
  transform: rotate(15deg);
}

.offer__content,
.offer__side {
  position: relative;
  z-index: 1;
}

.offer__eyebrow {
  display: block;
  margin-bottom: 28px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.offer h2 {
  max-width: 790px;
  margin-bottom: 24px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 4.4rem);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -0.06em;
}

.offer p {
  max-width: 680px;
  color: rgba(7, 16, 9, 0.68);
}

.offer__side {
  display: grid;
  gap: 12px;
}

.offer__item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(7, 16, 9, 0.15);
  font-size: 0.88rem;
  font-weight: 700;
}

.offer__item::before {
  content: "↳";
}

.offer .button {
  width: 100%;
  margin-top: 14px;
  color: var(--text);
  background: #071009;
  border-color: #071009;
}

.offer .button:hover {
  background: #111b13;
  box-shadow: 0 14px 40px rgba(7, 16, 9, 0.18);
}

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

.faq details {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  position: relative;
  display: flex;
  min-height: 90px;
  padding: 24px 58px 24px 0;
  align-items: center;
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.55vw, 1.25rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.035em;
  list-style: none;
  cursor: pointer;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::before,
.faq summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 18px;
  height: 1.5px;
  content: "";
  background: var(--lime);
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}

.faq summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq details[open] summary::after {
  transform: translateY(-50%) rotate(0);
}

.faq__answer {
  max-width: 780px;
  padding: 0 0 28px;
  color: var(--muted);
}

.product-gateway {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 610px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.gateway-card {
  position: relative;
  display: flex;
  min-height: 610px;
  padding: clamp(30px, 5vw, 62px);
  flex-direction: column;
  background: var(--surface);
  overflow: hidden;
  isolation: isolate;
  transition: background 0.35s ease;
}

.gateway-card + .gateway-card {
  border-left: 1px solid var(--line);
}

.gateway-card::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  opacity: 0;
  transition: opacity 0.35s ease;
}

.gateway-card--academy::before {
  background: radial-gradient(circle at 82% 75%, rgba(183, 255, 60, 0.2), transparent 42%);
}

.gateway-card--punk::before {
  background:
    radial-gradient(circle at 87% 70%, rgba(255, 114, 198, 0.13), transparent 35%),
    radial-gradient(circle at 70% 85%, rgba(164, 139, 255, 0.18), transparent 42%);
}

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

.gateway-card__index {
  color: var(--lime);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gateway-card__content {
  margin-top: auto;
}

.gateway-card h2 {
  max-width: 500px;
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.6vw, 4rem);
  font-weight: 650;
  line-height: 1.03;
  letter-spacing: -0.06em;
}

.gateway-card p {
  max-width: 500px;
  margin-bottom: 28px;
  color: var(--muted);
}

.product-gateway--detailed,
.product-gateway--detailed .gateway-card {
  min-height: 760px;
}

.gateway-card__lead {
  color: var(--text-soft) !important;
  font-size: 1.02rem;
}

.gateway-card__lead strong {
  color: var(--lime);
}

.gateway-card__audience {
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 0.88rem;
}

.gateway-card__audience strong {
  color: var(--text);
}

.gateway-card__actions {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 26px;
  flex-wrap: wrap;
}

.gateway-card__route {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--lime);
  font-weight: 800;
}

.gateway-card:hover .gateway-card__route span {
  transform: translateX(5px);
}

.gateway-card__route span {
  transition: transform 0.2s ease;
}

.gateway-card__glyph {
  position: absolute;
  top: 50px;
  right: 54px;
  display: grid;
  width: 110px;
  aspect-ratio: 1;
  place-items: center;
  color: #071009;
  background: var(--lime);
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  box-shadow: 0 0 70px rgba(183, 255, 60, 0.15);
  transition: transform 0.35s ease;
}

.gateway-card--punk .gateway-card__glyph {
  background: conic-gradient(var(--lime), var(--violet), var(--pink), var(--lime));
  border-radius: 40% 60% 52% 48% / 60% 43% 57% 40%;
}

.gateway-card__glyph--ai-money {
  position: absolute;
  font-family: var(--font-display);
}

.gateway-card__dollar {
  font-size: 3.25rem;
  line-height: 1;
  letter-spacing: -0.08em;
  transform: translateX(-0.04em);
}

.gateway-card__spark-cluster {
  position: absolute;
  top: 15%;
  left: 58%;
  width: 32px;
  height: 32px;
}

.gateway-card__spark {
  position: absolute;
  font-family: var(--font-body);
  line-height: 1;
}

.gateway-card__spark--large {
  top: 8px;
  left: 0;
  font-size: 1rem;
}

.gateway-card__spark--medium {
  top: 0;
  left: 15px;
  font-size: 0.64rem;
}

.gateway-card__spark--small {
  top: 18px;
  left: 20px;
  font-size: 0.43rem;
}

.gateway-card__glyph--emoji {
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 3.15rem;
  line-height: 1;
  text-shadow: 0 8px 20px rgba(7, 9, 7, 0.28);
}

.gateway-card:hover .gateway-card__glyph {
  transform: rotate(8deg) scale(1.08);
}

.value-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.value-line__item {
  min-height: 240px;
  padding: 30px;
  background: var(--bg-soft);
}

.value-line__item span {
  display: block;
  margin-bottom: 82px;
  color: var(--lime);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.72rem;
}

.value-line__item h3 {
  margin-bottom: 9px;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 650;
  letter-spacing: -0.035em;
}

.value-line__item p {
  color: var(--muted);
  font-size: 0.84rem;
}

.final-cta {
  position: relative;
  padding: clamp(90px, 13vw, 180px) 0;
  text-align: center;
  overflow: hidden;
}

.final-cta::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: min(900px, 100vw);
  aspect-ratio: 1;
  content: "";
  background: radial-gradient(circle, rgba(183, 255, 60, 0.12), transparent 66%);
  transform: translate(-50%, -50%);
}

.final-cta h2 {
  max-width: 990px;
  margin: 0 auto 24px;
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 5.5vw, 6.3rem);
  font-weight: 650;
  line-height: 0.98;
  letter-spacing: -0.07em;
}

.final-cta p {
  max-width: 620px;
  margin: 0 auto 34px;
  color: var(--muted);
  font-size: 1.05rem;
}

.final-cta .button-row {
  justify-content: center;
}

/* Legal documents */
.legal-page {
  color: #f3f5ef;
  background:
    radial-gradient(circle at 76% 5%, rgba(183, 255, 60, 0.07), transparent 28rem),
    var(--bg);
}

.legal-hero {
  padding: 142px 0 56px;
  border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
  max-width: 1050px;
  margin: 22px 0 18px;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 5.8rem);
  font-weight: 650;
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.legal-hero > .container > p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.legal-switcher {
  display: flex;
  gap: 8px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.legal-switcher a {
  padding: 10px 14px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.78rem;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.legal-switcher a:hover,
.legal-switcher a[aria-current="page"] {
  color: #0b1009;
  background: var(--lime);
  border-color: var(--lime);
}

.legal-content {
  padding: 64px 0 112px;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(210px, 0.32fr) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 104px);
  align-items: start;
}

.legal-toc {
  position: sticky;
  top: 104px;
  max-height: calc(100vh - 128px);
  overflow: auto;
  scrollbar-width: thin;
}

.legal-toc details {
  padding: 18px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.legal-toc summary {
  color: #f5f7f0;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 620;
  letter-spacing: -0.02em;
}

.legal-toc nav {
  display: grid;
  gap: 3px;
  margin-top: 13px;
}

.legal-toc a {
  padding: 7px 8px;
  color: var(--muted);
  border-radius: 8px;
  font-size: 0.68rem;
  line-height: 1.35;
}

.legal-toc a:hover {
  color: var(--lime);
  background: rgba(183, 255, 60, 0.06);
}

.legal-document {
  min-width: 0;
  padding: clamp(25px, 5vw, 64px);
  color: #d9ddd3;
  background: rgba(255, 255, 255, 0.022);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.18);
}

.legal-document h2 {
  margin: 72px 0 26px;
  padding-top: 22px;
  color: #f5f7f0;
  border-top: 1px solid var(--line);
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.5vw, 2.15rem);
  font-weight: 630;
  line-height: 1.14;
  letter-spacing: -0.045em;
  scroll-margin-top: 110px;
}

.legal-document h2:first-of-type {
  margin-top: 36px;
}

.legal-clause {
  margin: 30px 0 8px;
  color: var(--lime);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.35;
}

.legal-document p {
  margin: 0 0 13px;
  font-size: clamp(0.94rem, 1.25vw, 1.02rem);
  line-height: 1.75;
}

.legal-document__subtitle {
  color: #f4f6ef;
  font-size: 1.1rem !important;
  line-height: 1.5 !important;
}

.legal-document__version {
  display: inline-flex;
  padding: 7px 10px;
  color: #aeb5a6;
  background: rgba(183, 255, 60, 0.055);
  border: 1px solid rgba(183, 255, 60, 0.13);
  border-radius: 9px;
  font-size: 0.75rem !important;
}

.legal-document ul {
  display: grid;
  gap: 9px;
  margin: 14px 0 20px;
  padding: 0;
  list-style: none;
}

.legal-document li {
  position: relative;
  padding-left: 20px;
  color: #d9ddd3;
  font-size: clamp(0.94rem, 1.25vw, 1.02rem);
  line-height: 1.65;
}

.legal-document li::before {
  position: absolute;
  top: 0.72em;
  left: 1px;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--lime);
  border-radius: 50%;
}

.legal-document a {
  color: var(--lime);
  text-decoration: underline;
  text-decoration-color: rgba(183, 255, 60, 0.35);
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}

.site-footer {
  padding: 34px 0 86px;
  border-top: 1px solid var(--line);
}

.footer__row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 28px;
  align-items: center;
}

.footer__links {
  display: flex;
  gap: 22px;
  justify-content: center;
  color: var(--muted);
  font-size: 0.78rem;
}

.footer__groups {
  display: grid;
  gap: 11px;
}

.footer__links--legal {
  gap: 16px;
  font-size: 0.7rem;
}

.footer__meta {
  display: grid;
  gap: 4px;
  color: var(--muted);
  font-size: 0.74rem;
  text-align: right;
}

.mobile-cta {
  display: none;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.2, 0.8, 0.2, 1);
}

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

.js [data-reveal-delay="1"] { transition-delay: 0.08s; }
.js [data-reveal-delay="2"] { transition-delay: 0.16s; }
.js [data-reveal-delay="3"] { transition-delay: 0.24s; }

@media (max-width: 1040px) {
  .hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
    gap: 44px;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 7vw, 5.2rem);
  }

  .signal-card,
  .visual-card {
    min-height: 470px;
  }

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

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

  .flow__step:nth-child(2) {
    border-right: 0;
  }

  .flow__step:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .flow__step:nth-child(2)::after {
    display: none;
  }

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

  .audience-grid .audience-card:last-child {
    grid-column: 1 / -1;
    min-height: 280px;
  }

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

  .footer__groups {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .footer__links {
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  .container,
  .container--narrow {
    width: min(calc(100% - 28px), var(--container));
  }

  .nav {
    min-height: 68px;
  }

  .nav__toggle {
    display: block;
  }

  .nav__links {
    position: absolute;
    top: 68px;
    right: 0;
    left: 0;
    display: grid;
    max-height: 0;
    gap: 0;
    padding: 0 14px;
    background: rgba(7, 9, 7, 0.98);
    border-bottom: 1px solid transparent;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.28s ease, opacity 0.2s ease, padding 0.28s ease;
  }

  .site-header.is-open .nav__links {
    max-height: 450px;
    padding-block: 10px 18px;
    border-color: var(--line);
    opacity: 1;
    pointer-events: auto;
  }

  .nav__links a {
    padding: 15px 10px;
    border-bottom: 1px solid var(--line);
  }

  .nav__links a:last-child {
    border-bottom: 0;
  }

  .nav__links .nav__cta {
    min-height: 50px;
    margin-top: 8px;
    padding: 0 18px;
  }

  .legal-hero {
    padding-top: 116px;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-toc {
    position: static;
    max-height: none;
  }

  .legal-document {
    border-radius: 20px;
  }

  .hero,
  .hero--home {
    min-height: 0;
    padding: 114px 0 60px;
  }

  .hero__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 52px;
  }

  .hero__visual {
    width: min(100%, 570px);
    margin-inline: auto;
  }

  .proof-strip {
    margin-top: 44px;
  }

  .section-head {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  .card--4,
  .card--5,
  .card--6,
  .card--7,
  .card--8 {
    grid-column: 1 / -1;
  }

  .curriculum {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }

  .curriculum__intro {
    position: static;
  }

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

  .product-gateway {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-gateway--detailed .gateway-card {
    min-height: 650px;
  }

  .gateway-card,
  .product-gateway {
    min-height: 510px;
  }

  .gateway-card + .gateway-card {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .value-line {
    grid-template-columns: minmax(0, 1fr);
  }

  .value-line__item {
    min-height: 210px;
  }

  .value-line__item span {
    margin-bottom: 56px;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 15px;
  }

  body.has-mobile-cta {
    padding-bottom: 78px;
  }

  .section {
    padding: 76px 0;
  }

  .section--tight {
    padding: 56px 0;
  }

  .section-number {
    margin-bottom: 18px;
  }

  .section-head {
    margin-bottom: 34px;
  }

  .section-head h2,
  .section-title {
    font-size: clamp(1.75rem, 8vw, 2.6rem);
  }

  .brand {
    font-size: 0.73rem;
  }

  .brand img {
    width: 43px;
    height: 30px;
  }

  .hero h1 {
    margin-bottom: 22px;
    font-size: clamp(2.35rem, 11.8vw, 3.8rem);
    line-height: 0.98;
  }

  .hero h1.hero__headline--compact {
    font-size: clamp(2.15rem, 10.4vw, 3.55rem);
  }

  .hero h1.hero__headline--home {
    font-size: clamp(1.9rem, 8.5vw, 3rem);
  }

  .hero__line--long {
    font-size: 0.86em;
  }

  .hero__lead {
    margin-bottom: 28px;
    font-size: 1.04rem;
  }

  .hero__actions .button,
  .button-row .button {
    width: 100%;
  }

  .proof-strip {
    grid-template-columns: 1fr;
    padding: 8px 0;
  }

  .proof-strip__item,
  .proof-strip__item:first-child {
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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

  .signal-card,
  .visual-card {
    min-height: 420px;
    padding: 20px;
    border-radius: 24px;
  }

  .agent-map {
    top: 68px;
    right: 14px;
    bottom: 78px;
    left: 14px;
  }

  .agent-core {
    width: 92px;
    font-size: 0.61rem;
  }

  .agent-node {
    padding: 7px 8px;
    font-size: 0.52rem;
  }

  .agent-node--1 { top: 7%; left: 0; }
  .agent-node--2 { top: 14%; right: -1%; }
  .agent-node--3 { right: -1%; bottom: 12%; }
  .agent-node--4 { bottom: 3%; left: 0; }

  .signal-card__footer,
  .visual-caption {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .visual-orb {
    top: 82px;
    right: -100px;
    width: 320px;
    height: 320px;
  }

  .visual-word {
    font-size: 2.55rem;
  }

  .visual-word--1 { top: 126px; left: 18px; }
  .visual-word--2 { top: 181px; left: 44px; }
  .visual-word--3 { top: 236px; left: 18px; }

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

  .flow__step {
    min-height: 180px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .flow__step:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .flow__step:last-child {
    border-bottom: 0;
  }

  .flow__step:not(:last-child)::after {
    top: auto;
    right: 28px;
    bottom: -13px;
    content: "↓";
  }

  .flow__step:nth-child(2)::after {
    display: grid;
  }

  .flow__number {
    margin-bottom: 38px;
  }

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

  .audience-grid .audience-card:last-child {
    grid-column: auto;
  }

  .outcome,
  .audience-card {
    min-height: 310px;
  }

  .outcome__label,
  .audience-card__top {
    margin-bottom: 50px;
  }

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

  .principle {
    min-height: 210px;
  }

  .principle__mark {
    margin-bottom: 52px;
  }

  .offer {
    padding: 30px 22px;
    border-radius: 24px;
  }

  .offer h2 {
    font-size: clamp(1.9rem, 10vw, 3rem);
  }

  .product-gateway {
    border-radius: 24px;
  }

  .gateway-card,
  .product-gateway {
    min-height: 470px;
  }

  .product-gateway--detailed .gateway-card {
    min-height: 620px;
  }

  .gateway-card__actions .button {
    width: 100%;
  }

  .gateway-card__glyph {
    top: 34px;
    right: 34px;
    width: 84px;
  }

  .gateway-card__dollar {
    font-size: 2.65rem;
  }

  .gateway-card__spark-cluster {
    width: 26px;
    height: 26px;
  }

  .gateway-card__spark--large {
    top: 7px;
    font-size: 0.82rem;
  }

  .gateway-card__spark--medium {
    left: 12px;
    font-size: 0.52rem;
  }

  .gateway-card__spark--small {
    top: 15px;
    left: 16px;
    font-size: 0.36rem;
  }

  .gateway-card__glyph--emoji {
    font-size: 2.55rem;
  }

  .final-cta h2 {
    font-size: clamp(2.2rem, 12vw, 4rem);
  }

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

  .footer__groups {
    grid-column: auto;
    grid-row: auto;
  }

  .footer__links {
    flex-wrap: wrap;
  }

  .footer__meta {
    text-align: left;
  }

  .mobile-cta {
    position: fixed;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 10px;
    z-index: 90;
    display: flex;
    min-height: 58px;
    gap: 10px;
    padding: 8px 8px 8px 17px;
    align-items: center;
    justify-content: space-between;
    color: #071009;
    background: var(--lime);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 18px;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.45);
    font-size: 0.79rem;
    font-weight: 800;
    transform: translateY(130%);
    transition: transform 0.28s ease;
  }

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

  .mobile-cta span:last-child {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--text);
    background: #071009;
    border-radius: 13px;
    font-size: 1.1rem;
  }
}

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

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

  .ticker__track {
    animation: none;
  }
}
