@font-face {
  font-family: "Onest"; font-style: normal; font-weight: 100 900; font-display: swap;
  src: url(/app/fonts/onest-cyrillic-wght-normal.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Onest"; font-style: normal; font-weight: 100 900; font-display: swap;
  src: url(/app/fonts/onest-latin-wght-normal.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: #F7F7F5; --surface: #FFFFFF; --ink: #111110; --muted: #6B6B68; --line: #E6E6E4; --soft: #EFEFEC;
  --accent: #FF4D00; --on-accent: #111110; --accent-text: #C43B00; --accent-soft: rgba(255, 77, 0, .12);
  --shadow: 0 24px 48px rgba(17, 17, 16, .08); --shadow-sm: 0 6px 18px rgba(17, 17, 16, .06);
  --r: 20px; --r-sm: 14px; --paper: var(--bg);
  --font: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color-scheme: light;
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #0A0A0A; --surface: #161616; --ink: #F3F3F3; --muted: #9A9A96; --line: #262626; --soft: #1D1D1C;
    --accent: #FF5714; --accent-text: #FF7A45; --accent-soft: rgba(255, 87, 20, .16);
    --shadow: none; --shadow-sm: none; color-scheme: dark;
  }
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 84px; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 400 17px/1.6 var(--font);
  -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { text-decoration-color: var(--accent); }
img { max-width: 100%; height: auto; display: block; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.w { max-width: 1120px; margin: 0 auto; padding: 0 16px; }
@media (min-width: 700px) { .w { padding: 0 28px; } }

/* ------------------------------------------------ шапка */
header.top { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid transparent;
  background: color-mix(in srgb, var(--bg) 80%, transparent); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
header.top.stuck { border-bottom-color: var(--line); }
header.top .w { display: flex; align-items: center; gap: 22px; min-height: 68px; flex-wrap: wrap; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand svg { width: 34px; height: 34px; flex: none; }
.brand span { font-weight: 800; font-size: 23px; letter-spacing: -.04em; line-height: 1; }
header nav { display: flex; gap: 4px; font-size: 15px; font-weight: 500; }
header nav a { text-decoration: none; padding: 8px 12px; border-radius: 10px; color: var(--muted); }
header nav a:hover, header nav a[aria-current] { color: var(--ink); background: var(--soft); }
header .cta { margin-left: auto; }
@media (max-width: 860px) {
  header.top .w { gap: 10px; }
  header nav { order: 3; width: calc(100% + 32px); margin: 0 -16px; padding: 0 12px 10px; overflow-x: auto; white-space: nowrap; scrollbar-width: none; }
  header nav::-webkit-scrollbar { display: none; }
  header nav a { padding: 6px 10px; background: var(--soft); color: var(--ink); font-size: 14px; }
}

/* ------------------------------------------------ кнопки */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; padding: 0 22px; border-radius: var(--r-sm);
  border: 0; background: var(--ink); color: var(--bg); font: 700 16px/1 var(--font); text-decoration: none; cursor: pointer;
  transition: transform .1s ease-out, background .15s; }
.btn:active { transform: scale(.96); }
.btn.hl { background: var(--accent); color: var(--on-accent); }
.btn.hl:hover { background: color-mix(in srgb, var(--accent) 88%, #fff); }
.btn.ghost { background: var(--surface); color: var(--ink); box-shadow: inset 0 0 0 1px var(--line); }
.btn.ghost:hover { box-shadow: inset 0 0 0 1px var(--ink); }
.btn.sm { min-height: 42px; font-size: 15px; padding: 0 16px; }
.btn svg { width: 18px; height: 18px; }
.btns { display: flex; gap: 10px; flex-wrap: wrap; margin: 22px 0; }

/* ------------------------------------------------ типографика */
h1 { font-weight: 800; font-size: clamp(34px, 5vw, 56px); line-height: 1.04; letter-spacing: -.035em; margin: 36px 0 16px; text-wrap: balance; max-width: 900px; }
h1 mark, h2 mark, .acc { background: none; color: var(--accent); }
h2 { font-weight: 800; font-size: clamp(26px, 3.2vw, 40px); line-height: 1.1; letter-spacing: -.03em; margin: 64px 0 14px; text-wrap: balance; }
h3 { font-weight: 700; font-size: 20px; letter-spacing: -.015em; line-height: 1.25; margin: 28px 0 8px; }
p { margin: 12px 0; }
main p, main ul, main ol { max-width: 760px; }
.lead { font-size: clamp(18px, 1.6vw, 21px); line-height: 1.5; color: var(--muted); }
.muted { color: var(--muted); }
.small { font-size: 15px; }
.kicker { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--muted); margin: 0; }
.kicker::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
b, strong { font-weight: 700; }

/* ------------------------------------------------ сетки */
.lead + .pair, .btns + .pair, .lead + .demo { margin-top: 32px; }
.pair { display: grid; gap: 28px; align-items: start; margin: 8px 0; }
@media (min-width: 860px) { .pair { grid-template-columns: 1fr 1fr; gap: 48px; } .pair.wide-left { grid-template-columns: 1.3fr .7fr; } .pair.mid { align-items: center; } }
.grid3 { display: grid; gap: 14px; margin: 24px 0; }
@media (min-width: 760px) { .grid3 { grid-template-columns: repeat(3, 1fr); } }
.grid4 { display: grid; gap: 14px; margin: 24px 0; }
@media (min-width: 640px) { .grid4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .grid4 { grid-template-columns: repeat(4, 1fr); } }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 22px; box-shadow: var(--shadow-sm); }
.card h3 { margin: 0 0 6px; }
.card p { margin: 6px 0 0; color: var(--muted); font-size: 16px; line-height: 1.5; }
.card .viz { margin: -4px 0 18px; min-height: 120px; display: flex; align-items: center; justify-content: center; }
.fig { margin: 24px 0; }
.fig figcaption { font-size: 14px; color: var(--muted); margin-top: 10px; }

/* ------------------------------------------------ главный экран */
.hero { display: grid; gap: 36px; align-items: center; padding: 20px 0 8px; }
@media (min-width: 960px) { .hero { grid-template-columns: 1.2fr .8fr; gap: 56px; padding-top: 40px; } }
.hero h1 { font-size: clamp(40px, 6.4vw, 76px); line-height: .98; letter-spacing: -.045em; margin: 18px 0 18px; }
.hero .lead { max-width: 560px; }
.trust { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 0; padding: 0; list-style: none; font-size: 14px; color: var(--muted); }
.trust li { display: flex; align-items: center; gap: 6px; margin: 0; }
.trust li::before { content: ""; width: 14px; height: 14px; border-radius: 50%; background: var(--accent-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M4 7.2l2 2 4-4.4' fill='none' stroke='%23FF4D00' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/14px no-repeat; }

/* строка ввода с подсветкой */
.hd { margin: 26px 0 0; max-width: 620px; }
.hd-in { display: flex; align-items: center; gap: 8px; background: var(--surface); border: 1.5px solid var(--line); border-radius: 22px;
  padding: 8px 8px 8px 20px; box-shadow: var(--shadow); transition: border-color .15s; }
.hd-in:focus-within { border-color: var(--accent); }
.hd-field { position: relative; flex: 1; min-width: 0; height: 52px; }
.hd-field input, .hd-field .mir { position: absolute; inset: 0; width: 100%; border: 0; margin: 0; padding: 0; background: transparent;
  font: 500 clamp(17px, 2vw, 21px)/52px var(--font); letter-spacing: -.01em; white-space: pre; overflow: hidden; }
.hd-field input { z-index: 2; color: transparent; caret-color: var(--accent); outline: none; }
.hd-field input::placeholder { color: var(--muted); }
.hd-field .mir { z-index: 1; color: var(--ink); pointer-events: none; text-overflow: clip; }
.hd-field .mir mark { background: var(--accent-soft); color: var(--accent-text); border-radius: 6px; box-shadow: 0 0 0 2px var(--accent-soft); }
.hd-field .caret { display: inline-block; width: 2px; height: 1.1em; vertical-align: -.18em; background: var(--accent); animation: blink 1s steps(1) infinite; margin-left: 1px; }
@keyframes blink { 50% { opacity: 0; } }
.hd-go { flex: none; width: 52px; height: 52px; border-radius: 16px; border: 0; background: var(--accent); color: var(--on-accent); display: grid; place-items: center; cursor: pointer; transition: transform .1s; }
.hd-go:active { transform: scale(.94); }
.hd-go svg { width: 22px; height: 22px; }
.hd-out { display: flex; gap: 14px; align-items: stretch; margin: 12px 0 0 0; min-height: 96px; }
.hd-card { flex: 1; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 14px 16px 14px 18px; position: relative; overflow: hidden;
  transition: opacity .25s, transform .25s; }
.hd-card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--accent); }
.hd-card.off { opacity: 0; transform: translateY(6px); }
.hd-card .t { font-weight: 700; font-size: 18px; letter-spacing: -.01em; }
.hd-card .wn { color: var(--accent-text); font-weight: 600; font-size: 15px; margin-top: 2px; }
.hd-card .ch { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 10px; }
.hd-card .ch span { font-size: 13px; font-weight: 600; background: var(--soft); border-radius: 8px; padding: 4px 8px; color: var(--muted); }
.hd-card .ch span.to { background: transparent; box-shadow: inset 0 0 0 1px var(--line); }
.hd-card.miss::before { background: var(--line); }
.hd-ex { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 12px; }
.hd-ex button { border: 0; background: var(--soft); color: var(--ink); border-radius: 10px; padding: 7px 12px; font: 500 14px/1.2 var(--font); cursor: pointer; min-height: 36px; }
.hd-ex button:hover { background: var(--accent-soft); color: var(--accent-text); }

/* телефон */
.phone { position: relative; width: 100%; max-width: 330px; margin: 0 auto; border-radius: 48px; padding: 11px; background: #111110;
  box-shadow: 0 0 0 1.5px #2A2A28, 0 40px 80px rgba(17, 17, 16, .18); }
.phone::before { content: ""; position: absolute; top: 20px; left: 50%; transform: translateX(-50%); width: 96px; height: 28px; border-radius: 16px; background: #000; z-index: 2; }
.phone img, .phone .scr { border-radius: 38px; width: 100%; }
.phone img { padding-top: 42px; background: #F7F7F5; }
.phone .scr { aspect-ratio: 9 / 19.5; overflow: hidden; position: relative; }
@media (prefers-color-scheme: dark) { .phone { box-shadow: 0 0 0 1.5px #333331; } }
.hero .phone { transform: rotate(2deg); }
.shot img { width: 100%; }
.shot { border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; max-width: 360px; box-shadow: var(--shadow-sm); }

/* домашний экран с виджетом */
.home-scr { background: radial-gradient(120% 70% at 20% 0%, #FF8A4D 0%, #FF4D00 32%, #5A1A00 72%, #150700 100%); padding: 64px 16px 16px; display: flex; flex-direction: column; gap: 14px; height: 100%; }
.home-scr .clock { color: #fff; text-align: center; font-weight: 300; font-size: 58px; letter-spacing: -.03em; line-height: 1; }
.home-scr .date { color: rgba(255,255,255,.85); text-align: center; font-size: 14px; font-weight: 500; margin-top: -6px; }
.home-scr .icons { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 4px 6px; }
.home-scr .dock { margin-top: auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 12px; border-radius: 26px; background: rgba(255,255,255,.14); }
.home-scr .dock i { aspect-ratio: 1; border-radius: 14px; background: rgba(255,255,255,.28); display: block; }
.home-scr .icons i { aspect-ratio: 1; border-radius: 14px; background: rgba(255,255,255,.22); display: block; }
.home-scr .widget { max-width: none; background: rgba(255,255,255,.9); color: #111110; border: 0; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.home-scr .widget .wh span { color: #6B6B68; }
.home-scr .lock { max-width: none; background: rgba(255,255,255,.22); color: #fff; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }

/* ------------------------------------------------ сообщение бота */
.tgmsg { background: var(--surface); border: 1px solid var(--line); border-radius: 18px 18px 18px 6px; padding: 12px 14px; max-width: 380px; font-size: 16px; line-height: 1.45; box-shadow: var(--shadow-sm); }
.tgmsg .who { display: flex; align-items: center; gap: 6px; font-weight: 700; font-size: 14px; margin-bottom: 4px; color: var(--accent-text); }
.tgmsg .kb { display: grid; gap: 6px; margin-top: 10px; }
.tgmsg .kb div { display: flex; gap: 6px; }
.tgmsg .kb span { flex: 1; text-align: center; background: var(--soft); border-radius: 10px; padding: 8px 6px; font-size: 14px; font-weight: 600; }
.chat { display: grid; gap: 10px; align-content: start; }
.chat .me { justify-self: end; background: var(--ink); color: var(--bg); border-radius: 18px 18px 6px 18px; padding: 10px 14px; max-width: 320px; font-weight: 500; }

/* пуш и виджет */
.push { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 12px 14px; max-width: 380px; font-size: 15px; line-height: 1.4; box-shadow: var(--shadow-sm); }
.push .app { display: flex; gap: 8px; align-items: center; font-size: 12px; letter-spacing: .02em; color: var(--muted); font-weight: 600; }
.push .app svg { width: 20px; height: 20px; border-radius: 5px; box-shadow: 0 0 0 1px var(--line); }
.push b { display: block; margin-top: 4px; }
.widget { background: var(--surface); border: 1px solid var(--line); border-radius: 24px; padding: 14px 16px; max-width: 340px; font-size: 14px; box-shadow: var(--shadow-sm); }
.widget .wh { display: flex; justify-content: space-between; font-weight: 800; margin-bottom: 8px; letter-spacing: -.01em; }
.widget .wh span { font-weight: 500; color: var(--muted); font-size: 12px; }
.widget .wr { display: flex; gap: 10px; padding: 4px 0; align-items: baseline; }
.widget .wr b { width: 50px; flex: none; font-variant-numeric: tabular-nums; font-weight: 700; }
.widget .wr b.now { color: var(--accent-text); }
.home-scr .widget .wr b.now { color: #C43B00; }
.widget .wr:has(b.now) span { font-weight: 700; }
.lock { background: #111110; color: #F3F3F3; border: 1px solid var(--line); border-radius: 22px; padding: 10px 14px; max-width: 230px; font-size: 13px; }
.lock b { display: block; font-size: 15px; }

/* ------------------------------------------------ демо разбора на внутренних */
.demo { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 18px; margin: 22px 0; box-shadow: var(--shadow-sm); max-width: 760px; }
.demo form { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 10px; }
.demo input { flex: 1 1 240px; min-height: 52px; border: 1.5px solid var(--line); border-radius: var(--r-sm); padding: 0 14px; font: 500 16px var(--font); background: transparent; color: var(--ink); outline: none; }
.demo input:focus { border-color: var(--accent); }
.demo .ex { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 10px; }
.demo .ex button { border: 0; background: var(--soft); color: inherit; border-radius: 10px; padding: 7px 12px; font: 500 14px var(--font); cursor: pointer; min-height: 36px; }
.demo .out { margin-top: 12px; min-height: 26px; }
.demo .out mark { background: var(--accent-soft); color: var(--accent-text); padding: 1px 6px; border-radius: 6px; }

/* ------------------------------------------------ фразы: как понимает */
.phr { display: grid; gap: 10px; margin: 24px 0; }
@media (min-width: 860px) { .phr { grid-template-columns: 1fr 1fr; } }
.phr .p { display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 12px 16px; }
.phr .p .src { font-weight: 500; }
.phr .p .src mark { background: var(--accent-soft); color: var(--accent-text); border-radius: 5px; padding: 0 2px; }
.phr .p .res { grid-column: 1 / -1; font-size: 14px; color: var(--muted); }
.phr .p .res b { color: var(--ink); font-weight: 600; }

/* ------------------------------------------------ таблицы и списки */
table { border-collapse: collapse; width: 100%; font-size: 15px; margin: 16px 0; }
th, td { text-align: left; padding: 12px 10px; border-bottom: 1px solid var(--line); vertical-align: top; }
th { font-weight: 700; font-size: 14px; color: var(--muted); }
tbody tr:last-child td { border-bottom: 0; }
.tw { overflow-x: auto; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 4px 8px; margin: 18px 0; }
.tw table { margin: 0; }
.tw td:first-child code { white-space: nowrap; }
table.cmp { min-width: 560px; }
table.cmp td:nth-child(2), table.cmp th:nth-child(2) { background: var(--accent-soft); font-weight: 600; }
table.cmp th:nth-child(2) { color: var(--accent-text); }
ol.steps { list-style: none; counter-reset: s; padding: 0; margin: 14px 0; }
ol.steps li { counter-increment: s; position: relative; padding: 2px 0 2px 44px; margin: 12px 0; min-height: 30px; }
ol.steps li::before { content: counter(s); position: absolute; left: 0; top: 0; width: 30px; height: 30px; border-radius: 10px; background: var(--ink); color: var(--bg);
  font-weight: 700; font-size: 14px; display: grid; place-items: center; }
ul { padding-left: 22px; }
li { margin: 6px 0; }
li::marker { color: var(--accent); }
code, .code { font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace; font-size: .86em; background: var(--soft); padding: 2px 6px; border-radius: 6px; overflow-wrap: anywhere; }
pre.code { display: block; padding: 16px; overflow-x: auto; white-space: pre-wrap; border-radius: var(--r-sm); font-size: 13px; line-height: 1.5; max-width: 760px; }
.note { background: var(--soft); border-radius: var(--r); padding: 16px 18px; margin: 22px 0; max-width: 760px; }
.note.hl { background: var(--accent-soft); }
.big { font-size: clamp(64px, 9vw, 120px); font-weight: 800; line-height: .9; letter-spacing: -.05em; }
.stat { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.stat .muted { max-width: 460px; }

/* схема и шкала */
.fig svg { width: 100%; height: auto; display: block; }
.fig text { font-family: var(--font); }
.flow { display: grid; gap: 10px; align-items: center; margin: 28px 0; max-width: 980px; }
.fl-col { display: grid; gap: 8px; grid-template-columns: 1fr 1fr; }
.fl-col span { display: flex; align-items: center; justify-content: center; text-align: center; min-height: 46px; padding: 6px 10px; border-radius: 14px; font-size: 15px; font-weight: 600; line-height: 1.2; }
.fl-col.src span { background: var(--surface); border: 1px solid var(--line); font-weight: 500; }
.fl-col.dst span { background: var(--ink); color: var(--bg); }
.fl-hub { background: var(--accent); color: #111110; border-radius: 24px; padding: 18px 22px; text-align: center; }
.fl-hub b { display: block; font-size: 24px; font-weight: 800; letter-spacing: -.04em; line-height: 1.1; }
.fl-hub small { font-size: 13px; font-weight: 500; }
.fl-arr { position: relative; height: 34px; display: flex; align-items: center; justify-content: center; }
.fl-arr::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 6px; border-left: 2px dashed var(--accent); }
.fl-arr::after { content: ""; position: absolute; left: 50%; bottom: 2px; width: 8px; height: 8px; margin-left: -4px; border-right: 2px solid var(--accent); border-bottom: 2px solid var(--accent); transform: rotate(45deg); }
.fl-arr small { position: relative; z-index: 1; background: var(--bg); padding: 0 8px; font-size: 12px; color: var(--muted); }
@media (min-width: 860px) {
  .flow { grid-template-columns: 1fr 90px auto 90px 1fr; gap: 0; }
  .fl-col { grid-template-columns: 1fr; }
  .fl-arr { height: auto; align-self: stretch; }
  .fl-arr::before { left: 8px; right: 12px; top: 50%; bottom: auto; border-left: 0; border-top: 2px dashed var(--accent); }
  .fl-arr::after { left: auto; right: 8px; bottom: auto; top: 50%; margin: -4px 0 0; transform: rotate(-45deg); }
  .fl-arr small { transform: translateY(-16px); }
}

/* вопросы */
.faq { max-width: 820px; margin: 18px 0; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 18px 40px 18px 0; font-weight: 700; font-size: 18px; letter-spacing: -.01em; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 6px; top: 50%; width: 12px; height: 12px; margin-top: -9px; border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted); transform: rotate(45deg); transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: -3px; }
.faq details p { margin: 0 0 18px; color: var(--muted); }

/* финальный блок */
.band { background: #111110; color: #F3F3F3; border-radius: 32px; padding: clamp(28px, 5vw, 64px); margin: 80px 0 0; position: relative; overflow: hidden; }
.band::after { content: ""; position: absolute; right: -80px; top: -80px; width: 280px; height: 280px; border-radius: 50%; background: var(--accent); filter: blur(0); opacity: .95; }
.band > * { position: relative; z-index: 1; }
.band h2 { margin: 0 0 12px; font-size: clamp(32px, 5vw, 60px); max-width: 720px; color: #F3F3F3; }
.band p { color: #B5B5B0; max-width: 560px; font-size: 18px; }
.band .btn.ghost { background: transparent; color: #F3F3F3; box-shadow: inset 0 0 0 1px #3A3A38; }
@media (prefers-color-scheme: dark) { .band { background: var(--surface); border: 1px solid var(--line); } }
@media (max-width: 600px) { .band::after { width: 160px; height: 160px; right: -60px; top: -60px; } }

/* ------------------------------------------------ подвал */
footer { border-top: 1px solid var(--line); margin-top: 80px; padding: 40px 0 48px; font-size: 15px; }
footer .cols { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
footer b { display: block; margin-bottom: 6px; }
footer a { display: block; padding: 5px 0; text-decoration: none; color: var(--muted); }
footer a:hover { color: var(--ink); }
footer .brand { margin-bottom: 14px; color: var(--ink); padding: 0; }
.crumbs { font-size: 14px; color: var(--muted); margin-top: 24px; }
.crumbs a { color: var(--muted); }
.rel { display: flex; gap: 8px; flex-wrap: wrap; margin: 24px 0; }
.rel a { background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 9px 14px; text-decoration: none; font-size: 15px; font-weight: 500; }
.rel a:hover { border-color: var(--ink); }

@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } .hero .phone { transform: none; } }
