/* SEO Bundle — дизайн-система. Тёплая бумага + «клод-оранж», стиль Apple/app:
   аккуратное меню, контент разбит на секции-полосы, без JS для контента. */

:root {
  --bg: #faf9f6;
  --bg-alt: #f3f0e9;
  --panel: #ffffff;
  --text: #2b2a27;
  --head: #1f1e1b;
  --muted: #6f6a60;
  --soft: #908a7e;
  --accent: #c96442;
  --accent-dark: #b0512f;
  --accent-soft: #f5e7e0;
  --border: #e7e3da;
  --border-strong: #d9d3c6;
  --radius: 16px;
  --radius-sm: 11px;
  --shadow-sm: 0 2px 10px rgba(43, 42, 39, .05);
  --shadow: 0 10px 34px rgba(43, 42, 39, .10);
  --shadow-cta: 0 8px 22px rgba(201, 100, 66, .26);
  --maxw: 1160px;
  --read: 760px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--text); font: 16px/1.65 var(--font); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--accent-dark); }
h1, h2, h3 { color: var(--head); line-height: 1.18; letter-spacing: -.02em; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.btn { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 15px; padding: 12px 22px; border-radius: 980px; transition: background .15s, transform .15s, box-shadow .15s, border-color .15s, color .15s; white-space: nowrap; }
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-cta { background: var(--accent); color: #fff; box-shadow: var(--shadow-cta); }
.btn-cta:hover { background: var(--accent-dark); color: #fff; }
.btn-ghost { background: transparent; color: var(--text); border: 1px solid var(--border-strong); }
.btn-ghost:hover { color: var(--accent-dark); border-color: var(--accent); }

.skip { position: absolute; left: -9999px; top: 0; background: var(--accent); color: #fff; padding: 10px 16px; border-radius: 0 0 8px 0; z-index: 100; }
.skip:focus { left: 0; }

/* ── Шапка (Apple-style) ──────────────────────────────────────────────── */
.site-head { position: sticky; top: 0; z-index: 50; background: rgba(250, 249, 246, .82); backdrop-filter: saturate(160%) blur(14px); -webkit-backdrop-filter: saturate(160%) blur(14px); border-bottom: 1px solid var(--border); }
.head-row { display: flex; align-items: center; gap: 16px; height: 60px; }
.brand { display: flex; align-items: center; gap: 9px; font-weight: 700; font-size: 17px; color: var(--head); letter-spacing: -.02em; }
.brand:hover { text-decoration: none; }
.brand-logo { border-radius: 7px; }
.site-nav { margin-left: auto; }
.nav-list { display: flex; align-items: center; gap: 1px; list-style: none; margin: 0; padding: 0; }
.nav-item { position: relative; }
.nav-item > a, .nav-top { display: inline-flex; align-items: center; gap: 4px; padding: 8px 10px; border-radius: 9px; color: var(--text); font-weight: 500; font-size: 14px; white-space: nowrap; transition: background .14s, color .14s; }
.nav-item > a:hover, .has-sub:hover .nav-top, .has-sub:focus-within .nav-top { background: var(--accent-soft); color: var(--accent-dark); }
.nav-soon { display: inline-flex; padding: 8px 13px; color: var(--soft); font-size: 14.5px; white-space: nowrap; cursor: default; }
.has-sub > .nav-top::after { content: "▾"; font-size: 9px; color: var(--soft); margin-left: 1px; transition: transform .15s; }
.has-sub:hover > .nav-top::after, .has-sub:focus-within > .nav-top::after { transform: rotate(180deg); }

.has-sub > .sub { position: absolute; top: calc(100% + 4px); left: 0; min-width: 250px; background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius-sm); box-shadow: var(--shadow); padding: 7px; list-style: none; margin: 0; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(7px); transition: opacity .15s, transform .15s, visibility .15s; }
.has-sub:hover > .sub, .has-sub:focus-within > .sub { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
/* невидимый «мостик» через 6px-зазор: курсор переходит на выпадашку, не теряя :hover */
/* Невидимый «мост» во всю ширину панели: соединяет триггер и выпадашку, чтобы
   курсор не проваливался в зазор и меню не закрывалось при наведении на список. */
.has-sub > .sub::before { content: ""; position: absolute; left: 0; right: 0; top: -12px; height: 12px; }
.has-sub > .sub { z-index: 5; }
.brand { position: relative; z-index: 8; }   /* бренд всегда над выпадашкой */
.sub li > a, .sub li > .nav-soon { display: block; padding: 9px 13px; border-radius: 8px; font-size: 14px; font-weight: 500; color: var(--text); white-space: nowrap; }
.sub li > a:hover { background: var(--accent-soft); color: var(--accent-dark); }
.sub li > .nav-soon { color: var(--soft); }

.head-aside { display: flex; align-items: center; gap: 14px; }
.lang-switch { display: flex; align-items: center; gap: 1px; font-size: 12.5px; font-weight: 600; }
.lang-switch a, .lang-switch .lang-cur, .lang-switch .lang-off { padding: 5px 7px; border-radius: 7px; color: var(--soft); }
.lang-switch a:hover { background: var(--accent-soft); color: var(--accent-dark); }
.lang-switch .lang-cur { color: var(--head); background: var(--bg-alt); }
.lang-switch .lang-off { color: var(--border-strong); cursor: default; }
.head-cta { padding: 9px 18px; font-size: 14px; }
.nav-burger { display: none; }

/* ── Hero ─────────────────────────────────────────────────────────────── */
.hero { padding: 72px 0 52px; background: radial-gradient(1100px 380px at 50% -8%, var(--accent-soft), transparent 70%), linear-gradient(180deg, var(--bg-alt), var(--bg)); border-bottom: 1px solid var(--border); }
.hero .wrap { max-width: 900px; text-align: center; }
.hero-eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 700; color: var(--accent); margin: 0 0 16px; }
.hero h1 { font-size: clamp(32px, 5.2vw, 52px); margin: 0 0 18px; }
.hero-lead { font-size: clamp(16px, 2.1vw, 20px); color: var(--muted); max-width: 680px; margin: 0 auto 30px; }
.hero-cta { display: flex; gap: 13px; justify-content: center; flex-wrap: wrap; }

/* ── Хлебные крошки ───────────────────────────────────────────────────── */
.crumbs { border-bottom: 1px solid var(--border); background: var(--panel); }
.crumbs ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 12px 0; font-size: 13px; color: var(--soft); }
.crumbs li + li::before { content: "›"; margin-right: 8px; color: var(--border-strong); }
.crumbs a { color: var(--muted); }
.crumbs li[aria-current] { color: var(--text); }

/* ── Секции контента ──────────────────────────────────────────────────── */
.sec { padding: 64px 0; }
.sec-alt { background: var(--bg-alt); }
.sec-intro { padding: 44px 0 12px; }
.sec-head { max-width: 780px; margin: 0 auto 34px; text-align: center; }
.sec-head h2 { font-size: clamp(23px, 3vw, 31px); margin: 0; }
.sec-sub { color: var(--muted); margin: 12px 0 0; font-size: 16px; }
.sec-body { max-width: var(--read); margin: 0 auto; }
.lead-xl { max-width: 820px; margin: 0 auto; font-size: clamp(17px, 2vw, 20px); color: var(--text); }
.lead-xl p { margin: 0; }

/* типографика тела */
.sec-body p, .prose p { margin: 0 0 16px; }
.sec-body h3, .prose h3 { font-size: 20px; font-weight: 700; margin: 28px 0 10px; }
.sec-body h4, .prose h4 { font-size: 16px; font-weight: 700; margin: 18px 0 7px; color: var(--head); letter-spacing: -.01em; }
.sec-body h3:first-child, .prose h3:first-child { margin-top: 0; }
.sec-body a, .prose a { text-decoration: underline; text-underline-offset: 2px; text-decoration-color: var(--border-strong); }
.sec-body a:hover, .prose a:hover { text-decoration-color: var(--accent); }
.sec-body strong, .prose strong { color: var(--head); }
.sec-body ul, .sec-body ol, .prose ul, .prose ol { margin: 0 0 18px; padding-left: 22px; }
.sec-body li, .prose li { margin: 7px 0; }

/* фичи: список → карточки с галочкой */
.sec-features .sec-body ul { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0; }
.sec-features .sec-body li { position: relative; margin: 0; padding: 15px 16px 15px 46px; background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); }
.sec-features .sec-body li::before { content: "✓"; position: absolute; left: 16px; top: 14px; width: 20px; height: 20px; border-radius: 50%; background: var(--accent-soft); color: var(--accent-dark); font-size: 12px; font-weight: 700; display: grid; place-items: center; }
.sec-features .sec-body ol { /* нумерованные внутри features оставляем обычными */ }

/* шаги: нумерованный список → бейджи */
.sec-steps .sec-body ol { list-style: none; counter-reset: step; padding: 0; margin: 0; display: grid; gap: 12px; }
.sec-steps .sec-body li { counter-increment: step; position: relative; margin: 0; padding: 16px 18px 16px 62px; background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); }
.sec-steps .sec-body li::before { content: counter(step); position: absolute; left: 14px; top: 14px; width: 32px; height: 32px; border-radius: 50%; background: var(--accent); color: #fff; font-weight: 700; display: grid; place-items: center; }
.sec-steps .sec-body ul { padding-left: 22px; }

/* таблица → карточка */
.table-card { max-width: 960px; margin: 0 auto; overflow-x: auto; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.sec-table .sec-body { max-width: 960px; }
.sec-body table, .prose table { width: 100%; border-collapse: collapse; font-size: 15px; }
.sec-body th, .sec-body td, .prose th, .prose td { text-align: left; padding: 13px 16px; border-bottom: 1px solid var(--border); vertical-align: top; }
.sec-body thead th { background: var(--bg-alt); color: var(--head); border-bottom: 1px solid var(--border-strong); }
.sec-body tbody tr:last-child td { border-bottom: 0; }

/* FAQ-аккордеон */
.sec-faq .sec-body, .faq-list { max-width: var(--read); margin: 0 auto; }
.faq-list { display: grid; gap: 10px; }
.faq-item { background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); }
.faq-item summary { cursor: pointer; padding: 16px 20px; font-weight: 600; color: var(--head); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--accent); font-size: 22px; line-height: 1; flex: none; }
.faq-item[open] summary::after { content: "–"; }
.faq-a { padding: 0 20px 16px; color: var(--muted); }
.faq-a p { margin: 0 0 8px; }
.faq-a p:last-child { margin: 0; }

/* скачивание программы */
.sec-download .dl-row { display: flex; gap: 13px; justify-content: center; flex-wrap: wrap; }

/* открытый Claude-скил: установка/обновление/использование */
.sec-skill .wrap { max-width: 900px; }
.skill-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 26px; }
.skill-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.skill-step { background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius); padding: 16px 18px; min-width: 0; }
.skill-step h3 { margin: 0 0 10px; font-size: 16px; }
.skill-use { margin-top: 16px; }
.skill-use p { margin: 0 0 12px; color: var(--muted); font-size: 15px; }
.skill-step pre { margin: 0; background: #2c2a27; color: #f3efe8; border-radius: 10px; padding: 13px 15px; overflow-x: auto; }
.skill-step pre code { font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace; font-size: 13px; line-height: 1.6; white-space: pre; }
.skill-inputs { margin-top: 22px; }
.skill-inputs h3 { font-size: 16px; margin: 0 0 12px; }
.skill-inputs ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.skill-inputs li { padding-left: 18px; position: relative; color: var(--muted); font-size: 15px; }
.skill-inputs li::before { content: "→"; position: absolute; left: 0; color: var(--accent); }
.skill-inputs li strong { color: var(--head); }
.skill-note { margin: 22px 0 0; text-align: center; color: var(--text); font-size: 15px; }
@media (max-width: 640px) { .skill-steps { grid-template-columns: 1fr; } }

/* изображения: слот-плейсхолдер и готовый скриншот */
.sec-shot .wrap, .img-shot { max-width: 1000px; margin: 0 auto; }
.img-shot { border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.img-shot img { width: 100%; height: auto; display: block; }
/* Галерея вариантов одного слота: несколько присланных скриншотов в сетку. */
.img-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 16px; max-width: 1000px; margin: 0 auto; }
.img-gallery .img-shot { max-width: none; margin: 0; }
/* Портретное фото (основатель) — не на всю ширину. */
.img-shot.img-portrait { max-width: 320px; }
.img-gallery { grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); }

/* Скриншоты вертикальной стопкой: крупно, читабельно без клика, с подписью */
.sec-shots .wrap { max-width: 1200px; }
.shot-item { margin: 0 0 30px; }
.shot-item:last-child { margin-bottom: 0; }
.shot-item img { width: 100%; height: auto; display: block; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); background: #fff; }
.shot-item figcaption { margin-top: 10px; color: var(--soft); font-size: 13.5px; line-height: 1.45; text-align: center; }

/* Витрина инструментов на главной (карточка: скрин + название + описание) */
.tools-show .tool-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 18px; }
.tool-card { display: block; background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); color: var(--head); transition: border-color .15s, transform .15s, box-shadow .15s; }
.tool-card:hover { border-color: var(--accent); transform: translateY(-2px); box-shadow: var(--shadow); text-decoration: none; }
.tool-card .img-shot { border: 0; border-radius: 0; box-shadow: none; margin: 0; border-bottom: 1px solid var(--border); }
.tool-meta { padding: 14px 16px 16px; }
.tool-meta strong { display: block; font-size: 15.5px; margin-bottom: 5px; }
.tool-meta p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.45; }

/* Фичи-блоки главной: крупный скрин + текст, чередуя сторону */
.feature-rows .wrap { display: flex; flex-direction: column; gap: 40px; }
.feature-row { display: grid; grid-template-columns: 1.1fr 1fr; gap: 36px; align-items: center; }
.feature-row:nth-child(even) .feature-shot { order: 2; }
.feature-shot .img-shot { margin: 0; max-width: none; }
.feature-text h2 { font-size: clamp(20px, 2.4vw, 26px); margin: 0 0 12px; line-height: 1.2; }
.feature-text p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
@media (max-width: 760px) {
  .feature-row { grid-template-columns: 1fr; gap: 18px; }
  .feature-row:nth-child(even) .feature-shot { order: 0; }
}

/* Кликабельные скриншоты → лайтбокс */
.sec-shot img.zoomable { cursor: zoom-in; transition: filter .15s, transform .15s; }
.sec-shot img.zoomable:hover { filter: brightness(1.04); }
.img-gallery .img-shot { transition: transform .15s, box-shadow .15s; }
.img-gallery .img-shot:hover { transform: translateY(-2px); box-shadow: var(--shadow); }

/* Оверлей лайтбокса */
body.lb-open { overflow: hidden; }
.lb { position: fixed; inset: 0; z-index: 200; background: rgba(22, 20, 18, .94); display: flex; align-items: center; justify-content: center; padding: 24px; }
.lb[hidden] { display: none; }
.lb-stage { margin: 0; display: flex; flex-direction: column; align-items: center; gap: 12px; max-width: 96vw; max-height: 94vh; }
.lb-img { max-width: 96vw; max-height: 86vh; width: auto; height: auto; object-fit: contain; border-radius: 8px; background: #fff; box-shadow: 0 18px 60px rgba(0,0,0,.55); cursor: zoom-in; }
.lb-cap { color: #ece7df; font-size: 14px; line-height: 1.4; text-align: center; max-width: min(900px, 92vw); }
.lb-zoomed { align-items: flex-start; justify-content: flex-start; overflow: auto; }
.lb-zoomed .lb-stage { max-width: none; max-height: none; }
.lb-zoomed .lb-img { max-width: none; max-height: none; cursor: zoom-out; }
.lb-btn { position: fixed; z-index: 1; display: flex; align-items: center; justify-content: center; border: 0; cursor: pointer; color: #fff; background: rgba(255,255,255,.12); backdrop-filter: blur(4px); border-radius: 999px; line-height: 1; transition: background .15s; }
.lb-btn:hover { background: rgba(255,255,255,.24); }
.lb-close { top: 16px; right: 18px; width: 44px; height: 44px; font-size: 28px; }
.lb-nav { top: 50%; transform: translateY(-50%); width: 50px; height: 50px; font-size: 34px; }
.lb-prev { left: 16px; }
.lb-next { right: 16px; }
.lb-nav[hidden] { display: none; }
@media (max-width: 640px) {
  .lb { padding: 0; }
  .lb-nav { width: 42px; height: 42px; font-size: 28px; }
  .lb-img { max-height: 80vh; }
}
.img-slot { aspect-ratio: var(--ratio, 16 / 9); max-width: 1000px; margin: 0 auto; border: 2px dashed var(--border-strong); border-radius: var(--radius); display: grid; place-items: center; background: repeating-linear-gradient(45deg, transparent, transparent 12px, rgba(0,0,0,.015) 12px, rgba(0,0,0,.015) 24px); }
.img-slot figcaption { color: var(--soft); font-size: 14px; max-width: 80%; text-align: center; }

/* ── Витрина направлений (главная) ────────────────────────────────────── */
.highlights .hl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hl-card { display: flex; flex-direction: column; gap: 6px; background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px 24px; color: var(--head); position: relative; box-shadow: var(--shadow-sm); transition: border-color .15s, box-shadow .15s, transform .15s; }
.hl-card:hover { border-color: var(--accent); box-shadow: var(--shadow); transform: translateY(-2px); text-decoration: none; }
.hl-name { font-weight: 700; font-size: 17px; }
.hl-tip { color: var(--muted); font-size: 14px; }
.hl-card .rel-arrow { position: absolute; right: 20px; top: 20px; color: var(--accent); opacity: 0; transition: opacity .15s, transform .15s; }
.hl-card:hover .rel-arrow { opacity: 1; transform: translateX(2px); }
.hl-soon { opacity: .6; box-shadow: none; }
.hl-soon:hover { transform: none; box-shadow: none; border-color: var(--border); }

/* ── Перелинковка ─────────────────────────────────────────────────────── */
.related { background: var(--bg-alt); }
.related .block-h { font-size: 22px; font-weight: 700; text-align: center; margin: 0 0 24px; }
.rel-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.rel-card { display: flex; align-items: center; justify-content: space-between; gap: 10px; background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 16px 18px; color: var(--head); font-weight: 600; font-size: 15px; box-shadow: var(--shadow-sm); transition: border-color .15s, transform .15s; }
.rel-card:hover { border-color: var(--accent); transform: translateY(-2px); text-decoration: none; }
.rel-arrow { color: var(--accent); }

/* ── Кейсы (портфолио) ────────────────────────────────────────────────── */
.case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.case-card { display: block; background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); color: var(--head); transition: border-color .15s, transform .15s, box-shadow .15s; }
.case-card:hover { border-color: var(--accent); transform: translateY(-2px); box-shadow: var(--shadow); text-decoration: none; }
.case-card .img-slot, .case-card .img-shot { border: 0; border-radius: 0; box-shadow: none; margin: 0; }
.case-meta { padding: 16px 18px; }
.case-meta strong { display: block; font-size: 16px; }
.case-tags { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 2px; }
.case-niche { color: var(--accent-dark); font-size: 13px; }
.case-cms { font-size: 12px; font-weight: 600; color: var(--head); background: var(--accent-soft); border: 1px solid var(--border); border-radius: 999px; padding: 2px 9px; white-space: nowrap; }
.case-meta p { margin: 8px 0 0; color: var(--muted); font-size: 14px; }

/* ── Контакты ─────────────────────────────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 840px; margin: 0 auto; }
.contact-card { display: flex; flex-direction: column; gap: 6px; background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; color: var(--head); box-shadow: var(--shadow-sm); transition: border-color .15s, transform .15s; }
.contact-card:hover { border-color: var(--accent); transform: translateY(-2px); text-decoration: none; }
.contact-card span { color: var(--soft); font-size: 12.5px; text-transform: uppercase; letter-spacing: .06em; }
.contact-card strong { font-size: 18px; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .case-grid { grid-template-columns: 1fr; } }

/* ── CTA-полоса ───────────────────────────────────────────────────────── */
.cta-band { background: linear-gradient(135deg, #2b2a27, #3a3733); color: #fff; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 48px 24px; flex-wrap: wrap; }
.cta-text .cta-title { color: #fff; margin: 0 0 8px; font-size: 26px; font-weight: 700; line-height: 1.2; }
.cta-text p { margin: 0; color: #d9d3c6; max-width: 560px; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cta-band .btn-ghost { color: #fff; border-color: rgba(255, 255, 255, .35); }
.cta-band .btn-ghost:hover { border-color: #fff; color: #fff; }

/* ── Футер ────────────────────────────────────────────────────────────── */
.site-foot { background: var(--panel); border-top: 1px solid var(--border); padding: 52px 0 28px; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1.1fr; gap: 30px; }
.f-brand .brand { margin-bottom: 12px; }
.f-about { color: var(--muted); font-size: 14px; margin: 0; max-width: 280px; }
.f-h { font-size: 12.5px; text-transform: uppercase; letter-spacing: .08em; color: var(--soft); margin: 0 0 12px; font-weight: 700; }
.f-col ul { list-style: none; margin: 0; padding: 0; }
.f-col li { margin: 8px 0; }
.f-col a { color: var(--text); font-size: 14.5px; }
.f-col a:hover { color: var(--accent-dark); }
.f-soon { color: var(--soft); font-size: 14.5px; }
.foot-bottom { margin-top: 34px; padding-top: 20px; border-top: 1px solid var(--border); color: var(--soft); font-size: 13px; }

/* ── Адаптив ──────────────────────────────────────────────────────────── */
@media (max-width: 1100px) { .foot-grid { grid-template-columns: 1fr 1fr 1fr; } .f-brand { grid-column: 1 / -1; } }
@media (max-width: 1200px) {
  .nav-burger { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; margin-left: auto; border: 1px solid var(--border-strong); border-radius: 10px; cursor: pointer; background: var(--panel); }
  .nav-burger span, .nav-burger span::before, .nav-burger span::after { content: ""; display: block; width: 18px; height: 2px; background: var(--head); border-radius: 2px; position: relative; }
  .nav-burger span::before { position: absolute; top: -6px; }
  .nav-burger span::after { position: absolute; top: 6px; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--panel); border-bottom: 1px solid var(--border); box-shadow: var(--shadow); }
  .nav-toggle:checked ~ .site-nav { display: block; }
  .nav-list { flex-direction: column; align-items: stretch; gap: 0; padding: 8px 16px 16px; max-height: 78vh; overflow: auto; }
  .nav-item { border-bottom: 1px solid var(--border); }
  .nav-item > a, .nav-top, .nav-soon { padding: 13px 6px; }
  .has-sub > .sub { position: static; opacity: 1; visibility: visible; pointer-events: auto; transform: none; box-shadow: none; border: 0; padding: 0 0 8px 12px; min-width: 0; }
  .has-sub > .nav-top::after { display: none; }
  .head-cta { display: none; }
}
@media (max-width: 860px) {
  .highlights .hl-grid { grid-template-columns: 1fr 1fr; }
  .rel-grid { grid-template-columns: 1fr 1fr; }
  .sec-features .sec-body ul { grid-template-columns: 1fr; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
  .wrap { padding: 0 16px; }
  .highlights .hl-grid, .rel-grid, .foot-grid { grid-template-columns: 1fr; }
  .hero { padding: 48px 0 36px; }
  .sec { padding: 44px 0; }
}
