/* surgut.css - regional subdomain (surgut.metexpro.ru) styles */
@import url('./site.css?v=9');

/* ========== DELIVERY BLOCK (key regional addition) ====================== */
.su-delivery { padding: 80px 0; background: var(--bg-soft); border-top: 1px solid var(--border-1); border-bottom: 1px solid var(--border-1); }
.su-delivery__head { max-width: 78ch; margin-bottom: 36px; }
.su-delivery__eyebrow { font-size: 12px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--c-accent); margin-bottom: 12px; }
.su-delivery__title { font-size: 36px; font-weight: 600; letter-spacing: -0.015em; line-height: 1.15; margin: 0 0 14px; }
.su-delivery__title-accent { color: var(--c-accent); }
.su-delivery__lede { font-size: 15px; color: var(--fg-2); line-height: 1.6; margin: 0; }

.su-delivery__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 24px; }
.su-delivery__card { background: #fff; border: 1px solid var(--border-1); border-radius: var(--r-3); padding: 22px; display: flex; flex-direction: column; gap: 12px; }
.su-delivery__ic { width: 36px; height: 36px; background: var(--c-accent-soft); border-radius: var(--r-2); display: flex; align-items: center; justify-content: center; color: var(--c-accent); }
.su-delivery__card-h { font-size: 16px; font-weight: 600; color: var(--fg-1); }
.su-delivery__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; }
.su-delivery__list li { font-size: 13px; color: var(--fg-2); line-height: 1.5; padding-left: 14px; position: relative; }
.su-delivery__list li::before { content: ""; position: absolute; left: 0; top: 9px; width: 6px; height: 1px; background: var(--c-accent); }
.su-delivery__list li.su-delivery__hint { color: var(--fg-3); font-size: 12px; font-style: italic; }
.su-delivery__list li.su-delivery__hint::before { background: var(--c-steel-300); }
.su-delivery__list .t-num { color: var(--fg-1); font-weight: 500; }

/* geography of delivery */
.su-delivery__geo { background: #fff; border: 1px solid var(--border-1); border-radius: var(--r-3); padding: 22px 24px; margin-bottom: 16px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.su-delivery__geo-h { font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.06em; color: var(--fg-3); flex: 0 0 auto; }
.su-delivery__geo-list { display: flex; flex-wrap: wrap; gap: 8px; flex: 1; }
.su-delivery__geo-city {
  padding: 6px 12px;
  background: var(--c-steel-100);
  border-radius: var(--r-pill);
  font-size: 13px;
  font-weight: 500;
  color: var(--fg-2);
}
.su-delivery__geo-city.is-main {
  background: var(--c-graphite);
  color: #fff;
}

.su-delivery__cta {
  background: var(--c-graphite); color: #fff;
  border-radius: var(--r-3);
  padding: 24px 28px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.su-delivery__cta-h { font-size: 18px; font-weight: 600; color: #fff; }
.su-delivery__cta-sub { font-size: 13px; color: var(--c-steel-300); margin-top: 4px; max-width: 60ch; }

/* ========== INDUSTRY SOLUTIONS ============================================ */
.su-sols { padding: 80px 0; }
.su-sols__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
/* Премиум фото-плитка (выровнено с каталогом): фото отрасли на фоне + scrim;
   тег-бейдж сверху в чистом поле, текст сгруппирован внизу над плотным scrim. */
.su-sols__plate {
  position: relative; isolation: isolate; overflow: hidden;
  border-radius: var(--r-3); min-height: 248px;
  display: flex; text-decoration: none; color: #fff;
  background: #0F1418; border: 1px solid rgba(15,20,24,0.10);
  transition: transform var(--t-fast) var(--ease-std), box-shadow var(--t-fast) var(--ease-std);
}
.su-sols__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; transition: transform 0.55s var(--ease-std); }
.su-sols__scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(15,20,24,0.28) 0%, rgba(15,20,24,0.46) 42%, rgba(15,20,24,0.90) 100%); }
.su-sols__body { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 8px; padding: 24px 26px; width: 100%; }
.su-sols__plate:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(15,20,24,0.26); }
.su-sols__plate:hover .su-sols__bg { transform: scale(1.06); }
.su-sols__tag {
  display: inline-flex; align-self: flex-start;
  padding: 4px 10px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.22);
  backdrop-filter: blur(4px);
  color: #fff;
  border-radius: var(--r-pill);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.su-sols__h { font-size: 18px; font-weight: 600; color: #fff; line-height: 1.3; margin-top: auto; }
.su-sols__sub { font-size: 14px; color: rgba(255,255,255,0.84); line-height: 1.55; }
.su-sols__meta { padding-top: 8px; font-size: 12px; color: rgba(255,255,255,0.72); font-family: var(--font-mono); }

/* ========== TESTIMONIAL =================================================== */
.su-test { padding: 64px 0; background: var(--bg-soft); }
.su-test__card { background: #fff; border: 1px solid var(--border-1); border-radius: var(--r-3); padding: 36px 40px; max-width: 920px; margin: 0 auto; position: relative; display: flex; gap: 24px; align-items: flex-start; }
.su-test__quote-mark { font-family: var(--font-sans); font-size: 80px; line-height: 0.8; color: var(--c-accent); font-weight: 400; flex: 0 0 40px; }
.su-test__body { flex: 1; }
.su-test__text { font-size: 17px; line-height: 1.55; color: var(--fg-1); margin: 0 0 20px; font-weight: 400; }
.su-test__meta { padding-top: 16px; border-top: 1px solid var(--border-1); }
.su-test__author { font-weight: 600; font-size: 14px; color: var(--fg-1); }
.su-test__role { font-size: 12px; color: var(--fg-3); margin-top: 2px; }

/* ========== GEOGRAPHY ===================================================== */
.su-geo { padding: 80px 0; }
.su-geo__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.su-geo__city {
  background: #fff;
  border: 1px solid var(--border-1);
  border-radius: var(--r-3);
  padding: 16px 18px;
  text-decoration: none;
  color: inherit;
  display: flex; flex-direction: column; gap: 2px;
  position: relative;
  transition: all var(--t-fast) var(--ease-std);
}
.su-geo__city:hover { border-color: var(--c-steel-700); }
.su-geo__city.is-current { background: var(--c-accent); border-color: var(--c-accent); color: #fff; }
.su-geo__city.is-current .su-geo__city-note { color: rgba(255,255,255,0.85); }
.su-geo__city-name { font-weight: 600; font-size: 15px; }
.su-geo__city-note { font-size: 12px; color: var(--fg-3); }
.su-geo__city-pin { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); color: rgba(255,255,255,0.8); }

/* ========== FAQ =========================================================== */
.su-faq { padding: 80px 0; background: var(--bg-soft); }

/* ========== Responsive ==================================================== */
@media (max-width: 1100px) {
  .su-delivery__grid { grid-template-columns: repeat(2, 1fr); }
  .su-sols__grid { grid-template-columns: 1fr; }
  .su-geo__grid { grid-template-columns: repeat(2, 1fr); }
  .su-delivery__title { font-size: 28px; }
  .su-delivery__cta { flex-direction: column; align-items: stretch; }
  .su-delivery__geo { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 768px) {
  .su-delivery__grid { grid-template-columns: 1fr; }
  .su-geo__grid { grid-template-columns: 1fr; }
  .su-test__card { flex-direction: column; gap: 12px; padding: 24px; }
  .su-test__quote-mark { font-size: 56px; flex: 0 0 auto; }
}

/* ===== MOBILE ADAPT (Claude Design, city-home) ===== */
/* ============================================================================
   MOBILE ADAPT · City Home page (ekaterinburg/surgut/…)
   ----------------------------------------------------------------------------
   Подключается ПОСЛЕ surgut.css (= после site.css). Десктоп не трогаем.
   Брейкпоинты:
     ≤ 900px   — планшет (2 колонки везде, hero сжимается)
     ≤ 600px   — телефон (1 колонка, контент-приоритеты, sticky-CTA)
   Принцип: сжать размеры до плотности, увеличить тач-таргеты до ≥44px,
   спрятать декоративные элементы (hero illustration), упростить таблицы,
   города → чипы. Палитра и стиль карточек — без изменений.
   ============================================================================ */

/* ============================================================================
   TABLET · 600–900px
   ============================================================================ */
@media (max-width: 900px) {

  /* --- HERO ----------------------------------------------------------- */
  .hero { padding: 36px 0 44px; }
  .hero__grid { grid-template-columns: 1fr; gap: 28px; }
  .hero__title { font-size: 40px; line-height: 1.08; margin-bottom: 16px; }
  .hero__lede { font-size: 16px; margin-bottom: 24px; max-width: none; }
  .hero__cta { gap: 10px; margin-bottom: 28px; }
  .hero__cta .btn { min-height: 48px; }
  .hero__facts { gap: 20px; padding-top: 22px; }
  .hero__fact-num { font-size: 24px; }
  .hero__fact-lbl { font-size: 12px; }
  .hero__visual { min-height: 240px; max-width: 100%; }
  .hero__illustration { min-height: 240px !important; }
  .hero__doc { position: static; width: auto; margin-top: 12px; box-shadow: none; }

  /* --- TRUST ---------------------------------------------------------- */
  .trust { padding: 48px 0; }
  .trust__head { margin-bottom: 24px; }
  .trust__title { font-size: 26px; line-height: 1.2; }
  .trust__lede { font-size: 15px; }
  .trust__grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .trust__plate { padding: 18px 16px; }
  .trust__ic { width: 24px; height: 24px; margin-bottom: 10px; }
  .trust__ttl { font-size: 14px; }
  .trust__sub { font-size: 12.5px; line-height: 1.45; }

  /* --- DELIVERY / WAREHOUSE ------------------------------------------ */
  .su-delivery { padding: 48px 0; }
  .su-delivery__head { margin-bottom: 24px; }
  .su-delivery__title { font-size: 26px; line-height: 1.2; }
  .su-delivery__lede { font-size: 14px; }
  .su-delivery__grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .su-delivery__card { padding: 18px 16px; gap: 10px; }
  .su-delivery__ic { width: 32px; height: 32px; }
  .su-delivery__cta { flex-direction: column; align-items: flex-start; padding: 22px; }
  .su-delivery__cta .btn { width: 100%; min-height: 48px; }
  .su-delivery__geo { padding: 18px 20px; flex-direction: column; align-items: flex-start; }
  .su-delivery__geo-city { padding: 8px 14px; font-size: 13px; min-height: 36px; display: inline-flex; align-items: center; }

  /* --- CATALOG -------------------------------------------------------- */
  .cats { padding: 48px 0; }
  .cats__grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .cats__plate { min-height: 196px; }
  .cats__body { padding: 16px; gap: 8px; }
  .cats__ic { width: 38px; height: 38px; }
  .cats__ic svg { width: 21px; height: 21px; }
  .cats__ttl { font-size: 15px; }
  .cats__sub { font-size: 12.5px; }

  /* --- SOLUTIONS ------------------------------------------------------ */
  .su-sols { padding: 48px 0; }
  .su-sols__grid { grid-template-columns: 1fr; gap: 10px; }
  .su-sols__plate { padding: 22px; }
  .su-sols__h { font-size: 17px; }
  .su-sols__sub { font-size: 14px; }

  /* --- MANAGER -------------------------------------------------------- */
  .mgr-block { padding: 48px 0; }
  .mgr-block__grid { grid-template-columns: 1fr; gap: 12px; }
  .mgr-card { padding: 22px; grid-template-columns: 96px 1fr; gap: 18px; }
  .mgr-card__avatar { width: 96px; height: 96px; }
  .mgr-card__name { font-size: 20px; }
  .mgr-card__btns { gap: 8px; }
  .mgr-side { padding: 22px; }

  /* --- HOW WE WORK ---------------------------------------------------- */
  .hww { padding: 48px 0; }

  /* --- TESTIMONIAL ---------------------------------------------------- */
  .su-test { padding: 48px 0; }
  .su-test__card { padding: 28px; }
  .su-test__text { font-size: 16px; }

  /* --- GEO: cards → chips -------------------------------------------- */
  .su-geo { padding: 48px 0; }
  .su-geo__grid { display: flex; flex-wrap: wrap; gap: 8px; }
  .su-geo__city {
    flex: 0 0 auto;
    padding: 10px 14px;
    border-radius: var(--r-pill);
    min-height: 40px;
    display: inline-flex; align-items: center;
    gap: 6px;
  }
  .su-geo__city-name { font-size: 14px; }
  .su-geo__city-note { display: none; }
  .su-geo__city-pin { position: static; transform: none; display: inline-flex; }

  /* --- FAQ ------------------------------------------------------------ */
  .su-faq { padding: 48px 0; }

  /* --- SECTION HEAD --------------------------------------------------- */
  .section-head { flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 22px; }
  .section-head__title { font-size: 26px; line-height: 1.2; }
  .section-head__sub { font-size: 14px; }

  /* --- SORTAMENT table → горизонтальный скролл ------------------------ */
  .sortament { padding: 48px 0; }
  .sortament .tbl-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .sortament .tbl { min-width: 720px; }
}


/* ============================================================================
   PHONE · ≤ 600px
   ============================================================================ */
@media (max-width: 600px) {

  /* Глобальный gutter (затрагивает все .container — это намеренно,
     на телефоне 24px съедают слишком много ширины) */
  :root { --gutter: 16px; }

  /* Тач-таргеты по умолчанию */
  .btn { min-height: 44px; }
  .btn--lg { min-height: 52px; font-size: 15px; }

  /* --- HERO ----------------------------------------------------------- */
  .hero { padding: 24px 0 32px; }
  .hero__eyebrow { font-size: 11px; letter-spacing: 0.06em; margin-bottom: 10px; }
  .hero__title { font-size: 30px; line-height: 1.08; margin-bottom: 14px; }
  .hero__lede { font-size: 15px; line-height: 1.5; margin-bottom: 20px; }
  .hero__cta { flex-direction: column; gap: 10px; margin-bottom: 24px; }
  .hero__cta .btn { width: 100%; }
  .hero__facts {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding-top: 18px;
  }
  .hero__fact { min-width: 0; }
  .hero__fact-num { font-size: 17px; line-height: 1.1; letter-spacing: -0.01em; }
  .hero__fact-lbl { font-size: 11px; line-height: 1.3; margin-top: 4px; }
  /* Скрываем декоративную иллюстрацию + плавающий док-чип
     (фокус на CTA и фактах, экономим 280–340px вертикали) */
  .hero__visual { display: none; }

  /* --- TRUST ---------------------------------------------------------- */
  .trust { padding: 36px 0; }
  .trust__head { margin-bottom: 20px; }
  .trust__title { font-size: 22px; line-height: 1.2; margin-bottom: 10px; }
  .trust__lede { font-size: 14px; line-height: 1.5; }
  /* На телефоне 6 плиток — в одну колонку, но компактным списком:
     иконка слева + заголовок + подпись справа */
  .trust__grid { grid-template-columns: 1fr; gap: 8px; }
  .trust__plate {
    padding: 14px 16px;
    display: grid;
    grid-template-columns: 24px 1fr;
    grid-template-rows: auto auto;
    column-gap: 14px;
    row-gap: 2px;
    align-items: start;
  }
  .trust__ic { width: 22px; height: 22px; margin-bottom: 0; grid-row: 1 / span 2; align-self: start; margin-top: 2px; }
  .trust__ttl { font-size: 14px; line-height: 1.3; margin-bottom: 0; }
  .trust__sub { font-size: 12.5px; line-height: 1.4; }

  /* --- DELIVERY / WAREHOUSE ------------------------------------------ */
  .su-delivery { padding: 36px 0; }
  .su-delivery__head { margin-bottom: 20px; }
  .su-delivery__eyebrow { font-size: 11px; margin-bottom: 8px; }
  .su-delivery__title { font-size: 22px; line-height: 1.2; }
  .su-delivery__lede { font-size: 14px; line-height: 1.5; }
  .su-delivery__grid { grid-template-columns: 1fr; gap: 8px; margin-bottom: 16px; }
  .su-delivery__card { padding: 16px; gap: 8px; }
  .su-delivery__ic { width: 32px; height: 32px; }
  .su-delivery__ic svg { width: 18px; height: 18px; }
  .su-delivery__card-h { font-size: 15px; }
  .su-delivery__list li { font-size: 13px; line-height: 1.5; }
  .su-delivery__geo { padding: 14px 16px; gap: 10px; }
  .su-delivery__geo-h { font-size: 11px; letter-spacing: 0.08em; }
  .su-delivery__geo-list { gap: 6px; }
  .su-delivery__geo-city { padding: 9px 14px; font-size: 13px; min-height: 36px; display: inline-flex; align-items: center; }
  .su-delivery__cta { padding: 18px 16px; gap: 14px; flex-direction: column; align-items: flex-start; }
  .su-delivery__cta-h { font-size: 16px; line-height: 1.3; }
  .su-delivery__cta-sub { font-size: 13px; line-height: 1.45; }
  .su-delivery__cta .btn { width: 100%; min-height: 48px; }

  /* --- CATALOG: 2-колоночная плитка, «не нашли позицию» — full-width - */
  .cats { padding: 36px 0; }
  .cats__grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .cats__plate { min-height: 168px; }
  .cats__body { padding: 14px; gap: 6px; }
  .cats__plate--dark { grid-column: 1 / -1; min-height: 0; }
  .cats__ic { width: 36px; height: 36px; }
  .cats__ic svg { width: 18px; height: 18px; }
  .cats__ttl { font-size: 14px; line-height: 1.25; }
  .cats__sub { font-size: 12px; line-height: 1.4; }
  .cats__more { font-size: 11px; }

  /* --- SOLUTIONS ------------------------------------------------------ */
  .su-sols { padding: 36px 0; }
  .su-sols__plate { padding: 18px 16px; gap: 6px; }
  .su-sols__tag { font-size: 10px; padding: 3px 9px; }
  .su-sols__h { font-size: 16px; line-height: 1.3; }
  .su-sols__sub { font-size: 13.5px; line-height: 1.5; }
  .su-sols__meta { font-size: 11px; padding-top: 8px; }

  /* --- MANAGER: компактная карточка ---------------------------------- */
  .mgr-block { padding: 36px 0; }
  .mgr-card {
    grid-template-columns: 72px 1fr;
    padding: 18px;
    gap: 14px;
    align-items: start;
  }
  .mgr-card__avatar { width: 72px; height: 72px; font-size: 11px; }
  .mgr-card__dot { width: 14px; height: 14px; bottom: 4px; right: 4px; border-width: 2px; }
  .mgr-card__info { min-width: 0; }
  .mgr-card__name { font-size: 17px; }
  .mgr-card__role { font-size: 12.5px; margin-top: 2px; }
  .mgr-card__promise { font-size: 13px; margin-top: 10px; }
  .mgr-card__bullets { margin: 12px 0 14px; }
  .mgr-card__bullets div { font-size: 13px; padding: 3px 0 3px 16px; line-height: 1.45; }
  /* Кнопки: первая (телефон) на всю ширину, остальные 3 — в ряд */
  .mgr-card__btns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 6px;
    /* Перевод первой кнопки (телефон) на всю ширину */
  }
  .mgr-card__btns .btn { min-height: 44px; justify-content: center; padding: 0 8px; font-size: 13px; }
  .mgr-card__btns .btn:first-child { grid-column: 1 / -1; font-size: 14px; }
  .mgr-side { padding: 20px; }
  .mgr-side__head { font-size: 11px; margin-bottom: 12px; }
  .mgr-side__list li { font-size: 14px; padding: 11px 0; gap: 12px; }
  .mgr-side__list .t-num { width: 24px; flex: 0 0 24px; }
  .mgr-side__link { font-size: 14px; min-height: 36px; }

  /* --- HOW WE WORK: горизонтальная цепочка → вертикальный стек ------ */
  .hww { padding: 36px 0; }
  .hww__grid { grid-template-columns: 1fr; }
  .hww__step {
    border-radius: 0 !important;
    border-right: 1px solid var(--border-1) !important;
    border-top: 0 !important;
    padding: 20px 18px;
  }
  .hww__step:first-child { border-radius: var(--r-3) var(--r-3) 0 0 !important; border-top: 1px solid var(--border-1) !important; }
  .hww__step:last-child { border-radius: 0 0 var(--r-3) var(--r-3) !important; }
  .hww__step::after { display: none !important; }
  .hww__num { margin-bottom: 10px; font-size: 13px; }
  .hww__ttl { font-size: 16px; }
  .hww__sub { font-size: 13.5px; line-height: 1.5; }

  /* --- TESTIMONIAL ---------------------------------------------------- */
  .su-test { padding: 36px 0; }
  .su-test__card { padding: 22px 18px; flex-direction: column; gap: 10px; }
  .su-test__quote-mark { font-size: 48px; flex: 0 0 auto; line-height: 0.8; }
  .su-test__text { font-size: 15px; line-height: 1.55; margin-bottom: 16px; }
  .su-test__meta { padding-top: 14px; }
  .su-test__author { font-size: 13.5px; }
  .su-test__role { font-size: 12px; }

  /* --- SORTAMENT: компактная таблица с горизонтальным скроллом ------- */
  .sortament { padding: 36px 0; }
  .sortament .tbl-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .sortament .tbl { min-width: 640px; font-size: 13px; }
  .sortament .add { height: 36px; padding: 0 12px; }

  /* --- GEO: карточки → чипы ----------------------------------------- */
  .su-geo { padding: 36px 0; }
  .su-geo__grid { display: flex; flex-wrap: wrap; gap: 6px; }
  .su-geo__city {
    flex: 0 0 auto;
    padding: 9px 14px;
    border-radius: var(--r-pill);
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: var(--r-pill);
  }
  .su-geo__city.is-current { padding-right: 14px; }
  .su-geo__city-name { font-size: 13px; line-height: 1; }
  .su-geo__city-note { display: none; }
  .su-geo__city-pin { position: static; transform: none; display: inline-flex; }
  .su-geo__city-pin svg { width: 12px; height: 12px; }

  /* --- FAQ ------------------------------------------------------------ */
  .su-faq { padding: 36px 0; }
  .acc-head { font-size: 14px; padding: 14px 16px; min-height: 52px; line-height: 1.35; }
  .acc-body { padding: 0 16px 14px; font-size: 13.5px; line-height: 1.55; }

  /* --- SECTION HEAD --------------------------------------------------- */
  .section-head { gap: 10px; margin-bottom: 18px; }
  .section-head__title { font-size: 22px; line-height: 1.2; }
  .section-head__sub { font-size: 13.5px; }
  .section-head .btn { width: 100%; min-height: 44px; }

  /* --- MODAL: bottom-sheet ------------------------------------------- */
  .modal { padding: 0; align-items: flex-end; }
  .modal__panel {
    border-radius: var(--r-4) var(--r-4) 0 0;
    max-height: 92vh;
    max-width: 100%;
  }
  .modal__head { padding: 16px 18px; }
  .modal__title { font-size: 17px; }
  .modal__body { padding: 18px; }
  .form-grid { grid-template-columns: 1fr; gap: 14px; }
  .form-actions { flex-direction: column; align-items: stretch; gap: 10px; }
  .form-actions .btn { width: 100%; min-height: 48px; }

  /* --- STICKY CTA ---------------------------------------------------- */
  .sticky-cta { grid-template-columns: 1fr auto auto; padding: 8px 12px; gap: 8px; }
  .sticky-cta .btn { min-height: 48px; font-size: 14px; }
  .sticky-cta__ic { width: 44px; height: 44px; }
  body { padding-bottom: 72px; }
}
