@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@500;600;700&display=swap');
/* krasivie-nomera — фронт под раскладку live, оригинальный CSS. Движок (app.js) не тронут. */
:root{
  --accent:#09856f; --accent-d:#066b59; --accent-l:#0fa07e;
  --ink:#0f1720; --ink2:#28323c; --muted:#5f6d7b; --muted2:#8a97a3;
  --bg:#f3f5f2; --bg2:#eaf0ed; --card:#ffffff; --line:#dbe4e1; --line2:#e7edea;
  --dark:#0f1720; --dark2:#16202a; --dark3:#1e2a34;
  --gold:#a87522; --danger:#e30613; --warn:#f4c400; --orange:#f28022;
  --op-mts:#e30613; --op-mega:#09856f; --op-beeline:#f4c400; --op-tele2:#33383f; --op-other:#94a3b8;
  --r:16px; --r-lg:22px; --shadow:0 10px 30px rgba(16,32,42,.08); --shadow-s:0 3px 12px rgba(16,32,42,.06);
  --fh:"Manrope",system-ui,-apple-system,"Segoe UI",sans-serif;
  --fb:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif;
  --fm:"JetBrains Mono","SFMono-Regular",ui-monospace,Menlo,Consolas,monospace;
}
*{box-sizing:border-box}
[hidden]{display:none!important}
html{scroll-behavior:smooth;font-size:16px}
body{margin:0;font-family:var(--fb);color:var(--ink);background:var(--bg);line-height:1.55;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4,b,strong{font-family:var(--fh)}
a{color:inherit;text-decoration:none}
img,svg{display:block;max-width:100%}
.container{max-width:1240px;margin:0 auto;padding:0 24px}
.ico{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ico.s3{width:18px;height:18px}.ico.s4{width:20px;height:20px}.ico.s5{width:22px;height:22px}

/* ── ШАПКА ── */
.nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav-in{display:flex;align-items:center;gap:20px;height:66px}
.brand{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.brand-mark{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,var(--accent),var(--accent-l));color:#fff;display:grid;place-items:center}
.brand-mark .ico{width:20px;height:20px;fill:currentColor;stroke:none}
.brand-txt{font-family:var(--fh);font-weight:800;font-size:18px;color:var(--ink);letter-spacing:-.3px}
.brand-txt b{color:var(--accent)}
.nav-links{display:flex;gap:22px;margin-left:14px}
.nav-links a{font-weight:600;font-size:15px;color:var(--ink2);transition:color .15s}
.nav-links a:hover{color:var(--accent)}
.nav-right{display:flex;align-items:center;gap:14px;margin-left:auto}
.geo-wrap{position:relative}
.geo-city{display:inline-flex;align-items:center;gap:7px;background:var(--bg2);border:1px solid var(--line);border-radius:999px;padding:8px 14px;font-family:var(--fb);font-weight:700;font-size:14px;color:var(--ink);cursor:pointer;transition:.15s}
.geo-city:hover{border-color:var(--accent)}
.geo-city .pin{width:17px;height:17px;color:var(--accent)}
.geo-city .chev{width:15px;height:15px;color:var(--muted)}
.geo-menu{position:absolute;top:calc(100% + 8px);right:0;width:300px;max-height:60vh;overflow:auto;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:10px;z-index:60}
.geo-search{width:100%;border:1.5px solid var(--line);border-radius:10px;padding:10px 12px;font-family:var(--fb);font-size:14px;outline:none;margin-bottom:8px}
.geo-search:focus{border-color:var(--accent)}
.geo-list{display:flex;flex-direction:column}
.geo-opt{display:flex;justify-content:space-between;align-items:center;padding:9px 10px;border-radius:9px;font-weight:600;font-size:14px;color:var(--ink)}
.geo-opt:hover{background:var(--bg2)}
.geo-opt .c{color:var(--muted2);font-size:12px;font-weight:700}
.nav-phone{display:inline-flex;align-items:center;gap:7px;font-weight:700;font-size:15px;color:var(--ink)}
.nav-phone .ico{fill:currentColor;stroke:none;width:18px;height:18px;color:var(--accent)}
.btn-grad{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:var(--accent);color:#fff;border:0;border-radius:999px;padding:10px 20px;font-family:var(--fh);font-weight:700;font-size:15px;cursor:pointer;transition:.18s;box-shadow:0 6px 16px rgba(9,133,111,.28)}
.btn-grad:hover{background:var(--accent-d);transform:translateY(-1px)}
.btn-grad:active{transform:scale(.97)}
.burger{display:none;background:var(--bg2);border:1px solid var(--line);border-radius:10px;width:42px;height:42px;place-items:center;color:var(--ink);cursor:pointer}
.burger .ico{fill:none;stroke:currentColor}

/* гео-баннер */
.geo-ask{position:fixed;left:50%;transform:translateX(-50%);bottom:80px;z-index:70;display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:14px;padding:12px 16px;max-width:calc(100vw - 32px)}
.geo-ask .pin{width:20px;height:20px;color:var(--accent);flex:0 0 auto}
.geo-ask span{font-weight:600;font-size:14px}
.geo-yes{background:var(--accent);color:#fff;border:0;border-radius:9px;padding:8px 14px;font-weight:700;font-size:13px;cursor:pointer}
.geo-no{background:var(--bg2);border:1px solid var(--line);border-radius:9px;padding:8px 12px;font-weight:600;font-size:13px;cursor:pointer}
.geo-close{background:none;border:0;font-size:20px;color:var(--muted2);cursor:pointer;line-height:1}

/* drawer */
.drawer{position:fixed;inset:0;z-index:80}
.drawer-back{position:absolute;inset:0;background:rgba(15,23,32,.5)}
.drawer-panel{position:absolute;top:0;right:0;bottom:0;width:300px;max-width:86vw;background:#fff;display:flex;flex-direction:column;padding:18px;animation:slideL .25s ease}
@keyframes slideL{from{transform:translateX(100%)}to{transform:translateX(0)}}
.drawer-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}
.drawer-head b{font-size:18px}
.drawer-x,.sheet-x{background:var(--bg2);border:0;border-radius:9px;width:38px;height:38px;display:grid;place-items:center;cursor:pointer;color:var(--ink)}
.drawer-nav{display:flex;flex-direction:column;gap:2px}
.drawer-nav a{display:flex;justify-content:space-between;align-items:center;padding:13px 6px;border-bottom:1px solid var(--line2);font-weight:600}
.drawer-nav a .ico{color:var(--muted2)}
.drawer-foot{margin-top:auto;display:flex;flex-direction:column;gap:12px}
.drawer-call{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:var(--ink)}
.drawer-call .ico{fill:currentColor;stroke:none;color:var(--accent)}

/* ── HERO (тёмный) ── */
.hero{position:relative;overflow:hidden;background:var(--dark);color:#fff;isolation:isolate}
.hero-bg{position:absolute;inset:0;z-index:-1;
   background:
     linear-gradient(100deg,rgba(11,18,24,.95) 0%,rgba(12,20,26,.8) 44%,rgba(12,22,28,.5) 100%),
     linear-gradient(180deg,rgba(9,133,111,.16),transparent 42%),
     url('/assets/img/hero-city-phone.jpg') center right/cover no-repeat}
.hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 62%,rgba(12,20,26,.55))}
/* полоса операторов */
.op-strip{background:#fff;border-bottom:1px solid var(--line)}
.op-strip-in{display:flex;align-items:center;gap:22px;padding:16px 0;flex-wrap:wrap}
.op-strip-cap{font-family:var(--fh);font-weight:800;font-size:15px;color:var(--ink);flex:0 0 auto}
.op-tiles{display:flex;gap:12px;flex-wrap:wrap}
.op-tile{display:inline-flex;align-items:center;gap:10px;background:var(--bg);border:1.5px solid var(--line);border-radius:14px;padding:10px 18px;font-family:var(--fh);font-weight:700;font-size:15px;color:var(--ink);transition:.15s}
.op-tile:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:var(--shadow-s)}
.op-tile img{width:26px;height:26px;object-fit:contain}
.hero-in{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(20px,3vw,44px);align-items:center;padding:clamp(40px,6vw,76px) 0 clamp(28px,3vw,40px)}
.hero-copy .pill{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);color:#cfe9e2;font-weight:700;font-size:13px;padding:7px 14px;border-radius:999px;margin-bottom:18px}
.pill .dot{width:8px;height:8px;border-radius:50%;background:var(--accent-l);box-shadow:0 0 0 4px rgba(15,160,126,.25)}
.hero h1{font-weight:800;font-size:clamp(30px,4.4vw,50px);line-height:1.08;letter-spacing:-.6px;margin:0 0 16px;color:#fff}
.hero h1 .grad{color:var(--accent-l)}
.hero-sub{color:#c3d0d6;font-size:clamp(15px,1.5vw,18px);line-height:1.55;margin:0 0 24px;max-width:46ch}
.hero-cta{display:flex;gap:12px;flex-wrap:wrap}
.hbtn{display:inline-flex;align-items:center;justify-content:center;padding:14px 26px;border-radius:12px;font-family:var(--fh);font-weight:700;font-size:16px;cursor:pointer;border:0;transition:.18s}
.hbtn-primary{background:var(--accent);color:#fff;box-shadow:0 10px 26px rgba(9,133,111,.4)}
.hbtn-primary:hover{background:var(--accent-l);transform:translateY(-2px)}
.hbtn-ghost{background:rgba(255,255,255,.06);color:#fff;border:1.5px solid rgba(255,255,255,.28)}
.hbtn-ghost:hover{background:rgba(255,255,255,.12)}

/* панель поиска */
.smart-search{background:#fff;color:var(--ink);border-radius:var(--r-lg);padding:clamp(18px,2vw,26px);box-shadow:0 24px 60px rgba(0,0,0,.35)}
.ss-title{font-weight:800;font-size:20px;margin:0 0 14px}
.ss-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}
.ss-tab{padding:9px 14px;border-radius:999px;font-family:var(--fb);font-weight:700;font-size:13.5px;color:var(--muted);background:var(--bg2);border:1.5px solid transparent;cursor:pointer;transition:.15s}
.ss-tab:hover{color:var(--accent-d)}
.ss-tab.active{background:var(--accent);color:#fff;box-shadow:0 4px 12px rgba(9,133,111,.3)}
.mask{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:7px;margin:0}
.mask.mask-simple{gap:12px}
.mask-pre,.mask-par,.mask-sep{font-family:var(--fm);font-weight:700;font-size:clamp(20px,3vw,26px);color:var(--muted2)}
.mask-pre{color:var(--accent);margin-right:2px}
.mask-break{flex-basis:100%;height:0}
.mask-slot{width:clamp(34px,5vw,44px);height:clamp(46px,7vw,56px);text-align:center;font-family:var(--fm);font-weight:700;font-size:clamp(20px,3vw,26px);color:var(--ink);background:var(--bg);border:2px solid var(--line);border-radius:12px;outline:none;transition:.16s;padding:0}
.mask-slot:focus{border-color:var(--accent);box-shadow:0 0 0 4px rgba(9,133,111,.14)}
.mask-slot.filled{border-color:var(--accent);color:var(--accent-d)}
.mask-slot.big{width:clamp(64px,12vw,84px);height:clamp(74px,13vw,96px);font-size:clamp(34px,6vw,46px);border-radius:16px}
.mask-clear{margin-left:6px;width:34px;height:34px;border-radius:50%;border:0;background:var(--bg2);color:var(--muted);font-size:20px;line-height:1;cursor:pointer}
.mask-clear:hover{background:#e6ede9;color:var(--ink)}
.ss-hint{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13.5px;line-height:1.5;margin:14px 0 0}
.ss-hint .heart{flex:0 0 auto;width:22px;height:22px;color:var(--danger);fill:currentColor}

/* trust strip */
.benefits-row{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:8px}
.brow-item{display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:14px 16px}
.brow-item .bic{flex:0 0 auto;width:40px;height:40px;border-radius:11px;display:grid;place-items:center;background:rgba(15,160,126,.16);color:var(--accent-l)}
.brow-item .bic .ico{fill:none;stroke:currentColor}
.brow-item .btx b{display:block;font-family:var(--fh);font-weight:800;font-size:15px;color:#fff;line-height:1.1}
.brow-item .btx span{font-weight:500;font-size:12.5px;color:#a9b6bd}

/* ── ПОЛОСА ОПЕРАТОРОВ / фильтр-бар ── */
.fbar{position:sticky;top:66px;z-index:40;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.fbar-in{display:flex;align-items:center;gap:12px;padding:12px 0;overflow-x:auto;scrollbar-width:thin}
.bar-sep{width:1px;height:26px;background:var(--line);flex:0 0 auto}
.chips{display:flex;gap:8px;flex:0 0 auto}
.chip,.chip-sm{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;border:1.5px solid var(--line);background:#fff;color:var(--ink2);border-radius:999px;padding:9px 15px;font-family:var(--fb);font-weight:700;font-size:14px;cursor:pointer;transition:.15s}
.chip-sm{padding:7px 13px;font-size:13px;color:var(--muted)}
.chip:hover,.chip-sm:hover{border-color:var(--accent)}
.chip.active{background:var(--accent);border-color:var(--accent);color:#fff}
.chip-sm.active{background:var(--ink);border-color:var(--ink);color:#fff}
.chip .dot{width:9px;height:9px;border-radius:50%}
.chip .c,.chip-sm .c{font-size:12px;font-weight:800;opacity:.7}
.bar-btn,.bar-reset{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;background:#fff;border:1.5px solid var(--line);border-radius:999px;padding:9px 15px;font-family:var(--fb);font-weight:700;font-size:14px;color:var(--ink);cursor:pointer;flex:0 0 auto}
.bar-btn:hover,.bar-reset:hover{border-color:var(--accent)}
.bar-btn.has{border-color:var(--accent);color:var(--accent-d)}
.bar-btn .n{background:var(--accent);color:#fff;border-radius:999px;min-width:18px;height:18px;display:inline-grid;place-items:center;font-size:11px;padding:0 4px}
.bar-sort{margin-left:auto;flex:0 0 auto;background:#fff;border:1.5px solid var(--line);border-radius:999px;padding:9px 15px;font-family:var(--fb);font-weight:700;font-size:14px;color:var(--ink);cursor:pointer}

/* ── КАТАЛОГ ── */
.catalog{padding:clamp(26px,3.5vw,44px) 0}
.breadcrumb{font-size:13px;color:var(--muted);margin:0 0 14px}
.breadcrumb a{color:var(--accent-d);font-weight:600}
.catalog-head{display:flex;align-items:center;gap:12px;margin-bottom:20px}
.catalog-head h2{font-weight:800;font-size:clamp(22px,2.6vw,30px);margin:0}
.count-badge{background:var(--bg2);color:var(--accent-d);font-weight:800;font-size:14px;border-radius:999px;padding:4px 12px}
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(268px,1fr));gap:16px}
.seo-num{display:none}

/* карточка номера */
.card{position:relative;display:flex;flex-direction:column;background:var(--card);border:1px solid var(--line);border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow-s);transition:transform .18s,box-shadow .18s}
.card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.card-edge{order:2;height:3px;width:100%;background:var(--accent)}
.card.op-mts .card-edge{background:#e30613}
.card.op-beeline .card-edge{background:#f4c400}
.card.op-tele2 .card-edge{background:#111111}
.card-body{padding:16px 16px 15px;flex:1;display:flex;flex-direction:column}
.card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:12px}
.card-badges{display:flex;flex-wrap:wrap;gap:6px}
.bpill{display:inline-flex;align-items:center;gap:4px;font-weight:800;font-size:11px;padding:4px 9px;border-radius:999px;line-height:1}
.bpill .ico{width:13px;height:13px;fill:currentColor;stroke:none}
.tag-hot{font-size:11px;font-weight:800;color:var(--orange);background:#fff2e6;border-radius:999px;padding:4px 9px}
.fav{background:none;border:0;color:var(--muted2);cursor:pointer;padding:2px}
.fav .ico{fill:none;stroke:currentColor;width:22px;height:22px}
.fav.on .ico{fill:var(--danger);stroke:var(--danger)}
.card-number{font-family:var(--fm);font-weight:700;font-size:clamp(20px,2vw,23px);letter-spacing:.01em;color:var(--ink);line-height:1.1;margin-bottom:8px}
.card-number .hl{color:var(--accent);font-weight:800}
.card-number .sep{color:var(--muted2)}
.card-op{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:12px;color:var(--muted);margin-bottom:12px}
.card-op .opn{display:inline-flex;align-items:center;gap:5px;font-weight:700;color:var(--ink2);background:#e9f4ef;border-radius:999px;padding:3px 10px 3px 6px}
.card-op .opn .op-logo{width:15px;height:15px;object-fit:contain;display:block}
.card-op .opn .dot{width:8px;height:8px;border-radius:50%}
.card-op .meta-pill{background:var(--bg);border:1px solid var(--line);border-radius:999px;padding:3px 9px;color:var(--muted)}
.card-op .sep{color:var(--line)}
.card-div{height:1px;background:var(--line2);margin-bottom:12px}
.card-foot{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-top:auto}
.card-price .lbl{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted2);margin-bottom:2px}
.card-price .val{font-family:var(--fh);font-weight:800;font-size:19px;color:var(--ink)}
.card-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.icon-btn{width:40px;height:40px;border-radius:11px;border:1.5px solid var(--line);background:#fff;color:var(--muted);display:grid;place-items:center;cursor:pointer;transition:.15s}
.icon-btn:hover{border-color:var(--accent);color:var(--accent)}
.icon-btn.ok{border-color:var(--accent);color:var(--accent)}
.btn-buy{background:var(--accent);color:#fff;border:0;border-radius:11px;padding:0 18px;height:40px;font-family:var(--fh);font-weight:700;font-size:14px;cursor:pointer;transition:.15s}
.btn-buy:hover{background:var(--accent-d)}
.btn-buy:active{transform:scale(.96)}

.empty{text-align:center;padding:50px 20px;color:var(--muted)}
.empty .ic{width:60px;height:60px;border-radius:16px;background:var(--bg2);color:var(--accent);display:grid;place-items:center;margin:0 auto 14px}
.empty .ic .ico{fill:none;stroke:currentColor}
.empty b{display:block;font-size:18px;color:var(--ink);margin-bottom:4px}
.btn-more{display:block;margin:26px auto 0;background:#fff;border:1.5px solid var(--line);border-radius:999px;padding:12px 28px;font-family:var(--fh);font-weight:700;font-size:15px;color:var(--ink);cursor:pointer;transition:.15s}
.btn-more:hover{border-color:var(--accent);color:var(--accent-d)}

/* ── ГОРОДА (директория) ── */
.cities{padding:clamp(26px,3.5vw,44px) 0;background:var(--bg2)}
.sec-head{margin-bottom:20px}
.sec-head h2{font-weight:800;font-size:clamp(22px,2.6vw,30px);margin:0 0 4px}
.cities-sub,.how-sub{color:var(--muted);font-size:15px;margin:0}
.cities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}
.city-card{display:flex;justify-content:space-between;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:13px 16px;font-weight:700;color:var(--ink);transition:.15s}
.city-card:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:var(--shadow-s)}
.city-card.active{border-color:var(--accent);background:#eefaf6}
.city-cnt{background:var(--bg2);color:var(--accent-d);font-size:12px;font-weight:800;border-radius:999px;padding:3px 10px}
.city-context{display:flex;flex-wrap:wrap;align-items:center;gap:12px;background:#eefaf6;border:1px solid #bfe6da;border-radius:12px;padding:12px 16px;margin-bottom:16px;font-size:14px}
.city-context strong{font-family:var(--fh)}
.city-context a{color:var(--accent-d);font-weight:700;margin-left:auto}

/* ── ИНФО-ТРИО ── */
.how{padding:clamp(30px,4vw,54px) 0}
.info-trio{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.info-card{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:26px 24px;box-shadow:var(--shadow-s)}
.info-idx{font-family:var(--fh);font-weight:800;font-size:15px;color:#fff;background:var(--accent);width:40px;height:40px;border-radius:11px;display:grid;place-items:center;margin-bottom:16px}
.info-card b{display:block;font-size:19px;margin-bottom:8px}
.info-card p{margin:0;color:var(--muted);font-size:14.5px;line-height:1.55}

/* ── CTA (тёмный) ── */
.cta{padding:0 0 clamp(30px,4vw,54px)}
.cta-box{background:var(--dark);color:#fff;border-radius:var(--r-lg);padding:clamp(28px,4vw,48px);position:relative;overflow:hidden;display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(24px,4vw,48px);align-items:center}
.cta-box::before{content:"";position:absolute;inset:0;background:radial-gradient(600px 260px at 82% -20%,rgba(9,133,111,.5),transparent 60%);pointer-events:none}
.cta-copy{position:relative}
.cta-k{color:var(--accent-l);font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:.08em;margin:0 0 8px}
.cta-box h3{font-weight:800;font-size:clamp(24px,3vw,34px);margin:0 0 10px}
.cta-copy p{color:#c3d0d6;margin:0 0 18px;max-width:46ch}
.cta-white{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.08);color:#fff;border:1.5px solid rgba(255,255,255,.2);border-radius:12px;padding:12px 22px;font-family:var(--fh);font-weight:700;font-size:16px}
.cta-white .ico{fill:currentColor;stroke:none;color:var(--accent-l)}
.cta-form{position:relative;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:var(--r);padding:20px;display:flex;flex-direction:column;gap:12px}
.cta-form input{width:100%;border:1.5px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);color:#fff;border-radius:12px;padding:14px 16px;font-family:var(--fb);font-size:15px;outline:none}
.cta-form input::placeholder{color:#93a2ab}
.cta-form input:focus{border-color:var(--accent-l);background:rgba(255,255,255,.1)}
.cta-ghost{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--accent);color:#fff;border:0;border-radius:12px;padding:14px 26px;font-family:var(--fh);font-weight:700;font-size:16px;cursor:pointer}
.cta-ghost:hover{background:var(--accent-l)}
.cta-status{text-align:center;font-weight:600;font-size:13.5px;margin:2px 0 0;min-height:1px}
.cta-status.ok{color:var(--accent-l)}.cta-status.err{color:#ff8a80}
.cta-note{color:#8695a0;font-size:11.5px;line-height:1.4;margin:0;text-align:center}

/* ── ПОДВАЛ (тёмный) ── */
.foot{background:var(--dark2);color:#c3d0d6;padding:clamp(36px,4vw,56px) 0 24px}
.foot-top{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.foot-top .brand-mark{width:34px;height:34px}
.foot-top .brand-txt{color:#fff}.foot-top .brand-txt b{color:var(--accent-l)}
.foot-cols{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr 1fr;gap:26px;padding-bottom:26px;border-bottom:1px solid rgba(255,255,255,.1)}
.foot-brand{max-width:34ch}
.foot-about{color:#93a2ab;font-size:14px;line-height:1.6;margin:0 0 14px}
.foot-phone{font-family:var(--fh);font-weight:800;font-size:19px;color:#fff}
.foot-col h4{font-size:14px;color:#fff;margin:0 0 12px;font-weight:800}
.foot-col a{display:block;color:#9fadb5;font-size:14px;padding:5px 0;transition:.15s}
.foot-col a:hover{color:var(--accent-l)}
.foot-cities{padding:22px 0 6px;border-bottom:1px solid rgba(255,255,255,.1)}
.foot-cities h4{font-size:14px;color:#fff;margin:0 0 14px;font-weight:800}
.foot-cities .cities-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px}
.foot-cities .city-card{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.1);color:#c3d0d6;padding:9px 12px;font-size:13px;border-radius:9px}
.foot-cities .city-card:hover{border-color:var(--accent-l);background:rgba(255,255,255,.08);box-shadow:none}
.foot-cities .city-cnt{background:rgba(15,160,126,.18);color:var(--accent-l)}
.foot-cities .btn-more{margin:14px 0 0;background:transparent;border-color:rgba(255,255,255,.18);color:#c3d0d6;padding:9px 20px}
.foot-cities .btn-more:hover{border-color:var(--accent-l);color:#fff}
.foot-bot{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;padding-top:20px;font-size:13px;color:#8695a0}

/* ── мобильная нижняя навигация ── */
.mbar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:45;background:#fff;border-top:1px solid var(--line);box-shadow:0 -6px 20px rgba(16,32,42,.08)}
.mbar-in{display:flex;align-items:center;gap:6px;padding:8px 12px calc(8px + env(safe-area-inset-bottom))}
.mbar-btn{flex:1;background:none;border:0;display:flex;flex-direction:column;align-items:center;gap:3px;font-family:var(--fb);font-weight:600;font-size:11px;color:var(--muted);cursor:pointer}
.mbar-btn.active{color:var(--accent)}
.mbar-btn .ico{fill:none;stroke:currentColor}
.mbar-buy{flex:1.3;background:var(--accent);color:#fff;border:0;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:6px;padding:11px;font-family:var(--fh);font-weight:700;font-size:13px;cursor:pointer}
.mbar-buy .ico{fill:none;stroke:currentColor}

/* ── ЛИСТЫ (фильтр / покупка) ── */
.sheet{position:fixed;inset:0;z-index:90;display:flex;align-items:flex-end;justify-content:center}
.sheet-back{position:absolute;inset:0;background:rgba(15,23,32,.55)}
.sheet-box{position:relative;width:100%;max-width:560px;background:#fff;border-radius:22px 22px 0 0;max-height:90vh;overflow-y:auto;box-shadow:0 -10px 40px rgba(0,0,0,.2);animation:sheetUp .28s cubic-bezier(.32,.72,0,1)}
@keyframes sheetUp{from{transform:translateY(100%)}to{transform:translateY(0)}}
.sheet-handle{width:40px;height:4px;border-radius:2px;background:var(--line);margin:10px auto 0}
.sheet-in{padding:8px 22px 26px}
.sheet-head{display:flex;justify-content:space-between;align-items:center;margin:8px 0 18px}
.sheet-head h3{font-size:21px;margin:0}
.fgroup{margin-bottom:18px}
.flabel{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--muted2);margin-bottom:10px}
.fgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.fgrid.two{grid-template-columns:repeat(2,1fr)}
.fbtn{background:var(--bg);border:1.5px solid var(--line);border-radius:12px;padding:13px 10px;font-family:var(--fb);font-weight:700;font-size:14px;color:var(--ink);cursor:pointer;text-align:center;transition:.15s;display:inline-flex;align-items:center;justify-content:center;gap:7px}
.fbtn:hover{border-color:var(--accent)}
.fbtn.active{background:var(--accent);border-color:var(--accent);color:#fff}
.fbtn.active-amber{background:#fff7e6;border-color:var(--gold);color:#8a5e18}
.fbtn .dot{width:9px;height:9px;border-radius:50%}
.region-select{width:100%;border:1.5px solid var(--line);border-radius:12px;padding:13px 14px;font-family:var(--fb);font-weight:600;font-size:15px;background:#fff;color:var(--ink);outline:none}
.region-select:focus{border-color:var(--accent)}
.sheet-apply{width:100%;background:var(--accent);color:#fff;border:0;border-radius:12px;padding:15px;font-family:var(--fh);font-weight:700;font-size:16px;cursor:pointer;margin-top:6px}
.sheet-apply:hover{background:var(--accent-d)}
.buy-num{background:var(--bg);border:1px solid var(--line);border-radius:14px;padding:16px;margin-bottom:16px}
.buy-num .n{font-family:var(--fm);font-weight:700;font-size:24px;color:var(--ink);margin-bottom:8px}
.buy-num .n .hl{color:var(--accent);font-weight:800}.buy-num .n .sep{color:var(--muted2)}
.buy-num .meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:13px;color:var(--muted)}
.buy-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}
.buy-total span{color:var(--muted)}.buy-total b{font-family:var(--fh);font-size:24px}
#buyForm label{display:block;font-size:13px;font-weight:600;color:var(--ink2);margin-bottom:14px}
#buyForm input[type=text],#buyForm input[type=tel]{width:100%;margin-top:6px;border:1.5px solid var(--line);border-radius:12px;padding:13px 14px;font-family:var(--fb);font-size:15px;outline:none}
#buyForm input:focus{border-color:var(--accent)}
.buy-submit{width:100%;background:var(--accent);color:#fff;border:0;border-radius:12px;padding:15px;font-family:var(--fh);font-weight:700;font-size:16px;cursor:pointer}
.buy-submit:hover{background:var(--accent-d)}
.buy-status{text-align:center;font-weight:600;font-size:14px;margin:12px 0 0}
.buy-status.ok{color:var(--accent-d)}.buy-status.err{color:var(--danger)}
.buy-note{text-align:center;color:var(--muted2);font-size:12px;margin:12px 0 0}

/* ── searching (движок переключает body.searching) ── */
body.searching .fbar{position:sticky}

/* ── адаптив ── */
@media(max-width:960px){
  .hero-in{grid-template-columns:1fr}
  .benefits-row{grid-template-columns:repeat(2,1fr)}
  .cta-box{grid-template-columns:1fr}
  .foot-cols{grid-template-columns:1fr 1fr 1fr}
  .foot-brand{grid-column:1/-1;max-width:none}
  .info-trio{grid-template-columns:1fr}
  .nav-links,.nav-phone{display:none}
  .burger{display:grid}
}
@media(max-width:640px){
  .container{padding:0 16px}
  .nav-in{height:58px;gap:10px}
  .geo-city span#geoCityName{max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .btn-grad{display:none}
  .fbar{top:58px}
  .grid{grid-template-columns:1fr}
  .benefits-row{grid-template-columns:1fr 1fr;gap:10px}
  .cities-grid{grid-template-columns:1fr 1fr}
  .foot-cols{grid-template-columns:1fr}
  .fgrid{grid-template-columns:repeat(2,1fr)}
  body{padding-bottom:70px}
  .mbar{display:block}
  .geo-ask{bottom:78px}
}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
