/* ==========================================================================
   Doctrina — головна (2026-08). Лише розкладка, типографіка і ефекти цієї
   сторінки. Навбар — style_2.css + navbar.js; діалоги й поля — new-look.css.
   Палітра: фон #121212, текст #f5f5f5, монохром, радіуси скрізь.
   ========================================================================== */

/* Шрифти (Fixel) і спільні токени (--bg, --s*, --fg*, --line*, --r-*, --font-*, --ease-*, --nav-h,
   --wrap, --gutter) тепер у css/app.css — єдиному джерелі для всього сайту (2026-08-22). Тут лише те,
   що є ТІЛЬКИ на головній. Значення в app.css — ті самі, тож вигляд сторінки не змінився. */
:root {
  --section: clamp(88px, 11vw, 156px);
}

/* ---- глобальні перекриття наборів style_2 / new-look --------------------- */
html.home-page, body.home { background: var(--bg); color: var(--fg); height: auto; min-height: 100%; width: auto; }
body.home {
  font-family: var(--font-text);
  font-size: 1.0625rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
.home :is(main, footer) *, .home :is(main, footer) *::before, .home :is(main, footer) *::after { transition: none; box-sizing: border-box; }
.home main p, .home footer p { font-size: inherit; margin: 0; }
.home :is(h1, h2, h3, h4) { margin: 0; font-family: var(--font-display); font-weight: 600; letter-spacing: -0.022em; text-wrap: balance; }
.home :is(main, footer) a { color: inherit; text-decoration: none; }
.home :is(main, footer) img, .home :is(main, footer) svg { max-width: 100%; display: block; }
.home :is(main, footer) :is(ul, ol) { list-style: none; margin: 0; padding: 0; }
.home :is(main, footer) button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
.home :is(main, footer) :focus-visible { outline: 2px solid var(--fg); outline-offset: 3px; border-radius: var(--r-sm); }

.home .shell { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }
.home .section { padding-block: var(--section); }
.home .section__head { max-width: 720px; margin-bottom: clamp(36px, 5vw, 64px); }
.home .section__head--center { margin-inline: auto; text-align: center; }
.home .t-h2 { font-size: clamp(2rem, 4.4vw, 3.375rem); line-height: 1.06; font-weight: 600; letter-spacing: -0.028em; }
.home .t-lead { font-size: clamp(1.0625rem, 1.35vw, 1.25rem); line-height: 1.55; color: var(--fg-2); margin-top: 18px; max-width: 62ch; }
.home .section__head--center .t-lead { margin-inline: auto; }
.home .t-muted { color: var(--fg-2); }
.home .t-num { font-variant-numeric: proportional-nums; }
.home .visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* плівка зерна — лише fixed-псевдошар, без перемальовок скролу */
.home .grain { position: fixed; inset: 0; z-index: 60; pointer-events: none; opacity: 0.055; mix-blend-mode: screen;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.6 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  background-size: 180px 180px; }

/* ---- кнопки й бейджі ------------------------------------------------------- */
.home .cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: 50px; padding: 0 26px; border-radius: var(--r-pill);
  font-family: var(--font-text); font-weight: 600; font-size: 1rem; line-height: 1; white-space: nowrap;
  transition: transform 160ms var(--ease-out), background-color 200ms ease, border-color 200ms ease, color 200ms ease;
  will-change: transform;
}
.home .cta:active { transform: scale(0.97); }
.home .cta--primary { background: var(--fg); color: var(--bg); }
.home .cta--ghost { background: rgba(245, 245, 245, 0.06); color: var(--fg); border: 1px solid var(--line-2); }
.home .cta--lg { height: 54px; padding: 0 32px; font-size: 1.0625rem; }
@media (hover: hover) and (pointer: fine) {
  .home .cta--primary:hover { background: #ffffff; transform: translateY(-1px); }
  .home .cta--ghost:hover { background: rgba(245, 245, 245, 0.11); border-color: rgba(245, 245, 245, 0.3); transform: translateY(-1px); }
  .home .cta:active { transform: scale(0.97); }
}

.home .stores { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.home .store {
  display: inline-flex; align-items: center; gap: 11px; height: 50px; padding: 0 16px 0 13px;
  border-radius: var(--r-md); border: 1px solid var(--line-2); background: rgba(245, 245, 245, 0.04);
  transition: transform 160ms var(--ease-out), background-color 200ms ease, border-color 200ms ease;
}
.home .store svg { width: 24px; height: 24px; flex: none; }
.home .store__txt { display: flex; flex-direction: column; line-height: 1.1; }
.home .store__txt small { font-size: 0.6875rem; color: var(--fg-3); letter-spacing: 0.02em; }
.home .store__txt b { font-size: 1rem; font-weight: 600; }
.home .store:active { transform: scale(0.97); }
@media (hover: hover) and (pointer: fine) {
  .home .store:hover { background: rgba(245, 245, 245, 0.09); border-color: rgba(245, 245, 245, 0.32); transform: translateY(-1px); }
}
/* під час GSAP-інтро CSS-переходи transform вимкнені, інакше from() зчитує кінець посеред переходу */
.home .hero.is-intro :is(.cta, .store) { transition: none; }
/* примітка під бейджами — просто текст, не кнопка (рішення користувача 2026-08-22) */
.home .stores__note { margin-top: 14px; color: var(--fg-3); font-size: 0.875rem; line-height: 1.5; max-width: 64ch; text-wrap: pretty; }

/* ---- герой ----------------------------------------------------------------- */
.home .hero { position: relative; min-height: 100svh; display: grid; align-items: center; padding-top: calc(var(--nav-h) + 16px); padding-bottom: 40px; overflow: hidden; isolation: isolate; }
.home .hero__grid { display: grid; grid-template-columns: minmax(0, 11fr) minmax(0, 9fr); gap: clamp(16px, 3vw, 40px); align-items: center; }
.home .hero__copy { position: relative; z-index: 2; }
.home .hero__title { font-size: clamp(2.75rem, 6vw, 5.25rem); line-height: 1.0; font-weight: 700; letter-spacing: -0.035em; max-width: 13.5ch; }
.home .hero__title .line { display: block; overflow: hidden; padding-bottom: 0.06em; margin-bottom: -0.06em; }
.home .hero__sub { font-size: clamp(1.0625rem, 1.5vw, 1.3125rem); line-height: 1.55; color: var(--fg-2); max-width: 46ch; margin-top: 26px; }
.home .hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.home .hero__stores { margin-top: 28px; }
.home .hero__visual { position: relative; aspect-ratio: 1 / 1.08; min-height: 380px; z-index: 1; }
.home .hero__visual::before { content: ""; position: absolute; inset: 8% 6%; border-radius: 50%; background: radial-gradient(closest-side, rgba(245, 245, 245, 0.07), rgba(245, 245, 245, 0)); pointer-events: none; }
.home .hero__fallback { position: absolute; inset: 10%; width: 80%; height: 80%; object-fit: contain; display: none; }
html.home-page:not(.js) .hero__fallback, html.home-page.no-webgl .hero__fallback { display: block; }
/* полотно частинок: на весь екран, ПІД контентом (main/footer підняті на z 1), без подій */
.home .heart-canvas { position: fixed; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; display: block; }
.home main, .home footer { position: relative; z-index: 1; }
.home .heart-canvas.is-off { visibility: hidden; }
html.home-page.no-webgl .heart-canvas { display: none; }

@media (max-width: 900px) {
  .home .hero { padding-top: calc(var(--nav-h) + 8px); min-height: auto; }
  .home .hero__grid { grid-template-columns: 1fr; gap: 0; }
  .home .hero__visual { order: -1; aspect-ratio: auto; height: min(46svh, 420px); min-height: 300px; margin-inline: -8%; }
  .home .hero__title { max-width: 12ch; }
  .home .hero__cta .cta { flex: 1 1 auto; }
}

/* ---- смуга доказів ------------------------------------------------------------ */
.home .proof { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-block: clamp(30px, 4vw, 48px); }
.home .proof__row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(16px, 3vw, 40px); }
.home .proof__item { display: flex; flex-direction: column; gap: 6px; position: relative; padding-left: 18px; }
.home .proof__item::before { content: ""; position: absolute; left: 0; top: 6px; bottom: 6px; width: 1px; background: var(--line-2); }
.home .proof__num { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.875rem, 3.6vw, 3rem); line-height: 1; letter-spacing: -0.03em; }
.home .proof__num.is-counting { font-variant-numeric: tabular-nums; }
.home .proof__label { color: var(--fg-2); font-size: 0.9375rem; line-height: 1.35; }
@media (max-width: 720px) { .home .proof__row { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 28px; } }

/* ---- тур по додатку (sticky-сцена) --------------------------------------------- */
.home .tour { position: relative; }
.home .tour__intro { padding-top: var(--section); padding-bottom: clamp(24px, 4vw, 48px); }
.home .tour__stage { position: relative; height: calc(var(--tour-n, 5) * 100svh); }
.home .tour__pin { position: sticky; top: 0; height: 100svh; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(24px, 5vw, 72px); overflow: hidden; padding-top: var(--nav-h); }
.home .tour__phone { display: flex; justify-content: center; align-items: center; }
.home .tour__chapters { position: relative; min-height: 260px; }
.home .chapter { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; opacity: 0; visibility: hidden; transform: translateY(18px); }
.home .chapter.is-active { opacity: 1; visibility: visible; transform: none; transition: opacity 520ms var(--ease-out), transform 640ms var(--ease-out), visibility 0s; }
.home .chapter.is-leaving { opacity: 0; visibility: visible; transform: translateY(-14px); transition: opacity 260ms ease, transform 260ms ease; }
.home .chapter__title { font-size: clamp(1.625rem, 2.8vw, 2.375rem); line-height: 1.1; letter-spacing: -0.025em; }
.home .chapter__text { color: var(--fg-2); margin-top: 14px; max-width: 40ch; font-size: clamp(1rem, 1.2vw, 1.125rem); }
.home .tour__progress { display: flex; gap: 6px; margin-top: 30px; }
.home .tour__progress i { width: 28px; height: 3px; border-radius: 2px; background: rgba(245, 245, 245, 0.16); overflow: hidden; position: relative; }
.home .tour__progress i::after { content: ""; position: absolute; inset: 0; background: var(--fg); transform: scaleX(var(--p, 0)); transform-origin: left; }

/* Рамка iPhone: дизайн-розмір 402×874 (радіуси, острівець, рамка — у px цього
   простору), а на екрані масштабується ЦІЛКОМ через transform: scale(--phone-k),
   який рахує home.js із вільного місця. Інакше на вузькому екрані радіуси й
   острівець лишались абсолютними і мокап «кривило». */
.home .tour__phone { align-self: stretch; }
.home .phone-wrap { position: relative; width: calc(402px * var(--phone-k, 1)); height: calc(874px * var(--phone-k, 1)); flex: none; }
.home .phone { position: absolute; left: 0; top: 0; width: 402px; height: 874px; transform: scale(var(--phone-k, 1)); transform-origin: 0 0; border-radius: 64px; background: #0c0c0c; padding: 12px;
  box-shadow: 0 40px 100px -36px rgba(0, 0, 0, 0.9), inset 0 0 0 1px rgba(245, 245, 245, 0.16), inset 0 0 0 3px rgba(0, 0, 0, 0.9); }
.home .phone__screen { position: absolute; inset: 12px; border-radius: 52px; overflow: hidden; background: #1a1a1a; }
.home .phone__screen img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: translateY(10px) scale(1.01); }
.home .phone__screen img.is-active { opacity: 1; transform: none; transition: opacity 560ms var(--ease-out), transform 700ms var(--ease-out); }
.home .phone__screen img.is-leaving { opacity: 0; transform: translateY(-8px) scale(0.995); transition: opacity 280ms ease, transform 280ms ease; }
.home .phone__island { position: absolute; top: 22px; left: 50%; translate: -50% 0; width: 126px; height: 37px; border-radius: 999px; background: #000; z-index: 3; }
.home .phone__ph { position: absolute; inset: 0; display: grid; place-items: center; color: var(--fg-3); font-size: 1rem; text-align: center; padding: 24px; }
.home .phone__ph::before { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, transparent 30%, rgba(245, 245, 245, 0.05) 50%, transparent 70%); background-size: 200% 100%; animation: shimmer 1.8s linear infinite; }
@keyframes shimmer { to { background-position: -200% 0; } }

@media (max-width: 900px) {
  .home .tour__pin { grid-template-columns: 1fr; grid-template-rows: minmax(0, 1fr) auto; gap: 14px; padding-top: var(--nav-h); padding-bottom: 20px; }
  .home .tour__phone { align-self: stretch; align-items: flex-end; padding-bottom: 6px; }
  .home .tour__chapters { min-height: 190px; }
  .home .chapter { justify-content: flex-start; }
  .home .chapter__text { font-size: 1rem; }
  .home .tour__progress { margin-top: 18px; }
}

/* ---- як це працює ------------------------------------------------------------------ */
.home .steps__list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 3vw, 40px); position: relative; }
.home .steps__line { position: absolute; left: 0; right: 0; top: 38px; height: 40px; pointer-events: none; }
.home .steps__line path { fill: none; stroke: var(--line-2); stroke-width: 1.5; }
.home .steps__line .draw { stroke: var(--fg); }
.home .step { position: relative; padding-top: 16px; }
.home .step__num { width: 44px; height: 44px; border-radius: 50%; background: var(--bg); border: 1px solid var(--line-2); display: grid; place-items: center; font-family: var(--font-display); font-weight: 600; font-size: 1rem; position: relative; z-index: 1; }
.home .step__title { font-size: 1.375rem; margin-top: 22px; letter-spacing: -0.015em; }
.home .step__text { color: var(--fg-2); margin-top: 10px; max-width: 34ch; }
@media (max-width: 760px) {
  .home .steps__list { grid-template-columns: 1fr; gap: 30px; }
  .home .steps__line { display: none; }
  .home .step { display: grid; grid-template-columns: 44px 1fr; column-gap: 18px; padding-top: 0; }
  .home .step__num { grid-row: 1 / 3; }
  .home .step__title { margin-top: 8px; }
}

/* ---- покриття іспитів (бенто) ------------------------------------------------------- */
.home .exams__grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.home .tile { position: relative; overflow: hidden; background: var(--s1); border: 1px solid var(--line); border-radius: var(--r-xl); padding: clamp(22px, 2.6vw, 32px); min-height: 220px; display: flex; flex-direction: column; justify-content: flex-start; gap: 28px; }
.home .tile--3 { grid-column: span 3; }
.home .tile--2 { grid-column: span 2; }
.home .tile--6 { grid-column: span 6; min-height: 0; flex-direction: row; align-items: center; flex-wrap: wrap; }
.home .tile__kicker { font-family: var(--font-display); font-weight: 600; font-size: 1.25rem; letter-spacing: -0.01em; }
.home .tile__big { font-family: var(--font-display); font-weight: 600; font-size: clamp(2.25rem, 3.8vw, 3.5rem); line-height: 1; letter-spacing: -0.035em; }
.home .tile__meta { color: var(--fg-2); margin-top: 8px; font-size: 0.9375rem; }
.home .tile > div, .home .tile__kicker { position: relative; z-index: 1; }
.home .tile__ghost { position: absolute; z-index: 0; right: -0.08em; bottom: -0.28em; font-family: var(--font-display); font-weight: 700; font-size: clamp(9rem, 15vw, 15rem); line-height: 1; letter-spacing: -0.06em; color: transparent; -webkit-text-stroke: 1px rgba(245, 245, 245, 0.12); pointer-events: none; user-select: none; }
.home .tile--raised { background: linear-gradient(160deg, #1f1f1f, #151515); }
.home .tile--dots { background-color: var(--s1); background-image: radial-gradient(rgba(245, 245, 245, 0.14) 1px, transparent 1.2px); background-size: 18px 18px; }
.home .chips { display: flex; flex-wrap: wrap; gap: 8px; }
.home .chip { font-size: 0.8125rem; color: var(--fg-2); border: 1px solid var(--line-2); border-radius: var(--r-pill); padding: 6px 12px; line-height: 1.2; background: rgba(18, 18, 18, 0.6); }
.home .tile--6 .tile__txt { flex: 1 1 320px; }
.home .tile--6 .tile__big { font-size: clamp(1.75rem, 2.6vw, 2.5rem); }
.home .tile--6 .tile__txt, .home .tile--6 > div { position: relative; z-index: 1; }
.home .tile__ghost--sm { font-size: clamp(5rem, 8vw, 7.5rem); right: 0.1em; bottom: -0.22em; }
@media (max-width: 900px) { .home .tile--3, .home .tile--2 { grid-column: span 3; } }
@media (max-width: 600px) { .home .tile--3, .home .tile--2, .home .tile--6 { grid-column: span 6; } .home .tile { min-height: 0; } }

/* ---- довіра: цифри в реченні, не в плитках ------------------------------------------------ */
.home .trust { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.5rem, 3.1vw, 2.5rem); line-height: 1.22; letter-spacing: -0.022em; color: var(--fg-2); max-width: 24ch; margin: 0 auto clamp(56px, 8vw, 104px); text-align: center; text-wrap: balance; }
.home .trust b { font-weight: 700; color: var(--fg); white-space: nowrap; }

/* ---- відгуки (єдине маркі на сторінці) --------------------------------------------------- */
.home .reviews { overflow: hidden; }
.home .marquee { position: relative; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.home .marquee + .marquee { margin-top: 16px; }
.home .marquee__track { display: flex; gap: 16px; width: max-content; animation: marquee var(--dur, 70s) linear infinite; }
.home .marquee--rev .marquee__track { animation-direction: reverse; }
@media (hover: hover) { .home .marquee:hover .marquee__track { animation-play-state: paused; } }
@keyframes marquee { to { transform: translate3d(-50%, 0, 0); } }
.home .review { width: min(360px, 84vw); flex: none; background: var(--s1); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px 24px 20px; display: flex; flex-direction: column; gap: 16px; }
.home .review__text { font-size: 0.9875rem; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.home .review__who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.home .review__ava { width: 40px; height: 40px; border-radius: 50%; background: var(--s3); display: grid; place-items: center; font-family: var(--font-display); font-weight: 600; font-size: 0.875rem; color: var(--fg-2); overflow: hidden; flex: none; }
.home .review__ava img { width: 100%; height: 100%; object-fit: cover; }
.home .review__name { font-weight: 600; font-size: 0.9375rem; line-height: 1.2; }
.home .review__meta { color: var(--fg-3); font-size: 0.8125rem; margin-top: 3px; }
.home .review__stars { margin-left: auto; display: inline-flex; gap: 2px; color: var(--fg-2); font-size: 0.75rem; }
.home .review--sample { border-style: dashed; }
.home .review--sample .review__name::after { content: " · зразок"; color: var(--fg-3); font-weight: 400; }
.home .reviews__empty { text-align: center; color: var(--fg-3); padding: 40px 0; }
@media (max-width: 760px) {
  .home .marquee + .marquee { margin-top: 10px; }
  .home .marquee__track { gap: 10px; }
  .home .review { width: min(210px, 58vw); padding: 15px 16px 13px; gap: 12px; }
  .home .review__text { font-size: 0.8125rem; line-height: 1.42; -webkit-line-clamp: 3; }
  .home .review__who { gap: 9px; }
  .home .review__ava { width: 30px; height: 30px; font-size: 0.75rem; }
  .home .review__name { font-size: 0.8125rem; }
  .home .review__meta { font-size: 0.7188rem; margin-top: 1px; }
}

/* ---- курс vs тренажер ---------------------------------------------------------------------- */
.home .versus__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.home .vs { border-radius: var(--r-xl); padding: clamp(24px, 3vw, 36px); border: 1px solid var(--line); background: transparent; }
.home .vs--us { background: var(--s1); border-color: var(--line-2); }
.home .vs__title { font-size: 1.375rem; letter-spacing: -0.015em; display: flex; align-items: center; gap: 12px; }
.home .vs__title img { width: 26px; height: 28px; }
.home .vs--them .vs__title { color: var(--fg-2); }
.home .vs__rows { margin-top: 22px; display: grid; gap: 0; }
.home .vs__row { display: grid; grid-template-columns: 112px 1fr; gap: 16px; padding: 14px 0; border-top: 1px solid var(--line); }
.home .vs__row dt { color: var(--fg-3); font-size: 0.875rem; padding-top: 2px; }
.home .vs__row dd { margin: 0; font-size: 1.0625rem; }
.home .vs--them .vs__row dd { color: var(--fg-2); }
.home .versus__note { margin-top: 22px; color: var(--fg-2); max-width: 64ch; }
@media (max-width: 760px) { .home .versus__grid { grid-template-columns: 1fr; } .home .vs__row { grid-template-columns: 96px 1fr; } }

/* ---- ціни ---------------------------------------------------------------------------------------- */
.home .pricing__card { max-width: 600px; margin-inline: auto; background: var(--s1); border: 1px solid var(--line-2); border-radius: var(--r-xl); padding: clamp(28px, 4vw, 44px); position: relative; overflow: hidden; }
.home .pricing__card::before { content: ""; position: absolute; inset: -40% -20% auto; height: 60%; background: radial-gradient(closest-side, rgba(245, 245, 245, 0.06), transparent); pointer-events: none; }
.home .tabs { position: relative; display: inline-grid; grid-auto-flow: column; grid-auto-columns: 1fr; gap: 4px; padding: 4px; border-radius: var(--r-pill); background: rgba(245, 245, 245, 0.06); border: 1px solid var(--line); }
/* вкладки рівної ширини → пігулка рухається лише transform-ом, ширина стала */
.home .tabs__pill { position: absolute; top: 4px; left: 4px; width: calc((100% - 12px) / 2); height: calc(100% - 8px); border-radius: var(--r-pill); background: var(--fg); transition: transform 320ms var(--ease-out); }
.home .tabs__btn { position: relative; z-index: 1; height: 36px; padding: 0 16px; border-radius: var(--r-pill); font-weight: 600; font-size: 0.9375rem; color: var(--fg-2); white-space: nowrap; transition: color 240ms ease; }
.home .tabs__btn[aria-selected="true"] { color: var(--bg); }
.home .tabs__btn small { font-weight: 500; opacity: 0.7; margin-left: 6px; }
.home .price { margin-top: 28px; display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.home .price__num { font-family: var(--font-display); font-weight: 700; font-size: clamp(3rem, 6vw, 4.5rem); line-height: 1; letter-spacing: -0.04em; display: inline-block; }
.home .price__per { color: var(--fg-2); font-size: 1.125rem; }
.home .price__note { color: var(--fg-3); margin-top: 8px; min-height: 1.6em; font-size: 0.9375rem; }
.home .swap { transition: opacity 180ms ease, filter 180ms ease, transform 180ms ease; }
.home .swap.is-out { opacity: 0; filter: blur(4px); transform: translateY(6px); }
.home .included { margin-top: 28px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 18px; }
.home .included li { display: flex; gap: 10px; align-items: flex-start; font-size: 0.9875rem; line-height: 1.45; }
.home .included i { flex: none; width: 20px; height: 20px; border-radius: 50%; background: rgba(245, 245, 245, 0.1); display: grid; place-items: center; margin-top: 2px; font-size: 10px; }
.home .pricing__cta { margin-top: 30px; display: flex; flex-direction: column; gap: 12px; }
.home .pricing__free { margin-top: 20px; color: var(--fg-2); font-size: 0.9375rem; }
.home .pricing__aside { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; max-width: 600px; margin: 14px auto 0; }
.home .fact { border: 1px solid var(--line); border-radius: var(--r-lg); padding: 18px 20px; }
.home .fact b { display: block; font-family: var(--font-display); font-weight: 600; font-size: 1.25rem; letter-spacing: -0.02em; }
.home .fact span { color: var(--fg-3); font-size: 0.875rem; }
@media (max-width: 600px) { .home .included { grid-template-columns: 1fr; } .home .pricing__aside { grid-template-columns: 1fr; } }

/* ---- FAQ ------------------------------------------------------------------------------------------------ */
.home .faq__list { max-width: 780px; margin-inline: auto; border-bottom: 1px solid var(--line); }
.home .faq__item { border-top: 1px solid var(--line); }
.home .faq__q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; text-align: left; font-family: var(--font-display); font-weight: 600; font-size: clamp(1.0625rem, 1.4vw, 1.25rem); letter-spacing: -0.012em; line-height: 1.3; }
.home .faq__q svg { flex: none; width: 22px; height: 22px; transition: transform 300ms var(--ease-out); }
.home .faq__item.is-open .faq__q svg { transform: scaleY(-1); }
.home .faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 380ms var(--ease-out); }
.home .faq__item.is-open .faq__a { grid-template-rows: 1fr; }
.home .faq__a-inner { overflow: hidden; }
.home .faq__a p { color: var(--fg-2); padding-bottom: 24px; max-width: 64ch; }

/* ---- фінальний CTA ------------------------------------------------------------------------------------ */
.home .final { position: relative; text-align: center; padding-block: clamp(120px, 16vw, 220px); overflow: hidden; }
.home .final__heart { position: absolute; left: 50%; top: 50%; width: min(560px, 90vw); height: auto; translate: -50% -50%; opacity: 0.07; pointer-events: none; filter: blur(0.5px); }
.home .final__title { font-size: clamp(2.25rem, 5.6vw, 4.5rem); line-height: 1.02; letter-spacing: -0.035em; font-weight: 700; max-width: 14ch; margin-inline: auto; position: relative; }
.home .final__sub { color: var(--fg-2); margin-top: 18px; font-size: clamp(1.0625rem, 1.4vw, 1.25rem); position: relative; }
.home .final__cta { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 36px; position: relative; }
.home .final .stores { justify-content: center; margin-top: 24px; position: relative; }
.home .final .stores__note { margin-inline: auto; position: relative; }

/* ---- футер ----------------------------------------------------------------------------------------------- */
.home .foot { border-top: 1px solid var(--line); padding: clamp(44px, 6vw, 72px) 0 40px; color: var(--fg-2); font-size: 0.9375rem; }
.home .foot__grid { display: grid; grid-template-columns: 1.6fr repeat(3, minmax(0, 1fr)); gap: 32px; }
.home .foot__brand { display: flex; align-items: center; gap: 12px; color: var(--fg); font-family: var(--font-display); font-weight: 600; font-size: 1.125rem; }
.home .foot__brand img { width: 26px; height: 28px; }
.home .foot__tag { margin-top: 12px; max-width: 30ch; }
.home .foot h4 { font-family: var(--font-text); font-size: 0.8125rem; font-weight: 600; color: var(--fg-3); letter-spacing: 0; margin-bottom: 14px; }
.home .foot li + li { margin-top: 10px; }
@media (hover: hover) and (pointer: fine) { .home .foot a:hover { color: var(--fg); } }
.home .foot__bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: space-between; color: var(--fg-3); font-size: 0.875rem; }
@media (max-width: 760px) { .home .foot__grid { grid-template-columns: 1fr 1fr; } .home .foot__grid > :first-child { grid-column: 1 / -1; } }

/* ---- QA-режим (?qa=1): усе розгорнуто для повносторінкового знімка, не для людей ---- */
html.qa .hero { min-height: 0; }
html.qa .tour__stage { height: auto; }
html.qa .tour__pin { position: relative; height: auto; align-items: start; padding-block: 40px; }
html.qa .tour__chapters { display: grid; gap: 40px; }
html.qa .chapter { position: relative; opacity: 1; visibility: visible; transform: none; }
html.qa .phone__screen img:first-of-type { opacity: 1; }

/* ---- зменшений рух ------------------------------------------------------------------------------------ */
@media (prefers-reduced-motion: reduce) {
  .home .marquee__track { animation: none; flex-wrap: wrap; width: auto; }
  .home .marquee { -webkit-mask-image: none; mask-image: none; }
  .home .marquee__track > .review:nth-child(n + 4) { display: none; }
  .home .marquee--rev { display: none; }
  .home .chapter, .home .chapter.is-active, .home .phone__screen img.is-active { transition: none; }
  .home .faq__a, .home .tabs__pill, .home .swap, .home .cta, .home .store { transition: none; }
  .home .phone__ph::before { animation: none; }
}
