/* Стиль — как картинки HR-бота: navy→фиолетовый фон с розовым свечением и
   пунктирными кругами, заглавные заголовки Unbounded, пилюли-ярлыки, плоские
   карточки с тонкой рамкой. Текст — Golos Text (переменный, кириллица). */

@font-face { font-family: "Golos Text"; font-weight: 400 900; font-display: swap; src: url("../fonts/GolosText-Variable-cyrillic.woff2") format("woff2"); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: "Golos Text"; font-weight: 400 900; font-display: swap; src: url("../fonts/GolosText-Variable-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: "Unbounded"; font-weight: 200 900; font-display: swap; src: url("../fonts/Unbounded-Variable-cyrillic.woff2") format("woff2"); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: "Unbounded"; font-weight: 200 900; font-display: swap; src: url("../fonts/Unbounded-Variable-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: #07061f;
  --bg-2: #0d0b2c;
  --surface: rgba(255,255,255,0.04);
  --surface-2: rgba(255,255,255,0.07);
  --line: rgba(255,255,255,0.09);
  --line-2: rgba(255,255,255,0.16);
  --text: #f6f6fb;
  --text-2: #b9bcd3;
  --text-3: #8286a6;
  --pink: #ff045a;
  --pink-2: #ff40a3;
  --pink-3: #ff8ac2;
  --pink-soft: rgba(255,4,90,0.12);
  --pink-line: rgba(255,64,163,0.45);
  --green: #4ee19a;
  --grad: linear-gradient(135deg, #ff045a 0%, #ff40a3 100%);
  --sans: "Golos Text", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --display: "Unbounded", "Golos Text", system-ui, sans-serif;
  --r: 12px; --r-lg: 18px; --r-xl: 24px; --pill: 999px;
  --wrap: 1120px;
  --narrow: 720px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font-family: var(--sans); font-size: 16px; line-height: 1.55; font-weight: 400;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
p { margin: 0 0 14px; color: var(--text-2); }
p:last-child { margin-bottom: 0; }
b, strong { color: var(--text); font-weight: 600; }
ul, ol { margin: 0; padding: 0; list-style: none; }
.sprite { position: absolute; }
.i { width: 20px; height: 20px; flex: 0 0 auto; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* Фон: как на картинках бота — свечение и пунктирные круги; слой фиксирован,
   карточки поверх плоские (без blur). */
.bg { position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(70% 45% at 85% 5%, rgba(255,4,90,0.20) 0%, transparent 62%),
    radial-gradient(60% 40% at 10% 45%, rgba(110,40,220,0.20) 0%, transparent 62%),
    radial-gradient(60% 40% at 80% 95%, rgba(255,64,163,0.10) 0%, transparent 60%),
    linear-gradient(180deg, #170d3a 0%, #0c0a2b 50%, #07061f 100%);
}
.bg::before, .bg::after { content: ""; position: absolute; border: 1.5px dashed rgba(255,255,255,0.09); border-radius: 50%; }
.bg::before { width: 560px; height: 560px; right: -180px; top: 110px; }
.bg::after { width: 320px; height: 320px; left: -120px; top: 62%; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.narrow { max-width: var(--narrow); }
section { padding: 52px 0; position: relative; }
.divider { height: 1px; background: linear-gradient(90deg, transparent, var(--line-2), transparent); }

/* Типографика */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--text-2); margin-bottom: 16px;
  padding: 7px 13px; border-radius: var(--pill); border: 1px solid var(--line-2); background: rgba(255,255,255,0.05);
}
.eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 10px var(--pink); }
h1, h2 { font-family: var(--display); font-weight: 800; text-transform: uppercase; letter-spacing: -0.01em; margin: 0 0 16px; text-wrap: balance; }
h1 { font-size: clamp(27px, 7.2vw, 54px); line-height: 1.08; }
h1 .grad { white-space: nowrap; }
h2 { font-size: clamp(22px, 5.4vw, 38px); line-height: 1.12; }
h3 { font-size: 17px; font-weight: 600; margin: 0 0 8px; line-height: 1.3; }
.lead { font-size: 17px; line-height: 1.6; color: var(--text-2); }
.grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.sub { max-width: 640px; }
.num { font-family: var(--display); font-weight: 800; letter-spacing: -0.02em; }

/* Пилюли-ярлыки (как на карточках бота) */
.cap {
  display: inline-flex; align-items: center; gap: 6px; white-space: nowrap;
  font-size: 12px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; line-height: 1;
  padding: 7px 11px; border-radius: var(--pill);
  color: var(--pink-3); background: var(--pink-soft); border: 1px solid var(--pink-line);
}
.cap.n { color: var(--text-2); background: var(--surface-2); border-color: var(--line-2); }
.cap.fill { color: #fff; background: var(--grad); border-color: transparent; box-shadow: 0 6px 18px rgba(255,4,90,0.35); }
.caps { display: flex; flex-wrap: wrap; gap: 8px; }

/* Кнопки */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 50px; padding: 0 24px; border-radius: var(--pill);
  font: 600 15px/1 var(--sans); letter-spacing: 0.01em; text-decoration: none; cursor: pointer;
  border: 1px solid transparent; transition: transform .15s ease, box-shadow .2s ease, background .2s ease, filter .2s ease;
  -webkit-tap-highlight-color: transparent;
}
.btn .i { width: 18px; height: 18px; }
.btn-primary { background: var(--grad); color: #fff; box-shadow: 0 8px 24px rgba(255,4,90,0.30), inset 0 1px 0 rgba(255,255,255,0.18); }
.btn-primary:hover { filter: brightness(1.08); box-shadow: 0 10px 30px rgba(255,4,90,0.45), inset 0 1px 0 rgba(255,255,255,0.18); transform: translateY(-1px); }
.btn-primary:active { transform: translateY(0) scale(0.985); filter: brightness(0.96); }
.btn-ghost { background: var(--surface-2); border-color: var(--line-2); color: var(--text); }
.btn-ghost:hover { background: rgba(255,255,255,0.10); border-color: rgba(255,255,255,0.24); }
.btn-ghost:active { transform: scale(0.985); }
.btn:focus-visible { outline: none; box-shadow: 0 0 0 3px var(--bg), 0 0 0 5px var(--pink-2); }
.btn[disabled] { opacity: 0.6; cursor: default; transform: none; filter: none; }
.btn-block { width: 100%; }

/* Шапка */
.hdr { position: sticky; top: 0; z-index: 20; background: rgba(9,7,32,0.78); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.hdr .wrap { display: flex; align-items: center; justify-content: space-between; gap: 12px; height: 60px; }
.hdr img { height: 32px; }
.nav { display: none; gap: 4px; }
.nav a { font-size: 14px; color: var(--text-2); text-decoration: none; padding: 8px 12px; border-radius: 8px; transition: color .15s, background .15s; }
.nav a:hover { color: var(--text); background: var(--surface-2); }
.hdr .right { display: flex; align-items: center; gap: 14px; }
.hdr .hr { display: none; align-items: center; gap: 6px; font-size: 14px; color: var(--text-2); text-decoration: none; }
.hdr .hr .i { width: 16px; height: 16px; color: var(--pink-3); }
.hdr .btn { min-height: 38px; padding: 0 16px; font-size: 14px; }

/* Hero */
.hero { padding: 28px 0 56px; overflow: hidden; text-align: center; }
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.3;
  background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(70% 70% at 50% 30%, #000 0%, transparent 100%); mask-image: radial-gradient(70% 70% at 50% 30%, #000 0%, transparent 100%);
}
.hero .wrap { position: relative; display: grid; gap: 24px; align-items: center; }
.hero-copy { min-width: 0; }
.hero-copy .eyebrow { margin-bottom: 14px; }
.hero .lead { max-width: 560px; margin: 0 auto 22px; }
.hero .cta { display: flex; flex-direction: column; gap: 10px; margin: 0 auto 18px; max-width: 420px; }
.facts { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }

/* Маскот в кольце с плашкой «Привет!» — как на домашней картинке бота */
.hero-art { position: relative; width: 150px; height: 150px; margin: 4px auto 0; }
.hero-art .ring { width: 100%; height: 100%; border-radius: 50%; padding: 3px; background: var(--grad); box-shadow: 0 0 60px rgba(255,4,90,0.40), 0 0 120px rgba(120,40,220,0.30); }
.hero-art .ring img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.hero-art .bubble { position: absolute; left: -58px; top: 18px; background: #fff; color: #0b0a25; font-family: var(--display); font-weight: 700; font-size: 14px; padding: 9px 14px; border-radius: 14px 14px 14px 4px; transform: rotate(-6deg); box-shadow: 0 10px 30px rgba(0,0,0,0.35); }
.hero-art .chip { display: none; }

/* Доход в первом экране (как в сторис) */
.hero-pay { display: grid; margin: 0 auto 18px; max-width: 460px; background: var(--surface); border: 1px solid var(--line-2); border-radius: var(--r-lg); padding: 2px 18px; text-align: left; }
.hero-pay > div { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 12px 0; }
.hero-pay > div + div { border-top: 1px solid var(--line); }
.hero-pay .n { font-family: var(--display); font-weight: 800; font-size: 19px; line-height: 1; letter-spacing: -0.02em; white-space: nowrap; }
.hero-pay .l { font-size: 13px; color: var(--text-2); line-height: 1.3; font-weight: 500; }

/* Карточки */
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px; }
.card + .card { margin-top: 12px; }
.card h3 { display: flex; align-items: center; gap: 10px; }
.card h3 .i { color: var(--pink-3); }
.card p, .card li { font-size: 15px; }
.card .caps { margin: 14px 0 12px; }
.card .after { margin-top: 12px; }
.grid { display: grid; gap: 12px; margin-top: 24px; }
.grid .card + .card { margin-top: 0; }
.list li { display: flex; gap: 10px; align-items: flex-start; color: var(--text-2); font-size: 15px; margin: 8px 0; }
.list li .i { width: 18px; height: 18px; margin-top: 3px; color: var(--pink-2); }
.list li b { color: var(--text); }

/* Честно про 18+ — рамка в фирменном розовом */
.honest { border-color: var(--pink-line); background: linear-gradient(180deg, var(--pink-soft), transparent 70%); }

/* Цифры (компания, сфера) и площадки */
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 24px; }
.stat { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 18px 16px; position: relative; overflow: hidden; }
.stat::before { content: ""; position: absolute; left: 16px; top: 0; width: 36px; height: 3px; border-radius: 0 0 3px 3px; background: var(--grad); }
.stat .num { font-size: 30px; line-height: 1; margin-bottom: 8px; display: flex; align-items: baseline; gap: 6px; }
.stat .num small { font-family: var(--sans); font-weight: 500; font-size: 15px; color: var(--text-2); letter-spacing: 0; }
.stat span { font-size: 13px; color: var(--text-2); line-height: 1.4; display: block; }
.platforms { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 18px; font-size: 14px; color: var(--text-2); }
.platforms .logo { display: inline-flex; align-items: center; gap: 8px; background: var(--surface-2); border: 1px solid var(--line-2); border-radius: var(--pill); padding: 8px 16px; font-weight: 700; font-size: 15px; color: #fff; }
.platforms .logo::before { content: ""; width: 8px; height: 8px; border-radius: 50%; }
.platforms .of::before { background: #00aff0; }
.platforms .fa::before { background: #1f6bff; }
.note { display: flex; gap: 12px; margin-top: 16px; padding: 16px 18px; border-radius: var(--r); background: var(--surface); border: 1px solid var(--line); border-left: 3px solid var(--pink); }
.note .i { color: var(--pink-2); margin-top: 2px; }
.note p { font-size: 15px; }

/* Требования — мини-плитки */
.reqs { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 12px; }
.req { display: flex; align-items: flex-start; gap: 12px; padding: 16px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); font-size: 14px; color: var(--text-2); line-height: 1.4; }
.req .i { color: var(--pink-2); margin-top: 1px; }
.req b { display: block; font-size: 15px; margin-bottom: 2px; }
.h3-gap { margin-top: 28px; }

/* Карточки дохода */
.pay { padding: 22px; border-radius: var(--r-xl); position: relative; overflow: hidden; }
.pay.hi { border-color: var(--pink-line); background: linear-gradient(160deg, rgba(255,4,90,0.16), rgba(255,255,255,0.03) 60%); }
.pay.hi::before { content: ""; position: absolute; top: -60px; right: -60px; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle, rgba(255,64,163,0.35), transparent 70%); pointer-events: none; }
.pay .lbl { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--pink-3); margin-bottom: 12px; }
.pay:not(.hi) .lbl { color: var(--text-2); }
.pay .amount { font-family: var(--display); font-weight: 800; font-size: clamp(26px, 7.4vw, 38px); line-height: 1; letter-spacing: -0.02em; margin-bottom: 14px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 10px; }
.pay .amount .g { white-space: nowrap; display: inline-flex; align-items: baseline; gap: 7px; }
.pay .amount small { font-family: var(--sans); font-weight: 500; font-size: 15px; color: var(--text-2); letter-spacing: 0; }
.pay .tags { margin-bottom: 14px; }
.pay p { font-size: 14px; color: var(--text-2); }
.payout { display: flex; gap: 14px; align-items: flex-start; margin-top: 12px; padding: 18px 20px; border-radius: var(--r-lg); background: var(--surface); border: 1px solid var(--line); border-left: 3px solid var(--pink); }
.payout .ico { width: 40px; height: 40px; border-radius: 10px; background: var(--pink-soft); border: 1px solid var(--pink-line); display: grid; place-items: center; color: var(--pink-3); flex: 0 0 auto; }
.payout b { display: block; margin-bottom: 4px; }
.payout p { font-size: 14px; }
.rules { display: grid; gap: 10px; margin-top: 12px; }
.rule { display: grid; grid-template-columns: 40px 1fr; gap: 12px; padding: 16px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); }
.rule .ico { width: 40px; height: 40px; border-radius: 10px; background: var(--surface-2); border: 1px solid var(--line-2); display: grid; place-items: center; color: var(--pink-3); }
.rule b { display: block; margin-bottom: 4px; font-size: 15px; }
.rule p { font-size: 14px; }
.rule .caps { gap: 6px; margin-top: 10px; }
.rule .cap { text-transform: none; letter-spacing: 0; font-size: 13px; }
.proof-wrap { display: grid; gap: 16px; margin-top: 28px; }
.proof { margin: 0; padding: 10px; border-radius: var(--r-xl); background: var(--surface); border: 1px solid var(--line); max-width: 520px; }
.proof img { border-radius: 16px; width: 100%; height: auto; }
.proof-text .h3-gap { margin-top: 0; }
.proof-text .big { font-size: clamp(34px, 9vw, 52px); line-height: 1; margin: 6px 0 8px; }
.proof-text p { font-size: 15px; }
.proof-text .caption { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--text-2); margin-top: 16px; }
.proof-text .caption .i { width: 18px; height: 18px; color: var(--green); margin-top: 2px; }
.proof-text .caption a { color: var(--text); }

/* Таймлайн отбора */
.timeline { position: relative; margin-top: 28px; }
.timeline::before { content: ""; position: absolute; left: 17px; top: 18px; bottom: 18px; width: 2px; background: linear-gradient(180deg, var(--pink), var(--pink-2) 60%, rgba(255,64,163,0.15)); border-radius: 2px; }
.timeline li { position: relative; display: grid; grid-template-columns: 36px 1fr; gap: 16px; align-items: start; padding-bottom: 26px; }
.timeline li:last-child { padding-bottom: 0; }
.timeline .dot { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; font-family: var(--display); font-size: 13px; font-weight: 700; color: #fff; background: var(--bg); border: 2px solid var(--pink-2); box-shadow: 0 0 0 4px var(--bg), 0 0 18px rgba(255,64,163,0.35); position: relative; z-index: 1; }
.timeline li:last-child .dot { background: var(--grad); border-color: transparent; }
.timeline b { display: block; font-size: 16px; margin-bottom: 4px; padding-top: 6px; }
.timeline span { color: var(--text-2); font-size: 15px; }
.timeline .cap { margin-left: 8px; vertical-align: middle; font-size: 11px; padding: 5px 9px; }

/* Форма и панель рядом */
.form-sec .wrap { display: grid; gap: 24px; }
.kv { display: grid; margin-top: 8px; border-top: 1px solid var(--line); }
.kv > div { display: grid; grid-template-columns: 82px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 15px; color: var(--text-2); }
.kv > div > span:first-child { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-3); padding-top: 3px; }
.kv a { color: var(--text); }
.form { padding: 22px; border-radius: var(--r-xl); background: rgba(13,11,44,0.85); border: 1px solid var(--line-2); box-shadow: 0 30px 80px rgba(0,0,0,0.35); }
.field { margin-bottom: 20px; }
.field label, .field .lbl { display: block; font-size: 15px; font-weight: 500; margin-bottom: 8px; color: var(--text); line-height: 1.4; }
.field input[type="text"], .field input[type="number"] {
  width: 100%; min-height: 52px; padding: 13px 14px; border-radius: var(--r); font: inherit; font-size: 16px; color: #fff; outline: none;
  background: rgba(255,255,255,0.05); border: 1px solid var(--line-2); transition: border-color .15s, box-shadow .15s, background .15s;
  -webkit-appearance: none; appearance: none;
}
.field input::placeholder { color: var(--text-3); }
.field input:hover { border-color: rgba(255,255,255,0.24); }
.field input:focus { border-color: var(--pink-2); box-shadow: 0 0 0 3px rgba(255,64,163,0.22); background: rgba(255,255,255,0.06); }
.field .hint { font-size: 13px; color: var(--text-3); margin-top: 6px; }
.row2 { display: grid; gap: 0; }

/* Радио-карточки уровня английского */
.choices { display: grid; gap: 8px; }
.choices label {
  display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start;
  padding: 12px 14px; margin: 0; border-radius: var(--r); cursor: pointer;
  background: rgba(255,255,255,0.03); border: 1px solid var(--line-2); color: var(--text-2); font-size: 15px; font-weight: 400; line-height: 1.45;
  transition: border-color .15s, background .15s;
}
.choices label:hover { border-color: rgba(255,255,255,0.26); }
.choices label:has(input:checked) { border-color: var(--pink-2); background: var(--pink-soft); color: var(--text); }
.choices .lvl { display: inline-flex; font-family: var(--display); font-size: 11px; font-weight: 700; padding: 4px 9px; border-radius: var(--pill); border: 1px solid var(--line-2); background: var(--surface-2); color: #fff; margin-right: 8px; vertical-align: 2px; letter-spacing: 0.02em; }
.choices label:has(input:checked) .lvl { background: var(--grad); border-color: transparent; }
input[type="radio"] {
  -webkit-appearance: none; appearance: none; margin: 0; width: 20px; height: 20px; flex: 0 0 auto;
  border-radius: 50%; border: 1.5px solid rgba(255,255,255,0.6); background: rgba(255,255,255,0.04); display: grid; place-items: center; cursor: pointer; transition: border-color .15s, background .15s;
}
input[type="radio"]::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #fff; transform: scale(0); transition: transform .15s; }
input[type="radio"]:checked { border-color: var(--pink); background: var(--grad); }
input[type="radio"]:checked::after { transform: scale(1); }
input[type="radio"]:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(255,64,163,0.35); }
.choices input[type="radio"] { margin-top: 2px; }

/* Чипы «да/нет», «часы» */
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips label {
  display: inline-flex; align-items: center; gap: 8px; margin: 0; min-height: 44px; padding: 10px 14px; border-radius: var(--pill); cursor: pointer;
  border: 1px solid var(--line-2); background: rgba(255,255,255,0.03); color: var(--text); font-size: 15px; font-weight: 500;
  transition: border-color .15s, background .15s, color .15s;
}
.chips label:hover { border-color: rgba(255,255,255,0.26); }
.chips label:has(input:checked) { border-color: var(--pink-2); background: var(--pink-soft); }
.chips input[type="radio"] { width: 18px; height: 18px; }
.chips input[type="radio"]::after { width: 7px; height: 7px; }

/* Незаполненное поле после нажатия «Отправить»: класс .bad ставит form.js */
.field.bad .lbl, .field.bad > label { color: #ffb3cc; }
.field.bad input[type="text"], .field.bad input[type="number"], .field.bad .choices label, .field.bad .chips label { border-color: var(--pink); }
.field.bad::after { content: "Нужно ответить на этот вопрос"; display: block; margin-top: 6px; font-size: 14px; color: #ffb3cc; }
.err { display: none; margin: 0 0 12px; padding: 12px 14px; border-radius: var(--r); font-size: 14px; color: #ffb3cc; background: rgba(255,4,90,0.10); border: 1px solid var(--pink-line); }
.err.show { display: block; }
.consent { font-size: 13px; color: var(--text-3); margin-top: 14px; line-height: 1.5; }
.consent a { color: var(--text-2); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Подвал */
footer { padding: 36px 0 48px; border-top: 1px solid var(--line); font-size: 13px; color: var(--text-3); }
footer .wrap { display: flex; flex-direction: column; gap: 16px; }
footer .links { display: flex; flex-wrap: wrap; gap: 6px 18px; }
footer .links a { color: var(--text-2); text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
footer .links a:hover { color: var(--text); }
footer .links .i { width: 16px; height: 16px; }
footer.plain { padding-bottom: 48px; }

/* Липкая кнопка на телефоне */
.sticky {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: rgba(9,7,32,0.85); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-top: 1px solid var(--line);
  transform: translateY(110%); transition: transform .25s ease;
}
.sticky.on { transform: translateY(0); }
.sticky .btn { width: 100%; }

/* Страница «спасибо» и текстовые страницы */
.center { text-align: center; padding: 48px 0 72px; }
.center .hero-art { margin-bottom: 22px; }
.center .lead { max-width: 560px; margin: 0 auto 14px; }
.center .then { margin-top: 28px; }
.center .btn { margin-top: 8px; }
.doc { padding: 40px 0 72px; }
.doc h1 { font-size: clamp(17px, 4.8vw, 32px); }
.doc h2 { font-family: var(--sans); text-transform: none; letter-spacing: 0; font-size: 19px; font-weight: 600; margin: 28px 0 8px; }
.doc p, .doc li { font-size: 15px; color: var(--text-2); }
.doc ul { display: grid; gap: 8px; }
.doc ul li { position: relative; padding-left: 18px; }
.doc ul li::before { content: ""; position: absolute; left: 0; top: 9px; width: 7px; height: 7px; border-radius: 50%; background: var(--grad); }
.doc a { color: var(--text); }

@media (min-width: 640px) {
  .hero .cta { flex-direction: row; justify-content: center; max-width: none; }
  .hero .cta .btn { min-width: 220px; }
  .grid.c2 { grid-template-columns: 1fr 1fr; }
  .row2 { grid-template-columns: 1fr 1fr; gap: 0 14px; }
  .form { padding: 28px; }
  .reqs { grid-template-columns: 1fr 1fr; }
  .proof-wrap { grid-template-columns: 1fr 1fr; align-items: center; gap: 32px; }
}

@media (min-width: 900px) {
  section { padding: 96px 0; }
  .nav { display: flex; }
  .hdr .hr { display: inline-flex; }
  .hdr .btn { min-height: 40px; }
  .hero { padding: 64px 0 88px; text-align: left; }
  .hero .wrap { grid-template-columns: 1.15fr 0.85fr; gap: 48px; }
  .hero .lead { margin: 0 0 24px; font-size: 18px; }
  .hero .cta { justify-content: flex-start; margin: 0 0 20px; }
  .hero .cta .btn { min-width: 0; }
  .hero-pay { margin: 0 0 18px; max-width: 580px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; background: none; border: 0; padding: 0; }
  .hero-pay > div { display: block; background: var(--surface); border: 1px solid var(--line-2); border-radius: var(--r-lg); padding: 16px 14px 14px; }
  .hero-pay > div + div { border-top: 1px solid var(--line-2); }
  .hero-pay .n { font-size: 19px; letter-spacing: -0.03em; }
  .hero-pay .l { font-size: 12px; color: var(--text-3); margin-top: 8px; }
  .facts { justify-content: flex-start; }
  .hero-art { width: 340px; height: 340px; margin: 0 auto; order: 2; }
  .hero-art .bubble { left: -62px; top: 42px; font-size: 18px; padding: 12px 20px; }
  .hero-art .chip { display: flex; position: absolute; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 14px; background: rgba(12,10,40,0.92); border: 1px solid var(--line-2); box-shadow: 0 16px 40px rgba(0,0,0,0.4); font-size: 13px; color: var(--text-2); white-space: nowrap; }
  .hero-art .chip b { display: block; font-family: var(--display); font-weight: 800; font-size: 18px; color: #fff; letter-spacing: -0.02em; }
  .hero-art .chip .i { color: var(--pink-3); width: 22px; height: 22px; }
  .hero-art .chip.a { left: -40px; bottom: 28px; }
  .hero-art .chip.b { right: -30px; top: 30px; }
  .stats { grid-template-columns: repeat(4, 1fr); }
  .stats.s2 { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 560px; }
  .note p { max-width: 68ch; }
  .reqs { grid-template-columns: repeat(5, 1fr); }
  .req { flex-direction: column; gap: 10px; }
  .rules { grid-template-columns: 1fr 1fr; }
  .split { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 56px; align-items: start; }
  .split .head { position: sticky; top: 88px; }
  .timeline { margin-top: 0; }
  .form-sec .wrap { grid-template-columns: 0.8fr 1.2fr; gap: 56px; align-items: start; max-width: var(--wrap); }
  .form-sec .aside { position: sticky; top: 88px; }
  .form { padding: 36px; }
  .sticky { display: none; }
  footer .wrap { flex-direction: row; justify-content: space-between; align-items: center; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .btn, .sticky { transition: none; } }
