/* 108 Букетов — стили лендинга */

:root{
    --ink:#1B1726;
    --ink-2:#241E33;
    --ink-3:#171320;
    --paper:#FBF7F1;
    --paper-2:#F1E7DD;
    --paper-3:#EADFD3;
    --rose:#C23652;
    --rose-deep:#9C2740;
    --sage:#6E7F5C;
    --sage-deep:#566448;
    --gold:#C08A34;
    --text-ink:#241E33;
    --text-ink-muted:#6E6578;
    --text-paper:#F6EFE8;
    --text-paper-muted:#B7AEC2;
    --line-ink:#DED2C2;
    --line-paper:#3A3348;
    --radius-s:6px;
    --radius-m:14px;
    --shadow-card:0 18px 40px -22px rgba(27,23,38,0.35);
  }

  *{box-sizing:border-box;}
  body{
    background:var(--paper);
    color:var(--text-ink);
    font-family:"Golos Text", "PT Sans", Arial, sans-serif;
    -webkit-font-smoothing:antialiased;
    margin:0;
  }
  img{max-width:100%;display:block;}
  a{color:inherit;}
  h1,h2,h3{
    font-family:"Unbounded","Golos Text",Arial,sans-serif;
    font-weight:700;
    line-height:1.08;
    text-wrap:balance;
    margin:0;
  }
  p{margin:0;}
  .container{
    max-width:1180px;
    margin-inline:auto;
    padding-inline:24px;
  }
  @media (min-width:900px){ .container{ padding-inline:48px; } }

  .eyebrow{
    font-family:"Golos Text",sans-serif;
    font-weight:700;
    font-size:12.5px;
    letter-spacing:.14em;
    text-transform:uppercase;
  }
  .on-paper .eyebrow{ color:var(--rose); }
  .on-ink .eyebrow{ color:var(--gold); }

  .btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:14px 26px;
    border-radius:999px;
    font-family:"Golos Text",sans-serif;
    font-weight:700;
    font-size:15.5px;
    text-decoration:none;
    border:1.5px solid transparent;
    cursor:pointer;
    white-space:nowrap;
  }
  .btn-primary{ background:var(--rose); color:#FFF6F2; }
  .btn-primary:hover{ background:var(--rose-deep); }
  .btn-ghost-paper{ border-color:var(--text-ink); color:var(--text-ink); background:transparent; }
  .btn-ghost-paper:hover{ background:var(--text-ink); color:var(--paper); }
  .btn-ghost-ink{ border-color:rgba(246,239,232,.5); color:var(--text-paper); background:transparent; }
  .btn-ghost-ink:hover{ border-color:var(--text-paper); background:rgba(246,239,232,.08); }
  .btn-sm{ padding:10px 18px; font-size:14px; }
  .btn svg{ width:18px; height:18px; flex:none; }
  .btn:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, button:focus-visible{
    outline:3px solid var(--rose); outline-offset:2px;
  }

  /* ---------- scalloped divider (florist wrap-paper edge) ---------- */
  .scallop{ height:26px; width:100%; }
  .scallop.to-ink{ background: radial-gradient(circle at 13px 0, transparent 13px, var(--ink) 13.5px) top/26px 30px repeat-x, var(--paper); }
  .scallop.to-paper{ background: radial-gradient(circle at 13px 26px, transparent 13px, var(--paper) 13.5px) bottom/26px 30px repeat-x, var(--ink); }
  .scallop.to-blush{ background: radial-gradient(circle at 13px 0, transparent 13px, var(--paper-2) 13.5px) top/26px 30px repeat-x, var(--paper); }

  /* ---------- header ---------- */
  header{
    position:sticky; top:env(safe-area-inset-top,0px);
    z-index:40;
    background:rgba(251,247,241,.92);
    backdrop-filter:blur(10px);
    border-bottom:1px solid var(--line-ink);
  }
  .header-row{
    display:flex; align-items:center; justify-content:space-between;
    gap:20px; padding-block:14px;
  }
  .logo{ display:flex; align-items:center; gap:10px; text-decoration:none; }
  .logo-mark{ width:34px; height:34px; flex:none; }
  .logo-word{ font-family:"Unbounded",sans-serif; font-weight:800; font-size:17px; letter-spacing:.01em; color:var(--text-ink); }
  .logo-word span{ color:var(--rose); }
  nav.primary-nav{ display:flex; align-items:center; gap:28px; }
  nav.primary-nav a{ font-size:14.5px; font-weight:600; text-decoration:none; color:var(--text-ink-muted); }
  nav.primary-nav a:hover{ color:var(--text-ink); }
  .header-actions{ display:flex; align-items:center; gap:10px; }
  .icon-btn{
    width:40px; height:40px; border-radius:50%; display:flex; align-items:center; justify-content:center;
    border:1.5px solid var(--line-ink); text-decoration:none; flex:none;
  }
  .icon-btn svg{ width:19px; height:19px; }
  .icon-btn.wa{ color:#3FA25A; border-color:#3FA25A44; }
  .icon-btn.tg{ color:#3B93D6; border-color:#3B93D644; }
  .icon-btn.max{ color:#7C5CFC; border-color:#7C5CFC44; }
  @media (max-width:860px){ nav.primary-nav{ display:none; } }
  @media (max-width:560px){ .icon-btn{ display:none; } }

  /* ---------- section shells ---------- */
  section{ padding-block:64px; }
  .on-ink{ background:var(--ink); color:var(--text-paper); }
  .on-paper{ background:var(--paper); color:var(--text-ink); }
  .on-blush{ background:var(--paper-2); color:var(--text-ink); }
  .section-head{ max-width:640px; margin-bottom:40px; }
  .section-head h2{ font-size:clamp(28px,4vw,38px); margin-top:10px; }
  .section-head p{ margin-top:14px; font-size:16.5px; line-height:1.55; }
  .on-ink .section-head p{ color:var(--text-paper-muted); }
  .on-paper .section-head p, .on-blush .section-head p{ color:var(--text-ink-muted); }

  /* ---------- hero ---------- */
  .hero{ padding-block:56px 48px; }
  .hero-grid{ display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:center; }
  @media (max-width:940px){ .hero-grid{ grid-template-columns:1fr; } }
  .hero h1{ font-size:clamp(34px,5.4vw,58px); margin-top:14px; letter-spacing:-.01em; }
  .hero h1 em{ font-style:normal; color:var(--rose); }
  .hero p.lede{ margin-top:20px; font-size:18px; line-height:1.6; color:var(--text-ink-muted); max-width:52ch; }
  .hero-ctas{ display:flex; flex-wrap:wrap; gap:14px; margin-top:30px; align-items:center; }
  .hero-meta{ margin-top:18px; font-size:13.5px; color:var(--text-ink-muted); display:flex; gap:8px; align-items:center; flex-wrap:wrap; }
  .hero-meta .dot{ width:6px; height:6px; border-radius:50%; background:var(--sage); flex:none; }

  .hero-art{ position:relative; }
  .catalog-grid-preview{
    background:var(--ink); border-radius:20px; padding:16px;
    box-shadow:var(--shadow-card);
    display:grid; grid-template-columns:repeat(3,1fr); gap:10px;
    transform:rotate(1.2deg);
  }
  .preview-tile{
    aspect-ratio:3/4; border-radius:10px; position:relative; overflow:hidden;
    display:flex; align-items:flex-end; padding:9px;
    background-size:cover; background-position:center;
  }
  .preview-tile::before{
    content:""; position:absolute; inset:0;
    background:linear-gradient(180deg, transparent 45%, rgba(0,0,0,.55) 100%);
  }
  .preview-tile span{ position:relative; font-size:10.5px; font-weight:700; color:rgba(255,255,255,.92); text-shadow:0 1px 3px rgba(0,0,0,.35); }
  .hero-badge{
    position:absolute; right:-14px; bottom:-22px; background:var(--paper);
    border:1.5px solid var(--line-ink); border-radius:16px; padding:14px 18px;
    box-shadow:var(--shadow-card); display:flex; gap:14px; align-items:center;
  }
  @media (max-width:560px){ .hero-badge{ position:static; margin-top:16px; } }
  .hero-badge b{ display:block; font-family:"Unbounded",sans-serif; font-size:20px; }
  .hero-badge small{ font-size:11.5px; color:var(--text-ink-muted); }

  /* ---------- stat ribbon ---------- */
  .stat-ribbon{ padding-block:44px; }
  .stat-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:28px; }
  @media (max-width:820px){ .stat-grid{ grid-template-columns:repeat(2,1fr); } }
  .stat b{
    font-family:"Unbounded",sans-serif; font-size:clamp(32px,4.2vw,44px);
    color:var(--gold); font-variant-numeric:tabular-nums; display:block;
  }
  .stat p{ margin-top:8px; font-size:14px; color:var(--text-paper-muted); line-height:1.45; max-width:22ch; }

  /* ---------- catalogs ---------- */
  .catalog-cards{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
  @media (max-width:980px){ .catalog-cards{ grid-template-columns:repeat(2,1fr); } }
  @media (max-width:560px){ .catalog-cards{ grid-template-columns:1fr; } }
  .cat-card{
    border-radius:var(--radius-m); overflow:hidden; display:flex; flex-direction:column;
    box-shadow:var(--shadow-card);
  }
  .cat-cover{ aspect-ratio:4/3; position:relative; display:flex; align-items:flex-end; background-size:cover; background-position:center; }
  .cat-cover::before{ content:""; position:absolute; inset:0; background:linear-gradient(180deg, transparent 55%, rgba(0,0,0,.45) 100%); }
  .cat-cover .tag{
    position:relative; margin:14px; font-size:11px; font-weight:700; letter-spacing:.06em;
    text-transform:uppercase; padding:6px 10px; border-radius:999px; background:rgba(255,255,255,.85); color:var(--ink);
  }
  .cat-body{ padding:20px; flex:1; display:flex; flex-direction:column; gap:12px; }
  .cat-body h3{ font-size:19px; }
  .cat-body .price{ font-family:"Unbounded",sans-serif; font-size:22px; color:var(--rose); }
  .cat-body .spec{ font-size:13.5px; color:var(--text-ink-muted); }
  .cat-body .cat-ctas{ margin-top:auto; display:flex; gap:8px; flex-wrap:wrap; }

  .barbie{ background:#F4D3DA; } .barbie .tag{ color:#9C2740; }
  .oblako{ background:#E7EFF1; } .oblako .tag{ color:#3E5C68; }
  .temnaya{ background:#151222; } .temnaya .tag{ background:rgba(255,255,255,.14); color:#F0DDA8; }
  .shokolad{ background:#4A342A; } .shokolad .tag{ background:rgba(255,255,255,.16); color:#F0DDA8; }
  .temnaya .cat-body h3, .shokolad .cat-body h3{ color:var(--text-paper); }
  .temnaya .cat-body .spec, .shokolad .cat-body .spec{ color:var(--text-paper-muted); }
  .temnaya .cat-ctas .btn-ghost-paper, .shokolad .cat-ctas .btn-ghost-paper{
    border-color:rgba(246,239,232,.5); color:var(--text-paper);
  }
  .temnaya .cat-ctas .btn-ghost-paper:hover, .shokolad .cat-ctas .btn-ghost-paper:hover{
    background:rgba(246,239,232,.1); color:var(--text-paper);
  }

  /* ---------- compare table ---------- */
  .compare{ display:grid; grid-template-columns:1fr 1fr; gap:0; border:1.5px solid var(--line-ink); border-radius:var(--radius-m); overflow:hidden; }
  @media (max-width:760px){ .compare{ grid-template-columns:1fr; } }
  .compare > div{ padding:30px; }
  .compare .bad{ background:var(--paper); }
  .compare .good{ background:var(--ink); color:var(--text-paper); }
  .compare h4{ font-family:"Unbounded",sans-serif; font-size:17px; margin-bottom:16px; }
  .compare ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:12px; }
  .compare li{ font-size:14.5px; line-height:1.5; display:flex; gap:10px; }
  .compare .bad li{ color:var(--text-ink-muted); }
  .compare .good li{ color:var(--text-paper-muted); }
  .compare li svg{ width:17px; height:17px; flex:none; margin-top:2px; }
  .compare .bad svg{ color:#B8534F; }
  .compare .good svg{ color:var(--sage); }

  /* ---------- case studies ---------- */
  .case-grid{ display:flex; flex-direction:column; gap:20px; }
  .case-card{ background:var(--ink-2); border-radius:var(--radius-m); padding:28px; display:flex; flex-direction:column; gap:16px; border:1px solid rgba(246,239,232,.08); }
  .case-card p.quote{ font-size:15px; line-height:1.55; color:var(--text-paper); }
  .case-card .who{ font-size:13.5px; color:var(--text-paper-muted); margin-top:auto; }
  .case-card .who b{ color:var(--text-paper); font-weight:700; }

  .case-featured{
    background:var(--ink-2); border:1.5px solid rgba(255,255,255,.1);
    align-items:stretch; padding:36px;
  }
  .case-featured-chart{ display:flex; align-items:center; justify-content:center; gap:28px; margin-bottom:26px; }
  .case-bars{ display:flex; align-items:flex-end; gap:18px; height:120px; }
  .case-bar{ width:56px; border-radius:8px 8px 0 0; display:flex; align-items:flex-start; justify-content:center; padding-top:8px; font-size:12px; font-weight:700; }
  .case-bar.before{ height:45%; background:rgba(255,255,255,.14); color:var(--text-paper-muted); }
  .case-bar.after{ height:100%; background:linear-gradient(180deg,var(--rose) 0%, var(--rose-deep) 100%); color:#fff; }
  .case-x2{ text-align:center; }
  .case-x2 b{ font-family:"Unbounded",sans-serif; font-size:44px; display:block; color:var(--gold); }
  .case-x2 span{ font-size:12px; color:var(--text-paper-muted); }
  .case-featured .quote{ text-align:center; font-size:16px; max-width:56ch; margin-inline:auto; }
  .case-featured .who{ text-align:center; margin-top:12px; }

  .case-quotes{ display:grid; grid-template-columns:1fr 1fr 1fr; gap:20px; }
  @media (max-width:900px){ .case-quotes{ grid-template-columns:1fr; } }

  /* ---------- city checker ---------- */
  .checker{ background:var(--paper); border:1.5px solid var(--line-ink); border-radius:var(--radius-m); padding:32px; box-shadow:var(--shadow-card); }
  .checker-intro{ font-size:14.5px; color:var(--text-ink-muted); margin-bottom:18px; }
  .cat-buttons{ display:grid; grid-template-columns:repeat(2,1fr); gap:12px; }
  @media (min-width:520px){ .cat-buttons{ grid-template-columns:repeat(4,1fr); } }
  .cat-btn{
    font-family:"Golos Text",sans-serif; font-weight:700; font-size:14.5px;
    padding:16px 14px; border-radius:var(--radius-s); border:1.5px solid var(--line-ink);
    background:#fff; color:var(--text-ink); cursor:pointer; text-align:left;
    display:flex; flex-direction:column; gap:6px;
  }
  .cat-btn:hover{ border-color:var(--text-ink); }
  .cat-btn small{ font-weight:600; font-size:12px; color:var(--text-ink-muted); }
  .checker-note{ margin-top:20px; font-size:12.5px; color:var(--text-ink-muted); }

  /* ---------- city modal ---------- */
  .modal-overlay{
    position:fixed; inset:0; background:rgba(23,19,32,.55); backdrop-filter:blur(2px);
    display:flex; align-items:center; justify-content:center; padding:24px; z-index:100;
  }
  .modal-overlay[hidden]{ display:none; }
  .modal-card{
    background:#fff; border-radius:var(--radius-m); padding:28px; max-width:440px; width:100%;
    max-height:80vh; overflow-y:auto; box-shadow:var(--shadow-card); position:relative;
  }
  .modal-close{
    position:absolute; top:16px; right:16px; width:32px; height:32px; border-radius:50%;
    border:1.5px solid var(--line-ink); background:#fff; display:flex; align-items:center; justify-content:center;
    cursor:pointer; color:var(--text-ink-muted); flex:none;
  }
  .modal-close:hover{ color:var(--text-ink); border-color:var(--text-ink); }
  .modal-close svg{ width:16px; height:16px; }
  .modal-card h4{ font-family:"Unbounded",sans-serif; font-size:18px; padding-right:36px; }
  .modal-sub{ margin-top:6px; font-size:13.5px; color:var(--text-ink-muted); }
  .taken-list{ list-style:none; margin:16px 0 0; padding:0; display:flex; flex-direction:column; gap:2px; }
  .taken-list li{
    display:flex; align-items:center; justify-content:space-between; gap:12px;
    padding:13px 2px; border-bottom:1px solid var(--line-ink);
  }
  .taken-list li:last-child{ border-bottom:none; }
  .taken-list .city{ font-size:15px; font-weight:700; color:var(--text-ink); }
  .taken-list a{
    font-size:13.5px; font-weight:600; color:var(--rose-deep); text-decoration:none;
    display:inline-flex; align-items:center; gap:5px; white-space:nowrap;
  }
  .taken-list a:hover{ text-decoration:underline; }
  .taken-list a svg{ width:13px; height:13px; }
  .taken-empty{ margin-top:16px; font-size:14.5px; color:var(--sage-deep); font-weight:600; }

  /* ---------- pricing ---------- */
  .plans{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; align-items:stretch; }
  @media (max-width:900px){ .plans{ grid-template-columns:1fr; } }
  .plan{ background:#fff; border:1.5px solid var(--line-ink); border-radius:var(--radius-m); padding:28px; display:flex; flex-direction:column; gap:16px; }
  .plan.featured{ border-color:var(--rose); box-shadow:0 0 0 3px rgba(194,54,82,.12), var(--shadow-card); position:relative; }
  .plan.featured::before{
    content:"Чаще всего берут"; position:absolute; top:-13px; left:24px; background:var(--rose); color:#fff;
    font-size:11px; font-weight:700; letter-spacing:.04em; text-transform:uppercase; padding:5px 12px; border-radius:999px;
  }
  .plan h3{ font-size:18px; }
  .plan .price{ font-family:"Unbounded",sans-serif; font-size:26px; color:var(--text-ink); }
  .plan .price small{ display:block; font-family:"Golos Text",sans-serif; font-weight:600; font-size:12.5px; color:var(--text-ink-muted); margin-top:4px; }
  .plan ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px; flex:1; }
  .plan li{ font-size:14px; line-height:1.45; display:flex; gap:9px; color:var(--text-ink-muted); }
  .plan li svg{ width:16px; height:16px; flex:none; margin-top:2px; color:var(--sage); }

  /* ---------- final CTA ---------- */
  .final-cta{ text-align:center; }
  .final-cta h2{ font-size:clamp(28px,4.6vw,42px); max-width:16ch; margin-inline:auto; }
  .final-cta p{ margin-top:16px; font-size:16.5px; color:var(--text-paper-muted); }
  .final-cta .hero-ctas{ justify-content:center; margin-top:28px; }

  /* ---------- messenger picker ---------- */
  .msg-picker{ position:relative; display:inline-block; }
  .msg-picker .chev{ width:15px; height:15px; margin-left:2px; }
  .msg-menu{
    position:absolute; top:calc(100% + 10px); left:50%; transform:translateX(-50%);
    background:#fff; border-radius:14px; padding:8px; box-shadow:var(--shadow-card);
    display:flex; flex-direction:column; gap:2px; min-width:200px; z-index:60;
  }
  .msg-menu[hidden]{ display:none; }
  .msg-item{
    display:flex; align-items:center; gap:11px; padding:11px 14px; border-radius:9px;
    text-decoration:none; font-size:14.5px; font-weight:700; color:var(--text-ink);
  }
  .msg-item:hover{ background:var(--paper-2); }
  .msg-item svg{ width:20px; height:20px; flex:none; }
  .msg-item.tg svg{ color:#3B93D6; }
  .msg-item.wa svg{ color:#3FA25A; }
  .msg-item.max svg{ color:#7C5CFC; }

  /* ---------- footer ---------- */
  footer{ background:var(--ink-3); padding-block:44px calc(36px + env(safe-area-inset-bottom,0px)); }
  .footer-top{ display:flex; justify-content:space-between; gap:32px; flex-wrap:wrap; padding-bottom:32px; border-bottom:1px solid rgba(246,239,232,.12); }
  .footer-nav{ display:flex; gap:26px; flex-wrap:wrap; }
  .footer-nav a{ font-size:14px; color:var(--text-paper-muted); text-decoration:none; }
  .footer-nav a:hover{ color:var(--text-paper); }
  .footer-bottom{ display:flex; justify-content:space-between; align-items:center; gap:16px; flex-wrap:wrap; padding-top:22px; font-size:12.5px; color:var(--text-paper-muted); }
  .footer-bottom a{ text-decoration:underline; text-decoration-color:rgba(183,174,194,.4); }

  @media (prefers-reduced-motion: reduce){ *{ transition:none !important; } }

/* =====================================================================
   Добавлено при переносе на свой сервер: формы заявок, статусы городов
   ===================================================================== */

/* ---------- формы ---------- */
.form-grid{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
@media (max-width:640px){ .form-grid{ grid-template-columns:1fr; } }
.field{ display:flex; flex-direction:column; gap:6px; }
.field.wide{ grid-column:1 / -1; }
.field label{ font-size:13px; font-weight:600; color:var(--text-ink-muted); }
.field input, .field select, .field textarea{
  font-family:"Golos Text",sans-serif; font-size:15px; color:var(--text-ink);
  padding:13px 15px; border:1.5px solid var(--line-ink); border-radius:var(--radius-s);
  background:#fff; width:100%;
}
.field textarea{ min-height:92px; resize:vertical; }
.field input:focus, .field select:focus, .field textarea:focus{
  outline:none; border-color:var(--rose); box-shadow:0 0 0 3px rgba(194,54,82,.12);
}
.field .hint{ font-size:12px; color:var(--text-ink-muted); }
.field.err input, .field.err select, .field.err textarea{ border-color:#B8534F; }
.field .err-text{ font-size:12px; color:#B8534F; font-weight:600; }

.on-ink .field label{ color:var(--text-paper-muted); }
.on-ink .field input, .on-ink .field select, .on-ink .field textarea{
  background:rgba(255,255,255,.06); border-color:var(--line-paper); color:var(--text-paper);
}
.on-ink .field input::placeholder, .on-ink .field textarea::placeholder{ color:#7C7490; }

.form-consent{ font-size:12px; line-height:1.5; color:var(--text-ink-muted); margin-top:4px; }
.on-ink .form-consent{ color:var(--text-paper-muted); }
.form-consent a{ text-decoration:underline; }
.form-actions{ display:flex; gap:14px; align-items:center; flex-wrap:wrap; margin-top:6px; }

/* honeypot — скрытое поле от спам-ботов */
.hp-field{ position:absolute!important; left:-9999px!important; width:1px; height:1px; overflow:hidden; }

/* ---------- ответ формы ---------- */
.form-result{
  border-radius:var(--radius-m); padding:22px 24px; display:flex; gap:14px; align-items:flex-start;
  font-size:15px; line-height:1.55;
}
.form-result svg{ width:22px; height:22px; flex:none; margin-top:1px; }
.form-result.ok{ background:rgba(110,127,92,.12); color:var(--sage-deep); border:1.5px solid rgba(110,127,92,.35); }
.form-result.fail{ background:rgba(184,83,79,.1); color:#8E3A37; border:1.5px solid rgba(184,83,79,.3); }
.on-ink .form-result.ok{ background:rgba(110,127,92,.22); color:#CFE0BC; border-color:rgba(160,190,130,.4); }
.on-ink .form-result.fail{ background:rgba(184,83,79,.2); color:#F2C6C2; border-color:rgba(226,140,134,.4); }
.form-result b{ display:block; margin-bottom:3px; }

/* ---------- блок проверки города ---------- */
.city-form{ display:grid; grid-template-columns:1fr auto; gap:12px; align-items:end; margin-bottom:20px; }
@media (max-width:560px){ .city-form{ grid-template-columns:1fr; } }

.city-answer{ margin-top:20px; border-top:1px solid var(--line-ink); padding-top:20px; }
.city-answer[hidden]{ display:none; }
.city-answer h4{ font-family:"Unbounded",sans-serif; font-size:16px; margin-bottom:4px; }
.city-answer .sub{ font-size:13.5px; color:var(--text-ink-muted); }

.avail-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:10px; margin-top:16px; }
@media (min-width:560px){ .avail-grid{ grid-template-columns:repeat(4,1fr); } }
.avail{
  border:1.5px solid var(--line-ink); border-radius:var(--radius-s); padding:14px;
  display:flex; flex-direction:column; gap:7px; background:#fff;
}
.avail .name{ font-weight:700; font-size:14.5px; }
.avail .state{ font-size:12.5px; font-weight:700; display:flex; align-items:center; gap:6px; }
.avail .state svg{ width:14px; height:14px; flex:none; }
.avail.free{ border-color:rgba(110,127,92,.5); }
.avail.free .state{ color:var(--sage-deep); }
.avail.busy{ background:var(--paper-2); opacity:.72; }
.avail.busy .state{ color:#8E3A37; }
.avail .price-s{ font-size:12.5px; color:var(--text-ink-muted); margin-top:auto; }

.badge-count{
  display:inline-flex; align-items:center; gap:6px; padding:5px 11px; border-radius:999px;
  background:var(--paper-2); font-size:12px; font-weight:700; color:var(--text-ink-muted);
}

/* кнопка каталога в чекере может показывать счётчик занятых городов */
.cat-btn .taken-n{ font-weight:700; color:var(--rose); }
.cat-btn.is-free .taken-n{ color:var(--sage-deep); }

/* ---------- всплывающее окно заявки ---------- */
.lead-modal .modal-card{ max-width:520px; }
.lead-modal h4{ margin-bottom:4px; }

/* ---------- выбор канала связи в окне заявки ---------- */
.channel-list{ display:flex; flex-direction:column; gap:9px; margin-top:20px; }
.channel{
  display:flex; align-items:center; gap:13px; width:100%; text-align:left;
  padding:14px 16px; border-radius:var(--radius-s); border:1.5px solid var(--line-ink);
  background:#fff; cursor:pointer; text-decoration:none; color:var(--text-ink);
  font-family:"Golos Text",sans-serif;
}
.channel:hover{ border-color:var(--text-ink); }
.channel.primary{ border-color:var(--rose); background:rgba(194,54,82,.05); }
.channel.primary:hover{ background:rgba(194,54,82,.1); }
.ch-icon{ width:38px; height:38px; border-radius:50%; flex:none; display:flex; align-items:center; justify-content:center; background:var(--paper-2); }
.ch-icon svg{ width:20px; height:20px; }
.channel.primary .ch-icon{ background:var(--rose); color:#fff; }
.channel.tg .ch-icon{ background:rgba(59,147,214,.14); color:#3B93D6; }
.channel.wa .ch-icon{ background:rgba(63,162,90,.14); color:#3FA25A; }
.channel.max .ch-icon{ background:rgba(124,92,252,.14); color:#7C5CFC; }
.ch-text{ flex:1; display:flex; flex-direction:column; gap:2px; }
.ch-text b{ font-size:15px; font-weight:700; }
.ch-text small{ font-size:12.5px; color:var(--text-ink-muted); }
.ch-go{ width:17px; height:17px; flex:none; color:var(--text-ink-muted); }
.channel.primary .ch-go{ color:var(--rose); }

.channel-note{ margin-top:16px; font-size:13px; color:var(--text-ink-muted); text-align:center; }
.channel-note a{ font-weight:700; color:var(--rose-deep); text-decoration:none; }
.channel-note a:hover{ text-decoration:underline; }

.step-back{
  display:inline-flex; align-items:center; gap:5px; background:none; border:none; cursor:pointer;
  font-family:"Golos Text",sans-serif; font-size:13px; font-weight:600; color:var(--text-ink-muted);
  padding:0 0 12px; margin:0;
}
.step-back:hover{ color:var(--text-ink); }
.step-back svg{ width:15px; height:15px; }
