* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: "Onest", system-ui, -apple-system, sans-serif;
    background: #f7f4ec;
    color: #0e0f12;
    line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ── Шапка ── */
.header { position: sticky; top: 0; z-index: 100; background: rgba(247,244,236,.95); backdrop-filter: blur(6px); border-bottom: 1px solid rgba(14,15,18,.08); }
.header-inner { display: flex; align-items: center; gap: 28px; padding-top: 14px; padding-bottom: 14px; flex-wrap: wrap; }
.logo { font-size: 24px; font-weight: 800; letter-spacing: -.02em; color: #0e0f12; }
.nav { display: flex; gap: 22px; flex: 1; flex-wrap: wrap; }
.nav a { color: #333; font-size: 15px; font-weight: 500; }
.nav a:hover { color: #0b5adf; }
.header-right { display: flex; align-items: center; gap: 16px; margin-left: auto; }
.phone { font-weight: 700; white-space: nowrap; font-size: 17px; }
.city-picker { display: flex; align-items: center; gap: 12px; padding-bottom: 12px; }
.city-label { font-weight: 600; color: #555; }
.city-picker input { flex: 1; max-width: 360px; padding: 10px 14px; border: 1px solid #d9d4c8; border-radius: 10px; background: #fff; font-size: 15px; }

/* ── Кнопки ── */
.btn { display: inline-block; padding: 13px 26px; border-radius: 12px; font-weight: 600; font-size: 16px; cursor: pointer; border: 0; transition: transform .1s, box-shadow .15s, background .15s; }
.btn-accent { background: #0b5adf; color: #fff; box-shadow: 0 8px 20px rgba(11,90,223,.25); }
.btn-accent:hover { background: #0949b8; transform: translateY(-1px); }
.btn-dark { background: #0e0f12; color: #fff; }
.btn-dark:hover { background: #222; }
.btn-lg { font-size: 18px; padding: 16px 32px; }
.btn-outline { background: transparent; border: 1px solid #0e0f12; color: #0e0f12; }
.btn-outline:hover { background: #0e0f12; color: #fff; }

/* ── Герой ── */
.hero { padding: 64px 0 56px; }
.hero h1 { font-size: clamp(32px, 5vw, 56px); font-weight: 800; letter-spacing: -.03em; line-height: 1.05; margin-bottom: 16px; }
.hero-sub { font-size: 18px; color: #444; max-width: 620px; margin-bottom: 26px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 22px; }
.hero-badges { display: flex; gap: 22px; flex-wrap: wrap; color: #555; font-size: 15px; }
.hero-badges span::before { content: "✓ "; color: #0b5adf; font-weight: 800; }
.hero-stats { margin-top: 22px; font-size: 17px; font-weight: 600; }

/* ── Секции ── */
section { padding: 44px 0; }
h2 { font-size: clamp(24px, 3.4vw, 38px); font-weight: 800; letter-spacing: -.02em; margin-bottom: 20px; }
.sec-sub { color: #555; max-width: 640px; margin-bottom: 26px; }

/* ── Карточки ── */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.card { background: #fff; border: 1px solid #ece7db; border-radius: 18px; padding: 24px; box-shadow: 0 2px 10px rgba(0,0,0,.03); }
.card h3 { font-size: 18px; margin-bottom: 8px; }
.card p { color: #555; font-size: 15px; }
.card .num { display: inline-block; font-size: 13px; font-weight: 700; color: #0b5adf; background: #e8eefc; border-radius: 8px; padding: 3px 10px; margin-bottom: 12px; }
.card strong { font-size: 34px; color: #0e0f12; display: block; margin-bottom: 4px; }

/* ── Станции ── */
.station-list { display: grid; gap: 14px; }
.station-card { display: block; background: #fff; border: 1px solid #ece7db; border-radius: 16px; padding: 18px 22px; transition: box-shadow .15s, border-color .15s; }
.station-card:hover { border-color: #0b5adf; box-shadow: 0 6px 18px rgba(11,90,223,.1); }
.station-title { font-weight: 700; font-size: 17px; }
.station-address { color: #666; margin: 4px 0; }
.station-cats { color: #888; font-size: 14px; }

/* ── Города ── */
.city-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; }
.city-link { display: flex; justify-content: space-between; background: #fff; border: 1px solid #ece7db; border-radius: 14px; padding: 12px 16px; font-weight: 600; }
.city-link:hover { border-color: #0b5adf; }
.city-link small { color: #888; font-weight: 500; }

/* ── FAQ ── */
.faq-item { background: #fff; border: 1px solid #ece7db; border-radius: 14px; padding: 16px 20px; margin-bottom: 10px; }
.faq-item summary { cursor: pointer; font-weight: 600; font-size: 16px; }
.faq-item p { margin-top: 10px; color: #555; }

/* ── Формы ── */
input[type=text], input[type=tel], select, textarea { padding: 12px 14px; border: 1px solid #d9d4c8; border-radius: 10px; background: #fff; font-size: 15px; width: 100%; max-width: 460px; margin: 6px 0; font-family: inherit; }
.callback-form { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 16px; }
.callback-form input { max-width: 260px; }

/* ── Таблицы ── */
table { width: 100%; border-collapse: collapse; margin: 12px 0; background: #fff; border-radius: 14px; overflow: hidden; }
th, td { text-align: left; padding: 12px 14px; border-bottom: 1px solid #eee; }
th { background: #f2efe6; }

/* ── Цифры ── */
.facts .card { text-align: center; }

/* ── Акценты секций ── */
.band { background: #0e0f12; color: #fff; border-radius: 24px; padding: 40px; }
.band .btn-accent { box-shadow: none; }
.band p { color: #bbb; }

/* ── Футер ── */
.footer { background: #0e0f12; color: #cfcfcf; margin-top: 60px; padding: 48px 0 20px; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; margin-bottom: 30px; }
.footer-about .logo-footer { color: #fff; }
.footer-about p { margin: 8px 0; font-size: 14px; }
.footer-about a { color: #cfcfcf; }
.footer-about a:hover { color: #fff; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col h4 { color: #fff; margin-bottom: 4px; }
.footer-col a { color: #aaa; font-size: 14px; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid #2a2a2a; padding-top: 18px; color: #777; font-size: 13px; }
