/* 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;
  --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; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font: inherit; color: inherit; }
::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); }
.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-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-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; padding: clamp(2.5rem, 4.5vw, 4.5rem) 0 clamp(2rem, 5vw, 4.5rem); }
.hero::before { content: ''; position: absolute; inset: -30% -20% -30% 30%; background: linear-gradient(112deg, transparent 38%, rgba(70, 130, 180, 0.09) 48%, rgba(70, 130, 180, 0.03) 54%, transparent 58%, transparent 63%, rgba(70, 130, 180, 0.05) 68%, transparent 73%); pointer-events: none; }
.hero-in { position: relative; display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.hero h1 { max-width: 13ch; }
.hero .lead { margin-top: 1.4rem; }
.hero .btns { margin-top: 2.2rem; }
.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; }
.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); } }

/* --- телефонът: истински екран в рамка --- */
.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 { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.phone.dark .phone-screen { background: #0f1418; }
.phone.dark .phone-status { background: #171d24; color: #e8edf2; }

/* --- историята: един телефон, пет стъпки --- */
.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 { 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 { display: block; font-variant-numeric: tabular-nums; color: var(--brand-deep); font-weight: 600; font-size: 0.95rem; margin-bottom: 0.9rem; }
.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; }

/* --- твърдения: една мисъл, три реда --- */
.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: repeating-linear-gradient(104deg, transparent 0 140px, rgba(141, 189, 230, 0.055) 140px 196px, transparent 196px 330px), radial-gradient(60% 80% at 85% 10%, rgba(70, 130, 180, 0.22), transparent 70%); pointer-events: none; }
.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(--ink-3); 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; margin-top: 1.5rem; font-style: normal; font-size: 1rem; color: var(--ink-2); }

/* --- въпроси --- */
.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; }

/* --- подвал --- */
.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 { padding: clamp(3.5rem, 8vw, 6.5rem) 0 clamp(2rem, 4vw, 3.5rem); }
.page-head h1 { max-width: 17ch; }
.page-head .lead { margin-top: 1.2rem; }
.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; }
.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; }
.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); }

/* --- по-тесни екрани --- */
@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: 2.5rem; }
  .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-phone .phone { --pw: 300px; }
  .story-phone { display: none; }
  .story-steps { padding-top: 0; }
  .story-step { padding: 2.6rem 0; opacity: 1; }
  .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; }
  .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: 480px) {
  body { font-size: 16px; }
  .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; }
}
