/* ════════════════════════════════════════════════════════════
   MUSE Models — Couture Edition II · Pure Typography
   Noir editorial × cinematic glamour. Без изображений: только
   типографика, золото, орнаменты и движение.
   Playfair Display (дисплей) · Cormorant Garamond (курсив) · Manrope (UI)
   ════════════════════════════════════════════════════════════ */

:root {
  --ink: #0d0810;
  --ink-2: #140b19;
  --cream: #f6f0e6;
  --cream-70: rgba(246, 240, 230, 0.74);
  --cream-50: rgba(246, 240, 230, 0.5);
  --cream-30: rgba(246, 240, 230, 0.32);
  --gold: #d4af6a;
  --champagne: #ead9b0;
  --rose: #f5a6c9;
  --rose-hot: #ff5bb5;
  --plum: #7c3aed;
  --hairline: color-mix(in srgb, var(--gold) 25%, transparent);
  --display: 'Playfair Display', 'Cormorant Garamond', Georgia, serif;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Manrope', 'Inter', -apple-system, sans-serif;
  --maxw: 1220px;
  --gutter: clamp(20px, 4vw, 48px);
  --ease-lux: cubic-bezier(0.22, 1, 0.36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  background: var(--ink);
  color: var(--cream-70);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.75;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  counter-reset: chapter;
}

/* зерно плёнки */
body::after {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none; z-index: 95;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
  background-size: 180px;
  opacity: 0.05;
  mix-blend-mode: overlay;
}

/* атмосфера: мягкие цветные туманы + медленный дрейф */
.atmo { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.atmo i { position: absolute; border-radius: 50%; filter: blur(70px); animation: aurora 26s ease-in-out infinite alternate; }
.atmo .a2 { animation-duration: 34s; animation-delay: -8s; }
.atmo .a3 { animation-duration: 22s; animation-delay: -14s; }
@keyframes aurora {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(4vw, -3vh, 0) scale(1.12); }
}
.atmo .a1 { width: 52vw; height: 52vw; right: -14vw; top: -16vh; background: radial-gradient(circle, rgba(255, 91, 181, 0.13), transparent 65%); }
.atmo .a2 { width: 40vw; height: 40vw; left: -12vw; top: 30vh; background: radial-gradient(circle, rgba(124, 58, 237, 0.11), transparent 65%); }
.atmo .a3 { width: 30vw; height: 30vw; right: 18vw; bottom: -10vh; background: radial-gradient(circle, rgba(212, 175, 106, 0.08), transparent 65%); }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }

::selection { background: var(--rose-hot); color: var(--ink); }

/* индикатор прочтения */
.progress {
  position: fixed; top: 0; left: 0; height: 2px; width: 0;
  background: linear-gradient(90deg, var(--gold), var(--rose-hot));
  z-index: 100;
}

/* ── типографика ─────────────────────────────────────────── */
h1, h2, h3 { font-family: var(--display); font-weight: 500; color: var(--cream); }

.eyebrow {
  font-family: var(--sans);
  font-size: 10.5px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.3em;
  color: var(--cream-50);
}

.gold-i {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  background: linear-gradient(105deg, #f6e7c1 0%, #d4af6a 45%, #f9f0dc 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

.outline {
  color: transparent;
  -webkit-text-stroke: 1px color-mix(in srgb, var(--champagne) 52%, transparent);
}

.running-head {
  display: flex; align-items: baseline; justify-content: space-between; gap: 20px;
  padding-bottom: 12px; margin-bottom: clamp(36px, 6vw, 66px);
  border-bottom: 1px solid var(--hairline);
}
.running-head .rh-l { font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--cream-30); }
.running-head .rh-r { font-family: var(--serif); font-style: italic; font-size: 15px; color: var(--gold); opacity: 0.85; }

.section { padding: clamp(70px, 10vw, 120px) 0; position: relative; }
.section { counter-increment: chapter; }
.kicker { display: block; font-family: var(--serif); font-style: italic; font-size: 16px; color: var(--champagne); opacity: 0.65; margin-bottom: 16px; }
.kicker::before { content: "№ " counter(chapter, decimal-leading-zero) " — "; }

.section h2 {
  font-size: clamp(32px, 4.8vw, 54px);
  line-height: 1.12; letter-spacing: 0;
  margin-bottom: 18px; max-width: 20ch;
}
.section-lead { max-width: 560px; font-size: 16.5px; color: var(--cream-70); margin-bottom: clamp(32px, 5vw, 56px); }

.alt { background: var(--ink-2); }

/* ── шапка ───────────────────────────────────────────────── */
.topbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 80;
  background: color-mix(in srgb, var(--ink) 78%, transparent);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--hairline);
  transition: background 0.5s ease, box-shadow 0.5s ease;
}
.topbar.scrolled {
  background: color-mix(in srgb, var(--ink) 90%, transparent);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.38);
}
.topbar-in { display: flex; align-items: center; justify-content: space-between; height: 66px; gap: 18px; }
.logo { display: flex; align-items: baseline; gap: 10px; text-decoration: none; flex: 0 0 auto; }
.logo .mark { font-family: var(--display); font-size: 23px; letter-spacing: 0.2em; color: var(--cream); }
.logo .sub { font-size: 8.5px; font-weight: 700; letter-spacing: 0.32em; text-transform: uppercase; color: var(--cream-30); }
.top-nav { display: flex; gap: 26px; align-items: center; }
.top-nav a:not(.top-cta) {
  color: var(--cream-50); text-decoration: none; font-size: 11.5px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  background-image: linear-gradient(90deg, var(--gold), var(--rose));
  background-size: 0% 1px; background-position: left bottom; background-repeat: no-repeat;
  transition: background-size 0.5s var(--ease-lux), color 0.3s;
  padding-bottom: 4px;
}
.top-nav a:not(.top-cta):hover { color: var(--cream); background-size: 100% 1px; }
.u-link {
  color: var(--cream-50); text-decoration: none; font-size: 12px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  background-image: linear-gradient(90deg, var(--gold), var(--rose));
  background-size: 0% 1px; background-position: left bottom; background-repeat: no-repeat;
  transition: background-size 0.5s var(--ease-lux), color 0.3s;
  padding-bottom: 3px;
}
.u-link:hover { color: var(--cream); background-size: 100% 1px; }
.top-cta {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 22px; border-radius: 999px; text-decoration: none;
  border: 1px solid color-mix(in srgb, var(--rose-hot) 75%, transparent);
  color: var(--cream); font-weight: 600; font-size: 12.5px; letter-spacing: 0.05em;
  transition: background 0.45s ease, color 0.45s ease, border-color 0.45s;
}
.top-cta:hover { background: var(--rose-hot); color: var(--ink); border-color: var(--rose-hot); }

/* ── hero ────────────────────────────────────────────────── */
.hero {
  position: relative; overflow: hidden;
  padding: clamp(140px, 16vh, 190px) 0 clamp(30px, 5vw, 60px);
  min-height: 94vh;
  display: flex; flex-direction: column; justify-content: center;
  background:
    radial-gradient(ellipse 70% 60% at 78% 38%, rgba(255, 91, 181, 0.07), transparent 60%),
    radial-gradient(ellipse 60% 70% at 12% 80%, rgba(124, 58, 237, 0.07), transparent 60%),
    var(--ink);
}
.hero-watermark {
  position: absolute; right: -2vw; top: 6vh;
  font-family: var(--display); font-size: clamp(120px, 23vw, 330px); line-height: 1;
  letter-spacing: 0.05em;
  color: transparent;
  -webkit-text-stroke: 1px color-mix(in srgb, var(--champagne) 12%, transparent);
  pointer-events: none; user-select: none;
  z-index: 0;
  will-change: transform;
}
.hero-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(24px, 4vw, 56px); align-items: center;
}
.hero .eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 30px; }

.hero h1 { font-weight: 400; }
.hero h1 .l1 {
  display: block; font-family: var(--sans); font-weight: 700;
  font-size: clamp(13px, 1.6vw, 18px); letter-spacing: 0.34em; text-transform: uppercase;
  color: var(--cream-70); margin-bottom: 22px;
}
.hero h1 .l2 {
  display: block; font-size: clamp(50px, 7.6vw, 98px); line-height: 1.02; letter-spacing: 0;
}
.hero h1 .l3 {
  display: block; font-family: var(--serif); font-style: italic; font-weight: 500;
  font-size: clamp(40px, 6vw, 76px); line-height: 1.05;
  margin-left: clamp(0px, 5vw, 72px); margin-top: 10px;
}
.hero-sub { max-width: 500px; font-size: 16px; margin: 32px 0 40px; }
.hero-sub b { color: var(--cream); font-weight: 700; }
.hero-ctas { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }

.btn-main {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 18px 38px; border-radius: 999px; text-decoration: none;
  background: linear-gradient(100deg, var(--rose-hot), #d94fa4);
  color: #14060e;
  font-weight: 700; font-size: 15px; letter-spacing: 0.02em;
  box-shadow: 0 10px 40px rgba(255, 91, 181, 0.22);
  transition: transform 0.5s var(--ease-lux), box-shadow 0.5s;
}
.btn-main::before {
  content: ""; position: absolute; top: 0; bottom: 0; left: -80%;
  width: 50%; transform: skewX(-20deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.7s var(--ease-lux);
}
.btn-main:hover { transform: translateY(-2px); box-shadow: 0 14px 50px rgba(255, 91, 181, 0.35); }
.btn-main:hover::before { left: 130%; }
.btn-main .arr { transition: transform 0.5s var(--ease-lux); }
.btn-main:hover .arr { transform: translateX(5px); }

/* ── hero-артворк ────────────────────────────────────────── */
.hero-figure { position: relative; will-change: transform; display: flex; justify-content: center; }
.hero-orbits { position: absolute; inset: -12% -18%; z-index: 0; pointer-events: none; }
.hero-orbits svg { width: 100%; height: 100%; }

.orbit { animation: spin 60s linear infinite; transform-origin: center; }
.orbit2 { animation: spin 90s linear infinite reverse; transform-origin: center; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ── парение орнаментов ──────────────────────────────────── */
@keyframes floaty { from { translate: 0 0; } to { translate: 0 -9px; } }
.float { animation: floaty 7.5s ease-in-out var(--fd, 0s) infinite alternate; }

/* ── тикер ───────────────────────────────────────────────── */
.ticker {
  border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline);
  overflow: hidden; padding: 17px 0; position: relative; z-index: 2;
  background: color-mix(in srgb, var(--ink-2) 60%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.ticker-track { display: flex; width: max-content; animation: marquee 58s linear infinite; }
.ticker-track > span { display: flex; align-items: baseline; gap: 38px; padding-right: 38px; white-space: nowrap; }
@keyframes marquee { to { transform: translateX(-50%); } }
.tk-a { font-family: var(--display); font-size: 18px; color: var(--cream); }
.tk-b { font-size: 19px; }
.tk-o { font-family: var(--display); font-size: 18px; color: transparent; -webkit-text-stroke: 0.7px color-mix(in srgb, var(--rose) 72%, transparent); }
.tk-s { color: var(--gold); font-size: 11px; align-self: center; }

/* ── статистика ──────────────────────────────────────────── */
.stats-in { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: clamp(28px, 4vw, 48px) 22px; text-align: center; position: relative; }
.stat + .stat::before {
  content: ""; position: absolute; left: 0; top: 24%; bottom: 24%; width: 1px;
  background: var(--hairline);
}
.stat .num { font-family: var(--display); font-size: clamp(34px, 4.8vw, 58px); line-height: 1; color: var(--cream); }
.stat .num sup { font-size: 0.5em; color: var(--gold); }
.stat .lbl { margin-top: 14px; font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--cream-50); }

/* ── услуги ──────────────────────────────────────────────── */
.svc-list { border-top: 1px solid var(--hairline); }
.svc {
  display: grid; grid-template-columns: 80px minmax(0, 4fr) minmax(0, 6fr);
  gap: clamp(14px, 3vw, 44px); align-items: baseline;
  padding: clamp(22px, 3.2vw, 34px) 8px;
  border-bottom: 1px solid var(--hairline);
  position: relative; transition: padding-left 0.5s var(--ease-lux), background 0.5s;
}
.svc::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 2px;
  background: linear-gradient(180deg, var(--gold), var(--rose));
  transform: scaleY(0); transform-origin: top;
  transition: transform 0.5s var(--ease-lux);
}
.svc:hover { padding-left: 20px; background: color-mix(in srgb, var(--cream) 2%, transparent); }
.svc:hover::before { transform: scaleY(1); }
.svc .n { font-family: var(--serif); font-style: italic; font-size: 18px; color: var(--gold); opacity: 0.8; }
.svc h3 { font-size: clamp(20px, 2.4vw, 26px); }
.svc p { font-size: 14.5px; color: var(--cream-70); }

/* ── доход ───────────────────────────────────────────────── */
.ladder { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
.rung { padding: clamp(28px, 3.8vw, 48px) 22px; position: relative; transition: background 0.5s; }
.rung:hover { background: color-mix(in srgb, var(--cream) 2.5%, transparent); }
.rung + .rung::before { content: ""; position: absolute; left: 0; top: 20%; bottom: 20%; width: 1px; background: var(--hairline); }
.rung .period { font-size: 10px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--cream-50); margin-bottom: 18px; }
.rung .sum { font-family: var(--display); font-size: clamp(24px, 3vw, 38px); line-height: 1; color: var(--cream); margin-bottom: 14px; }
.rung.hot .sum { background: linear-gradient(105deg, #f6e7c1, #d4af6a 45%, #f9f0dc); -webkit-background-clip: text; background-clip: text; color: transparent; }
.rung .note { font-size: 12.5px; line-height: 1.6; color: var(--cream-50); }

.income-split {
  display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
  gap: clamp(20px, 4vw, 60px); align-items: center;
  margin-top: clamp(38px, 5vw, 64px);
}
.income-split .pct {
  font-family: var(--serif); font-style: italic; font-weight: 300;
  font-size: clamp(64px, 9vw, 118px); line-height: 0.9; letter-spacing: -0.02em;
  white-space: nowrap;
  width: max-content; max-width: 100%;
}
.income-split p { font-size: 15.5px; color: var(--cream-70); }
.income-split p b { color: var(--cream); }

/* — пруф-телефон: статистика вместо обещаний — */
.proof-grid {
  display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
  gap: clamp(28px, 5vw, 70px); align-items: center;
  margin-top: clamp(44px, 6vw, 72px);
}
.proof-kicker { font-family: var(--serif); font-style: italic; font-size: 16px; }
.proof-txt h3 { font-size: clamp(24px, 3vw, 36px); margin: 10px 0 16px; text-wrap: balance; }
.proof-txt p { font-size: 15px; max-width: 46ch; text-wrap: pretty; }
.proof-note { margin-top: 12px; font-size: 12.5px; color: var(--cream-50); }
.phone-wrap { position: relative; justify-self: center; width: min(292px, 64vw); }
.phone-glow {
  position: absolute; inset: -14%;
  background: radial-gradient(ellipse 62% 55% at 50% 45%, rgba(212, 175, 106, 0.17), rgba(255, 91, 181, 0.06) 55%, transparent 76%);
  filter: blur(30px); z-index: 0;
}
.phone-shot {
  position: relative; z-index: 1; margin: 0;
  border-radius: 15.8% / 7.7%;
  overflow: hidden;
  transform: rotate(-3.5deg);
  transition: transform 0.7s var(--ease-lux);
  box-shadow:
    0 34px 80px rgba(0, 0, 0, 0.55),
    0 6px 22px rgba(0, 0, 0, 0.4),
    0 0 44px rgba(212, 175, 106, 0.12);
}
.phone-wrap:hover .phone-shot { transform: rotate(0deg) scale(1.015); }
.phone-shot img { display: block; width: 100%; height: auto; }
.phone-wrap .spark.s1 { top: -3%; right: -7%; }
.phone-wrap .spark.s3 { bottom: 6%; left: -11%; top: auto; }

.disclaimer {
  margin-top: clamp(32px, 4vw, 50px);
  border: 1px solid var(--hairline);
  padding: 20px 28px;
  font-size: 12.5px; line-height: 1.7; color: var(--cream-50);
  position: relative;
}
.disclaimer::before { content: "N.B."; position: absolute; top: -11px; left: 24px; padding: 0 10px; background: var(--ink-2); font-family: var(--serif); font-style: italic; font-size: 15px; color: var(--gold); }
.section:not(.alt) .disclaimer::before { background: var(--ink); }

/* ── безопасность ────────────────────────────────────────── */
.safety-grid { display: grid; grid-template-columns: minmax(0, 8fr) minmax(0, 4fr); gap: clamp(24px, 4vw, 56px); align-items: center; }
.safety-grid .seal { justify-self: center; }
.safety-frame { border: 1px solid var(--hairline); padding: clamp(28px, 4.4vw, 58px); position: relative; }
.safety-frame::after {
  content: ""; position: absolute; inset: 7px; border: 1px solid color-mix(in srgb, var(--gold) 12%, transparent);
  pointer-events: none;
}
.safety-frame .sf-label {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  padding: 0 18px; background: var(--ink);
  font-family: var(--serif); font-style: italic; font-size: 16px; color: var(--gold); white-space: nowrap;
}
.safety-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(20px, 3vw, 36px) clamp(26px, 4vw, 60px); }
.safety-item { display: flex; gap: 16px; align-items: flex-start; }
.safety-item .check { font-family: var(--serif); font-style: italic; color: var(--gold); font-size: 18px; line-height: 1.5; }
.safety-item b { display: block; color: var(--cream); font-weight: 700; font-size: 15px; margin-bottom: 5px; }
.safety-item span { color: var(--cream-50); font-size: 13.5px; line-height: 1.65; }

/* ── два пути ────────────────────────────────────────────── */
.paths-grid { display: grid; grid-template-columns: 1fr minmax(230px, 290px) 1fr; gap: clamp(20px, 3vw, 44px); align-items: center; }
.paths-grid .paths-divider { justify-self: center; }
.path-panel {
  border: 1px solid var(--hairline); padding: clamp(28px, 4vw, 50px);
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, color-mix(in srgb, var(--cream) 2%, transparent), transparent 40%);
  transition: border-color 0.5s ease, transform 0.6s var(--ease-lux);
}
.path-panel:hover { border-color: color-mix(in srgb, var(--rose) 45%, transparent); transform: translateY(-4px); }
.path-panel .p-motif { position: absolute; right: -16px; top: -10px; width: 150px; opacity: 0.5; }
.path-panel .p-num {
  position: absolute; right: 22px; bottom: 6px;
  font-family: var(--display); font-size: 110px; line-height: 1;
  color: transparent; -webkit-text-stroke: 1px color-mix(in srgb, var(--champagne) 10%, transparent);
  pointer-events: none;
}
.path-panel h3 { font-size: clamp(22px, 2.8vw, 30px); margin-bottom: 22px; max-width: 85%; }
.path-panel h3 em { font-family: var(--serif); font-style: italic; color: var(--rose); }
.path-panel ul { list-style: none; margin-bottom: 30px; }
.path-panel li { padding: 10px 0 10px 28px; position: relative; color: var(--cream-70); font-size: 14.5px; border-bottom: 1px solid color-mix(in srgb, var(--cream) 6%, transparent); }
.path-panel li:last-child { border-bottom: none; }
.path-panel li::before { content: "✦"; content: "✦" / ""; position: absolute; left: 2px; top: 11px; color: var(--gold); font-size: 10px; }

/* ── шаги: золотой таймлайн с узлами ─────────────────────── */
.step-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0 8px; }
.step { padding: clamp(28px, 3.6vw, 46px) 18px 0 0; position: relative; }
.step::after {
  content: ""; position: absolute; top: 0; left: 0; right: 6px; height: 1px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--gold) 50%, transparent), var(--hairline) 55%, transparent);
}
.step::before {
  content: ""; position: absolute; top: -4px; left: 1px; width: 9px; height: 9px;
  rotate: 45deg; z-index: 1;
  background: linear-gradient(135deg, #f6e7c1, #d4af6a);
  box-shadow: 0 0 10px rgba(212, 175, 106, 0.55);
  transition: scale 0.45s var(--ease-lux), box-shadow 0.45s ease;
}
.step:hover::before { scale: 1.3; box-shadow: 0 0 20px rgba(212, 175, 106, 0.95); }
.step .n {
  display: block; font-family: var(--serif); font-style: italic; font-weight: 300;
  font-size: clamp(42px, 4.6vw, 62px); line-height: 1; margin-bottom: 16px;
  background: linear-gradient(105deg, #f6e7c1, #d4af6a 55%, #f9f0dc);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  transition: filter 0.5s ease;
}
.step:hover .n { filter: drop-shadow(0 0 14px rgba(212, 175, 106, 0.45)); }
.step b { display: block; color: var(--cream); font-size: 15.5px; font-weight: 700; margin-bottom: 8px; }
.step span { font-size: 13px; color: var(--cream-50); line-height: 1.65; }

/* ── цитаты ──────────────────────────────────────────────── */
.voices-grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: clamp(24px, 4vw, 60px); align-items: center; margin-bottom: clamp(44px, 6vw, 70px); }
.voices-grid .q-orn { justify-self: center; }
.voices-grid .pull-quote { margin-bottom: 0; }
.pull-quote { text-align: center; max-width: 840px; margin: 0 auto clamp(44px, 6vw, 70px); position: relative; }
.pull-quote p { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: clamp(24px, 3.4vw, 40px); line-height: 1.35; color: var(--cream); }
.pull-quote .who { margin-top: 26px; }
/* — трест-бар над отзывами — */
.trust-bar {
  display: flex; align-items: center; gap: 18px;
  max-width: 720px; margin: 0 auto clamp(30px, 4vw, 46px);
}
.trust-bar .tb-line { flex: 1; height: 1px; }
.trust-bar .tb-line:first-child { background: linear-gradient(90deg, transparent, var(--hairline)); }
.trust-bar .tb-line:last-child { background: linear-gradient(90deg, var(--hairline), transparent); }
.trust-bar .tb-text {
  font-size: 10.5px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--cream-50); white-space: nowrap;
}

/* — trust-карточки отзывов: masonry — */
.reviews-row { columns: 2; column-gap: clamp(20px, 3vw, 36px); max-width: 940px; margin: 0 auto; }
.reviews-row .review-card { break-inside: avoid; margin-bottom: clamp(20px, 3vw, 36px); }
.review-card {
  position: relative;
  border: 1px solid var(--hairline);
  background: linear-gradient(165deg, color-mix(in srgb, var(--cream) 3%, transparent), transparent 55%);
  padding: clamp(22px, 3vw, 32px) clamp(22px, 3vw, 34px) clamp(16px, 2.4vw, 24px);
  transition: border-color 0.5s ease, transform 0.5s var(--ease-lux), box-shadow 0.5s ease;
}
.review-card::before {
  content: "“"; position: absolute; top: 8px; right: 20px;
  font-family: var(--display); font-size: 64px; line-height: 1;
  color: color-mix(in srgb, var(--gold) 28%, transparent);
  pointer-events: none;
}
.review-card:hover {
  border-color: color-mix(in srgb, var(--gold) 45%, transparent);
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
}
.rc-head { display: flex; align-items: center; gap: 13px; margin-bottom: 15px; }
.rc-ava {
  width: 40px; height: 40px; border-radius: 50%; flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  font-style: normal; font-size: 14px; color: #14060e;
  background: linear-gradient(135deg, #f6e7c1, #d4af6a 60%, #c99a52);
  box-shadow: 0 4px 14px rgba(212, 175, 106, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.rc-id b { display: block; color: var(--cream); font-size: 14px; font-weight: 700; letter-spacing: 0.02em; }
.rc-meta { font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cream-50); }
.rc-text { font-family: var(--serif); font-style: italic; font-size: 18.5px; line-height: 1.55; color: var(--cream-70); margin-bottom: 16px; max-width: 92%; text-wrap: pretty; }
.rc-foot {
  display: flex; align-items: center; gap: 8px;
  padding-top: 12px; border-top: 1px solid color-mix(in srgb, var(--cream) 6%, transparent);
  font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cream-30);
}
.rc-check {
  display: inline-flex; width: 16px; height: 16px; border-radius: 50%; flex: 0 0 auto;
  border: 1px solid color-mix(in srgb, var(--gold) 55%, transparent);
  color: var(--gold); font-size: 9px; align-items: center; justify-content: center;
}

/* ── FAQ ─────────────────────────────────────────────────── */
.faq-list { max-width: 840px; margin: 0 auto; border-top: 1px solid var(--hairline); }
.faq-item { border-bottom: 1px solid var(--hairline); transition: background 0.4s; }
.faq-item[open] { background: color-mix(in srgb, var(--cream) 2%, transparent); }
.faq-item summary {
  cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: baseline; gap: 22px;
  padding: 23px 10px;
  font-family: var(--display); font-size: clamp(17px, 2vw, 21px); color: var(--cream);
  transition: color 0.3s;
}
.faq-item summary:hover { color: var(--rose); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; content: "+" / ""; font-family: var(--serif); font-size: 26px; color: var(--gold);
  flex: 0 0 auto; transition: transform 0.4s var(--ease-lux);
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .a { padding: 0 10px 26px; font-size: 14.5px; color: var(--cream-70); max-width: 92%; }

/* ── финал ───────────────────────────────────────────────── */
.final { text-align: center; position: relative; overflow: hidden; padding: clamp(100px, 15vw, 170px) 0; }
.final h2 { font-size: clamp(38px, 6.6vw, 80px); line-height: 1.05; max-width: none; margin: 0 auto 22px; }
.final h2 .gold-i { font-size: 1.06em; }
.final p { max-width: 460px; margin: 0 auto 44px; }

/* ── футер ───────────────────────────────────────────────── */
footer { border-top: 1px solid var(--hairline); padding: 44px 0 36px; font-size: 12px; color: var(--cream-30); position: relative; }
.foot-in { display: flex; justify-content: space-between; align-items: flex-start; gap: 26px; flex-wrap: wrap; }
.foot-in a { color: var(--cream-50); text-decoration: none; margin-right: 24px; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; }
.foot-in a:hover { color: var(--cream); }
.foot-legal { margin-top: 24px; font-size: 11px; line-height: 1.75; max-width: 900px; }
.age-badge {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid var(--hairline); font-size: 12px;
  font-family: var(--display); color: var(--cream-50); flex: 0 0 auto;
}

/* ── возрастной гейт ─────────────────────────────────────── */
.age-gate {
  position: fixed; inset: 0; z-index: 200;
  display: flex; align-items: center; justify-content: center;
  background: color-mix(in srgb, var(--ink) 72%, transparent);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  opacity: 1; transition: opacity 0.5s ease, visibility 0s linear 0.5s;
}
.age-gate.hide { opacity: 0; pointer-events: none; visibility: hidden; }
.age-card {
  max-width: 430px; width: calc(100% - 40px);
  background: var(--ink-2);
  border: 1px solid var(--hairline);
  padding: 44px 40px 36px; text-align: center; position: relative;
}
.age-card::after { content: ""; position: absolute; inset: 6px; border: 1px solid color-mix(in srgb, var(--gold) 14%, transparent); pointer-events: none; }
.age-card .ag-mark { font-family: var(--display); font-size: 21px; letter-spacing: 0.2em; color: var(--cream); margin-bottom: 6px; }
.age-card .ag-18 { font-family: var(--serif); font-style: italic; font-size: 44px; line-height: 1.1; margin: 10px 0 14px; }
.age-card p { font-size: 13.5px; color: var(--cream-50); margin-bottom: 26px; line-height: 1.65; }
.age-actions { display: flex; gap: 12px; justify-content: center; position: relative; z-index: 1; }
.age-yes {
  flex: 1; padding: 13px 10px; border-radius: 999px; border: none; cursor: pointer;
  background: linear-gradient(100deg, var(--rose-hot), #d94fa4); color: #14060e;
  font-family: var(--sans); font-weight: 700; font-size: 14px;
  transition: transform 0.4s var(--ease-lux);
}
.age-yes:hover { transform: translateY(-1px); }
.age-no {
  flex: 1; padding: 13px 10px; border-radius: 999px; cursor: pointer;
  background: transparent; border: 1px solid var(--hairline); color: var(--cream-50);
  font-family: var(--sans); font-weight: 600; font-size: 14px;
  text-decoration: none; display: inline-flex; align-items: center; justify-content: center;
}
.age-no:hover { color: var(--cream); }
.age-no[hidden], .age-yes[hidden] { display: none; }
.age-warn {
  font-size: 13.5px; line-height: 1.65; margin-bottom: 26px;
  color: var(--champagne);
  border: 1px solid color-mix(in srgb, var(--gold) 30%, transparent);
  padding: 14px 16px; border-radius: 4px;
  background: color-mix(in srgb, var(--gold) 5%, transparent);
}
.age-warn[hidden] { display: none; }

/* ── появление при скролле (JS-gated: без JS контент виден) ── */
.reveal { transition: opacity 0.9s ease, transform 0.9s var(--ease-lux); }
.js .reveal:not(.on) { opacity: 0; transform: translateY(28px); }

/* ── адаптив ─────────────────────────────────────────────── */
@media (max-width: 1060px) {
  .top-nav a:not(.top-cta) { display: none; }
}
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-figure { margin: 40px auto 0; }
  .hero-watermark { font-size: 34vw; right: -8vw; top: 3vh; }
  .paths-grid { grid-template-columns: 1fr; }
  .paths-grid .paths-divider { order: 1; margin: 6px auto; }
  .paths-grid .path-panel:last-child { order: 2; }
  .stats-in { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(3)::before { display: none; }
  .stat { border-bottom: 1px solid var(--hairline); }
  .stat:nth-child(3), .stat:nth-child(4) { border-bottom: none; }
  .ladder { grid-template-columns: repeat(2, 1fr); }
  .rung { border-bottom: 1px solid var(--hairline); }
  .rung:nth-child(3), .rung:nth-child(4) { border-bottom: none; }
  .rung:nth-child(3)::before { display: none; }
  .step-row { grid-template-columns: repeat(2, 1fr); gap: 0 26px; }
  .safety-grid, .voices-grid { grid-template-columns: 1fr; }
  .safety-grid .seal { order: 2; }
  .svc { grid-template-columns: 54px 1fr; }
  .svc p { grid-column: 2; }
  .income-split { grid-template-columns: 1fr; }
  .paths-grid, .safety-list { grid-template-columns: 1fr; }
  .reviews-row { columns: 1; }
  .trust-bar .tb-text { white-space: normal; text-align: center; line-height: 1.7; }
}
@media (max-width: 620px) {
  body { font-size: 15px; }
  .top-cta { font-size: 11px; padding: 8px 14px; white-space: nowrap; }
  .logo .sub { display: none; }
  .hero { min-height: auto; padding-top: 120px; }
  .hero h1 .l3 { margin-left: 0; }
  .hero-ctas { gap: 20px; }
  .hero-watermark { font-size: 52vw; top: 1.5vh; left: -7vw; right: auto; -webkit-text-stroke: 1px color-mix(in srgb, var(--champagne) 17%, transparent); }
  .running-head .rh-r { display: none; }
  .income-split .pct { font-size: 64px; white-space: normal; }
  /* вертикальный таймлайн шагов */
  .step-row { grid-template-columns: 1fr; }
  .step { padding: 20px 0 22px 30px; }
  .step::after { top: 0; bottom: 0; left: 4px; right: auto; width: 1px; height: auto; background: linear-gradient(180deg, color-mix(in srgb, var(--gold) 40%, transparent), var(--hairline) 60%, transparent); }
  .step:last-child::after { background: linear-gradient(180deg, color-mix(in srgb, var(--gold) 40%, transparent), transparent 80%); }
  .step::before { top: 28px; left: 0; }
  .step .n { font-size: 44px; }
  /* — мобильная компоновка: плотный hero, ровный ритм секций — */
  .hero { padding-top: 104px; }
  .hero .eyebrow { margin-bottom: 20px; }
  .hero-sub { margin: 22px 0 30px; }
  .hero-grid { gap: 6px; }
  .hero-figure { margin: 2px auto 0; }
  .medallion { width: min(272px, 72vw); margin-top: 0; }
  .section { padding: 58px 0; }
  .running-head { margin-bottom: 28px; }
  .section-lead { margin-bottom: 26px; }
  .stat { padding: 22px 12px; }
  .stat .lbl { margin-top: 10px; }
  .svc { padding: 18px 6px; }
  .income-split { gap: 16px; margin-top: 32px; }
  .safety-frame { padding: 26px 18px; }
  .safety-list { gap: 20px; }
  .faq-item summary { padding: 19px 6px; font-size: 16.5px; }
  .final { padding: 76px 0; }
  .final p { margin-bottom: 34px; }
}

/* ═══ ОРНАМЕНТАЛЬНЫЙ СЛОЙ — чистая типографика, без изображений ═══ */

/* — секция с абсолютным орнаментом — */
.has-line { overflow: hidden; }
.has-line > .wrap { position: relative; z-index: 2; }

/* — медальон hero: круговой текст + монограмма — */
.medallion {
  position: relative; z-index: 2;
  width: min(400px, 84vw); aspect-ratio: 1;
  margin: 0 auto;
  transform: translate3d(0, var(--plx, 0px), 0);
}
.med-svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.med-rot { animation: spin 46s linear infinite; }
.med-rot.slow { animation-duration: 64s; }
.med-text {
  font-family: var(--sans); font-size: 12.5px; font-weight: 600;
  letter-spacing: 0.42em;
}
.med-text.sm { font-size: 11.5px; letter-spacing: 0.38em; }
.med-core {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
}
.med-core::before {
  content: ""; position: absolute; width: 58%; height: 58%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 106, 0.14), rgba(255, 91, 181, 0.05) 55%, transparent 72%);
  filter: blur(18px);
}
.med-m {
  position: relative;
  font-size: clamp(110px, 13vw, 158px); line-height: 0.9;
  font-weight: 500;
  background-size: 220% 100%;
  animation: goldshine 7s linear infinite;
  filter: drop-shadow(0 0 26px rgba(212, 175, 106, 0.22));
}
.med-est {
  position: relative;
  font-family: var(--serif); font-style: italic;
  font-size: 15px; color: var(--cream-50); letter-spacing: 0.08em;
}
.med-est b { font-weight: 500; color: var(--champagne); }

/* — искры-звёзды — */
.spark {
  position: absolute; font-style: normal;
  color: var(--champagne); font-size: 13px;
  text-shadow: 0 0 12px rgba(234, 217, 176, 0.6);
  animation: twinkle 3.4s ease-in-out var(--td, 0s) infinite;
  pointer-events: none;
}
.spark.s1 { top: 7%; right: 12%; --td: 0s; }
.spark.s2 { bottom: 12%; left: 6%; --td: 1.1s; font-size: 10px; }
.spark.s3 { top: 40%; left: -4%; --td: 2.2s; font-size: 11px; }
.spark.s4 { bottom: -2%; right: 22%; --td: 0.6s; font-size: 9px; }
@keyframes twinkle {
  0%, 100% { opacity: 0.2; transform: scale(0.75) rotate(0deg); }
  50% { opacity: 0.95; transform: scale(1.12) rotate(18deg); }
}

/* — ghost-слова секций: гигантский курсив-контур — */
.ghost-word {
  position: absolute; z-index: 0;
  font-family: var(--serif); font-style: italic; font-weight: 300;
  font-size: clamp(150px, 21vw, 320px); line-height: 1;
  white-space: nowrap; pointer-events: none; user-select: none;
  color: transparent;
  -webkit-text-stroke: 1px color-mix(in srgb, var(--champagne) 13%, transparent);
  transform: translate3d(0, var(--plx, 0px), 0);
  will-change: transform;
}
.ghost-word::first-letter { letter-spacing: 0; }

/* — центрированное ghost-слово (финальный CTA) — */
.ghost-word.ghost-center {
  left: 0; right: 0; text-align: center;
  font-size: clamp(80px, 12.5vw, 200px);
}

/* — печать приватности — */
.seal {
  position: relative; justify-self: center;
  width: min(280px, 66vw); aspect-ratio: 1;
}
.seal-core {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 44px; font-style: normal;
  filter: drop-shadow(0 0 18px rgba(212, 175, 106, 0.35));
  animation: twinkle 5s ease-in-out infinite;
}

/* — разделитель «или» между путями — */
.paths-divider {
  justify-self: center; align-self: stretch;
  display: flex; flex-direction: column; align-items: center; gap: 18px;
  padding: 12px 0; min-height: 260px;
}
.paths-divider .pd-line {
  flex: 1; width: 1px;
  background: linear-gradient(180deg, transparent, var(--hairline) 30%, var(--hairline) 70%, transparent);
}
.paths-divider .pd-diamond {
  width: 74px; height: 74px; flex: 0 0 auto;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid color-mix(in srgb, var(--gold) 40%, transparent);
  rotate: 45deg;
  position: relative;
  background: color-mix(in srgb, var(--ink-2) 70%, transparent);
}
.paths-divider .pd-diamond::after {
  content: ""; position: absolute; inset: 5px;
  border: 1px solid color-mix(in srgb, var(--gold) 16%, transparent);
}
.paths-divider .pd-diamond em {
  rotate: -45deg;
  font-family: var(--serif); font-style: italic; font-size: 19px;
  background: linear-gradient(100deg, #f6e7c1, #d4af6a 55%, #f9f0dc);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* — орнамент-кавычка в «Голосах» — */
.q-orn {
  position: relative; justify-self: center;
  width: min(240px, 56vw); aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center;
}
.q-orn::before {
  content: ""; position: absolute; inset: 6%;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--gold) 22%, transparent);
}
.q-orn::after {
  content: ""; position: absolute; inset: 13%;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--rose) 14%, transparent);
}
.q-glyph {
  font-size: clamp(150px, 17vw, 210px); line-height: 0.4;
  transform: translateY(28%);
  background-size: 220% 100%;
  animation: goldshine 7s linear infinite;
  filter: drop-shadow(0 0 24px rgba(212, 175, 106, 0.25));
}

/* — флерон финала — */
.fleuron {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  margin: 0 auto 34px; max-width: 420px;
}
.fleuron .fl-line { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, var(--hairline)); }
.fleuron .fl-line:last-child { background: linear-gradient(90deg, var(--hairline), transparent); }
.fleuron .fl-star {
  font-style: normal; color: var(--gold); font-size: 11px;
  animation: twinkle 4s ease-in-out infinite;
}
.fleuron .fl-star.big { font-size: 17px; color: var(--champagne); animation-delay: 1.3s; }

/* — reveal-scale: вход орнаментов с масштабом — */
.reveal-scale { transition: opacity 0.9s ease-out, transform 1.2s var(--ease-lux); }
.js .reveal-scale:not(.on) { opacity: 0; transform: scale(0.88) rotate(-3deg); }

/* — адаптив орнаментов — */
@media (max-width: 980px) {
  .medallion { width: min(320px, 76vw); margin-top: 10px; }
  .ghost-word { opacity: 0.6; }
  .proof-grid { grid-template-columns: 1fr; }
  .phone-wrap { margin-top: 8px; }
  .paths-divider { min-height: 0; flex-direction: row; width: 100%; max-width: 420px; margin: 4px auto; padding: 0 12px; }
  .paths-divider .pd-line { width: auto; height: 1px; flex: 1; background: linear-gradient(90deg, transparent, var(--hairline) 30%, var(--hairline) 70%, transparent); }
  .paths-divider .pd-diamond { width: 58px; height: 58px; }
  .paths-divider .pd-diamond em { font-size: 16px; }
}
@media (max-width: 620px) {
  .ghost-word {
    font-size: clamp(100px, 32vw, 160px);
    opacity: 0.85;
    -webkit-text-stroke: 1px color-mix(in srgb, var(--champagne) 18%, transparent);
  }
  .ghost-word.ghost-center { font-size: clamp(46px, 15vw, 78px); }
  .seal { width: min(230px, 62vw); }
  .q-orn { width: min(200px, 52vw); }
  .q-glyph { font-size: 120px; }
  .proof-grid { margin-top: 34px; }
  .phone-wrap { width: min(258px, 74vw); }
}

@media (prefers-reduced-motion: reduce) {
  .ticker-track, .orbit, .orbit2, .btn-main::before, .float, .atmo i,
  .med-rot, .med-m, .q-glyph, .spark, .seal-core, .fleuron .fl-star { animation: none !important; }
  .js .reveal:not(.on), .js .reveal-scale:not(.on) { opacity: 1; transform: none; }
  .reveal, .reveal-scale { transition: none; }
  .ghost-word, .medallion { transform: none; }
}

/* ═══════════════════════════════════════════════════════════
   POLISH PASS — детальная доводка: типографика, детали, моушн
   ═══════════════════════════════════════════════════════════ */

/* — перенос строк: ровные заголовки, без вдов в тексте — */
.section h2, .final h2, .hero h1 .l2, .hero h1 .l3, .path-panel h3, .pull-quote p { text-wrap: balance; }
.section-lead, .hero-sub, .faq-item .a, .safety-item span, .rung .note, .step span, .path-panel li, .disclaimer, .svc p { text-wrap: pretty; }

/* — оптический трекинг крупного Didone — */
.hero h1 .l2 { letter-spacing: -0.018em; }
.section h2 { letter-spacing: -0.01em; }
.final h2 { letter-spacing: -0.015em; }

/* — иерархия лидов, мера строки, сглаживание серифов — */
.section-lead { line-height: 1.55; }
.hero-sub { line-height: 1.6; }
.faq-item .a { max-width: 64ch; }
.income-split p { max-width: 60ch; }
body { -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; }
h1, h2, h3, .gold-i, .kicker, .pull-quote p { font-feature-settings: "kern" 1, "liga" 1, "calt" 1; }

/* — цифры: табличные lining + резерв ширины счётчика — */
.stat .num, .step .n, .p-num { font-variant-numeric: tabular-nums lining-nums; font-feature-settings: "tnum" 1, "lnum" 1; }
.stat .num span[data-count] { display: inline-block; text-align: center; }
.stat .num span[data-count="50"] { min-width: 2ch; }

/* — металлическое золото + вес курсива на тёмном — */
.gold-i, .step .n, .rung.hot .sum {
  background: linear-gradient(100deg, #b8894a 0%, #e8c883 22%, #fff4d6 42%, #d4af6a 60%, #f3e2b6 82%, #c99a52 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  /* запас под свес курсивных глифов: фон-градиент не обрезает последнюю букву */
  padding-right: 0.09em; margin-right: -0.09em;
}
.step .n { background-size: 200% 100%; font-weight: 400; }
.income-split .pct { font-weight: 400; }
@media (prefers-reduced-motion: no-preference) { .step .n { animation: goldshine 6s linear infinite; } }
@keyframes goldshine { to { background-position: 200% 0; } }

/* — чередование глав: золотой seam на .alt — */
.alt { box-shadow: inset 0 1px 0 color-mix(in srgb, var(--gold) 12%, transparent), inset 0 -1px 0 color-mix(in srgb, var(--gold) 12%, transparent); }

/* — полоса цифр оформлена как band — */
section:has(> .stats-in) { padding: clamp(10px, 2vw, 26px) 0; border-bottom: 1px solid var(--hairline); }

/* — тающие вертикальные разделители колонок — */
.stat + .stat::before, .rung + .rung::before { background: linear-gradient(180deg, transparent, var(--hairline) 22%, var(--hairline) 78%, transparent); }

/* — главная кнопка: тактильная физика + магнитное притяжение — */
.btn-main {
  box-shadow: 0 2px 8px rgba(255, 91, 181, 0.18), 0 12px 40px rgba(255, 91, 181, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition: transform 0.5s var(--ease-lux), box-shadow 0.5s var(--ease-lux), translate 0.35s var(--ease-lux);
}
.btn-main:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(255, 91, 181, 0.26), 0 18px 54px rgba(255, 91, 181, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.45); }
.btn-main:active { transform: translateY(0) scale(0.97); transition-duration: 0.11s; }
.btn-main .arr { display: inline-block; transform: translateY(0.5px); transition: transform 0.5s var(--ease-lux); }
.btn-main:hover .arr { transform: translate(5px, 0.5px); }

/* — top-cta: розовый свип + tactile — */
.top-cta { transition: background 0.45s ease, color 0.45s ease, border-color 0.45s, transform 0.2s var(--ease-lux); }
.top-cta::before { content: ""; position: absolute; top: 0; bottom: 0; left: -80%; width: 45%; transform: skewX(-20deg); pointer-events: none; background: linear-gradient(90deg, transparent, rgba(255, 91, 181, 0.28), transparent); transition: left 0.7s var(--ease-lux); }
.top-cta:hover::before { left: 140%; }
.top-cta:active { transform: scale(0.96); }

/* — age-кнопки: тень + tactile — */
.age-yes { box-shadow: 0 8px 26px rgba(255, 91, 181, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.35); }
.age-yes:active, .age-no:active { transform: scale(0.96); }

/* — reveal: split easing (opacity быстрее, transform дольше) — */
.reveal { transition: opacity 0.65s ease-out, transform 0.9s var(--ease-lux); }
.js .reveal:not(.on) { opacity: 0; transform: translateY(26px); }

/* — hero: кинематографичный вход каскадом — */
.js .hero .eyebrow, .js .hero h1 .l1, .js .hero h1 .l2, .js .hero h1 .l3, .js .hero-sub, .js .hero-ctas { opacity: 0; animation: heroIn 0.9s var(--ease-lux) forwards; }
.js .hero h1 .l1 { animation-delay: 0.08s; }
.js .hero h1 .l2 { animation-delay: 0.18s; }
.js .hero h1 .l3 { animation-delay: 0.30s; }
.js .hero-sub { animation-delay: 0.42s; }
.js .hero-ctas { animation-delay: 0.54s; }
@keyframes heroIn { from { opacity: 0; transform: translateY(22px); filter: blur(7px); } to { opacity: 1; transform: none; filter: blur(0); } }

/* — медальон: вход с расфокуса после текста — */
.js .hero-figure { opacity: 0; animation: medIn 1.3s var(--ease-lux) 0.55s forwards; }
/* to-кадр без transform/filter: fill forwards иначе навсегда перетирает JS-параллакс #fig */
@keyframes medIn { from { opacity: 0; transform: scale(0.92); filter: blur(10px); } to { opacity: 1; } }

/* — hover-панели: split enter/exit + микро-hover пунктов — */
.path-panel { transition: border-color 0.32s ease, transform 0.32s var(--ease-lux); }
.path-panel:hover { transition: border-color 0.6s ease, transform 0.6s var(--ease-lux); }
.svc { transition: padding-left 0.3s var(--ease-lux), background 0.3s; }
.svc:hover { transition: padding-left 0.55s var(--ease-lux), background 0.55s; }

/* — reveal + интерактив: объединённые transition-списки (иначе шортхенды перетирают друг друга) — */
.svc.reveal { transition: padding-left 0.3s var(--ease-lux), background 0.3s, opacity 0.65s ease-out, transform 0.9s var(--ease-lux); }
.svc.reveal:hover { transition: padding-left 0.55s var(--ease-lux), background 0.55s, opacity 0.65s ease-out, transform 0.9s var(--ease-lux); }
.path-panel.reveal { transition: border-color 0.32s ease, transform 0.32s var(--ease-lux), opacity 0.65s ease-out; }
.path-panel.reveal:hover { transition: border-color 0.6s ease, transform 0.6s var(--ease-lux), opacity 0.65s ease-out; }
.btn-main.reveal { transition: transform 0.5s var(--ease-lux), box-shadow 0.5s var(--ease-lux), translate 0.35s var(--ease-lux), opacity 0.65s ease-out; }
.faq-item.reveal { transition: background 0.4s, opacity 0.65s ease-out, transform 0.9s var(--ease-lux); }
.path-panel li { transition: color 0.3s; }
.path-panel li::before { transition: color 0.3s, transform 0.3s var(--ease-lux); }
.path-panel li:hover { color: var(--cream); }
.path-panel li:hover::before { color: var(--rose); transform: scale(1.25); }

/* — FAQ: плавное раскрытие + центрирование маркера — */
@keyframes faqIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.faq-item[open] .a { animation: faqIn 0.42s var(--ease-lux); }
.faq-item summary::after { align-self: center; line-height: 1; }
.faq-item summary { font-weight: 500; }

/* — FAQ: настоящее плавное схлопывание высоты (Chrome 131+, прогрессивно) — */
@supports (interpolate-size: allow-keywords) {
  :root { interpolate-size: allow-keywords; }
  .faq-item::details-content {
    opacity: 0; block-size: 0; overflow: hidden;
    transition: content-visibility 0.5s allow-discrete, opacity 0.4s ease, block-size 0.5s var(--ease-lux);
  }
  .faq-item[open]::details-content { opacity: 1; block-size: auto; }
}

/* — focus-visible: единое золотое кольцо — */
:focus-visible { outline: 2px solid color-mix(in srgb, var(--gold) 72%, transparent); outline-offset: 3px; border-radius: 3px; }
:focus:not(:focus-visible) { outline: none; }
.btn-main:focus-visible, .top-cta:focus-visible, .age-yes:focus-visible, .age-no:focus-visible { outline: none; box-shadow: 0 0 0 2px var(--ink), 0 0 0 4px color-mix(in srgb, var(--gold) 78%, transparent); }
.faq-item summary:focus-visible { outline: none; color: var(--rose); background: color-mix(in srgb, var(--gold) 6%, transparent); box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--gold) 78%, transparent); }

/* — кастомный скроллбар + scroll-padding под шапку — */
html { scrollbar-width: thin; scrollbar-color: color-mix(in srgb, var(--gold) 45%, transparent) transparent; scroll-padding-top: 84px; }
::-webkit-scrollbar { width: 11px; }
::-webkit-scrollbar-track { background: var(--ink); }
::-webkit-scrollbar-thumb { background: linear-gradient(var(--gold), var(--rose-hot)); border-radius: 999px; border: 3px solid var(--ink); }
::-webkit-scrollbar-thumb:hover { background: linear-gradient(var(--champagne), var(--rose)); }

/* — тикер пауза на hover, selection без тени — */
.ticker:hover .ticker-track { animation-play-state: paused; }
::selection, ::-moz-selection { background: var(--rose-hot); color: var(--ink); text-shadow: none; }

/* — мобильная доводка — */
@media (max-width: 1060px) {
  .top-nav a:not(.top-cta):not(.lang-sw) { display: none; }
  .top-nav { gap: 16px; }
  .lang-sw { display: inline-flex !important; align-items: center; min-height: 44px; padding-left: 10px; padding-right: 10px; font-size: 11px; letter-spacing: 0.16em; }
}
@media (max-width: 620px) {
  .top-cta { min-height: 44px; padding: 8px 18px; font-size: 11px; display: inline-flex; align-items: center; }
  .hero h1 .l2 { font-size: clamp(42px, 12.5vw, 52px); }
  .hero h1 .l3 { font-size: clamp(34px, 10vw, 46px); }
  .hero h1 .l1 { letter-spacing: 0.22em; }
  .tk-a, .tk-o { font-size: 14px; }
  .tk-b { font-size: 15px; }
}
@media (max-width: 400px) {
  .age-card { padding: 34px 22px 28px; }
  .age-card .ag-18 { font-size: 40px; }
}
@media (pointer: coarse) {
  .u-link { display: inline-flex; align-items: center; min-height: 44px; }
  .foot-in a { display: inline-flex; align-items: center; min-height: 44px; margin-right: 20px; }
}

/* — reduced-motion: заглушить всё новое — */
@media (prefers-reduced-motion: reduce) {
  .js .hero .eyebrow, .js .hero h1 .l1, .js .hero h1 .l2, .js .hero h1 .l3, .js .hero-sub, .js .hero-ctas { opacity: 1 !important; animation: none !important; }
  .js .hero-figure { opacity: 1 !important; animation: none !important; }
  .step .n, .faq-item[open] .a { animation: none !important; }
  .btn-main:active, .top-cta:active, .age-yes:active, .age-no:active { transform: none; }
  .reveal { transition: none; }
  .js .reveal:not(.on) { opacity: 1; transform: none; }
  .btn-main::before, .top-cta::before { transition: none; }
  .faq-item::details-content { transition: none; }
  html { scroll-behavior: auto; }
}
