/* IT Support landing — тёмная «технологичная» тема + режим для родителей (body.parent).
   Токены → компоненты. Всё, что двигается, отключается через prefers-reduced-motion и в режиме родителей. */
:root {
  --bg: #070b14; --bg-2: #0c1220; --bg-3: #121a2b; --line: rgba(255,255,255,.08);
  --text: #eef3ff; --muted: #9fb0cc; --cyan: #38f2ff; --cyan-2: #14b8c8; --amber: #ffb547; --red: #ff5d6c; --green: #4ee1a0;
  --font: 'Manrope', 'Segoe UI', system-ui, -apple-system, sans-serif; --display: 'Sora', 'Manrope', system-ui, sans-serif;
  --r: 18px; --r-s: 12px; --max: 1180px; --pad: clamp(18px, 4vw, 48px);
  --mx: 50vw; --my: 30vh;
  color-scheme: dark;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font); font-size: 17px; line-height: 1.55; color: var(--text); background: var(--bg); overflow-x: hidden; }
img, svg { max-width: 100%; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.02em; line-height: 1.12; margin: 0 0 .5em; }
h2 { font-size: clamp(28px, 4.2vw, 46px); }
h3 { font-size: 20px; }
p { margin: 0 0 1em; }
.container { width: min(var(--max), 100% - 2 * var(--pad)); margin-inline: auto; }
.muted { color: var(--muted); }
.sec { padding: clamp(64px, 9vw, 120px) 0; position: relative; }
.sec__head { max-width: 720px; margin-bottom: clamp(28px, 4vw, 48px); }
.sec__head p { font-size: 18px; color: var(--muted); }
.kicker { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--cyan); font-weight: 700; margin-bottom: 14px; }
.kicker::before { content: ''; width: 22px; height: 2px; background: var(--cyan); }

/* прожектор за курсором */
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 0; background: radial-gradient(520px 520px at var(--mx) var(--my), rgba(56,242,255,.07), transparent 60%); }
body.parent::before { display: none; }

/* ---------- кнопки ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 12px 22px; border-radius: 999px; font-weight: 700; font-size: 16px; text-decoration: none; border: 1px solid transparent; cursor: pointer; transition: transform .2s, box-shadow .25s, background .2s, border-color .2s; white-space: nowrap; }
.btn svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.btn--amber { background: var(--amber); color: #1a1200; box-shadow: 0 10px 30px rgba(255,181,71,.25); }
.btn--amber:hover { box-shadow: 0 14px 40px rgba(255,181,71,.4); }
.btn--cyan { background: var(--cyan); color: #04202a; }
.btn--ghost { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.16); color: var(--text); }
.btn--ghost:hover { border-color: var(--cyan); }
.btn--lg { min-height: 60px; padding: 14px 28px; font-size: 18px; }
.btn--magnet { will-change: transform; }

/* ---------- шапка ---------- */
.top { position: sticky; top: 0; z-index: 30; backdrop-filter: blur(14px); background: rgba(7,11,20,.7); border-bottom: 1px solid var(--line); }
.top__in { display: flex; align-items: center; gap: 14px; min-height: 66px; min-width: 0; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 800; letter-spacing: -.02em; text-decoration: none; font-size: 19px; white-space: nowrap; }
.brand__mark { width: 32px; height: 32px; flex: 0 0 32px; border-radius: 9px; background: linear-gradient(135deg, var(--cyan), #7c5cff); display: grid; place-items: center; color: #04121a; font-size: 12px; font-weight: 900; letter-spacing: 0; }
.brand small { font-weight: 500; color: var(--muted); font-size: 12px; margin-left: 4px; }
.top__nav { display: flex; gap: 18px; margin-left: 18px; font-size: 15px; }
.top__nav a { color: var(--muted); text-decoration: none; white-space: nowrap; }
.top__nav a:hover { color: var(--text); }
.top__spacer { flex: 1; }
.lang { display: flex; gap: 2px; padding: 3px; border-radius: 999px; background: rgba(255,255,255,.05); border: 1px solid var(--line); }
.lang__btn { border: 0; background: transparent; color: var(--muted); font: inherit; font-size: 13px; font-weight: 700; padding: 6px 9px; border-radius: 999px; cursor: pointer; }
.lang__btn.is-active { background: var(--text); color: var(--bg); }
.parent-toggle { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); background: rgba(255,255,255,.04); color: var(--text); border-radius: 999px; padding: 8px 14px; font: inherit; font-size: 14px; cursor: pointer; }
.parent-toggle svg { width: 18px; height: 18px; flex: 0 0 18px; fill: none; stroke: var(--amber); stroke-width: 2; }
.top .btn { min-height: 42px; padding: 8px 16px; font-size: 15px; }
.status { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); white-space: nowrap; }
.status__dot { width: 9px; height: 9px; border-radius: 50%; background: var(--muted); box-shadow: 0 0 0 0 rgba(78,225,160,.5); }
.status.is-open .status__dot { background: var(--green); animation: ping 2s infinite; }
.status.is-open .status__t { color: var(--green); }
@keyframes ping { 0% { box-shadow: 0 0 0 0 rgba(78,225,160,.5); } 70% { box-shadow: 0 0 0 10px rgba(78,225,160,0); } 100% { box-shadow: 0 0 0 0 rgba(78,225,160,0); } }
@media (max-width: 1240px) { .brand small, .top .status__who { display: none; } }
@media (max-width: 1080px) { .top .status { display: none; } }
@media (max-width: 900px) { .top__nav, .top .parent-toggle__t { display: none; } .top .parent-toggle { padding: 8px 10px; } .top__in { gap: 8px; } }
@media (max-width: 600px) { .top .btn, .brand small { display: none; } .lang__btn { padding: 6px 7px; font-size: 12px; } .top__in { gap: 6px; min-height: 58px; } .brand { font-size: 17px; } }

/* ---------- hero ---------- */
.hero { position: relative; min-height: min(92vh, 900px); display: grid; align-items: center; overflow: hidden; isolation: isolate; }
.hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,11,20,.92) 0%, rgba(7,11,20,.7) 45%, rgba(7,11,20,.35) 100%), linear-gradient(180deg, rgba(7,11,20,.5), transparent 30%, transparent 70%, var(--bg)); pointer-events: none; }
#hero-gl { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; display: block; }
body.no-gl .hero, body.parent .hero { background: radial-gradient(900px 600px at 70% 20%, rgba(56,242,255,.12), transparent 60%), radial-gradient(600px 500px at 10% 90%, rgba(255,181,71,.1), transparent 60%), var(--bg); }
.hero__in { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(28px, 5vw, 72px); align-items: center; padding: clamp(56px, 8vw, 110px) 0; }
.hero h1 { font-size: clamp(38px, 6.2vw, 78px); font-weight: 800; margin-bottom: 22px; transition: opacity .35s, transform .35s; }
.hero h1 em { font-style: normal; color: var(--cyan); text-shadow: 0 0 40px rgba(56,242,255,.35); }
.hero h1.is-swap { opacity: 0; transform: translateY(8px); }
.hero__sub { font-size: clamp(17px, 1.6vw, 21px); color: var(--muted); max-width: 620px; margin-bottom: 30px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-bottom: 16px; }
.hero__note { font-size: 14px; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.hero__note::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.hero__scroll { position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); display: flex; gap: 8px; align-items: center; opacity: .8; }
.hero__scroll::after { content: ''; width: 1px; height: 28px; background: linear-gradient(var(--cyan), transparent); animation: drop 1.6s infinite; }
@keyframes drop { 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }
/* появление текста hero */
.hero .rise { opacity: 0; transform: translateY(18px); animation: rise .7s cubic-bezier(.2,.7,.2,1) forwards; }
.hero .rise:nth-child(2) { animation-delay: .1s; } .hero .rise:nth-child(3) { animation-delay: .2s; } .hero .rise:nth-child(4) { animation-delay: .3s; } .hero .rise:nth-child(5) { animation-delay: .4s; }
@keyframes rise { to { opacity: 1; transform: none; } }

/* карточка «пульс» */
.pulse { position: relative; border-radius: 24px; padding: 22px; background: linear-gradient(160deg, rgba(255,255,255,.08), rgba(255,255,255,.02)); border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(16px); box-shadow: 0 30px 80px rgba(0,0,0,.45); animation: float 7s ease-in-out infinite; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.pulse__head { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.pulse__ring { --lvl: 1; width: 54px; height: 54px; border-radius: 50%; background: conic-gradient(var(--cyan) calc(var(--lvl) * 360deg), rgba(255,255,255,.1) 0); display: grid; place-items: center; position: relative; }
.pulse__ring::after { content: ''; width: 40px; height: 40px; border-radius: 50%; background: var(--bg-2); position: absolute; }
.pulse__ring svg { position: relative; z-index: 1; width: 20px; height: 20px; fill: none; stroke: var(--cyan); stroke-width: 2; }
.pulse__title { font-family: var(--display); font-weight: 700; font-size: 16px; }
.pulse__live { font-size: 12px; color: var(--green); display: flex; gap: 6px; align-items: center; }
.pulse__live::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--green); animation: ping 1.6s infinite; }
.pulse__row { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-top: 1px solid var(--line); font-size: 15px; }
.pulse__row span { color: var(--muted); } .pulse__row b { font-weight: 600; text-align: right; }
.pulse.is-low .pulse__ring { background: conic-gradient(var(--red) calc(var(--lvl) * 360deg), rgba(255,255,255,.1) 0); }
.pulse.is-offline { border-color: var(--red); }
.pulse__hint { margin: 12px 0 0; padding: 10px 12px; border-radius: 12px; background: rgba(56,242,255,.08); color: var(--text); font-size: 14px; }
.pulse__privacy { margin: 8px 0 0; font-size: 12px; color: var(--muted); }
@media (max-width: 900px) { .hero__in { grid-template-columns: 1fr; } .pulse { animation: none; } .hero__scroll { display: none; } }

/* ---------- диагност ---------- */
.triage { background: linear-gradient(180deg, var(--bg), var(--bg-2)); }
.tri__box { display: flex; gap: 10px; flex-wrap: wrap; align-items: stretch; padding: 8px; border-radius: 20px; background: var(--bg-3); border: 1px solid var(--line); box-shadow: inset 0 0 0 1px rgba(56,242,255,.06), 0 0 0 0 rgba(56,242,255,.2); transition: box-shadow .25s; }
.tri__box:focus-within { box-shadow: inset 0 0 0 1px rgba(56,242,255,.4), 0 0 0 6px rgba(56,242,255,.08); }
.tri__box input { flex: 1; min-width: 220px; background: transparent; border: 0; color: var(--text); font: inherit; font-size: 18px; padding: 12px 14px; outline: none; }
.tri__box input::placeholder { color: var(--muted); }
.mic { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); background: rgba(255,255,255,.04); color: var(--text); border-radius: 14px; padding: 0 14px; font: inherit; font-size: 14px; cursor: pointer; }
.mic svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.mic.is-on { border-color: var(--red); color: var(--red); animation: pulseRed 1s infinite; }
@keyframes pulseRed { 50% { box-shadow: 0 0 0 6px rgba(255,93,108,.15); } }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.chip { border: 1px solid var(--line); background: rgba(255,255,255,.04); color: var(--text); border-radius: 999px; padding: 9px 14px; font: inherit; font-size: 14px; cursor: pointer; transition: border-color .2s, background .2s, transform .2s; }
.chip:hover { border-color: var(--cyan); background: rgba(56,242,255,.08); transform: translateY(-1px); }
.tri__result { margin-top: 26px; padding: 26px; border-radius: 24px; background: var(--bg-3); border: 1px solid rgba(56,242,255,.25); box-shadow: 0 30px 80px rgba(0,0,0,.35), 0 0 60px rgba(56,242,255,.06); }
.tri__result.is-in { animation: rise .5s cubic-bezier(.2,.7,.2,1); }
.tri__head { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-bottom: 8px; }
.tri__head h3 { margin: 0; font-size: 24px; }
.tri__badge { font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; }
.tri__badge.is-remote { background: rgba(78,225,160,.14); color: var(--green); } .tri__badge.is-visit { background: rgba(255,181,71,.14); color: var(--amber); }
.tri__path { width: 100%; height: 40px; margin: 8px 0 4px; }
.tri__path path { fill: none; stroke: var(--cyan); stroke-width: 2; stroke-dasharray: 1; stroke-dashoffset: 1; animation: draw 1.2s .1s ease-out forwards; }
.tri__path circle { fill: var(--bg-3); stroke: var(--cyan); stroke-width: 2; opacity: 0; animation: pop .3s ease-out forwards; }
.tri__path circle:nth-of-type(1) { animation-delay: .1s; } .tri__path circle:nth-of-type(2) { animation-delay: .7s; } .tri__path circle:nth-of-type(3) { animation-delay: 1.3s; }
@keyframes draw { to { stroke-dashoffset: 0; } } @keyframes pop { to { opacity: 1; } }
.tri__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tri__col { opacity: 0; animation: rise .5s forwards; } .tri__col:nth-child(1) { animation-delay: .2s; } .tri__col:nth-child(2) { animation-delay: .8s; } .tri__col:nth-child(3) { animation-delay: 1.4s; }
.tri__lbl { display: block; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--cyan); font-weight: 700; margin-bottom: 6px; }
.tri__col p { margin: 0; color: var(--muted); } .tri__col p b { color: var(--text); font-size: 18px; }
.tri__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.tri__empty { margin: 0; color: var(--amber); }
@media (max-width: 760px) { .tri__cols { grid-template-columns: 1fr; } .tri__col { animation-delay: .2s !important; } }

/* ---------- услуги ---------- */
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 1000px) { .grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 560px) { .grid { grid-template-columns: 1fr; } }
.svc { position: relative; padding: 24px; border-radius: var(--r); background: var(--bg-2); border: 1px solid var(--line); overflow: hidden; transition: transform .25s, border-color .25s; }
.svc::after { content: ''; position: absolute; inset: -1px; background: radial-gradient(240px 120px at var(--gx, 50%) -20%, rgba(56,242,255,.18), transparent 70%); opacity: 0; transition: opacity .3s; pointer-events: none; }
.svc:hover { transform: translateY(-4px); border-color: rgba(56,242,255,.4); } .svc:hover::after { opacity: 1; }
.svc__icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: rgba(56,242,255,.1); margin-bottom: 14px; }
.svc__icon svg { width: 24px; height: 24px; fill: none; stroke: var(--cyan); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svc h3 { font-size: 18px; } .svc p { margin: 0; color: var(--muted); font-size: 15px; }

/* ---------- домашняя сеть ---------- */
.home { background: var(--bg-2); }
.home__wrap { display: grid; grid-template-columns: 1.2fr .8fr; gap: 32px; align-items: center; }
.hnet { position: relative; aspect-ratio: 16 / 10; }
.hnet > svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.hlink { fill: none; stroke: rgba(56,242,255,.25); stroke-width: 1.5; stroke-dasharray: 6 8; animation: flow 3s linear infinite; }
.hlink.is-hot { stroke: var(--cyan); stroke-width: 2.5; filter: drop-shadow(0 0 6px rgba(56,242,255,.7)); }
@keyframes flow { to { stroke-dashoffset: -28; } }
.hnode { position: absolute; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; gap: 6px; background: none; border: 0; color: var(--text); font: inherit; cursor: pointer; }
.hnode__i { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: var(--bg-3); border: 1px solid rgba(56,242,255,.3); box-shadow: 0 0 0 0 rgba(56,242,255,.3); transition: transform .2s, box-shadow .3s, background .2s; }
.hnode__i svg { width: 26px; height: 26px; fill: none; stroke: var(--cyan); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hnode:hover .hnode__i, .hnode.is-active .hnode__i { transform: scale(1.1); background: rgba(56,242,255,.14); box-shadow: 0 0 0 10px rgba(56,242,255,.08); }
.hnode--router .hnode__i { width: 74px; height: 74px; animation: ping 2.4s infinite; }
.hnode__t { font-size: 13px; color: var(--muted); }
.home__tip { padding: 22px; border-radius: var(--r); background: var(--bg-3); border: 1px solid var(--line); min-height: 120px; font-size: 17px; }
@media (max-width: 900px) { .home__wrap { grid-template-columns: 1fr; } .hnode__i { width: 46px; height: 46px; } .hnode--router .hnode__i { width: 58px; height: 58px; } }

/* ---------- как это работает ---------- */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: s; }
.step { position: relative; padding: 26px 24px 24px; border-radius: var(--r); background: var(--bg-2); border: 1px solid var(--line); }
.step__n { position: absolute; top: -16px; left: 22px; width: 34px; height: 34px; border-radius: 50%; background: var(--amber); color: #1a1200; font-weight: 800; display: grid; place-items: center; font-family: var(--display); }
.step p { margin: 0; color: var(--muted); }
@media (max-width: 800px) { .steps { grid-template-columns: 1fr; gap: 28px; } }

/* ---------- цены ---------- */
.price { padding: 26px; border-radius: var(--r); background: var(--bg-2); border: 1px solid var(--line); display: flex; flex-direction: column; }
.price:nth-child(2) { border-color: rgba(255,181,71,.5); background: linear-gradient(160deg, rgba(255,181,71,.1), var(--bg-2)); }
.price h3 { font-size: 17px; color: var(--muted); font-weight: 600; }
.price__v { font-family: var(--display); font-size: 40px; font-weight: 800; letter-spacing: -.03em; margin: 4px 0 10px; }
.price p { margin: 0; font-size: 15px; color: var(--muted); }
.price__note { margin-top: 18px; color: var(--muted); font-size: 15px; }

/* ---------- доверие / бизнес ---------- */
.trust { padding: 22px 24px; border-left: 3px solid var(--cyan); background: var(--bg-2); border-radius: 0 var(--r) var(--r) 0; }
.trust h3 { font-size: 18px; } .trust p { margin: 0; color: var(--muted); }
.biz { background: linear-gradient(180deg, var(--bg-2), var(--bg)); }
.biz__wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.biz ul { margin: 0 0 22px; padding: 0; list-style: none; }
.biz li { padding: 10px 0 10px 32px; position: relative; border-top: 1px solid var(--line); }
.biz li::before { content: ''; position: absolute; left: 0; top: 16px; width: 18px; height: 18px; border-radius: 50%; background: rgba(78,225,160,.15); border: 1px solid var(--green); }
.biz li::after { content: ''; position: absolute; left: 6px; top: 20px; width: 6px; height: 9px; border: solid var(--green); border-width: 0 2px 2px 0; transform: rotate(45deg); }
.biz__art { border-radius: 24px; padding: 28px; background: var(--bg-3); border: 1px solid var(--line); font-family: 'IBM Plex Mono', ui-monospace, monospace; font-size: 13px; color: var(--muted); line-height: 1.7; }
.biz__art b { color: var(--green); font-weight: 600; } .biz__art i { color: var(--amber); font-style: normal; }
@media (max-width: 900px) { .biz__wrap { grid-template-columns: 1fr; } }

/* ---------- отзывы ---------- */
.reviews__empty { padding: 26px; border-radius: var(--r); border: 1px dashed rgba(255,255,255,.2); color: var(--muted); }

/* ---------- форма ---------- */
.contact { background: var(--bg-2); }
.contact__wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.form { display: grid; gap: 12px; padding: 26px; border-radius: 24px; background: var(--bg-3); border: 1px solid var(--line); }
.form label { display: grid; gap: 6px; font-size: 14px; color: var(--muted); }
.form input, .form textarea { width: 100%; padding: 14px; border-radius: 12px; border: 1px solid var(--line); background: var(--bg-2); color: var(--text); font: inherit; font-size: 17px; }
.form input:focus, .form textarea:focus { outline: none; border-color: var(--cyan); box-shadow: 0 0 0 4px rgba(56,242,255,.12); }
.form__msg { min-height: 22px; font-size: 15px; } .form__msg.ok { color: var(--green); } .form__msg.err { color: var(--red); }
.form__privacy { font-size: 12px; color: var(--muted); margin: 0; }
.hp { position: absolute; left: -9999px; }
.contact__alt { display: grid; gap: 14px; align-content: start; }
.contact__big { font-family: var(--display); font-size: clamp(28px, 4vw, 40px); font-weight: 800; text-decoration: none; letter-spacing: -.02em; }
.contact__row { display: flex; flex-wrap: wrap; gap: 10px; }
@media (max-width: 900px) { .contact__wrap { grid-template-columns: 1fr; } }

/* ---------- футер ---------- */
.foot { padding: 34px 0 110px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.foot p { margin: 0 0 6px; }
@media (min-width: 761px) { .foot { padding-bottom: 40px; } }

/* ---------- мобильная панель «позвонить» ---------- */
.callbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: none; gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(7,11,20,.9); backdrop-filter: blur(14px); border-top: 1px solid var(--line); }
.callbar .btn { flex: 1; }
@media (max-width: 760px) { .callbar { display: flex; } }

/* ---------- появление ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.7,.2,1); transition-delay: calc(var(--i, 0) * 70ms); }
.reveal.is-in { opacity: 1; transform: none; }

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; } .hero .rise { opacity: 1; transform: none; } .tri__col { opacity: 1; } .tri__path path { stroke-dashoffset: 0; } .tri__path circle { opacity: 1; }
}

/* ---------- режим для родителей: крупно, контрастно, спокойно ---------- */
body.parent { --bg: #ffffff; --bg-2: #f4f6fb; --bg-3: #eef1f8; --line: rgba(0,0,0,.12); --text: #0b1220; --muted: #3d4a63; --cyan: #0b6fb8; --cyan-2: #0b6fb8; --amber: #d97706; --green: #158a5a; --red: #c1121f; color-scheme: light; font-size: 21px; }
body.parent *, body.parent *::before, body.parent *::after { animation: none !important; transition: none !important; }
body.parent .reveal, body.parent .hero .rise, body.parent .tri__col { opacity: 1; transform: none; }
body.parent .tri__path path { stroke-dashoffset: 0; } body.parent .tri__path circle { opacity: 1; }
body.parent .top { background: #fff; }
body.parent .hero::before { display: none; }
body.parent .hero h1 { font-size: clamp(34px, 5.5vw, 62px); } body.parent .hero h1 em { text-shadow: none; }
body.parent .hero__sub { font-size: 22px; color: var(--text); }
body.parent .btn { min-height: 60px; font-size: 19px; }
body.parent .btn--amber { background: #d97706; color: #fff; box-shadow: none; } body.parent .btn--cyan { background: #0b6fb8; color: #fff; } body.parent .btn--ghost { background: #fff; border-color: #0b6fb8; color: #0b3d66; }
body.parent .pulse { background: #fff; border-color: var(--line); box-shadow: 0 10px 30px rgba(0,0,0,.08); backdrop-filter: none; }
body.parent .pulse__ring::after { background: #fff; }
body.parent .pulse__hint { background: #e8f3fb; }
body.parent .lang__btn.is-active { background: var(--text); color: #fff; }
body.parent .parent-toggle { background: #fff3e0; border-color: #f2c48a; color: #7a3e00; }
body.parent .svc, body.parent .step, body.parent .price, body.parent .trust, body.parent .home__tip, body.parent .form, body.parent .tri__result, body.parent .biz__art { background: #fff; box-shadow: 0 6px 24px rgba(0,0,0,.06); }
body.parent .svc::after { display: none; }
body.parent .hnode__i { background: #fff; border-color: #0b6fb8; box-shadow: none; }
body.parent .hlink { stroke: #9bbad6; animation: none; }
body.parent .top__nav a { color: var(--text); }
body.parent .kicker { color: #0b6fb8; }
body.parent .hero__note::before { background: var(--green); }
body.parent .price:nth-child(2) { background: #fff7e8; }
body.parent .parent-banner { display: block; }
.parent-banner { display: none; background: #fff3e0; color: #7a3e00; padding: 12px var(--pad); text-align: center; font-size: 17px; border-bottom: 1px solid #f2c48a; }
.parent-banner a { color: #0b6fb8; font-weight: 800; text-decoration: none; }

/* ---------- утилиты ---------- */
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* ---------- тренажёр мошенника ---------- */
.scam { background: linear-gradient(180deg, var(--bg-2), var(--bg)); }
.scam__box { max-width: 720px; }
.scam__intro { display: grid; gap: 22px; justify-items: start; }
.scam__phone { position: relative; padding: 22px 24px; border-radius: 22px; background: var(--bg-3); border: 1px solid rgba(255,93,108,.35); box-shadow: 0 20px 60px rgba(0,0,0,.35); }
.scam__phone--idle { display: flex; align-items: center; gap: 14px; }
.scam__ring { width: 14px; height: 14px; border-radius: 50%; background: var(--red); animation: ping 1.2s infinite; box-shadow: 0 0 0 0 rgba(255,93,108,.5); }
.scam__kind { display: block; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--red); font-weight: 700; margin-bottom: 6px; }
.scam__from { display: block; font-family: var(--display); font-size: 20px; margin-bottom: 8px; }
.scam__msg { margin: 0; font-size: 17px; color: var(--text); }
.scam__phone--sms .scam__msg { font-family: 'IBM Plex Mono', ui-monospace, monospace; font-size: 15px; background: rgba(255,255,255,.04); padding: 12px; border-radius: 12px; }
.scam__opts { display: grid; gap: 10px; margin-top: 16px; }
.scam__opt { text-align: left; padding: 14px 16px; border-radius: 14px; border: 1px solid var(--line); background: var(--bg-2); color: var(--text); font: inherit; cursor: pointer; transition: border-color .2s, transform .2s; }
.scam__opt:hover:not(:disabled) { border-color: var(--cyan); transform: translateX(3px); }
.scam__opt.is-ok { border-color: var(--green); background: rgba(78,225,160,.12); }
.scam__opt.is-bad { border-color: var(--red); background: rgba(255,93,108,.12); }
.scam__why { margin-top: 14px; padding: 16px 18px; border-radius: 14px; background: var(--bg-3); border: 1px solid var(--line); color: var(--muted); animation: rise .4s; }
.scam__why b.ok { color: var(--green); } .scam__why b.bad { color: var(--red); }
.scam__why div { margin-top: 12px; }
.scam__result { padding: 24px; border-radius: 22px; background: var(--bg-3); border: 1px solid var(--line); }
.scam__score { font-family: var(--display); font-size: 22px; }
.scam__verdict { margin: 8px 0 18px; font-size: 18px; }
.scam__verdict--0 { color: var(--red); } .scam__verdict--1 { color: var(--amber); } .scam__verdict--2 { color: var(--green); }
.scam__memo { margin: 0 0 18px; padding-left: 22px; display: grid; gap: 8px; font-size: 17px; }
.scam__actions { display: flex; flex-wrap: wrap; gap: 10px; }
body.parent .scam__phone, body.parent .scam__result, body.parent .scam__why { background: #fff; }
body.parent .scam__opt { background: #fff; }

/* печать памятки: только список правил */
@media print {
  body { background: #fff !important; color: #000 !important; font-size: 16pt; }
  body * { visibility: hidden; }
  #scam-memo, #scam-memo * { visibility: visible; }
  #scam-memo { position: absolute; left: 0; top: 0; width: 100%; padding: 20mm; margin: 0; font-size: 16pt; line-height: 1.6; }
  #scam-memo::before { content: 'Môj Technik · +421 952 667 601 · 5 pravidiel proti podvodníkom'; display: block; font-weight: 800; font-size: 20pt; margin-bottom: 12mm; }
}
