/* Рупор — сайт rupor.ai, v2. Структура и приёмы сняты с референса reels-wbs.webflow.io
   (docs/design.md, docs/source/style-ref/): наклонённые карточки-ролики с бейджами, бегущие
   строки, «Знакомо?» с подсвеченными словами, стопка цветных карточек (sticky), тёмный блок
   сравнения, шаги S/1–S/4, отзывы с телефоном, тарифы как в app/, финал с летающими фигурами.
   Токены — те же, что в app/styles.css. */

@font-face { font-family: "Unbounded"; font-style: normal; font-weight: 200 900; font-display: swap;
  src: url("assets/fonts/unbounded-cyr.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: "Unbounded"; font-style: normal; font-weight: 200 900; font-display: swap;
  src: url("assets/fonts/unbounded-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; }
@font-face { font-family: "Boldonse"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("assets/fonts/boldonse-latin.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 100 900; font-display: swap;
  src: url("assets/fonts/inter-cyr.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 100 900; font-display: swap;
  src: url("assets/fonts/inter-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 {
  --bg: #F5F5F5; --ink: #161616; --ink-2: #4B4B4B; --muted: #8B8B8B;
  --line: #DDDDDD; --line-2: #E8E8E8; --card: #FFFFFF;
  --violet: #8763FF; --blue: #529DFF; --yellow: #FFBA43; --green: #33C791;
  --orange: #FF742E; --pink: #FFAEE7; --rose: #F2A0A0;
  --r-pill: 100px; --r-sm: 10px; --r-md: 16px; --r-lg: 20px; --r-xl: 30px;
  --font-display: "Unbounded", "Boldonse", system-ui, sans-serif;
  --font-num: "Boldonse", "Unbounded", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --wrap: 1200px; --gutter: 20px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; overflow-x: hidden; max-width: 100%; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--font-body); font-size: 17px; line-height: 1.45; -webkit-font-smoothing: antialiased; max-width: 100%; }
a { color: inherit; }
button { font: inherit; color: inherit; cursor: pointer; }
img, svg, video { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: 90px 0; }
.section.tight { padding-top: 40px; }
.center { text-align: center; }
.muted { color: var(--muted); }
.small { font-size: 14px; line-height: 1.4; }

/* ---------- появление по скроллу (аналог data-scroll="load" у референса) ---------- */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1); }
[data-reveal].in { opacity: 1; transform: none; }
[data-reveal="fade"] { transform: none; }
[data-reveal-stagger] > * { opacity: 0; transform: translateY(24px); transition: opacity .6s cubic-bezier(.22,1,.36,1), transform .6s cubic-bezier(.22,1,.36,1); }
[data-reveal-stagger].in > * { opacity: 1; transform: none; }
[data-reveal-stagger].in > *:nth-child(2) { transition-delay: .08s; }
[data-reveal-stagger].in > *:nth-child(3) { transition-delay: .16s; }
[data-reveal-stagger].in > *:nth-child(4) { transition-delay: .24s; }
[data-reveal-stagger].in > *:nth-child(5) { transition-delay: .32s; }
[data-reveal-stagger].in > *:nth-child(6) { transition-delay: .40s; }
@media (prefers-reduced-motion: reduce) { [data-reveal], [data-reveal-stagger] > * { opacity: 1; transform: none; transition: none; } }

/* ---------- типографика ---------- */
.h1 { font-family: var(--font-display); font-weight: 900; text-transform: uppercase; font-size: clamp(34px, 6.6vw, 82px); line-height: 1.02; letter-spacing: -.012em; margin: 22px 0 22px; }
.h2 { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: clamp(26px, 4.2vw, 50px); line-height: 1.08; letter-spacing: -.01em; margin: 16px 0 14px; }
.h3 { font-family: var(--font-body); font-weight: 600; font-size: 24px; line-height: 1.25; margin: 0 0 8px; }
.h4 { font-family: var(--font-body); font-weight: 600; font-size: clamp(24px, 2.6vw, 34px); line-height: 1.2; margin: 0 0 10px; }
.lead { font-size: clamp(16px, 1.5vw, 18px); line-height: 1.5; color: var(--ink-2); margin: 0 auto 26px; max-width: 560px; }
.hl { display: inline-block; padding: .04em .32em .1em; border-radius: var(--r-pill); color: #fff; background: var(--violet); line-height: 1; vertical-align: baseline; }
.hl.yellow { background: var(--yellow); color: var(--ink); }
.hl.green { background: var(--green); }
.hl.blue { background: var(--blue); }
.hl.orange { background: var(--orange); }
.hl.pink { background: var(--pink); color: var(--ink); }
.pre-title { display: inline-flex; align-items: center; gap: 6px; border: 1px solid rgba(139,139,139,.4); background: var(--card); border-radius: var(--r-pill); padding: 6px 18px; font-size: 14px; line-height: 1.2; }
.pre-title.dark { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.2); }
.pill { display: inline-flex; align-items: center; gap: 8px; background: var(--card); color: var(--ink); border-radius: var(--r-pill); padding: 8px 16px; font-size: 15px; line-height: 1.2; font-weight: 500; }
.pill.check::before { content: ""; width: 14px; height: 10px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 10'%3E%3Cpath d='M1.5 5.5l3.5 3.5 7.5-7.5' fill='none' stroke='%23161616' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat; }
.num { font-family: var(--font-num); line-height: 1; }
.num small { font-family: var(--font-body); font-weight: 600; font-size: .4em; margin-left: .15em; }

/* ---------- кнопки (пилюля с кружком и «уезжающим» текстом, как .button-arrow) ---------- */
.btn { position: relative; display: inline-flex; align-items: center; gap: 12px; background: var(--ink); color: #fff; border: 0; border-radius: var(--r-pill); padding: 6px 30px 6px 6px; font-weight: 600; font-size: 17px; line-height: 1.2; text-decoration: none; transition: transform .15s ease; white-space: nowrap; overflow: hidden; }
.btn:active { transform: scale(.97); }
.btn .ico { width: 42px; height: 42px; border-radius: 50%; background: #fff; display: grid; place-items: center; flex: none; transition: transform .35s cubic-bezier(.22,1,.36,1); }
.btn:hover .ico { transform: rotate(-45deg); }
.btn .ico svg { width: 16px; height: 16px; fill: var(--ink); }
.btn .t { position: relative; display: block; overflow: hidden; }
.btn .t span { display: block; transition: transform .35s cubic-bezier(.22,1,.36,1); }
.btn .t span + span { position: absolute; left: 0; top: 100%; }
.btn:hover .t span { transform: translateY(-100%); }
.btn.violet { background: var(--violet); }
.btn.violet .ico svg { fill: var(--violet); }
.btn.orange { background: var(--orange); }
.btn.orange .ico svg { fill: var(--orange); }
.btn.white { background: var(--card); color: var(--ink); border: 1px solid var(--line); }
.btn.white .ico { background: var(--violet); }
.btn.white .ico svg { fill: #fff; }
.btn.light { background: var(--line-2); color: var(--ink); }
.btn.light .ico { background: var(--ink); }
.btn.light .ico svg { fill: #fff; }
.btn.ghost { background: transparent; color: var(--ink); padding-left: 0; }
.btn.ghost .ico { order: 2; background: var(--card); border: 1px solid var(--line); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; align-items: center; }

/* ---------- шапка ---------- */
.topbar { position: fixed; inset: 0 0 auto; z-index: 40; pointer-events: none; }
.topbar .wrap { display: grid; grid-template-columns: 1fr auto 1fr; align-items: start; }
.topbar .brand, .topbar .right { pointer-events: auto; transition: transform .4s cubic-bezier(.22,1,.36,1), opacity .4s; }
.topbar.hide .brand, .topbar.hide .right { transform: translateY(-80px); opacity: 0; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; padding-top: 20px; }
.brand-mark { width: 32px; height: 32px; }
.brand-text { font-family: var(--font-display); font-weight: 900; font-size: 22px; letter-spacing: .02em; }
.menu-wrap { position: relative; justify-self: center; pointer-events: auto; }
.menu-tab { background: var(--ink); color: #fff; border: 0; border-radius: 0 0 var(--r-lg) var(--r-lg); padding: 16px 24px 14px; font-weight: 600; font-size: 15px; display: inline-flex; gap: 8px; align-items: center; position: relative; }
.menu-tab::before, .menu-tab::after { content: ""; position: absolute; top: 0; width: 18px; height: 18px; background: var(--ink); }
.menu-tab::before { right: 100%; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M18 0v18C18 8.06 9.94 0 0 0z'/%3E%3C/svg%3E") no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M18 0v18C18 8.06 9.94 0 0 0z'/%3E%3C/svg%3E") no-repeat; }
.menu-tab::after { left: 100%; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M0 0v18C0 8.06 8.06 0 18 0z'/%3E%3C/svg%3E") no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M0 0v18C0 8.06 8.06 0 18 0z'/%3E%3C/svg%3E") no-repeat; }
.topbar .right { justify-self: end; padding-top: 14px; }
.nav { display: none; position: absolute; left: 50%; top: calc(100% + 8px); transform: translateX(-50%); background: var(--ink); color: #fff; border-radius: var(--r-lg); padding: 10px; min-width: 260px; box-shadow: 0 20px 40px rgba(0,0,0,.25); }
.nav.open { display: block; }
.nav a { display: block; padding: 11px 14px; border-radius: var(--r-sm); text-decoration: none; font-weight: 500; }
.nav a:hover { background: rgba(255,255,255,.1); }
.nav .nav-ctas { display: none; }
.burger { display: none; }

/* ---------- 1. первый экран ---------- */
.hero { padding: 130px 0 0; text-align: center; overflow: hidden; }
.hero .lead { max-width: 560px; }
.hero-carousel { position: relative; max-width: 1180px; margin: 54px auto 0; }
.hero-reels { display: flex; overflow-x: auto; overflow-y: hidden; scrollbar-width: none; padding: 30px 0 80px; }
.hero-reels::-webkit-scrollbar { display: none; }
.reel { position: relative; flex: 0 0 25%; height: 520px; border-radius: var(--r-xl); overflow: hidden; background: #fff; border: 2px solid rgba(22,22,22,.12); box-shadow: 0 3px 8px rgba(22,22,22,.10), 0 36px 74px rgba(22,22,22,.32); }
.reel video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-reels .reel:nth-child(4n+1) { transform: rotate(-5deg) translate(12px, 10px); z-index: 1; }
.hero-reels .reel:nth-child(4n+2) { transform: rotate(5deg) translate(-4px, 30px); z-index: 2; }
.hero-reels .reel:nth-child(4n+3) { transform: rotate(-4deg) translate(-6px, 14px); z-index: 1; }
.hero-reels .reel:nth-child(4n) { transform: rotate(5deg) translate(0, 26px); z-index: 1; }
.hero-reels .reel.stat { transform: translate(-8px, -6px); z-index: 3; }
.reel.dark { background: var(--ink); }
.hr-btn { position: absolute; top: 50%; z-index: 6; width: 56px; height: 56px; border-radius: 50%; border: 3px solid #fff; background: var(--violet); color: #fff; display: grid; place-items: center; box-shadow: 0 14px 34px rgba(135,99,255,.4); cursor: pointer; transition: background .2s, opacity .2s, transform .2s; }
.hr-btn svg { width: 18px; height: 18px; }
.hr-btn.prev { left: -26px; transform: translateY(-50%) rotate(180deg); }
.hr-btn.next { right: -26px; transform: translateY(-50%); }
.hr-btn:hover { background: #7A54FF; transform: translateY(-50%) scale(1.08); }
.hr-btn.prev:hover { transform: translateY(-50%) rotate(180deg) scale(1.08); }
.hr-btn[disabled] { opacity: .35; pointer-events: none; }
.reel .badge { position: absolute; left: 16px; bottom: 16px; display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.92); backdrop-filter: blur(6px); border-radius: var(--r-pill); padding: 5px 12px 5px 5px; font-size: 13px; font-weight: 600; color: var(--ink); z-index: 2; }
.reel .badge img { width: 26px; height: 26px; border-radius: 50%; object-fit: cover; }
.reel .badge .v { width: 14px; height: 14px; border-radius: 50%; background: var(--blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M3.5 7.2l2.3 2.3 4.7-4.8' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/10px no-repeat; }
.reel .pp { position: absolute; right: 14px; bottom: 14px; width: 32px; height: 32px; border-radius: 50%; border: 0; background: rgba(22,22,22,.85); color: #fff; display: grid; place-items: center; z-index: 2; }
.reel .pp svg { width: 12px; height: 12px; }
.reel .pp .play { display: none; }
.reel.paused .pp .pause { display: none; }
.reel.paused .pp .play { display: block; }
.reel.stat { background: var(--blue); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 24px; box-shadow: 0 30px 60px rgba(82,157,255,.35); }
.reel.stat .faces { display: flex; }
.reel.stat .faces img { width: 38px; height: 38px; border-radius: 50%; border: 2px solid var(--blue); margin-left: -10px; background: #fff; object-fit: contain; }
.reel.stat .faces img:first-child { margin-left: 0; }
.reel.stat .l { font-size: 15px; opacity: .95; }
.reel.stat .num { font-size: 76px; }
.reel.stat .chips { position: absolute; left: -10px; right: -10px; bottom: 26px; display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; transform: rotate(-6deg); }
.reel.stat .chip { display: inline-flex; align-items: center; gap: 6px; background: #fff; color: var(--ink); border-radius: var(--r-pill); padding: 5px 12px 5px 5px; font-size: 12px; font-weight: 600; white-space: nowrap; }
.reel.stat .chip img { width: 22px; height: 22px; border-radius: 50%; }
.everywhere { margin-top: 34px; color: var(--ink-2); font-size: 16px; }

/* ---------- бегущая строка ---------- */
.marquee { position: relative; overflow: hidden; margin: 16px 0 0; -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.marquee .track { display: flex; gap: 12px; width: max-content; animation: marquee 32s linear infinite; }
.marquee:hover .track { animation-play-state: paused; }
.marquee.slow .track { animation-duration: 48s; }
.marquee.reverse .track { animation-direction: reverse; }
@keyframes marquee { to { transform: translateX(-50%); } }
.mbadge { flex: none; display: inline-flex; align-items: center; gap: 8px; background: var(--card); border: 1px solid rgba(139,139,139,.35); border-radius: var(--r-pill); padding: 4px 14px 4px 4px; font-size: 15px; font-weight: 500; }
.mbadge.plain { border: 0; background: var(--line-2); }
.mbadge .i { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; flex: none; color: #fff; }
.mbadge .i svg { width: 16px; height: 16px; }
.mbadge .i.ig { background: linear-gradient(45deg, #F58529, #DD2A7B 55%, #8134AF); }
.mbadge .i.tt { background: #161616; }
.mbadge .i.yt { background: #FF0000; }
.mbadge .i.vk { background: #0077FF; }
.mbadge .i.tg { background: #2AABEE; }
.mbadge .i.dz { background: #161616; }
.mbadge .i.rt { background: #151B2B; }
.mbadge .i.ok { background: var(--ink); }
.mbadge .i.ok svg { width: 13px; }

/* ---------- 2. «Знакомо?» ---------- */
#who, #familiar, #factory, #numbers, #proof, #prices, #faq { overflow-x: hidden; }
#familiar .pre-title { font-size: clamp(18px, 2vw, 24px); padding: 10px 26px; font-weight: 600; background: var(--blue); color: #fff; border-color: transparent; }
.familiar { max-width: 900px; margin: 46px auto 0; font-size: clamp(22px, 2.7vw, 32px); line-height: 1.4; font-weight: 500; }
.familiar p { margin: 0 0 38px; }
.familiar .w { display: inline-block; padding: 0 .3em .05em; border-radius: 8px; line-height: 1.15; }
.familiar .w.y { background: var(--yellow); }
.familiar .w.r { background: #FFD6D6; color: #D33; }
.familiar .w.b { background: #DDEBFF; color: #2B6FD6; box-shadow: inset 2px 0 0 #2B6FD6, inset -2px 0 0 #2B6FD6; }
.familiar .w.g { background: #D7F5E8; color: #1E9A6C; }
.familiar .recipe { margin: 48px 0 0; padding-top: 42px; border-top: 1px solid var(--line); }
.familiar .w.v { background: #E9E2FF; color: var(--violet); }
.familiar .e { display: inline-block; width: 1.15em; height: 1.15em; vertical-align: -.2em; margin: 0 .1em; }
.familiar .faces { display: inline-flex; vertical-align: -.25em; margin: 0 .15em; }
.familiar .faces img { width: 1.15em; height: 1.15em; border-radius: 50%; margin-left: -.35em; background: #fff; border: 2px solid var(--bg); object-fit: contain; }
.familiar .faces img:first-child { margin-left: 0; }

/* ---------- 3. кому подходит (как «Our mission») ---------- */
.mission { display: grid; grid-template-columns: 1.25fr 1fr; gap: 46px; align-items: center; }
.mission .media { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: end; }
.mission .m.wide { grid-column: 1 / -1; aspect-ratio: 16 / 9; }
.mission .m { position: relative; border-radius: var(--r-lg); overflow: hidden; background: #fff; box-shadow: 0 20px 40px rgba(22,22,22,.12); }
.mission .m._1 { aspect-ratio: 3 / 4; }
.mission .m._2 { aspect-ratio: 9 / 13; margin-bottom: 18px; }
.mission .m.wide video { object-fit: contain; background: #fff; }
.mission .m video, .mission .m img { width: 100%; height: 100%; object-fit: cover; }
.mission .m .tag { position: absolute; top: 12px; left: 12px; background: var(--ink); color: #fff; border-radius: var(--r-pill); padding: 6px 12px; font-size: 13px; font-weight: 600; transform: rotate(-8deg); display: inline-flex; gap: 6px; align-items: center; }
.mission .m .tag.r { left: auto; right: 12px; transform: rotate(6deg); background: var(--card); color: var(--ink); }
.mission .text .h2 { text-align: left; margin-top: 12px; font-size: clamp(24px, 3vw, 38px); }
.mission .text p { color: var(--ink-2); margin: 0 0 14px; }
.who-list { list-style: none; padding: 0; margin: 18px 0 24px; display: grid; gap: 10px; }
.who-list li { display: flex; gap: 12px; align-items: flex-start; background: var(--card); border-radius: var(--r-md); padding: 12px 14px; }
.who-list img { width: 40px; height: 40px; flex: none; }
.who-list b { display: block; font-size: 16px; }
.who-list span { color: var(--ink-2); font-size: 15px; }
.who-cta { display: flex; justify-content: center; margin-top: 4px; }
.not-for { margin-top: 18px; color: var(--muted); font-size: 15px; text-align: center; }
.mark { position: relative; display: inline-block; text-decoration: none; color: var(--ink); font-weight: 600; padding-bottom: 2px; }
.mark::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 7px; border-radius: 4px; background: var(--violet); opacity: .85; transform: scaleX(0); transform-origin: left; transition: transform .7s cubic-bezier(.16,1,.3,1); }
.mark.in::after, .mark:hover::after { transform: scaleX(1); }

/* ---------- 4. стопка карточек (как «How we grow you») ---------- */
.stack { display: grid; gap: 0; }
.scard { position: sticky; top: 100px; border-radius: var(--r-xl); padding: 50px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px 40px; align-items: start; min-height: 520px; margin-bottom: 120px; box-shadow: 0 -10px 40px rgba(0,0,0,.08); transform-origin: center; will-change: transform; }
.stack > .scard:last-child { margin-bottom: 0; }
.scard.blue { background: var(--blue); }
.scard.pink { background: var(--pink); }
.scard.yellow { background: var(--yellow); }
.scard.green { background: var(--green); }
.scard.violet { background: var(--violet); color: #fff; }
.scard.violet .pill { color: var(--ink); }
.scard .head { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.scard .head .h4 { margin: 0 0 8px; }
.scard .head p { margin: 0; max-width: 640px; opacity: .9; }
.scard .icon { width: 56px; height: 56px; border-radius: 50%; background: #fff; display: grid; place-items: center; flex: none; box-shadow: 0 8px 18px rgba(0,0,0,.12); }
.scard .icon img { width: 34px; height: 34px; }
.scard .pills { display: flex; flex-wrap: wrap; gap: 8px; align-content: flex-start; }
.scard .media { border-radius: var(--r-lg); overflow: hidden; border: 2px solid #fff; background: #fff; aspect-ratio: 16 / 9; align-self: stretch; }
.scard .media video, .scard .media img { width: 100%; height: 100%; object-fit: contain; }
.scard .big { align-self: end; }
.scard .big .num { font-size: 56px; }
.scard .big .l { font-size: 14px; opacity: .8; margin-top: 4px; }

/* ---------- 2b. фабрика роликов — карточки вокруг заголовка (как «values» у референса) ---------- */
.fab { position: relative; overflow: hidden; min-height: 680px; display: grid; place-items: center; text-align: center; }
.fab .core { max-width: 640px; position: relative; z-index: 2; }
.fab .core .lead { margin: 18px auto 22px; }
.fab .chips { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.fab .notes { position: absolute; inset: 0; pointer-events: none; }
.fab .notes .note { pointer-events: auto; }
.note { position: absolute; width: 250px; padding: 44px 22px 22px; border-radius: 22px; box-shadow: 0 24px 50px rgba(0,0,0,.12); }
.note .ic { position: absolute; top: -26px; left: 50%; transform: translateX(-50%); width: 54px; height: 54px; border-radius: 50%; background: #fff; display: grid; place-items: center; box-shadow: 0 8px 18px rgba(0,0,0,.14); }
.note .ic img { width: 34px; height: 34px; }
.note b { display: block; font-size: 19px; margin-bottom: 8px; }
.note p { margin: 0; font-size: 14px; line-height: 1.45; opacity: .9; }
.note.y { background: var(--yellow); left: 0; top: 30px; transform: rotate(-4deg); }
.note.b { background: var(--blue); color: #fff; left: 30px; bottom: 20px; transform: rotate(3deg); }
.note.o { background: var(--orange); color: #fff; right: 20px; bottom: 50px; transform: rotate(-3deg); }
.note.p { background: var(--pink); right: 0; top: 46px; transform: rotate(4deg); }
[data-reveal-stagger].in > .note.y { transform: rotate(-4deg); } [data-reveal-stagger].in > .note.b { transform: rotate(3deg); } [data-reveal-stagger].in > .note.o { transform: rotate(-3deg); } [data-reveal-stagger].in > .note.p { transform: rotate(4deg); }

/* ---------- примеры по нишам (cases.html) ---------- */
.cases-hero { padding-bottom: 20px; }
.cases { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.case { display: grid; grid-template-columns: 200px 1fr; background: var(--card); border-radius: var(--r-xl); overflow: hidden; min-height: 320px; border: 1px solid rgba(22,22,22,.06); box-shadow: 0 2px 6px rgba(22,22,22,.05), 0 18px 40px rgba(22,22,22,.10); }
.case .v { position: relative; background: var(--ink); }
.case .v video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.case .t { padding: 26px 26px 22px; display: flex; flex-direction: column; }
.case .t .who { font-size: 13px; color: var(--muted); }
.case .t h3 { margin: 6px 0 8px; font-size: 22px; font-weight: 600; line-height: 1.2; }
.case .t p { margin: 0; color: var(--ink-2); font-size: 15px; }
.case .facts { margin-top: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding-top: 18px; border-top: 1px solid var(--line-2); }
.case .facts .num { font-family: var(--font-display); font-size: 26px; line-height: 1; }
.case .facts .num small { font-family: Inter, sans-serif; font-size: 12px; margin-left: 4px; }
.case .facts .num.sm { font-family: Inter, sans-serif; font-weight: 700; font-size: 17px; padding-top: 6px; }
.case .facts .l { font-size: 12px; color: var(--muted); margin-top: 4px; }

/* ---------- за вас (za-vas.html) ---------- */
.offers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.offer { position: relative; background: var(--card); border-radius: var(--r-xl); padding: 54px 26px 26px; display: flex; flex-direction: column; border: 1px solid rgba(22,22,22,.06); box-shadow: 0 2px 6px rgba(22,22,22,.04), 0 18px 40px rgba(22,22,22,.08); }
.offer .oi { position: absolute; top: -26px; left: 26px; width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; }
.offer .oi img { width: 34px; height: 34px; }
.offer .oi.yellow { background: var(--yellow); } .offer .oi.violet { background: var(--violet); } .offer .oi.green { background: var(--green); }
.offer h3 { margin: 0 0 10px; font-size: 22px; font-weight: 600; }
.offer p { margin: 0 0 14px; color: var(--ink-2); font-size: 15px; }
.offer ul { list-style: none; margin: 0 0 18px; padding: 0; }
.offer li { padding: 8px 0 8px 22px; border-top: 1px solid var(--line-2); font-size: 14px; color: var(--ink-2); position: relative; }
.offer li::before { content: ""; position: absolute; left: 0; top: 13px; width: 12px; height: 9px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 10'%3E%3Cpath d='M1.5 5.5l3.5 3.5 7.5-7.5' fill='none' stroke='%23161616' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat; }
.offer .oprice { margin-top: auto; font-family: var(--font-display); font-size: 24px; }
.offer .oprice small { display: block; font-family: Inter, sans-serif; font-size: 13px; color: var(--muted); margin-top: 4px; }
.ggrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 36px; }
.ggrid.four { grid-template-columns: repeat(4, 1fr); }
.ggrid .g { position: relative; aspect-ratio: 9 / 16; border-radius: var(--r-lg); overflow: hidden; background: var(--ink); border: 1px solid rgba(22,22,22,.08); box-shadow: 0 18px 40px rgba(22,22,22,.14); }
.ggrid .g video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ggrid .g .cap { position: absolute; left: 12px; bottom: 12px; background: rgba(255,255,255,.92); border-radius: var(--r-pill); padding: 5px 12px; font-size: 13px; font-weight: 600; }
.flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 36px; }
.fstep { background: var(--card); border-radius: var(--r-xl); padding: 24px; }
.fstep b { display: inline-block; font-family: var(--font-display); font-size: 13px; color: var(--violet); margin-bottom: 14px; }
.fstep h4 { margin: 0 0 8px; font-size: 20px; font-weight: 600; }
.fstep p { margin: 0; font-size: 14px; color: var(--ink-2); }

/* ---------- 5. сравнение — светлые карточки, наша — фиолетовая ---------- */
.cgrid { display: grid; grid-template-columns: 1fr 1fr 1.15fr; gap: 16px; margin-top: 40px; align-items: stretch; }
.ccol { background: var(--card); border-radius: var(--r-xl); padding: 26px 26px 22px; }
.ccol h5 { margin: 0 0 12px; font-size: 20px; font-weight: 600; display: flex; align-items: center; gap: 10px; }
.ccol h5 .ic { width: 28px; height: 28px; border-radius: 50%; background: #FFE3E3; color: #E5484D; font-size: 13px; font-weight: 700; display: grid; place-items: center; }
.ccol ul { list-style: none; margin: 0; padding: 0; }
.ccol li { padding: 12px 0; border-bottom: 1px solid var(--line-2); color: var(--ink-2); font-size: 16px; display: flex; gap: 10px; align-items: flex-start; }
.ccol li:last-child { border-bottom: 0; }
.ccol li::before { content: "✕"; color: #E5484D; font-weight: 700; flex: none; font-size: 13px; margin-top: 4px; }
.ccol.us { background: var(--violet); color: #fff; box-shadow: 0 24px 50px rgba(135,99,255,.35); transform: translateY(-10px); }
.ccol.us h5 { color: #fff; }
.ccol.us h5 img { width: 28px; height: 28px; border-radius: 8px; }
.ccol.us li { color: #fff; border-color: rgba(255,255,255,.2); }
.ccol.us li::before { content: "✓"; color: #fff; font-weight: 700; }

/* ---------- 6. шаги S/1–S/4 — прикреплённая сцена: заголовок размывается, карточки въезжают по одной ---------- */
.steps-section { position: relative; height: 340vh; }
.steps-pin { position: sticky; top: 0; height: 100vh; overflow: hidden; display: flex; align-items: center; }
.steps-pin .wrap { position: relative; width: 100%; }
.steps-title { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-60%); will-change: filter, opacity; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: start; position: relative; margin-top: 60px; }
.steps .step { will-change: transform, opacity; }
.step { position: relative; border-radius: var(--r-xl); padding: 26px 22px 28px; text-align: center; color: var(--ink); }
.step:nth-child(2) { margin-top: 40px; }
.step:nth-child(4) { margin-top: 56px; }
.step .s { position: absolute; left: 50%; bottom: 100%; transform: translateX(-50%); background: inherit; border-radius: var(--r-md) var(--r-md) 0 0; padding: 8px 22px 4px; font-family: var(--font-num); font-size: 15px; color: #fff; }
.step .s::before, .step .s::after { content: ""; position: absolute; bottom: 0; width: 18px; height: 18px; background: inherit; }
.step .s::before { right: 100%; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M18 18L0 18C9.94 18 18 9.94 18 0L18 18Z'/%3E%3C/svg%3E") no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M18 18L0 18C9.94 18 18 9.94 18 0L18 18Z'/%3E%3C/svg%3E") no-repeat; }
.step .s::after { left: 100%; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M0 18L18 18C8.06 18 0 9.94 0 0L0 18Z'/%3E%3C/svg%3E") no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M0 18L18 18C8.06 18 0 9.94 0 0L0 18Z'/%3E%3C/svg%3E") no-repeat; }
.step.yellow { background: var(--yellow); } .step.yellow .s { color: var(--ink); }
.step.blue { background: var(--blue); color: #fff; }
.step.green { background: var(--green); color: #fff; }
.step.orange { background: var(--orange); color: #fff; }
.step .widget { min-height: 200px; display: flex; flex-direction: column; gap: 8px; justify-content: center; margin-bottom: 20px; }
.step .h3 { font-size: 22px; }
.step p { margin: 0; font-size: 15px; opacity: .92; }
.wrow { display: flex; gap: 10px; align-items: center; background: #fff; color: var(--ink); border-radius: var(--r-sm); padding: 10px 12px; text-align: left; }
.wrow .dot { width: 26px; height: 26px; border-radius: 50%; flex: none; display: grid; place-items: center; color: #fff; font-size: 13px; }
.wrow .dot.g { background: var(--green); } .wrow .dot.o { background: var(--orange); } .wrow .dot.gr { background: var(--line); }
.wrow b { display: block; font-size: 14px; } .wrow span { font-size: 12px; color: var(--muted); }
.wchat { background: #fff; color: var(--ink); border-radius: var(--r-md); padding: 12px 14px; text-align: left; font-size: 13px; line-height: 1.4; }
.wchat .lbl { color: var(--violet); font-weight: 700; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 4px; }
.wchat.dark { background: var(--ink); color: #fff; }
.wchat.dark .lbl { color: #B9A6FF; }
.wimg { border-radius: var(--r-md); overflow: hidden; border: 2px solid #fff; aspect-ratio: 16/10; background: #fff; }
.wimg video, .wimg img { width: 100%; height: 100%; object-fit: cover; }
.wtag { align-self: center; background: var(--ink); color: #fff; border-radius: var(--r-pill); padding: 5px 12px; font-size: 12px; font-weight: 600; margin-top: -18px; position: relative; }
.wbars { display: flex; gap: 8px; align-items: flex-end; justify-content: center; height: 120px; padding: 0 10px; }
.wbars i { display: block; width: 14px; border-radius: 8px; background: rgba(255,255,255,.85); }
.wbars i.k { background: var(--ink); position: relative; }
.wbars i.k::after { content: "100"; position: absolute; left: 50%; bottom: 100%; transform: translate(-50%, -6px); background: #fff; color: var(--ink); font-size: 10px; font-weight: 700; padding: 2px 6px; border-radius: 6px; }
.wdays { display: flex; justify-content: space-between; padding: 0 12px; font-size: 11px; opacity: .8; }

/* ---------- 7. цифры ---------- */
.numbers { display: grid; grid-template-columns: .9fr 1.1fr; gap: 20px; }
.numbers .photo { position: relative; border-radius: var(--r-xl); overflow: hidden; min-height: 400px; background: linear-gradient(160deg, #6E4BFF 0%, var(--violet) 45%, var(--blue) 100%); }
.belt { position: absolute; left: 22px; right: 22px; top: 30px; height: 230px; }
.belt .rail { position: absolute; left: 0; right: 0; top: 172px; height: 8px; border-radius: 4px; background: rgba(255,255,255,.18); overflow: hidden; }
.belt .rail::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, rgba(255,255,255,.6) 0 16px, transparent 16px 32px); animation: rail 1s linear infinite; }
@keyframes rail { to { transform: translateX(32px); } }
.belt .stations { position: absolute; left: 0; right: 0; top: 190px; display: grid; grid-template-columns: repeat(5, 1fr); font-size: 11px; font-weight: 600; color: rgba(255,255,255,.8); text-align: center; letter-spacing: .01em; }
.belt .st i { display: block; width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.45); margin: 0 auto 6px; }
.belt .st:nth-child(1) i { animation: st 10s infinite; } .belt .st:nth-child(2) i { animation: st 10s 2s infinite; } .belt .st:nth-child(3) i { animation: st 10s 4s infinite; } .belt .st:nth-child(4) i { animation: st 10s 6s infinite; } .belt .st:nth-child(5) i { animation: st 10s 8s infinite; }
@keyframes st { 0%, 2% { background: rgba(255,255,255,.45); box-shadow: none; } 6%, 14% { background: var(--yellow); box-shadow: 0 0 0 4px rgba(255,186,67,.35); } 20%, 100% { background: rgba(255,255,255,.45); box-shadow: none; } }
.belt .car { position: absolute; left: 0; top: 14px; width: 20%; display: flex; justify-content: center; animation: ride 10s cubic-bezier(.5,0,.2,1) infinite; }
@keyframes ride { 0% { transform: translateX(0); opacity: 0; } 3%, 16% { transform: translateX(0); opacity: 1; } 20%, 36% { transform: translateX(100%); } 40%, 56% { transform: translateX(200%); } 60%, 76% { transform: translateX(300%); } 80%, 95% { transform: translateX(400%); opacity: 1; } 100% { transform: translateX(400%); opacity: 0; } }
.mini { position: relative; width: 78px; height: 138px; border-radius: 12px; background: #fff; box-shadow: 0 18px 30px rgba(0,0,0,.25); padding: 9px 8px; display: flex; flex-direction: column; gap: 7px; }
.mini .ml { opacity: 0; transform: scale(.6); }
.mini .lines s { display: block; height: 5px; border-radius: 3px; background: var(--line); margin-bottom: 4px; }
.mini .lines s:nth-child(1) { width: 100%; } .mini .lines s:nth-child(2) { width: 68%; } .mini .lines s:nth-child(3) { width: 84%; }
.mini .wave { display: flex; gap: 3px; align-items: flex-end; height: 18px; }
.mini .wave s { flex: 1; border-radius: 2px; background: var(--violet); animation: wave .7s ease-in-out infinite alternate; }
.mini .wave s:nth-child(1) { height: 40%; } .mini .wave s:nth-child(2) { height: 90%; animation-delay: .1s; } .mini .wave s:nth-child(3) { height: 55%; animation-delay: .2s; } .mini .wave s:nth-child(4) { height: 100%; animation-delay: .3s; } .mini .wave s:nth-child(5) { height: 60%; animation-delay: .15s; } .mini .wave s:nth-child(6) { height: 85%; animation-delay: .05s; } .mini .wave s:nth-child(7) { height: 45%; animation-delay: .25s; }
@keyframes wave { to { transform: scaleY(.45); } }
.mini .sub { background: var(--ink); color: #fff; font-size: 8px; font-weight: 700; padding: 3px 4px; border-radius: 5px; text-align: center; white-space: nowrap; }
.mini .gfx { display: flex; gap: 5px; height: 30px; }
.mini .gfx s { flex: 1; border-radius: 6px; background: linear-gradient(135deg, var(--yellow), var(--orange)); }
.mini .gfx s:nth-child(2) { background: linear-gradient(135deg, var(--green), var(--blue)); }
.mini .ok { position: absolute; right: -9px; top: -9px; width: 24px; height: 24px; border-radius: 50%; background: var(--green); border: 2px solid #fff; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 10'%3E%3Cpath d='M1.5 5.5l3.5 3.5 7.5-7.5' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: 11px; }
.mini .lines { animation: l1 10s infinite; } .mini .wave { animation: l2 10s infinite; } .mini .sub { animation: l3 10s infinite; } .mini .gfx { animation: l4 10s infinite; } .mini .ok { animation: l5 10s infinite; }
@keyframes l1 { 0%, 5% { opacity: 0; transform: scale(.6); } 9%, 96% { opacity: 1; transform: none; } 100% { opacity: 0; } }
@keyframes l2 { 0%, 25% { opacity: 0; transform: scale(.6); } 29%, 96% { opacity: 1; transform: none; } 100% { opacity: 0; } }
@keyframes l3 { 0%, 45% { opacity: 0; transform: scale(.6); } 49%, 96% { opacity: 1; transform: none; } 100% { opacity: 0; } }
@keyframes l4 { 0%, 65% { opacity: 0; transform: scale(.6); } 69%, 96% { opacity: 1; transform: none; } 100% { opacity: 0; } }
@keyframes l5 { 0%, 85% { opacity: 0; transform: scale(.3); } 89%, 96% { opacity: 1; transform: none; } 100% { opacity: 0; } }
.numbers .photo .over { position: absolute; inset: auto 0 0; padding: 32px; background: linear-gradient(transparent, rgba(22,22,22,.8)); color: #fff; }
.numbers .photo .h2 { color: #fff; margin: 12px 0 0; font-size: clamp(24px, 2.6vw, 34px); }
.numbers .table { background: var(--card); border-radius: var(--r-xl); padding: 26px 32px; display: flex; flex-direction: column; justify-content: center; }
.numbers .hero-num { display: grid; grid-template-columns: auto 1fr; gap: 6px 22px; align-items: center; padding-bottom: 14px; }
.numbers .hero-num .pre-title { grid-column: 1 / -1; justify-self: start; }
.numbers .hero-num .num { font-size: clamp(48px, 5vw, 72px); }
.numbers .hero-num .l { color: var(--ink-2); font-size: 16px; }
.num em { font-style: normal; font-family: var(--font-num); color: var(--violet); }
.nrow { display: grid; grid-template-columns: 150px 1fr; gap: 20px; align-items: center; padding: 12px 0; border-top: 1px solid var(--line-2); }
.nrow .num { font-size: clamp(30px, 3vw, 40px); white-space: nowrap; }
.nrow .num em.b { color: var(--blue); } .nrow .num em.y { color: var(--yellow); } .nrow .num em.g { color: var(--green); } .nrow .num em.o { color: var(--orange); }
.nrow .l { color: var(--ink-2); font-size: 15px; }
.feat-marquee { margin-top: 20px; }
.feat-marquee .mbadge .i { background: var(--line-2); color: var(--ink); }
.feat-marquee .mbadge .i svg { width: 14px; height: 14px; }

/* ---------- 8. отзывы (так уже делают) ---------- */
.quotes-wrap { position: relative; margin-top: 40px; }
.rating { display: inline-flex; align-items: center; gap: 12px; margin-top: 8px; }
.rating .faces { display: flex; }
.rating .faces img { width: 44px; height: 44px; border-radius: 50%; margin-left: -12px; background: #fff; border: 2px solid var(--bg); object-fit: contain; }
.rating .faces img:first-child { margin-left: 0; }
.rating .stars { color: var(--yellow); letter-spacing: 2px; font-size: 18px; }
.rating b { font-weight: 700; }
.qrows { display: grid; gap: 16px; margin-top: 40px; }
.qrow { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.qrow .track { display: flex; gap: 16px; width: max-content; animation: marquee 70s linear infinite; }
.qrow.reverse .track { animation-direction: reverse; animation-duration: 80s; }
.qrow:hover .track { animation-play-state: paused; }
.qcard { flex: none; width: 400px; background: var(--card); border-radius: var(--r-xl); padding: 28px; display: flex; flex-direction: column; gap: 14px; }
.qcard .stars { color: var(--yellow); letter-spacing: 2px; font-size: 15px; }
.qcard p { margin: 0; font-size: 16px; line-height: 1.45; color: var(--ink-2); }
.qcard .who { display: flex; gap: 10px; align-items: center; }
.qcard .who img { width: 44px; height: 44px; border-radius: 50%; background: var(--line-2); object-fit: cover; }
.qcard .who .role { display: block; font-size: 13px; color: var(--muted); }
.qcard .who b { display: block; font-size: 15px; }
.qcard .who a, .qcard .who span { font-size: 13px; color: var(--muted); text-decoration: none; }
.qcard .src { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: var(--ink-2) !important; }
.qcard .src::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--muted); }
.qcard .src.tg::before { background: #2AABEE; } .qcard .src.vk::before { background: #0077FF; } .qcard .src.tc::before { background: #FC3234; } .qcard .src.mx::before { background: #5B4FFF; } .qcard .src.vc::before { background: var(--ink); }
.phone { position: absolute; left: 50%; top: 10px; transform: translateX(-50%); width: 300px; z-index: 3; pointer-events: none; }
.phone .frame { position: relative; border-radius: 44px; background: var(--ink); padding: 10px; box-shadow: 0 40px 80px rgba(22,22,22,.35); }
.phone .frame::before { content: ""; position: absolute; top: 18px; left: 50%; transform: translateX(-50%); width: 90px; height: 22px; background: var(--ink); border-radius: 12px; z-index: 2; }
.phone .scr { border-radius: 36px; overflow: hidden; aspect-ratio: 9 / 19; background: #fff; position: relative; }
.phone .scr video { width: 100%; height: 100%; object-fit: cover; }
.phone .scr .u { position: absolute; top: 46px; left: 14px; display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: var(--ink); background: rgba(255,255,255,.9); border-radius: var(--r-pill); padding: 4px 10px 4px 4px; }
.phone .scr .u img { width: 22px; height: 22px; border-radius: 50%; }
.phone .scr .u .v { width: 12px; height: 12px; border-radius: 50%; background: var(--blue); }
.phone .hand { position: absolute; left: 50%; top: 100%; transform: translateX(-50%); width: 120px; height: 120px; background: linear-gradient(var(--bg), transparent); }

/* ---------- 9. тарифы — как в приложении (app/styles.css, «Стекло») ---------- */
.pricing-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; }
.pricing-head .h2 { text-align: left; margin: 12px 0 0; }
.pricing { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 40px; align-items: stretch; padding-top: 14px; }
/* «Стекло» (выбор владельца 23.09, как в приложении): светлые стеклянные карточки на цветной сцене,
   у каждого тарифа свой цвет цены и кнопки; «За вас» — тёмное стекло. */
.tscene { position: relative; border-radius: var(--r-xl); padding: 22px; margin-top: 40px; overflow: hidden;
  background: linear-gradient(160deg, #8763FF 0%, #529DFF 45%, #33C791 80%, #FFBA43 100%); }
.tscene .pricing { margin-top: 0; position: relative; z-index: 1; }
.blobs { position: absolute; inset: 0; overflow: hidden; border-radius: inherit; pointer-events: none; }
.blob { position: absolute; border-radius: 50%; filter: blur(2px); }
.deco-stk { position: absolute; z-index: 0; filter: drop-shadow(0 10px 16px rgba(0,0,0,.25)); pointer-events: none; }
.glass { position: relative; --a: .42; color: var(--ink);
  background: rgba(255,255,255,var(--a)); -webkit-backdrop-filter: blur(22px) saturate(170%); backdrop-filter: blur(22px) saturate(170%);
  border: 1px solid rgba(255,255,255,.75);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), inset 0 -1px 0 rgba(255,255,255,.35), 0 12px 32px rgba(22,22,22,.10), 0 1px 2px rgba(22,22,22,.06); }
.glass::before { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: linear-gradient(115deg, rgba(255,255,255,.55) 0%, rgba(255,255,255,0) 38%, rgba(255,255,255,0) 70%, rgba(255,255,255,.25) 100%); }
.glass > * { position: relative; }
.glass.dark { background: rgba(22,22,22,.55); color: #fff; border-color: rgba(255,255,255,.22); box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 12px 32px rgba(0,0,0,.28); }
.glass.dark::before { background: linear-gradient(115deg, rgba(255,255,255,.16), rgba(255,255,255,0) 40%); }
.tcard { border-radius: var(--r-lg); padding: 20px 18px 18px; display: flex; flex-direction: column; min-width: 0; }
.tcard.mid { border-color: rgba(255,255,255,.5); box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 18px 44px rgba(0,0,0,.32); z-index: 2; }
.thead { display: flex; align-items: center; gap: 10px; }
.tname { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: 18px; flex: 1; white-space: nowrap; }
.ttag { font-size: 12px; font-weight: 600; border-radius: var(--r-pill); padding: 4px 10px; background: rgba(22,22,22,.08); border: 1px solid rgba(22,22,22,.18); }
.glass.dark .ttag { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.3); }
.ticon { width: 56px; height: 56px; object-fit: contain; margin: -10px -4px -8px 0; filter: drop-shadow(0 6px 10px rgba(0,0,0,.3)); }
.tprice { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; margin: 10px 0 2px; }
.tprice b { font-family: var(--font-num); font-size: 30px; font-weight: 400; white-space: nowrap; text-shadow: 0 1px 0 rgba(0,0,0,.35), 0 0 14px rgba(0,0,0,.18); }
.tprice span { font-size: 13px; opacity: .65; }
.glass.dark .tprice span { opacity: .8; }
.tlist { list-style: none; margin: 12px 0 18px; padding: 0; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.tlist li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; line-height: 1.35; }
.tlist li::before { content: ""; flex: none; width: 18px; height: 18px; margin-top: 1px; border-radius: 50%;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'><circle cx='9' cy='9' r='9' fill='%23161616'/><path d='M12.9 6.1 8.3 10.4 6.4 8.4 5.1 9.6l3.2 3.4 5.9-5.6z' fill='white'/></svg>") center/18px; }
.tlist li.plus::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'><circle cx='9' cy='9' r='9' fill='%23161616'/><path d='M8 5h2v3h3v2h-3v3H8v-3H5V8h3z' fill='white'/></svg>"); }
.glass.dark .tlist li::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'><circle cx='9' cy='9' r='9' fill='white' fill-opacity='.9'/><path d='M12.9 6.1 8.3 10.4 6.4 8.4 5.1 9.6l3.2 3.4 5.9-5.6z' fill='%23161616'/></svg>"); }
/* кнопка-пилюля с глянцем; подпись переносится, если карточка узкая */
.gbtn { margin-top: auto; display: grid; grid-template-columns: 36px minmax(0, 1fr) 36px; align-items: center; width: 100%; box-sizing: border-box;
  padding: 6px; gap: 10px; border-radius: var(--r-pill); text-decoration: none; font-size: 15px; font-weight: 700; line-height: 1.15; text-align: center;
  position: relative; overflow: hidden; color: var(--ink); transition: transform .15s ease; }
.gbtn:hover { transform: translateY(-2px); }
.gbtn:active { transform: scale(.98); }
.gbtn .ico { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); }
.gbtn .ico svg { width: 16px; height: 16px; }
.gbtn::before { content: ""; position: absolute; inset: 0 0 45%; background: linear-gradient(180deg, rgba(255,255,255,.28), rgba(255,255,255,0)); pointer-events: none; }
.gbtn.lime { background: linear-gradient(100deg, #C8FF5A 0%, #33D6A6 100%); box-shadow: 0 8px 26px rgba(90,230,160,.5); }
.gbtn.lime .ico svg { fill: #C8FF5A; }
.gbtn.sunset { background: linear-gradient(100deg, #FF7A2E 0%, #FF3D8D 100%); box-shadow: 0 8px 26px rgba(255,90,90,.5); }
.gbtn.sunset .ico svg { fill: #FF7A2E; }
.gbtn.aurora { background: linear-gradient(100deg, #8763FF, #529DFF); box-shadow: 0 8px 24px rgba(107,115,255,.45); }
.gbtn.aurora .ico svg { fill: #8763FF; }
.gbtn.sunny { background: linear-gradient(100deg, #FFD84D 0%, #FF8A2E 100%); box-shadow: 0 8px 26px rgba(255,170,50,.5); }
.gbtn.sunny .ico svg { fill: #FFD84D; }
.badge-top { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); z-index: 3; font-size: 12px; font-weight: 700; border-radius: var(--r-pill); padding: 5px 12px; white-space: nowrap; background: var(--yellow); color: var(--ink); }
.pricing-note { margin-top: 18px; color: var(--muted); font-size: 14px; }
.also { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 10px 22px; justify-content: center; color: var(--ink-2); font-size: 15px; }

/* ---------- 10. FAQ ---------- */
.faq-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 26px; }
.faq-tabs button { border: 0; background: var(--card); border-radius: var(--r-pill); padding: 9px 16px; font-size: 15px; font-weight: 500; color: var(--ink); cursor: pointer; transition: background .2s; }
.faq-tabs button:hover { background: var(--line-2); }
.faq-tabs button.on { background: var(--pink); }
.faq { max-width: 860px; margin: 26px auto 0; display: grid; gap: 12px; }
.faq details { background: var(--card); border-radius: 22px; padding: 0 26px; border: 1px solid rgba(22,22,22,.06); box-shadow: 0 2px 6px rgba(22,22,22,.04), 0 14px 30px rgba(22,22,22,.07); opacity: 0; transform: translateY(20px); transition: opacity .5s cubic-bezier(.22,1,.36,1), transform .5s cubic-bezier(.22,1,.36,1); }
.faq details.in { opacity: 1; transform: none; }
.faq details.hide { display: none; }
.faq summary { cursor: pointer; list-style: none; display: flex; align-items: center; gap: 14px; padding: 24px 0; font-weight: 600; font-size: 20px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .n { font-family: Inter, sans-serif; font-size: 16px; font-weight: 500; color: var(--ink-2); flex: none; }
.faq summary .q { flex: 1; }
.faq summary .pl { flex: none; width: 32px; height: 32px; border-radius: 8px; background: var(--violet); position: relative; transition: transform .25s; }
.faq summary .pl::before, .faq summary .pl::after { content: ""; position: absolute; left: 50%; top: 50%; width: 14px; height: 2px; background: #fff; transform: translate(-50%, -50%); }
.faq summary .pl::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq details[open] summary .pl { transform: rotate(45deg); }
.faq details p { margin: 0 0 24px 46px; color: var(--ink-2); font-size: 16px; line-height: 1.5; }

/* ---------- 11. финал ---------- */
.final { position: relative; background: var(--line-2); border-radius: var(--r-xl); padding: 130px 24px 120px; min-height: 560px; display: grid; place-items: center; text-align: center; overflow: hidden; }
.final .lead { margin-bottom: 30px; }
.final > .wrap { max-width: 620px; }
.final > .wrap { position: relative; z-index: 1; }
.fring { position: absolute; inset: 0; pointer-events: none; }
.fl { position: absolute; left: 50%; top: 50%; width: 104px; height: 104px; margin: -52px 0 0 -52px; will-change: transform; }
.fl img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 14px 20px rgba(0,0,0,.15)); animation: float 6s ease-in-out infinite; }
.fl:nth-child(2n) img { width: 84%; height: 84%; animation-delay: -2s; }
.fl:nth-child(3n) img { animation-delay: -4s; }
@media (prefers-reduced-motion: reduce) { .fl img { animation: none; } }
@keyframes float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -14px; } }

footer { margin-top: 60px; background: var(--ink); color: #fff; border-radius: var(--r-xl) var(--r-xl) 0 0; padding: 90px 0 0; font-size: 15px; }
.fgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 60px; align-items: start; }
.fbrand { padding: 0; margin-bottom: 18px; }
.fcol p { color: rgba(255,255,255,.65); max-width: 380px; margin: 0 0 20px; }
.social { display: flex; gap: 10px; margin-bottom: 40px; }
.si { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; }
.si svg { width: 16px; height: 16px; }
.si.tg { background: #2AABEE; } .si.ig { background: linear-gradient(45deg, #F58529, #DD2A7B 55%, #8134AF); } .si.yt { background: #FF0000; } .si.vk { background: #0077FF; }
footer h6 { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: 14px; letter-spacing: .04em; margin: 0 0 14px; }
.fcontact { display: grid; gap: 8px; }
.fcontact a { color: rgba(255,255,255,.75); text-decoration: none; }
.fcontact a:hover { color: #fff; }
.ftiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 8px; }
.ftiles a { background: #262626; color: rgba(255,255,255,.85); text-decoration: none; border-radius: var(--r-md); padding: 12px 16px; min-height: 58px; display: flex; align-items: center; justify-content: center; text-align: center; line-height: 1.25; font-size: 15px; transition: background .2s; }
.ftiles a:hover { background: #333; color: #fff; }
.fcta { display: block; text-align: center; background: var(--yellow); color: var(--ink); text-decoration: none; font-weight: 600; border-radius: var(--r-pill); padding: 14px 20px; margin: 4px 0 40px; }
.fbottom { margin-top: 52px; border-top: 1px solid rgba(255,255,255,.1); padding: 16px 0 22px; display: flex; justify-content: space-between; gap: 10px 20px; flex-wrap: wrap; color: rgba(255,255,255,.34); font-size: 11.5px; line-height: 1.5; }
.fbottom a { color: rgba(255,255,255,.55); text-decoration: none; }
.fbottom a:hover { color: rgba(255,255,255,.85); }
.fcredits { display: grid; gap: 2px; text-align: right; }
@media (max-width: 680px) { .fcredits { text-align: left; } }

.consent-note { margin: 14px auto 0; max-width: 620px; font-size: 11px; line-height: 1.4; color: var(--muted); opacity: .75; }
.consent-note a { color: var(--ink-2); }

/* ---------- юридические страницы (oferta / privacy / consent) ---------- */
.legal { padding: 130px 0 90px; }
.legal .wrap { max-width: 820px; }
.lback { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: var(--ink-2); font-size: 15px; font-weight: 500; margin-bottom: 26px; }
.lback svg { width: 14px; height: 14px; fill: var(--ink-2); transform: rotate(180deg); }
.lback:hover { color: var(--ink); }
.legal h1 { font-family: var(--font-display); font-weight: 900; text-transform: uppercase; font-size: clamp(28px, 4vw, 46px); line-height: 1.06; letter-spacing: -.01em; margin: 0 0 14px; }
.lmeta { color: var(--muted); font-size: 14px; margin: 0 0 22px; }
.ldraft { background: var(--yellow); border-radius: var(--r-lg); padding: 18px 22px; font-size: 15px; line-height: 1.5; margin-bottom: 30px; }
.ltext { font-size: 16px; line-height: 1.62; color: var(--ink-2); }
.ltext h2 { font-family: var(--font-display); font-weight: 700; font-size: 22px; line-height: 1.25; color: var(--ink); margin: 40px 0 12px; }
.ltext h3 { font-size: 18px; font-weight: 600; color: var(--ink); margin: 28px 0 8px; }
.ltext p { margin: 0 0 14px; }
.ltext strong { color: var(--ink); }
.ltext ul { margin: 0 0 16px; padding: 0; list-style: none; }
.ltext li { position: relative; padding: 0 0 0 20px; margin: 8px 0; }
.ltext li::before { content: ""; position: absolute; left: 4px; top: 10px; width: 6px; height: 6px; border-radius: 50%; background: var(--violet); }
.ltext a { color: var(--violet); overflow-wrap: anywhere; }
.ltext code { background: var(--line-2); border-radius: 6px; padding: 1px 5px; font-size: .92em; overflow-wrap: anywhere; }
.ltext table { width: 100%; border-collapse: collapse; margin: 18px 0 24px; font-size: 15px; background: var(--card); border-radius: var(--r-md); overflow: hidden; }
.ltext th, .ltext td { padding: 12px 14px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line-2); }
.ltext th { background: var(--line-2); color: var(--ink); font-weight: 600; }
.ltext tr:last-child td { border-bottom: 0; }
.ph { background: #FFE9A8; color: #7A5200; border-radius: 4px; padding: 0 4px; font-weight: 600; overflow-wrap: anywhere; }
.ltext .lnote { background: var(--card); border-left: 3px solid var(--orange); border-radius: 0 var(--r-md) var(--r-md) 0; padding: 14px 18px; font-size: 14px; color: var(--muted); }
.lnav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 46px; padding-top: 26px; border-top: 1px solid var(--line); }
.lnav a { background: var(--card); border-radius: var(--r-pill); padding: 9px 16px; font-size: 14px; font-weight: 500; text-decoration: none; color: var(--ink); }
.lnav a:hover { background: var(--line-2); }

/* ---------- прилипшая полоса покупки (только телефон) ---------- */
.mbar { display: none; }
@media (max-width: 680px) {
  .mbar { display: flex; align-items: center; gap: 12px; position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 30; padding: 8px 8px 8px 16px; background: rgba(22,22,22,.94); backdrop-filter: blur(10px); color: #fff; border-radius: 40px; box-shadow: 0 16px 40px rgba(0,0,0,.3); transform: translateY(120%); transition: transform .35s cubic-bezier(.22,1,.36,1); }
  .mbar.show { transform: none; }
  .mbar .mtext { flex: 1; min-width: 0; display: grid; line-height: 1.2; }
  .mbar .mtext b { font-size: 14px; }
  .mbar .mtext span { font-size: 12px; opacity: .7; }
  .mbar .btn { flex: none; background: var(--violet); padding: 6px 18px 6px 6px; font-size: 15px; }
  .mbar .btn .ico { width: 36px; height: 36px; }
  .mbar .btn .ico svg { fill: var(--violet); }
  body { padding-bottom: 76px; }
}

/* ---------- адаптив ---------- */
@media (max-width: 1080px) {
  .reel { flex-basis: 50%; }
  .reel { height: 440px; }
  .mission { grid-template-columns: 1fr; }
  .scard { grid-template-columns: 1fr; padding: 30px; min-height: 0; }
  .cgrid { grid-template-columns: 1fr; }
  .fab { min-height: 0; display: block; }
  .fab .notes { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 44px 16px; margin-top: 56px; }
  .note, .note.y, .note.b, .note.o, .note.p { position: static; width: auto; transform: none; }
  [data-reveal-stagger].in > .note { transform: none; }
  .cases { grid-template-columns: 1fr; }
  .offers { grid-template-columns: 1fr; gap: 40px; }
  .ggrid, .ggrid.four { grid-template-columns: repeat(2, 1fr); }
  .flow { grid-template-columns: repeat(2, 1fr); }
  .ccol.us { transform: none; }
  .steps-section { height: auto; }
  .steps-pin { position: static; height: auto; overflow: visible; display: block; padding: 60px 0; }
  .steps-title { position: static; transform: none; filter: none !important; opacity: 1 !important; }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 40px 20px; margin-top: 50px; }
  .step:nth-child(n) { margin-top: 0; transform: none !important; opacity: 1 !important; }
  .numbers { grid-template-columns: 1fr; }
  .numbers .photo { min-height: 420px; }
  .pricing { grid-template-columns: repeat(2, 1fr); gap: 22px 18px; }
  .phone { display: none; }
}
@media (max-width: 680px) {
  body { font-size: 16px; }
  .section { padding: 56px 0; }
  .hero { padding-top: 110px; }
  .topbar { background: transparent; pointer-events: none; }
  .topbar .wrap { grid-template-columns: 1fr auto; align-items: center; height: 66px; }
  .topbar .brand { padding-top: 0; pointer-events: auto; background: rgba(255,255,255,.92); backdrop-filter: blur(8px); border-radius: var(--r-pill); padding: 7px 15px 7px 8px; box-shadow: 0 8px 20px rgba(22,22,22,.10); }
  .topbar .brand-mark { width: 28px; height: 28px; }
  .topbar .right { display: none; }
  .brand-text { font-size: 18px; }
  .menu-tab { display: none; }
  .menu-wrap { display: contents; }
  .burger { display: inline-flex; align-items: center; gap: 9px; justify-self: end; align-self: center; height: 42px; padding: 0 16px; border: 0; border-radius: var(--r-pill); background: var(--violet); color: #fff; font-weight: 600; font-size: 15px; pointer-events: auto; z-index: 3; position: relative; box-shadow: 0 10px 24px rgba(135,99,255,.38); }
  .burger .bars { display: grid; gap: 4px; }
  .burger .word::after { content: "Меню"; }
  .topbar.menu-open .burger .word::after { content: "Закрыть"; }
  .topbar.menu-open .brand { position: relative; z-index: 3; }
  .burger .bars i { display: block; width: 17px; height: 2px; border-radius: 2px; background: #fff; transition: transform .25s, opacity .2s; }
  .burger.open .bars i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .burger.open .bars i:nth-child(2) { opacity: 0; }
  .burger.open .bars i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .nav { position: fixed; inset: 0 0 auto; left: 0; transform: none; border-radius: 0 0 28px 28px; padding: 78px 16px 22px; min-width: 0; pointer-events: auto; z-index: 2; box-shadow: 0 30px 60px rgba(0,0,0,.3); }
  .nav a { font-size: 18px; padding: 13px 14px; }
  .nav .nav-ctas { display: grid; gap: 10px; margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.15); }
  .nav .nav-cta { text-align: center; font-weight: 600; background: var(--violet); border-radius: var(--r-pill); }
  .nav .nav-cta.ghost { background: transparent; border: 1px solid rgba(255,255,255,.4); }
  /* кнопки на телефоне — вариант 1: без кружка со стрелкой, текст по центру
     (кружок читался как «свайпни», по кнопке не нажимали) */
  .btn { padding: 17px 22px; justify-content: center; font-size: 17px; }
  .btn .ico { display: none; }
  .btn.ghost { background: var(--violet); color: #fff; padding: 17px 22px; }
  .mbar .btn { padding: 14px 20px; }
  .mbar .btn { font-size: 15px; }
  .tscene { padding: 14px; border-radius: var(--r-lg); }
  .hero { padding-top: 80px; }
  .hero .h1 { font-size: 32px; margin: 0 0 12px; }
  .hero .h1 br { display: none; }
  .hero .lead { margin-top: 0; margin-bottom: 16px; font-size: 15px; }
  .hero-carousel { margin: 14px calc(-1 * var(--gutter)) 0; }
  .hero-reels { gap: 10px; padding: 26px var(--gutter) 40px; }
  .reel { flex: 0 0 62vw; height: 104vw; max-height: 440px; border-radius: var(--r-lg); }
  .hr-btn { display: none; }
  .reel.stat .num { font-size: 60px; }
  .familiar { font-size: 20px; margin-top: 30px; }
  .numbers .photo { min-height: 430px; }
  .belt { left: 16px; right: 16px; top: 16px; height: 190px; }
  .belt .rail { top: 138px; }
  .belt .stations { top: 154px; font-size: 9px; }
  .belt .st i { width: 8px; height: 8px; margin-bottom: 4px; }
  .mini { width: 62px; height: 112px; padding: 7px 6px; gap: 5px; }
  .mini .sub { font-size: 7px; }
  .mini .ok { width: 20px; height: 20px; background-size: 9px; }
  .numbers .photo .over { padding: 22px 18px 20px; }
  .numbers .photo .h2 { font-size: 26px; line-height: 1.1; }
  .familiar p { margin-bottom: 26px; }
  .familiar .recipe { margin-top: 32px; padding-top: 28px; }
  .mission .media { gap: 10px; }
  .scard { padding: 22px; border-radius: var(--r-lg); position: static; margin-bottom: 16px; transform: none !important; }
  .scard .big .num { font-size: 44px; }
  .compare { padding: 50px 18px 44px; border-radius: var(--r-lg); }
  .steps { grid-template-columns: 1fr; gap: 40px; margin-top: 50px; }
  .pricing { grid-template-columns: 1fr; }
  .qcard { width: 300px; padding: 20px; }
  .fab .notes { grid-template-columns: 1fr; }
  .case { grid-template-columns: 1fr; }
  .flow { grid-template-columns: 1fr; }
  .case .v { aspect-ratio: 9 / 12; }
  .faq summary { font-size: 17px; }
  .faq details p { margin-left: 0; }
  .btn { font-size: 16px; }
  .btn-row .btn { width: 100%; justify-content: flex-start; }
  .hide-mob { display: none; }
  .final { padding: 90px 18px 96px; min-height: 460px; border-radius: var(--r-lg); }
  .legal { padding: 90px 0 70px; }
  .ltext { font-size: 15px; }
  .ltext table { font-size: 14px; }
  .ltext th, .ltext td { padding: 10px; }
  .fl { width: 60px; height: 60px; margin: -30px 0 0 -30px; }
  .fgrid { grid-template-columns: 1fr; }
  .ftiles { grid-template-columns: repeat(2, 1fr); }
  footer { padding-top: 56px; }
  .nrow { grid-template-columns: 110px 1fr; }
}

/* Площадки: официальные значки в бегущей строке, Запретограм — наш */
.mbadge .lg { width: 30px; height: 30px; border-radius: 9px; flex: none; object-fit: contain; }

/* «Кому подходит»: сегменты с результатом → ролики + кабинет автора с графиком */
.who-head .h2 { max-width: 900px; margin: 12px auto 0; }
.who-head .lead { max-width: 900px; margin: 16px auto 0; }
.who-segs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 36px; }
.who-segs .sc { background: var(--card); border-radius: var(--r-lg); padding: 16px 14px 14px; display: flex; flex-direction: column; gap: 8px; }
.who-segs .sc img { width: 46px; height: 46px; object-fit: contain; }
.who-segs .who { font-size: 16px; }
.who-segs p { margin: 0; font-size: 14px; color: var(--ink-2); line-height: 1.4; }
.who-segs .out { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 8px; border-top: 1px solid var(--line-2); padding-top: 10px; }
.who-segs .out b { font-family: var(--font-display); font-weight: 900; letter-spacing: -.03em; font-size: 22px; line-height: 1.1; }
.who-segs .out span { display: block; font-size: 12px; color: var(--ink-2); margin-top: 3px; }
.who-segs .spark { width: 46px; height: 24px; flex: none; }
.who-segs .spark path { fill: none; stroke: var(--violet); stroke-width: 3; stroke-linecap: round; }
.who-grid { margin-top: 44px; }
.dash { background: var(--card); border-radius: 26px; box-shadow: 0 30px 60px rgba(22,22,22,.14); padding: 20px; position: relative; }
.dash .bar { display: flex; align-items: center; gap: 10px; padding-bottom: 14px; border-bottom: 1px solid var(--line-2); }
.dash .av { width: 38px; height: 38px; border-radius: 50%; background: var(--violet); display: grid; place-items: center; flex: none; }
.dash .av img { width: 26px; height: 26px; }
.dash .bar b { font-size: 15px; }
.dash .bar span { font-size: 12px; color: var(--muted); display: block; }
.dash .mon { margin-left: auto; background: #DDF6EC; color: #1E9E6A; border-radius: var(--r-pill); padding: 7px 13px; font-size: 13px; font-weight: 700; white-space: nowrap; }
.dash .dhero { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: end; margin: 16px 0 12px; }
.dash .dhero .n { font-family: var(--font-display); font-weight: 900; letter-spacing: -.03em; font-size: 58px; line-height: 1.1; white-space: nowrap; }
.dash .dhero .n small { display: block; font-family: var(--font-body); font-size: 13px; font-weight: 600; letter-spacing: 0; color: var(--ink-2); margin-top: 4px; }
.dash .dhero .side { display: grid; gap: 6px; justify-items: end; }
.dash .dhero .side div { background: var(--bg); border-radius: 12px; padding: 7px 11px; font-size: 13px; }
.dash .dhero .side b { font-size: 15px; }
.dash .gbox { background: var(--bg); border-radius: 16px; padding: 12px 12px 6px; }
.dash .gr { width: 100%; height: 130px; display: block; overflow: visible; }
.dash .gr .base { fill: none; stroke: var(--line); stroke-width: 3; stroke-dasharray: 6 6; }
.dash .gr .up { fill: none; stroke: var(--violet); stroke-width: 5; stroke-linecap: round; stroke-dasharray: 1200; stroke-dashoffset: 1200; }
.dash .gr .area { fill: rgba(135,99,255,.16); opacity: 0; transition: opacity 1s 1.2s; }
.dash .gr .dot { fill: var(--yellow); stroke: #fff; stroke-width: 3; opacity: 0; transition: opacity .3s 2.2s; }
.dash.in .gr .up { animation: dashDraw 2.4s ease forwards; }
.dash.in .gr .area, .dash.in .gr .dot { opacity: 1; }
@keyframes dashDraw { to { stroke-dashoffset: 0; } }
.dash .plats { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.dash .plats span { display: inline-flex; align-items: center; gap: 6px; background: var(--bg); border-radius: var(--r-pill); padding: 6px 12px 6px 7px; font-size: 13px; font-weight: 600; white-space: nowrap; }
.dash .plats .lg { width: 18px; height: 18px; border-radius: 5px; flex: none; }
.dash .float-n { position: absolute; right: -16px; top: -22px; background: var(--yellow); border-radius: 16px; padding: 10px 14px; font-weight: 700; font-size: 14px; transform: rotate(5deg); box-shadow: 0 12px 24px rgba(0,0,0,.14); }
#who .who-cta { margin-top: 36px; }
@media (max-width: 1000px) { .who-segs { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 680px) {
  .who-segs { grid-template-columns: 1fr 1fr; gap: 8px; }
  .who-segs .sc:last-child { grid-column: 1 / -1; }
  .dash .dhero { grid-template-columns: 1fr; gap: 10px; }
  .dash .dhero .n { font-size: 46px; }
  .dash .dhero .side { grid-auto-flow: column; justify-content: start; }
  .dash .float-n { right: 6px; top: -18px; }
}

/* Меню на компьютере, вариант C (выбор 24.09): логотип в плашке, «Открыть гайд» и фиолетовая «Меню»,
   под кнопкой выпадает белая карточка со значками разделов. На телефоне — шторка сверху, как раньше. */
@media (min-width: 681px) {
  .topbar .wrap { display: flex; align-items: center; gap: 10px; position: relative; padding-top: 16px; }
  .topbar .brand { margin-right: auto; padding: 8px 18px 8px 9px; background: rgba(255,255,255,.92); backdrop-filter: blur(8px); border-radius: var(--r-pill); box-shadow: 0 6px 18px rgba(22,22,22,.08); }
  .topbar .brand-mark { width: 30px; height: 30px; }
  .brand-text { font-size: 19px; }
  .menu-tab { display: none; }
  .menu-wrap { position: static; }
  .topbar .right { order: 2; padding-top: 0; }
  .topbar .right .btn { background: var(--ink); color: #fff; padding: 12px 20px; font-size: 15px; box-shadow: 0 8px 20px rgba(22,22,22,.14); }
  .topbar .right .btn .ico { display: none; }
  .burger { order: 3; pointer-events: auto; display: inline-flex; align-items: center; gap: 10px; height: 46px; padding: 0 20px; border: 0; border-radius: var(--r-pill); background: var(--violet); color: #fff; font-weight: 600; font-size: 15px; box-shadow: 0 10px 24px rgba(135,99,255,.4); transition: transform .4s cubic-bezier(.22,1,.36,1), opacity .4s; }
  .burger .bars { display: grid; gap: 4px; }
  .burger .bars i { display: block; width: 16px; height: 2px; border-radius: 2px; background: #fff; transition: transform .25s, opacity .2s; }
  .burger.open .bars i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .burger.open .bars i:nth-child(2) { opacity: 0; }
  .burger.open .bars i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .burger .word::after { content: "Меню"; }
  .topbar.menu-open .burger .word::after { content: "Закрыть"; }
  .topbar.hide .burger { transform: translateY(-80px); opacity: 0; }
  .topbar.menu-open.hide .brand, .topbar.menu-open.hide .right, .topbar.menu-open.hide .burger { transform: none; opacity: 1; }
  .nav { display: block; left: auto; right: var(--gutter); top: calc(100% + 12px); transform: translateY(-10px) scale(.97); transform-origin: top right; width: 430px; min-width: 0; padding: 12px; background: var(--card); color: var(--ink); border-radius: 24px; box-shadow: 0 30px 60px rgba(22,22,22,.18); opacity: 0; pointer-events: none; transition: opacity .25s, transform .3s cubic-bezier(.22,1,.36,1); }
  .nav.open { opacity: 1; transform: none; pointer-events: auto; }
  .nav, .nav.open { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
  .nav > a { display: flex; align-items: center; gap: 9px; padding: 10px 12px; border-radius: 14px; font-weight: 600; font-size: 15px; white-space: nowrap; }
  .nav > a:hover { background: var(--bg); }
  .nav > a img { width: 26px; height: 26px; flex: none; }
  .nav .nav-ctas { grid-column: 1 / -1; display: grid; gap: 8px; margin-top: 8px; }
  .nav .nav-cta { display: block; text-align: center; padding: 13px; border-radius: var(--r-pill); font-weight: 600; color: #fff; background: var(--violet); }
  .nav .nav-cta:hover { background: var(--violet); filter: brightness(1.05); }
  .nav .nav-cta.ghost { background: var(--ink); }
}
@media (max-width: 680px) { .nav > a img { display: none; } }

/* «Кому подходит»: у роликов «неделя» и «монетизация» заголовки вверху — плашки опускаем вниз */
#who .mission .m._1 .tag, #who .mission .m._2 .tag { top: auto; bottom: 14px; }
#who .mission .m._1 video { object-position: center top; }

/* Первый экран: подзаголовок шире, чтобы на компьютере шёл в три строки */
.hero > .wrap > .lead { max-width: 700px; }

/* Правки 25.09: на телефоне наклонённые карточки «Своей фабрики» не обрезаются;
   финальный заголовок на компьютере помещается в две строки */
@media (max-width: 1080px) { #factory .fab { overflow: visible; } }
@media (min-width: 681px) { .final > .wrap { max-width: 780px; } .final .lead { max-width: 580px; margin-left: auto; margin-right: auto; } }
[data-reveal].case { transition-delay: .05s; }
@media (max-width: 680px) { .final > .wrap { padding-left: 0; padding-right: 0; } }

/* Подвал: вместо нарисованных значков — официальный значок Telegram и ссылка на бота (каналов YouTube и VK пока нет) */
.soc-tg { display: inline-flex; align-items: center; gap: 9px; padding: 7px 14px 7px 7px; border-radius: var(--r-pill); background: rgba(255,255,255,.08); color: #fff; font-weight: 600; font-size: 14px; text-decoration: none; transition: background .2s; }
.soc-tg:hover { background: rgba(255,255,255,.16); }
.soc-tg img { width: 22px; height: 22px; flex: none; }
