/* =========================================================
   Анна — ИИ-психолог в Telegram
   Тёмная тема в стиле NERV: чёрный фон, Unbounded,
   золото / маджента / кислотный лайм, brutalist-блоки.
   ========================================================= */

:root {
  --bg: #0a0a0a;
  --paper: #121110;
  --paper-2: #19140f;
  --gold: #e9c46a;
  --gold-bright: #ffd83d;
  --acid: #d6ff3d;
  --magenta: #ff2d7e;
  --violet: #7b2bff;
  --white: #f7f4ee;
  --soft: rgba(247, 244, 238, 0.72);
  --soft-2: rgba(247, 244, 238, 0.5);
  --line: var(--gold);
  --hair: rgba(233, 196, 106, 0.22);

  --grad: linear-gradient(100deg, var(--gold-bright) 8%, var(--magenta) 55%, var(--violet) 95%);
  --maxw: 1280px;
  --disp: "Unbounded", system-ui, sans-serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --mono: ui-monospace, "SF Mono", Menlo, monospace;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--white);
  font-size: 17px;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img, svg, picture { display: block; max-width: 100%; }
::selection { background: var(--acid); color: #0a0a0a; }
.wrap { width: min(100% - 44px, var(--maxw)); margin-inline: auto; }

/* ---------- Типографика ---------- */
.disp { font-family: var(--disp); letter-spacing: -0.02em; line-height: 0.92; text-transform: uppercase; font-weight: 800; }
.grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.out { -webkit-text-stroke: 2px var(--gold); color: transparent; }
.l2 { color: var(--magenta); }
.l3 { -webkit-text-stroke: 2px var(--acid); color: transparent; }
.lead { color: var(--soft); font-size: clamp(16px, 1.7vw, 20px); line-height: 1.55; font-weight: 500; }
h2 { font-size: clamp(32px, 5.2vw, 68px); font-weight: 800; }

.eyebrow { display: inline-flex; align-items: center; gap: 12px; font-family: var(--disp); font-size: 12.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 24px; }
.eyebrow::before { content: ""; width: 40px; height: 2px; background: var(--gold); }
.eyebrow.mag { color: var(--magenta); }
.eyebrow.mag::before { background: var(--magenta); }

.section { padding: clamp(64px, 10vw, 130px) 0; position: relative; }
.section-head { max-width: 820px; margin-bottom: clamp(38px, 5vw, 60px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head h2 + p { margin-top: 20px; }

/* ---------- Кнопки (brutalist) ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-family: var(--disp); font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: 0.02em; padding: 15px 28px; border: none; background: var(--gold-bright); color: #0a0a0a; cursor: pointer; transition: transform 0.15s, box-shadow 0.15s; }
.btn svg { width: 17px; height: 17px; }
.btn:hover { transform: translate(-3px, -3px); box-shadow: 6px 6px 0 var(--magenta); }
.btn-acid { background: var(--acid); }
.btn-mag { background: var(--magenta); color: #fff; }
.btn-mag:hover { box-shadow: 6px 6px 0 var(--gold-bright); }
.btn-ghost { background: transparent; color: var(--white); border: 2px solid var(--gold); }
.btn-ghost:hover { box-shadow: 6px 6px 0 var(--gold); }
.btn-lg { padding: 19px 36px; font-size: 16px; }
.btn-block { width: 100%; }
.cta-hint { margin-top: 16px; color: var(--soft-2); font-size: 14px; }
.cta-hint b { color: var(--gold); font-weight: 700; }

/* ---------- Верхний marquee ---------- */
.marquee { background: var(--acid); color: #0a0a0a; font-family: var(--disp); font-weight: 700; font-size: 12.5px; letter-spacing: 0.05em; text-transform: uppercase; white-space: nowrap; overflow: hidden; padding: 9px 0; border-bottom: 2px solid #0a0a0a; }
.marquee span { display: inline-block; padding-left: 100%; animation: slide 24s linear infinite; }
@keyframes slide { from { transform: translateX(0); } to { transform: translateX(-100%); } }
.marquee:hover span { animation-play-state: paused; }

/* ---------- Шапка ---------- */
.top { position: sticky; top: 0; z-index: 55; backdrop-filter: blur(14px); background: rgba(10, 10, 10, 0.55); border-bottom: 1px solid var(--hair); transition: background 0.25s; }
.top.is-scrolled { background: rgba(10, 10, 10, 0.82); }
.top .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 64px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand .mark { display: grid; place-items: center; width: 36px; height: 36px; background: var(--grad); color: #0a0a0a; font-family: var(--disp); font-weight: 900; font-size: 18px; }
.brand .name { font-family: var(--disp); font-weight: 900; font-size: 20px; letter-spacing: 0.01em; line-height: 1; }
.brand small { display: block; font-family: var(--sans); color: var(--soft-2); font-size: 10.5px; font-weight: 600; letter-spacing: 0; text-transform: none; margin-top: 3px; }
.top .btn { padding: 11px 20px; font-size: 12.5px; }

/* ---------- Glow-блобы ---------- */
.glow { position: absolute; border-radius: 50%; filter: blur(90px); z-index: 0; opacity: 0.5; pointer-events: none; }
.glow.mag { background: var(--magenta); }
.glow.violet { background: var(--violet); }
.glow.acid { background: var(--acid); opacity: 0.32; }

/* ---------- Hero (картинка на полную ширину) ---------- */
.hero { position: relative; overflow: hidden; padding-top: clamp(40px, 6vw, 72px); }
.hero .g1 { width: 480px; height: 480px; top: -80px; right: -100px; }
.hero .g2 { width: 380px; height: 380px; top: 220px; left: -120px; opacity: 0.4; }
.hero-top { position: relative; z-index: 3; }
.hero h1 { font-size: clamp(52px, 11.5vw, 138px); font-weight: 900; }
.hero-sub { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; flex-wrap: wrap; margin-top: clamp(24px, 3vw, 40px); }
.hero-sub p { font-size: clamp(16px, 1.6vw, 20px); max-width: 40ch; color: var(--soft); font-weight: 500; }
.hero-cta { display: flex; flex-direction: column; gap: 10px; }
.hero-cta .cta-hint { margin-top: 4px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* Картинка — полная ширина, снизу */
.hero-media { position: relative; z-index: 2; margin-top: clamp(8px, 2vw, 20px); }
.hero-media .parallax { will-change: transform; }
.hero-media img { width: 100%; height: auto; display: block; filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.6)); }
.hero-media .g3 { width: 70%; height: 60%; left: 15%; bottom: 4%; opacity: 0.3; z-index: -1; }
.bubble { position: absolute; z-index: 4; background: rgba(18, 17, 16, 0.92); backdrop-filter: blur(4px); border: 2px solid var(--gold); padding: 12px 15px; font-size: 13.5px; line-height: 1.42; max-width: 240px; }
.bubble small { display: block; font-family: var(--disp); font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em; color: var(--gold); margin-bottom: 5px; }
.bubble.you { top: 8%; left: 1%; border-color: var(--hair); }
.bubble.you small { color: var(--soft-2); }
.bubble.anna { bottom: 16%; right: 2%; border-color: var(--acid); }
.bubble.anna small { color: var(--acid); }
.bubble.anna b { color: var(--acid); }

/* ---------- States / сценарии (bordered grid) ---------- */
.states { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 2px solid var(--gold); border-left: 2px solid var(--gold); }
.state { border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold); padding: 32px 26px; min-height: 200px; display: flex; flex-direction: column; transition: background 0.25s, color 0.25s; }
.state:hover { background: var(--gold); color: #0a0a0a; }
.state .n { font-family: var(--disp); font-size: 13px; font-weight: 700; opacity: 0.5; margin-bottom: auto; }
.state h3 { font-family: var(--disp); font-size: clamp(19px, 2vw, 25px); font-weight: 800; text-transform: uppercase; margin: 20px 0 9px; line-height: 1.04; }
.state p { font-size: 14px; opacity: 0.72; line-height: 1.5; }

/* ---------- Statement ---------- */
.statement .disp { font-size: clamp(40px, 7.5vw, 112px); font-weight: 900; }
.statement p { font-size: clamp(17px, 1.8vw, 20px); max-width: 48ch; margin-top: 36px; color: var(--soft); }

/* ---------- Chat-мок ---------- */
.example .wrap { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.7fr); gap: clamp(30px, 5vw, 64px); align-items: center; }
.quote { font-family: var(--disp); font-weight: 700; text-transform: none; font-size: clamp(22px, 3vw, 34px); line-height: 1.24; letter-spacing: -0.02em; }
.quote .by { display: block; margin-top: 16px; font-family: var(--sans); font-weight: 600; font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--gold); }
.phone { justify-self: center; width: min(100%, 380px); border: 2px solid var(--gold); background: var(--paper); padding: 9px; box-shadow: 10px 10px 0 var(--acid); }
.phone-inner { background: #0d0d0c; border: 1px solid var(--hair); overflow: hidden; }
.phone-bar { display: flex; align-items: center; gap: 11px; padding: 13px 15px; border-bottom: 1px solid var(--hair); }
.phone-bar .ava { width: 38px; height: 38px; border-radius: 50%; background: var(--grad); display: grid; place-items: center; color: #0a0a0a; font-family: var(--disp); font-weight: 800; font-size: 16px; flex: none; }
.phone-bar .who { flex: 1; line-height: 1.25; }
.phone-bar .who b { font-size: 14.5px; font-weight: 700; }
.phone-bar .who small { display: block; color: var(--acid); font-size: 12px; font-weight: 600; }
.phone-bar .who small::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--acid); margin-right: 5px; vertical-align: middle; }
.thread { display: flex; flex-direction: column; gap: 8px; padding: 18px 14px; min-height: 348px; background: #0a0a0a; }
.msg { max-width: 86%; padding: 10px 13px; border-radius: 15px; font-size: 14.5px; line-height: 1.45; }
.msg.me { align-self: flex-end; background: #2c2535; color: var(--white); border-bottom-right-radius: 4px; }
.msg.anna { align-self: flex-start; background: #181715; border: 1px solid var(--hair); color: var(--white); border-bottom-left-radius: 4px; }
.msg .time { display: block; margin-top: 4px; font-size: 10.5px; opacity: 0.45; font-weight: 600; }
.typing { align-self: flex-start; display: inline-flex; gap: 4px; padding: 13px 15px; background: #181715; border: 1px solid var(--hair); border-radius: 15px; border-bottom-left-radius: 4px; }
.typing i { width: 6px; height: 6px; border-radius: 50%; background: var(--soft-2); animation: blink 1.3s infinite; }
.typing i:nth-child(2) { animation-delay: 0.2s; }
.typing i:nth-child(3) { animation-delay: 0.4s; }
@keyframes blink { 0%, 60%, 100% { opacity: 0.3; } 30% { opacity: 1; } }
.phone-input { display: flex; align-items: center; gap: 10px; padding: 11px 12px; border-top: 1px solid var(--hair); color: var(--soft-2); font-size: 14px; }
.phone-input span { flex: 1; }
.phone-input .send { width: 32px; height: 32px; border-radius: 50%; background: var(--acid); flex: none; display: grid; place-items: center; }
.phone-input .send::after { content: ""; width: 15px; height: 15px; background: #0a0a0a; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 20.5 21 12 3 3.5 3 10l12 2-12 2z'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 20.5 21 12 3 3.5 3 10l12 2-12 2z'/%3E%3C/svg%3E") center/contain no-repeat; }

/* ---------- Режимы ---------- */
.modes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.mode { display: grid; grid-template-columns: auto 1fr; gap: 16px; padding: 26px; border: 2px solid var(--gold); background: var(--paper); transition: transform 0.18s, box-shadow 0.18s; }
.mode:hover { transform: translate(-3px, -3px); box-shadow: 6px 6px 0 var(--gold); }
.mode.flag { background: linear-gradient(150deg, #1c130a, var(--paper)); }
.mode.flag:hover { box-shadow: 6px 6px 0 var(--acid); }
.mode .ava { width: 48px; height: 48px; display: grid; place-items: center; font-size: 22px; flex: none; border: 2px solid var(--gold); background: #0a0a0a; }
.mode.flag .ava { background: var(--acid); }
.mode h3 { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; font-family: var(--disp); font-weight: 800; text-transform: uppercase; font-size: 16px; margin-bottom: 8px; }
.mode .cmd { font-family: var(--mono); font-size: 12px; font-weight: 600; color: var(--acid); padding: 2px 8px; border: 1px solid var(--acid); text-transform: none; }
.mode p { color: var(--soft); font-size: 14.5px; }
.mode .tagline { display: inline-block; margin-top: 11px; font-family: var(--disp); font-size: 10.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gold); }
.mode.flag .tagline { color: var(--acid); }

/* ---------- Анна vs живой психолог ---------- */
.vs { border: 2px solid var(--gold); }
.vs-row { display: grid; grid-template-columns: 1.05fr 1.4fr 1.4fr; border-bottom: 2px solid var(--gold); }
.vs-row:last-child { border-bottom: none; }
.vs-row > div { padding: 16px 22px; display: flex; align-items: center; font-size: 14.5px; }
.vs-row .k { font-family: var(--disp); font-weight: 700; font-size: 11.5px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--soft-2); border-right: 2px solid var(--gold); }
.vs-row .anna { background: rgba(214, 255, 61, 0.06); font-weight: 600; border-right: 2px solid var(--gold); }
.vs-row .anna b { color: var(--acid); }
.vs-row .other { color: var(--soft); }
.vs-row.head > div { font-family: var(--disp); font-weight: 800; text-transform: uppercase; font-size: 13.5px; padding-block: 18px; }
.vs-row.head .anna { color: var(--acid); background: rgba(214, 255, 61, 0.1); }
.vs-row.head .other { color: var(--soft-2); }
.vs-note { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 18px; align-items: flex-start; }
.vs-note p { color: var(--soft); font-size: 14.5px; max-width: 52ch; }
.vs-chip { border: 2px solid var(--gold); padding: 16px 20px; font-weight: 600; font-size: 15px; max-width: 360px; }
.vs-chip b { color: var(--acid); }

/* ---------- Отзывы (тёмный Telegram) ---------- */
.reviews-cols { columns: 3; column-gap: 16px; }
.review { break-inside: avoid; margin-bottom: 16px; padding: 18px 18px 14px; border: 2px solid var(--gold); background: var(--paper); }
.review-head { display: flex; align-items: center; gap: 11px; margin-bottom: 13px; }
.review-head .ava { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; color: #0a0a0a; font-weight: 800; font-size: 16px; flex: none; }
.review-head .meta b { font-size: 14.5px; }
.review-head .meta small { display: block; color: var(--soft-2); font-size: 12px; }
.review-head .verified { margin-left: auto; flex: none; width: 17px; height: 17px; border-radius: 50%; background: var(--acid); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.55 17.6 4.4 12.45l1.4-1.4 3.75 3.7 8.85-8.85 1.4 1.45z'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.55 17.6 4.4 12.45l1.4-1.4 3.75 3.7 8.85-8.85 1.4 1.45z'/%3E%3C/svg%3E") center/contain no-repeat; }
.review-bubble { padding: 12px 14px; background: #181715; border: 1px solid var(--hair); border-radius: 13px; border-top-left-radius: 4px; font-size: 14.5px; line-height: 1.5; }
.review-bubble + .review-bubble { margin-top: 7px; }
.review-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; padding-inline: 4px; }
.review-foot .stars { color: var(--gold-bright); font-size: 13px; letter-spacing: 2px; }
.review-foot time { color: var(--soft-2); font-size: 12px; }
.review-voice { display: flex; align-items: center; gap: 11px; padding: 12px 14px; background: #181715; border: 1px solid var(--hair); border-radius: 13px; border-top-left-radius: 4px; }
.review-voice .play { width: 32px; height: 32px; border-radius: 50%; background: var(--acid); flex: none; display: grid; place-items: center; }
.review-voice .play::after { content: ""; width: 11px; height: 11px; background: #0a0a0a; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E") center/contain no-repeat; }
.review-voice .wave { flex: 1; height: 20px; background: repeating-linear-gradient(90deg, var(--acid) 0 2px, transparent 2px 5px); -webkit-mask: linear-gradient(180deg, transparent 32%, #000 32% 68%, transparent 68%); mask: linear-gradient(180deg, transparent 32%, #000 32% 68%, transparent 68%); opacity: 0.6; }
.review-voice .dur { color: var(--soft-2); font-size: 12px; font-family: var(--mono); }

/* ---------- Цена (offer-стиль) ---------- */
.offer { border: 2px solid var(--gold); display: grid; grid-template-columns: 1fr 1.05fr; }
.offer .free { padding: clamp(30px, 4vw, 50px); background: var(--paper); border-right: 2px solid var(--gold); display: flex; flex-direction: column; }
.offer .premium { padding: clamp(30px, 4vw, 50px); background: var(--gold-bright); color: #0a0a0a; display: flex; flex-direction: column; }
.offer .tag { font-family: var(--disp); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 14px; }
.offer .free .tag { color: var(--soft-2); }
.offer .premium .tag { color: #0a0a0a; opacity: 0.65; }
.offer h3 { font-family: var(--disp); font-weight: 800; text-transform: uppercase; font-size: 20px; margin-bottom: 8px; }
.offer .price { font-family: var(--disp); font-weight: 900; font-size: clamp(42px, 5vw, 64px); line-height: 1; margin: 6px 0; }
.offer .price small { font-size: 17px; font-weight: 600; }
.offer .desc { font-size: 14.5px; margin: 10px 0 22px; }
.offer .free .desc { color: var(--soft); }
.offer .premium .desc { color: rgba(10, 10, 10, 0.7); }
.offer ul { list-style: none; margin-bottom: 26px; }
.offer li { padding: 12px 0; font-weight: 600; font-size: 14.5px; display: flex; gap: 11px; }
.offer .free li { border-bottom: 1px solid var(--hair); }
.offer .premium li { border-bottom: 1px solid rgba(10, 10, 10, 0.15); }
.offer li::before { content: "→"; font-family: var(--disp); font-weight: 800; }
.offer .free li::before { color: var(--acid); }
.offer .btn { margin-top: auto; }
.offer .free .btn { background: var(--gold-bright); }
.offer .premium .btn { background: #0a0a0a; color: var(--white); }
.offer .premium .btn:hover { box-shadow: 6px 6px 0 var(--magenta); }
.price-note { margin-top: 24px; text-align: center; color: var(--soft); font-size: 15px; }
.price-note b { color: var(--gold); }

/* ---------- MAX ---------- */
.max-note { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; padding: 24px 28px; border: 2px solid var(--gold); background: var(--paper); }
.max-note .ico { width: 44px; height: 44px; flex: none; background: var(--white); color: #0a0a0a; display: grid; place-items: center; font-family: var(--disp); font-weight: 800; font-size: 17px; }
.max-note .txt { flex: 1; min-width: 220px; }
.max-note .txt b { font-size: 16px; }
.max-note .txt p { color: var(--soft); font-size: 14.5px; margin-top: 3px; }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin-inline: auto; border-top: 2px solid var(--gold); }
.faq details { border-bottom: 2px solid var(--gold); }
.faq summary { list-style: none; cursor: pointer; padding: 22px 4px; font-weight: 700; font-size: 16.5px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--disp); color: var(--acid); font-size: 22px; font-weight: 400; transition: transform 0.2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .answer { padding: 0 4px 22px; color: var(--soft); font-size: 15px; line-height: 1.6; }
.faq .answer a { color: var(--acid); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Финал ---------- */
.final { position: relative; overflow: hidden; text-align: center; padding: clamp(80px, 12vw, 150px) 0; border-top: 2px solid var(--gold); }
.final .g1 { width: 520px; height: 520px; bottom: -200px; left: 50%; transform: translateX(-50%); opacity: 0.4; }
.final .clock { font-family: var(--mono); color: var(--acid); font-size: 14px; font-weight: 700; letter-spacing: 0.05em; margin-bottom: 22px; }
.final .disp { font-size: clamp(46px, 9.5vw, 132px); font-weight: 900; }
.final .lead { max-width: 44ch; margin: 24px auto 34px; }

/* ---------- Подвал ---------- */
.foot { border-top: 2px solid var(--gold); padding: 44px 0 38px; }
.foot .wrap { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 32px; }
.foot .brand { margin-bottom: 14px; }
.foot p { color: var(--soft-2); font-size: 13px; line-height: 1.6; margin-bottom: 9px; }
.foot a { color: var(--soft); text-decoration: underline; text-underline-offset: 2px; }
.foot .links { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 14px; font-family: var(--disp); font-weight: 600; font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.03em; }
.foot .links a { color: var(--soft); text-decoration: none; }
.foot .links a:hover { color: var(--gold); }
.disclaimer { padding: 18px 20px; border: 2px solid var(--gold); background: var(--paper); }
.disclaimer b { color: var(--soft); }

/* ---------- Появление ---------- */
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1); }
.js .reveal.in { opacity: 1; transform: none; }

/* ---------- Адаптив ---------- */
@media (max-width: 980px) {
  .hero-sub { flex-direction: column; align-items: flex-start; }
  .example .wrap { grid-template-columns: 1fr; }
  .states { grid-template-columns: repeat(2, 1fr); }
  .reviews-cols { columns: 2; }
  .vs-row { grid-template-columns: 0.9fr 1.1fr 1.1fr; }
  .vs-row > div { padding: 14px 16px; font-size: 13.5px; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .modes { grid-template-columns: 1fr; }
  .reviews-cols { columns: 1; }
  .offer { grid-template-columns: 1fr; }
  .offer .free { border-right: none; border-bottom: 2px solid var(--gold); }
  .foot .wrap { grid-template-columns: 1fr; gap: 22px; }
  .hero-actions { display: grid; width: 100%; }
  .hero-actions .btn { width: 100%; }
  .states { grid-template-columns: 1fr; }
  .bubble { display: none; }
  .vs { border: none; }
  .vs-row, .vs-row.head { grid-template-columns: 1fr; border: 2px solid var(--gold); margin-bottom: 12px; }
  .vs-row.head { display: none; }
  .vs-row .k { border-right: none; border-bottom: 1px solid var(--hair); }
  .vs-row .anna { border-right: none; border-bottom: 1px solid var(--hair); }
  .vs-row .anna::before { content: "Анна — "; font-weight: 800; color: var(--acid); }
  .vs-row .other::before { content: "Психолог — "; font-weight: 800; color: var(--soft-2); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee span, .typing i { animation: none !important; }
  .parallax { transform: none !important; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  * { transition: none !important; }
}
