/* AI-агенты для бизнеса · Гродно · Лендинг
   Стиль: lms-vibecoding (Tailwind/shadcn-ish, oklch dark palette) */

:root {
  /* Core dark palette из lms-vibecoding (oklch) */
  --background: oklch(0.14 0.02 270);
  --foreground: oklch(0.98 0.005 250);
  --card: oklch(0.19 0.025 275);
  --card-2: oklch(0.22 0.03 275);
  --popover: oklch(0.16 0.02 275);
  --primary: oklch(0.72 0.19 295);
  --primary-foreground: oklch(0.12 0.02 270);
  --muted: oklch(0.22 0.03 275);
  --muted-foreground: oklch(0.70 0.02 270);
  --accent: oklch(0.30 0.12 310);
  --destructive: oklch(0.704 0.191 22.216);
  --border: oklch(1 0 0 / 10%);
  --border-strong: oklch(1 0 0 / 18%);
  --ring: oklch(0.72 0.19 295);

  --fuchsia: #d946ef;
  --fuchsia-soft: oklch(0.70 0.20 330);
  --orange: oklch(0.85 0.18 50);
  --success: oklch(0.78 0.16 155);
  --danger: oklch(0.70 0.19 22);

  --radius: 0.85rem;
  --radius-2xl: 1.55rem;
  --radius-3xl: 1.87rem;

  --shadow-xl: 0 20px 50px -20px oklch(0 0 0 / 0.6), 0 10px 30px -15px oklch(0.72 0.19 295 / 0.3);
  --shadow-primary: 0 20px 40px -10px oklch(0.72 0.19 295 / 0.4);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  background-color: var(--background);
  color: var(--foreground);
  line-height: 1.55;
  font-size: 16px;
  min-height: 100vh;
  /* triple radial gradient — фирменная атмосфера lms-vibecoding */
  background-image:
    radial-gradient(ellipse 80% 60% at 20% 0%, oklch(0.35 0.20 295 / 0.25), transparent 60%),
    radial-gradient(ellipse 70% 50% at 80% 20%, oklch(0.40 0.22 330 / 0.18), transparent 60%),
    radial-gradient(ellipse 60% 50% at 50% 100%, oklch(0.35 0.18 250 / 0.20), transparent 60%);
  background-attachment: fixed;
}

h1, h2, h3, h4 {
  font-family: 'Unbounded', 'Inter', system-ui, sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
}

a { color: var(--primary); text-decoration: none; transition: color .15s; }
a:hover { color: var(--fuchsia); }

/* ============ Lucide-style icons ============ */
.icon {
  width: 18px; height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  flex: none;
  vertical-align: -3px;
}
.icon-lg { width: 24px; height: 24px; stroke-width: 1.8; }
.icon-xl { width: 28px; height: 28px; stroke-width: 1.75; }
.icon-32 { width: 32px; height: 32px; stroke-width: 1.65; }

/* ============ Signature gradient text ============ */
.text-gradient-primary {
  background: linear-gradient(135deg, oklch(0.80 0.20 290) 0%, oklch(0.75 0.22 330) 50%, oklch(0.85 0.18 50) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* ============ Glass utility ============ */
.glass {
  background: color-mix(in oklab, var(--card) 60%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid color-mix(in oklab, var(--foreground) 10%, transparent);
}

/* ============ Sale promo banner ============ */
.promo-banner {
  position: sticky;
  top: 0;
  z-index: 110;
  background: linear-gradient(90deg,
    oklch(0.45 0.22 25 / 0.95),
    oklch(0.50 0.22 320 / 0.95),
    oklch(0.45 0.22 280 / 0.95));
  background-size: 200% 100%;
  animation: gradient-shift 12s ease infinite;
  border-bottom: 1px solid oklch(1 0 0 / 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #fff;
}
.promo-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 24px 18px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  line-height: 1.3;
}
.promo-flame {
  font-size: 18px;
  filter: drop-shadow(0 2px 8px oklch(0.8 0.2 50 / 0.8));
  animation: float 2s ease-in-out infinite;
}
.promo-text {
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex: 1;
  min-width: 0;
  flex-wrap: wrap;
}
.promo-text strong { font-weight: 700; color: #fff; }
.promo-text > span { color: oklch(1 0 0 / 0.92); font-size: 13.5px; }
.promo-time {
  display: inline-block;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-weight: 700;
  color: #fff;
  padding: 2px 8px;
  border-radius: 6px;
  background: oklch(0 0 0 / 0.25);
  letter-spacing: 0.02em;
}
.promo-cta {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 8px;
  background: #fff;
  color: oklch(0.20 0.05 280) !important;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .15s ease, box-shadow .15s ease;
}
.promo-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 16px -6px oklch(0 0 0 / 0.4); color: oklch(0.20 0.05 280) !important; }
.promo-close {
  flex: none;
  background: transparent;
  border: none;
  color: oklch(1 0 0 / 0.7);
  font-size: 18px;
  line-height: 1;
  padding: 4px 8px;
  cursor: pointer;
  border-radius: 6px;
  transition: background .15s ease, color .15s ease;
}
.promo-close:hover { background: oklch(0 0 0 / 0.25); color: #fff; }

/* ===== Сегментированный таймер «72 тика выгорают слева направо» =====
   - 72 ячейки с диагональной штриховкой
   - Активные (оставшееся время) — заполнены фиолетово-фуксийным градиентом, прижаты справа
   - Пустые (прошедшее время) — outline-штриховка, тёмные, слева
   - Фронт выгорания (текущий тик) — мигает яркой вспышкой
*/
.promo-banner { overflow: hidden; }
.promo-fire {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 14px;
  overflow: hidden;
  pointer-events: none;
}
.promo-fire::before {
  /* Тонкая разделительная сверху */
  content: '';
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 1px;
  background: oklch(0 0 0 / 0.45);
  z-index: 3;
}

.promo-ticks {
  display: flex;
  align-items: stretch;
  gap: 2px;
  height: 100%;
  padding: 1px 2px 0;
}

.tick {
  flex: 1 1 0;
  min-width: 0;
  position: relative;
  border-radius: 1px;
  background-image: repeating-linear-gradient(
    -55deg,
    transparent 0,
    transparent 2px,
    oklch(1 0 0 / 0.14) 2px,
    oklch(1 0 0 / 0.14) 3.4px
  );
  background-color: oklch(0 0 0 / 0.18);
  border: 1px solid oklch(1 0 0 / 0.12);
  transition: opacity .3s, background-color .3s, box-shadow .3s, border-color .3s;
  opacity: 0.55;
}

/* Активный тик (время ещё не сгорело) — фиолетово-фуксийная штриховка */
.tick.active {
  background-image: repeating-linear-gradient(
    -55deg,
    oklch(0.78 0.22 295) 0,
    oklch(0.78 0.22 295) 2px,
    oklch(0.72 0.24 330) 2px,
    oklch(0.72 0.24 330) 3.4px
  );
  background-color: oklch(0.30 0.10 295);
  border-color: oklch(0.85 0.18 310 / 0.45);
  opacity: 1;
  box-shadow:
    0 0 4px oklch(0.78 0.22 295 / 0.5),
    inset 0 1px 0 oklch(1 0 0 / 0.18);
}

/* Тик ближе к фронту выгорания — чуть ярче, как «нагретый» */
.tick.active.near-burn {
  background-image: repeating-linear-gradient(
    -55deg,
    oklch(0.82 0.24 320) 0,
    oklch(0.82 0.24 320) 2px,
    oklch(0.85 0.22 30) 2px,
    oklch(0.85 0.22 30) 3.4px
  );
  box-shadow:
    0 0 8px oklch(0.85 0.22 30 / 0.7),
    inset 0 1px 0 oklch(1 0 0 / 0.3);
}

/* Текущий выгорающий тик — мигает белой/оранжевой вспышкой */
.tick.burning {
  background-image: repeating-linear-gradient(
    -55deg,
    oklch(0.95 0.20 50) 0,
    oklch(0.95 0.20 50) 2px,
    oklch(0.90 0.22 30) 2px,
    oklch(0.90 0.22 30) 3.4px
  );
  background-color: oklch(0.55 0.20 30);
  border-color: oklch(0.95 0.20 60);
  animation: tick-burn 0.55s ease-in-out infinite alternate;
  z-index: 2;
}

/* Пустой тик (прошедшее время) — слабо мерцает */
.tick.spent {
  opacity: 0.4;
  animation: tick-ash 4s ease-in-out infinite;
}
.tick.spent:nth-child(odd)  { animation-delay: 0.6s; }
.tick.spent:nth-child(7n)   { animation-delay: 1.2s; }
.tick.spent:nth-child(11n)  { animation-delay: 2.0s; }

@keyframes tick-burn {
  0% {
    opacity: 0.65;
    transform: scaleY(0.85);
    box-shadow:
      0 0 4px oklch(0.85 0.22 30 / 0.5),
      inset 0 1px 0 oklch(1 0 0 / 0.2);
  }
  100% {
    opacity: 1;
    transform: scaleY(1.18);
    box-shadow:
      0 0 18px oklch(1 0 0 / 1),
      0 0 32px oklch(0.95 0.22 40 / 0.8),
      inset 0 1px 0 oklch(1 0 0 / 0.6);
  }
}
@keyframes tick-ash {
  0%, 100% { opacity: 0.32; filter: brightness(0.8); }
  50%      { opacity: 0.5;  filter: brightness(1.1) hue-rotate(10deg); }
}

/* Reduced motion: статика, без миганий */
@media (prefers-reduced-motion: reduce) {
  .tick.burning, .tick.spent { animation: none !important; }
}

body:not(.sale-active) .promo-fire { display: none; }
@media (max-width: 720px) {
  .promo-fire { height: 12px; }
  .promo-ticks { gap: 1.5px; padding: 1px 1.5px 0; }
}

/* Sale-only visibility toggle */
body:not(.sale-active) .sale-only { display: none !important; }
body.sale-active .regular-only { display: none !important; }
body.sale-active .promo-banner { display: block; }
body:not(.sale-active) .promo-banner { display: none; }

/* Hidden banner (user closed for session) */
.promo-banner.hidden { display: none !important; }

@media (max-width: 720px) {
  .promo-inner { padding: 10px 14px; gap: 10px; font-size: 12.5px; }
  .promo-text { gap: 6px; }
  .promo-text > span { font-size: 12px; }
  .promo-cta { padding: 6px 11px; font-size: 12px; }
  .promo-flame { font-size: 16px; }
}

/* ============ Top nav ============ */
.topbar {
  position: sticky; top: 0; z-index: 100;
  background: color-mix(in oklab, var(--background) 70%, transparent);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}
.topbar-inner {
  max-width: 1280px; margin: 0 auto;
  padding: 14px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand {
  display: flex; align-items: center; gap: 12px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 700; color: var(--foreground);
}
.brand-mark {
  width: 36px; height: 36px;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--primary), var(--fuchsia));
  display: grid; place-items: center;
  font-weight: 800; color: var(--primary-foreground); font-size: 13px;
  box-shadow: 0 4px 16px -4px oklch(0.72 0.19 295 / 0.5);
}
.brand-name { font-size: 15px; display: flex; flex-direction: column; line-height: 1.15; }
.brand-name small {
  font-family: 'Inter', sans-serif;
  color: var(--muted-foreground); font-size: 11px;
  font-weight: 500; letter-spacing: 0.02em;
}

.nav-links { display: flex; gap: 4px; align-items: center; }
.nav-links a {
  color: var(--muted-foreground); font-size: 14px; font-weight: 500;
  padding: 8px 14px; border-radius: 10px; transition: all .15s;
}
.nav-links a:hover { color: var(--foreground); background: color-mix(in oklab, var(--card) 50%, transparent); }
.nav-cta {
  background: linear-gradient(135deg, var(--primary), var(--fuchsia)) !important;
  color: var(--primary-foreground) !important;
  font-weight: 600; padding: 9px 18px !important;
  border-radius: 10px !important;
  box-shadow: 0 10px 24px -10px oklch(0.72 0.19 295 / 0.6);
}
.nav-cta:hover { opacity: .92; transform: translateY(-1px); color: var(--primary-foreground) !important; }

/* ============ Layout ============ */
.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
section { padding: 96px 0; position: relative; }
.section-head { text-align: center; margin-bottom: 56px; max-width: 720px; margin-left: auto; margin-right: auto; }
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 16px;
  padding: 5px 14px;
  border-radius: 999px;
  background: color-mix(in oklab, var(--card) 60%, transparent);
  border: 1px solid var(--border);
  backdrop-filter: blur(10px);
}
.section-eyebrow::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--fuchsia));
  box-shadow: 0 0 8px var(--primary);
}
.section-title {
  font-size: clamp(32px, 5vw, 52px); font-weight: 700;
  letter-spacing: -0.025em; line-height: 1.05; margin-bottom: 16px;
}
.section-sub {
  font-family: 'Inter', sans-serif;
  font-size: 18px; color: var(--muted-foreground); margin: 0 auto;
}

/* ============ Background orbs (для секций) ============ */
.orb {
  position: absolute; border-radius: 50%;
  filter: blur(60px); pointer-events: none; z-index: 0;
}
.orb-primary { background: oklch(0.72 0.19 295 / 0.2); }
.orb-fuchsia { background: oklch(0.70 0.20 330 / 0.2); }
.orb-orange { background: oklch(0.80 0.18 50 / 0.15); }

/* ============ Hero ============ */
.hero { padding: 80px 0 100px; position: relative; overflow: hidden; }
.hero-orbs > div {
  position: absolute; pointer-events: none; z-index: 0;
}
.hero-orbs .h-orb-1 {
  left: 50%; top: 0;
  height: 500px; width: 900px; transform: translateX(-50%);
  background: oklch(0.72 0.19 295 / 0.2);
  border-radius: 50%; filter: blur(80px);
}
.hero-orbs .h-orb-2 {
  right: 0; top: 200px;
  height: 280px; width: 280px;
  background: oklch(0.70 0.20 330 / 0.20);
  border-radius: 50%; filter: blur(80px);
}

.hero-inner {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 64px; align-items: center;
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
}
.hero-inner > div:first-child { min-width: 0; }

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px;
  background: color-mix(in oklab, var(--card) 60%, transparent);
  border: 1px solid var(--border);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  font-size: 12px; font-weight: 500; color: var(--muted-foreground);
  margin-bottom: 24px;
}
.hero-eyebrow .spark {
  color: var(--primary); font-size: 14px;
}
.hero-eyebrow .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 8px var(--success);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .5; }
}

.hero h1 {
  font-size: clamp(34px, 4.2vw, 58px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.06;
  margin-bottom: 24px;
  text-wrap: balance;
}
.hero h1 .text-gradient-primary { white-space: normal; }

.hero-sub {
  font-size: 18px; color: var(--muted-foreground);
  max-width: 560px; margin-bottom: 32px;
}

.hero-actions {
  display: flex; gap: 12px; flex-wrap: wrap; align-items: center;
}
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 26px;
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 500; font-size: 15px;
  border: 1px solid transparent;
  cursor: pointer; transition: all .15s;
  text-decoration: none; white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--fuchsia));
  color: var(--primary-foreground);
  box-shadow: 0 12px 32px -10px oklch(0.72 0.19 295 / 0.45);
}
.btn-primary:hover { opacity: .92; color: var(--primary-foreground); transform: translateY(-2px); }
.btn-secondary {
  background: color-mix(in oklab, var(--card) 40%, transparent);
  color: var(--foreground);
  border-color: var(--border);
  backdrop-filter: blur(8px);
}
.btn-secondary:hover { background: color-mix(in oklab, var(--card) 60%, transparent); color: var(--foreground); }
.btn-large { height: 52px; padding: 14px 28px; font-size: 16px; }

.hero-stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
  border-top: 1px solid var(--border);
  padding-top: 24px;
}
.hero-stat dt {
  font-family: 'Inter', sans-serif;
  font-size: 12px; color: var(--muted-foreground); margin-bottom: 4px;
}
.hero-stat dd {
  font-family: 'Unbounded', sans-serif;
  font-size: 28px; font-weight: 700; letter-spacing: -0.02em;
}
.hero-stat dd .accent { color: var(--primary); }

/* ============ Hero visual (right column) ============ */
.hero-visual {
  position: relative;
  aspect-ratio: 4 / 5;
  min-height: 480px;
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  align-self: center;
}
.hero-visual picture {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
}
.hero-photo {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: var(--radius-3xl);
  border: 1px solid var(--border-strong);
  box-shadow: var(--shadow-xl);
  display: block;
}
.hero-card {
  position: absolute; inset: 0;
  border-radius: var(--radius-3xl);
  background: linear-gradient(140deg,
    oklch(0.72 0.19 295 / 0.18),
    oklch(0.70 0.20 330 / 0.12),
    oklch(0.85 0.18 50 / 0.08));
  border: 1px solid var(--border-strong);
  backdrop-filter: blur(14px);
  overflow: hidden;
  display: flex; flex-direction: column;
  padding: 28px;
  box-shadow: var(--shadow-xl);
}
.hero-card::before {
  content: ''; position: absolute;
  top: -80px; right: -80px;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: oklch(0.72 0.19 295 / 0.4);
  filter: blur(60px);
}
.hero-card::after {
  content: ''; position: absolute;
  bottom: -60px; left: -60px;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: oklch(0.70 0.20 330 / 0.35);
  filter: blur(60px);
}
.hero-card-inner { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 14px; height: 100%; }

.chat-bubble {
  background: color-mix(in oklab, var(--card) 80%, transparent);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 14px 18px;
  font-size: 14px;
  max-width: 88%;
  backdrop-filter: blur(8px);
}
.chat-bubble.user {
  background: linear-gradient(135deg, var(--primary), var(--fuchsia));
  color: var(--primary-foreground);
  border: none;
  align-self: flex-end;
}
.chat-bubble .who {
  font-size: 10px; text-transform: uppercase; letter-spacing: 0.08em;
  opacity: .6; margin-bottom: 4px; font-weight: 600;
}
.chat-bubble code {
  background: oklch(0 0 0 / 0.3);
  padding: 1px 6px; border-radius: 4px;
  font-family: 'JetBrains Mono', monospace; font-size: 12px;
}
.chat-typing {
  display: inline-flex; gap: 4px;
  padding: 12px 16px;
  background: color-mix(in oklab, var(--card) 80%, transparent);
  border: 1px solid var(--border);
  border-radius: 16px;
  align-self: flex-start;
}
.chat-typing span {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--primary);
  animation: typing 1.4s infinite ease-in-out;
}
.chat-typing span:nth-child(2) { animation-delay: 0.2s; }
.chat-typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes typing {
  0%, 60%, 100% { opacity: 0.3; transform: translateY(0); }
  30% { opacity: 1; transform: translateY(-4px); }
}

.countdown {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px; margin-top: 18px;
  background: oklch(0.80 0.18 50 / 0.1);
  border: 1px solid oklch(0.80 0.18 50 / 0.3);
  border-radius: 999px;
  font-size: 13px; color: var(--orange); font-weight: 600;
}
.hero-meta {
  margin-top: 14px;
  font-size: 13px; color: var(--muted-foreground);
}
.hero-meta strong { color: var(--orange); font-weight: 600; }

/* ============ Pain section ============ */
.pain { position: relative; }
.pain-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}
.pain-card {
  position: relative;
  border-radius: var(--radius-2xl);
  border: 1px solid var(--border);
  background: color-mix(in oklab, var(--card) 50%, transparent);
  backdrop-filter: blur(10px);
  padding: 28px;
  overflow: hidden;
  transition: all .2s;
}
.pain-card:hover { border-color: oklch(0.70 0.19 22 / 0.4); }
.pain-card::before {
  content: ''; position: absolute;
  left: 0; top: 0; bottom: 0; width: 3px;
  background: var(--danger);
  border-radius: var(--radius-2xl) 0 0 var(--radius-2xl);
}
.pain-card .pain-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: oklch(0.70 0.19 22 / 0.15);
  display: grid; place-items: center;
  color: var(--danger);
  font-size: 22px;
  margin-bottom: 16px;
}
.pain-card h4 {
  font-family: 'Unbounded', sans-serif;
  font-size: 18px; font-weight: 600;
  margin-bottom: 8px; letter-spacing: -0.01em;
}
.pain-card p { font-size: 14px; color: var(--muted-foreground); }

/* ============ Results / Features grid ============ */
.results-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
}
.result-card {
  position: relative; overflow: hidden;
  border-radius: var(--radius-2xl);
  border: 1px solid var(--border);
  background: color-mix(in oklab, var(--card) 50%, transparent);
  backdrop-filter: blur(10px);
  padding: 28px;
  transition: all .2s;
}
.result-card:hover {
  border-color: oklch(0.72 0.19 295 / 0.5);
  background: color-mix(in oklab, var(--card) 70%, transparent);
}
.result-icon {
  width: 48px; height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg,
    oklch(0.72 0.19 295 / 0.2),
    oklch(0.70 0.20 330 / 0.2));
  display: grid; place-items: center;
  color: var(--primary);
  font-size: 22px;
  margin-bottom: 16px;
}
.result-card h3 {
  font-family: 'Unbounded', sans-serif;
  font-size: 20px; font-weight: 600;
  margin-bottom: 8px; letter-spacing: -0.01em;
}
.result-card p { font-size: 14px; color: var(--muted-foreground); }

/* ============ Modules grid ============ */
.modules-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 16px;
}
.module-card {
  position: relative; overflow: hidden;
  border-radius: var(--radius-2xl);
  border: 1px solid var(--border);
  background: color-mix(in oklab, var(--card) 50%, transparent);
  backdrop-filter: blur(10px);
  padding: 28px;
  transition: all .2s;
  display: flex; flex-direction: column;
}
.module-card .hue-blur {
  position: absolute;
  right: -80px; top: -80px;
  width: 176px; height: 176px;
  border-radius: 50%;
  opacity: 0.2;
  filter: blur(60px);
  transition: opacity .3s;
}
.module-card:hover {
  border-color: oklch(0.72 0.19 295 / 0.6);
  transform: translateY(-2px);
}
.module-card:hover .hue-blur { opacity: 0.4; }

.module-head {
  display: flex; justify-content: space-between; align-items: flex-start;
  margin-bottom: 14px;
  position: relative; z-index: 1;
}
.module-num {
  font-family: 'Unbounded', sans-serif;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted-foreground);
  padding: 5px 12px;
  border-radius: 8px;
  background: linear-gradient(135deg,
    oklch(0.72 0.19 295 / 0.15),
    oklch(0.70 0.20 330 / 0.10));
  border: 1px solid oklch(0.72 0.19 295 / 0.25);
  color: var(--primary);
}
.module-meta { display: flex; gap: 6px; flex-wrap: wrap; }
.chip {
  font-size: 11px; padding: 4px 10px;
  border-radius: 999px;
  background: color-mix(in oklab, var(--card) 60%, transparent);
  color: var(--muted-foreground);
  border: 1px solid var(--border);
  font-weight: 500;
}
.chip.primary { background: oklch(0.72 0.19 295 / 0.15); color: oklch(0.85 0.16 295); border-color: oklch(0.72 0.19 295 / 0.3); }
.chip.hot { background: oklch(0.80 0.18 50 / 0.15); color: var(--orange); border-color: oklch(0.80 0.18 50 / 0.3); }
.chip.safe { background: oklch(0.78 0.16 155 / 0.15); color: var(--success); border-color: oklch(0.78 0.16 155 / 0.3); }

.module-card h3 {
  font-family: 'Unbounded', sans-serif;
  font-size: 22px; font-weight: 600;
  letter-spacing: -0.015em;
  margin-bottom: 10px;
  position: relative; z-index: 1;
}
.module-card .module-desc {
  font-size: 14px; color: var(--muted-foreground);
  margin-bottom: 20px; line-height: 1.55;
  position: relative; z-index: 1;
}
.module-topics {
  list-style: none; margin-bottom: 20px;
  display: flex; flex-wrap: wrap; gap: 6px;
  position: relative; z-index: 1;
}
.module-topics li {
  font-size: 12px; color: var(--muted-foreground);
  padding: 4px 10px;
  background: color-mix(in oklab, var(--background) 60%, transparent);
  border-radius: 8px;
}
.module-foot {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: auto; padding-top: 18px;
  border-top: 1px solid var(--border);
  font-size: 13px; color: var(--muted-foreground);
  position: relative; z-index: 1;
}
.module-foot span { display: inline-flex; align-items: center; gap: 8px; }
.module-foot .icon { color: var(--primary); }

/* ============ Audience cards ============ */
.audience-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}
.audience {
  position: relative;
  border-radius: var(--radius-2xl);
  border: 1px solid var(--border);
  background: color-mix(in oklab, var(--card) 50%, transparent);
  backdrop-filter: blur(10px);
  padding: 28px;
  transition: all .2s;
}
.audience:hover { border-color: oklch(0.72 0.19 295 / 0.4); }
.audience-emoji {
  display: inline-grid; place-items: center;
  width: 56px; height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg,
    oklch(0.72 0.19 295 / 0.2),
    oklch(0.70 0.20 330 / 0.2));
  color: var(--primary);
  margin-bottom: 16px;
  font-size: 32px; line-height: 1;
}
.audience h3 {
  font-family: 'Unbounded', sans-serif;
  font-size: 18px; font-weight: 600;
  margin-bottom: 8px; letter-spacing: -0.01em;
}
.audience p { font-size: 14px; color: var(--muted-foreground); margin-bottom: 16px; }
.audience .why {
  font-size: 13px; color: var(--primary);
  border-top: 1px solid var(--border);
  padding-top: 14px;
  font-weight: 500;
}

.audience-exclude {
  margin-top: 30px;
  text-align: center;
  padding: 18px 24px;
  background: color-mix(in oklab, var(--card) 50%, transparent);
  border: 1px solid var(--border);
  border-radius: var(--radius-2xl);
  max-width: 720px; margin-left: auto; margin-right: auto;
  backdrop-filter: blur(10px);
  font-size: 14px; color: var(--muted-foreground);
}
.audience-exclude strong { color: var(--danger); }

/* ============ Demo case ============ */
.demo {
  position: relative;
}
.demo-wrap {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 48px; align-items: center;
}
.demo-content h3 {
  font-family: 'Unbounded', sans-serif;
  font-size: 28px; font-weight: 600;
  margin-bottom: 16px; letter-spacing: -0.02em;
}
.demo-content p { color: var(--muted-foreground); margin-bottom: 14px; font-size: 16px; }
.demo-content ul { list-style: none; margin-top: 14px; }
.demo-content li {
  font-size: 14px;
  padding: 8px 0; padding-left: 28px;
  position: relative;
}
.demo-content li::before {
  content: '✓'; position: absolute;
  left: 0; top: 8px;
  color: var(--success); font-weight: 700;
}

.demo-card {
  position: relative; overflow: hidden;
  border-radius: var(--radius-3xl);
  border: 1px solid var(--border-strong);
  background: linear-gradient(140deg,
    oklch(0.72 0.19 295 / 0.15),
    oklch(0.70 0.20 330 / 0.10),
    oklch(0.85 0.18 50 / 0.06));
  backdrop-filter: blur(14px);
  padding: 32px;
  box-shadow: var(--shadow-xl);
}
.demo-card::before {
  content: ''; position: absolute;
  top: -80px; right: -80px;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: oklch(0.72 0.19 295 / 0.3);
  filter: blur(60px);
}
.demo-card .label {
  font-family: 'Inter', sans-serif;
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--primary); font-weight: 600;
  margin-bottom: 12px; position: relative; z-index: 1;
}
.demo-card h4 {
  font-family: 'Unbounded', sans-serif;
  font-size: 26px; font-weight: 600;
  margin-bottom: 14px; letter-spacing: -0.02em;
  position: relative; z-index: 1;
}
.demo-card > p { color: var(--muted-foreground); font-size: 14px; position: relative; z-index: 1; }
.demo-stats {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 14px; margin-top: 22px;
  position: relative; z-index: 1;
}
.demo-stat {
  background: color-mix(in oklab, var(--background) 50%, transparent);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 16px;
  backdrop-filter: blur(6px);
}
.demo-stat .num {
  font-family: 'Unbounded', sans-serif;
  font-size: 28px; font-weight: 700; letter-spacing: -0.02em;
  background: linear-gradient(135deg, oklch(0.80 0.20 290), oklch(0.75 0.22 330));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.demo-stat .lbl { font-size: 12px; color: var(--muted-foreground); margin-top: 4px; }

/* ============ Format ============ */
.format-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.format-item {
  border-radius: var(--radius-2xl);
  border: 1px solid var(--border);
  background: color-mix(in oklab, var(--card) 50%, transparent);
  backdrop-filter: blur(10px);
  padding: 28px;
  text-align: center;
}
.format-item .big {
  font-family: 'Unbounded', sans-serif;
  font-size: 44px; font-weight: 700; letter-spacing: -0.03em;
  background: linear-gradient(135deg, oklch(0.80 0.20 290), oklch(0.75 0.22 330), oklch(0.85 0.18 50));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 6px;
}
.format-item .lbl { font-size: 15px; font-weight: 600; margin-bottom: 4px; }
.format-item .sub { font-size: 13px; color: var(--muted-foreground); }

/* ============ Speaker ============ */
.speaker {
  position: relative;
}
.speaker-wrap {
  display: grid; grid-template-columns: 240px 1fr;
  gap: 48px; align-items: center;
  max-width: 1000px; margin: 0 auto;
  position: relative; z-index: 1;
}
.speaker-avatar {
  position: relative;
  width: 240px; height: 300px;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--primary), var(--fuchsia));
  display: grid; place-items: center;
  font-family: 'Unbounded', sans-serif;
  font-size: 88px; font-weight: 700; color: var(--primary-foreground);
  letter-spacing: -0.04em;
  box-shadow: 0 30px 60px -20px oklch(0.72 0.19 295 / 0.5);
}
.speaker-avatar img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.speaker-roles {
  list-style: none; margin-top: 14px;
  display: flex; flex-direction: column; gap: 8px;
}
.speaker-roles li {
  font-size: 14px; color: var(--muted-foreground);
  padding-left: 22px; position: relative;
}
.speaker-roles li::before {
  content: ''; position: absolute; left: 2px; top: 6px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--fuchsia));
  box-shadow: 0 0 8px oklch(0.72 0.19 295 / 0.6);
}
.speaker-info h3 {
  font-family: 'Unbounded', sans-serif;
  font-size: 32px; font-weight: 700;
  margin-bottom: 6px; letter-spacing: -0.02em;
}
.speaker-info .role {
  font-size: 14px; color: var(--primary);
  margin-bottom: 18px; font-weight: 500;
}
.speaker-info p { color: var(--muted-foreground); margin-bottom: 10px; }
.speaker-info .tagline {
  margin-top: 16px; padding: 18px 22px;
  background: color-mix(in oklab, var(--card) 50%, transparent);
  border-left: 3px solid var(--primary);
  border-radius: 0 var(--radius) var(--radius) 0;
  backdrop-filter: blur(10px);
  font-style: italic;
  color: var(--foreground);
}

/* ============ Pricing ============ */
.pricing {
  position: relative;
}
.pricing-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.tariff {
  position: relative;
  border-radius: var(--radius-3xl);
  border: 1px solid var(--border);
  background: color-mix(in oklab, var(--card) 50%, transparent);
  backdrop-filter: blur(14px);
  padding: 32px 28px;
  display: flex; flex-direction: column;
  transition: all .2s;
}
.tariff:hover { border-color: oklch(0.72 0.19 295 / 0.4); }
.tariff.featured {
  border-color: oklch(0.72 0.19 295 / 0.6);
  background: linear-gradient(140deg,
    oklch(0.72 0.19 295 / 0.18),
    oklch(0.19 0.025 275 / 0.7),
    oklch(0.70 0.20 330 / 0.12));
  box-shadow: 0 30px 60px -20px oklch(0.72 0.19 295 / 0.35),
              0 0 0 1px oklch(0.72 0.19 295 / 0.4);
}
/* Sale badge — рядом с заголовком тарифа */
.sale-badge {
  position: absolute;
  top: 14px; right: 14px;
  display: inline-flex;
  align-items: center;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, oklch(0.55 0.22 25), oklch(0.55 0.22 330));
  color: #fff;
  white-space: nowrap;
  box-shadow: 0 6px 16px -6px oklch(0.55 0.22 25 / 0.55);
  z-index: 2;
  text-transform: uppercase;
}
.tariff.featured .sale-badge { top: 18px; }

/* Перечёркнутая обычная цена «было» рядом с sale-ценой */
.price-was {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  margin-left: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--muted-foreground);
  align-self: center;
}
.price-was s {
  color: var(--muted-foreground);
  text-decoration-color: oklch(0.55 0.22 25 / 0.7);
  text-decoration-thickness: 1.5px;
  font-weight: 600;
}

.tariff.featured::before {
  content: '★ Популярный выбор';
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--primary), var(--fuchsia));
  color: var(--primary-foreground);
  font-size: 11px; font-weight: 700; letter-spacing: 0.06em;
  padding: 5px 14px; border-radius: 999px;
  box-shadow: 0 10px 24px -8px oklch(0.72 0.19 295 / 0.5);
}
.tariff h3 {
  font-family: 'Unbounded', sans-serif;
  font-size: 24px; font-weight: 600;
  letter-spacing: -0.02em;
}
.tariff .tagline {
  font-size: 13px; color: var(--muted-foreground); margin-top: 4px;
}
.tariff-price {
  display: flex; align-items: baseline; gap: 6px;
  margin: 22px 0;
}
.tariff-price .num {
  font-family: 'Unbounded', sans-serif;
  font-size: 44px; font-weight: 700; letter-spacing: -0.03em;
}
.tariff-price .currency {
  font-size: 16px; color: var(--muted-foreground); font-weight: 600;
}
.tariff-price .per {
  font-size: 13px; color: var(--muted-foreground); margin-left: 4px;
}
.tariff-list {
  list-style: none; flex: 1;
  display: flex; flex-direction: column; gap: 11px;
  font-size: 14px;
  margin-bottom: 26px;
}
.tariff-list li {
  display: flex; align-items: flex-start; gap: 10px;
  text-wrap: pretty;
  hyphens: none;
}
.tariff-list li > * { min-width: 0; }
.lms-preview-features li > div,
.lms-preview-features li span,
.lms-preview-features li strong,
.venue-features li,
.result-card p,
.module-desc,
.case-text { text-wrap: pretty; hyphens: none; }
.tariff-list li::before {
  content: '✓';
  flex: none;
  width: 18px; height: 18px;
  display: grid; place-items: center;
  color: var(--primary); font-weight: 700;
  margin-top: 1px;
}
.tariff-list .li-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  text-wrap: pretty;
}
.tariff-list .li-sub {
  color: var(--muted-foreground);
  font-size: 13px;
  line-height: 1.4;
}
.tariff-list li.muted { color: var(--muted-foreground); }
.tariff-list li.muted::before { content: '—'; color: var(--muted-foreground); }
.tariff .btn { width: 100%; justify-content: center; }
.tariff-foot {
  margin-top: 10px;
  font-size: 12px; color: var(--muted-foreground); text-align: center;
}
.pricing-note {
  text-align: center; margin-top: 32px;
  font-size: 13px; color: var(--muted-foreground);
}

/* ============ Track record / social proof ============ */
.track-record {
  position: relative;
}
.tr-headline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin-bottom: 44px;
}
.tr-stat {
  border-radius: var(--radius-2xl);
  border: 1px solid var(--border);
  background: color-mix(in oklab, var(--card) 50%, transparent);
  backdrop-filter: blur(10px);
  padding: 24px 22px;
  text-align: center;
}
.tr-stat .num {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 700;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, oklch(0.85 0.20 290), oklch(0.75 0.22 330), oklch(0.85 0.18 50));
  background-size: 200% 200%;
  animation: gradient-shift 8s ease infinite;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-bottom: 8px;
}
.tr-stat .lbl {
  font-size: 13px;
  color: var(--muted-foreground);
}

/* Cases grid */
.cases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}
.case-card {
  position: relative;
  border-radius: var(--radius-2xl);
  border: 1px solid var(--border);
  background: color-mix(in oklab, var(--card) 50%, transparent);
  backdrop-filter: blur(10px);
  padding: 28px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.case-card:hover {
  transform: translateY(-3px);
  border-color: oklch(0.72 0.19 295 / 0.4);
  box-shadow: 0 30px 60px -20px oklch(0.72 0.19 295 / 0.3);
}
.case-card::before {
  content: '';
  position: absolute;
  right: -60px; top: -60px;
  width: 200px; height: 200px;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.25;
  pointer-events: none;
}
.case-card.c1::before { background: oklch(0.72 0.19 295); }
.case-card.c2::before { background: oklch(0.70 0.20 330); }
.case-card.c3::before { background: oklch(0.80 0.18 50); }

.case-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: color-mix(in oklab, var(--background) 60%, transparent);
  border: 1px solid var(--border);
  margin-bottom: 18px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.01em;
  position: relative; z-index: 1;
}
.case-logo .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--fuchsia));
  box-shadow: 0 0 8px var(--primary);
}
.case-industry {
  font-size: 12px;
  color: var(--muted-foreground);
  margin-left: auto;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}

.case-result {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 12px;
  position: relative; z-index: 1;
}
.case-result .gradient {
  background: linear-gradient(135deg, oklch(0.85 0.20 290), oklch(0.75 0.22 330));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.case-text {
  font-size: 14px;
  color: var(--muted-foreground);
  line-height: 1.55;
  margin-bottom: 18px;
  position: relative; z-index: 1;
  flex: 1;
}
.case-quote {
  font-style: italic;
  font-size: 13.5px;
  color: var(--foreground);
  padding: 14px 18px;
  border-left: 3px solid var(--primary);
  background: color-mix(in oklab, var(--background) 50%, transparent);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  position: relative; z-index: 1;
}
.case-quote .who {
  display: block;
  margin-top: 8px;
  font-style: normal;
  font-size: 12px;
  color: var(--muted-foreground);
  font-weight: 500;
}

/* Photo gallery — atmosphere proof */
.proof-gallery {
  margin-top: 36px;
}
.proof-gallery-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted-foreground);
  font-weight: 600;
  margin-bottom: 18px;
  text-align: center;
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 140px;
  gap: 12px;
}
.pg-tile {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-2xl);
  border: 1px solid var(--border);
  background: var(--card);
  margin: 0;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.pg-tile img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s cubic-bezier(.2,.8,.2,1);
}
.pg-tile:hover {
  transform: translateY(-3px);
  border-color: oklch(0.72 0.19 295 / 0.5);
  box-shadow: 0 24px 50px -16px oklch(0 0 0 / 0.55);
  z-index: 2;
}
.pg-tile:hover img {
  transform: scale(1.05);
}
.pg-tile::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, oklch(0 0 0 / 0.45));
  pointer-events: none;
  opacity: 0.7;
}

/* Layout — горизонтальные занимают 3 колонки и 2 ряда (как фокусные плитки) */
.pg-wide { grid-column: span 3; grid-row: span 2; }
.pg-2    { grid-column: span 1; grid-row: span 2; }
.pg-3    { grid-column: span 2; grid-row: span 2; }
.pg-5    { grid-column: span 2; grid-row: span 2; }
.pg-6    { grid-column: span 1; grid-row: span 2; }

@media (max-width: 980px) {
  .proof-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 120px;
  }
  .pg-wide { grid-column: span 4; grid-row: span 2; }
  .pg-2, .pg-6 { grid-column: span 2; grid-row: span 2; }
  .pg-3, .pg-5 { grid-column: span 2; grid-row: span 2; }
}
@media (max-width: 560px) {
  .proof-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 110px;
  }
  .pg-wide, .pg-2, .pg-3, .pg-5, .pg-6 {
    grid-column: span 2; grid-row: span 2;
  }
}

/* BCG-19may video — короткий фрагмент с мастер-класса */
.bcg-video {
  margin: 28px 0 0;
  position: relative;
  border-radius: var(--radius-3xl);
  overflow: hidden;
  border: 1px solid var(--border-strong);
  background: oklch(0.12 0.02 270);
  box-shadow: var(--shadow-xl);
}
.bcg-video-el {
  display: block;
  width: 100%;
  height: auto;
  max-height: 580px;
  object-fit: cover;
  background: oklch(0.12 0.02 270);
}
.bcg-video-cap {
  position: absolute;
  left: 18px; bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 500;
  color: var(--foreground);
  background: oklch(0 0 0 / 0.65);
  backdrop-filter: blur(10px);
  border: 1px solid oklch(1 0 0 / 0.12);
  border-radius: 999px;
  z-index: 2;
}
.bcg-video-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--destructive, oklch(0.704 0.191 22.216));
  box-shadow: 0 0 10px oklch(0.704 0.191 22.216);
  animation: pulse 1.6s ease-in-out infinite;
}
@media (max-width: 720px) {
  .bcg-video-el { max-height: 360px; }
  .bcg-video-cap { left: 12px; bottom: 12px; font-size: 11.5px; padding: 7px 12px; }
}

/* BCG-19may gallery — кадры с конкретного мероприятия */
.proof-gallery.proof-bcg { margin-top: 28px; }
.bcg-grid {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 170px;
}
.bcg-grid .pg-tile {
  position: relative;
}
.bcg-grid .pg-tile picture {
  display: block;
  width: 100%; height: 100%;
}
.bcg-grid .pg-tile img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.bcg-grid .pg-wide.bcg-hero { grid-column: span 4; grid-row: span 2; }
.bcg-grid > .pg-tile:not(.pg-wide) { grid-column: span 1; grid-row: span 2; }

.bcg-cap {
  position: absolute;
  left: 14px; bottom: 12px; right: 14px;
  font-size: 12px;
  color: var(--foreground);
  font-weight: 500;
  padding: 6px 12px;
  background: oklch(0 0 0 / 0.6);
  backdrop-filter: blur(6px);
  border-radius: 999px;
  width: fit-content;
  margin: 0;
  z-index: 3;
  letter-spacing: -0.005em;
}

@media (max-width: 980px) {
  .bcg-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 150px;
  }
  .bcg-grid .pg-wide.bcg-hero { grid-column: span 2; grid-row: span 2; }
  .bcg-grid > .pg-tile:not(.pg-wide) { grid-column: span 1; grid-row: span 2; }
}
@media (max-width: 560px) {
  .bcg-grid { grid-auto-rows: 130px; }
  .bcg-grid .pg-wide.bcg-hero { grid-row: span 2; }
}

/* Industries / formats strip */
.tr-formats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.tr-format {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-radius: var(--radius-2xl);
  border: 1px solid var(--border);
  background: color-mix(in oklab, var(--card) 40%, transparent);
  backdrop-filter: blur(8px);
}
.tr-format .ic {
  flex: none;
  width: 36px; height: 36px;
  border-radius: 10px;
  display: grid; place-items: center;
  background: linear-gradient(135deg,
    oklch(0.72 0.19 295 / 0.2),
    oklch(0.70 0.20 330 / 0.2));
  color: var(--primary);
}
.tr-format .ic .icon { width: 18px; height: 18px; }
.tr-format .t {
  font-weight: 600;
  font-size: 13.5px;
  line-height: 1.2;
  margin-bottom: 2px;
}
.tr-format .s {
  font-size: 11.5px;
  color: var(--muted-foreground);
}

/* Venue card — где выступаем (Бизнес-клуб Гродно) */
.venue-card {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: var(--radius-3xl);
  border: 1px solid var(--border-strong);
  background: linear-gradient(140deg,
    oklch(0.72 0.19 295 / 0.12),
    oklch(0.19 0.025 275 / 0.65));
  backdrop-filter: blur(14px);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
}
.venue-card picture {
  position: relative;
  display: block;
  min-height: 360px;
  overflow: hidden;
}
.venue-card picture::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent 60%, oklch(0.19 0.025 275 / 0.6));
  pointer-events: none;
}
.venue-card img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s cubic-bezier(.2,.8,.2,1);
}
.venue-card:hover img { transform: scale(1.04); }
.venue-body {
  padding: 36px 38px;
  display: flex; flex-direction: column;
  gap: 14px;
}
.venue-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--primary); font-weight: 700;
  padding: 5px 12px;
  border-radius: 999px;
  background: oklch(0.72 0.19 295 / 0.15);
  align-self: flex-start;
}
.venue-eyebrow .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 8px var(--primary);
}
.venue-eyebrow .dot.live {
  background: var(--success);
  box-shadow: 0 0 10px var(--success);
  animation: pulse 1.6s ease-in-out infinite;
}
.venue-card .venue-lead { font-size: 15px; }
.venue-card .venue-lead strong { color: var(--foreground); font-weight: 600; }
.venue-body h3 {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0;
}
.venue-body p {
  color: var(--muted-foreground);
  font-size: 15px;
  margin: 0;
}
.venue-features {
  list-style: none;
  display: flex; flex-direction: column; gap: 10px;
  margin: 4px 0 8px;
}
.venue-features li {
  display: flex; align-items: center; gap: 12px;
  font-size: 14px; color: var(--foreground);
}
.venue-features li .icon {
  width: 16px; height: 16px;
  color: var(--primary);
  flex: none;
}
.venue-body .btn { align-self: flex-start; }
.venue-credit {
  font-size: 12px;
  color: var(--text-dim, var(--muted-foreground));
  opacity: 0.7;
  margin-top: 8px;
}
.venue-credit a {
  color: var(--muted-foreground);
  text-decoration: underline;
  text-decoration-color: oklch(1 0 0 / 0.2);
}
.venue-credit a:hover { color: var(--foreground); }

@media (max-width: 880px) {
  .venue-card { grid-template-columns: 1fr; }
  .venue-card picture { min-height: 260px; }
  .venue-card picture::after {
    background: linear-gradient(180deg, transparent 50%, oklch(0.19 0.025 275 / 0.7));
  }
  .venue-body { padding: 28px 24px; }
}

/* Logos / industries marquee */
.tr-clients {
  margin-top: 32px;
  padding: 22px 28px;
  border-radius: var(--radius-2xl);
  border: 1px solid var(--border);
  background: color-mix(in oklab, var(--card) 30%, transparent);
  backdrop-filter: blur(8px);
}
.tr-clients-title {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted-foreground);
  margin-bottom: 14px;
  text-align: center;
  font-weight: 600;
}
.tr-clients-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
  font-family: 'Unbounded', sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--muted-foreground);
  font-size: 15px;
}
.tr-clients-list span {
  transition: color .15s ease, transform .15s ease;
}
.tr-clients-list span:hover {
  color: var(--foreground);
  transform: translateY(-1px);
}

@media (max-width: 720px) {
  .tr-clients-list { gap: 18px; font-size: 13px; }
  .case-card { padding: 22px; }
}

/* ============ LMS preview block (live mockup) ============ */
.lms-preview {
  position: relative;
  background:
    radial-gradient(900px circle at 10% 10%, oklch(0.72 0.19 295 / 0.15), transparent 50%),
    radial-gradient(700px circle at 90% 80%, oklch(0.70 0.20 330 / 0.12), transparent 50%);
}
.lms-preview-wrap {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-top: 40px;
}
.lms-preview-copy h3 {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 18px;
}
.lms-preview-copy p {
  color: var(--muted-foreground);
  font-size: 16px;
  margin-bottom: 18px;
}
.lms-preview-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 22px;
}
.lms-preview-features li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 14.5px;
}
.lms-preview-features li .li-icon {
  flex: none;
  width: 36px; height: 36px;
  border-radius: 10px;
  display: grid; place-items: center;
  background: linear-gradient(135deg,
    oklch(0.72 0.19 295 / 0.2),
    oklch(0.70 0.20 330 / 0.2));
  color: var(--primary);
}
.lms-preview-features li .li-icon .icon { width: 18px; height: 18px; stroke-width: 2; }
.lms-preview-features li strong {
  display: block;
  color: var(--foreground);
  font-weight: 600;
  margin-bottom: 2px;
}
.lms-preview-features li span {
  color: var(--muted-foreground);
  font-size: 13.5px;
}

/* App-window mockup */
.app-window {
  position: relative;
  border-radius: 18px;
  background: oklch(0.12 0.02 270);
  border: 1px solid var(--border-strong);
  box-shadow: 0 30px 80px -20px oklch(0 0 0 / 0.7),
              0 0 0 1px oklch(0.72 0.19 295 / 0.15);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  height: 540px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  transform: perspective(1400px) rotateY(-3deg) rotateX(2deg);
  transition: transform .4s ease;
}
.app-window:hover { transform: perspective(1400px) rotateY(0deg) rotateX(0deg); }
.app-window::before {
  content: ''; position: absolute;
  right: -100px; top: -100px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: oklch(0.72 0.19 295 / 0.35);
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}
.app-titlebar {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 16px;
  background: oklch(0.16 0.02 275);
  border-bottom: 1px solid var(--border-soft);
  position: relative; z-index: 1;
}
.app-titlebar .dots { display: flex; gap: 6px; }
.app-titlebar .dots span {
  width: 10px; height: 10px; border-radius: 50%;
}
.app-titlebar .dots span:nth-child(1) { background: #ff5f57; }
.app-titlebar .dots span:nth-child(2) { background: #febc2e; }
.app-titlebar .dots span:nth-child(3) { background: #28c840; }
.app-titlebar .urlbar {
  flex: 1;
  margin: 0 12px;
  padding: 5px 14px;
  border-radius: 8px;
  background: oklch(0.22 0.025 275);
  color: var(--muted-foreground);
  font-size: 11.5px;
  font-family: 'JetBrains Mono', monospace;
}
.app-titlebar .urlbar .lock {
  color: var(--success); margin-right: 6px;
}

.app-body {
  display: grid;
  grid-template-columns: 220px 1fr;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.app-sidebar {
  background: oklch(0.15 0.02 275);
  border-right: 1px solid var(--border-soft);
  padding: 16px 12px;
  overflow: hidden;
}
.app-sidebar .brand-row {
  display: flex; align-items: center; gap: 8px;
  padding: 6px 8px;
  margin-bottom: 16px;
}
.app-sidebar .brand-row .mark {
  width: 22px; height: 22px; border-radius: 6px;
  background: linear-gradient(135deg, var(--primary), var(--fuchsia));
  display: grid; place-items: center;
  font-size: 10px; font-weight: 800; color: var(--primary-foreground);
  font-family: 'Unbounded', sans-serif;
}
.app-sidebar .brand-row .name { font-weight: 700; font-size: 13px; }
.app-sidebar .sec-title {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-dim, var(--muted-foreground));
  padding: 10px 8px 6px;
}
.app-sidebar .mod-list {
  list-style: none;
  display: flex; flex-direction: column; gap: 2px;
}
.app-sidebar .mod-list li {
  display: flex; align-items: center; gap: 8px;
  padding: 7px 10px;
  border-radius: 7px;
  font-size: 12.5px;
  color: var(--muted-foreground);
  cursor: default;
}
.app-sidebar .mod-list li.done { color: var(--foreground); }
.app-sidebar .mod-list li.done .check {
  background: oklch(0.78 0.16 155 / 0.2);
  color: var(--success);
}
.app-sidebar .mod-list li.active {
  background: linear-gradient(135deg,
    oklch(0.72 0.19 295 / 0.18),
    oklch(0.70 0.20 330 / 0.10));
  color: var(--foreground);
  border: 1px solid oklch(0.72 0.19 295 / 0.3);
  padding: 6px 9px;
}
.app-sidebar .mod-list .num {
  flex: none;
  width: 18px; height: 18px;
  border-radius: 5px;
  display: grid; place-items: center;
  background: oklch(0.22 0.03 275);
  font-size: 10px; font-weight: 600; color: var(--muted-foreground);
}
.app-sidebar .mod-list li.active .num {
  background: linear-gradient(135deg, var(--primary), var(--fuchsia));
  color: var(--primary-foreground);
}
.app-sidebar .mod-list .check {
  flex: none; width: 18px; height: 18px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: oklch(0.22 0.03 275);
  font-size: 10px;
}

.app-content {
  padding: 18px 22px;
  overflow: hidden;
  display: flex; flex-direction: column;
  gap: 14px;
}
.app-breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-size: 11px;
  color: var(--muted-foreground);
  margin-bottom: 0;
}
.app-breadcrumb .sep { opacity: .4; }
.app-content h4 {
  font-family: 'Unbounded', sans-serif;
  font-size: 18px; font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0;
}
.app-video {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 40%, oklch(0.30 0.20 295 / 0.6), oklch(0.13 0.02 270) 70%),
    linear-gradient(135deg, oklch(0.20 0.05 275), oklch(0.14 0.03 290));
  border: 1px solid var(--border);
  display: grid; place-items: center;
  cursor: pointer;
}
.app-video::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, oklch(0 0 0 / 0.4));
  pointer-events: none;
}
.app-video .play-btn {
  width: 54px; height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--fuchsia));
  display: grid; place-items: center;
  color: var(--primary-foreground);
  box-shadow: 0 14px 30px -8px oklch(0.72 0.19 295 / 0.6);
  position: relative; z-index: 1;
}
.app-video .play-btn::before {
  content: '';
  width: 0; height: 0;
  border-left: 14px solid var(--primary-foreground);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  margin-left: 4px;
}
.app-video .video-meta {
  position: absolute;
  left: 14px; bottom: 12px;
  display: flex; align-items: center; gap: 8px;
  font-size: 11px;
  color: var(--foreground);
  z-index: 2;
}
.app-video .video-meta .chip {
  padding: 3px 9px;
  border-radius: 999px;
  background: oklch(0 0 0 / 0.5);
  backdrop-filter: blur(6px);
}

.app-progress {
  display: flex; align-items: center; gap: 10px;
  font-size: 11.5px;
  color: var(--muted-foreground);
}
.app-progress .bar {
  flex: 1; height: 5px;
  border-radius: 999px;
  background: oklch(0.20 0.03 275);
  overflow: hidden;
  position: relative;
}
.app-progress .bar::after {
  content: '';
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 67%;
  background: linear-gradient(90deg, var(--primary), var(--fuchsia));
  border-radius: 999px;
}

.app-chat {
  margin-top: auto;
  background: oklch(0.16 0.02 275);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 12px 14px;
}
.app-chat .who {
  display: flex; align-items: center; gap: 6px;
  font-size: 11px;
  color: var(--primary);
  margin-bottom: 6px;
  font-weight: 600;
}
.app-chat .who .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 6px var(--success);
}
.app-chat .msg {
  font-size: 12.5px;
  color: var(--foreground);
  line-height: 1.5;
}
.app-chat .msg b {
  background: linear-gradient(120deg, transparent, oklch(0.72 0.19 295 / 0.25), transparent);
  padding: 0 4px; border-radius: 4px;
  font-weight: 500;
}

/* ============ Price justification block ============ */
.price-justify {
  position: relative;
}
.price-compare {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 920px;
  margin: 36px auto 0;
}
.price-vs {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: stretch;
}
.price-col {
  border-radius: var(--radius-2xl);
  border: 1px solid var(--border);
  background: color-mix(in oklab, var(--card) 50%, transparent);
  backdrop-filter: blur(10px);
  padding: 24px 22px;
}
.price-col.alt {
  border-color: oklch(0.70 0.19 22 / 0.3);
  background: oklch(0.70 0.19 22 / 0.05);
}
.price-col.us {
  border-color: oklch(0.78 0.16 155 / 0.4);
  background: linear-gradient(140deg,
    oklch(0.78 0.16 155 / 0.10),
    oklch(0.19 0.025 275 / 0.6));
}
.price-col .label {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.price-col.alt .label { background: oklch(0.70 0.19 22 / 0.15); color: var(--danger); }
.price-col.us .label { background: oklch(0.78 0.16 155 / 0.18); color: var(--success); }
.price-col h4 {
  font-family: 'Unbounded', sans-serif;
  font-size: 17px; font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}
.price-col .pc-list {
  list-style: none;
  display: flex; flex-direction: column; gap: 8px;
  font-size: 13.5px;
  color: var(--muted-foreground);
}
.price-col .pc-list li {
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px;
  padding: 7px 0;
  border-bottom: 1px dashed var(--border);
}
.price-col .pc-list li:last-child { border-bottom: none; }
.price-col .pc-list li .v {
  color: var(--foreground);
  font-weight: 600;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  white-space: nowrap;
}
.price-col.alt .pc-list li .v { color: var(--danger); }
.price-col.us .pc-list li .v { color: var(--success); }
.price-col .pc-total {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
  font-size: 14px;
  color: var(--foreground);
  font-weight: 600;
}
.price-col .pc-total .num {
  font-family: 'Unbounded', sans-serif;
  font-size: 22px; font-weight: 700;
  letter-spacing: -0.02em;
}
.price-col.alt .pc-total .num { color: var(--danger); }
.price-col.us .pc-total .num {
  background: linear-gradient(135deg, oklch(0.85 0.20 290), oklch(0.80 0.22 330));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.price-vs-arrow {
  display: grid; place-items: center;
  width: 56px;
  font-family: 'Unbounded', sans-serif;
  font-size: 22px;
  color: var(--muted-foreground);
}

.price-conclusion {
  margin-top: 28px;
  padding: 26px 32px;
  text-align: center;
  border-radius: var(--radius-3xl);
  border: 1px solid var(--border-strong);
  background: linear-gradient(140deg,
    oklch(0.78 0.16 155 / 0.12),
    oklch(0.19 0.025 275 / 0.6),
    oklch(0.72 0.19 295 / 0.10));
}
.price-conclusion .big {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700; letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.price-conclusion p {
  color: var(--muted-foreground);
  font-size: 15px;
  max-width: 640px;
  margin: 0 auto;
}

/* ============ Why now / 4 impact levels ============ */
.impact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}
.impact {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-2xl);
  border: 1px solid var(--border);
  background: color-mix(in oklab, var(--card) 50%, transparent);
  backdrop-filter: blur(10px);
  padding: 28px;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.impact:hover {
  transform: translateY(-3px);
  border-color: oklch(0.72 0.19 295 / 0.5);
}
.impact::before {
  content: ''; position: absolute;
  right: -60px; top: -60px;
  width: 160px; height: 160px;
  border-radius: 50%;
  opacity: 0.25;
  filter: blur(50px);
}
.impact.team::before    { background: oklch(0.72 0.19 295); }
.impact.biz::before     { background: oklch(0.70 0.20 330); }
.impact.you::before     { background: oklch(0.80 0.18 50); }
.impact.life::before    { background: oklch(0.78 0.16 155); }

.impact-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.impact.team .impact-eyebrow { background: oklch(0.72 0.19 295 / 0.15); color: oklch(0.85 0.16 295); }
.impact.biz .impact-eyebrow  { background: oklch(0.70 0.20 330 / 0.15); color: oklch(0.83 0.18 330); }
.impact.you .impact-eyebrow  { background: oklch(0.80 0.18 50 / 0.15); color: var(--orange); }
.impact.life .impact-eyebrow { background: oklch(0.78 0.16 155 / 0.15); color: var(--success); }

.impact h4 {
  font-family: 'Unbounded', sans-serif;
  font-size: 19px; font-weight: 600;
  letter-spacing: -0.015em;
  margin-bottom: 10px;
  position: relative; z-index: 1;
}
.impact p {
  font-size: 14px; color: var(--muted-foreground);
  margin-bottom: 14px;
  position: relative; z-index: 1;
}
.impact .impact-stat {
  font-family: 'Unbounded', sans-serif;
  font-size: 28px; font-weight: 700; letter-spacing: -0.02em;
  background: linear-gradient(135deg, oklch(0.85 0.20 290), oklch(0.75 0.22 330));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-bottom: 4px;
  position: relative; z-index: 1;
}
.impact .impact-stat-label {
  font-size: 12px; color: var(--muted-foreground);
  position: relative; z-index: 1;
}

@media (max-width: 980px) {
  .lms-preview-wrap { grid-template-columns: 1fr; gap: 36px; }
  .app-window { transform: none; height: auto; }
  .price-vs { grid-template-columns: 1fr; gap: 14px; }
  .price-vs-arrow { transform: rotate(90deg); width: auto; padding: 6px 0; }
}

@media (max-width: 720px) {
  .app-body { grid-template-columns: 1fr; }
  .app-sidebar {
    display: none;
  }
  .app-window { font-size: 12px; }
}

/* ============ LMS banner ============ */
.lms-banner {
  margin-top: 36px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  align-items: center;
  padding: 32px 36px;
  border-radius: var(--radius-3xl);
  border: 1px solid var(--border-strong);
  background: linear-gradient(135deg,
    oklch(0.72 0.19 295 / 0.18) 0%,
    oklch(0.19 0.025 275 / 0.7) 50%,
    oklch(0.70 0.20 330 / 0.15) 100%);
  background-size: 200% 200%;
  animation: gradient-shift 14s ease infinite;
  backdrop-filter: blur(14px);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-xl);
}
.lms-banner::before {
  content: ''; position: absolute;
  right: -80px; top: -80px;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: oklch(0.72 0.19 295 / 0.4);
  filter: blur(60px);
  pointer-events: none;
}
.lms-banner-icon {
  position: relative; z-index: 1;
  width: 80px; height: 80px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--primary), var(--fuchsia));
  display: grid; place-items: center;
  color: var(--primary-foreground);
  box-shadow: 0 16px 32px -10px oklch(0.72 0.19 295 / 0.5);
  animation: float 6s ease-in-out infinite;
}
.lms-banner-icon .icon { width: 36px; height: 36px; stroke-width: 1.6; }
.lms-banner-body { position: relative; z-index: 1; }
.lms-banner-eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 8px;
}
.lms-banner h3 {
  font-family: 'Unbounded', sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.lms-banner p {
  color: var(--muted-foreground);
  font-size: 15px;
  margin-bottom: 16px;
  max-width: 720px;
}
.lms-features {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.lms-features span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--foreground);
  font-weight: 500;
}
.lms-features .icon {
  color: var(--success);
  width: 14px; height: 14px;
}

/* Hover-glow tariff cards */
.tariff { transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.tariff:hover { transform: translateY(-4px); }
.tariff.featured:hover {
  box-shadow: 0 40px 80px -20px oklch(0.72 0.19 295 / 0.5),
              0 0 0 1px oklch(0.72 0.19 295 / 0.5);
}

/* ============ Animations ============ */
@keyframes gradient-shift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes fade-up {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes scale-in {
  from { opacity: 0; transform: scale(.95); }
  to   { opacity: 1; transform: scale(1); }
}
@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

/* Animated entry on scroll */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1);
  will-change: opacity, transform;
}
.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}
.reveal-stagger > * {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s cubic-bezier(.2,.8,.2,1), transform .6s cubic-bezier(.2,.8,.2,1);
}
.reveal-stagger.in-view > * { opacity: 1; transform: translateY(0); }
.reveal-stagger.in-view > *:nth-child(1) { transition-delay: 0ms; }
.reveal-stagger.in-view > *:nth-child(2) { transition-delay: 70ms; }
.reveal-stagger.in-view > *:nth-child(3) { transition-delay: 140ms; }
.reveal-stagger.in-view > *:nth-child(4) { transition-delay: 210ms; }
.reveal-stagger.in-view > *:nth-child(5) { transition-delay: 280ms; }
.reveal-stagger.in-view > *:nth-child(6) { transition-delay: 350ms; }

/* Animated gradient text */
.text-gradient-primary {
  background: linear-gradient(135deg, oklch(0.80 0.20 290) 0%, oklch(0.75 0.22 330) 50%, oklch(0.85 0.18 50) 100%);
  background-size: 200% 200%;
  animation: gradient-shift 8s ease infinite;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* Animated hero orbs */
.hero-orbs .h-orb-1 { animation: float 14s ease-in-out infinite; }
.hero-orbs .h-orb-2 { animation: float 10s ease-in-out -3s infinite; }

/* Hero stat counter shine */
.hero-stat dd .accent {
  background: linear-gradient(90deg, var(--primary), var(--fuchsia), var(--primary));
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 4s linear infinite;
}

/* Module card lift + extra glow on hover */
.module-card { transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.module-card:hover {
  box-shadow: 0 30px 60px -25px oklch(0.72 0.19 295 / 0.4);
}

/* Result card hover */
.result-card { transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease; }
.result-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 50px -20px oklch(0 0 0 / 0.5);
}
.result-card .result-icon { transition: transform .3s ease; }
.result-card:hover .result-icon { transform: scale(1.1) rotate(-3deg); }

/* Pain card hover red glow */
.pain-card { transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.pain-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 48px -20px oklch(0.70 0.19 22 / 0.3);
}

/* Pay card hover */
.pay-card { transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.pay-card.featured:hover { box-shadow: 0 30px 60px -20px oklch(0.72 0.19 295 / 0.4); }

/* Scroll progress bar at the top */
.scroll-progress {
  position: fixed; top: 0; left: 0;
  width: 0%; height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--fuchsia), var(--orange));
  z-index: 200;
  transition: width 0.08s linear;
  box-shadow: 0 0 12px oklch(0.72 0.19 295 / 0.6);
}

/* Scroll-to-top button */
.scroll-top {
  position: fixed;
  bottom: 24px; right: 24px;
  width: 52px; height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--fuchsia));
  border: none;
  color: var(--primary-foreground);
  display: grid; place-items: center;
  cursor: pointer;
  opacity: 0; visibility: hidden;
  transform: translateY(12px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s, box-shadow .25s;
  z-index: 150;
  box-shadow: 0 14px 30px -8px oklch(0.72 0.19 295 / 0.55);
}
.scroll-top.visible {
  opacity: 1; visibility: visible;
  transform: translateY(0);
}
.scroll-top:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 40px -10px oklch(0.72 0.19 295 / 0.7);
}
.scroll-top .icon { width: 22px; height: 22px; stroke-width: 2.4; }

/* Pricing featured tariff pulse glow */
.tariff.featured {
  animation: featured-pulse 4s ease-in-out infinite;
}
@keyframes featured-pulse {
  0%, 100% { box-shadow: 0 30px 60px -20px oklch(0.72 0.19 295 / 0.35), 0 0 0 1px oklch(0.72 0.19 295 / 0.4); }
  50%      { box-shadow: 0 40px 80px -20px oklch(0.72 0.19 295 / 0.55), 0 0 0 1px oklch(0.72 0.19 295 / 0.6); }
}

/* Hero-photo subtle entrance */
.hero-photo {
  animation: scale-in .9s cubic-bezier(.2,.8,.2,1) both;
}

/* Sales-contact hover */
.sales-contact { transition: border-color .2s ease, transform .2s ease; }
.sales-contact:hover { border-color: oklch(0.72 0.19 295 / 0.4); transform: translateY(-2px); }

/* CTA buttons: shine on hover */
.btn-primary {
  position: relative;
  overflow: hidden;
}
.btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.2) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform .55s ease;
}
.btn-primary:hover::after { transform: translateX(100%); }

/* Mobile adjustments for new elements */
@media (max-width: 720px) {
  .lms-banner { grid-template-columns: 1fr; padding: 26px; gap: 20px; }
  .lms-banner-icon { width: 64px; height: 64px; }
  .lms-banner-icon .icon { width: 30px; height: 30px; }
  .lms-banner h3 { font-size: 20px; }
  .scroll-top { bottom: 18px; right: 18px; width: 46px; height: 46px; }
}

/* Respect prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  .reveal-stagger > * { opacity: 1; transform: none; }
}

/* ============ FAQ ============ */
.faq-list {
  max-width: 820px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 10px;
}
.faq-item {
  border-radius: var(--radius-2xl);
  border: 1px solid var(--border);
  background: color-mix(in oklab, var(--card) 50%, transparent);
  backdrop-filter: blur(10px);
  overflow: hidden;
  transition: border-color .15s;
}
.faq-item[open] { border-color: oklch(0.72 0.19 295 / 0.4); }
.faq-item summary {
  padding: 22px 26px;
  cursor: pointer;
  font-size: 16px; font-weight: 500;
  display: flex; justify-content: space-between; align-items: center;
  list-style: none;
  color: var(--foreground);
  gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '⌄';
  font-size: 20px; color: var(--muted-foreground);
  transition: transform .2s;
  flex: none;
}
.faq-item[open] summary::after { transform: rotate(180deg); color: var(--primary); }
.faq-item .answer {
  padding: 0 26px 22px;
  color: var(--muted-foreground); font-size: 15px; line-height: 1.65;
}

/* ============ Final CTA ============ */
.final-cta-wrap {
  max-width: 1080px; margin: 0 auto; padding: 0 24px;
}
.final-cta-card {
  position: relative; overflow: hidden;
  border-radius: var(--radius-3xl);
  border: 1px solid var(--border-strong);
  background: linear-gradient(140deg,
    oklch(0.72 0.19 295 / 0.20),
    oklch(0.70 0.20 330 / 0.15),
    oklch(0.85 0.18 50 / 0.10));
  backdrop-filter: blur(14px);
  padding: 80px 40px;
  text-align: center;
  box-shadow: var(--shadow-xl);
}
.final-cta-card::before {
  content: ''; position: absolute;
  left: 50%; top: 0; transform: translateX(-50%);
  width: 600px; height: 240px;
  background: oklch(0.72 0.19 295 / 0.3);
  filter: blur(80px);
  pointer-events: none;
}
.final-cta-card > * { position: relative; z-index: 1; }
.final-cta-card .spark-icon {
  display: inline-grid; place-items: center;
  width: 64px; height: 64px;
  margin: 0 auto 18px;
  border-radius: 18px;
  background: linear-gradient(135deg,
    oklch(0.72 0.19 295 / 0.3),
    oklch(0.70 0.20 330 / 0.3));
  color: var(--primary);
}
.final-cta-card .urgency {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 16px; margin-bottom: 22px;
  background: oklch(0.70 0.19 22 / 0.15);
  border: 1px solid oklch(0.70 0.19 22 / 0.4);
  border-radius: 999px;
  font-size: 13px; color: var(--danger); font-weight: 600;
}
.final-cta-card .urgency .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--danger); box-shadow: 0 0 10px var(--danger);
  animation: pulse 1.5s ease-in-out infinite;
}
.final-cta-card h2 {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 700; letter-spacing: -0.025em; line-height: 1.05;
  margin-bottom: 18px;
}
.final-cta-card p {
  color: var(--muted-foreground); font-size: 18px;
  margin-bottom: 32px; max-width: 600px; margin-left: auto; margin-right: auto;
}
.final-cta-card .actions {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
}
.final-cta-card .phone {
  margin-top: 28px;
  font-size: 13px; color: var(--muted-foreground);
}
.final-cta-card .phone a { color: var(--primary); font-weight: 500; }

/* Платёжные системы + безопасность */
.pay-trust {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.pay-trust-systems {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.pay-logo {
  height: 38px;
  width: auto;
  max-width: 116px;
  object-fit: contain;
  background: #fff;
  border-radius: 6px;
  padding: 6px 12px;
  box-shadow: 0 2px 8px -2px oklch(0 0 0 / 0.4);
}
.pay-logo-visa { padding: 9px 14px; } /* PNG плотно обрезан — чуть больше воздуха */
.pay-logo-text { height: 30px; padding: 5px 10px; max-width: none; width: auto; }
.pay-trust-note {
  max-width: 640px;
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--muted-foreground);
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.pay-trust-note .icon {
  width: 15px; height: 15px;
  color: var(--success);
  flex: none;
  margin-top: 2px;
}

/* ============ Payment section ============ */
.payment {
  position: relative;
}
.payment-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}
.pay-card {
  position: relative; overflow: hidden;
  border-radius: var(--radius-2xl);
  border: 1px solid var(--border);
  background: color-mix(in oklab, var(--card) 50%, transparent);
  backdrop-filter: blur(10px);
  padding: 28px;
  display: flex; flex-direction: column;
  transition: all .2s;
}
.pay-card:hover {
  border-color: oklch(0.72 0.19 295 / 0.5);
  transform: translateY(-2px);
}
.pay-card.featured {
  border-color: oklch(0.72 0.19 295 / 0.5);
  background: linear-gradient(140deg,
    oklch(0.72 0.19 295 / 0.15),
    oklch(0.19 0.025 275 / 0.7));
}
.pay-icon {
  width: 48px; height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg,
    oklch(0.72 0.19 295 / 0.2),
    oklch(0.70 0.20 330 / 0.2));
  display: grid; place-items: center;
  font-size: 24px;
  margin-bottom: 16px;
}
.pay-card h3 {
  font-family: 'Unbounded', sans-serif;
  font-size: 19px; font-weight: 600;
  margin-bottom: 8px; letter-spacing: -0.01em;
}
.pay-card .pay-desc {
  font-size: 14px; color: var(--muted-foreground);
  margin-bottom: 18px; flex: 1;
}
.pay-card .pay-meta {
  display: flex; gap: 8px; flex-wrap: wrap;
  margin-bottom: 18px;
}
.pay-card .pay-meta .badge {
  font-size: 11px; padding: 3px 10px;
  border-radius: 999px;
  background: color-mix(in oklab, var(--card) 60%, transparent);
  color: var(--muted-foreground);
  border: 1px solid var(--border);
}
.pay-card .pay-meta .badge.fast {
  background: oklch(0.78 0.16 155 / 0.15);
  color: var(--success);
  border-color: oklch(0.78 0.16 155 / 0.3);
}

.requisites {
  margin-top: 32px;
  border-radius: var(--radius-2xl);
  border: 1px solid var(--border);
  background: color-mix(in oklab, var(--card) 40%, transparent);
  backdrop-filter: blur(10px);
  overflow: hidden;
}
.requisites summary {
  padding: 20px 26px;
  cursor: pointer;
  font-size: 15px; font-weight: 500;
  display: flex; align-items: center; justify-content: space-between;
  list-style: none;
  color: var(--foreground);
  gap: 16px;
}
.requisites summary::-webkit-details-marker { display: none; }
.requisites summary::after {
  content: '⌄';
  font-size: 18px; color: var(--muted-foreground);
  transition: transform .2s;
}
.requisites[open] summary::after { transform: rotate(180deg); color: var(--primary); }
.requisites-body {
  padding: 0 26px 24px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted-foreground);
}
.requisites-body .row {
  display: grid; grid-template-columns: 180px 1fr;
  gap: 16px;
  padding: 8px 0;
  border-bottom: 1px dashed var(--border);
}
.requisites-body .row:last-child { border-bottom: none; }
.requisites-body .row .k { color: var(--muted-foreground); }
.requisites-body .row .v { color: var(--foreground); user-select: all; }
.requisites-body .copy {
  display: inline-flex; align-items: center; gap: 4px;
  margin-left: 8px;
  font-size: 11px; color: var(--primary); cursor: pointer;
  border: none; background: transparent;
  font-family: inherit;
}
.requisites-body .copy:hover { color: var(--fuchsia); }

/* ============ Sales contact card (Inna) ============ */
.sales-contact {
  display: grid; grid-template-columns: 80px 1fr auto;
  gap: 18px; align-items: center;
  margin-top: 32px;
  padding: 22px 26px;
  border-radius: var(--radius-2xl);
  border: 1px solid var(--border);
  background: color-mix(in oklab, var(--card) 50%, transparent);
  backdrop-filter: blur(10px);
}
.sales-avatar {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--fuchsia));
  display: grid; place-items: center;
  font-family: 'Unbounded', sans-serif;
  font-size: 24px; font-weight: 700; color: var(--primary-foreground);
}
.sales-info .name {
  font-family: 'Unbounded', sans-serif;
  font-size: 16px; font-weight: 600;
  color: var(--foreground);
  margin-bottom: 2px;
}
.sales-info .role {
  font-size: 13px; color: var(--muted-foreground);
}
.sales-info .channels {
  margin-top: 6px;
  display: flex; gap: 14px; flex-wrap: wrap;
  font-size: 13px;
}
.sales-info .channels a {
  color: var(--primary); font-weight: 500;
  display: inline-flex; align-items: center; gap: 6px;
}
.sales-info .channels a .icon { width: 14px; height: 14px; }
.sales-info .channels a:hover { color: var(--fuchsia); }

@media (max-width: 720px) {
  .sales-contact { grid-template-columns: 64px 1fr; }
  .sales-contact > .btn { grid-column: 1 / -1; justify-self: stretch; }
  .requisites-body .row { grid-template-columns: 1fr; gap: 4px; }
}

/* ============ Partners trust bar ============ */
.partners {
  padding: 36px 0 8px;
  position: relative;
}
.partners-title {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted-foreground);
  font-weight: 600;
  margin-bottom: 20px;
}
.partners-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 4vw, 52px);
  flex-wrap: wrap;
}
.partner-logo {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: clamp(15px, 2vw, 20px);
  letter-spacing: -0.02em;
  color: var(--muted-foreground);
  opacity: 0.65;
  transition: opacity .2s ease, color .2s ease, transform .2s ease;
  white-space: nowrap;
}
.partner-logo .accent {
  background: linear-gradient(135deg, var(--primary), var(--fuchsia));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.partner-logo:hover {
  opacity: 1;
  color: var(--foreground);
  transform: translateY(-2px);
}

/* Footer partners (compact) */
.footer-partners {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  padding: 22px 24px 4px;
  font-family: 'Unbounded', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--text-dim, var(--muted-foreground));
  opacity: 0.55;
}
.footer-partners span { white-space: nowrap; transition: opacity .2s; }
.footer-partners span:hover { opacity: 1; }

@media (max-width: 720px) {
  .partners-row { gap: 16px 24px; }
}

/* ============ Lead capture modal ============ */
.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 20px;
}
.lead-modal[hidden] { display: none; }
.lead-modal-backdrop {
  position: absolute; inset: 0;
  background: oklch(0.08 0.02 270 / 0.7);
  backdrop-filter: blur(6px);
  animation: fade-in .2s ease;
}
@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }
.lead-modal-card {
  position: relative;
  width: 100%;
  max-width: 440px;
  background: var(--card);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-3xl);
  padding: 36px 32px 28px;
  box-shadow: var(--shadow-xl);
  animation: scale-in .25s cubic-bezier(.2,.8,.2,1);
  text-align: center;
}
.lead-modal-close {
  position: absolute; top: 16px; right: 16px;
  width: 34px; height: 34px;
  border-radius: 10px;
  background: color-mix(in oklab, var(--background) 60%, transparent);
  border: 1px solid var(--border);
  color: var(--muted-foreground);
  font-size: 15px; cursor: pointer;
  transition: all .15s;
}
.lead-modal-close:hover { color: var(--foreground); border-color: var(--border-strong); }
.lead-modal-icon {
  width: 60px; height: 60px;
  margin: 0 auto 16px;
  border-radius: 18px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, oklch(0.72 0.19 295 / 0.3), oklch(0.70 0.20 330 / 0.3));
  color: var(--primary);
}
.lead-modal-card h3 {
  font-family: 'Unbounded', sans-serif;
  font-size: 24px; font-weight: 700;
  letter-spacing: -0.02em; margin-bottom: 8px;
}
.lead-modal-sub {
  color: var(--muted-foreground);
  font-size: 14.5px; line-height: 1.5;
  margin-bottom: 22px;
}
#lead-form { display: flex; flex-direction: column; gap: 12px; }
.lead-input {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: color-mix(in oklab, var(--background) 60%, transparent);
  color: var(--foreground);
  font-size: 16px; /* 16px — чтобы iOS не зумил */
  font-family: 'Inter', sans-serif;
  transition: border-color .15s, box-shadow .15s;
}
.lead-input::placeholder { color: var(--text-dim, var(--muted-foreground)); }
.lead-input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px oklch(0.72 0.19 295 / 0.2);
}
.lead-input.invalid { border-color: var(--destructive, oklch(0.7 0.19 22)); }
.lead-error {
  font-size: 13px;
  color: oklch(0.75 0.19 22);
  text-align: left;
  margin-top: -4px;
}
.lead-error[hidden] { display: none; }
#lead-submit { width: 100%; justify-content: center; margin-top: 4px; }
#lead-submit[disabled] { opacity: .65; cursor: progress; }
.lead-modal-fine {
  font-size: 11.5px;
  color: var(--text-dim, var(--muted-foreground));
  line-height: 1.45;
  margin-top: 12px;
}
.lead-modal-alt {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  font-size: 13.5px;
  color: var(--muted-foreground);
}
.lead-modal-alt a { color: var(--primary); font-weight: 500; }
body.modal-open { overflow: hidden; }

@media (max-width: 480px) {
  .lead-modal-card { padding: 30px 22px 24px; }
}

/* ============ Footer ============ */
footer {
  border-top: 1px solid var(--border);
  padding: 40px 0 32px;
  font-size: 13px; color: var(--muted-foreground);
}
.footer-inner {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 16px;
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
}
.footer-inner a { color: var(--muted-foreground); }
.footer-inner a:hover { color: var(--foreground); }

/* ============ Responsive ============ */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { max-width: 420px; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .demo-wrap { grid-template-columns: 1fr; gap: 32px; }
  .speaker-wrap { grid-template-columns: 1fr; gap: 28px; text-align: center; }
  .speaker-avatar { margin: 0 auto; width: 160px; height: 160px; font-size: 60px; border-radius: 24px; }
}
@media (max-width: 720px) {
  .topbar-inner { padding: 12px 18px; }
  .nav-links a:not(.nav-cta) { display: none; }
  .container { padding: 0 18px; }
  section { padding: 72px 0; }
  .hero { padding: 60px 0 80px; }
  .final-cta-card { padding: 56px 24px; }
  .footer-inner { flex-direction: column; gap: 10px; text-align: center; }
  .hero-stats { gap: 16px; }
  .hero-stat dd { font-size: 22px; }
}
