/* Axior — IT pomoc doma a vo firme. Светлая тема по умолчанию (аудитория 50+, «человек приедет домой»),
   режим «Aa» = крупнее текст, меньше движения. Без шейдеров и свечений: спокойно, контрастно, телефон везде. */
:root {
  --bg: #ffffff; --bg-2: #f4f6fb; --bg-3: #eaf0f8; --line: rgba(10, 30, 60, .12);
  --text: #0b1220; --muted: #4b5870; --blue: #0b6fb8; --blue-d: #084f84; --amber: #e0851b; --amber-d: #b96a0f; --green: #158a5a; --red: #c1121f;
  --font: 'Manrope', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --r: 16px; --max: 1140px; --pad: clamp(18px, 4vw, 44px);
  color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font); font-size: 18px; line-height: 1.6; color: var(--text); background: var(--bg); overflow-x: hidden; }
body.aa { font-size: 21px; }
body.aa *, body.aa *::before, body.aa *::after { animation: none !important; transition: none !important; }
img, svg { max-width: 100%; }
a { color: var(--blue); }
h1, h2, h3 { letter-spacing: -.015em; line-height: 1.15; margin: 0 0 .5em; font-weight: 800; }
h1 { font-size: clamp(30px, 4.6vw, 50px); }
h2 { font-size: clamp(26px, 3.4vw, 38px); }
h3 { font-size: 20px; }
p { margin: 0 0 1em; }
.container { width: min(var(--max), 100% - 2 * var(--pad)); margin-inline: auto; }
.container--narrow { max-width: 760px; }
.muted { color: var(--muted); }
.sec { padding: clamp(48px, 7vw, 88px) 0; }
.sec--alt { background: var(--bg-2); }
.sec__head { max-width: 760px; margin-bottom: clamp(22px, 3vw, 36px); }
.sec__head p { font-size: 1.05em; color: var(--muted); }
.kicker { display: inline-block; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--blue); font-weight: 800; margin-bottom: 10px; }
.badge { display: inline-block; padding: 6px 14px; border-radius: 999px; font-size: 15px; font-weight: 700; }
.badge--green { background: #e3f6ec; color: var(--green); } .badge--amber { background: #fff1dc; color: var(--amber-d); }
.rich p { margin: 0 0 1em; }
.back { text-decoration: none; font-weight: 600; }

/* кнопки */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 12px 22px; border-radius: 12px; font-weight: 800; font-size: 17px; text-decoration: none; border: 2px solid transparent; cursor: pointer; font-family: inherit; white-space: nowrap; transition: background .15s, border-color .15s, transform .15s; }
.btn svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 20px; }
.btn--amber { background: var(--amber); color: #fff; } .btn--amber:hover { background: var(--amber-d); }
.btn--blue { background: var(--blue); color: #fff; } .btn--blue:hover { background: var(--blue-d); }
.btn--ghost { background: #fff; border-color: var(--blue); color: var(--blue-d); } .btn--ghost:hover { background: #eaf3fb; }
.btn--lg { min-height: 60px; padding: 14px 26px; font-size: 19px; }
.btn:focus-visible { outline: 3px solid #ffb547; outline-offset: 2px; }

/* шапка */
.top { position: sticky; top: 0; z-index: 30; background: #fff; border-bottom: 1px solid var(--line); }
.top__in { display: flex; align-items: center; gap: 12px; min-height: 68px; min-width: 0; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--text); font-weight: 800; font-size: 20px; white-space: nowrap; }
.brand__mark { width: 36px; height: 36px; flex: 0 0 36px; border-radius: 10px; background: var(--blue); color: #fff; display: grid; place-items: center; font-size: 13px; }
.brand__t { display: flex; flex-direction: column; line-height: 1.1; }
.brand small { font-weight: 600; color: var(--muted); font-size: 12px; }
.top__nav { display: flex; gap: 16px; margin-left: 10px; font-size: 16px; }
.top__nav a { color: var(--text); text-decoration: none; font-weight: 600; white-space: nowrap; }
.top__spacer { flex: 1; }
.top__phone { font-weight: 800; font-size: 18px; color: var(--text); text-decoration: none; white-space: nowrap; }
.top .btn { min-height: 44px; padding: 8px 16px; font-size: 16px; }
.status { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; color: var(--muted); white-space: nowrap; }
.status__dot { width: 10px; height: 10px; border-radius: 50%; background: #b7c1d4; }
.status.is-open .status__dot { background: var(--green); } .status.is-open .status__t { color: var(--green); font-weight: 700; }
.aa { display: inline-flex; align-items: center; gap: 6px; border: 1px solid var(--line); background: #fff; border-radius: 10px; padding: 7px 10px; font: inherit; font-size: 14px; cursor: pointer; color: var(--text); }
.aa__i { font-weight: 800; font-size: 15px; }
body.aa .aa { background: #fff1dc; border-color: #f2c48a; }
.lang { position: relative; }
.lang summary { list-style: none; cursor: pointer; border: 1px solid var(--line); border-radius: 10px; padding: 7px 10px; font-weight: 700; font-size: 14px; }
.lang summary::-webkit-details-marker { display: none; }
.lang__menu { position: absolute; right: 0; top: calc(100% + 6px); background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 12px 30px rgba(0,0,0,.12); display: grid; min-width: 160px; z-index: 40; }
.lang__menu a { padding: 10px 14px; text-decoration: none; color: var(--text); font-weight: 600; }
.lang__menu a:hover { background: var(--bg-2); }
@media (max-width: 1500px) { .cb-open, .aa__t { display: none; } }
@media (max-width: 1240px) { .top__nav { display: none; } }
@media (max-width: 1080px) { .top .status { display: none; } }
@media (max-width: 860px) { .aa__t, .brand small { display: none; } .top__phone { display: none; } }
@media (max-width: 600px) { .top .btn { display: none; } .top__in { gap: 8px; min-height: 60px; } .brand { font-size: 18px; } }

/* hero */
.hero { background: linear-gradient(180deg, #f4f8fd, #fff); border-bottom: 1px solid var(--line); }
.hero__in { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(28px, 5vw, 64px); align-items: center; padding: clamp(40px, 6vw, 80px) 0; }
.hero__sub { font-size: 1.1em; color: var(--muted); max-width: 620px; margin-bottom: 26px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.hero__num { font-weight: 800; }
@media (max-width: 720px) { .hero__num { display: none; } }
.lead { display: grid; gap: 10px; padding: 24px; border-radius: 20px; background: #fff; border: 1px solid var(--line); box-shadow: 0 16px 50px rgba(10, 40, 80, .08); }
.lead__title { font-size: 22px; margin: 0; }
.lead__sub { margin: 0 0 4px; color: var(--muted); }
.lead label { display: grid; gap: 5px; font-size: 15px; font-weight: 700; color: var(--muted); }
.lead input, .lead textarea { width: 100%; padding: 13px 14px; border-radius: 12px; border: 1.5px solid #c9d3e2; background: #fff; color: var(--text); font: inherit; font-size: 18px; }
.lead input:focus, .lead textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(11,111,184,.15); }
.lead__note { margin: 0; font-size: 14px; color: var(--muted); }
.form__msg { min-height: 22px; font-size: 16px; } .form__msg.ok { color: var(--green); font-weight: 700; } .form__msg.err { color: var(--red); }
.form__privacy { font-size: 13px; color: var(--muted); margin: 0; }
.hp { position: absolute; left: -9999px; }
@media (max-width: 900px) { .hero__in { grid-template-columns: 1fr; } }

/* полоса гарантий */
.guar { background: var(--blue); color: #fff; }
.guar__in { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 14px 0; }
.guar__item { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 16px; }
.guar__item::before { content: '✓'; display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,.2); flex: 0 0 26px; }
@media (max-width: 900px) { .guar__in { grid-template-columns: 1fr 1fr; } } @media (max-width: 480px) { .guar__in { grid-template-columns: 1fr; } }

/* диагност */
.tri__box { display: flex; gap: 10px; flex-wrap: wrap; padding: 8px; border-radius: 18px; background: #fff; border: 1.5px solid #c9d3e2; }
.tri__box:focus-within { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(11,111,184,.12); }
.tri__box input { flex: 1; min-width: 220px; border: 0; background: transparent; color: var(--text); font: inherit; font-size: 19px; padding: 12px 14px; outline: none; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.chip { border: 1.5px solid #c9d3e2; background: #fff; color: var(--text); border-radius: 999px; padding: 10px 16px; font: inherit; font-size: 16px; font-weight: 600; cursor: pointer; }
.chip:hover { border-color: var(--blue); background: #eaf3fb; }
.tri__result { margin-top: 22px; padding: 24px; border-radius: 20px; background: #fff; border: 2px solid var(--blue); }
.tri__head { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-bottom: 14px; }
.tri__head h3 { margin: 0; font-size: 24px; }
.tri__badge { font-size: 13px; font-weight: 800; padding: 5px 12px; border-radius: 999px; }
.tri__badge.is-remote { background: #e3f6ec; color: var(--green); } .tri__badge.is-visit { background: #fff1dc; color: var(--amber-d); }
.tri__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tri__lbl { display: block; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--blue); font-weight: 800; margin-bottom: 6px; }
.tri__col p { margin: 0; color: var(--muted); } .tri__col p b { color: var(--text); font-size: 1.1em; }
.tri__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.tri__empty { margin: 0; color: var(--amber-d); font-weight: 700; }
@media (max-width: 760px) { .tri__cols { grid-template-columns: 1fr; } }

/* сетки */
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.grid--2 { grid-template-columns: 1fr 1fr; }
@media (max-width: 1000px) { .grid { grid-template-columns: repeat(2, 1fr); } .grid--2 { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .grid { grid-template-columns: 1fr; } .grid--svc { grid-template-columns: 1fr 1fr; gap: 10px; } }

/* услуги */
.svc { display: flex; flex-direction: column; gap: 6px; padding: 18px; border-radius: var(--r); background: #fff; border: 1px solid var(--line); text-decoration: none; color: var(--text); cursor: pointer; text-align: left; font: inherit; }
.svc:hover { border-color: var(--blue); }
.svc__icon { width: 40px; height: 40px; border-radius: 10px; background: #eaf3fb; display: grid; place-items: center; }
.svc__icon svg { width: 22px; height: 22px; fill: none; stroke: var(--blue); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.svc h3 { font-size: 17px; margin: 4px 0 0; } .svc p { margin: 0; color: var(--muted); font-size: 15px; flex: 1; }
.svc__price { font-weight: 800; color: var(--blue-d); font-size: 16px; }
@media (max-width: 560px) { .svc p { display: none; } .svc { padding: 14px; } }

/* цены */
.price { position: relative; padding: 22px; border-radius: var(--r); background: #fff; border: 1px solid var(--line); display: flex; flex-direction: column; gap: 6px; }
.price--hot { border: 2px solid var(--amber); }
.price__badge { position: absolute; top: -12px; left: 18px; background: var(--amber); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; }
.price h3 { font-size: 17px; color: var(--muted); font-weight: 700; margin: 0; }
.price__v { font-size: 38px; font-weight: 800; letter-spacing: -.03em; }
.price p { margin: 0 0 8px; font-size: 15px; color: var(--muted); flex: 1; }
.price__note { margin-top: 16px; color: var(--muted); font-size: 15px; }

/* шаги */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step { position: relative; padding: 26px 22px 22px; border-radius: var(--r); background: #fff; border: 1px solid var(--line); }
.step__n { position: absolute; top: -16px; left: 20px; width: 34px; height: 34px; border-radius: 50%; background: var(--blue); color: #fff; font-weight: 800; display: grid; place-items: center; }
.step p { margin: 0; color: var(--muted); }
@media (max-width: 800px) { .steps { grid-template-columns: 1fr; gap: 26px; } }

/* гарантии + техник */
.trust__wrap { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; align-items: start; }
.trust { padding: 18px 20px; border-left: 4px solid var(--green); background: var(--bg-2); border-radius: 0 var(--r) var(--r) 0; }
.trust h3 { font-size: 18px; } .trust p { margin: 0; color: var(--muted); }
.tech { padding: 24px; border-radius: 20px; background: #fff; border: 1px solid var(--line); box-shadow: 0 16px 50px rgba(10, 40, 80, .08); }
.tech__photo { width: 96px; height: 96px; border-radius: 50%; background: #eaf3fb; display: grid; place-items: center; margin-bottom: 14px; }
.tech__photo svg { width: 48px; height: 48px; fill: none; stroke: var(--blue); stroke-width: 1.8; }
.tech h3 { margin-bottom: 4px; }
.company { margin-top: 24px; font-size: 15px; }
@media (max-width: 900px) { .trust__wrap { grid-template-columns: 1fr; } }

/* тизер тренажёра */
.teaser { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; align-items: center; }
.teaser__art { border-radius: 20px; background: #fff; border: 1px solid var(--line); padding: 26px; min-height: 160px; display: grid; place-items: center; }
.teaser__sms { font-size: 19px; font-weight: 700; padding: 14px 18px; border-radius: 18px 18px 18px 4px; background: #fdecec; color: var(--red); }
@media (max-width: 800px) { .teaser { grid-template-columns: 1fr; } }

/* бизнес */
.biz__wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: start; }
.biz ul { margin: 0 0 22px; padding: 0; list-style: none; }
.biz li { padding: 10px 0 10px 30px; position: relative; border-top: 1px solid var(--line); }
.biz ul li::before { content: '✓'; position: absolute; left: 0; top: 10px; color: var(--green); font-weight: 800; }
.biz__card { padding: 24px; border-radius: 20px; background: var(--bg-2); border: 1px solid var(--line); }
.biz__card ol { margin: 0; padding-left: 22px; display: grid; gap: 10px; }
@media (max-width: 900px) { .biz__wrap { grid-template-columns: 1fr; } }

/* контакт */
.contact__wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: start; }
.contact__big { font-size: clamp(28px, 4vw, 40px); font-weight: 800; text-decoration: none; letter-spacing: -.02em; color: var(--text); }
.contact__row { display: flex; flex-wrap: wrap; gap: 10px; margin: 14px 0 16px; }
@media (max-width: 900px) { .contact__wrap { grid-template-columns: 1fr; } }

/* футер */
.foot { padding: 30px 0 100px; 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: 36px; } }

/* мобильная панель */
.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: #fff; border-top: 1px solid var(--line); box-shadow: 0 -8px 30px rgba(0,0,0,.08); transition: transform .2s; }
.callbar .btn { flex: 1; }
.callbar.is-hidden { transform: translateY(110%); }
@media (max-width: 760px) { .callbar { display: flex; } }

/* callback dialog */
.cb { border: 0; border-radius: 20px; padding: 0; width: min(440px, 92vw); box-shadow: 0 24px 80px rgba(0,0,0,.3); }
.cb::backdrop { background: rgba(10, 20, 40, .5); }
.cb .lead { box-shadow: none; border: 0; }
.cb h3 { margin: 0; } .cb__row { display: flex; gap: 10px; }

/* тренажёр */
.scam__box { max-width: 720px; }
.scam__intro { display: grid; gap: 18px; justify-items: start; }
.scam__phone { padding: 20px 22px; border-radius: 20px; background: #fff; border: 1.5px solid #f2b8bd; box-shadow: 0 12px 40px rgba(0,0,0,.08); }
.scam__phone--idle { display: flex; align-items: center; gap: 12px; }
.scam__ring { width: 14px; height: 14px; border-radius: 50%; background: var(--red); }
.scam__kind { display: block; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--red); font-weight: 800; margin-bottom: 6px; }
.scam__from { display: block; font-size: 20px; font-weight: 800; margin-bottom: 8px; }
.scam__msg { margin: 0; font-size: 18px; }
.scam__phone--sms .scam__msg { font-family: ui-monospace, Consolas, monospace; font-size: 15px; background: var(--bg-2); 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: 1.5px solid #c9d3e2; background: #fff; color: var(--text); font: inherit; cursor: pointer; }
.scam__opt:hover:not(:disabled) { border-color: var(--blue); }
.scam__opt.is-ok { border-color: var(--green); background: #e3f6ec; } .scam__opt.is-bad { border-color: var(--red); background: #fdecec; }
.scam__why { margin-top: 14px; padding: 16px 18px; border-radius: 14px; background: var(--bg-2); border: 1px solid var(--line); color: var(--muted); }
.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: 20px; background: #fff; border: 1px solid var(--line); }
.scam__score { font-size: 22px; font-weight: 800; }
.scam__verdict { margin: 8px 0 18px; font-size: 18px; font-weight: 700; }
.scam__verdict--0 { color: var(--red); } .scam__verdict--1 { color: var(--amber-d); } .scam__verdict--2 { color: var(--green); }
.scam__memo { margin: 0 0 18px; padding-left: 22px; display: grid; gap: 8px; }
.scam__actions { display: flex; flex-wrap: wrap; gap: 10px; }
@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: 'Axior · +421 952 667 601 · axior-group.com · 5 pravidiel proti podvodníkom'; display: block; font-weight: 800; font-size: 20pt; margin-bottom: 12mm; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } }
