/* Reflekt, сайтът. Бяла страница, едно синьо, истински екрани в телефон.
   Един файл, който се чете от горе надолу: шрифт, знаци, основа, части,
   страници, телефон. */

@font-face { font-family: 'Onest'; font-style: normal; font-weight: 400 800; font-display: swap; src: url('/fonts/onest-cyrillic-ext.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
@font-face { font-family: 'Onest'; font-style: normal; font-weight: 400 800; font-display: swap; src: url('/fonts/onest-cyrillic.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: 'Onest'; font-style: normal; font-weight: 400 800; font-display: swap; src: url('/fonts/onest-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Onest'; font-style: normal; font-weight: 400 800; font-display: swap; src: url('/fonts/onest-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
  --ink: #12202e;
  --ink-2: #3f4d5b;
  --ink-3: #66737f;
  --brand: #4682b4;
  --brand-deep: #2e5f8a;
  --brand-tint: #e9f1f8;
  --brand-line: #cfe0ef;
  --bg: #ffffff;
  --bg-2: #f5f7fa;
  --line: #e3e9ef;
  --line-2: #cfd7df;
  --dark: #0d1721;
  --dark-2: #11253a;
  --on-dark: #e9eef3;
  --on-dark-2: #a3b3c2;
  --on-dark-line: rgba(233, 238, 243, 0.12);
  --r-lg: 20px;
  --r-md: 12px;
  --sans: 'Onest', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --wrap: 1180px;
  --gutter: clamp(20px, 4vw, 48px);
  --nav-h: 56px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --shadow-phone: 0 50px 90px -40px rgba(18, 32, 46, 0.45), 0 22px 40px -24px rgba(18, 32, 46, 0.25);
}

/* --- основа --- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 16px); }
body { margin: 0; font-family: var(--sans); font-size: 17px; line-height: 1.55; color: var(--ink); background: var(--bg); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; font-feature-settings: 'kern'; }
img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a, button { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font: inherit; color: inherit; }
h1, h2, h3 { scroll-margin-top: calc(var(--nav-h) + 16px); }
.skip { position: absolute; left: 1rem; top: -3rem; z-index: 50; padding: 0.6rem 1rem; border-radius: 999px; background: var(--ink); color: #fff; font-weight: 600; transition: top 0.2s; }
.skip:focus { top: 0.6rem; }
::selection { background: var(--brand-line); color: var(--ink); }
:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; border-radius: 6px; }
.wrap { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }
.num { font-variant-numeric: tabular-nums; }

h1, h2, h3 { margin: 0; font-weight: 700; text-wrap: balance; }
h1 { font-size: clamp(2.5rem, 1.1rem + 4.7vw, 4.5rem); line-height: 1.02; letter-spacing: -0.032em; }
h2 { font-size: clamp(1.9rem, 1rem + 2.9vw, 3rem); line-height: 1.08; letter-spacing: -0.028em; }
h3 { font-size: 1.3rem; line-height: 1.25; letter-spacing: -0.015em; font-weight: 600; }
.lead { font-size: clamp(1.1rem, 1rem + 0.45vw, 1.3rem); line-height: 1.5; color: var(--ink-2); max-width: 34rem; text-wrap: pretty; }
.link { color: var(--brand-deep); text-decoration: underline; text-underline-offset: 0.18em; text-decoration-thickness: 1px; }
.link:hover { color: var(--ink); }
.muted { color: var(--ink-3); }

/* --- бутони --- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem; min-height: 48px; padding: 0 1.4rem; border-radius: 999px; background: var(--ink); color: #fff; font-weight: 600; font-size: 1rem; line-height: 1; border: 1px solid var(--ink); white-space: nowrap; cursor: pointer; transition: background 0.3s var(--ease), border-color 0.3s var(--ease), transform 0.2s var(--ease), color 0.3s var(--ease); }
.btn:hover { background: #1c3247; border-color: #1c3247; }
.btn:active { transform: translateY(1px); }
.btn .i { width: 18px; height: 18px; transition: transform 0.4s var(--ease); }
.btn:hover .i { transform: translateX(3px); }
.btn-sm { min-height: 40px; padding: 0 1.05rem; font-size: 0.95rem; }
.btn-lg { min-height: 56px; padding: 0 1.8rem; font-size: 1.06rem; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn-ghost:hover { background: var(--bg-2); border-color: var(--line-2); }
.btn-light { background: #fff; color: var(--ink); border-color: #fff; }
.btn-light:hover { background: var(--brand-tint); border-color: var(--brand-tint); }
.btn-dark-ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, 0.3); }
.btn-dark-ghost:hover { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.45); }
.btns { display: flex; flex-wrap: wrap; gap: 12px; }

/* --- лентата --- */
.nav-sentinel { position: absolute; top: 0; height: 1px; width: 1px; }
.nav { position: sticky; top: 0; z-index: 40; background: rgba(255, 255, 255, 0.84); -webkit-backdrop-filter: saturate(180%) blur(16px); backdrop-filter: saturate(180%) blur(16px); border-bottom: 1px solid transparent; transition: border-color 0.4s var(--ease); }
.nav.scrolled { border-color: var(--line); }
/* над тъмната глава лентата е прозрачна и бяла, докато не се превърти */
body.hero-dark .nav:not(.scrolled):not(.menu-nav) { background: transparent; -webkit-backdrop-filter: none; backdrop-filter: none; color: #fff; }
body.hero-dark .nav:not(.scrolled):not(.menu-nav) .nav-links a, body.hero-dark .nav:not(.scrolled):not(.menu-nav) .nav-login { color: var(--on-dark-2); }
body.hero-dark .nav:not(.scrolled):not(.menu-nav) .nav-links a:hover, body.hero-dark .nav:not(.scrolled):not(.menu-nav) .nav-links a.on, body.hero-dark .nav:not(.scrolled):not(.menu-nav) .nav-login:hover { color: #fff; }
body.hero-dark .nav:not(.scrolled):not(.menu-nav) .nav-burger span { background: #fff; }
body.hero-dark .nav:not(.scrolled):not(.menu-nav) .btn { background: #fff; color: var(--ink); border-color: #fff; }
body.hero-dark .nav:not(.scrolled):not(.menu-nav) .btn:hover { background: var(--brand-tint); border-color: var(--brand-tint); }
.nav-in { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; height: var(--nav-h); display: flex; align-items: center; gap: 2rem; }
.nav-logo img { height: 22px; width: auto; }
.nav-logo .wm-white { display: none; }
body.hero-dark .nav:not(.scrolled):not(.menu-nav) .nav-logo .wm-ink { display: none; }
body.hero-dark .nav:not(.scrolled):not(.menu-nav) .nav-logo .wm-white { display: block; }
.nav-links { display: flex; gap: 1.7rem; margin-left: 0.5rem; }
.nav-links a { font-size: 0.95rem; font-weight: 500; color: var(--ink-2); padding: 0.4rem 0; transition: color 0.25s var(--ease); }
.nav-links a:hover, .nav-links a.on { color: var(--ink); }
.nav-cta { margin-left: auto; display: flex; align-items: center; gap: 1.2rem; }
.nav-login { font-size: 0.95rem; font-weight: 500; color: var(--ink-2); transition: color 0.25s var(--ease); }
.nav-login:hover { color: var(--ink); }
.nav-burger { display: none; margin-left: auto; width: 44px; height: 44px; border: 0; background: none; cursor: pointer; position: relative; padding: 0; }
.nav-burger span { position: absolute; left: 12px; width: 20px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform 0.45s var(--ease), top 0.45s var(--ease); }
.nav-burger span:first-child { top: 17px; }
.nav-burger span:last-child { top: 25px; }
.nav-burger[aria-expanded='true'] span:first-child { top: 21px; transform: rotate(45deg); }
.nav-burger[aria-expanded='true'] span:last-child { top: 21px; transform: rotate(-45deg); }

.menu { position: fixed; inset: var(--nav-h) 0 0; z-index: 39; padding: 1rem var(--gutter) 2rem; background: rgba(255, 255, 255, 0.94); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); opacity: 0; transition: opacity 0.35s var(--ease); overflow-y: auto; }
.menu.open { opacity: 1; }
.menu-links a { display: block; padding: 0.95rem 0; border-bottom: 1px solid var(--line); font-size: 1.7rem; font-weight: 700; letter-spacing: -0.02em; }
.menu-links a, .menu-cta { opacity: 0; transform: translateY(14px); transition: opacity 0.45s var(--ease), transform 0.6s var(--ease); transition-delay: calc(var(--i) * 45ms); }
.menu.open .menu-links a, .menu.open .menu-cta { opacity: 1; transform: none; }
.menu-cta { display: grid; gap: 10px; margin-top: 1.6rem; }
body.menu-open { overflow: hidden; }

/* --- поява при скрол --- */
[data-reveal] { opacity: 0; transform: translateY(8px); transition: opacity 0.7s var(--ease), transform 0.9s var(--ease); }
[data-reveal].in { opacity: 1; transform: none; }

/* --- раздели --- */
.sec { padding-block: clamp(4.5rem, 9vw, 8.5rem); }
.sec-paper { background: var(--bg-2); }
.sec-tint { background: var(--brand-tint); }
.sec-flush { padding-top: 0; }
.sec-head { max-width: 40rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.sec-head .lead { margin-top: 1rem; }
.rule { border: 0; border-top: 1px solid var(--line); margin: 0; }

/* --- герой: тъмен панел, по който светят линиите на лампата --- */
.hero { position: relative; overflow: hidden; margin-top: calc(-1 * var(--nav-h)); padding: calc(var(--nav-h) + clamp(2.5rem, 4.5vw, 4.5rem)) 0 clamp(2rem, 5vw, 4.5rem); background: radial-gradient(90% 70% at 85% 20%, var(--dark-2), transparent 70%), var(--dark); color: #fff; }
.hero::before { content: ''; position: absolute; inset: 0; background: url('/img/lines.svg') center / cover no-repeat; opacity: 0.5; -webkit-mask-image: linear-gradient(100deg, transparent 22%, #000 58%); mask-image: linear-gradient(100deg, transparent 22%, #000 58%); pointer-events: none; }
.hero-in { position: relative; display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(2rem, 4vw, 4rem); align-items: center; }
/* новото заглавие е по-дълго: три реда стават на 60px, не на 72 */
.hero h1 { max-width: 15ch; color: #fff; font-size: clamp(2.5rem, 1.1rem + 4.2vw, 3.75rem); }
.hero .lead { margin-top: 1.4rem; color: var(--on-dark-2); }
.hero .phone { box-shadow: 0 60px 100px -40px rgba(0, 0, 0, 0.8), inset 0 0 0 1.5px rgba(255, 255, 255, 0.18); }
.hero .btns { margin-top: 2.2rem; }
.hero-note { margin-top: 1.4rem; max-width: 34rem; font-size: 0.95rem; color: var(--on-dark-2); text-wrap: pretty; }
.hero-copy > * { animation: rise 0.9s var(--ease) both; }
.hero-copy > :nth-child(2) { animation-delay: 0.08s; }
.hero-copy > :nth-child(3) { animation-delay: 0.16s; }
.hero-phone { display: grid; justify-items: center; animation: rise-blur 1.2s var(--ease) 0.15s both; }
/* без filter: blur върху обвивката на видеото — при хардуерно декодиране Chrome спира да обновява кадъра под филтър */
.hero-media { min-width: 0; animation: rise-soft 1.2s var(--ease) 0.15s both; }
.hero-phone .phone { --pw: 350px; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes rise-blur { from { opacity: 0; transform: translateY(34px); filter: blur(14px); } to { opacity: 1; transform: none; filter: blur(0); } }
@keyframes rise-soft { from { opacity: 0; transform: translateY(34px); } to { opacity: 1; transform: none; } }

/* --- телефонът: истински екран в рамка --- */
.phone { --pw: 330px; width: var(--pw); aspect-ratio: 390 / 844; position: relative; flex: none; border-radius: calc(var(--pw) * 0.145); padding: calc(var(--pw) * 0.03); background: #0b1119; box-shadow: var(--shadow-phone), inset 0 0 0 1.5px rgba(255, 255, 255, 0.14); }
.phone::after { content: ''; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(118deg, rgba(255, 255, 255, 0.07) 0 38%, transparent 39%); pointer-events: none; }
.phone-screen { position: relative; width: 100%; height: 100%; border-radius: calc(var(--pw) * 0.115); overflow: hidden; background: #f5f7fa; display: flex; flex-direction: column; isolation: isolate; }
.phone-status { flex: none; height: calc(var(--pw) * 0.12); background: #fff; display: flex; align-items: flex-end; justify-content: space-between; padding: 0 calc(var(--pw) * 0.075) calc(var(--pw) * 0.012); font-size: calc(var(--pw) * 0.042); font-weight: 600; color: var(--ink); position: relative; }
.phone-status::before { content: ''; position: absolute; top: calc(var(--pw) * 0.03); left: 50%; transform: translateX(-50%); width: calc(var(--pw) * 0.28); height: calc(var(--pw) * 0.078); border-radius: 999px; background: #0b1119; }
.phone-status svg { width: calc(var(--pw) * 0.16); height: auto; }
.phone-view { position: relative; flex: 1; min-height: 0; }
.phone-view img, .phone-view video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.phone-clip { background: #f5f7fa; }
.phone.dark .phone-screen { background: #0f1418; }
.phone.dark .phone-status { background: #171d24; color: #e8edf2; }

/* --- композицията: десктопът в прозорец, телефонът отпред, фокусът върху тях --- */
.duo { position: relative; container-type: inline-size; width: 100%; aspect-ratio: 100 / 68; }
.duo-win { position: absolute; left: 17%; top: 0; width: 83%; border-radius: 1.4cqw; background: #fff; box-shadow: 0 40px 80px -30px rgba(18, 32, 46, 0.45), 0 0 0 1px rgba(18, 32, 46, 0.1); overflow: hidden; }
.win-bar { height: 3cqw; display: flex; align-items: center; justify-content: flex-end; gap: 0.8cqw; padding: 0 1.3cqw; background: #eaeff4; border-bottom: 1px solid var(--line); }
.win-bar i { width: 1cqw; height: 1cqw; border-radius: 50%; background: #c4cfda; }
.duo-win img { display: block; width: 100%; height: auto; }
.duo-phone { position: absolute; left: 0; bottom: 0; }
/* и в тъмните секции: размерът в композицията надделява над .dark .phone */
.duo-phone .phone, .dark .duo .phone { --pw: 31cqw; }
.duo-focus { position: absolute; right: -2%; bottom: 13%; width: 36%; border-radius: 1.4cqw; overflow: hidden; background: #fff; box-shadow: 0 30px 60px -20px rgba(18, 32, 46, 0.5), 0 0 0 1px rgba(18, 32, 46, 0.12); }
.duo-focus img { display: block; width: 100%; height: auto; }
/* ред с композиция или снимка: текстът е по-тесен, картината по-широка */
.duo-row, .photo-row { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); }
.duo-row.rev, .photo-row.rev { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
/* снимка: истинска, с тънка вътрешна линия по ръба, както портретът */
.photo { margin: 0; min-width: 0; }
.photo > img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: var(--r-lg); outline: 1px solid rgba(0, 0, 0, 0.08); outline-offset: -1px; }
.feature-media, .split-media { min-width: 0; }

/* --- историята: един телефон, пет стъпки --- */
.story { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 6vw, 7rem); align-items: start; }
.story-steps { padding-top: 6vh; }
.story-step { display: grid; grid-template-columns: 4.25rem minmax(0, 1fr); column-gap: 0.5rem; padding: clamp(5rem, 16vh, 11rem) 0; border-top: 1px solid var(--line); opacity: 0.32; transition: opacity 0.6s var(--ease); }
.story-step:first-child { border-top: 0; padding-top: 2rem; }
.story-step.on { opacity: 1; }
.story-step time { grid-column: 1; grid-row: 1; padding-top: 0.55em; font-variant-numeric: tabular-nums; color: var(--brand-deep); font-weight: 600; font-size: 0.95rem; line-height: 1.2; }
.story-step h3, .story-step p, .story-step .story-inline { grid-column: 2; }
.story-step h3 { font-size: clamp(1.6rem, 1rem + 1.7vw, 2.3rem); font-weight: 700; letter-spacing: -0.025em; line-height: 1.1; }
.story-step p { margin-top: 0.9rem; color: var(--ink-2); font-size: 1.1rem; max-width: 28rem; text-wrap: pretty; }
.story-inline { display: none; }
.story-phone { position: sticky; top: calc(var(--nav-h) + 5vh); height: calc(100vh - var(--nav-h) - 5vh); display: grid; place-items: center; }
.story-phone .phone { --pw: min(340px, 40vh); }
.story-phone .phone-view img { opacity: 0; transform: translateY(14px); transition: opacity 0.55s var(--ease), transform 0.7s var(--ease); }
.story-phone .phone-view img.on { opacity: 1; transform: none; z-index: 1; }

/* --- категориите A–D като вдлъбнатини по размер --- */
.cats { display: flex; align-items: flex-start; gap: clamp(1.5rem, 4vw, 3.5rem); padding: 2.5rem 0 3rem; border-top: 1px solid var(--line); flex-wrap: wrap; }
.cat { display: grid; justify-items: center; gap: 0.9rem; text-align: center; }
.cat-tile { width: clamp(96px, 10vw, 140px); height: auto; }
.cat b { display: block; font-size: 1.35rem; letter-spacing: -0.02em; }
.cat small { display: block; margin-top: 0.15rem; color: var(--ink-2); font-size: 0.95rem; white-space: nowrap; }
.cats-note { margin-left: auto; max-width: 17rem; color: var(--ink-2); font-size: 0.95rem; text-wrap: pretty; align-self: center; }

/* --- възможностите: осем неща, име и едно изречение, без икони --- */
.feats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0 clamp(1.5rem, 3vw, 3rem); border-top: 1px solid var(--line); }
.feat { padding: 1.6rem 0; border-bottom: 1px solid var(--line); }
.feat h3 { font-size: 1.1rem; }
.feat p { margin-top: 0.45rem; color: var(--ink-2); font-size: 0.98rem; text-wrap: pretty; }
.more { margin-top: 1.6rem; }

/* --- как работи: четири стъпки с номера, като на хартия --- */
.howto { counter-reset: how; list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem clamp(2rem, 5vw, 5rem); border-top: 1px solid var(--line); padding-top: 2.5rem; }
.howto li { display: grid; grid-template-columns: 2.6rem minmax(0, 1fr); column-gap: 0.4rem; }
.howto li::before { counter-increment: how; content: '0' counter(how); grid-row: 1 / 3; font-size: 0.85rem; font-weight: 600; color: var(--brand-deep); font-variant-numeric: tabular-nums; padding-top: 0.35em; }
.howto b { font-weight: 700; font-size: 1.15rem; letter-spacing: -0.015em; line-height: 1.25; }
.howto p { margin-top: 0.45rem; color: var(--ink-2); text-wrap: pretty; }
.howto--tight { grid-template-columns: 1fr; gap: 1.4rem; border-top: 0; padding-top: 0; margin-top: 1.8rem; }
.howto--tight b { font-size: 1.05rem; }
.howto--tight p { font-size: 0.98rem; margin-top: 0.3rem; }
.after { margin-top: 2.5rem; max-width: 40rem; color: var(--ink-2); text-wrap: pretty; }

/* --- за кого е: четири публики, текст на хартия --- */
.who { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 clamp(2rem, 5vw, 5rem); border-top: 1px solid var(--line); }
.who-item { padding: 1.8rem 0; border-bottom: 1px solid var(--line); }
.who-item h3 { font-size: 1.2rem; }
.who-item p { margin-top: 0.5rem; color: var(--ink-2); text-wrap: pretty; }

/* --- твърдения: една мисъл, три реда --- */
.claims { border-top: 1px solid var(--line); padding-top: 2.5rem; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem clamp(2rem, 4vw, 4rem); }
.claim h3 { font-size: 1.25rem; }
.claim p { margin-top: 0.6rem; color: var(--ink-2); text-wrap: pretty; }

/* --- тъмният пасаж: паркингът без мрежа --- */
.dark { position: relative; overflow: hidden; background: var(--dark); color: var(--on-dark); }
.dark::before { content: ''; position: absolute; inset: 0; background: url('/img/lines.svg') center / cover no-repeat; opacity: 0.22; -webkit-mask-image: linear-gradient(100deg, transparent 30%, #000 70%); mask-image: linear-gradient(100deg, transparent 30%, #000 70%); pointer-events: none; }
.dark > * { position: relative; z-index: 1; }
.dark-in { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: clamp(2rem, 6vw, 7rem); }
.dark h2 { color: #fff; }
.dark .lead { color: var(--on-dark-2); margin-top: 1rem; }
.dark .facts li { color: var(--on-dark-2); }
.dark .facts li svg { color: #8dbde6; }
.dark .phone { --pw: 300px; box-shadow: 0 50px 90px -40px rgba(0, 0, 0, 0.8), inset 0 0 0 1.5px rgba(255, 255, 255, 0.16); }

/* --- факти под текст --- */
.facts { margin-top: 1.6rem; display: grid; gap: 0.75rem; }
.facts li { display: flex; gap: 0.7rem; align-items: flex-start; color: var(--ink-2); text-wrap: pretty; }
.facts li svg { flex: none; width: 18px; height: 18px; margin-top: 4px; color: var(--brand-deep); }

/* --- две колони: текст и телефон --- */
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.split.rev .split-copy { order: 2; }
.split-phone { display: grid; justify-items: center; }
.split h2 { font-size: clamp(1.75rem, 1rem + 2.1vw, 2.5rem); }
.split .lead { margin-top: 1rem; font-size: 1.1rem; }

/* --- лента на цял екран: телефон в средата --- */
.band { text-align: center; }
.band .sec-head { margin-inline: auto; }
.band .sec-head .lead { margin-inline: auto; }
.band-phone { display: grid; justify-items: center; margin-top: 1rem; }
.band .claims { max-width: 60rem; margin: 3.5rem auto 0; text-align: left; }

/* --- цената --- */
.price { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(2rem, 5vw, 6rem); align-items: start; border-top: 1px solid var(--line); padding-top: clamp(2rem, 4vw, 3.5rem); }
.amount { font-size: clamp(3.6rem, 2rem + 5.5vw, 6.2rem); font-weight: 700; letter-spacing: -0.045em; line-height: 0.95; font-variant-numeric: tabular-nums; }
.amount small { display: block; margin-top: 0.7rem; font-size: 1.1rem; font-weight: 500; letter-spacing: 0; color: var(--ink-2); }
.price-main .btn { margin-top: 2rem; }
.price-note { margin-top: 1rem; font-size: 0.95rem; color: var(--ink-3); max-width: 22rem; }
.price-groups { display: grid; gap: 2.2rem; }
.price-group h3 { font-size: 0.95rem; font-weight: 600; color: var(--brand-deep); margin-bottom: 0.4rem; }
.price-rows li { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1.5rem; padding: 0.95rem 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.price-rows li:has(> b:only-child) { grid-template-columns: 1fr; }
.price-rows li:last-child { border-bottom: 0; }
.price-rows b { font-weight: 500; }
.price-rows span { color: var(--ink-2); font-variant-numeric: tabular-nums; text-align: right; }
.price-rows span.ok { color: var(--brand-deep); font-weight: 500; }

/* --- цитат --- */
.quote { max-width: 46rem; }
.quote blockquote { margin: 0; font-size: clamp(1.45rem, 1rem + 1.4vw, 2.05rem); font-weight: 500; letter-spacing: -0.022em; line-height: 1.3; text-wrap: pretty; }
.quote cite { display: block; font-style: normal; font-size: 1rem; color: var(--ink-2); }
.quote-who { display: flex; align-items: center; gap: 0.9rem; margin-top: 1.5rem; }
.quote-who img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; object-position: center 20%; outline: 1px solid rgba(0, 0, 0, 0.08); outline-offset: -1px; }

/* --- въпроси --- */
.faq { max-width: 46rem; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding: 1.15rem 0; background: none; border: 0; text-align: left; font-weight: 600; font-size: 1.08rem; line-height: 1.35; cursor: pointer; }
.faq-q svg { flex: none; width: 20px; height: 20px; color: var(--ink-3); transition: transform 0.45s var(--ease), color 0.3s; }
.faq-item.open .faq-q svg { transform: rotate(45deg); color: var(--ink); }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.5s var(--ease); }
.faq-a > div { overflow: hidden; min-height: 0; }
.faq-item.open .faq-a { grid-template-rows: 1fr; }
.faq-a p { padding: 0 3rem 1.3rem 0; color: var(--ink-2); max-width: 40rem; text-wrap: pretty; }

/* --- последен призив: пак тъмен панел с линиите --- */
.cta { text-align: center; padding-block: clamp(5rem, 11vw, 9.5rem); }
.cta h2 { font-size: clamp(2.2rem, 1rem + 4vw, 4rem); max-width: 18ch; margin-inline: auto; }
.cta .lead { margin: 1.1rem auto 2.2rem; }
.cta .btns { justify-content: center; }
.cta.dark::before { opacity: 0.3; -webkit-mask-image: linear-gradient(#000, transparent 85%); mask-image: linear-gradient(#000, transparent 85%); }

/* --- подвал --- */
.foot { border-top: 1px solid var(--line); padding: clamp(3rem, 6vw, 4.5rem) 0 2rem; }
.foot-in { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 2fr); gap: 3rem; }
.foot-brand p { margin-top: 1rem; color: var(--ink-2); max-width: 21rem; font-size: 0.95rem; text-wrap: pretty; }
.foot-cols { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; }
.foot-cols h3 { font-size: 0.9rem; font-weight: 600; margin-bottom: 0.8rem; }
.foot-cols a, .foot-cols span { display: block; padding: 0.28rem 0; font-size: 0.95rem; color: var(--ink-2); transition: color 0.25s var(--ease); }
.foot-cols a:hover { color: var(--ink); }
.foot-legal { margin-top: 3rem; padding-top: 1.4rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem 2rem; font-size: 0.85rem; color: var(--ink-3); }

/* --- вътрешни страници: тъмна глава като героя --- */
.page-head { position: relative; overflow: hidden; margin-top: calc(-1 * var(--nav-h)); padding: calc(var(--nav-h) + clamp(3rem, 7vw, 5.5rem)) 0 clamp(2.5rem, 5vw, 4.5rem); margin-bottom: clamp(3rem, 6vw, 5rem); background: radial-gradient(80% 90% at 90% 0%, var(--dark-2), transparent 70%), var(--dark); color: #fff; }
.page-head::before { content: ''; position: absolute; inset: 0; background: url('/img/lines.svg') center / cover no-repeat; opacity: 0.35; -webkit-mask-image: linear-gradient(100deg, transparent 35%, #000 75%); mask-image: linear-gradient(100deg, transparent 35%, #000 75%); pointer-events: none; }
.page-head > * { position: relative; }
.page-head h1 { max-width: 17ch; color: #fff; }
.page-head .lead { margin-top: 1.2rem; color: var(--on-dark-2); }
.feature { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; padding-block: clamp(3.5rem, 7vw, 6rem); }
.feature + .feature { border-top: 1px solid var(--line); }
.feature.rev .feature-copy { order: 2; }
.feature h2 { font-size: clamp(1.75rem, 1rem + 2.1vw, 2.5rem); }
.feature .lead { margin-top: 1rem; font-size: 1.1rem; }
.feature-phone { display: grid; justify-items: center; }
.feature-phone .phone { --pw: 300px; }

.prose { max-width: 40rem; font-size: 1.12rem; line-height: 1.6; }
.prose p + p { margin-top: 1.2rem; }
.prose h2 { font-size: 1.65rem; margin: 2.8rem 0 0.9rem; }
.prose b { font-weight: 600; }
.aside { display: grid; gap: 1.6rem; align-content: start; padding-top: 0.4rem; }
.aside dt { font-size: 0.9rem; color: var(--ink-3); }
.aside dd { margin: 0.15rem 0 0; font-weight: 600; font-size: 1.08rem; }
.portrait { margin: 0 0 0.5rem; }
.portrait img { width: 100%; max-width: 320px; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--r-lg); outline: 1px solid rgba(0, 0, 0, 0.08); outline-offset: -1px; }
.about { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }

.contact { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }

/* --- демото: как минава, в четири стъпки, и къде --- */
.demo-how h2 { font-size: clamp(1.5rem, 1rem + 1.4vw, 2rem); }
.steps { counter-reset: step; display: grid; gap: 1.5rem; margin: 1.6rem 0 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 2.2rem minmax(0, 1fr); column-gap: 0.9rem; }
.steps li::before { counter-increment: step; content: counter(step); grid-row: 1 / 3; width: 2.2rem; height: 2.2rem; border-radius: 50%; background: var(--brand-tint); color: var(--brand-deep); font-weight: 700; font-variant-numeric: tabular-nums; display: grid; place-items: center; }
.steps b { font-weight: 600; font-size: 1.1rem; line-height: 1.3; padding-top: 0.2rem; }
.steps span { color: var(--ink-2); text-wrap: pretty; margin-top: 0.25rem; }
.choice { border: 0; padding: 0; margin: 0; min-width: 0; }
.choice legend { font-weight: 500; font-size: 0.95rem; padding: 0; margin-bottom: 0.5rem; }
.choice-row { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.form .choice-row label { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.6rem 0.95rem; border: 1px solid var(--line-2); border-radius: 999px; background: #fff; cursor: pointer; font-weight: 500; font-size: 0.95rem; transition: border-color 0.25s, background-color 0.25s; }
.form .choice-row label:has(input:checked) { border-color: var(--brand); background: var(--brand-tint); color: var(--brand-deep); }
.form .choice-row input { accent-color: var(--brand); margin: 0; width: 16px; height: 16px; }
.contact-lines { display: grid; gap: 1.8rem; }
.contact-lines a, .contact-lines h3 { display: block; font-size: 1.4rem; font-weight: 600; letter-spacing: -0.015em; line-height: 1.25; transition: color 0.25s var(--ease); }
.contact-lines a:hover { color: var(--brand-deep); }
.contact-lines small { display: block; margin-top: 0.25rem; color: var(--ink-3); font-size: 0.95rem; }
.form { display: grid; gap: 1.1rem; padding: clamp(1.5rem, 3vw, 2.2rem); background: var(--bg-2); border-radius: var(--r-lg); }
.form label { display: grid; gap: 0.4rem; font-weight: 500; font-size: 0.95rem; }
.form input, .form textarea { font: inherit; padding: 0.8rem 0.95rem; border: 1px solid var(--line-2); border-radius: var(--r-md); background: #fff; color: var(--ink); transition: border-color 0.25s, box-shadow 0.25s; }
.form input::placeholder, .form textarea::placeholder { color: var(--ink-3); }
.form input:focus, .form textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px var(--brand-tint); }
.form textarea { min-height: 120px; resize: vertical; }
.form .btn { justify-self: start; margin-top: 0.3rem; }
.form small { font-size: 0.85rem; color: var(--ink-3); }


/* --- животът на страницата: ореол, светещи думи, лента, карти, стъпки, броячи --- */
.eyebrow { margin: 0 0 0.9rem; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brand-deep); }
.hero .eyebrow, .dark .eyebrow { color: #8dbde6; }
.glow { background: linear-gradient(92deg, #8dbde6 0%, #4aa8ff 45%, #9be1ff 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
/* светещата част не се къса: тръгва на свой ред */
.hero h1 .glow { display: inline-block; white-space: nowrap; }
.hero--live::before { inset: -6%; animation: sway 24s ease-in-out infinite alternate; }
@keyframes sway { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(-3%, 2%, 0); } }
.hero-media { position: relative; }
.hero-media::before { content: ''; position: absolute; inset: 8% -12% -12%; background: radial-gradient(60% 55% at 55% 55%, rgba(74, 168, 255, 0.38), transparent 70%); filter: blur(28px); pointer-events: none; }
.hero-media > * { position: relative; }

/* лента с думите, която тече */
.marquee { background: var(--dark); border-top: 1px solid var(--on-dark-line); border-bottom: 1px solid var(--on-dark-line); padding: 0.95rem 0; color: var(--on-dark-2); font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; font-size: 0.82rem; }
/* краищата избледняват към тъмното, не към страницата: маската е върху вътрешния слой */
.marquee-in { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
/* четири еднакви комплекта думи; всеки носи и разстоянието след себе си, затова
   превъртането с една четвърт е точно и лентата никога не свършва, колкото и
   широк да е екранът */
.marquee-track { display: flex; width: max-content; animation: marquee 40s linear infinite; }
.marquee-set { display: inline-flex; align-items: center; gap: 2.4rem; padding-right: 2.4rem; flex: none; }
.marquee-set span { white-space: nowrap; }
.marquee-set i { width: 6px; height: 6px; border-radius: 50%; background: #4aa8ff; box-shadow: 0 0 12px #4aa8ff; flex: none; }
@keyframes marquee { to { transform: translateX(-25%); } }

.sec-head--center { text-align: center; margin-inline: auto; }
.sec-head--center .lead { margin-inline: auto; }

/* стъпаловидна поява: децата влизат едно след друго */
[data-reveal-stagger] > * { opacity: 0; transform: translateY(14px); transition: opacity 0.6s var(--ease), transform 0.8s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s, background-color 0.35s, color 0.35s; transition-delay: calc(var(--i, 0) * 70ms); }
[data-reveal-stagger].in > * { opacity: 1; transform: none; }
[data-reveal-stagger].settled > * { transition-delay: 0ms; }

/* карти с икони: повдигат се и светят при посочване */
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.1rem; }
.card { display: block; padding: 1.6rem 1.5rem 1.5rem; border-radius: var(--r-lg); background: var(--bg); border: 1px solid var(--line); box-shadow: 0 1px 2px rgba(18, 32, 46, 0.04); }
[data-reveal-stagger].settled > .card:hover { transform: translateY(-5px); border-color: var(--brand-line); box-shadow: 0 30px 50px -30px rgba(70, 130, 180, 0.5), 0 0 0 1px var(--brand-line); }
.card-ico { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: var(--brand-tint); color: var(--brand-deep); margin-bottom: 1.1rem; transition: background-color 0.35s, color 0.35s, transform 0.35s var(--ease); }
.card-ico svg { width: 22px; height: 22px; }
.card:hover .card-ico { background: var(--brand); color: #fff; transform: scale(1.06) rotate(-3deg); }
.card h3 { font-size: 1.12rem; }
.card p { margin-top: 0.4rem; color: var(--ink-2); font-size: 0.98rem; text-wrap: pretty; }

/* четири стъпки с големи номера */
.steps4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
.steps4 li { padding-top: 1.4rem; border-top: 1px solid var(--line); }
.step-n { display: block; font-size: clamp(2.6rem, 2rem + 2vw, 4rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1; background: linear-gradient(180deg, #4aa8ff 0%, var(--brand-deep) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 0.7rem; font-variant-numeric: tabular-nums; }
.steps4 h3 { font-size: 1.2rem; }
.steps4 p { margin-top: 0.35rem; color: var(--ink-2); font-size: 0.98rem; text-wrap: pretty; }

/* показна секция: текст и екран */
.spot { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.spot-media { min-width: 0; }
.spot-media--phone { display: grid; justify-items: center; }
.spot-copy h2 { font-size: clamp(1.75rem, 1rem + 2.1vw, 2.5rem); }
.dark .spot-copy h2 { color: #fff; }
.ticks { margin-top: 1.4rem; display: grid; gap: 0.75rem; }
.ticks li { position: relative; padding-left: 1.7rem; color: var(--ink-2); text-wrap: pretty; }
.dark .ticks li { color: var(--on-dark-2); }
.ticks li::before { content: ''; position: absolute; left: 0; top: 0.5em; width: 9px; height: 9px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 4px var(--brand-tint); }
.dark .ticks li::before { background: #4aa8ff; box-shadow: 0 0 14px #4aa8ff; }

/* снимката от халето: ореол, леко приближаване при посочване, плочка със сумата върху нея */
.spot--photo { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
.photo--live { position: relative; }
.photo--live::before { content: ''; position: absolute; inset: 12% -6% -8%; background: radial-gradient(60% 60% at 50% 60%, rgba(70, 130, 180, 0.35), transparent 70%); filter: blur(30px); z-index: 0; pointer-events: none; }
.photo--live img { position: relative; z-index: 1; transition: transform 0.9s var(--ease); }
.photo--live > img { box-shadow: 0 40px 80px -40px rgba(18, 32, 46, 0.5); }
.photo--live:hover > img { transform: scale(1.025); }

/* лента с видеото: двайсет секунди Reflekt, без звук, тръгва щом се види */
.filmstrip { margin: 0 0 clamp(2.5rem, 5vw, 4rem); position: relative; }
.dark .filmstrip { margin: 0; max-width: 62rem; margin-inline: auto; }
.dark .film { box-shadow: 0 60px 120px -40px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.1); }
.filmstrip::before { content: ''; position: absolute; inset: 10% -4% -6%; background: radial-gradient(60% 60% at 50% 60%, rgba(70, 130, 180, 0.35), transparent 70%); filter: blur(30px); }
.film { position: relative; display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; border-radius: var(--r-lg); background: var(--dark); box-shadow: 0 50px 100px -40px rgba(18, 32, 46, 0.55), 0 0 0 1px rgba(18, 32, 46, 0.1); }
/* в героя: същото видео, но на тъмно и със син ореол */

/* разклонението: майстор или сервиз */
.fork { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.1rem; }
.fork-card { padding: clamp(1.5rem, 3vw, 2.2rem); border-radius: var(--r-lg); background: var(--bg-2); border: 1px solid var(--line); }
[data-reveal-stagger].settled > .fork-card:hover { border-color: var(--brand-line); box-shadow: 0 30px 50px -30px rgba(70, 130, 180, 0.4); }
.fork-card h3 { font-size: 1.3rem; }
.fork-card .ticks { margin-top: 1.1rem; }
.fork-card .ticks li { font-size: 0.98rem; }
.fork-card .link { display: inline-block; margin-top: 1.2rem; }

/* броячи на тъмно */
.counters { margin-top: clamp(3rem, 6vw, 5rem); padding-top: 2.5rem; border-top: 1px solid var(--on-dark-line); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
.counter b { display: block; font-size: clamp(2.4rem, 2rem + 2vw, 3.6rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1; color: #fff; font-variant-numeric: tabular-nums; }
.counter > span { display: block; margin-top: 0.5rem; color: var(--on-dark-2); font-size: 0.95rem; }

/* цената като една светеща карта */
.price-card { position: relative; max-width: 58rem; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(1.5rem, 4vw, 3.5rem); padding: clamp(1.8rem, 4vw, 3rem); border-radius: 28px; background: var(--dark); color: var(--on-dark); overflow: hidden; box-shadow: 0 50px 90px -40px rgba(13, 23, 33, 0.65); }
.price-card::before { content: ''; position: absolute; inset: 0; background: radial-gradient(70% 90% at 92% 8%, rgba(74, 168, 255, 0.38), transparent 60%); pointer-events: none; }
.price-card::after { content: ''; position: absolute; inset: 0; background: url('/img/lines.svg') center / cover no-repeat; opacity: 0.2; -webkit-mask-image: linear-gradient(100deg, transparent 40%, #000 85%); mask-image: linear-gradient(100deg, transparent 40%, #000 85%); pointer-events: none; }
.price-card > * { position: relative; z-index: 1; }
.price-card .amount { color: #fff; }
.price-card .amount small { color: var(--on-dark-2); }
.price-card .btn { margin-top: 1.4rem; }
.price-card-rows { display: grid; gap: 0.85rem; align-content: center; }
/* отметките: едри, светли, излизат от кръгчето — така се четат */
.price-card-rows li { position: relative; padding-left: 2.2rem; }
.price-card-rows li::before { content: ''; position: absolute; left: 0; top: 0.3em; width: 20px; height: 20px; border-radius: 50%; background: rgba(74, 168, 255, 0.2); box-shadow: inset 0 0 0 1px rgba(141, 189, 230, 0.45); }
.price-card-rows li::after { content: ''; position: absolute; left: 5px; top: calc(0.3em + 3px); width: 13px; height: 7px; border-left: 3px solid #9be1ff; border-bottom: 3px solid #9be1ff; border-radius: 1px; transform: rotate(-45deg); }
.price-card-note { grid-column: 1 / -1; color: var(--on-dark-2); }
.link--dark { color: #8dbde6; transition: color 0.25s var(--ease), text-decoration-thickness 0.25s, text-underline-offset 0.25s; }
/* на тъмно линкът светва, не потъмнява */
.link--dark:hover { color: #fff; text-decoration-thickness: 2px; text-underline-offset: 0.26em; }
.faq--center { margin-inline: auto; }

@media (prefers-reduced-motion: reduce) {
  .marquee-track, .hero--live::before { animation: none; }
  [data-reveal-stagger] > * { transition: none; opacity: 1; transform: none; }
}

/* --- по-тесни екрани --- */
@media (max-width: 900px) {
  .nav-links, .nav-cta { display: none; }
  .nav-burger { display: block; }
  .hero-in, .story, .split, .feature, .dark-in, .price, .about, .contact, .foot-in { grid-template-columns: 1fr; }
  .split.rev .split-copy, .feature.rev .feature-copy { order: 0; }
  .hero { padding-top: calc(var(--nav-h) + 2rem); }
  .hero-phone { margin-top: 0.5rem; max-height: 520px; overflow: hidden; -webkit-mask-image: linear-gradient(#000 68%, transparent); mask-image: linear-gradient(#000 68%, transparent); }
  .hero-media { margin-top: 0.5rem; }
  .duo-row, .duo-row.rev, .photo-row, .photo-row.rev { grid-template-columns: 1fr; }
  .hero-phone .phone { --pw: 300px; }
  .story-phone { display: none; }
  .story-steps { padding-top: 0; }
  .story-step { padding: 2.6rem 0; opacity: 1; grid-template-columns: 3.5rem minmax(0, 1fr); }
  .story-step:first-child { padding-top: 0; }
  .story-inline { display: grid; justify-items: center; margin-top: 1.8rem; }
  .story-inline .phone { --pw: 250px; }
  .claims { grid-template-columns: 1fr; gap: 1.8rem; }
  .fork { grid-template-columns: 1fr; }
  .cards, .steps4 { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 76%; overflow-x: auto; scroll-snap-type: x mandatory; margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter); padding-bottom: 0.6rem; scrollbar-width: none; }
  .cards::-webkit-scrollbar, .steps4::-webkit-scrollbar { display: none; }
  .card, .steps4 li { scroll-snap-align: start; }
  .steps4 li { padding: 1.2rem 1.3rem 1.4rem; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--bg-2); }
  .spot, .spot--photo { grid-template-columns: 1fr; }
  .counters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .price-card { grid-template-columns: 1fr; }
  .feats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .howto, .who { grid-template-columns: 1fr; }
  .cats { gap: 1.2rem 1.6rem; }
  .cats-note { margin-left: 0; max-width: none; }
  .hero .lead, .page-head .lead { color: var(--on-dark-2); }
  .foot-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-phone .phone, .split-phone .phone, .dark .phone { --pw: 270px; }
  .band-phone .phone { --pw: 270px; }
}
@media (max-width: 600px) {
  /* на телефон: телефонът и фокусът, без прозореца */
  .duo { aspect-ratio: auto; display: grid; justify-items: center; }
  .duo-win { display: none; }
  .duo-phone { position: static; }
  .duo-phone .phone, .dark .duo .phone { --pw: 270px; }
  .duo-focus { display: none; }
}
@media (max-width: 480px) {
  body { font-size: 16px; }
  .feats { grid-template-columns: 1fr; }
  .btns .btn { width: 100%; }
  .hero .btns { margin-top: 1.8rem; }
  .price-rows li { grid-template-columns: 1fr; gap: 0.2rem; }
  .price-rows span { text-align: left; }
  .foot-cols { grid-template-columns: 1fr; }
}

/* --- без движение --- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .story-step { opacity: 1; }
}
