/* =========================================================================
   EDL · styles.css · v2.0
   Brand register · OKLCH palette · Plus Jakarta Sans + Geist
   Built per DESIGN.md — every token traceable to the spec
   ========================================================================= */

/* ─── 1 · RESET ────────────────────────────────────────────────────────── */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; tab-size: 4; }
body { -webkit-font-smoothing: antialiased; line-height: 1.5; }
img, picture, video, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; color: inherit; }
button { background: transparent; border: 0; cursor: pointer; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

/* ─── 2 · TOKENS ───────────────────────────────────────────────────────── */

:root {
  /* COLORS — OKLCH only, tinted neutrals (cool blue undertone) */
  --neutral-100: oklch(0.98 0.005 250);
  --neutral-200: oklch(0.95 0.008 250);
  --neutral-300: oklch(0.88 0.012 250);
  --neutral-400: oklch(0.65 0.015 250);
  --neutral-500: oklch(0.45 0.018 250);
  --neutral-700: oklch(0.25 0.022 250);
  --neutral-800: oklch(0.18 0.025 250);
  --neutral-900: oklch(0.13 0.03 255);
  --neutral-950: oklch(0.08 0.025 255);

  --accent-lime: oklch(0.92 0.22 122);
  --accent-lime-hover: oklch(0.86 0.21 122);
  --accent-lime-active: oklch(0.78 0.20 122);
  --accent-lime-glow: oklch(0.92 0.22 122 / 0.15);
  --accent-lime-soft: oklch(0.92 0.22 122 / 0.08);

  /* Semantic */
  --bg-canvas: var(--neutral-100);
  --bg-section: var(--neutral-200);
  --bg-deep: var(--neutral-900);
  --bg-deeper: var(--neutral-950);

  --text-primary: var(--neutral-800);
  --text-secondary: var(--neutral-500);
  --text-tertiary: var(--neutral-400);
  --text-on-dark: oklch(0.96 0.005 250);
  --text-secondary-on-dark: oklch(0.72 0.012 250);
  --text-tertiary-on-dark: oklch(0.55 0.015 250);

  --border-subtle: oklch(0.88 0.012 250 / 0.6);
  --border-medium: var(--neutral-300);
  --border-strong: var(--neutral-800);
  --border-on-dark: oklch(0.96 0.005 250 / 0.08);
  --border-on-dark-strong: oklch(0.96 0.005 250 / 0.16);

  /* TYPE FAMILIES */
  --ff-display: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --ff-body: 'Geist', system-ui, -apple-system, sans-serif;
  --ff-mono: 'Geist Mono', 'JetBrains Mono', ui-monospace, monospace;

  /* TYPE SCALE — fluid for marketing */
  --fs-12: 0.75rem;
  --fs-14: 0.875rem;
  --fs-16: 1rem;
  --fs-18: 1.125rem;
  --fs-20: 1.25rem;
  --fs-24: 1.5rem;
  --fs-display-fluid: clamp(5.5rem, 14vw, 12.5rem); /* hero — agressively large per Locomotive */
  --fs-display-md: clamp(3.5rem, 9vw, 7rem); /* secondary displays */
  --fs-h1-fluid: clamp(2.75rem, 7vw, 6rem);
  --fs-h2-fluid: clamp(2rem, 4.5vw, 4rem);
  --fs-h3-fluid: clamp(1.5rem, 2.5vw, 2.25rem);
  --fs-h4-fluid: clamp(1.25rem, 1.6vw, 1.5rem);
  --fs-stat-fluid: clamp(2.5rem, 5vw, 4.5rem);

  /* TRACKING */
  --tracking-tightest: -0.04em;
  --tracking-tight: -0.025em;
  --tracking-snug: -0.015em;
  --tracking-normal: 0;
  --tracking-wide: 0.06em;
  --tracking-widest: 0.12em;

  /* LINE HEIGHT */
  --lh-tight: 0.95;
  --lh-snug: 1.05;
  --lh-normal: 1.4;
  --lh-relaxed: 1.6;

  /* SPACING — 8px baseline */
  --s-1: 0.25rem;  /* 4 */
  --s-2: 0.5rem;   /* 8 */
  --s-3: 0.75rem;  /* 12 */
  --s-4: 1rem;     /* 16 */
  --s-5: 1.5rem;   /* 24 */
  --s-6: 2rem;     /* 32 */
  --s-7: 3rem;     /* 48 */
  --s-8: 4rem;     /* 64 */
  --s-9: 6rem;     /* 96 */
  --s-10: 8rem;    /* 128 */
  --s-11: 12rem;   /* 192 */
  --s-12: 16rem;   /* 256 */

  /* SHADOWS — tinted, layered */
  --shadow-1: 0 1px 2px oklch(0.13 0.03 255 / 0.04),
              0 1px 3px oklch(0.13 0.03 255 / 0.06);
  --shadow-2: 0 2px 4px oklch(0.13 0.03 255 / 0.05),
              0 4px 12px oklch(0.13 0.03 255 / 0.08);
  --shadow-3: 0 4px 8px oklch(0.13 0.03 255 / 0.06),
              0 16px 32px oklch(0.13 0.03 255 / 0.10);
  --shadow-4: 0 8px 16px oklch(0.13 0.03 255 / 0.08),
              0 32px 64px oklch(0.13 0.03 255 / 0.14);
  --shadow-accent: 0 0 0 1px var(--accent-lime-glow),
                   0 4px 16px oklch(0.92 0.22 122 / 0.12);

  /* MOTION — spring easing, no bounce */
  --ease-out-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-out-smooth: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out-power: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);

  --dur-fast: 150ms;
  --dur-medium: 300ms;
  --dur-slow: 600ms;
  --dur-cinematic: 1200ms;

  /* LAYOUT */
  --container-max: 1280px;
  --container-pad-mobile: 20px;
  --container-pad-tablet: 32px;
  --container-pad-desktop: 48px;

  --header-h: 72px;
  --header-h-mobile: 60px;
}

/* ─── 3 · BASE ─────────────────────────────────────────────────────────── */

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
}

body {
  font-family: var(--ff-body);
  font-size: var(--fs-18);
  font-weight: 400;
  line-height: var(--lh-normal);
  color: var(--text-primary);
  background: var(--bg-canvas);
  font-feature-settings: 'ss01', 'cv11';
  letter-spacing: -0.01em;
  overflow-x: hidden;
}

/* HEADINGS use display family with tight tracking */
h1, h2, h3, h4 {
  font-family: var(--ff-display);
  font-weight: 700;
  line-height: var(--lh-tight);
  letter-spacing: var(--tracking-tight);
  color: var(--text-primary);
  text-wrap: balance;
}

h1 { font-size: var(--fs-h1-fluid); line-height: var(--lh-tight); }
h2 { font-size: var(--fs-h2-fluid); line-height: var(--lh-snug); }
h3 { font-size: var(--fs-h3-fluid); line-height: var(--lh-snug); letter-spacing: var(--tracking-snug); }
h4 { font-size: var(--fs-h4-fluid); line-height: var(--lh-snug); letter-spacing: var(--tracking-snug); }

p { line-height: var(--lh-normal); text-wrap: pretty; }
p.lead {
  font-size: var(--fs-20);
  line-height: var(--lh-normal);
  color: var(--text-secondary);
  max-width: 60ch;
}

::selection { background: var(--accent-lime); color: var(--neutral-900); }

:focus-visible {
  outline: 2px solid var(--accent-lime);
  outline-offset: 4px;
  border-radius: 2px;
}

/* SKIP LINK */
.skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 9999;
  padding: 12px 18px;
  background: var(--neutral-900);
  color: var(--text-on-dark);
  border-radius: 4px;
  transition: top var(--dur-medium) var(--ease-out-spring);
}
.skip-link:focus { top: 16px; }

/* ─── 4 · LAYOUT PRIMITIVES ────────────────────────────────────────────── */

.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding-inline: var(--container-pad-mobile);
}

@media (min-width: 768px) {
  .container { padding-inline: var(--container-pad-tablet); }
}
@media (min-width: 1280px) {
  .container { padding-inline: var(--container-pad-desktop); }
}

.section {
  padding-block: var(--s-9);
  position: relative;
}

@media (min-width: 1024px) {
  .section { padding-block: var(--s-11); }
}

.section--canvas { background: var(--bg-canvas); }
.section--tinted { background: var(--bg-section); }
.section--deep { background: var(--bg-deep); color: var(--text-on-dark); }
.section--deeper { background: var(--bg-deeper); color: var(--text-on-dark); }

.section--deep h1, .section--deep h2, .section--deep h3, .section--deep h4,
.section--deeper h1, .section--deeper h2, .section--deeper h3, .section--deeper h4 {
  color: var(--text-on-dark);
}
.section--deep p.lead, .section--deeper p.lead { color: var(--text-secondary-on-dark); }

/* Asymmetric grids — this is brand-register, not symmetric saas */
.grid-asym-60-40 {
  display: grid;
  gap: var(--s-7);
}
@media (min-width: 1024px) {
  .grid-asym-60-40 {
    grid-template-columns: 6fr 4fr;
    gap: var(--s-9);
    align-items: start;
  }
}

.grid-asym-40-60 {
  display: grid;
  gap: var(--s-7);
}
@media (min-width: 1024px) {
  .grid-asym-40-60 {
    grid-template-columns: 4fr 6fr;
    gap: var(--s-9);
    align-items: start;
  }
}

/* ─── 5 · EYEBROW (numbered section labels) ────────────────────────────── */

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--s-3);
  font-family: var(--ff-mono);
  font-size: var(--fs-12);
  font-weight: 500;
  letter-spacing: var(--tracking-widest);
  text-transform: uppercase;
  color: var(--text-tertiary);
  margin-bottom: var(--s-5);
}

.section--deep .eyebrow, .section--deeper .eyebrow {
  color: var(--text-tertiary-on-dark);
}

.eyebrow__dot {
  width: 6px;
  height: 6px;
  background: var(--accent-lime);
  border-radius: 50%;
  display: inline-block;
}

/* ─── 6 · HEADER ───────────────────────────────────────────────────────── */

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--header-h-mobile);
  display: flex;
  align-items: center;
  background: oklch(0.98 0.005 250 / 0);
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  border-bottom: 1px solid transparent;
  transition: background var(--dur-medium) var(--ease-out-smooth),
              backdrop-filter var(--dur-medium) var(--ease-out-smooth),
              border-color var(--dur-medium) var(--ease-out-smooth);
}

@media (min-width: 1024px) {
  .header { height: var(--header-h); }
}

.header.is-scrolled {
  background: oklch(0.98 0.005 250 / 0.85);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-bottom-color: var(--border-subtle);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header__brand {
  display: flex;
  align-items: center;
  gap: var(--s-3);
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: var(--fs-18);
  letter-spacing: var(--tracking-snug);
  color: var(--text-primary);
}

.header__logo {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  background: var(--neutral-900);
  color: var(--text-on-dark);
  border-radius: 50%;
  transition: transform var(--dur-medium) var(--ease-out-spring);
}
.header__brand:hover .header__logo { transform: rotate(-12deg); }
.header__logo svg { width: 20px; height: 20px; }

.header__nav {
  display: none;
  align-items: center;
  gap: var(--s-7);
}

@media (min-width: 1024px) {
  .header__nav { display: flex; }
}

.header__nav a {
  font-family: var(--ff-body);
  font-size: var(--fs-14);
  font-weight: 500;
  color: var(--text-primary);
  position: relative;
  padding-block: 8px;
  transition: color var(--dur-fast);
}

.header__nav a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 1px;
  background: var(--accent-lime);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--dur-medium) var(--ease-out-spring);
}
.header__nav a:hover::after { transform: scaleX(1); }

.header__actions {
  display: flex;
  align-items: center;
  gap: var(--s-3);
}

.header__lang {
  display: none;
  font-family: var(--ff-mono);
  font-size: var(--fs-12);
  font-weight: 500;
  letter-spacing: var(--tracking-wide);
  color: var(--text-tertiary);
  align-items: center;
  gap: 4px;
}
@media (min-width: 768px) { .header__lang { display: inline-flex; } }
.header__lang a.is-active { color: var(--text-primary); }

.header__menu-toggle {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 4px;
  transition: background var(--dur-fast);
}
.header__menu-toggle:hover { background: var(--bg-section); }
@media (min-width: 1024px) { .header__menu-toggle { display: none; } }
.header__menu-toggle svg { width: 22px; height: 22px; }

/* Mobile menu */
.mobile-menu {
  position: fixed;
  inset: var(--header-h-mobile) 0 0 0;
  z-index: 99;
  background: var(--bg-canvas);
  padding: var(--s-7) var(--container-pad-mobile);
  transform: translateY(-100%);
  transition: transform var(--dur-medium) var(--ease-out-smooth);
  overflow-y: auto;
}
.mobile-menu.is-open { transform: translateY(0); }
.mobile-menu ul { display: grid; gap: var(--s-5); }
.mobile-menu a {
  display: block;
  font-family: var(--ff-display);
  font-size: var(--fs-h3-fluid);
  font-weight: 700;
  letter-spacing: var(--tracking-tight);
  padding-block: var(--s-3);
  border-bottom: 1px solid var(--border-subtle);
}
@media (min-width: 1024px) { .mobile-menu { display: none; } }

/* ─── 7 · BUTTONS ──────────────────────────────────────────────────────── */

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--s-2);
  font-family: var(--ff-display);
  font-size: var(--fs-18);
  font-weight: 600;
  letter-spacing: var(--tracking-snug);
  padding: 18px 32px;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  min-height: 56px;
  overflow: hidden;
  transition: transform 100ms ease-out, box-shadow var(--dur-medium) var(--ease-out-spring);
  isolation: isolate;
}

@media (min-width: 1024px) {
  .btn {
    font-size: var(--fs-20);
    padding: 20px 36px;
    min-height: 60px;
  }
}

.btn:active { transform: translateY(1px); }

/* PRIMARY — lime fill with slide-in hover */
.btn--primary {
  background: var(--accent-lime);
  color: var(--neutral-900);
  box-shadow: var(--shadow-2);
}

.btn--primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--accent-lime-hover);
  transform: translateX(-101%);
  transition: transform 0.5s var(--ease-out-spring);
  z-index: -1;
}

.btn--primary:hover {
  box-shadow: var(--shadow-accent);
}
.btn--primary:hover::before { transform: translateX(0); }

/* SECONDARY — outlined, fills with dark on hover */
.btn--secondary {
  background: transparent;
  color: var(--text-primary);
  border: 1.5px solid var(--text-primary);
}

.btn--secondary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--text-primary);
  transform: translateX(-101%);
  transition: transform 0.5s var(--ease-out-spring);
  z-index: -1;
}

.btn--secondary:hover {
  color: var(--bg-canvas);
  border-color: var(--text-primary);
}
.btn--secondary:hover::before { transform: translateX(0); }

/* SECONDARY ON DARK */
.btn--ghost-on-dark {
  background: transparent;
  color: var(--text-on-dark);
  border: 1.5px solid var(--text-on-dark);
}

.btn--ghost-on-dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--text-on-dark);
  transform: translateX(-101%);
  transition: transform 0.5s var(--ease-out-spring);
  z-index: -1;
}
.btn--ghost-on-dark:hover {
  color: var(--neutral-900);
  border-color: var(--text-on-dark);
}
.btn--ghost-on-dark:hover::before { transform: translateX(0); }

.btn--small {
  font-size: var(--fs-14);
  padding: 10px 20px;
  min-height: 40px;
}

/* CTA cluster */
.cta-cluster {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-4);
  align-items: center;
}

.cta-microcopy {
  font-family: var(--ff-mono);
  font-size: var(--fs-12);
  letter-spacing: var(--tracking-wide);
  color: var(--text-tertiary);
  margin-top: var(--s-4);
  max-width: 50ch;
  line-height: var(--lh-relaxed);
}

.cta-microcopy a {
  color: var(--text-primary);
  border-bottom: 1px solid var(--accent-lime);
  padding-bottom: 2px;
  font-family: var(--ff-body);
  text-transform: none;
  letter-spacing: var(--tracking-normal);
  transition: color var(--dur-fast);
}
.cta-microcopy a:hover { color: var(--accent-lime-active); }

/* Sticky CTA on mobile */
.sticky-cta {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  z-index: 50;
  display: none;
  transform: translateY(120%);
  opacity: 0;
  transition: transform var(--dur-medium) var(--ease-out-spring),
              opacity var(--dur-medium) ease-out;
}
.sticky-cta.is-visible {
  transform: translateY(0);
  opacity: 1;
}
.sticky-cta .btn {
  width: 100%;
  box-shadow: var(--shadow-3);
}
@media (max-width: 767px) { .sticky-cta { display: block; } }

/* ─── 8 · HERO ─────────────────────────────────────────────────────────── */

.hero {
  position: relative;
  padding-top: calc(var(--header-h-mobile) + var(--s-7));
  padding-bottom: var(--s-9);
  min-height: 78vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .hero {
    padding-top: calc(var(--header-h) + var(--s-8));
    min-height: 80vh;
  }
}

.hero__grid {
  display: grid;
  gap: var(--s-7);
  width: 100%;
  align-items: center;
}

@media (min-width: 1024px) {
  .hero__grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: var(--s-9);
  }
}

.hero__title {
  font-family: var(--ff-display);
  font-size: var(--fs-display-fluid);
  font-weight: 700;
  line-height: var(--lh-tight);
  letter-spacing: var(--tracking-tightest);
  color: var(--text-primary);
  margin-bottom: var(--s-6);
}

/* Hero word-by-word reveal animation */
.hero__title .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px);
  animation: word-reveal 0.8s var(--ease-out-smooth) forwards;
}

@keyframes word-reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero__title .accent {
  position: relative;
  white-space: nowrap;
  color: var(--text-primary);
}

.hero__title .accent::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.08em;
  height: 0.18em;
  background: var(--accent-lime);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  animation: accent-fill 0.9s 0.6s var(--ease-out-spring) forwards;
}

@keyframes accent-fill {
  to { transform: scaleX(1); }
}

.hero__sub {
  font-family: var(--ff-body);
  font-size: var(--fs-20);
  line-height: var(--lh-normal);
  color: var(--text-secondary);
  max-width: 52ch;
  margin-bottom: var(--s-7);
  opacity: 0;
  animation: fade-up 0.8s 0.4s var(--ease-out-smooth) forwards;
}

@media (min-width: 1024px) {
  .hero__sub {
    font-size: var(--fs-24);
    line-height: 1.45;
    max-width: 48ch;
  }
}

@keyframes fade-up {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero__cta-block {
  opacity: 0;
  animation: fade-up 0.8s 0.7s var(--ease-out-smooth) forwards;
}

/* Hero visual area — for SVG mock of system */
.hero__visual {
  position: relative;
  opacity: 0;
  animation: fade-up 1s 0.9s var(--ease-out-smooth) forwards;
}

/* ─── 9 · STATS BLOCK ──────────────────────────────────────────────────── */

.stats {
  display: grid;
  gap: var(--s-7);
  margin-top: var(--s-9);
  padding-top: var(--s-7);
  border-top: 1px solid var(--border-subtle);
}

.section--deep .stats { border-top-color: var(--border-on-dark); }

@media (min-width: 768px) {
  .stats { grid-template-columns: repeat(3, 1fr); gap: var(--s-7); }
}

.stat__value {
  font-family: var(--ff-display);
  font-size: var(--fs-stat-fluid);
  font-weight: 700;
  letter-spacing: var(--tracking-tight);
  line-height: 1;
  font-feature-settings: 'tnum';
  margin-bottom: var(--s-3);
  color: var(--text-primary);
}
.section--deep .stat__value { color: var(--text-on-dark); }

.stat__value-unit {
  font-size: 0.55em;
  color: var(--text-tertiary);
  margin-left: 4px;
  font-weight: 500;
}

.stat__label {
  font-family: var(--ff-body);
  font-size: var(--fs-14);
  color: var(--text-tertiary);
  line-height: var(--lh-normal);
  max-width: 28ch;
}
.section--deep .stat__label { color: var(--text-tertiary-on-dark); }

/* ─── 10 · SECTION HEADER ──────────────────────────────────────────────── */

.section-header {
  max-width: 60ch;
  margin-bottom: var(--s-8);
}

.section-header h2 {
  margin-bottom: var(--s-5);
}

.section-header .lead {
  font-size: var(--fs-20);
  color: var(--text-secondary);
}

.section--deep .section-header .lead { color: var(--text-secondary-on-dark); }

/* ─── 11 · FUNNEL CARDS ────────────────────────────────────────────────── */

.funnel-grid {
  display: grid;
  gap: var(--s-5);
}

@media (min-width: 768px) {
  .funnel-grid {
    grid-template-columns: 1fr 1fr 1.2fr;
    align-items: stretch;
  }
}

.funnel-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--bg-canvas);
  border: 1px solid var(--border-medium);
  border-radius: 8px;
  padding: var(--s-7) var(--s-6);
  min-height: 380px;
  transition: border-color var(--dur-medium) var(--ease-out-spring),
              transform var(--dur-medium) var(--ease-out-spring),
              box-shadow var(--dur-medium) var(--ease-out-spring);
}

.funnel-card:hover {
  border-color: var(--text-primary);
  transform: translateY(-4px);
  box-shadow: var(--shadow-3);
}

.funnel-card--featured {
  background: var(--neutral-900);
  border-color: var(--neutral-900);
  color: var(--text-on-dark);
}
.funnel-card--featured:hover {
  border-color: var(--accent-lime);
  box-shadow: var(--shadow-accent), var(--shadow-3);
}

.funnel-card__num {
  font-family: var(--ff-mono);
  font-size: var(--fs-12);
  font-weight: 500;
  letter-spacing: var(--tracking-widest);
  color: var(--text-tertiary);
  margin-bottom: var(--s-7);
  text-transform: uppercase;
}
.funnel-card--featured .funnel-card__num { color: var(--text-tertiary-on-dark); }

.funnel-card__badge {
  position: absolute;
  top: var(--s-5);
  right: var(--s-5);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--accent-lime);
  color: var(--neutral-900);
  font-family: var(--ff-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: var(--tracking-wide);
  padding: 4px 10px;
  border-radius: 4px;
  text-transform: uppercase;
}

.funnel-card__title {
  font-family: var(--ff-display);
  font-size: var(--fs-h3-fluid);
  font-weight: 700;
  letter-spacing: var(--tracking-snug);
  margin-bottom: var(--s-4);
  color: inherit;
}

.funnel-card__meta {
  display: flex;
  align-items: baseline;
  gap: var(--s-3);
  margin-bottom: var(--s-5);
  padding-bottom: var(--s-5);
  border-bottom: 1px solid var(--border-subtle);
}
.funnel-card--featured .funnel-card__meta { border-bottom-color: var(--border-on-dark); }

.funnel-card__price {
  font-family: var(--ff-display);
  font-size: var(--fs-24);
  font-weight: 700;
  letter-spacing: var(--tracking-snug);
  font-feature-settings: 'tnum';
  color: inherit;
}

.funnel-card--featured .funnel-card__price {
  color: var(--accent-lime);
}

.funnel-card__time {
  font-family: var(--ff-mono);
  font-size: var(--fs-12);
  letter-spacing: var(--tracking-wide);
  color: var(--text-tertiary);
}
.funnel-card--featured .funnel-card__time { color: var(--text-tertiary-on-dark); }

.funnel-card__body {
  font-size: var(--fs-16);
  line-height: var(--lh-normal);
  color: var(--text-secondary);
  margin-bottom: var(--s-6);
  flex-grow: 1;
}
.funnel-card--featured .funnel-card__body { color: var(--text-secondary-on-dark); }

.funnel-card__cta { margin-top: auto; }

.funnel-footnote {
  margin-top: var(--s-7);
  padding: var(--s-5) var(--s-6);
  background: var(--accent-lime-soft);
  border-left: 2px solid var(--accent-lime);
  font-size: var(--fs-14);
  line-height: var(--lh-relaxed);
  color: var(--text-secondary);
  max-width: 60ch;
}
.funnel-footnote strong { color: var(--text-primary); font-weight: 600; }

/* ─── 12 · ICP RECOGNITION ─────────────────────────────────────────────── */

.icp-grid {
  display: grid;
  gap: var(--s-7);
  max-width: 960px;
}

@media (min-width: 768px) {
  .icp-grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--s-8);
  }
}

.icp-item {
  position: relative;
  padding-left: var(--s-6);
  border-left: 2px solid var(--accent-lime);
}

.icp-item__title {
  font-family: var(--ff-display);
  font-size: var(--fs-h4-fluid);
  font-weight: 700;
  letter-spacing: var(--tracking-snug);
  margin-bottom: var(--s-3);
}

.icp-item__body {
  font-size: var(--fs-16);
  color: var(--text-secondary);
  line-height: var(--lh-normal);
  max-width: 40ch;
}

.icp-closing {
  margin-top: var(--s-9);
  font-family: var(--ff-display);
  font-size: var(--fs-h3-fluid);
  font-weight: 500;
  letter-spacing: var(--tracking-snug);
  color: var(--text-primary);
}

/* ─── 13 · TEAM BLOCK ──────────────────────────────────────────────────── */

.team-display {
  font-family: var(--ff-display);
  font-size: var(--fs-display-fluid);
  font-weight: 700;
  letter-spacing: var(--tracking-tightest);
  line-height: var(--lh-tight);
  color: var(--text-primary);
  margin-bottom: var(--s-9);
}

.team-display .accent-line {
  display: block;
  height: 4px;
  width: 80px;
  background: var(--accent-lime);
  margin-bottom: var(--s-5);
}

.team-leaders {
  display: grid;
  gap: var(--s-5);
  margin-bottom: var(--s-9);
}

@media (min-width: 768px) {
  .team-leaders {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--s-5);
  }
}

@media (min-width: 1024px) {
  .team-leaders {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--s-6);
  }
}

.leader-card {
  position: relative;
  padding: var(--s-6);
  background: var(--bg-canvas);
  border: 1px solid var(--border-medium);
  border-radius: 8px;
  transition: border-color var(--dur-medium) var(--ease-out-spring),
              transform var(--dur-medium) var(--ease-out-spring),
              box-shadow var(--dur-medium) var(--ease-out-spring);
}

.leader-card:hover {
  border-color: var(--text-primary);
  transform: translateY(-2px);
  box-shadow: var(--shadow-2);
}

.leader-card__role {
  font-family: var(--ff-mono);
  font-size: var(--fs-12);
  font-weight: 500;
  letter-spacing: var(--tracking-widest);
  text-transform: uppercase;
  color: var(--text-tertiary);
  margin-bottom: var(--s-3);
}

.leader-card__name {
  font-family: var(--ff-display);
  font-size: var(--fs-24);
  font-weight: 700;
  letter-spacing: var(--tracking-snug);
  line-height: var(--lh-snug);
  margin-bottom: var(--s-3);
  color: var(--text-primary);
}

.leader-card__bio {
  font-size: var(--fs-14);
  line-height: var(--lh-normal);
  color: var(--text-secondary);
}

.leader-card--lead {
  background: var(--neutral-900);
  border-color: var(--neutral-900);
  color: var(--text-on-dark);
}
.leader-card--lead .leader-card__role { color: var(--text-tertiary-on-dark); }
.leader-card--lead .leader-card__name { color: var(--text-on-dark); }
.leader-card--lead .leader-card__bio { color: var(--text-secondary-on-dark); }
.leader-card--lead:hover {
  border-color: var(--accent-lime);
  box-shadow: var(--shadow-accent);
}

.team-specialists {
  padding: var(--s-6) 0;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
  margin-bottom: var(--s-8);
}

.team-specialists__label {
  font-family: var(--ff-mono);
  font-size: var(--fs-12);
  font-weight: 500;
  letter-spacing: var(--tracking-widest);
  text-transform: uppercase;
  color: var(--text-tertiary);
  display: block;
  margin-bottom: var(--s-3);
}

.team-specialists__text {
  font-family: var(--ff-display);
  font-size: var(--fs-h4-fluid);
  font-weight: 500;
  letter-spacing: var(--tracking-snug);
  color: var(--text-primary);
  line-height: var(--lh-normal);
  max-width: 60ch;
}

.team-clients {
  margin-top: var(--s-8);
}

.team-clients__label {
  font-family: var(--ff-mono);
  font-size: var(--fs-12);
  font-weight: 500;
  letter-spacing: var(--tracking-widest);
  text-transform: uppercase;
  color: var(--text-tertiary);
  display: block;
  margin-bottom: var(--s-5);
}

.team-clients__list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-4) var(--s-6);
  font-family: var(--ff-display);
  font-size: var(--fs-h4-fluid);
  font-weight: 600;
  letter-spacing: var(--tracking-snug);
  color: var(--text-primary);
  align-items: baseline;
}

.team-clients__list li {
  display: inline-flex;
  align-items: baseline;
  gap: var(--s-6);
}
.team-clients__list li:not(:last-child)::after {
  content: '·';
  color: var(--text-tertiary);
  margin-left: var(--s-6);
}

.team-clients__more {
  font-family: var(--ff-body);
  font-size: var(--fs-16);
  font-weight: 500;
  color: var(--text-secondary);
  letter-spacing: 0;
}

.team-clients__note {
  margin-top: var(--s-5);
  font-size: var(--fs-14);
  color: var(--text-tertiary);
  max-width: 60ch;
  line-height: var(--lh-relaxed);
}

.team-experience {
  margin-top: var(--s-8);
  padding-top: var(--s-7);
  border-top: 1px solid var(--border-subtle);
  max-width: 60ch;
}

.team-experience__label {
  font-family: var(--ff-mono);
  font-size: var(--fs-12);
  font-weight: 500;
  letter-spacing: var(--tracking-widest);
  text-transform: uppercase;
  color: var(--text-tertiary);
  display: block;
  margin-bottom: var(--s-4);
}

.team-experience__text {
  font-size: var(--fs-18);
  line-height: var(--lh-normal);
  color: var(--text-secondary);
}

.team-experience__text strong {
  font-weight: 600;
  color: var(--text-primary);
}

/* ─── 14 · NO-LIST (Чего не делаем) ────────────────────────────────────── */

.no-list {
  display: grid;
  gap: 0;
  max-width: 80ch;
}

.no-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--s-5);
  padding-block: var(--s-6);
  border-bottom: 1px solid var(--border-subtle);
  transition: padding-left var(--dur-medium) var(--ease-out-spring);
}
.no-item:last-child { border-bottom: 0; }
.no-item:hover { padding-left: var(--s-3); }

.no-item__marker {
  font-family: var(--ff-mono);
  font-size: var(--fs-h4-fluid);
  color: var(--accent-lime);
  line-height: 1;
  padding-top: 4px;
  font-weight: 500;
}

.no-item__title {
  font-family: var(--ff-display);
  font-size: var(--fs-h4-fluid);
  font-weight: 700;
  letter-spacing: var(--tracking-snug);
  margin-bottom: var(--s-3);
}

.no-item__body {
  font-size: var(--fs-16);
  line-height: var(--lh-normal);
  color: var(--text-secondary);
  max-width: 60ch;
}

/* ─── 15 · FAQ ─────────────────────────────────────────────────────────── */

.faq {
  max-width: 100%;
}

.faq-item {
  border-bottom: 1px solid var(--border-subtle);
}

.faq-item__trigger {
  width: 100%;
  text-align: left;
  padding-block: var(--s-6);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--s-7);
  font-family: var(--ff-display);
  font-size: var(--fs-h4-fluid);
  font-weight: 600;
  letter-spacing: var(--tracking-snug);
  color: var(--text-primary);
  transition: color var(--dur-fast);
  line-height: var(--lh-snug);
}

.faq-item__trigger:hover { color: var(--text-secondary); }

.faq-item__icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  position: relative;
  transition: transform var(--dur-medium) var(--ease-out-spring);
  margin-top: 4px;
}
.faq-item__icon::before,
.faq-item__icon::after {
  content: '';
  position: absolute;
  background: currentColor;
  transition: transform var(--dur-medium) var(--ease-out-spring),
              opacity var(--dur-medium) var(--ease-out-spring);
}
.faq-item__icon::before {
  width: 100%;
  height: 1.5px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.faq-item__icon::after {
  width: 1.5px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.faq-item.is-open .faq-item__icon { transform: rotate(180deg); }
.faq-item.is-open .faq-item__icon::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}

.faq-item__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--dur-slow) var(--ease-out-smooth);
}
.faq-item.is-open .faq-item__content { max-height: 1000px; }

.faq-item__inner {
  padding: 0 0 var(--s-7) 0;
  font-size: var(--fs-16);
  line-height: var(--lh-relaxed);
  color: var(--text-secondary);
  max-width: 70ch;
}
.faq-item__inner p + p { margin-top: var(--s-4); }

/* ─── 16 · TG SHOWCASE ─────────────────────────────────────────────────── */

.tg-grid {
  display: grid;
  gap: var(--s-5);
  margin-bottom: var(--s-7);
}

@media (min-width: 768px) {
  .tg-grid { grid-template-columns: repeat(3, 1fr); gap: var(--s-5); }
}

.tg-card {
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
  padding: var(--s-6);
  background: var(--bg-canvas);
  border: 1px solid var(--border-medium);
  border-radius: 8px;
  min-height: 220px;
  transition: border-color var(--dur-medium) var(--ease-out-spring),
              transform var(--dur-medium) var(--ease-out-spring);
}
.tg-card:hover {
  border-color: var(--text-primary);
  transform: translateY(-2px);
}

.tg-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--ff-mono);
  font-size: var(--fs-12);
  letter-spacing: var(--tracking-wide);
  color: var(--text-tertiary);
}

.tg-card__body {
  font-size: var(--fs-16);
  line-height: var(--lh-normal);
  color: var(--text-primary);
  flex-grow: 1;
}

/* ─── 17 · FINAL CTA ───────────────────────────────────────────────────── */

.final-cta {
  position: relative;
}

.final-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: var(--border-on-dark);
}

.final-cta__title {
  font-family: var(--ff-display);
  font-size: var(--fs-display-fluid);
  font-weight: 700;
  letter-spacing: var(--tracking-tightest);
  line-height: var(--lh-tight);
  margin-bottom: var(--s-6);
  max-width: 18ch;
  color: var(--text-on-dark);
}

.final-cta__sub {
  font-size: var(--fs-20);
  line-height: var(--lh-normal);
  color: var(--text-secondary-on-dark);
  max-width: 50ch;
  margin-bottom: var(--s-8);
}

/* ─── 18 · FOOTER ──────────────────────────────────────────────────────── */

.footer {
  background: var(--bg-deeper);
  color: var(--text-on-dark);
  padding-block: var(--s-9) var(--s-7);
}

.footer__grid {
  display: grid;
  gap: var(--s-7);
  padding-bottom: var(--s-8);
  border-bottom: 1px solid var(--border-on-dark);
}

@media (min-width: 768px) {
  .footer__grid { grid-template-columns: 2fr 1fr 1fr 1fr; }
}

.footer__brand-name {
  font-family: var(--ff-display);
  font-size: var(--fs-24);
  font-weight: 700;
  letter-spacing: var(--tracking-snug);
  margin-bottom: var(--s-3);
}

.footer__brand-sub {
  font-size: var(--fs-14);
  line-height: var(--lh-relaxed);
  color: var(--text-secondary-on-dark);
  max-width: 40ch;
}

.footer__col-title {
  display: block;
  font-family: var(--ff-mono);
  font-size: var(--fs-12);
  font-weight: 500;
  letter-spacing: var(--tracking-widest);
  text-transform: uppercase;
  color: var(--text-tertiary-on-dark);
  margin-bottom: var(--s-4);
}

.footer__list { display: grid; gap: var(--s-3); }
.footer__list a {
  font-size: var(--fs-14);
  color: var(--text-on-dark);
  transition: color var(--dur-fast);
}
.footer__list a:hover { color: var(--accent-lime); }

.footer__bottom {
  padding-top: var(--s-6);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--s-4);
  font-family: var(--ff-mono);
  font-size: var(--fs-12);
  letter-spacing: var(--tracking-wide);
  color: var(--text-tertiary-on-dark);
}

.footer__lang { display: flex; gap: var(--s-2); }
.footer__lang a.is-active { color: var(--accent-lime); }

/* ─── 19 · MODAL (Calendly) ────────────────────────────────────────────── */

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: var(--s-4);
}
.modal[hidden] { display: none; }

.modal__overlay {
  position: absolute;
  inset: 0;
  background: oklch(0.13 0.03 255 / 0.65);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  animation: fade-in 250ms var(--ease-out-smooth);
}

@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }

.modal__content {
  position: relative;
  background: var(--bg-canvas);
  border-radius: 12px;
  width: 100%;
  max-width: 920px;
  max-height: 92vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  animation: slide-up 350ms var(--ease-out-spring);
  box-shadow: var(--shadow-4);
}

@keyframes slide-up {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

.modal__close {
  position: absolute;
  top: var(--s-4);
  right: var(--s-4);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: grid;
  place-items: center;
  font-size: 20px;
  color: var(--text-secondary);
  z-index: 2;
  transition: background var(--dur-fast);
}
.modal__close:hover { background: var(--bg-section); }

.modal__header {
  padding: var(--s-7) var(--s-7) var(--s-5);
  border-bottom: 1px solid var(--border-subtle);
}

.modal__title {
  font-family: var(--ff-display);
  font-size: var(--fs-h3-fluid);
  font-weight: 700;
  letter-spacing: var(--tracking-snug);
  margin-bottom: var(--s-2);
}

.modal__sub {
  font-family: var(--ff-mono);
  font-size: var(--fs-12);
  letter-spacing: var(--tracking-wide);
  color: var(--text-tertiary);
}

.calendly-inline-widget {
  flex-grow: 1;
  min-height: 600px;
}

/* ─── 20 · REVEAL ANIMATIONS (intersection observer) ───────────────────── */

[data-reveal] {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s var(--ease-out-smooth),
              transform 0.8s var(--ease-out-smooth);
}

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

[data-reveal-stagger] > * {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s var(--ease-out-smooth),
              transform 0.6s var(--ease-out-smooth);
}

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

[data-reveal-stagger].is-visible > *:nth-child(1) { transition-delay: 0ms; }
[data-reveal-stagger].is-visible > *:nth-child(2) { transition-delay: 80ms; }
[data-reveal-stagger].is-visible > *:nth-child(3) { transition-delay: 160ms; }
[data-reveal-stagger].is-visible > *:nth-child(4) { transition-delay: 240ms; }
[data-reveal-stagger].is-visible > *:nth-child(5) { transition-delay: 320ms; }
[data-reveal-stagger].is-visible > *:nth-child(6) { transition-delay: 400ms; }

/* ─── 21 · UTILITIES ───────────────────────────────────────────────────── */

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

.text-accent { color: var(--accent-lime); }
.text-secondary { color: var(--text-secondary); }
.text-tertiary { color: var(--text-tertiary); }
.mono { font-family: var(--ff-mono); }
.tnum { font-feature-settings: 'tnum'; }

/* ─── 22 · REDUCED MOTION FALLBACK ─────────────────────────────────────── */

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  [data-reveal], [data-reveal-stagger] > * {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* =========================================================================
   v2.1 ADDITIONS — feedback iteration
   ========================================================================= */

/* ─── 23 · ANIMATED HERO MOCK (HTML-based, 3 frames) ──────────────────── */

.hero-mock {
  position: relative;
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  aspect-ratio: 9 / 12;
  border-radius: 32px;
  overflow: hidden;
  background: var(--neutral-900);
  box-shadow:
    0 1px 0 oklch(0.96 0.005 250 / 0.04) inset,
    0 24px 48px oklch(0.13 0.03 255 / 0.18),
    0 60px 120px oklch(0.13 0.03 255 / 0.12);
  isolation: isolate;
}

.hero-mock__phone {
  position: absolute;
  inset: 12px;
  border-radius: 24px;
  background: oklch(0.10 0.02 255);
  overflow: hidden;
}

.hero-mock__notch {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 22px;
  border-radius: 11px;
  background: oklch(0.06 0.025 255);
  z-index: 5;
}

.hero-mock__statusbar {
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  font-family: var(--ff-mono);
  font-size: 13px;
  font-weight: 500;
  color: var(--text-on-dark);
  z-index: 1;
}

.hero-mock__battery {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
}

.hero-mock__frame {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.5s var(--ease-out-smooth), transform 0.5s var(--ease-out-smooth);
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hero-mock__frame.is-active {
  opacity: 1;
  transform: translateX(0);
}

/* Frame 1 — Telegram with new lead push */
.hero-mock__tg-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: var(--neutral-900);
  border-radius: 10px;
}
.hero-mock__tg-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--neutral-800);
  display: grid;
  place-items: center;
  font-family: var(--ff-mono);
  font-size: 11px;
  font-weight: 600;
  color: var(--accent-lime);
}
.hero-mock__tg-name {
  font-family: var(--ff-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--text-on-dark);
  line-height: 1.2;
}
.hero-mock__tg-status {
  font-family: var(--ff-body);
  font-size: 11px;
  color: oklch(0.55 0.015 250);
  margin-top: 2px;
}

.hero-mock__bubble {
  background: oklch(0.16 0.025 252);
  border-radius: 14px;
  padding: 12px 14px;
  font-family: var(--ff-body);
  font-size: 12px;
  line-height: 1.45;
  color: var(--text-on-dark);
  position: relative;
}
.hero-mock__bubble--alert {
  border: 1px solid oklch(0.92 0.22 122 / 0.3);
}
.hero-mock__bubble-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--ff-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: var(--tracking-wide);
  color: var(--accent-lime);
  text-transform: uppercase;
  margin-bottom: 6px;
}
.hero-mock__bubble-tag::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-lime);
  animation: pulse-dot 1.5s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.7); }
}

.hero-mock__bubble-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 4px;
}
.hero-mock__bubble-meta {
  font-size: 11px;
  color: oklch(0.72 0.012 250);
  margin-top: 6px;
}

/* Frame 2 — CRM rows */
.hero-mock__crm-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 4px 12px;
  border-bottom: 1px solid oklch(0.20 0.025 252);
}
.hero-mock__crm-title {
  font-family: var(--ff-display);
  font-size: 14px;
  font-weight: 700;
  color: var(--text-on-dark);
  letter-spacing: var(--tracking-snug);
}
.hero-mock__crm-count {
  font-family: var(--ff-mono);
  font-size: 11px;
  color: var(--accent-lime);
}
.hero-mock__crm-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 10px 4px;
  border-bottom: 1px solid oklch(0.16 0.025 252);
  font-family: var(--ff-body);
  font-size: 11px;
  color: var(--text-on-dark);
}
.hero-mock__crm-name {
  font-weight: 500;
}
.hero-mock__crm-stage {
  font-family: var(--ff-mono);
  font-size: 9px;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: oklch(0.65 0.015 250);
  padding: 2px 6px;
  border: 1px solid oklch(0.25 0.022 250);
  border-radius: 3px;
}
.hero-mock__crm-stage--hot {
  color: var(--accent-lime);
  border-color: var(--accent-lime);
}

/* Frame 3 — Dashboard with charts */
.hero-mock__dash-stat {
  background: oklch(0.16 0.025 252);
  border-radius: 10px;
  padding: 12px;
}
.hero-mock__dash-label {
  font-family: var(--ff-mono);
  font-size: 9px;
  letter-spacing: var(--tracking-widest);
  color: oklch(0.55 0.015 250);
  text-transform: uppercase;
  margin-bottom: 6px;
}
.hero-mock__dash-value {
  font-family: var(--ff-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--text-on-dark);
  letter-spacing: var(--tracking-tight);
  font-feature-settings: 'tnum';
}
.hero-mock__dash-delta {
  display: inline-block;
  margin-left: 8px;
  font-family: var(--ff-mono);
  font-size: 11px;
  color: var(--accent-lime);
}
.hero-mock__dash-bars {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  align-items: end;
  height: 60px;
  margin-top: 8px;
}
.hero-mock__dash-bar {
  background: oklch(0.20 0.025 252);
  border-radius: 2px 2px 0 0;
  min-height: 6px;
}
.hero-mock__dash-bar--accent {
  background: var(--accent-lime);
}

/* Pagination dots */
.hero-mock__pagination {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 10;
}
.hero-mock__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: oklch(0.96 0.005 250 / 0.2);
  transition: width 0.4s var(--ease-out-spring), background 0.4s var(--ease-out-spring);
}
.hero-mock__dot.is-active {
  background: var(--accent-lime);
  width: 24px;
}

/* ─── 24 · ICP FLIP CARDS ──────────────────────────────────────────────── */

.icp-flip-grid {
  display: grid;
  gap: var(--s-5);
  perspective: 1500px;
}

@media (min-width: 768px) {
  .icp-flip-grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--s-6);
  }
}

.icp-flip-card {
  position: relative;
  height: 240px;
  cursor: pointer;
  transform-style: preserve-3d;
  transition: transform 0.7s var(--ease-out-spring);
  border-radius: 8px;
}

.icp-flip-card.is-flipped {
  transform: rotateY(180deg);
}

.icp-flip-face {
  position: absolute;
  inset: 0;
  padding: var(--s-6);
  border-radius: 8px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 2px solid var(--accent-lime);
  background: var(--bg-canvas);
  box-shadow: var(--shadow-1);
  transition: box-shadow var(--dur-medium) var(--ease-out-spring);
}

.icp-flip-card:hover .icp-flip-face {
  box-shadow: var(--shadow-3);
}

.icp-flip-face--back {
  transform: rotateY(180deg);
  background: var(--neutral-900);
  border-left-color: var(--accent-lime);
  color: var(--text-on-dark);
}

.icp-flip-face__title {
  font-family: var(--ff-display);
  font-size: var(--fs-h4-fluid);
  font-weight: 700;
  letter-spacing: var(--tracking-snug);
  margin-bottom: var(--s-3);
  color: inherit;
}

.icp-flip-face__body {
  font-size: var(--fs-16);
  line-height: var(--lh-normal);
  color: var(--text-secondary);
}

.icp-flip-face--back .icp-flip-face__body {
  color: var(--text-on-dark);
  font-size: var(--fs-16);
  line-height: var(--lh-relaxed);
}

.icp-flip-face__footer {
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: var(--tracking-wide);
  color: var(--text-tertiary);
  text-transform: uppercase;
  margin-top: var(--s-4);
}

.icp-flip-face--back .icp-flip-face__footer {
  color: var(--accent-lime);
}

.icp-flip-face__hint {
  position: absolute;
  top: var(--s-4);
  right: var(--s-4);
  font-family: var(--ff-mono);
  font-size: 10px;
  letter-spacing: var(--tracking-wide);
  color: var(--text-tertiary);
  text-transform: uppercase;
  opacity: 0.6;
  transition: opacity var(--dur-fast);
}

.icp-flip-card:hover .icp-flip-face__hint { opacity: 1; }

/* ─── 25 · "ИЗ УЗНАЛИ СЕБЯ" — DARK BAND ────────────────────────────────── */

.icp-band {
  position: relative;
  margin-top: var(--s-9);
  padding: var(--s-9) var(--s-7);
  background: var(--neutral-900);
  border-radius: 16px;
  text-align: center;
  overflow: hidden;
}

.icp-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, oklch(0.92 0.22 122 / 0.04) 0%, transparent 60%);
}

.icp-band__title {
  position: relative;
  font-family: var(--ff-display);
  font-size: var(--fs-display-md);
  font-weight: 700;
  letter-spacing: var(--tracking-tightest);
  line-height: var(--lh-tight);
  color: var(--text-on-dark);
  max-width: 18ch;
  margin: 0 auto;
}

.icp-band__title .accent {
  color: var(--accent-lime);
}

/* ─── 26 · TEAM REWORK (с numbered metadata + hover-shift) ─────────────── */

.team-leaders-v2 {
  display: grid;
  gap: var(--s-5);
  margin-bottom: var(--s-9);
}

@media (min-width: 768px) {
  .team-leaders-v2 {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--s-5);
  }
}

@media (min-width: 1024px) {
  .team-leaders-v2 {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--s-6);
  }
}

.leader-v2 {
  position: relative;
  padding: var(--s-7) var(--s-6);
  background: var(--bg-canvas);
  border: 1px solid var(--border-medium);
  border-radius: 12px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.5s var(--ease-out-spring),
              box-shadow 0.5s var(--ease-out-spring),
              border-color 0.5s var(--ease-out-spring);
  isolation: isolate;
}

.leader-v2::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 0%, oklch(0.92 0.22 122 / 0.05) 0%, transparent 50%);
  opacity: 0;
  border-radius: 12px;
  transition: opacity var(--dur-medium) var(--ease-out-spring);
  z-index: -1;
}

.leader-v2:hover {
  transform: translateY(-4px) rotate(-0.5deg);
  border-color: var(--text-primary);
  box-shadow: var(--shadow-3);
}

.leader-v2:hover::before {
  opacity: 1;
}

.leader-v2__num {
  position: absolute;
  top: var(--s-5);
  right: var(--s-6);
  font-family: var(--ff-mono);
  font-size: var(--fs-12);
  font-weight: 500;
  letter-spacing: var(--tracking-widest);
  color: var(--text-tertiary);
}

.leader-v2__name {
  font-family: var(--ff-display);
  font-size: var(--fs-24);
  font-weight: 700;
  letter-spacing: var(--tracking-snug);
  line-height: var(--lh-snug);
  color: var(--text-primary);
  margin-bottom: var(--s-3);
}

.leader-v2__role {
  font-family: var(--ff-body);
  font-size: var(--fs-14);
  line-height: 1.55;
  color: var(--text-secondary);
  margin-bottom: var(--s-5);
  flex-grow: 1;
}

.leader-v2__tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-2);
}

.leader-v2__tag {
  font-family: var(--ff-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: var(--tracking-wide);
  color: var(--text-tertiary);
  text-transform: uppercase;
  padding: 4px 8px;
  border: 1px solid var(--border-medium);
  border-radius: 3px;
}

/* Lead card — Екатерина */
.leader-v2--lead {
  background: var(--neutral-900);
  border-color: var(--neutral-900);
}
.leader-v2--lead .leader-v2__name { color: var(--text-on-dark); }
.leader-v2--lead .leader-v2__role { color: var(--text-secondary-on-dark); }
.leader-v2--lead .leader-v2__num { color: var(--accent-lime); }
.leader-v2--lead .leader-v2__tag {
  color: var(--text-secondary-on-dark);
  border-color: var(--border-on-dark-strong);
}
.leader-v2--lead:hover {
  border-color: var(--accent-lime);
  box-shadow: var(--shadow-accent), var(--shadow-3);
}
.leader-v2--lead::before {
  background: radial-gradient(circle at 30% 0%, oklch(0.92 0.22 122 / 0.12) 0%, transparent 60%);
}

/* ─── 27 · CLIENTS MARQUEE — two rows opposite ────────────────────────── */

.marquee-wrap {
  position: relative;
  margin-top: var(--s-7);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right,
    transparent 0,
    #000 96px,
    #000 calc(100% - 96px),
    transparent 100%);
  mask-image: linear-gradient(to right,
    transparent 0,
    #000 96px,
    #000 calc(100% - 96px),
    transparent 100%);
}

.marquee-row {
  display: flex;
  width: max-content;
  gap: var(--s-7);
  padding-block: var(--s-3);
  white-space: nowrap;
  animation: marquee-left 45s linear infinite;
}

.marquee-row--reverse {
  animation: marquee-right 45s linear infinite;
}

@keyframes marquee-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes marquee-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

.marquee-row:hover { animation-play-state: paused; }

.marquee-item {
  font-family: var(--ff-display);
  font-size: var(--fs-h3-fluid);
  font-weight: 700;
  letter-spacing: var(--tracking-snug);
  color: var(--text-primary);
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: var(--s-7);
}

.marquee-item::after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-lime);
  display: inline-block;
}

.marquee-row--secondary .marquee-item {
  font-size: var(--fs-h4-fluid);
  font-weight: 500;
  color: var(--text-tertiary);
}

.marquee-row--secondary .marquee-item::after {
  background: var(--text-tertiary);
}

@media (prefers-reduced-motion: reduce) {
  .marquee-row { animation: none; }
}

/* ─── 28 · FUNNEL — 4 cards (Growth Plan as 4th) ───────────────────────── */

.funnel-grid-v2 {
  display: grid;
  gap: var(--s-5);
}

@media (min-width: 768px) {
  .funnel-grid-v2 {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--s-5);
  }
}

@media (min-width: 1280px) {
  .funnel-grid-v2 {
    grid-template-columns: repeat(4, 1fr);
    gap: var(--s-4);
    align-items: stretch;
  }
}

.funnel-card--growth {
  background: transparent;
  border: 1.5px dashed var(--border-medium);
  position: relative;
}

.funnel-card--growth::before {
  content: 'опционально';
  position: absolute;
  top: var(--s-5);
  right: var(--s-5);
  font-family: var(--ff-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: var(--tracking-wide);
  color: var(--text-tertiary);
  text-transform: uppercase;
}

.funnel-card--growth:hover {
  border-color: var(--text-primary);
  border-style: solid;
}

.funnel-card--growth .funnel-card__title {
  color: var(--text-secondary);
}

.funnel-card--growth:hover .funnel-card__title {
  color: var(--text-primary);
}

/* ─── 29 · NEWSLETTER CTA BLOCK ────────────────────────────────────────── */

.newsletter-cta {
  margin-top: var(--s-9);
  padding: var(--s-8) var(--s-7);
  background: var(--neutral-900);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.newsletter-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 90% 10%, oklch(0.92 0.22 122 / 0.08) 0%, transparent 60%),
    radial-gradient(circle at 10% 90%, oklch(0.92 0.22 122 / 0.04) 0%, transparent 60%);
  z-index: -1;
}

.newsletter-cta__grid {
  display: grid;
  gap: var(--s-6);
  align-items: center;
}

@media (min-width: 768px) {
  .newsletter-cta__grid {
    grid-template-columns: 1.4fr 1fr;
    gap: var(--s-8);
  }
}

.newsletter-cta__eyebrow {
  font-family: var(--ff-mono);
  font-size: var(--fs-12);
  font-weight: 500;
  letter-spacing: var(--tracking-widest);
  color: var(--accent-lime);
  text-transform: uppercase;
  margin-bottom: var(--s-3);
}

.newsletter-cta__title {
  font-family: var(--ff-display);
  font-size: var(--fs-h2-fluid);
  font-weight: 700;
  letter-spacing: var(--tracking-tight);
  color: var(--text-on-dark);
  margin-bottom: var(--s-4);
  line-height: var(--lh-tight);
}

.newsletter-cta__sub {
  font-size: var(--fs-18);
  line-height: var(--lh-normal);
  color: var(--text-secondary-on-dark);
  margin-bottom: var(--s-5);
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
}

.newsletter-form__row {
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
}

@media (min-width: 480px) {
  .newsletter-form__row { flex-direction: row; }
}

.newsletter-form__input {
  flex-grow: 1;
  padding: 16px 20px;
  background: oklch(0.96 0.005 250 / 0.05);
  border: 1px solid var(--border-on-dark-strong);
  border-radius: 4px;
  color: var(--text-on-dark);
  font-family: var(--ff-body);
  font-size: var(--fs-16);
  transition: border-color var(--dur-fast), background var(--dur-fast);
  min-height: 56px;
}

.newsletter-form__input::placeholder {
  color: var(--text-tertiary-on-dark);
}

.newsletter-form__input:focus {
  outline: none;
  border-color: var(--accent-lime);
  background: oklch(0.96 0.005 250 / 0.08);
}

.newsletter-form__hint {
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: var(--tracking-wide);
  color: var(--text-tertiary-on-dark);
  margin-top: var(--s-2);
}

.newsletter-form__success {
  padding: var(--s-5);
  background: var(--accent-lime-soft);
  border-radius: 4px;
  color: var(--accent-lime);
  font-family: var(--ff-display);
  font-size: var(--fs-18);
  font-weight: 600;
}

.newsletter-form__error {
  font-size: 13px;
  color: oklch(0.65 0.18 25);
  margin-top: var(--s-2);
}

/* ─── 30 · FAQ — bigger fonts + accent panels + 3D cells ───────────────── */

.faq-item__trigger {
  font-size: var(--fs-h3-fluid);
  font-weight: 700;
  letter-spacing: var(--tracking-tight);
  padding-block: var(--s-7);
}

@media (min-width: 1024px) {
  .faq-item__trigger {
    font-size: 1.75rem;
    padding-block: var(--s-7);
  }
}

.faq-item__inner {
  font-size: var(--fs-20);
  line-height: 1.55;
  padding: var(--s-5) var(--s-6) var(--s-7);
  background: var(--neutral-900);
  border-radius: 8px;
  margin-bottom: var(--s-3);
  color: var(--text-secondary-on-dark);
  position: relative;
  box-shadow:
    0 1px 0 oklch(0.96 0.005 250 / 0.06) inset,
    var(--shadow-3);
  border-left: 3px solid var(--accent-lime);
}

.faq-item__inner p { margin: 0; }
.faq-item__inner p + p { margin-top: var(--s-4); }

.faq-item__inner strong {
  color: var(--text-on-dark);
  font-weight: 600;
}

.faq-item__inner em {
  font-style: normal;
  display: inline-block;
  padding: 2px 8px;
  background: var(--accent-lime-soft);
  color: var(--accent-lime);
  border-radius: 3px;
  font-family: var(--ff-mono);
  font-size: 0.9em;
  font-weight: 500;
}

.faq-item__big-number {
  font-family: var(--ff-display);
  font-size: 1.8em;
  font-weight: 700;
  color: var(--accent-lime);
  letter-spacing: var(--tracking-tight);
  font-feature-settings: 'tnum';
  display: inline-block;
  margin-right: 4px;
}

/* Tier list inside FAQ — 3D effect */
.faq-tier-list {
  display: grid;
  gap: var(--s-3);
  margin: var(--s-5) 0;
}

.faq-tier {
  padding: var(--s-4) var(--s-5);
  background: oklch(0.16 0.025 252);
  border-radius: 6px;
  border-left: 2px solid var(--text-secondary-on-dark);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--s-4);
  flex-wrap: wrap;
}

.faq-tier__name {
  font-family: var(--ff-display);
  font-weight: 600;
  color: var(--text-on-dark);
  font-size: var(--fs-18);
}

.faq-tier__price {
  font-family: var(--ff-mono);
  font-weight: 600;
  color: var(--accent-lime);
  font-size: var(--fs-16);
  font-feature-settings: 'tnum';
}

.faq-tier--featured {
  border-left-color: var(--accent-lime);
  background: oklch(0.18 0.025 252);
}

/* ─── 31 · SECTION BRIDGES — colour transitions ────────────────────────── */

.section-bridge {
  position: relative;
  height: 80px;
  overflow: hidden;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .section-bridge { height: 120px; }
}

.section-bridge--canvas-to-tinted {
  background: linear-gradient(to bottom, var(--bg-canvas), var(--bg-section));
}

.section-bridge--tinted-to-canvas {
  background: linear-gradient(to bottom, var(--bg-section), var(--bg-canvas));
}

.section-bridge--canvas-to-deep {
  background: linear-gradient(to bottom, var(--bg-canvas), var(--bg-deep));
}

.section-bridge--deep-to-canvas {
  background: linear-gradient(to bottom, var(--bg-deep), var(--bg-canvas));
}

.section-bridge--tinted-to-deep {
  background: linear-gradient(to bottom, var(--bg-section), var(--bg-deep));
}

.section-bridge--deep-to-tinted {
  background: linear-gradient(to bottom, var(--bg-deep), var(--bg-section));
}

/* Decorative accent line */
.section-bridge::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 50%;
  background: linear-gradient(to bottom, transparent, var(--accent-lime));
  opacity: 0.4;
}

/* ─── 32 · SECTION STICKY TITLE ────────────────────────────────────────── */

.sticky-title-wrap {
  position: relative;
}

@media (min-width: 1024px) {
  .sticky-title {
    position: sticky;
    top: calc(var(--header-h) + var(--s-5));
    align-self: start;
  }
}

/* ─── 33 · ENHANCED HEADLINES (Hero + accents) ─────────────────────────── */

.hero__title {
  font-size: var(--fs-display-fluid);
  letter-spacing: -0.045em;
  line-height: 0.92;
}

@media (min-width: 1024px) {
  .hero__title {
    line-height: 0.88;
  }
}

/* Accent for "Прозрачные цены" — lime fill */
.headline-lime {
  color: var(--accent-lime);
}

/* ─── 34 · SCROLL DOWN INDICATOR ───────────────────────────────────────── */

.scroll-indicator {
  position: absolute;
  bottom: var(--s-7);
  left: 50%;
  transform: translateX(-50%);
  display: none;
  flex-direction: column;
  align-items: center;
  gap: var(--s-3);
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: var(--tracking-widest);
  color: var(--text-tertiary);
  text-transform: uppercase;
  opacity: 0;
  animation: fade-up 0.8s 1.4s var(--ease-out-smooth) forwards;
}

@media (min-width: 1024px) {
  .scroll-indicator { display: flex; }
}

.scroll-indicator__line {
  width: 1px;
  height: 32px;
  background: linear-gradient(to bottom, var(--text-tertiary), transparent);
  position: relative;
  overflow: hidden;
}

.scroll-indicator__line::before {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, var(--accent-lime));
  animation: scroll-line 2s ease-in-out infinite;
}

@keyframes scroll-line {
  0% { top: -100%; }
  100% { top: 100%; }
}


/* ─── 35 · TG CARDS — clickable links with footer CTA ─────────────────── */

a.tg-card {
  text-decoration: none;
  color: inherit;
  display: flex;
  cursor: pointer;
}

.tg-card__num {
  font-family: var(--ff-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: var(--tracking-wide);
  color: var(--accent-lime);
  background: var(--accent-lime-soft);
  padding: 3px 8px;
  border-radius: 3px;
  text-transform: uppercase;
}

.tg-card__footer {
  margin-top: auto;
  padding-top: var(--s-4);
  border-top: 1px solid var(--border-subtle);
}

.tg-card__cta {
  font-family: var(--ff-mono);
  font-size: 12px;
  letter-spacing: var(--tracking-wide);
  color: var(--text-tertiary);
  text-transform: uppercase;
  transition: color var(--dur-medium) var(--ease-out-spring),
              transform var(--dur-medium) var(--ease-out-spring);
  display: inline-block;
}

a.tg-card:hover .tg-card__cta {
  color: var(--accent-lime);
  transform: translateX(4px);
}

/* =========================================================================
   v2.3 — PRO HERO MOCK
   12s cinematic cycle · cursor-driven · floating labels · multi-chart
   ========================================================================= */

/* ─── 36 · WRAP CONTAINER ──────────────────────────────────────────────── */

.hero-mock-wrap {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 640px;
}

@media (min-width: 1024px) {
  .hero-mock-wrap {
    min-height: 760px;
  }
}

/* Phone +35% size on desktop */
@media (min-width: 1024px) {
  .hero-mock {
    max-width: 540px;
    aspect-ratio: 9 / 13;
  }
}

/* ─── 37 · FLOATING LABELS ─────────────────────────────────────────────── */

.hero-label {
  position: absolute;
  display: none;
  align-items: center;
  gap: var(--s-3);
  font-family: var(--ff-mono);
  font-size: var(--fs-12);
  font-weight: 500;
  letter-spacing: var(--tracking-wide);
  color: var(--text-tertiary);
  text-transform: uppercase;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.5s var(--ease-out-smooth),
              transform 0.5s var(--ease-out-smooth);
  pointer-events: none;
  z-index: 4;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .hero-label {
    display: inline-flex;
  }
}

.hero-label.is-active {
  opacity: 1;
  transform: translateX(0);
}

.hero-label__arrow {
  font-size: var(--fs-18);
  color: var(--accent-lime);
  font-weight: 600;
  font-family: var(--ff-display);
}

.hero-label__text {
  color: var(--text-secondary);
}

/* Position each label to point at relevant frame element */
.hero-label--1 {
  top: 22%;
  right: calc(50% + 280px);
}

.hero-label--2 {
  top: 50%;
  right: calc(50% + 280px);
}

.hero-label--3 {
  top: 70%;
  right: calc(50% + 280px);
}

/* ─── 38 · PUSH NOTIFICATION (frame 1) ─────────────────────────────────── */

.hero-mock__push {
  position: absolute;
  top: 60px;
  left: 12px;
  right: 12px;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: oklch(0.20 0.025 252 / 0.95);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border-radius: 14px;
  box-shadow:
    0 8px 16px oklch(0 0 0 / 0.3),
    0 0 0 1px oklch(0.96 0.005 250 / 0.06);
  transform: translateY(-200%);
  opacity: 0;
}

.hero-mock__frame.is-active[data-frame="0"] .hero-mock__push {
  animation: push-slide-in 0.7s var(--ease-out-spring) 0.3s forwards;
}

@keyframes push-slide-in {
  0% { transform: translateY(-200%); opacity: 0; }
  60% { transform: translateY(8px); opacity: 1; }
  100% { transform: translateY(0); opacity: 1; }
}

.hero-mock__push-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  background: var(--accent-lime);
  color: var(--neutral-900);
  border-radius: 7px;
  flex-shrink: 0;
}

.hero-mock__push-content {
  flex: 1;
  min-width: 0;
}

.hero-mock__push-title {
  font-family: var(--ff-body);
  font-size: 12px;
  font-weight: 600;
  color: var(--text-on-dark);
  line-height: 1.2;
}

.hero-mock__push-text {
  font-family: var(--ff-body);
  font-size: 11px;
  color: oklch(0.72 0.012 250);
  margin-top: 1px;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-mock__push-time {
  font-family: var(--ff-mono);
  font-size: 9px;
  color: oklch(0.55 0.015 250);
  align-self: flex-start;
  letter-spacing: 0.04em;
}

/* ─── 39 · CURSOR ──────────────────────────────────────────────────────── */

.hero-mock__cursor {
  position: absolute;
  z-index: 10;
  width: 24px;
  height: 24px;
  pointer-events: none;
  display: none;
  filter: drop-shadow(0 2px 4px oklch(0 0 0 / 0.4));
  transition: opacity 0.3s ease-out;
  opacity: 0;
}

@media (min-width: 1024px) {
  .hero-mock__cursor {
    display: block;
  }
}

.hero-mock__cursor.is-visible {
  opacity: 1;
  animation: cursor-path 12s ease-in-out infinite;
}

/* Cursor path: timed to match frame transitions
   - 0-2s: hover over push area (frame 1)
   - 3-4s: tap on push -> opens chat
   - 4-7s: scroll through CRM (frame 2)
   - 8-11s: hover dashboard (frame 3)
   - 11-12s: fade out, restart */
@keyframes cursor-path {
  0%   { top: 28%; left: 25%; opacity: 0; transform: scale(1); }
  3%   { top: 28%; left: 25%; opacity: 1; transform: scale(1); }
  6%   { top: 22%; left: 60%; opacity: 1; transform: scale(1); }
  10%  { top: 18%; left: 60%; opacity: 1; transform: scale(0.8); }
  12%  { top: 22%; left: 60%; opacity: 1; transform: scale(1); }
  25%  { top: 22%; left: 60%; opacity: 0; }
  /* Frame 2 */
  33%  { top: 35%; left: 30%; opacity: 1; }
  43%  { top: 50%; left: 70%; opacity: 1; }
  55%  { top: 50%; left: 70%; opacity: 0; }
  /* Frame 3 */
  65%  { top: 35%; left: 35%; opacity: 1; }
  75%  { top: 60%; left: 65%; opacity: 1; }
  85%  { top: 65%; left: 35%; opacity: 1; }
  92%  { top: 65%; left: 35%; opacity: 0; }
  100% { top: 28%; left: 25%; opacity: 0; }
}

/* Cursor click pulse */
.hero-mock__cursor::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid var(--accent-lime);
  opacity: 0;
  transform: scale(1);
}

.hero-mock__cursor.is-visible::after {
  animation: cursor-click 12s ease-in-out infinite;
}

@keyframes cursor-click {
  0%, 8%   { opacity: 0; transform: scale(1); }
  10%      { opacity: 1; transform: scale(1); }
  13%      { opacity: 0; transform: scale(2.5); }
  100%     { opacity: 0; transform: scale(1); }
}

/* ─── 40 · TG header v2 with live dot ──────────────────────────────────── */

.hero-mock__tg-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--neutral-900);
  display: grid;
  place-items: center;
  color: var(--accent-lime);
  flex-shrink: 0;
  border: 1px solid oklch(0.20 0.025 252);
}

.hero-mock__live-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-lime);
  margin-right: 4px;
  vertical-align: middle;
  animation: live-pulse 2s ease-in-out infinite;
}

@keyframes live-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.7); }
}

/* ─── 41 · CRM row "new" pulse animation ───────────────────────────────── */

.hero-mock__bubble-row {
  font-size: 12px;
  color: oklch(0.72 0.012 250);
  line-height: 1.4;
  margin-top: 2px;
}

.hero-mock__bubble-mini-tag {
  font-family: var(--ff-mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  color: var(--accent-lime);
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 500;
}

.hero-mock__crm-row--new {
  position: relative;
  background: oklch(0.16 0.025 252);
  border-radius: 6px;
  padding-left: 8px;
  padding-right: 8px;
  margin: 2px -4px;
}

.hero-mock__frame.is-active[data-frame="1"] .hero-mock__crm-row--new {
  animation: row-highlight 2.5s ease-out forwards;
}

@keyframes row-highlight {
  0%   { background: oklch(0.92 0.22 122 / 0.20); }
  100% { background: oklch(0.16 0.025 252); }
}

.hero-mock__crm-row--more {
  opacity: 0.5;
}

/* ─── 42 · DASHBOARD — multi-chart row ─────────────────────────────────── */

.hero-mock__dash-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.hero-mock__dash-stat--small {
  padding: 10px 12px;
}

.hero-mock__dash-value-sm {
  font-family: var(--ff-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--text-on-dark);
  letter-spacing: var(--tracking-tight);
  font-feature-settings: 'tnum';
  margin-bottom: 4px;
}

/* Donut */
.hero-mock__dash-donut {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 4px 0;
}

.hero-mock__donut-value {
  position: absolute;
  font-family: var(--ff-display);
  font-size: 13px;
  font-weight: 700;
  color: var(--text-on-dark);
  letter-spacing: var(--tracking-tight);
}

.hero-mock__donut-unit {
  font-size: 9px;
  color: oklch(0.55 0.015 250);
  margin-left: 1px;
}

.hero-mock__frame.is-active[data-frame="2"] .hero-mock__dash-donut svg circle:nth-child(2) {
  animation: donut-fill 1.2s var(--ease-out-smooth) forwards;
}

@keyframes donut-fill {
  from { stroke-dashoffset: 150.8; }
  to { stroke-dashoffset: 93.5; }
}

/* Sparkline */
.hero-mock__sparkline {
  width: 100%;
  height: 28px;
  margin-top: 4px;
}

.hero-mock__frame.is-active[data-frame="2"] .hero-mock__sparkline polyline {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: sparkline-draw 1.5s var(--ease-out-smooth) 0.3s forwards;
}

@keyframes sparkline-draw {
  to { stroke-dashoffset: 0; }
}

/* ─── 43 · Decorative orbiting elements ────────────────────────────────── */

.hero-mock-wrap::before,
.hero-mock-wrap::after {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.hero-mock-wrap::before {
  width: 1px;
  height: 80px;
  background: linear-gradient(to bottom, transparent, var(--accent-lime), transparent);
  top: 8%;
  right: 18%;
  opacity: 0.6;
  animation: orbit-line 6s ease-in-out infinite alternate;
}

.hero-mock-wrap::after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-lime);
  bottom: 14%;
  left: 14%;
  box-shadow: 0 0 12px var(--accent-lime);
  animation: orbit-dot 4s ease-in-out infinite alternate;
}

@media (max-width: 1023px) {
  .hero-mock-wrap::before,
  .hero-mock-wrap::after { display: none; }
}

@keyframes orbit-line {
  0% { transform: translateY(0) rotate(0deg); opacity: 0.4; }
  100% { transform: translateY(20px) rotate(8deg); opacity: 0.7; }
}

@keyframes orbit-dot {
  0% { transform: scale(1); opacity: 0.5; }
  100% { transform: scale(1.4); opacity: 1; }
}

/* ─── 44 · Frame transitions — smooth ──────────────────────────────────── */

.hero-mock__frame {
  transition: opacity 0.6s var(--ease-out-smooth),
              transform 0.6s var(--ease-out-smooth);
}

@media (prefers-reduced-motion: reduce) {
  .hero-mock__cursor,
  .hero-mock-wrap::before,
  .hero-mock-wrap::after {
    animation: none !important;
  }
  .hero-mock__push {
    transform: none;
    opacity: 1;
    animation: none !important;
  }
}
