@import url("https://fonts.googleapis.com/css2?family=Geist:wght@400;500;650;800;900&family=Instrument+Serif:ital@1&display=swap");

:root {
  color-scheme: dark;
  --bg: #020202;
  --bg-2: #080808;
  --panel: rgba(255, 255, 255, 0.045);
  --panel-2: rgba(255, 255, 255, 0.066);
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(255, 255, 255, 0.2);
  --text: rgba(224, 224, 226, 0.78);
  --text-strong: rgba(244, 244, 246, 0.88);
  --muted: rgba(178, 178, 184, 0.52);
  --accent: #bfc2c7;
  --accent-soft: rgba(255, 255, 255, 0.1);
  --accent-dim: #7d8086;
  --shadow: 0 30px 100px rgba(0, 0, 0, 0.58);
  --radius: 10px;
  --content: min(1680px, calc(100vw - 36px));
  --scroll-progress: 0;
  --scroll-y: 0px;
  --intro-open: 0;
  --intro-mark: 0;
  --intro-exit: 0;
  --intro-scan: 0;
  --intro-pressure: 0;
  --flow-progress: 0;
  --flow-intro: 1;
  --flow-student: 0;
  --flow-school: 0;
  --flow-connector: 0;
  --serif: "Instrument Serif", Georgia, serif;
  font-family: "Geist", "Aptos Display", "Segoe UI Variable Display", "Segoe UI", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  min-height: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  height: auto;
  overflow-x: hidden;
  overflow-y: visible;
  scrollbar-width: none;
  -ms-overflow-style: none;
  background:
    radial-gradient(circle at 50% -10%, rgba(255, 255, 255, 0.08), transparent 34%),
    radial-gradient(circle at 12% 34%, rgba(255, 255, 255, 0.035), transparent 30%),
    linear-gradient(180deg, #010101 0%, var(--bg) 52%, #050403 100%);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

body::before {
  content: "";
  position: fixed;
  z-index: 0;
  inset: -10%;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.055), transparent 24%),
    radial-gradient(circle at 82% 46%, rgba(255, 255, 255, 0.04), transparent 28%),
    radial-gradient(circle at 46% 84%, rgba(255, 255, 255, 0.035), transparent 26%);
  opacity: 0.5;
  animation: ambientBloom 30s ease-in-out infinite alternate;
}

body > * {
  position: relative;
  z-index: 1;
}

.intro-curtain {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
  background: #020202;
  overflow: hidden;
  opacity: calc(1 - var(--intro-exit));
  visibility: visible;
}

.intro-curtain[hidden] {
  display: none;
}

.intro-curtain::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.12), transparent 26%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: auto, 82px 82px, 82px 82px;
  opacity: calc(0.2 + var(--intro-mark) * 0.54);
  transform: scale(calc(1.1 - var(--intro-open) * 0.1 + var(--intro-pressure) * 0.018));
  filter: blur(calc((1 - var(--intro-mark)) * 8px));
}

.intro-panel {
  position: absolute;
  inset-block: 0;
  width: 52%;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045), transparent 28%),
    #030303;
  box-shadow:
    0 0 calc(80px + var(--intro-pressure) * 90px) rgba(255, 255, 255, 0.04),
    inset 0 0 calc(var(--intro-pressure) * 42px) rgba(255, 255, 255, 0.08);
  transform: scaleX(calc(1 - var(--intro-open) * 0.985));
}

.intro-panel-left {
  left: 0;
  transform-origin: left center;
}

.intro-panel-right {
  right: 0;
  transform-origin: right center;
}

.intro-scanline {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.62), transparent);
  opacity: calc(var(--intro-scan) + var(--intro-pressure) * 0.42);
  transform: scaleY(calc(0.12 + var(--intro-open) * 0.88 + var(--intro-pressure) * 0.18));
  box-shadow: 0 0 calc(22px + var(--intro-pressure) * 76px) rgba(255, 255, 255, 0.28);
}

.intro-mark {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 18px;
  width: min(960px, 84vw);
  transform: translate3d(0, calc((1 - var(--intro-mark)) * 16px - var(--intro-exit) * 10px), 0) scale(calc(0.9 + var(--intro-mark) * 0.1 + var(--intro-pressure) * 0.035 + var(--intro-exit) * 0.025));
  filter: blur(calc((1 - var(--intro-mark)) * 12px + var(--intro-exit) * 4px));
  opacity: calc(var(--intro-mark) * (1 - var(--intro-exit)));
  clip-path: inset(0 calc((1 - var(--intro-mark)) * 48%) 0 calc((1 - var(--intro-mark)) * 48%));
}

.intro-mark img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 26px 90px rgba(255, 255, 255, 0.16));
}

.intro-mark span {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--serif);
  font-size: clamp(0.76rem, 1vw, 1.04rem);
  font-weight: 500;
  letter-spacing: 0.34em;
  line-height: 1;
}

.intro-mark b {
  margin-right: 12px;
  font-weight: 500;
  letter-spacing: 0;
}

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

[id] {
  scroll-margin-top: 92px;
}

em {
  color: var(--accent);
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.site-header {
  position: absolute;
  z-index: 30;
  inset: 0 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(32px, 6vw, 100px);
  min-height: 70px;
  padding: 12px max(40px, calc((100vw - 1420px) / 2));
  color: var(--text-strong);
  background: transparent;
  box-shadow: none;
  transition: none;
}

.site-header.is-open {
  background: rgba(2, 2, 2, 0.72);
  box-shadow: 0 1px 0 var(--line), 0 18px 54px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px) saturate(1.15);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 800;
}

.brand-logo {
  display: block;
  width: clamp(118px, 9vw, 156px);
  height: auto;
  object-fit: contain;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06));
  color: var(--text-strong);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-weight: 900;
}

.site-nav {
  justify-self: stretch;
  display: flex;
  justify-content: center;
  gap: clamp(32px, 5.2vw, 86px);
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 650;
}

.site-nav a:hover {
  color: var(--text-strong);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  padding: 0 14px;
  font-weight: 750;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.header-cta,
.button.secondary {
  background: rgba(255, 255, 255, 0.045);
  color: var(--text-strong);
  backdrop-filter: blur(14px);
}

.button.primary {
  border-color: rgba(255, 255, 255, 0.26);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(190, 192, 198, 0.78));
  color: #050505;
  box-shadow: 0 16px 50px rgba(255, 255, 255, 0.08);
}

.button:hover,
.header-cta:hover {
  transform: translateY(-2px);
  border-color: var(--line-strong);
}

.button.primary:hover {
  box-shadow: 0 20px 60px rgba(255, 255, 255, 0.12);
}

.nav-toggle {
  display: none;
}

.hero-shell {
  width: min(1680px, calc(100vw - 36px));
  min-height: clamp(560px, 76svh, 760px);
  display: grid;
  place-items: center;
  margin: 0 auto;
  padding: 64px 0 18px;
  overflow: hidden;
}

.hero-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 50% 22%, black, transparent 70%);
  opacity: 0.38;
}

.animated-background {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.animated-background span {
  position: absolute;
  display: block;
}

.data-grid {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.034) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: radial-gradient(circle at 58% 32%, black 0 34%, transparent 72%);
  opacity: 0.45;
  animation: gridDrift 28s linear infinite;
  transform: translate3d(0, calc(var(--scroll-y) * 0.018), 0);
}

.orbit {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  box-shadow: inset 0 0 44px rgba(255, 255, 255, 0.03), 0 0 70px rgba(255, 255, 255, 0.04);
}

.orbit-one {
  width: min(58vw, 780px);
  aspect-ratio: 1;
  top: 4%;
  right: 2%;
  animation: orbitFloat 24s ease-in-out infinite;
  transform: translate3d(0, calc(var(--scroll-y) * -0.024), 0);
}

.orbit-two {
  width: min(42vw, 520px);
  aspect-ratio: 1;
  right: 18%;
  bottom: 5%;
  animation: orbitFloat 32s ease-in-out infinite reverse;
  transform: translate3d(0, calc(var(--scroll-y) * 0.018), 0);
}

.signal-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  opacity: 0.32;
  transform-origin: left center;
  animation: signalSweep 8s ease-in-out infinite;
}

.signal-line-one {
  width: min(52vw, 740px);
  right: 4%;
  top: 32%;
  transform: rotate(-18deg);
}

.signal-line-two {
  width: min(46vw, 620px);
  left: 11%;
  bottom: 18%;
  transform: rotate(13deg);
  animation-delay: -3s;
}

.particle {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(238, 238, 244, 0.74);
  box-shadow: 0 0 26px rgba(255, 255, 255, 0.42);
  animation: particleDrift 12s ease-in-out infinite;
}

.particle-one {
  top: 24%;
  right: 22%;
}

.particle-two {
  top: 62%;
  right: 38%;
  animation-delay: -4s;
}

.particle-three {
  left: 18%;
  bottom: 26%;
  animation-delay: -8s;
}

.hero-copyblock {
  position: relative;
  z-index: 2;
  max-width: none;
  width: 100%;
  display: grid;
  place-items: center;
  animation: heroIn 1050ms 980ms cubic-bezier(.2,.8,.2,1) both;
}

.hero-buyer-copy {
  position: relative;
  z-index: 2;
  grid-area: buyer;
  max-width: 420px;
  padding-top: 26px;
  animation: heroIn 850ms 120ms cubic-bezier(.2,.8,.2,1) both;
}

.hero-buyer-copy h2 {
  max-width: 450px;
  font-size: clamp(1.22rem, 1.7vw, 1.72rem);
  line-height: 1.12;
}

.hero-buyer-copy p:not(.eyebrow) {
  max-width: 430px;
  font-size: clamp(0.9rem, 1.05vw, 0.98rem);
  line-height: 1.44;
}

.eyebrow,
.kicker {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--text-strong);
  letter-spacing: 0;
}

h1 {
  max-width: none;
  width: 100%;
  font-size: clamp(2.6rem, 4.7vw, 5rem);
  line-height: 0.91;
  font-weight: 900;
  text-wrap: balance;
}

.hero-logo {
  display: block;
  width: min(1250px, 94vw);
  max-width: 100%;
  height: auto;
  margin-inline: auto;
  filter: drop-shadow(0 26px 76px rgba(255, 255, 255, 0.1));
}

.hero-signature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--serif);
  font-size: clamp(0.84rem, 1.16vw, 1.08rem);
  font-weight: 500;
  letter-spacing: 0.34em;
  line-height: 1;
  text-transform: uppercase;
}

.hero-signature span {
  font-size: 1.1em;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(1.85rem, 3vw, 3rem);
  line-height: 1.08;
  font-weight: 820;
  text-wrap: balance;
}

h3 {
  font-size: 1.16rem;
}

p {
  color: var(--muted);
  line-height: 1.68;
}

.hero-copyblock p {
  max-width: 560px;
  font-size: clamp(0.94rem, 1.12vw, 1.04rem);
  line-height: 1.48;
  margin-bottom: 0;
}

.hero-actions,
.closing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.glass-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px) saturate(1.08);
  transition: transform 320ms cubic-bezier(.2,.8,.2,1), border-color 320ms ease, background 320ms ease;
}

.glass-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.12), transparent 27%, transparent 62%, rgba(255, 255, 255, 0.08)),
    linear-gradient(90deg, transparent, rgba(255, 215, 165, 0.09), transparent);
  background-size: 100% 100%, 180% 100%;
  opacity: 0.46;
  animation: bloomSweep 16s ease-in-out infinite;
}

.glass-panel::after {
  content: "";
  position: absolute;
  inset: auto 12% 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.32), transparent);
  opacity: 0.38;
}

.glass-panel > * {
  position: relative;
}

.glass-panel:hover {
  transform: translateY(-3px);
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.056);
}

.product-console {
  position: relative;
  z-index: 2;
  grid-area: console;
  min-height: 220px;
  padding: 14px;
  animation: productFloat 7s ease-in-out infinite;
}

.console-top {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.86rem;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.dot.red {
  background: #d47959;
}

.dot.amber {
  background: var(--accent);
}

.dot.green {
  background: #92b07a;
}

.console-title {
  margin-left: 8px;
  font-weight: 750;
}

kbd {
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 5px 8px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--muted);
  font: inherit;
}

.command-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  margin: 12px 0;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.048);
  padding: 0 14px;
}

.search-icon {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(210, 212, 218, 0.58);
  border-radius: 999px;
  position: relative;
}

.search-icon::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 2px;
  right: -6px;
  bottom: -3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  transform: rotate(45deg);
}

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

.console-card,
.feature-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 72px;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
  padding: 12px;
}

.console-card {
  animation: cardPulse 6s ease-in-out infinite;
}

.feature-row {
  grid-template-columns: 1fr;
  align-content: space-between;
  align-items: stretch;
  min-height: 170px;
}

.feature-row .row-index,
.feature-row .row-status {
  width: fit-content;
}

.feature-row h3 {
  max-width: 320px;
  font-size: clamp(1.08rem, 1.45vw, 1.35rem);
  line-height: 1.12;
}

.feature-row p {
  max-width: 330px;
  line-height: 1.42;
}

.console-card:nth-child(2) {
  animation-delay: 1.2s;
}

.console-card:nth-child(3) {
  animation-delay: 2.4s;
}

.console-card.active {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.console-card span,
.row-index {
  color: var(--accent);
  font-weight: 850;
}

.console-card p,
.feature-row p {
  margin: 4px 0 0;
  font-size: 0.9rem;
}

.console-footer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: end;
  margin-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 22px;
}

.console-footer span {
  display: block;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
}

.console-footer strong {
  color: var(--text-strong);
  font-size: 3.1rem;
  line-height: 1;
}

.mini-bars {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 58px;
  justify-content: end;
}

.mini-bars i {
  width: 18px;
  height: var(--h);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(230, 232, 236, 0.86), rgba(112, 114, 120, 0.78));
  opacity: 0.82;
  animation: bars 3.6s ease-in-out infinite alternate;
}

.mini-bars i:nth-child(2n) {
  animation-delay: 0.6s;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  width: var(--content);
  margin: 0 auto;
  justify-content: flex-start;
  padding: 0 0 24px;
}

.trust-strip span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  padding: 7px 11px;
  color: var(--muted);
  font-weight: 700;
}

.purpose-stage {
  width: var(--content);
  min-height: 76svh;
  margin: 0 auto;
  padding: clamp(70px, 9vw, 118px) 0;
  display: grid;
  align-content: center;
  gap: clamp(28px, 4vw, 48px);
}

.purpose-copy {
  display: grid;
  gap: 14px;
  max-width: 1480px;
}

.purpose-copy h2 {
  max-width: 1460px;
  font-size: clamp(3.4rem, 6.9vw, 8.8rem);
  line-height: 0.92;
  text-wrap: balance;
}

.purpose-copy p:not(.eyebrow) {
  display: none;
}

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

.purpose-card {
  min-height: 150px;
  padding: 20px;
  display: grid;
  align-content: start;
  gap: 8px;
}

.purpose-card span {
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 900;
}

.purpose-card h3 {
  font-size: clamp(1.16rem, 1.6vw, 1.46rem);
}

.purpose-card p {
  max-width: 260px;
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.42;
}

.stats-section {
  width: var(--content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0 0 clamp(32px, 4vw, 52px);
}

.stats-section article {
  min-height: 112px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: clamp(14px, 1.8vw, 22px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 46%),
    rgba(255, 255, 255, 0.026);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.stats-section span {
  display: block;
  color: var(--text-strong);
  font-size: clamp(2rem, 3.6vw, 3.7rem);
  font-weight: 900;
  line-height: 0.92;
}

.stats-section p {
  max-width: 260px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.34;
}

.section,
.feature-stage,
.focus-stage,
.language-stage,
.school-stage,
.app-preview-stage,
.pricing-stage,
.product-flow-stage {
  width: var(--content);
  margin: 0 auto;
  padding: clamp(34px, 4.6vw, 58px) 0;
}

.statement {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(340px, 1fr);
  gap: clamp(42px, 10vw, 160px);
  align-items: start;
}

.statement h2 {
  max-width: 560px;
}

.statement p:last-child {
  grid-column: 2;
  max-width: 540px;
  font-size: clamp(1.08rem, 1.8vw, 1.38rem);
  line-height: 1.45;
  margin-top: 3px;
}

.feature-stage,
.language-stage,
.school-stage,
.app-preview-stage,
.pricing-stage,
.product-flow-stage {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 4vw, 48px);
  min-height: auto;
}

.stage-copy p,
.section-heading p,
.closing p {
  max-width: 540px;
  font-size: clamp(1.08rem, 1.8vw, 1.34rem);
  line-height: 1.45;
}

.stage-copy,
.section-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(340px, 1fr);
  column-gap: clamp(36px, 8vw, 116px);
  align-items: start;
}

.stage-copy .eyebrow,
.section-heading .eyebrow {
  grid-column: 1;
}

.stage-copy h2,
.section-heading h2 {
  grid-column: 1;
  max-width: 560px;
}

.stage-copy p:not(.eyebrow),
.section-heading p:not(.eyebrow),
.stage-copy .section-link,
.section-heading .section-link {
  grid-column: 2;
}

.stage-copy p:not(.eyebrow),
.section-heading p:not(.eyebrow) {
  grid-row: 2;
  margin-top: 0;
}

.section-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 28px;
  color: rgba(178, 178, 184, 0.58);
  font-size: 0.92rem;
  font-weight: 650;
}

.feature-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: none;
  margin-left: 0;
  opacity: 0.92;
}

.pricing-stage {
  position: relative;
}

.pricing-stage::before {
  content: "";
  position: absolute;
  inset: 10% auto auto 50%;
  width: min(560px, 70vw);
  height: min(560px, 70vw);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 66%);
  transform: translateX(-50%);
  pointer-events: none;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.pricing-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 22px;
  min-height: 100%;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 18px;
}

.pricing-card-featured {
  border-color: rgba(255, 255, 255, 0.22);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), transparent 48%),
    rgba(255, 255, 255, 0.048);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.pricing-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--text-strong);
  background: rgba(255, 255, 255, 0.075);
  font-size: 0.78rem;
  font-weight: 850;
}

.pricing-card-head {
  display: grid;
  gap: 10px;
  padding-right: 128px;
}

.pricing-card:not(.pricing-card-featured) .pricing-card-head {
  padding-right: 0;
}

.pricing-card h3 {
  color: var(--text-strong);
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.pricing-card p {
  max-width: 520px;
  margin: 0;
  line-height: 1.45;
}

.pricing-highlight {
  width: fit-content;
  max-width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--text-strong);
  background: rgba(255, 255, 255, 0.06);
  font-weight: 750;
}

.pricing-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-card li {
  position: relative;
  padding-left: 24px;
  color: var(--text);
  line-height: 1.35;
}

.pricing-card li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 2px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.22);
}

.pricing-button {
  width: fit-content;
  margin-top: 4px;
}

.pricing-note {
  max-width: 780px;
  margin: -14px auto 0;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.035);
  text-align: center;
  line-height: 1.45;
}

.app-screen-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.95fr 0.95fr;
  gap: 10px;
}

.product-flow-stage {
  width: var(--content);
  position: relative;
  gap: clamp(16px, 2.2vw, 28px);
}

.flow-cinematic-sticky {
  position: relative;
  width: 100%;
}

.product-flow-stage::before {
  display: none;
}

.flow-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(22px, 3vw, 42px);
  align-items: start;
  min-height: clamp(380px, 35vw, 560px);
  padding: clamp(64px, 7vw, 112px) clamp(26px, 4vw, 64px) clamp(48px, 5vw, 78px);
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 18% 72%, rgba(255,255,255,0.055), transparent 30%),
    linear-gradient(90deg, rgba(255,255,255,0.035), transparent 58%);
}

.flow-intro::before,
.flow-intro::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.flow-intro::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.05), transparent 28%, transparent 72%, rgba(255,255,255,0.035)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 140px);
  opacity: 0.52;
  mask-image: linear-gradient(90deg, black, black 82%, transparent);
}

.flow-intro::after {
  right: 3%;
  bottom: clamp(28px, 4vw, 56px);
  width: min(52vw, 760px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.16);
  animation: flowTrace 6.5s ease-in-out infinite;
}

.flow-intro .eyebrow {
  position: relative;
  z-index: 2;
  grid-column: 1;
  align-self: start;
  width: fit-content;
  margin-bottom: clamp(14px, 1.7vw, 24px);
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 999px;
  background: rgba(255,255,255,0.035);
  color: rgba(245,245,246,0.72);
  font-size: 0.72rem;
}

.flow-intro h2 {
  position: relative;
  z-index: 2;
  grid-column: 1;
  max-width: min(1540px, 92vw);
  font-size: clamp(3.2rem, 5.6vw, 6.8rem);
  line-height: 0.98;
  text-wrap: balance;
}

.flow-intro p:not(.eyebrow) {
  position: relative;
  z-index: 2;
  grid-column: 1;
  max-width: min(1040px, 72vw);
  margin: 0;
  color: rgba(226,226,230,0.66);
  font-size: clamp(1.08rem, 1.35vw, 1.34rem);
  line-height: 1.58;
}

.flow-chapter {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1.34fr);
  gap: clamp(18px, 2.4vw, 30px);
  align-items: center;
  min-height: auto;
  padding: clamp(18px, 2.4vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background:
    radial-gradient(circle at 14% 20%, rgba(255, 255, 255, 0.08), transparent 30%),
    radial-gradient(circle at 90% 54%, rgba(255, 255, 255, 0.05), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 52%);
  overflow: hidden;
}

.flow-chapter::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055), transparent 26%, transparent 74%, rgba(255, 255, 255, 0.04)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 110px);
  opacity: 0.42;
}

.flow-school {
  grid-template-columns: minmax(0, 1.34fr) minmax(260px, 0.42fr);
}

.flow-student {
  border-color: rgba(78, 155, 255, 0.22);
  background:
    radial-gradient(circle at 18% 22%, rgba(76, 151, 255, 0.18), transparent 30%),
    radial-gradient(circle at 84% 48%, rgba(84, 176, 255, 0.09), transparent 35%),
    linear-gradient(135deg, rgba(56, 132, 255, 0.07), transparent 54%);
  box-shadow:
    0 34px 120px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(160, 205, 255, 0.16);
}

.flow-student::before {
  background:
    linear-gradient(90deg, rgba(70, 150, 255, 0.12), transparent 28%, transparent 72%, rgba(70, 150, 255, 0.08)),
    repeating-linear-gradient(90deg, rgba(136, 190, 255, 0.052) 0 1px, transparent 1px 110px);
  opacity: 0.55;
}

.flow-student .flow-kicker,
.flow-student .flow-points span {
  color: rgba(174, 212, 255, 0.72);
}

.flow-student .flow-points span {
  border-color: rgba(116, 180, 255, 0.2);
  background: rgba(54, 132, 255, 0.08);
}

.flow-student .screenshot-frame {
  border-color: rgba(102, 171, 255, 0.3);
  box-shadow:
    0 28px 90px rgba(32, 111, 255, 0.16),
    0 30px 100px rgba(0, 0, 0, 0.54),
    inset 0 1px 0 rgba(178, 216, 255, 0.2);
}

.flow-student .screenshot-frame::before {
  background:
    linear-gradient(120deg, rgba(90, 164, 255, 0.22), transparent 24%, transparent 72%, rgba(110, 196, 255, 0.12)),
    radial-gradient(circle at 24% 0%, rgba(96, 178, 255, 0.28), transparent 32%);
  opacity: 0.78;
}

.flow-student .screenshot-frame img {
  filter: none;
}

.flow-school .flow-copy {
  grid-column: 2;
}

.flow-school .flow-visual {
  grid-column: 1;
  grid-row: 1;
}

.flow-copy {
  position: relative;
  z-index: 2;
  align-self: center;
}

.flow-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.flow-copy h3 {
  max-width: 340px;
  margin: 0;
  color: var(--text-strong);
  font-size: clamp(1.65rem, 2.45vw, 2.85rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.flow-copy p {
  max-width: 330px;
  margin: 12px 0 0;
  color: var(--text);
  font-size: clamp(0.88rem, 1.02vw, 0.96rem);
  line-height: 1.46;
}

.flow-points {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  max-width: 430px;
  margin-top: 16px;
}

.flow-points span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 9px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
}

.flow-visual {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(10px, 1.4vw, 16px);
  min-height: auto;
}

@media (min-width: 981px) {
  .product-flow-stage {
    width: var(--content);
    height: auto;
    margin: 0 auto;
    overflow: visible;
  }

  .flow-cinematic-sticky {
    position: relative;
    top: auto;
    display: grid;
    gap: clamp(18px, 2.6vw, 36px);
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0 auto;
    overflow: visible;
    isolation: isolate;
    perspective: 1400px;
  }

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

  .flow-cinematic-sticky::before {
    inset: 0;
    background:
      linear-gradient(90deg, rgba(255,255,255,0.045), transparent 28%, transparent 70%, rgba(255,255,255,0.035)),
      repeating-linear-gradient(90deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 118px),
      repeating-linear-gradient(180deg, rgba(255,255,255,0.018) 0 1px, transparent 1px 88px);
    opacity: 0.42;
    transform: translate3d(calc((var(--flow-progress) - 0.5) * -34px), 0, 0);
  }

  .flow-cinematic-sticky::after {
    top: 8%;
    bottom: 8%;
    left: 50%;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(255,255,255,0.3), transparent);
    opacity: calc(0.16 + var(--flow-connector) * 0.58);
    transform:
      translate3d(calc((var(--flow-progress) - 0.5) * 160px), 0, 0)
      rotate(calc(-18deg + var(--flow-progress) * 28deg));
    box-shadow: 0 0 60px rgba(255,255,255,0.18);
  }

  .flow-intro,
  .flow-chapter,
  .flow-connector {
    position: relative;
    z-index: 2;
  }

  .flow-intro {
    inset: auto;
    min-height: clamp(420px, 48vw, 660px);
    border-block: 1px solid rgba(255, 255, 255, 0.08);
    opacity: 1;
    transform:
      translate3d(0, calc((1 - var(--flow-intro)) * 28px), 0)
      scale(calc(0.985 + var(--flow-intro) * 0.015));
    background:
      radial-gradient(circle at 18% 72%, rgba(255,255,255,0.055), transparent 30%),
      linear-gradient(90deg, rgba(255,255,255,0.035), transparent 58%);
    will-change: opacity, transform;
    z-index: 1;
  }

  .flow-intro::before {
    opacity: calc(0.22 + var(--flow-intro) * 0.48);
  }

  .flow-intro h2 {
    max-width: min(1500px, 92vw);
    font-size: clamp(4.1rem, 7.2vw, 8rem);
  }

  .flow-intro p:not(.eyebrow) {
    max-width: 980px;
  }

  .flow-chapter {
    inset: auto;
    min-height: clamp(560px, 70vh, 760px);
    padding: clamp(22px, 2.6vw, 42px);
    will-change: opacity, transform;
    backface-visibility: hidden;
    z-index: 3;
  }

  .flow-student {
    opacity: max(0.08, var(--flow-student));
    transform:
      translate3d(0, calc((1 - var(--flow-student)) * 46px), 0)
      scale(calc(0.975 + var(--flow-student) * 0.025));
  }

  .flow-school {
    opacity: max(0.08, var(--flow-school));
    transform:
      translate3d(0, calc((1 - var(--flow-school)) * 46px), 0)
      scale(calc(0.975 + var(--flow-school) * 0.025));
  }

  .flow-connector {
    left: auto;
    top: auto;
    width: min(540px, 42vw);
    margin: 0 auto;
    opacity: var(--flow-connector);
    transform:
      translate3d(0, calc((1 - var(--flow-connector)) * 24px), 0)
      scale(calc(0.88 + var(--flow-connector) * 0.12));
    will-change: opacity, transform;
  }

  .flow-visual,
  .flow-copy,
  .screenshot-frame {
    will-change: opacity, transform;
    backface-visibility: hidden;
  }

  .flow-student .flow-main-shot {
    transform:
      translate3d(calc((1 - var(--flow-student)) * 34px), calc((1 - var(--flow-student)) * 18px), 0)
      scale(calc(0.97 + var(--flow-student) * 0.03));
  }

  .flow-student .flow-shot-one {
    transform:
      translate3d(calc((1 - var(--flow-student)) * -24px), calc((1 - var(--flow-student)) * 34px), 0)
      scale(calc(0.96 + var(--flow-student) * 0.04));
  }

  .flow-student .flow-shot-two {
    transform:
      translate3d(calc((1 - var(--flow-student)) * 28px), calc((1 - var(--flow-student)) * 38px), 0)
      scale(calc(0.955 + var(--flow-student) * 0.045));
  }

  .flow-school .flow-main-shot {
    transform:
      translate3d(calc((1 - var(--flow-school)) * -34px), calc((1 - var(--flow-school)) * 18px), 0)
      scale(calc(0.97 + var(--flow-school) * 0.03));
  }

  .flow-school .flow-shot-one {
    transform:
      translate3d(calc((1 - var(--flow-school)) * 24px), calc((1 - var(--flow-school)) * 34px), 0)
      scale(calc(0.96 + var(--flow-school) * 0.04));
  }

  .flow-school .flow-shot-two {
    transform:
      translate3d(calc((1 - var(--flow-school)) * -28px), calc((1 - var(--flow-school)) * 38px), 0)
      scale(calc(0.955 + var(--flow-school) * 0.045));
  }
}

.flow-main-shot {
  grid-column: 1 / -1;
  width: 100%;
  min-height: clamp(220px, 25vw, 360px);
  margin-left: 0;
}

.flow-school .flow-main-shot {
  margin-left: 0;
  margin-right: auto;
}

.flow-shot-card {
  position: relative;
  z-index: 5;
  inset: auto;
  width: 100%;
  min-height: clamp(120px, 13vw, 190px);
  animation: none;
}

.flow-shot-one {
  left: auto;
  bottom: auto;
  animation-delay: -3.4s;
}

.flow-shot-two {
  right: auto;
  bottom: auto;
  animation-delay: -5.8s;
}

.flow-school .flow-shot-one {
  left: auto;
  right: auto;
}

.flow-school .flow-shot-two {
  left: auto;
  right: auto;
}

.flow-connector {
  display: grid;
  grid-template-columns: minmax(80px, 1fr) auto minmax(80px, 1fr);
  align-items: center;
  gap: 18px;
  color: rgba(178, 178, 184, 0.58);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.flow-connector span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.12);
}

.flow-connector strong {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.035);
}

.screenshot-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 16px;
  align-items: stretch;
}

.screenshot-side-stack {
  display: grid;
  gap: 16px;
}

.screenshot-frame {
  position: relative;
  min-height: 270px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), transparent 42%),
    #020202;
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transform: none;
  animation: none;
}

.screenshot-featured {
  min-height: clamp(420px, 46vw, 620px);
}

.screenshot-side-stack .screenshot-frame:nth-child(1) {
  animation-delay: -2.2s;
}

.screenshot-side-stack .screenshot-frame:nth-child(2) {
  animation-delay: -4.6s;
}

.screenshot-frame::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.16), transparent 24%, transparent 72%, rgba(255, 255, 255, 0.08)),
    radial-gradient(circle at 24% 0%, rgba(255, 255, 255, 0.16), transparent 32%);
  mix-blend-mode: screen;
  opacity: 0.72;
}

.screenshot-frame::after {
  content: none;
  position: absolute;
  z-index: 3;
  inset: -20% auto -20% -45%;
  width: 34%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  transform: rotate(12deg);
}

.screenshot-frame img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: contain;
  object-position: center top;
  background: #020202;
  filter: grayscale(0.86) saturate(0.2) contrast(1.08) brightness(0.96);
  transform: none;
}

.screenshot-frame figcaption {
  position: absolute;
  z-index: 4;
  left: 18px;
  bottom: 18px;
  display: inline-grid;
  gap: 4px;
  max-width: calc(100% - 36px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  padding: 10px 12px;
  background: rgba(2, 2, 2, 0.58);
  color: var(--text-strong);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px) saturate(1.2);
}

.screenshot-frame figcaption span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.screenshot-frame figcaption strong {
  font-size: 1.02rem;
}

.screenshot-reel {
  position: relative;
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
  padding: 14px 0;
  mask-image: none;
}

.screenshot-reel-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  animation: none;
}

.screenshot-reel img {
  width: 100%;
  aspect-ratio: 16 / 9.8;
  object-fit: cover;
  object-position: center top;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.34);
  opacity: 0.72;
  filter: grayscale(0.88) saturate(0.18) contrast(1.08) brightness(0.95);
}

.screenshot-reel img:nth-child(n + 4) {
  display: none;
}

.app-screen {
  min-height: 284px;
  padding: 20px;
}

.screen-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 46px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.screen-top strong {
  color: var(--text-strong);
  font-size: 1.8rem;
  line-height: 1;
}

.screen-list,
.screen-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.screen-list span,
.screen-tags span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  padding: 7px 10px;
  font-size: 0.82rem;
  font-weight: 700;
}

.screen-bars {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.screen-bars i {
  display: block;
  width: var(--w);
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(112, 114, 120, 0.8), rgba(230, 232, 236, 0.86));
}

.row-status {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--accent);
  padding: 6px 10px;
  font-size: 0.82rem;
  font-weight: 850;
}

.focus-stage {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.04), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.012), transparent);
}

.section-heading {
  margin-bottom: clamp(28px, 4vw, 48px);
}

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

.support-card {
  min-height: 238px;
  padding: 20px;
}

.support-card span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 44px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--accent);
  font-weight: 850;
}

.support-card h3 {
  max-width: 320px;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.05;
}

.support-card p {
  max-width: 360px;
  margin: 16px 0 0;
  color: rgba(224, 224, 226, 0.62);
  font-size: clamp(0.96rem, 1.05vw, 1.08rem);
  line-height: 1.48;
}

.growth-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(360px, 1fr);
  gap: clamp(22px, 4vw, 70px);
  align-items: center;
  padding: clamp(22px, 3.4vw, 44px);
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,0.11), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,0.065), transparent 54%);
}

.growth-panel h3 {
  max-width: 620px;
  font-size: clamp(2rem, 3.8vw, 4.6rem);
  line-height: 0.98;
}

.growth-panel p:not(.eyebrow) {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(224, 224, 226, 0.64);
  font-size: clamp(1.02rem, 1.35vw, 1.25rem);
  line-height: 1.5;
}

.language-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: none;
  margin: 0;
  padding: 14px;
}

.language-panel span {
  display: grid;
  place-items: center;
  min-height: 66px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
  font-size: clamp(1rem, 1.8vw, 1.34rem);
  font-weight: 750;
}

.language-panel span:last-child {
  color: var(--text-strong);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.11), rgba(255,255,255,0.035));
}

.dashboard {
  max-width: 660px;
  min-height: 360px;
  margin-left: auto;
  display: grid;
  align-content: space-between;
  padding: 24px;
}

.dashboard-header,
.dashboard-row,
.dashboard-metric {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.dashboard-header span,
.dashboard-row span,
.dashboard-metric span {
  color: var(--muted);
  font-weight: 750;
}

.dashboard-header strong {
  border: 1px solid rgba(146, 176, 122, 0.28);
  border-radius: 999px;
  padding: 6px 10px;
  color: #a9c28e;
  font-size: 0.82rem;
}

.dashboard-metric strong {
  color: var(--text-strong);
  font-size: clamp(3.2rem, 7vw, 6rem);
  line-height: 0.9;
}

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

.progress-list div {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
}

.progress-list span {
  display: block;
  width: var(--w);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(112, 114, 120, 0.8), rgba(230, 232, 236, 0.86));
}

.dashboard-row {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 18px;
}

.closing {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) auto;
  column-gap: clamp(32px, 8vw, 140px);
  row-gap: 22px;
  align-items: end;
  max-width: none;
  min-height: clamp(360px, 42vw, 560px);
  padding: clamp(54px, 7vw, 108px) clamp(26px, 5vw, 84px);
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 76% 18%, rgba(255,255,255,0.085), transparent 34%),
    radial-gradient(circle at 16% 86%, rgba(255,255,255,0.06), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,0.035), transparent 58%);
}

.closing::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,0.018) 0 1px, transparent 1px 112px),
    linear-gradient(90deg, rgba(255,255,255,0.035), transparent 48%);
  opacity: 0.6;
}

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

.closing .eyebrow {
  grid-column: 1 / -1;
  width: fit-content;
  margin-bottom: 0;
}

.closing h2 {
  grid-column: 1;
  max-width: min(1200px, 78vw);
  font-size: clamp(3rem, 6.5vw, 7.4rem);
  line-height: 0.98;
  text-wrap: balance;
}

.closing p:not(.eyebrow) {
  grid-column: 1;
  max-width: 900px;
  margin: 0;
  color: rgba(224, 224, 226, 0.62);
}

.closing-actions {
  grid-column: 2;
  grid-row: 2 / span 2;
  align-self: end;
  justify-content: flex-end;
  min-width: 320px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: var(--content);
  margin: 0 auto;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(244, 244, 246, 0.72);
  font-weight: 400;
}

.footer-copy {
  color: rgba(244, 244, 246, 0.72);
  font-size: 0.88rem;
  font-weight: 400;
  letter-spacing: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 0 10px;
  color: rgba(244, 244, 246, 0.68);
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.8rem;
}

.footer-links a:hover {
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--text-strong);
}

[data-animate] {
  --view-progress: 0;
  opacity: var(--view-progress);
  transform: translate3d(0, calc((1 - var(--view-progress)) * 30px), 0) scale(calc(0.985 + var(--view-progress) * 0.015));
  will-change: opacity, transform;
}

[data-animate].is-visible {
  --view-progress: 1;
  opacity: 1;
  transform: translateY(0);
}

.motion-word {
  --word-progress: 0;
  display: inline-block;
  opacity: var(--word-progress);
  transform:
    translate3d(0, calc((1 - var(--word-progress)) * 0.82em), 0)
    rotateX(calc((1 - var(--word-progress)) * 58deg));
  transform-origin: 50% 88%;
  filter: blur(calc((1 - var(--word-progress)) * 3px));
  will-change: opacity, transform, filter;
}

.flow-intro[data-animate]::after {
  transform: translateX(calc((var(--view-progress) - 0.5) * 28%)) scaleX(calc(0.5 + var(--view-progress) * 0.7));
  opacity: calc(0.12 + var(--view-progress) * 0.78);
  animation: none;
}

.flow-chapter[data-animate] {
  transform:
    translate3d(0, calc((1 - var(--view-progress)) * 56px), 0)
    scale(calc(0.94 + var(--view-progress) * 0.06));
}

.flow-chapter[data-animate]::before {
  opacity: calc(0.1 + var(--view-progress) * 0.48);
}

.flow-chapter[data-animate] .flow-copy {
  opacity: calc(0.18 + var(--view-progress) * 0.82);
  transform: translate3d(calc((1 - var(--view-progress)) * -54px), 0, 0);
  will-change: opacity, transform;
}

.flow-chapter[data-animate] .flow-visual {
  opacity: calc(0.2 + var(--view-progress) * 0.8);
  transform:
    translate3d(calc((1 - var(--view-progress)) * 72px), 0, 0)
    perspective(1200px)
    rotateY(calc((1 - var(--view-progress)) * -10deg));
  transform-origin: 72% 50%;
  will-change: opacity, transform;
  backface-visibility: hidden;
}

.flow-school[data-animate] .flow-copy {
  transform: translate3d(calc((1 - var(--view-progress)) * 54px), 0, 0);
}

.flow-school[data-animate] .flow-visual {
  transform:
    translate3d(calc((1 - var(--view-progress)) * -72px), 0, 0)
    perspective(1200px)
    rotateY(calc((1 - var(--view-progress)) * 10deg));
  transform-origin: 28% 50%;
}

.screenshot-frame[data-animate] {
  transform:
    translate3d(0, calc((1 - var(--view-progress)) * 44px), 0)
    scale(calc(0.88 + var(--view-progress) * 0.12))
    rotate(calc((1 - var(--view-progress)) * -2.4deg));
  backface-visibility: hidden;
  will-change: opacity, transform;
}

.flow-shot-two[data-animate] {
  transform:
    translate3d(0, calc((1 - var(--view-progress)) * 54px), 0)
    scale(calc(0.86 + var(--view-progress) * 0.14))
    rotate(calc((1 - var(--view-progress)) * 2.8deg));
}

.screenshot-frame img {
  backface-visibility: hidden;
  transform: translateZ(0);
}

@keyframes bloomSweep {
  0%,
  100% {
    background-position: 0 0, 0% 0;
  }
  50% {
    background-position: 0 0, 100% 0;
  }
}

@keyframes ambientBloom {
  0% {
    transform: translate3d(-0.6%, -0.4%, 0) scale(1);
  }
  100% {
    transform: translate3d(0.6%, 0.4%, 0) scale(1.012);
  }
}

@keyframes introCurtainExit {
  0% {
    opacity: 1;
    visibility: visible;
  }
  72% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes introGridOpen {
  from {
    opacity: 0.18;
    transform: scale(1.08);
    filter: blur(8px);
  }
  to {
    opacity: 0.74;
    transform: scale(1);
    filter: blur(0);
  }
}

@keyframes introPanelOpen {
  0% {
    transform: scaleX(1);
  }
  72% {
    transform: scaleX(0.18);
  }
  100% {
    transform: scaleX(0);
  }
}

@keyframes introScan {
  0% {
    opacity: 0;
    transform: scaleY(0.1);
  }
  38% {
    opacity: 0.86;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform: scaleY(1);
  }
}

@keyframes introMarkReveal {
  0% {
    opacity: 0.06;
    transform: translate3d(0, 8px, 0) scale(0.94);
    filter: blur(12px);
    clip-path: inset(0 50% 0 50%);
  }
  18% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
    clip-path: inset(0 0 0 0);
  }
  72% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
    clip-path: inset(0 0 0 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -8px, 0) scale(1.025);
    filter: blur(3px);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes gridDrift {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 96px 0, 0 96px;
  }
}

@keyframes orbitFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
  50% {
    transform: translate3d(-18px, 12px, 0) rotate(8deg) scale(1.04);
  }
}

@keyframes signalSweep {
  0%,
  100% {
    opacity: 0.12;
    clip-path: inset(0 82% 0 0);
  }
  50% {
    opacity: 0.52;
    clip-path: inset(0 0 0 0);
  }
}

@keyframes particleDrift {
  0%,
  100% {
    opacity: 0.22;
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0.82;
    transform: translate3d(18px, -22px, 0);
  }
}

@keyframes heroIn {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.982);
    filter: blur(6px);
    clip-path: inset(0 18% 0 18%);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
    clip-path: inset(0 0 0 0);
  }
}

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

@keyframes cardPulse {
  0%,
  100% {
    border-color: rgba(255, 255, 255, 0.085);
  }
  45% {
    border-color: rgba(255, 255, 255, 0.18);
  }
}

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

@keyframes screenshotSweep {
  0%,
  34% {
    transform: translateX(0) rotate(12deg);
    opacity: 0;
  }
  48% {
    opacity: 1;
  }
  70%,
  100% {
    transform: translateX(520%) rotate(12deg);
    opacity: 0;
  }
}

@keyframes screenshotReel {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 7px));
  }
}

@keyframes connectorPulse {
  0%,
  100% {
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: none;
  }
  50% {
    border-color: rgba(255, 255, 255, 0.24);
    box-shadow: 0 0 26px rgba(255, 255, 255, 0.08);
  }
}

@keyframes flowTrace {
  0%,
  100% {
    opacity: 0.18;
    transform: translateX(-14%) scaleX(0.82);
  }

  50% {
    opacity: 0.86;
    transform: translateX(12%) scaleX(1);
  }
}

@keyframes bars {
  from {
    transform: scaleY(0.82);
    opacity: 0.62;
  }
  to {
    transform: scaleY(1);
    opacity: 0.92;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  [data-animate],
  [data-animate].is-visible {
    opacity: 1;
    transform: none;
    filter: none;
    clip-path: none;
  }

  .intro-curtain {
    display: none;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
    padding-inline: 20px;
  }

  .header-cta {
    display: inline-flex;
  }

  .nav-toggle {
    display: inline-grid;
    gap: 6px;
    width: 44px;
    height: 44px;
    border: 1px solid currentColor;
    border-radius: var(--radius);
    place-content: center;
    color: inherit;
    background: transparent;
  }

  .nav-toggle span {
    width: 18px;
    height: 2px;
    background: currentColor;
  }

  .site-nav {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    display: none;
    grid-column: 1 / -1;
    padding: 18px 20px 24px;
    background: rgba(2, 2, 2, 0.96);
    box-shadow: 0 1px 0 var(--line);
  }

  .site-nav.is-open {
    display: grid;
    gap: 16px;
  }

  .hero-shell,
  .statement,
  .feature-stage,
  .language-stage,
  .school-stage,
  .app-preview-stage,
  .pricing-stage,
  .product-flow-stage,
  .stage-copy,
  .section-heading,
  .flow-intro,
  .flow-chapter,
  .flow-school {
    grid-template-columns: 1fr;
  }

  .flow-intro .eyebrow,
  .flow-intro h2,
  .flow-intro p:not(.eyebrow),
  .flow-school .flow-copy,
  .flow-school .flow-visual {
    grid-column: auto;
    grid-row: auto;
  }

  .product-flow-stage::before {
    display: none;
  }

  .flow-chapter {
    min-height: auto;
  }

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

  .flow-main-shot {
    margin-inline: auto;
  }

  .closing {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .closing h2,
  .closing p:not(.eyebrow),
  .closing-actions {
    grid-column: 1;
  }

  .closing h2 {
    max-width: 100%;
  }

  .closing-actions {
    grid-row: auto;
    justify-content: flex-start;
    min-width: 0;
  }

  .hero-shell {
    min-height: clamp(520px, 74svh, 700px);
  }

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

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

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

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

  .statement p:last-child {
    grid-column: auto;
  }

  .stage-copy .eyebrow,
  .section-heading .eyebrow,
  .stage-copy h2,
  .section-heading h2,
  .stage-copy p:not(.eyebrow),
  .section-heading p:not(.eyebrow),
  .stage-copy .section-link,
  .section-heading .section-link {
    grid-column: auto;
    grid-row: auto;
  }

  .support-grid,
  .purpose-grid,
  .feature-stack,
  .stats-section,
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .app-screen-grid {
    grid-template-columns: 1fr;
  }

  .screenshot-showcase {
    grid-template-columns: 1fr;
  }

  .screenshot-featured,
  .screenshot-frame {
    min-height: clamp(260px, 54vw, 420px);
  }
}

@media (max-width: 680px) {
  .brand span:last-child {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hero-shell {
    min-height: clamp(460px, 70svh, 620px);
    padding: 76px 0 18px;
  }

  h1 {
    font-size: 2.86rem;
  }

  .hero-logo {
    width: 86vw;
  }

  .purpose-stage {
    min-height: auto;
    padding: 62px 0;
  }

  .purpose-copy h2 {
    font-size: clamp(2.25rem, 12vw, 3.85rem);
  }

  .hero-buyer-copy {
    display: none;
  }

  .console-footer,
  .purpose-grid,
  .stats-section,
  .feature-stack,
  .pricing-grid,
  .support-grid,
  .language-panel {
    grid-template-columns: 1fr;
  }

  .pricing-card-head {
    padding-right: 0;
  }

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

  .pricing-badge {
    position: static;
    width: fit-content;
  }

  .product-console,
  .dashboard,
  .screenshot-frame {
    min-height: auto;
  }

  .flow-chapter {
    padding: 18px;
    border-radius: 18px;
  }

  .flow-copy h3 {
    font-size: clamp(1.8rem, 9vw, 2.8rem);
  }

  .flow-visual {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .flow-main-shot,
  .flow-shot-card {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: clamp(220px, 62vw, 340px);
  }

  .flow-connector {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .flow-connector span {
    display: none;
  }

  .screenshot-reel img {
    width: 280px;
  }

  .console-card,
  .feature-row {
    grid-template-columns: auto 1fr;
  }

  .row-status {
    grid-column: 2;
    width: fit-content;
  }

  .site-footer {
    flex-direction: column;
  }
}
