
    /* ============================================================
       Iceberg Split · Landing
       Все цвета/типографика/тени — через токены из design-system/tokens.css
       ============================================================ */

    html { scroll-behavior: smooth; }
    body {
      /* Белый фон вверху (по запросу): без верхнего brand-тинта. --surface-app = #FFFFFF. */
      background: var(--surface-app);
    }

    /* Уважаем выбор пользователя про уменьшение анимаций */
    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
      }
    }

    /* Универсальный фокус для клавиатурной навигации */
    a:focus-visible, button:focus-visible, [role="button"]:focus-visible,
    .chip:focus-visible, .preset:focus-visible, .quiz-option:focus-visible,
    .pcard:focus-visible {
      outline: 2px solid var(--color-brand-500);
      outline-offset: 2px;
      border-radius: var(--radius-sm);
    }

    .wrap { max-width: var(--container-xl); margin: 0 auto; padding: 0 var(--space-6); }
    @media (max-width: 560px) {
      .wrap { padding: 0 var(--space-4); }
    }

    /* ============================================================
       LIQUID GLASS + AURORA · премиум-слой поверх дизайн-системы
       ============================================================ */

    /* Aurora-сцена — плавающие цветные пятна, дающие премиум-глубину */
    .aurora-stage {
      position: absolute; inset: 0; overflow: hidden;
      pointer-events: none; z-index: 0;
    }
    .aurora-orb {
      position: absolute; border-radius: 50%;
      filter: blur(80px);
      opacity: 0.55;
      will-change: transform;
    }
    .aurora-orb--brand   { background: radial-gradient(circle, rgba(71,122,211,0.40), transparent 70%); }
    .aurora-orb--sky     { background: radial-gradient(circle, rgba(155,182,235,0.50), transparent 70%); }
    .aurora-orb--ice     { background: radial-gradient(circle, rgba(196,213,244,0.55), transparent 70%); }
    .aurora-orb--accent  { background: radial-gradient(circle, rgba(110,150,223,0.35), transparent 70%); }
    @keyframes auroraDrift {
      0%, 100% { transform: translate(0, 0) scale(1); }
      33%      { transform: translate(40px, -30px) scale(1.06); }
      66%      { transform: translate(-30px, 40px) scale(0.96); }
    }
    @media (prefers-reduced-motion: reduce) {
      .aurora-orb { animation: none !important; }
    }

    /* Liquid-glass — белая «стеклянная» поверхность */
    .glass {
      background: rgba(255, 255, 255, 0.68);
      -webkit-backdrop-filter: blur(24px) saturate(180%);
      backdrop-filter: blur(24px) saturate(180%);
      border: 1px solid rgba(255, 255, 255, 0.7);
      box-shadow:
        0 16px 48px rgba(15, 26, 51, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
    }
    /* Тёмный вариант — для overlay на тёмных секциях */
    .glass--dark {
      background: rgba(15, 26, 51, 0.45);
      -webkit-backdrop-filter: blur(24px) saturate(180%);
      backdrop-filter: blur(24px) saturate(180%);
      border: 1px solid rgba(255, 255, 255, 0.12);
      box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    }

    /* Поверхность секции должна лежать поверх aurora */
    .hero, .quiz-section, .why { position: relative; }
    .hero > .wrap, .quiz-section > .quiz-wrap, .why > .wrap { position: relative; z-index: 1; }

    /* ─── LOGO ──────────────────────────────────────────────────── */

    .logo { display: inline-flex; align-items: flex-start; gap: var(--space-5); color: var(--text-primary); text-decoration: none; }
    .logo-mark { flex: none; width: 80px; height: 64px; color: var(--color-brand-500); }
    .logo-text { display: flex; flex-direction: column; gap: var(--space-1); padding-top: 16px; }
    /* На мобильных ужимаем лого, чтобы влезли search + phone + hamburger справа */
    @media (max-width: 960px) {
      .logo { gap: var(--space-3); }
      .logo-mark { width: 48px; height: 39px; }
      .logo-text { padding-top: 6px; }
      .logo-tagline { display: none; }
    }
    @media (max-width: 480px) {
      .logo-mark { width: 40px; height: 32px; }
      .logo-text { padding-top: 4px; }
    }
    @media (max-width: 380px) {
      /* На самых узких — скрываем текст полностью, остаётся только знак-айсберг */
      .logo-text { display: none; }
    }
    .logo-name {
      font-weight: var(--fw-black); font-size: 22px;
      letter-spacing: var(--ls-display); line-height: 1; color: currentColor;
      display: inline-flex; align-items: flex-start;
    }
    .logo-script {
      font-family: var(--font-script); font-weight: 400;
      font-size: 36px; letter-spacing: 0; line-height: 0.75;
      color: var(--color-brand-500) !important;
      margin-left: -4px; transform: rotate(-3deg) translateY(2px);
      display: inline-block;
    }
    .logo-tagline {
      font-weight: var(--fw-medium); font-size: 10.5px;
      letter-spacing: 0.3px; line-height: 1.3; color: var(--text-muted);
    }
    .logo-tagline > span { display: block; }
    .logo--on-dark { color: var(--color-white); }
    .logo--on-dark .logo-tagline { color: rgba(255,255,255,0.62); }

    .logo--lg .logo-mark { width: 88px; height: 71px; }
    .logo--lg .logo-name { font-size: 28px; }
    .logo--lg .logo-script { font-size: 44px; margin-left: -6px; transform: rotate(-3deg) translateY(4px); }
    .logo--lg .logo-tagline { font-size: 12px; letter-spacing: 0.4px; }
    .logo--lg .logo-text { padding-top: 18px; }

    /* ─── HEADER ────────────────────────────────────────────────── */

    /* Шапка: прозрачная сверху → floating-pill при скролле (паттерн Bushido) */
    .site-header {
      position: sticky; top: 0; z-index: var(--z-sticky);
      padding: var(--space-3) var(--space-6);
      background: transparent;
      transition: padding 0.55s var(--ease-out);
    }
    @media (max-width: 560px) {
      .site-header { padding: var(--space-3) var(--space-3); }
    }
    .site-header-inner {
      max-width: var(--container-xl); margin: 0 auto;
      padding: var(--space-2) var(--space-3) var(--space-2) var(--space-5);
      display: flex; align-items: center; justify-content: flex-start; gap: var(--space-4);
      border-radius: var(--radius-xl);
      flex-wrap: nowrap;
      /* Плашка всегда стеклянная (по запросу: меню сразу в плашке, на белом фоне) */
      background: rgba(255, 255, 255, 0.78);
      -webkit-backdrop-filter: blur(28px) saturate(180%);
      backdrop-filter: blur(28px) saturate(180%);
      border: 1px solid rgba(255, 255, 255, 0.65);
      box-shadow:
        0 18px 50px -10px rgba(71, 122, 211, 0.12),
        0 14px 40px rgba(15, 26, 51, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
      transition:
        background-color 0.55s var(--ease-out),
        padding 0.55s var(--ease-out),
        box-shadow 0.55s var(--ease-out),
        max-width 0.55s var(--ease-out);
    }
    /* ── Поиск в шапке: компактное поле, плавно расширяется ──
       Default desktop  : box 220px с видимым input и плейсхолдером
       Focus/Open       : box → 440px, nav скрывается, появляется ×
       Default mobile   : icon-only (40×40), без input
       Open mobile      : box раскрывается на всю доступную ширину */
    .header-search { display: flex; align-items: center; flex: 0 1 auto; min-width: 0; }
    .header-search-box {
      position: relative;
      display: flex; align-items: center;
      width: 200px; height: 40px;
      background: var(--surface-soft);
      border: 1.5px solid var(--border-soft); border-radius: var(--radius-sm);
      cursor: text;
      transition:
        width 0.22s var(--ease-out),
        background 0.15s var(--ease-out),
        border-color 0.15s ease,
        box-shadow 0.15s ease;
    }
    .header-search-box:hover { border-color: var(--color-slate-400); }
    .header-search-box .search-ico {
      flex: none; margin-left: 12px;
      color: var(--text-muted);
      display: flex; align-items: center;
      pointer-events: none;
    }
    .header-search-box input {
      border: none; outline: none; background: transparent;
      padding: 0 36px 0 10px;
      font: inherit; font-size: var(--fs-body-sm); color: var(--text-primary);
      width: 100%; min-width: 0; height: 100%;
      -webkit-appearance: none; appearance: none;
    }
    .header-search-box input::placeholder { color: var(--text-muted); }
    .header-search-box input::-webkit-search-cancel-button { display: none; }
    .header-search-box:focus-within,
    .site-header-inner.search-open .header-search-box {
      width: 100%;
      background: var(--color-white);
      border-color: var(--color-brand-500);
      box-shadow: 0 0 0 3px var(--color-brand-50);
    }
    /* Раскрытый поиск: враппер растёт до доступной ширины (до края CTA) */
    .site-header-inner.search-open .header-search { flex: 1 1 auto; }
    .header-search-close {
      position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
      width: 28px; height: 28px; display: none;
      align-items: center; justify-content: center;
      background: transparent; color: var(--text-muted);
      border-radius: var(--radius-sm); cursor: pointer;
    }
    .header-search-close:hover { color: var(--text-primary); background: var(--color-slate-100); }
    .site-header-inner.search-open .header-search-close { display: flex; }

    /* На раскрытом поиске прячем nav и телефон-текст, чтобы инпуту хватило места */
    .site-header-inner.search-open .site-nav { display: none; }
    @media (min-width: 961px) {
      .site-header-inner.search-open .site-header-contact { display: none; }
    }

    /* ── Mobile: search-box превращается в icon-only кнопку 40×40 ── */
    @media (max-width: 960px) {
      /* Лупа живёт в правом кластере: одно расстояние лупа → звонок → бургер */
      .site-header-inner { gap: var(--space-3); }
      .header-search { margin-left: auto; }
      /* Логотип «уезжает» влево при раскрытии поиска — инпут занимает его место */
      .logo {
        max-width: 240px; overflow: hidden;
        transition:
          max-width 0.28s var(--ease-out),
          opacity 0.18s ease,
          transform 0.28s var(--ease-out),
          margin 0.28s var(--ease-out);
      }
      .site-header-inner.search-open .logo {
        max-width: 0; opacity: 0; transform: translateX(-24px);
        margin-right: calc(-1 * var(--space-3)); /* съедаем flex-gap схлопнутого логотипа */
        pointer-events: none;
      }
      .header-search-box {
        width: 40px;
        background: var(--color-slate-100);
        border-color: transparent;
        justify-content: center;          /* центрируем лупу в тап-области 40×40 */
      }
      /* .search-ico — это сам svg: раньше растягивался на все 40px и выглядел огромным.
         Держим иконку компактной (16px), тап-область остаётся 40×40 за счёт бокса. */
      .header-search-box .search-ico {
        margin: 0; width: 16px; height: 16px;
        color: var(--color-navy-900);
      }
      .header-search-box input {
        padding: 0; width: 0;
        pointer-events: none;
      }
      .header-search-box:hover {
        background: var(--color-slate-200);
        border-color: transparent;
      }
      .site-header-inner.search-open .header-search { flex: 1 1 auto; }
      .site-header-inner.search-open .header-search-box {
        width: 100%;
        background: var(--color-white);
        border-color: var(--color-brand-500);
        box-shadow: 0 0 0 3px var(--color-brand-50);
      }
      .site-header-inner.search-open .header-search-box .search-ico {
        margin-left: 12px; width: auto; height: auto;
        color: var(--text-muted);
      }
      .site-header-inner.search-open .header-search-box input {
        padding: 0 36px 0 10px; width: 100%;
        pointer-events: auto;
      }
      /* В открытом состоянии прячем phone-icon чтобы инпут был просторнее */
      .site-header-inner.search-open .header-phone-icon { display: none; }
    }

    /* Якорь правой группы: auto-margin перед nav съедает всё свободное место.
       Логотип + поиск прижаты к левому краю, поиск расширяется ВПРАВО, левый край не дрейфует.
       При открытии поиска nav плавно исчезает (opacity + max-width → 0), CTA получает auto-margin. */
    .site-nav {
      display: flex; gap: var(--space-5); flex: none; margin-left: auto;
      overflow: hidden; opacity: 1; max-width: 600px;
      transition:
        opacity 0.18s ease,
        max-width 0.28s var(--ease-out),
        margin 0.28s var(--ease-out);
    }
    .site-nav a {
      font-size: var(--fs-body-sm); font-weight: var(--fw-medium);
      color: var(--text-secondary); transition: color var(--duration-fast) var(--ease-out);
      white-space: nowrap;
    }
    .site-nav a:hover { color: var(--text-primary); }
    .site-header-inner.search-open .site-nav {
      opacity: 0;
      max-width: 0;
      margin-left: 0;
      pointer-events: none;
    }
    .site-header-cta { display: flex; align-items: center; gap: var(--space-3); flex: none; }
    /* Когда nav скрыт при раскрытом поиске — auto-margin переходит на CTA.
       На мобилке auto-margin живёт на .header-search (лупа в правом кластере). */
    .site-header-inner.search-open .site-header-cta { margin-left: auto; }
    @media (max-width: 960px) {
      .site-header-inner.search-open .site-header-cta { margin-left: 0; }
    }
    .site-header-phone {
      font-size: var(--fs-body-sm); font-weight: var(--fw-bold); color: var(--text-primary);
      letter-spacing: var(--ls-heading);
      white-space: nowrap;
    }
    .site-header-phone:hover { color: var(--color-brand-600); }
    .site-header-contact { display: inline-flex; flex-direction: column; align-items: flex-end; line-height: 1.15; }
    .site-header-email { font-size: 11.5px; font-weight: var(--fw-medium); color: var(--text-muted); white-space: nowrap; transition: color var(--duration-fast) var(--ease-out); }
    .site-header-email:hover { color: var(--color-brand-600); }

    /* Hamburger button (mobile only) + phone-icon */
    .hamburger, .header-phone-icon { display: none; }
    .hamburger {
      width: 40px; height: 40px;
      border-radius: var(--radius-sm);
      background: var(--color-slate-100); color: var(--color-navy-900);
      align-items: center; justify-content: center;
      cursor: pointer;
      transition: background var(--duration-fast) var(--ease-out);
    }
    .hamburger:hover { background: var(--color-slate-200); }
    .header-phone-icon {
      width: 40px; height: 40px;
      border-radius: var(--radius-sm);
      background: var(--color-brand-50); color: var(--color-brand-600);
      align-items: center; justify-content: center;
      transition: all var(--duration-fast) var(--ease-out);
    }
    .header-phone-icon:hover { background: var(--color-brand-500); color: var(--color-white); }

    @media (max-width: 960px) {
      .site-nav, .site-header-contact { display: none; }
      .hamburger, .header-phone-icon { display: inline-flex; }
    }
    @media (max-width: 480px) {
      /* На очень узких — оставляем только phone-icon + hamburger, кнопка «Рассчитать» уходит в drawer */
      .site-header-cta .btn--primary { display: none; }
    }

    /* Mobile drawer */
    .mobile-drawer-backdrop {
      position: fixed; inset: 0; z-index: calc(var(--z-modal) - 1);
      background: rgba(15, 26, 51, 0.45);
      backdrop-filter: blur(4px);
      opacity: 0; pointer-events: none;
      transition: opacity 0.25s var(--ease-out);
    }
    .mobile-drawer-backdrop.is-open { opacity: 1; pointer-events: auto; }
    .mobile-drawer {
      position: fixed; top: 0; right: 0; bottom: 0; z-index: var(--z-modal);
      width: min(86%, 360px);
      background: var(--color-white);
      box-shadow: -16px 0 60px rgba(15, 26, 51, 0.18);
      transform: translateX(100%);
      transition: transform 0.32s var(--ease-out);
      display: flex; flex-direction: column;
    }
    .mobile-drawer.is-open { transform: translateX(0); }
    .mobile-drawer-head {
      display: flex; align-items: center; justify-content: space-between;
      padding: var(--space-5);
      border-bottom: 1px solid var(--border-soft);
    }
    .mobile-drawer-head .label {
      font-size: 11px; letter-spacing: var(--ls-eyebrow); text-transform: uppercase;
      font-weight: var(--fw-bold); color: var(--color-brand-600);
    }
    .mobile-drawer-close {
      width: 36px; height: 36px; border-radius: 50%;
      background: var(--color-slate-100); color: var(--text-secondary);
      display: flex; align-items: center; justify-content: center; cursor: pointer;
      transition: all var(--duration-fast) var(--ease-out);
    }
    .mobile-drawer-close:hover { background: var(--color-slate-200); color: var(--text-primary); transform: rotate(90deg); }
    .mobile-drawer-nav { display: flex; flex-direction: column; padding: var(--space-3) 0; }
    .mobile-drawer-nav a {
      padding: var(--space-4) var(--space-5);
      font-size: var(--fs-body-lg); font-weight: var(--fw-semibold);
      color: var(--text-primary); letter-spacing: var(--ls-heading);
      display: flex; justify-content: space-between; align-items: center;
      transition: background var(--duration-fast) var(--ease-out);
    }
    .mobile-drawer-nav a:hover { background: var(--color-slate-50); color: var(--color-brand-700); }
    .mobile-drawer-nav a::after {
      content: '→'; color: var(--color-slate-400); font-weight: var(--fw-regular);
    }
    .mobile-drawer-foot { margin-top: auto; padding: var(--space-5); border-top: 1px solid var(--border-soft); }
    .mobile-drawer-foot .phone {
      display: flex; flex-direction: column; gap: var(--space-1);
      padding: var(--space-3) var(--space-4);
      background: var(--color-brand-50); border-radius: var(--radius-md);
      margin-bottom: var(--space-3);
    }
    .mobile-drawer-foot .phone .lbl {
      font-size: 10.5px; letter-spacing: var(--ls-eyebrow); text-transform: uppercase;
      font-weight: var(--fw-bold); color: var(--color-brand-700);
    }
    .mobile-drawer-foot .phone a {
      font-size: var(--fs-h5); font-weight: var(--fw-extrabold);
      letter-spacing: var(--ls-heading); color: var(--text-primary);
    }
    .mobile-drawer-foot .btn { width: 100%; }

    /* ─── BUTTONS ───────────────────────────────────────────────── */

    .btn {
      display: inline-flex; align-items: center; justify-content: center; gap: var(--space-2);
      font-family: var(--font-sans); font-weight: var(--fw-semibold);
      font-size: var(--fs-body-sm); line-height: 1;
      padding: var(--space-3) var(--space-5); border-radius: var(--radius-sm);
      transition: all var(--duration-fast) var(--ease-out);
      text-decoration: none;
    }
    .btn:focus-visible { outline: none; box-shadow: var(--shadow-focus-ring); }
    .btn--primary { background: var(--color-navy-900); color: var(--color-white); box-shadow: var(--shadow-soft-sm); }
    .btn--primary:hover { background: var(--color-navy-800); transform: translateY(-1px); }
    .btn--brand { background: var(--color-brand-500); color: var(--color-white); box-shadow: var(--shadow-brand-glow); }
    .btn--brand:hover { background: var(--color-brand-600); transform: translateY(-1px); }
    .btn--secondary { background: var(--color-white); color: var(--text-primary); border: 1px solid var(--border-default); }
    .btn--secondary:hover { border-color: var(--color-slate-400); background: var(--color-slate-50); }
    .btn--ghost { color: var(--text-secondary); }
    .btn--ghost:hover { color: var(--text-primary); background: var(--color-slate-100); }
    .btn--white { background: var(--color-white); color: var(--color-navy-900); }
    .btn--white:hover { background: var(--color-slate-100); transform: translateY(-1px); }
    .btn--lg { font-size: var(--fs-body); padding: var(--space-4) var(--space-6); border-radius: var(--radius-md); }
    .btn--xl { font-size: var(--fs-body-lg); padding: var(--space-5) var(--space-8); border-radius: var(--radius-md); }
    .btn .arrow { transition: transform var(--duration-fast) var(--ease-out); }
    .btn:hover .arrow { transform: translateX(3px); }

    /* ─── BADGES ────────────────────────────────────────────────── */

    .badge {
      display: inline-flex; align-items: center; gap: var(--space-2);
      font-size: 10px; font-weight: var(--fw-bold);
      letter-spacing: var(--ls-eyebrow); text-transform: uppercase;
      padding: 5px var(--space-3); border-radius: var(--radius-full);
    }
    .badge--dot::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
    .badge--brand { background: var(--color-brand-50); color: var(--color-brand-700); }
    .badge--dark { background: var(--color-navy-900); color: var(--color-white); }

    /* ─── HERO ──────────────────────────────────────────────────── */

    .hero {
      padding: var(--space-24) 0 var(--space-20);
      /* Без сплошного surface-app — пускаем body-подложку (brand-тинт сверху) сквозь верх hero.
         Это убирает шов между «тинтовой» полосой хедера и «белым» hero. */
      background:
        radial-gradient(ellipse 80% 50% at 50% -10%, rgba(71,122,211,0.10) 0%, transparent 60%),
        radial-gradient(ellipse 60% 50% at 80% 110%, rgba(15,23,42,0.05) 0%, transparent 50%);
    }
    .hero-grid {
      display: grid; grid-template-columns: 1.3fr 1fr;
      gap: var(--space-16); align-items: center;
    }
    @media (max-width: 960px) {
      .hero { padding: var(--space-16) 0; }
      .hero-grid { grid-template-columns: 1fr; gap: var(--space-12); }
    }
    /* Hero-tag: премиум-бейдж с городом, оффером и ценой
       Заменяет простой t-eyebrow — это «таб» с подписью что мы и где, и от какой цены. */
    .hero-tag {
      display: inline-flex; align-items: center; gap: 10px;
      padding: 8px 8px 8px 14px;
      background: rgba(255, 255, 255, 0.7);
      border: 1px solid rgba(71, 122, 211, 0.18);
      border-radius: var(--radius-full);
      box-shadow:
        0 8px 24px -8px rgba(71, 122, 211, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
      backdrop-filter: blur(12px) saturate(160%);
      -webkit-backdrop-filter: blur(12px) saturate(160%);
      font-size: var(--fs-body-sm); color: var(--text-secondary);
      letter-spacing: 0; line-height: 1;
      text-decoration: none;
      transition: all var(--duration-fast) var(--ease-out);
    }
    .hero-tag:hover {
      border-color: var(--color-brand-400);
      transform: translateY(-1px);
      box-shadow:
        0 12px 28px -8px rgba(71, 122, 211, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    }
    .hero-tag-ico {
      flex: none; width: 22px; height: 22px;
      display: flex; align-items: center; justify-content: center;
      color: var(--color-brand-600);
    }
    .hero-tag-city { font-weight: var(--fw-bold); color: var(--text-primary); letter-spacing: var(--ls-heading); }
    .hero-tag-sep {
      width: 4px; height: 4px; border-radius: 50%;
      background: var(--color-slate-300); flex: none;
    }
    .hero-tag-text { color: var(--text-secondary); }
    .hero-tag-price {
      display: inline-flex; align-items: center; gap: 4px;
      padding: 6px 12px; border-radius: var(--radius-full);
      background: linear-gradient(135deg, var(--color-brand-50), var(--color-brand-100));
      color: var(--color-brand-700); font-size: var(--fs-caption);
      letter-spacing: 0;
    }
    .hero-tag-price b {
      font-weight: var(--fw-extrabold); color: var(--color-brand-700);
      letter-spacing: var(--ls-heading); font-size: var(--fs-body-sm);
    }
    @media (max-width: 480px) {
      .hero-tag { gap: 8px; padding: 7px 7px 7px 12px; font-size: var(--fs-caption); }
      .hero-tag-text { display: none; }
      .hero-tag-price { padding: 5px 10px; }
    }

    .hero h1 {
      font-size: clamp(40px, 5.5vw, 56px); font-weight: var(--fw-extrabold);
      letter-spacing: var(--ls-display); line-height: var(--lh-tight);
      max-width: 680px; text-wrap: balance; margin-top: var(--space-6);
    }
    .hero h1 .script {
      font-family: var(--font-script); font-weight: 400;
      font-size: 1.45em; color: var(--color-brand-500) !important;
      letter-spacing: 0; line-height: 0.85;
      display: inline-block; transform: rotate(-3deg) translateY(0.06em);
      margin: 0 0.05em;
    }
    .hero .lead {
      margin-top: var(--space-5); font-size: var(--fs-body-lg);
      color: var(--text-secondary); max-width: 540px; line-height: var(--lh-relaxed);
      text-wrap: balance;
    }
    .hero-actions { margin-top: var(--space-10); display: flex; flex-wrap: wrap; gap: var(--space-3); }
    @media (max-width: 560px) {
      .hero-actions { flex-direction: column; align-items: stretch; }
      .hero-actions .btn { width: 100%; }
    }
    .hero-chips {
      margin-top: var(--space-10);
      display: flex; flex-wrap: wrap; gap: var(--space-6); align-items: center;
      font-size: var(--fs-body-sm); color: var(--text-secondary);
    }
    .hero-chips > div { display: flex; align-items: center; gap: var(--space-2); }
    .hero-chips svg { color: var(--color-success); }
    @media (max-width: 560px) {
      .hero-chips { gap: var(--space-3); }
    }

    /* Hero side card — premium liquid glass */
    .hero-card {
      position: relative;
      background: rgba(255, 255, 255, 0.62);
      -webkit-backdrop-filter: blur(28px) saturate(180%);
      backdrop-filter: blur(28px) saturate(180%);
      border: 1px solid rgba(255, 255, 255, 0.7);
      border-radius: var(--radius-2xl);
      box-shadow:
        0 24px 64px rgba(15, 26, 51, 0.12),
        0 4px 12px rgba(15, 26, 51, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
      padding: var(--space-8);
    }
    .hero-card::before {
      content: ''; position: absolute; inset: -24px;
      background: radial-gradient(ellipse at top right, rgba(71,122,211,0.22), transparent 60%);
      border-radius: var(--radius-2xl); z-index: -1; filter: blur(32px);
      pointer-events: none;
    }
    .hero-card-eyebrow { font-size: 11px; font-weight: var(--fw-bold);
      letter-spacing: var(--ls-eyebrow); text-transform: uppercase; color: var(--color-brand-600);
      margin-bottom: var(--space-3); }
    .hero-card h3 {
      font-size: var(--fs-h4); font-weight: var(--fw-extrabold);
      letter-spacing: var(--ls-heading); line-height: var(--lh-snug);
    }
    .hero-card p { margin-top: var(--space-3); font-size: var(--fs-body-sm);
      color: var(--text-secondary); line-height: var(--lh-relaxed); }
    .hero-card-steps { margin: var(--space-6) 0; display: flex; flex-direction: column; gap: var(--space-3); }
    .hero-card-step { display: flex; align-items: flex-start; gap: var(--space-3); font-size: var(--fs-body-sm); }
    .hero-card-step .num {
      flex: none; width: 28px; height: 28px;
      background: var(--color-brand-50); color: var(--color-brand-700);
      border-radius: 50%; display: flex; align-items: center; justify-content: center;
      font-weight: var(--fw-bold); font-size: 13px;
    }
    .hero-card .btn { width: 100%; }
    .hero-card .micro { margin-top: var(--space-3); font-size: 11px; color: var(--text-muted); text-align: center; }

    /* ─── TRUST STRIP ───────────────────────────────────────────── */

    .trust {
      padding: var(--space-12) 0;
      background:
        radial-gradient(ellipse 60% 100% at 50% 0%, rgba(71,122,211,0.06), transparent 70%),
        var(--surface-soft);
      border-top: 1px solid var(--border-soft);
      border-bottom: 1px solid var(--border-soft);
      position: relative;
    }
    .trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-10); }
    @media (max-width: 720px) { .trust-grid { grid-template-columns: repeat(2, 1fr); gap: var(--space-8); } }
    .trust-item { transition: transform 0.25s var(--ease-out); }
    .trust-item:hover { transform: translateY(-2px); }
    .trust-item .n {
      font-size: clamp(28px, 4vw, 44px); font-weight: var(--fw-extrabold);
      letter-spacing: var(--ls-display); line-height: 1;
      background: linear-gradient(135deg, var(--color-navy-900) 0%, var(--color-brand-700) 100%);
      -webkit-background-clip: text; background-clip: text;
      -webkit-text-fill-color: transparent; color: transparent;
    }
    .trust-item .l { margin-top: var(--space-2); font-size: var(--fs-body-sm); color: var(--text-secondary); }

    /* ─── SECTION ──────────────────────────────────────────────── */

    section.bloc { padding: var(--space-24) 0; }
    @media (max-width: 720px) { section.bloc { padding: var(--space-16) 0; } }

    /* ─── НАШИ РАБОТЫ (живые фото монтажей) ─────────────────────── */
    .works-section { padding: clamp(44px, 6vw, 84px) 0; }
    .works-head { text-align: center; max-width: 640px; margin: 0 auto clamp(24px, 3vw, 40px); }
    .works-eyebrow { display: inline-block; font-size: 12.5px; font-weight: var(--fw-bold); letter-spacing: .03em; text-transform: uppercase; color: var(--color-brand-600); }
    .works-head h2 { margin: 8px 0 10px; font-size: clamp(24px, 3vw, 36px); font-weight: var(--fw-extrabold); letter-spacing: -.01em; line-height: 1.1; color: var(--text-primary); }
    .works-head p { margin: 0; font-size: var(--fs-body-lg); line-height: var(--lh-relaxed); color: var(--text-secondary); }
    .works-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-4); }
    .works-item { margin: 0; border-radius: var(--radius-xl); overflow: hidden; background: var(--surface-card); box-shadow: var(--shadow-soft-md); }
    .works-item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 26%; display: block; }
    @media (max-width: 900px) { .works-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 560px) { .works-grid { gap: 8px; } .works-head p { font-size: var(--fs-body-sm); } }

    /* ─── ПРОМО-БАННЕР «-50% на монтаж» (тёмный, под креативы) ──── */
    .promo-band { position: relative; overflow: hidden; background: linear-gradient(120deg, var(--color-navy-900, #0f1a33), var(--color-navy-800, #16233f) 70%); padding: clamp(22px, 3.4vw, 40px) 0; }
    .promo-band::before { content: ""; position: absolute; top: -60%; right: -10%; width: 55%; height: 200%; background: radial-gradient(circle, rgba(71,122,211,.28), transparent 68%); pointer-events: none; }
    .promo-band-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: var(--space-6); flex-wrap: wrap; }
    .promo-band-copy { min-width: 0; }
    .promo-band-eyebrow { display: inline-block; font-size: 12.5px; font-weight: var(--fw-bold); letter-spacing: .03em; text-transform: uppercase; color: var(--color-brand-300, #9dbdf0); }
    .promo-band-title { margin: 6px 0 6px; font-size: clamp(25px, 3.3vw, 38px); font-weight: var(--fw-extrabold); letter-spacing: -.01em; line-height: 1.08; color: #fff; }
    .promo-band-title b { color: var(--color-brand-400, #6b9be0); }
    .promo-band-sub { margin: 0; font-size: var(--fs-body-lg); line-height: var(--lh-normal); color: rgba(255,255,255,.78); max-width: 62ch; }
    .promo-band-sub s { color: rgba(255,255,255,.4); }
    .promo-band-sub b { color: #fff; font-weight: var(--fw-bold); }
    /* Кнопка самодостаточна — не зависит от .btn/.btn--xl (на лендинге мульти их нет) */
    .promo-band-btn { flex: none; display: inline-flex; align-items: center; justify-content: center;
      padding: 17px 34px; border-radius: var(--radius-full, 999px);
      font-family: inherit; font-size: clamp(15px, 1.2vw, 17px); font-weight: var(--fw-bold, 700); line-height: 1; letter-spacing: -.2px;
      white-space: nowrap; text-decoration: none; cursor: pointer; border: none; color: #fff;
      background: linear-gradient(180deg, var(--color-brand-400, #6b9be0), var(--color-brand-500, #477AD3) 58%, var(--color-brand-600, #3a67bb));
      box-shadow: 0 16px 40px -12px rgba(71,122,211,.6), inset 0 1px 0 rgba(255,255,255,.3);
      transition: transform .15s var(--ease-out, ease), box-shadow .2s ease, background .2s ease; }
    .promo-band-btn:hover { background: linear-gradient(180deg, var(--color-brand-300, #9dbdf0), var(--color-brand-400, #6b9be0) 58%, var(--color-brand-500, #477AD3)); transform: translateY(-1px); box-shadow: 0 22px 50px -12px rgba(71,122,211,.66), inset 0 1px 0 rgba(255,255,255,.3); }
    @media (max-width: 760px) {
      .promo-band-inner { flex-direction: column; align-items: stretch; }
      .promo-band-btn { width: 100%; }
    }

    /* ─── MONTAGE: что входит / что обсуждаем на замере ─────────── */
    .montage-section { background: linear-gradient(180deg, transparent 0%, var(--color-slate-50) 60%, transparent 100%); }
    /* Пометка про акцию — чтобы «монтаж 20 000» не спорил с промо «10 000» */
    .montage-promo { max-width: 760px; margin: 0 auto var(--space-8); padding: 14px 22px; border-radius: var(--radius-lg); background: linear-gradient(120deg, var(--color-brand-50), var(--surface-card) 75%); border: 1px solid var(--color-brand-200); text-align: center; font-size: var(--fs-body); line-height: var(--lh-normal); color: var(--text-secondary); }
    .montage-promo .em { font-weight: var(--fw-bold); color: var(--text-primary); }
    .montage-promo b { color: var(--color-brand-600); font-weight: var(--fw-extrabold); }
    .montage-promo s { color: var(--text-muted); }
    .montage-grid {
      display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-6);
      align-items: start;
    }
    @media (max-width: 900px) { .montage-grid { grid-template-columns: 1fr; } }
    .montage-card {
      background: var(--surface-card); border: 1px solid var(--border-soft);
      border-radius: var(--radius-xl); padding: var(--space-8);
      box-shadow: var(--shadow-soft-md);
    }
    .montage-card--in { border-color: rgba(15, 185, 122, 0.28); }
    .montage-card--out { border-color: var(--border-soft); background: linear-gradient(170deg, var(--color-slate-50), var(--surface-card)); }
    /* Фото-шапка карточки: bleed до краёв, верхние углы = радиус карточки.
       height:auto обязателен — иначе HTML-атрибут height побеждает aspect-ratio. */
    .montage-photo {
      display: block;
      width: calc(100% + var(--space-8) * 2);
      height: auto;
      margin: calc(-1 * var(--space-8)) calc(-1 * var(--space-8)) var(--space-6);
      aspect-ratio: 21 / 9;              /* компактная горизонтальная лента на ПК */
      object-fit: cover;
      object-position: 50% 28%;          /* держим кондиционер/лица в кадре при низком кропе */
      border-radius: calc(var(--radius-xl) - 1px) calc(var(--radius-xl) - 1px) 0 0;
    }
    @media (max-width: 900px) {
      .montage-photo { aspect-ratio: 16 / 9; } /* одна колонка на мобиле — кадр чуть выше */
    }
    /* Единая фото-шапка блока (одно фото с лицом монтажника вместо двух в карточках) */
    .montage-hero {
      margin: 0 0 var(--space-8); border-radius: var(--radius-xl);
      overflow: hidden; box-shadow: var(--shadow-soft-md);
    }
    .montage-hero img {
      display: block; width: 100%; height: auto;
      aspect-ratio: 24 / 9; object-fit: cover; object-position: 50% 34%;
    }
    /* «Что может быть сверху» — раскрывающийся блок (details): ПК открыт, мобилка свёрнута */
    .montage-details > summary { list-style: none; cursor: pointer; }
    .montage-details > summary::-webkit-details-marker { display: none; }
    .montage-chev { margin-left: auto; color: var(--text-muted); display: flex; transition: transform .25s var(--ease-out); }
    .montage-details[open] .montage-chev { transform: rotate(180deg); }
    .montage-details:not([open]) > summary { margin-bottom: 0; }
    @media (min-width: 901px) {
      .montage-details > summary { cursor: default; }
      .montage-chev { display: none; }
    }
    /* Мобилка: блок компактнее — фото ниже, карточки плотнее */
    @media (max-width: 700px) {
      .montage-hero { margin-bottom: var(--space-5); }
      .montage-hero img { aspect-ratio: 16 / 10; }
      .montage-grid { gap: var(--space-4); }
      .montage-card { padding: var(--space-5); }
      .montage-card-head { margin-bottom: var(--space-4); }
      .montage-card-head h3 { font-size: var(--fs-body-lg); }
      .montage-list { gap: var(--space-3); }
      .montage-list li { font-size: var(--fs-body-sm); line-height: var(--lh-normal); }
    }
    .montage-card-head { display: flex; align-items: center; gap: var(--space-3); margin-bottom: var(--space-5); }
    .montage-card-head h3 {
      font-size: var(--fs-h4); font-weight: var(--fw-extrabold); letter-spacing: var(--ls-heading);
      line-height: var(--lh-snug); color: var(--text-primary);
    }
    .montage-ico {
      flex: none; width: 40px; height: 40px; border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
    }
    .montage-ico--ok { background: rgba(15, 185, 122, 0.12); color: var(--color-success); }
    .montage-ico--info { background: var(--color-brand-50); color: var(--color-brand-600); }
    .montage-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: var(--space-4); }
    .montage-list li {
      position: relative; padding-left: var(--space-6);
      font-size: var(--fs-body); line-height: var(--lh-relaxed); color: var(--text-secondary);
    }
    .montage-list li::before {
      content: ''; position: absolute; left: 0; top: 11px;
      width: 6px; height: 6px; border-radius: 50%; background: var(--color-brand-400);
    }
    .montage-card--in .montage-list li::before { background: var(--color-success); }
    .montage-list li b { color: var(--text-primary); font-weight: var(--fw-bold); }
    .montage-foot {
      margin-top: var(--space-5); padding-top: var(--space-4);
      border-top: 1px dashed var(--border-soft);
      font-size: var(--fs-body-sm); color: var(--text-muted); line-height: var(--lh-relaxed);
    }
    .montage-cta {
      margin-top: var(--space-10);
      display: flex; gap: var(--space-3); flex-wrap: wrap; justify-content: center;
    }
    @media (max-width: 560px) {
      .montage-cta { flex-direction: column; align-items: stretch; }
      .montage-cta .btn { width: 100%; }
    }

    /* ─── REVEAL SCROLL: pin + canvas image-sequence + 4 метрики ──
       Контейнер 680vh, .reveal-sticky пиннится на 100vh, внутри canvas
       проигрывает image-sequence по scroll-прогрессу p∈[0,1]. После p=0.6
       поверх кадра всплывают 4 плашки-метрики по data-in/data-out окнам.
       На <1024px / iOS / reduced-motion — статичный fallback (постер + сетка 2×2). */
    .reveal-scroll {
      position: relative;
      height: 120vh;                              /* 680→320→200→150vh: один прокрут — и мы у кондиционера с метриками */
      background: var(--surface-app);
      transition: background-color 0.6s var(--ease-out);
    }
    /* Финал скраба остаётся светлым: navy-фон давал тёмную полосу над пиллой,
       а белые H1/H2 терялись на бежевом кадре (фикс 2026-07-08) */
    .reveal-sticky {
      /* Пиннится ПОД плашкой: меню остаётся на границе иллюстрации и не перекрывает кондиционер.
         --header-h задаётся из JS по реальной высоте шапки (fallback 84px). */
      position: sticky; top: var(--header-h, 84px);
      height: calc(100vh - var(--header-h, 84px)); width: 100%;
      overflow: hidden;
    }
    .reveal-canvas {
      position: absolute; inset: 0;
      width: 100%; height: 100%;
      display: block;
      background: transparent;
      z-index: 1;
    }
    /* Плейсхолдер кадра-1 — постер из самого ролика (грузится первым через preload в <head>) */
    .reveal-placeholder {
      position: absolute; inset: 0; z-index: 0;
      display: flex; flex-direction: column;
      align-items: center; justify-content: center;
      gap: var(--space-6);
      background: var(--color-slate-50) url('assets/reveal-v2/seq/f_000.webp') center / cover no-repeat;
      transition: opacity 0.4s var(--ease-out);
      pointer-events: none;
    }
    /* Лёгкая виньетка чтобы текст hero читался поверх постера */
    .reveal-placeholder::after {
      content: ''; position: absolute; inset: 0;
      background: linear-gradient(180deg, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0.20) 30%, transparent 60%);
      pointer-events: none;
    }
    .reveal-placeholder.is-hidden { opacity: 0; }
    /* SVG-силуэт и подпись больше не нужны — постер показывает реальный кадр-1 */
    .reveal-ph-ac, .reveal-ph-note { display: none; }
    .reveal-content {
      position: absolute; inset: 0; z-index: 2;
      display: flex; flex-direction: column;
      justify-content: space-between; align-items: stretch;
      padding: var(--space-16) var(--space-8) var(--space-12);
      max-width: var(--container-xl); margin: 0 auto;
      pointer-events: none;
    }
    .reveal-content .btn,
    .reveal-content a.hero-tag { pointer-events: auto; }

    /* Hero overlay (тег + H1 + lead + CTA), виден на p<0.55, плавно гаснет */
    .reveal-hero {
      max-width: 720px;
      transition: opacity 0.4s var(--ease-out), transform 0.4s var(--ease-out);
    }
    .reveal-scroll.is-past-hero .reveal-hero {
      opacity: 0;
      transform: translateY(-16px);
      pointer-events: none;
    }
    .reveal-hero h1 {
      font-size: clamp(40px, 5.5vw, 56px); font-weight: var(--fw-extrabold);
      letter-spacing: var(--ls-display); line-height: var(--lh-tight);
      max-width: 680px; text-wrap: balance; margin-top: var(--space-6);
      color: var(--text-primary);
    }
    /* Акцент в H1: другой цвет, тот же шрифт (script-спан убран — наезжал на строку на мобиле) */
    .reveal-hero h1 .hl { color: var(--color-brand-500); white-space: nowrap; }
    .reveal-hero .lead {
      margin-top: var(--space-5); font-size: var(--fs-body-lg);
      color: var(--text-secondary); max-width: 540px; line-height: var(--lh-relaxed);
      text-wrap: balance;
    }
    /* Лид-абзац на glass-подложке (читается на любом кадре) */
    .reveal-sub {
      margin-top: var(--space-5);
      max-width: 560px; width: fit-content;
      padding: 12px 18px;
      background: rgba(255, 255, 255, 0.55);
      -webkit-backdrop-filter: blur(20px) saturate(180%);
      backdrop-filter: blur(20px) saturate(180%);
      border: 1px solid rgba(255, 255, 255, 0.65);
      border-radius: var(--radius-lg);
      box-shadow:
        0 8px 24px -8px rgba(71, 122, 211, 0.10),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
      font-size: var(--fs-body-lg); color: var(--text-primary);
      line-height: var(--lh-normal); text-wrap: pretty;
    }
    /* 4 карточки-выгоды под кнопкой — горизонтальные, чтобы hero влезал
       в 100vh на ноутбучных экранах (квадраты обрезались overflow'ом пина) */
    .rv-cards {
      margin-top: var(--space-6);
      display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;
      max-width: 760px;
    }
    .rv-card {
      display: flex; flex-direction: row; align-items: center; gap: 10px;
      padding: 12px 14px;
      background: rgba(255, 255, 255, 0.55);
      -webkit-backdrop-filter: blur(20px) saturate(180%);
      backdrop-filter: blur(20px) saturate(180%);
      border: 1px solid rgba(255, 255, 255, 0.65);
      border-radius: var(--radius-lg);
      box-shadow:
        0 8px 24px -8px rgba(71, 122, 211, 0.10),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
      font-size: 13px; font-weight: var(--fw-semibold);
      color: var(--text-primary); line-height: var(--lh-snug);
    }
    .rv-card .ico {
      flex: none; width: 30px; height: 30px;
      display: flex; align-items: center; justify-content: center;
      background: var(--color-brand-50); color: var(--color-brand-600);
      border-radius: 10px;
    }
    .rv-card .ico svg { width: 16px; height: 16px; }
    .reveal-hero .hero-actions {
      margin-top: var(--space-8); display: flex; flex-wrap: wrap; gap: var(--space-3);
    }
    /* Главная CTA hero — яркая акцентная (bright brand-градиент вместо navy) */
    .reveal-hero .hero-actions .btn--primary {
      background: linear-gradient(180deg, var(--color-brand-500), var(--color-brand-600) 55%, var(--color-brand-700));
      color: #fff;
      box-shadow: 0 24px 56px -14px rgba(71,122,211,0.55), inset 0 1px 0 rgba(255,255,255,0.35);
    }
    .reveal-hero .hero-actions .btn--primary:hover {
      background: linear-gradient(180deg, var(--color-brand-400), var(--color-brand-500) 55%, var(--color-brand-600));
      transform: translateY(-2px);
      box-shadow: 0 30px 64px -14px rgba(71,122,211,0.62), inset 0 1px 0 rgba(255,255,255,0.35);
    }
    @media (max-width: 560px) {
      .reveal-hero .hero-actions { flex-direction: column; align-items: stretch; }
      .reveal-hero .hero-actions .btn { width: 100%; }
    }

    /* Metrics block — absolute fill, метрики по углам вокруг центрального кондиционера */
    .reveal-metrics-block {
      position: absolute; inset: 0;
      pointer-events: none;
    }
    .reveal-h2 {
      position: absolute;
      top: 6%; left: 50%; transform: translateX(-50%) translateY(12px);
      font-size: clamp(20px, 2.2vw, 28px); font-weight: var(--fw-extrabold);
      letter-spacing: var(--ls-display); line-height: var(--lh-tight);
      color: var(--text-primary); text-wrap: balance;
      max-width: 600px; text-align: center;
      opacity: 0;
      transition: opacity 0.55s var(--ease-out), transform 0.55s var(--ease-out);
    }
    .reveal-scroll.is-armed .reveal-h2 { opacity: 0.7; transform: translateX(-50%) translateY(0); }
    .reveal-metrics {
      position: absolute; inset: 0;
    }
    .reveal-metric {
      position: absolute; max-width: 280px;
      padding: var(--space-5) var(--space-6);
      /* Liquid glass подложка под цифру + подпись */
      background: rgba(255, 255, 255, 0.55);
      -webkit-backdrop-filter: blur(20px) saturate(180%);
      backdrop-filter: blur(20px) saturate(180%);
      border: 1px solid rgba(255, 255, 255, 0.65);
      border-radius: var(--radius-lg);
      box-shadow:
        0 20px 50px -16px rgba(15, 26, 51, 0.18),
        0 8px 24px -8px rgba(71, 122, 211, 0.10),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
    }
    /* 4 угла вокруг центра (по диагонали от кондиционера) */
    .reveal-metric:nth-child(1) { top: 22%; left: 6%; }
    .reveal-metric:nth-child(2) { top: 22%; right: 6%; text-align: right; }
    .reveal-metric:nth-child(3) { bottom: 18%; left: 6%; }
    .reveal-metric:nth-child(4) { bottom: 18%; right: 6%; text-align: right; }
    @media (max-width: 1280px) {
      .reveal-metric { max-width: 240px; padding: var(--space-4) var(--space-5); }
      .reveal-metric:nth-child(1), .reveal-metric:nth-child(3) { left: 4%; }
      .reveal-metric:nth-child(2), .reveal-metric:nth-child(4) { right: 4%; }
    }
    /* На финальной navy-секции метрики НЕ меняют цвет —
       остаются светлым glass с brand-цифрами и slate-подписью. */
    .reveal-metric {
      opacity: 0; transform: translateY(20px);
      will-change: opacity, transform;
      transition: opacity 0.06s linear, transform 0.06s linear;
    }
    .reveal-metric-n {
      font-size: clamp(34px, 4.2vw, 56px);
      font-weight: var(--fw-extrabold);
      letter-spacing: var(--ls-display); line-height: 1;
      color: var(--color-brand-500);
      white-space: nowrap;
    }
    .reveal-metric-l {
      margin-top: var(--space-3);
      font-size: var(--fs-body-sm); color: var(--text-secondary);
      line-height: var(--lh-snug);
      max-width: 220px;
    }
    /* .reveal-metric-l на финале НЕ переключаем — остаётся slate-secondary */

    /* Мобилка (≤1023px): скраб ВЫКЛЮЧЕН (решение 2026-07-14) — статичный hero.
       Никакого пина и 120vh: обычный поток «текст → фото-постер → H2 + метрики 2×2».
       Канвас скрыт, кадры не грузятся (см. guard в JS — экономия 3.2 МБ на мобиле).
       !important-защита: если десктопный скраб уже запущен и окно сузили,
       его inline-стили (opacity метрик, is-past-hero) не должны ломать статичный вид. */
    @media (max-width: 1023px) {
      .reveal-scroll { height: auto; }
      .reveal-sticky {
        position: static; height: auto; overflow: visible;
        display: flex; flex-direction: column;
      }
      .reveal-canvas { display: none; }
      /* Постер вместо ролика: кадр-1, фокус на мастерах с кондиционером (74% по X) */
      .reveal-placeholder {
        order: 2;
        position: relative; inset: auto;
        margin: 0 var(--space-4);
        aspect-ratio: 4 / 3;
        background-position: 74% center;
        border-radius: var(--radius-xl);
        overflow: hidden;
        box-shadow: 0 20px 50px -16px rgba(15, 26, 51, 0.18);
        opacity: 1 !important;
      }
      .reveal-placeholder::after { display: none; }
      /* hero и метрики становятся flex-детьми .reveal-sticky — фото встаёт между ними */
      .reveal-content { display: contents; pointer-events: auto; }
      .reveal-hero {
        order: 1;
        max-width: none;
        padding: var(--space-6) var(--space-4) var(--space-6);
        opacity: 1 !important; transform: none !important;
        pointer-events: auto !important;
      }
      .reveal-hero h1 { font-size: clamp(28px, 7.4vw, 40px); max-width: 100%; margin-top: var(--space-4); }
      .reveal-hero .hero-actions { margin-top: var(--space-5); }
      /* лид-абзац и карточки компактнее */
      .reveal-sub { margin-top: var(--space-4); padding: 10px 14px; font-size: var(--fs-body-sm); }
      .rv-cards { grid-template-columns: repeat(2, 1fr); gap: 8px; max-width: 440px; margin-top: var(--space-5); }
      .rv-card { aspect-ratio: auto; flex-direction: row; align-items: center; gap: 10px; padding: 10px 12px; font-size: var(--fs-caption); }
      .rv-card .ico { width: 26px; height: 26px; }
      .rv-card .ico svg { width: 14px; height: 14px; }
      /* Метрики: статичный блок под фото */
      .reveal-metrics-block {
        order: 3;
        position: static;
        padding: var(--space-6) var(--space-4) var(--space-8);
        pointer-events: auto;
      }
      .reveal-h2 {
        position: static; opacity: 1 !important; transform: none !important;
        width: auto; max-width: none;
        font-size: clamp(17px, 4.6vw, 22px);
        text-align: center;
        margin-bottom: var(--space-4);
      }
      .reveal-metrics {
        position: static; inset: auto;
        display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
      }
      .reveal-metric {
        position: static; max-width: none;
        padding: 12px 14px; text-align: left !important;
        border-radius: var(--radius-md);
        opacity: 1 !important; transform: none !important;
      }
      .reveal-metric-n { font-size: clamp(20px, 6vw, 26px); }
      .reveal-metric-l { font-size: 10.5px; margin-top: 4px; max-width: none; }
    }
    /* ПК (≥1024px): скраб-анимация ВЫКЛЮЧЕНА (решение 2026-07-20) — статичный hero:
       текст слева | фото-постер справа, метрики в ряд под ними. Канвас скрыт,
       120 кадров не грузятся (быстрее LCP и на десктопе). */
    @media (min-width: 1024px) {
      .reveal-scroll { height: auto; background: var(--surface-app); }
      .reveal-sticky {
        position: static; height: auto; overflow: visible;
        max-width: var(--container-xl); margin: 0 auto;
        padding: clamp(32px, 4vw, 60px) var(--space-8) clamp(40px, 5vw, 72px);
        display: grid;
        grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
        grid-template-areas: "hero photo" "metrics metrics";
        column-gap: clamp(32px, 4vw, 72px);
        row-gap: clamp(28px, 3.5vw, 48px);
        align-items: center;
      }
      .reveal-canvas { display: none; }
      .reveal-content { display: contents; pointer-events: auto; }
      .reveal-hero {
        grid-area: hero; max-width: none; margin: 0;
        opacity: 1 !important; transform: none !important; pointer-events: auto !important;
      }
      .reveal-placeholder {
        grid-area: photo;
        position: relative; inset: auto; margin: 0;
        aspect-ratio: 4 / 3;
        background-position: 68% center;
        border-radius: var(--radius-2xl);
        overflow: hidden;
        box-shadow: 0 30px 70px -24px rgba(15, 26, 51, 0.28);
        opacity: 1 !important;
      }
      .reveal-placeholder::after { display: none; }
      .rv-cards { grid-template-columns: repeat(2, 1fr); max-width: 520px; }
      .reveal-metrics-block { grid-area: metrics; position: static; pointer-events: auto; }
      .reveal-h2 {
        position: static; opacity: 1 !important; transform: none !important;
        width: auto; max-width: none; text-align: center;
        font-size: clamp(20px, 2vw, 26px); margin: 0 0 var(--space-5);
      }
      .reveal-metrics {
        position: static; inset: auto;
        display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--space-4);
      }
      .reveal-metric {
        position: static; max-width: none;
        opacity: 1 !important; transform: none !important;
        padding: var(--space-5);
      }
      .reveal-metrics .reveal-metric { text-align: left; }
    }
    @media (prefers-reduced-motion: reduce) {
      .reveal-metric, .reveal-h2, .reveal-hero { transition: none; opacity: 1; transform: none; }
    }
    /* Невысокие десктопы (MacBook 100%: вьюпорт ~700-860px) — ужимаем вертикальный
       ритм hero, чтобы карточки-выгоды не обрезались пином (overflow: hidden) */
    @media (min-width: 1024px) and (max-height: 860px) {
      .reveal-content { padding-top: var(--space-8); padding-bottom: var(--space-8); }
      .reveal-hero h1 { font-size: clamp(34px, 4.4vw, 46px); margin-top: var(--space-4); }
      .reveal-hero .lead, .reveal-sub { margin-top: var(--space-4); }
      .reveal-hero .hero-actions { margin-top: var(--space-5); }
      .rv-cards { margin-top: var(--space-5); }
      .rv-card { padding: 10px 12px; font-size: 12.5px; }
      .rv-card .ico { width: 26px; height: 26px; }
      .rv-card .ico svg { width: 14px; height: 14px; }
    }

    /* ─── ПРОМО-БЛОК ВНУТРИ HERO (главная, .has-promo) ──────────────
       Тёмная карточка, переиспользует .promo-band-eyebrow/-title/-sub/-btn.
       ПК: буллеты под hero слева, фото во всю высоту справа, промо НАД метриками.
       Мобилка: промо на месте буллетов (сразу после hero), буллеты — вниз. */
    .reveal-promo {
      position: relative; overflow: hidden;
      display: flex; align-items: center; justify-content: space-between; gap: var(--space-6); flex-wrap: wrap;
      background: linear-gradient(120deg, var(--color-navy-900, #0f1a33), var(--color-navy-800, #16233f) 70%);
      border-radius: var(--radius-xl); padding: clamp(18px, 2.4vw, 28px) clamp(20px, 2.6vw, 32px);
    }
    .reveal-promo::before { content: ""; position: absolute; top: -60%; right: -8%; width: 50%; height: 200%; background: radial-gradient(circle, rgba(71,122,211,.28), transparent 68%); pointer-events: none; }
    .reveal-promo-copy { position: relative; min-width: 0; }
    @media (min-width: 1024px) {
      .reveal-sticky.has-promo {
        align-items: start;
        grid-template-areas:
          "hero    photo"
          "cards   photo"
          "promo   promo"
          "metrics metrics";
      }
      .reveal-sticky.has-promo .reveal-hero { grid-area: hero; }
      .reveal-sticky.has-promo .rv-cards { grid-area: cards; align-self: start; margin-top: var(--space-5); }
      .reveal-sticky.has-promo .reveal-placeholder { grid-area: photo; align-self: stretch; height: 100%; aspect-ratio: auto; min-height: 340px; }
      .reveal-sticky.has-promo .reveal-promo { grid-area: promo; }
      .reveal-sticky.has-promo .reveal-metrics-block { grid-area: metrics; }
    }
    @media (max-width: 1023px) {
      .reveal-sticky.has-promo .reveal-promo { order: 2; margin: 0 var(--space-4); }
      .reveal-sticky.has-promo .reveal-placeholder { order: 3; }
      .reveal-sticky.has-promo .reveal-metrics-block { order: 4; }
      .reveal-sticky.has-promo .rv-cards { order: 5; max-width: none; margin: var(--space-2) 0 0; padding: 0 var(--space-4) var(--space-6); }
      .reveal-promo { padding: 16px 18px; }
      .reveal-promo .promo-band-btn { width: 100%; }
    }

    /* ─── REVIEWS: карточки отзывов клиентов ────────────────────── */
    .reviews-section .section-head { text-align: center; }
    .rev-grid {
      display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-5);
    }
    @media (max-width: 960px) { .rev-grid { grid-template-columns: 1fr 1fr; } }
    @media (max-width: 640px) { .rev-grid { grid-template-columns: 1fr; } }
    .rev-card {
      display: flex; flex-direction: column; gap: var(--space-4);
      min-width: 0; /* грид-айтем: без этого nowrap-мета раздувает колонки за контейнер */
      padding: var(--space-6);
      background: var(--surface-card); border: 1px solid var(--border-soft);
      border-radius: var(--radius-xl);
      box-shadow: var(--shadow-soft-sm);
    }
    .rev-head { display: flex; align-items: center; gap: var(--space-3); }
    .rev-ava {
      flex: none; width: 42px; height: 42px; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-weight: var(--fw-extrabold); font-size: 16px;
    }
    .rev-who { flex: 1; min-width: 0; }
    .rev-name { font-weight: var(--fw-bold); color: var(--text-primary); font-size: var(--fs-body); }
    .rev-meta {
      margin-top: 1px; font-size: var(--fs-caption); color: var(--text-muted);
      overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
    }
    .rev-stars { flex: none; color: #F0B429; font-size: 13px; letter-spacing: 1px; }
    .rev-text { font-size: var(--fs-body-sm); color: var(--text-secondary); line-height: var(--lh-relaxed); }
    .reviews-foot {
      max-width: 600px; margin: var(--space-8) auto 0;
      text-align: center; font-size: var(--fs-body-sm); color: var(--text-muted);
      line-height: var(--lh-relaxed);
    }
    .section-head { max-width: 760px; margin-bottom: var(--space-12); }
    .section-head .t-eyebrow { display: block; }
    .section-head h2 {
      margin-top: var(--space-3);
      font-size: clamp(32px, 4vw, 48px); font-weight: var(--fw-extrabold);
      letter-spacing: var(--ls-display); line-height: var(--lh-tight); text-wrap: balance;
    }
    .section-head h2 .script {
      font-family: var(--font-script); font-weight: 400;
      font-size: 1.3em; color: var(--color-brand-500); letter-spacing: 0;
      display: inline-block; transform: rotate(-3deg); margin: 0 0.04em;
    }
    .section-head .lead {
      margin-top: var(--space-5); font-size: var(--fs-body-lg);
      color: var(--text-secondary); line-height: var(--lh-relaxed);
    }
    /* Кликабельная фраза внутри лида (например, «ответьте на 6 коротких вопросов» → #quiz) */
    .lead .quiz-link {
      color: var(--color-brand-600); font-weight: var(--fw-semibold);
      text-decoration: underline; text-underline-offset: 3px;
      transition: color var(--duration-fast) var(--ease-out);
    }
    .lead .quiz-link:hover { color: var(--color-brand-700); }

    /* ─── CATALOG ───────────────────────────────────────────────── */

    .pcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-6); }
    @media (max-width: 960px) { .pcards { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 600px) { .pcards { grid-template-columns: 1fr; } }
    .pcard {
      position: relative; background: var(--surface-card);
      border: 1px solid transparent;
      border-radius: var(--radius-xl);
      box-shadow: var(--shadow-soft-sm);
      padding: var(--space-6);
      transition: all var(--duration-base) var(--ease-out);
      overflow: hidden;
    }
    .pcard::before {
      content: ''; position: absolute; inset: 0;
      background: radial-gradient(circle at top right, rgba(71,122,211,0.10), transparent 60%);
      opacity: 0; transition: opacity 0.3s var(--ease-out); pointer-events: none;
      border-radius: inherit;
    }
    .pcard:hover {
      transform: translateY(-6px);
      box-shadow: 0 24px 64px rgba(15, 26, 51, 0.10), 0 4px 12px rgba(71, 122, 211, 0.06);
      border-color: rgba(71, 122, 211, 0.15);
    }
    .pcard:hover::before { opacity: 1; }
    .pcard > * { position: relative; z-index: 1; }
    .pcard .image {
      aspect-ratio: 5/4;
      background: linear-gradient(150deg, var(--color-slate-50), var(--color-brand-50));
      border-radius: var(--radius-md); margin-bottom: var(--space-5);
      display: flex; align-items: center; justify-content: center; color: var(--color-brand-300);
    }
    .pcard .model-code {
      font-size: 11px; letter-spacing: .02em;
      font-weight: var(--fw-medium); color: var(--text-muted);
    }
    .pcard h3 {
      margin-top: var(--space-2); font-size: var(--fs-h3);
      font-weight: var(--fw-extrabold); letter-spacing: var(--ls-heading);
      line-height: var(--lh-tight); color: var(--text-primary);
    }
    .pcard .benefit {
      margin-top: var(--space-3); font-size: var(--fs-body-sm);
      color: var(--text-secondary); line-height: var(--lh-relaxed);
    }
    .pcard .specs { margin-top: var(--space-5); display: flex; flex-direction: column; gap: var(--space-2); }
    .pcard .specs li { display: flex; justify-content: space-between; font-size: var(--fs-body-sm); color: var(--text-secondary); }
    .pcard .specs li b { color: var(--text-primary); font-weight: var(--fw-semibold); }
    .pcard .meta {
      margin-top: var(--space-5); padding-top: var(--space-5);
      border-top: 1px solid var(--border-soft);
      display: flex; justify-content: space-between; align-items: flex-end;
    }
    .pcard .price-lbl { font-size: var(--fs-caption); color: var(--text-muted); }
    .pcard .price { font-size: var(--fs-h4); font-weight: var(--fw-extrabold); letter-spacing: var(--ls-heading); }
    .pcard .badge-pin { position: absolute; top: var(--space-5); right: var(--space-5); }
    .catalog-foot { margin-top: var(--space-10); text-align: center; }
    .catalog-foot a { font-weight: var(--fw-semibold); color: var(--text-primary); }
    .catalog-foot a:hover { color: var(--color-brand-600); }

    /* ─── WHY US (dark) ─────────────────────────────────────────── */

    .why {
      background: var(--color-navy-900); color: var(--color-white);
      padding: var(--space-24) 0;
    }
    .why .section-head { color: var(--color-white); }
    .why .section-head h2 { color: var(--color-white); }
    .why .section-head .lead { color: rgba(255,255,255,0.7); }
    .why .section-head .t-eyebrow { color: var(--color-brand-300); }
    .why-grid {
      display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-10);
      margin-top: var(--space-12);
    }
    @media (max-width: 720px) { .why-grid { grid-template-columns: 1fr; } }
    .why-item { padding-top: var(--space-7); border-top: 1px solid rgba(255,255,255,0.1); }
    .why-item .num {
      font-family: var(--font-script); font-weight: 400;
      font-size: 72px; line-height: 0.85; color: var(--color-brand-400);
      letter-spacing: 0; margin-bottom: var(--space-4);
    }
    .why-item h3 {
      font-size: var(--fs-h4); font-weight: var(--fw-bold);
      letter-spacing: var(--ls-heading); line-height: var(--lh-snug);
      margin-bottom: var(--space-3); text-wrap: balance;
    }
    .why-item p { color: rgba(255,255,255,0.7); line-height: var(--lh-relaxed); }

    /* ─── PROCESS ───────────────────────────────────────────────── */

    .process-grid {
      display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-5);
    }
    @media (max-width: 1024px) { .process-grid { grid-template-columns: repeat(2, 1fr); gap: var(--space-4); } }
    @media (max-width: 560px)  { .process-grid { grid-template-columns: 1fr; } }

    .process-step {
      position: relative;
      background: var(--color-white);
      border: 1px solid var(--border-soft);
      border-radius: var(--radius-2xl);
      padding: var(--space-10) var(--space-6) var(--space-6);
      box-shadow: var(--shadow-soft-sm);
      transition: all var(--duration-base) var(--ease-out);
      display: flex; flex-direction: column; align-items: center;
      text-align: center;
      min-height: 340px;
    }
    .process-step:hover {
      transform: translateY(-6px);
      box-shadow: var(--shadow-soft-lg);
      border-color: var(--color-brand-200);
    }

    .process-step .icon-circle {
      width: 80px; height: 80px;
      background: linear-gradient(140deg, var(--color-brand-100) 0%, var(--color-brand-50) 100%);
      color: var(--color-brand-600);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: var(--space-4);
      box-shadow: inset 0 0 0 1px rgba(71, 122, 211, 0.12);
      transition: all var(--duration-base) var(--ease-out);
    }
    .process-step:hover .icon-circle {
      background: linear-gradient(140deg, var(--color-brand-500) 0%, var(--color-brand-700) 100%);
      color: var(--color-white);
      transform: scale(1.06);
      box-shadow: 0 12px 28px rgba(71, 122, 211, 0.28), inset 0 0 0 1px rgba(255,255,255,0.2);
    }
    .process-step .step-num {
      font-family: var(--font-script); font-weight: 400;
      font-size: 32px; line-height: 1;
      color: var(--color-brand-500);
      margin-bottom: var(--space-2);
    }
    .process-step h3 {
      font-size: var(--fs-h5);
      font-weight: var(--fw-extrabold);
      letter-spacing: var(--ls-heading);
      line-height: var(--lh-snug);
      margin-bottom: var(--space-3); text-wrap: balance;
      max-width: 260px;
    }
    .process-step p {
      font-size: var(--fs-body-sm);
      color: var(--text-secondary);
      line-height: var(--lh-relaxed);
      max-width: 260px;
    }
    .process-step .step-foot {
      margin-top: auto;
      padding-top: var(--space-6);
      display: inline-flex; align-items: center; gap: var(--space-2);
      font-size: var(--fs-caption); font-weight: var(--fw-semibold);
      color: var(--color-brand-700);
    }
    .process-step .step-foot svg { color: var(--color-brand-500); flex: none; }

    /* ─── QUIZ ──────────────────────────────────────────────────── */

    .quiz-section {
      background: linear-gradient(180deg, var(--color-brand-50) 0%, var(--surface-app) 100%);
      padding: var(--space-24) 0;
    }
    .quiz-wrap { max-width: var(--container-xl); margin: 0 auto; padding: 0 var(--space-6); }
    .quiz-head { text-align: center; margin-bottom: var(--space-12); }
    .quiz-head h2 {
      font-size: clamp(32px, 4vw, 48px); font-weight: var(--fw-extrabold);
      letter-spacing: var(--ls-display); line-height: var(--lh-tight); text-wrap: balance;
      margin-top: var(--space-3);
    }
    .quiz-head h2 .script {
      font-family: var(--font-script); font-weight: 400;
      font-size: 1.3em; color: var(--color-brand-500); letter-spacing: 0;
      display: inline-block; transform: rotate(-3deg);
    }
    .quiz-head .lead { margin: var(--space-5) auto 0; max-width: 560px; color: var(--text-secondary); font-size: var(--fs-body-lg); line-height: var(--lh-relaxed); }
    @media (max-width: 700px) {
      .quiz-head { margin-bottom: var(--space-8); }
      .quiz-head h2 { font-size: clamp(23px, 6.2vw, 30px); }
      .quiz-head .lead { margin-top: var(--space-3); font-size: var(--fs-body-sm); max-width: 42ch; }
    }

    .quiz-layout {
      display: grid; grid-template-columns: minmax(0, 1fr) 360px;
      gap: var(--space-8); align-items: start;
    }
    @media (max-width: 960px) { .quiz-layout { grid-template-columns: 1fr; } }

    .quiz {
      background: var(--surface-card); border: 1px solid var(--border-soft);
      border-radius: var(--radius-2xl);
      box-shadow: var(--shadow-soft-lg);
      padding: var(--space-12);
    }
    @media (max-width: 768px) { .quiz { padding: var(--space-8) var(--space-6); } }
    .quiz-progress { display: flex; align-items: center; gap: var(--space-5); margin-bottom: var(--space-10); }
    .quiz-progress .step-label { font-size: var(--fs-body-sm); font-weight: var(--fw-semibold); color: var(--text-muted); flex: none; }
    .quiz-progress .bar { flex: 1; height: 8px; background: var(--color-slate-100); border-radius: var(--radius-full); overflow: hidden; }
    .quiz-progress .bar > div { height: 100%; background: linear-gradient(90deg, var(--color-brand-400), var(--color-brand-600)); transition: width var(--duration-base) var(--ease-out); }
    .quiz-step { display: none; }
    .quiz-step.active { display: block; animation: fadeIn 0.3s var(--ease-out); }
    @keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
    .quiz-step h3 {
      font-size: clamp(24px, 3.2vw, 36px); font-weight: var(--fw-extrabold);
      letter-spacing: var(--ls-heading); line-height: var(--lh-snug);
    }
    .quiz-step p.sub { margin-top: var(--space-4); color: var(--text-secondary); margin-bottom: var(--space-8); font-size: var(--fs-body-lg); line-height: var(--lh-relaxed); }
    .quiz-options { display: grid; gap: var(--space-3); }
    .quiz-options.two-cols { grid-template-columns: repeat(2, 1fr); }
    @media (max-width: 560px) { .quiz-options.two-cols { grid-template-columns: 1fr; } }
    .quiz-option {
      text-align: left; padding: var(--space-5) var(--space-6);
      background: var(--surface-soft); border: 2px solid transparent;
      border-radius: var(--radius-md);
      transition: all var(--duration-fast) var(--ease-out); cursor: pointer;
    }
    .quiz-option:hover { background: var(--color-brand-50); border-color: var(--color-brand-300); transform: translateY(-1px); box-shadow: var(--shadow-soft-sm); }
    .quiz-option .title { font-weight: var(--fw-bold); font-size: var(--fs-body-lg); }
    .quiz-option .desc { margin-top: 6px; font-size: var(--fs-body-sm); color: var(--text-secondary); }

    /* ─── Consultant aside ──────────────────────────────────────── */
    .quiz-trainer {
      position: sticky; top: 100px;
      background: rgba(255, 255, 255, 0.72);
      -webkit-backdrop-filter: blur(24px) saturate(180%);
      backdrop-filter: blur(24px) saturate(180%);
      border: 1px solid rgba(255, 255, 255, 0.7);
      border-radius: var(--radius-2xl);
      box-shadow:
        0 16px 48px rgba(15, 26, 51, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
      padding: var(--space-8) var(--space-6);
      text-align: center;
    }
    @media (max-width: 960px) { .quiz-trainer { position: static; } }
    /* Обёртка отвечает за позицию и удерживает онлайн-точку ПОВЕРХ круга — без обрезания. */
    .quiz-trainer-avatar {
      position: relative; width: 112px; height: 112px;
      margin: 0 auto var(--space-4);
    }
    .quiz-trainer-photo {
      width: 100%; height: 100%;
      border-radius: 50%;
      background: linear-gradient(140deg, var(--color-brand-200), var(--color-brand-100));
      display: flex; align-items: center; justify-content: center;
      overflow: hidden;
      box-shadow: inset 0 0 0 1px rgba(71, 122, 211, 0.15), var(--shadow-soft-sm);
    }
    .quiz-trainer-photo .initials {
      font-family: var(--font-sans); font-weight: var(--fw-black);
      font-size: 36px; color: var(--color-brand-700); letter-spacing: -1px;
    }
    .quiz-trainer-photo img {
      width: 100%; height: 100%;
      object-fit: cover;
      display: block;
    }
    /* Онлайн-индикатор сидит ВНЕ круга-маски — поэтому не обрезается, виден поверх. */
    .quiz-trainer-avatar .online-dot {
      position: absolute; bottom: 4px; right: 8px;
      width: 18px; height: 18px;
      background: var(--color-success);
      border: 3px solid var(--surface-card);
      border-radius: 50%;
      z-index: 2;
      box-shadow: 0 0 0 0 rgba(15, 185, 122, 0.45);
      animation: pulse 2s infinite;
    }
    @keyframes pulse {
      0%   { box-shadow: 0 0 0 0   rgba(15, 185, 122, 0.45); }
      70%  { box-shadow: 0 0 0 8px rgba(15, 185, 122, 0);    }
      100% { box-shadow: 0 0 0 0   rgba(15, 185, 122, 0);    }
    }
    .quiz-trainer-name {
      font-size: var(--fs-h5); font-weight: var(--fw-bold);
      letter-spacing: var(--ls-heading); color: var(--text-primary);
    }
    .quiz-trainer-role {
      font-size: var(--fs-caption); color: var(--text-muted);
      margin-top: 2px;
    }
    .quiz-trainer-bubble {
      position: relative; margin-top: var(--space-5);
      background: var(--color-white);
      border: 1px solid var(--color-brand-100);
      border-radius: var(--radius-md);
      padding: var(--space-4) var(--space-5);
      font-size: var(--fs-body-sm); color: var(--text-primary);
      line-height: var(--lh-relaxed); text-align: left;
      box-shadow: var(--shadow-soft-xs);
    }
    .quiz-trainer-bubble::before {
      content: ''; position: absolute;
      top: -7px; left: 24px;
      width: 12px; height: 12px;
      background: var(--color-white);
      border-left: 1px solid var(--color-brand-100);
      border-top: 1px solid var(--color-brand-100);
      transform: rotate(45deg);
    }
    .quiz-trainer-socials-label {
      margin-top: var(--space-6); font-size: var(--fs-caption);
      color: var(--text-muted);
    }
    .quiz-trainer-socials {
      margin-top: var(--space-3);
      display: flex; gap: var(--space-2); justify-content: center;
    }
    .quiz-trainer-socials a {
      width: 44px; height: 44px;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      color: var(--color-white);
      transition: all var(--duration-fast) var(--ease-out);
    }
    .quiz-trainer-socials a:hover { transform: translateY(-2px) scale(1.06); box-shadow: var(--shadow-soft-sm); }
    .quiz-trainer-socials .s-wa { background: #25D366; }
    .quiz-trainer-socials .s-tg { background: #2AABEE; }
    .quiz-trainer-socials .s-phone { background: var(--color-navy-900); }

    .quiz-field { display: flex; flex-direction: column; gap: var(--space-2); margin-bottom: var(--space-4); }
    .quiz-field label { font-size: var(--fs-body-sm); font-weight: var(--fw-semibold); }
    .quiz-field input {
      font-family: var(--font-sans); font-size: var(--fs-body); color: var(--text-primary);
      background: var(--surface-soft); border: 2px solid transparent;
      border-radius: var(--radius-md); padding: 14px var(--space-4);
      transition: all var(--duration-fast) var(--ease-out);
    }
    .quiz-field input:focus { outline: none; background: var(--surface-card); border-color: var(--color-brand-400); box-shadow: var(--shadow-focus-ring); }
    .quiz-field input::placeholder { color: var(--color-slate-400); }
    .quiz-micro { font-size: var(--fs-caption); color: var(--text-muted); text-align: center; margin-top: var(--space-3); }

    .quiz-back { margin-top: var(--space-6); font-size: var(--fs-body-sm); font-weight: var(--fw-semibold); color: var(--text-muted); }
    .quiz-back:hover { color: var(--text-primary); }
    .quiz-back.is-hidden { visibility: hidden; }

    .quiz-thanks { text-align: center; padding: var(--space-8) 0; }
    .quiz-thanks .check {
      width: 64px; height: 64px; margin: 0 auto var(--space-5);
      background: rgba(15,185,122,0.12); border-radius: 50%;
      display: flex; align-items: center; justify-content: center; color: var(--color-success);
    }

    /* ─── FINAL CTA (dark) ──────────────────────────────────────── */

    .cta-final {
      background: var(--color-navy-900); color: var(--color-white);
      padding: var(--space-24) 0; text-align: center;
    }
    .cta-final h2 {
      font-size: clamp(36px, 5vw, 56px); font-weight: var(--fw-extrabold);
      letter-spacing: var(--ls-display); line-height: var(--lh-tight); text-wrap: balance;
      max-width: 800px; margin: 0 auto;
    }
    .cta-final h2 .script {
      font-family: var(--font-script); font-weight: 400;
      font-size: 1.4em; color: var(--color-brand-300); letter-spacing: 0;
      display: inline-block; transform: rotate(-3deg);
    }
    .cta-final p { margin-top: var(--space-5); max-width: 600px; margin-left: auto; margin-right: auto; font-size: var(--fs-body-lg); color: rgba(255,255,255,0.7); line-height: var(--lh-relaxed); }
    .cta-final-actions { margin-top: var(--space-10); display: inline-flex; flex-wrap: wrap; gap: var(--space-3); justify-content: center; }
    .cta-final-foot {
      margin-top: var(--space-12); display: flex; flex-wrap: wrap; justify-content: center; gap: var(--space-6);
      font-size: var(--fs-body-sm); color: rgba(255,255,255,0.55);
    }
    .cta-final-foot > div { display: flex; align-items: center; gap: var(--space-2); }
    .cta-final-foot > div::before { content: ''; width: 4px; height: 4px; background: var(--color-brand-400); border-radius: 50%; }

    /* ─── FOOTER ────────────────────────────────────────────────── */

    .site-footer { background: #0A1024; color: rgba(255,255,255,0.55); padding: var(--space-16) 0 var(--space-8); border-top: 1px solid rgba(255,255,255,0.06); }
    .site-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: var(--space-10); }
    @media (max-width: 720px) { .site-footer-grid { grid-template-columns: 1fr; gap: var(--space-8); } }
    .site-footer h4 { color: var(--color-white); font-size: var(--fs-body-sm); font-weight: var(--fw-bold); margin-bottom: var(--space-3); letter-spacing: var(--ls-eyebrow); text-transform: uppercase; }
    .site-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: var(--space-2); font-size: var(--fs-body-sm); }
    .site-footer a:hover { color: var(--color-white); }
    .site-footer-tag { margin-top: var(--space-3); font-size: var(--fs-body-sm); max-width: 360px; line-height: var(--lh-relaxed); }
    .site-footer-bottom {
      margin-top: var(--space-12); padding-top: var(--space-6); border-top: 1px solid rgba(255,255,255,0.06);
      display: flex; flex-wrap: wrap; justify-content: space-between; gap: var(--space-3);
      font-size: var(--fs-caption); color: rgba(255,255,255,0.4);
    }
    @media (max-width: 720px) {
      .site-footer-bottom { justify-content: flex-start; flex-direction: column; }
    }

    /* ─── CATALOG FILTERS + DYNAMIC LIST ────────────────────────── */

    .catalog-filters {
      display: flex; flex-direction: column; gap: var(--space-5);
      margin-bottom: var(--space-6);
      padding: var(--space-6);
      background: var(--surface-soft);
      border-radius: var(--radius-xl);
    }
    .filter-group { display: flex; align-items: center; gap: var(--space-4); flex-wrap: wrap; }
    .filter-label {
      flex: none; width: 140px;
      font-size: var(--fs-body-sm); font-weight: var(--fw-semibold); color: var(--text-secondary);
    }
    @media (max-width: 720px) {
      .filter-group { flex-direction: column; align-items: stretch; gap: var(--space-2); }
      .filter-label { width: auto; }
    }
    .chips { display: flex; flex-wrap: wrap; gap: var(--space-2); }
    .chip {
      font-family: var(--font-sans); font-weight: var(--fw-medium);
      font-size: var(--fs-body-sm); color: var(--text-secondary);
      padding: 8px var(--space-4); border-radius: var(--radius-full);
      background: var(--surface-card); border: 1px solid var(--border-soft);
      transition: all var(--duration-fast) var(--ease-out); cursor: pointer;
    }
    .chip:hover { border-color: var(--color-slate-400); color: var(--text-primary); }
    .chip.is-active {
      background: var(--color-navy-900); color: var(--color-white); border-color: var(--color-navy-900);
    }

    .catalog-toolbar {
      display: flex; justify-content: space-between; align-items: center; gap: var(--space-4);
      margin-bottom: var(--space-6); flex-wrap: wrap;
    }
    .result-count { font-size: var(--fs-body-sm); color: var(--text-secondary); }
    .result-count b { color: var(--text-primary); font-weight: var(--fw-bold); }

    /* ── поиск по каталогу ── */
    .catalog-search { position: relative; margin-bottom: var(--space-5); }
    .catalog-search .search-icon {
      position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
      color: var(--text-muted); pointer-events: none;
    }
    .catalog-search input {
      width: 100%; padding: 14px 48px 14px 46px;
      font: inherit; font-size: var(--fs-body-sm); color: var(--text-primary);
      background: var(--surface-card);
      border: 1.5px solid var(--border-soft); border-radius: var(--radius-md);
      outline: none; transition: border-color .15s ease, box-shadow .15s ease;
      -webkit-appearance: none; appearance: none;
    }
    .catalog-search input::placeholder { color: var(--text-muted); }
    .catalog-search input:focus {
      border-color: var(--color-brand-500);
      box-shadow: 0 0 0 3px var(--color-brand-50);
    }
    .catalog-search input::-webkit-search-cancel-button { display: none; }
    .catalog-search .search-clear {
      position: absolute; right: 10px; top: 50%; transform: translateY(-50%);
      width: 30px; height: 30px; display: flex; align-items: center; justify-content: center;
      border: none; background: transparent; color: var(--text-muted);
      border-radius: var(--radius-sm); cursor: pointer;
    }
    .catalog-search .search-clear:hover { color: var(--text-primary); background: var(--color-brand-50); }

    /* ── артикул: копируется по клику (карточки каталога + модалка) ── */
    .sku-copy {
      display: inline-flex; align-items: center; gap: 6px;
      font-family: inherit; font-size: 11px; letter-spacing: .04em;
      color: var(--text-muted); background: none; border: none;
      padding: 4px 7px; border-radius: var(--radius-sm); cursor: pointer;
      transition: color .15s ease, background .15s ease, border-color .15s ease;
    }
    .pcard .sku-copy { margin-top: var(--space-3); align-self: flex-start; margin-left: -7px; }
    .sku-copy:hover { color: var(--text-secondary); background: var(--color-slate-50); }
    .sku-copy:active { transform: translateY(.5px); }
    .sku-copy svg { flex: none; }
    .sku-copy .ic-check { display: none; }
    .sku-copy.copied { color: var(--color-success); }
    .sku-copy.copied .ic-copy { display: none; }
    .sku-copy.copied .ic-check { display: inline; }
    /* Вариант-чип для открытой карточки: артикул выделен и отделён от названия */
    .sku-copy--chip {
      margin-top: var(--space-3);
      padding: 6px 12px; font-size: 12px;
      color: var(--text-secondary);
      background: var(--surface-soft);
      border: 1px solid var(--border-soft);
      border-radius: var(--radius-full);
    }
    .sku-copy--chip:hover { background: var(--color-brand-50); color: var(--color-brand-700); border-color: var(--color-brand-200); }
    .sku-copy--chip.copied { background: var(--color-brand-50); border-color: var(--color-brand-200); }
    .sort-control { display: flex; align-items: center; gap: var(--space-2); font-size: var(--fs-body-sm); color: var(--text-secondary); }
    .sort-control select {
      font-family: var(--font-sans); font-size: var(--fs-body-sm); font-weight: var(--fw-medium);
      color: var(--text-primary); background: var(--surface-card);
      border: 1px solid var(--border-soft); border-radius: var(--radius-sm);
      padding: 6px 28px 6px 12px; cursor: pointer;
      background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path fill='none' stroke='%23647389' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M3 5l3 3 3-3'/></svg>");
      background-repeat: no-repeat; background-position: right 8px center;
      appearance: none; -webkit-appearance: none;
    }
    .sort-control select:focus { outline: none; border-color: var(--color-brand-400); box-shadow: var(--shadow-focus-ring); }

    /* live grid: auto-fill — карточки не сжимаются, когда сайдбар съедает ширину */
    .catalog-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: var(--space-6); }
    @media (max-width: 960px) { .catalog-list { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 600px) { .catalog-list { grid-template-columns: 1fr; } }

    /* Real product image */
    .pcard .image { overflow: hidden; }
    .pcard .image img {
      width: 100%; height: 100%; object-fit: contain; padding: var(--space-3);
      transition: transform var(--duration-base) var(--ease-out);
    }
    .pcard:hover .image img { transform: scale(1.04); }

    .pcard .badges { display: flex; flex-wrap: wrap; gap: 6px; margin-top: var(--space-3); }
    .pcard .price-retail { font-size: var(--fs-caption); color: var(--text-muted); margin-top: 2px; }

    .catalog-empty {
      text-align: center; padding: var(--space-16) var(--space-6);
      background: var(--surface-soft); border-radius: var(--radius-xl); margin-top: var(--space-6);
    }
    .catalog-empty h3 { font-size: var(--fs-h4); font-weight: var(--fw-bold); letter-spacing: var(--ls-heading); }
    .catalog-empty p { margin: var(--space-3) auto var(--space-6); color: var(--text-secondary); max-width: 440px; }

    .catalog-loadmore { text-align: center; margin-top: var(--space-10); }

    /* ─── USE-CASE PRESETS (выгода-фильтры) ─────────────────────────
       Компактные chip-пиллы по аналогии с фильтрами .chip ниже,
       но с иконкой + счётчиком. Flex-wrap — на любой ширине пиллы
       идут в один поток, не разбросаны. */

    .catalog-presets {
      display: flex; flex-wrap: wrap; gap: var(--space-2);
      margin-bottom: var(--space-6);
    }
    .preset {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 8px 12px 8px 10px;
      background: var(--surface-card); border: 1px solid var(--border-soft);
      border-radius: var(--radius-full);
      font-family: var(--font-sans);
      font-size: var(--fs-body-sm); font-weight: var(--fw-medium);
      color: var(--text-secondary); line-height: 1;
      cursor: pointer;
      transition: all var(--duration-fast) var(--ease-out);
    }
    .preset:hover { border-color: var(--color-slate-400); color: var(--text-primary); }
    .preset .icon {
      width: 18px; height: 18px; flex: none;
      color: var(--color-brand-600);
      display: flex; align-items: center; justify-content: center;
      transition: color var(--duration-fast) var(--ease-out);
    }
    .preset .icon svg { width: 16px; height: 16px; }
    .preset .name { white-space: nowrap; letter-spacing: var(--ls-body); }
    /* .desc в компактной пилле не нужен — пилла говорит сама за себя */
    .preset .desc { display: none; }
    .preset .cnt {
      font-size: 10.5px; font-weight: var(--fw-bold);
      color: var(--text-muted);
      background: var(--color-slate-100); padding: 2px 7px; border-radius: var(--radius-full);
      letter-spacing: 0;
    }
    .preset.is-active {
      background: var(--color-navy-900); color: var(--color-white); border-color: var(--color-navy-900);
    }
    .preset.is-active .name { color: var(--color-white); }
    .preset.is-active .icon { color: var(--color-brand-300); }
    .preset.is-active .cnt  { background: rgba(255,255,255,0.18); color: var(--color-white); }

    /* На мобильных — пресеты одной горизонтальной лентой со скроллом */
    @media (max-width: 959px) {
      .catalog-presets {
        flex-wrap: nowrap; overflow-x: auto; gap: 6px;
        margin-left: calc(-1 * var(--space-4)); margin-right: calc(-1 * var(--space-4));
        /* правый паддинг 44px > зоны фейда 28px: фейд гаснет на пустом паддинге,
           последний чип при доскролле остаётся полностью читаемым */
        padding: 2px 44px 6px var(--space-4);
        -webkit-overflow-scrolling: touch; scrollbar-width: none;
        /* edge fade справа — сигнал «можно листать» */
        -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 28px), transparent 100%);
        mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 28px), transparent 100%);
      }
      .catalog-presets::-webkit-scrollbar { display: none; }
      .preset { flex: none; padding: 7px 10px 7px 8px; gap: 6px; font-size: var(--fs-caption); }
      .preset .icon svg { width: 14px; height: 14px; }
      .preset .cnt { font-size: 10px; padding: 1px 6px; }
    }
    .preset.is-zero { opacity: 0.4; pointer-events: none; }

    /* ─── CATALOG V2: сетка sidebar+main, фасеты, сегменты, applied chips ── */

    .catalog-body { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: var(--space-8); align-items: start; }
    .catalog-main { min-width: 0; }

    /* Сегмент-контрол типа */
    .catalog-type {
      display: inline-flex; gap: 4px; padding: 4px;
      background: var(--surface-soft); border-radius: var(--radius-full);
      margin-bottom: var(--space-5);
      max-width: 100%; overflow-x: auto; scrollbar-width: none;
    }
    .catalog-type::-webkit-scrollbar { display: none; }
    .tseg {
      flex: none; display: inline-flex; align-items: center; gap: 7px;
      padding: 8px 16px; border-radius: var(--radius-full);
      font-family: var(--font-sans); font-size: var(--fs-body-sm); font-weight: var(--fw-medium);
      color: var(--text-secondary); background: transparent; border: none; cursor: pointer;
      transition: all var(--duration-fast) var(--ease-out); white-space: nowrap;
    }
    .tseg:hover { color: var(--text-primary); }
    .tseg .cnt { font-size: 10.5px; font-weight: var(--fw-bold); color: var(--text-muted); }
    .tseg.is-active { background: var(--color-navy-900); color: var(--color-white); box-shadow: var(--shadow-soft-sm); }
    .tseg.is-active .cnt { color: rgba(255,255,255,0.65); }

    /* Sidebar фасетов (десктоп) */
    .catalog-side {
      position: sticky; top: calc(var(--header-h, 84px) + var(--space-3));
      max-height: calc(100vh - var(--header-h, 84px) - var(--space-6));
      display: flex; flex-direction: column;
      background: var(--surface-soft); border-radius: var(--radius-xl);
      overflow: hidden;
    }
    .side-head { display: none; }
    .side-scroll { overflow-y: auto; padding: var(--space-2) var(--space-5) var(--space-5); overscroll-behavior: contain; }
    .side-foot { display: none; }

    .facet { border: none; padding: 0; margin: 0; border-bottom: 1px solid var(--border-soft); }
    .facet:last-child { border-bottom: none; }
    .facet-head {
      width: 100%; display: flex; align-items: center; gap: var(--space-2);
      padding: var(--space-4) 0; background: none; border: none; cursor: pointer;
      font-family: var(--font-sans); font-size: var(--fs-body-sm); font-weight: var(--fw-bold);
      color: var(--text-primary); text-align: left;
    }
    .facet-head .t { flex: none; }
    .facet-head .sel {
      flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
      font-weight: var(--fw-medium); font-size: var(--fs-caption); color: var(--text-muted);
    }
    .facet-head .chev { flex: none; color: var(--text-muted); transition: transform var(--duration-fast) var(--ease-out); }
    .facet[data-open="0"] .facet-head .chev { transform: rotate(-90deg); }
    .facet[data-open="0"] .facet-body { display: none; }
    .facet-body { padding: 0 0 var(--space-4); display: flex; flex-direction: column; gap: 2px; }
    .facet-body--cols { display: grid; grid-template-columns: 1fr 1fr; gap: 2px var(--space-3); }

    .fopt {
      display: flex; align-items: flex-start; gap: 9px;
      padding: 6px 4px; border-radius: var(--radius-sm); cursor: pointer;
      transition: background var(--duration-fast) var(--ease-out);
    }
    .fopt:hover { background: rgba(255,255,255,0.7); }
    .fopt input {
      flex: none; width: 17px; height: 17px; margin: 1px 0 0;
      accent-color: var(--color-brand-600); cursor: pointer;
    }
    .fopt .txt { flex: 1; min-width: 0; font-size: var(--fs-body-sm); color: var(--text-primary); line-height: var(--lh-snug); }
    .fopt .txt em { display: block; font-style: normal; font-size: var(--fs-caption); color: var(--text-muted); }
    .fopt .fcnt { flex: none; font-size: var(--fs-caption); font-weight: var(--fw-semibold); color: var(--text-muted); margin-top: 1px; }
    .fopt.is-zero { opacity: 0.38; pointer-events: none; }

    /* Цена: инпуты + пресеты */
    .price-inputs { display: flex; align-items: center; gap: 8px; margin-bottom: var(--space-3); }
    .price-inputs .dash { color: var(--text-muted); flex: none; }
    .price-inputs input {
      width: 100%; min-width: 0; padding: 9px 10px;
      font: inherit; font-size: var(--fs-body-sm); color: var(--text-primary);
      background: var(--surface-card); border: 1.5px solid var(--border-soft); border-radius: var(--radius-sm);
      outline: none; transition: border-color .15s ease, box-shadow .15s ease;
    }
    .price-inputs input:focus { border-color: var(--color-brand-500); box-shadow: 0 0 0 3px var(--color-brand-50); }
    .price-presets { display: flex; flex-wrap: wrap; gap: 6px; }
    .pp {
      display: inline-flex; align-items: center; gap: 6px;
      padding: 6px 11px; border-radius: var(--radius-full);
      font-family: var(--font-sans); font-size: var(--fs-caption); font-weight: var(--fw-medium);
      color: var(--text-secondary); background: var(--surface-card);
      border: 1px solid var(--border-soft); cursor: pointer;
      transition: all var(--duration-fast) var(--ease-out);
    }
    .pp:hover { border-color: var(--color-slate-400); color: var(--text-primary); }
    .pp.is-active { background: var(--color-navy-900); color: var(--color-white); border-color: var(--color-navy-900); }
    .pp .fcnt { font-size: 10px; font-weight: var(--fw-bold); color: var(--text-muted); }
    .pp.is-active .fcnt { color: rgba(255,255,255,0.65); }
    .pp.is-zero { opacity: 0.38; pointer-events: none; }

    /* Кнопка «Фильтры» (мобайл) + бейдж активных */
    .filters-btn {
      display: none; align-items: center; gap: 8px;
      padding: 9px 14px; border-radius: var(--radius-full);
      font-family: var(--font-sans); font-size: var(--fs-body-sm); font-weight: var(--fw-semibold);
      color: var(--text-primary); background: var(--surface-card);
      border: 1.5px solid var(--border-soft); cursor: pointer;
      transition: all var(--duration-fast) var(--ease-out);
    }
    .filters-btn:active { transform: translateY(1px); }
    .fbadge {
      min-width: 20px; height: 20px; padding: 0 6px;
      display: flex; align-items: center; justify-content: center;
      background: var(--color-navy-900); color: var(--color-white);
      border-radius: var(--radius-full); font-size: 11px; font-weight: var(--fw-bold);
    }
    .sort-lbl { color: var(--text-secondary); }

    /* Applied chips — выбранные фильтры */
    .applied {
      display: flex; align-items: center; gap: var(--space-3);
      margin: calc(-1 * var(--space-2)) 0 var(--space-5);
    }
    .applied[hidden] { display: none; }
    .applied-chips { display: flex; flex-wrap: wrap; gap: 6px; flex: 1; min-width: 0; }
    .fchip {
      display: inline-flex; align-items: center; gap: 6px;
      padding: 6px 8px 6px 12px; border-radius: var(--radius-full);
      background: var(--color-navy-900); color: var(--color-white);
      font-family: var(--font-sans); font-size: var(--fs-caption); font-weight: var(--fw-medium);
      border: none; cursor: pointer; line-height: 1.2;
      transition: background var(--duration-fast) var(--ease-out);
    }
    .fchip:hover { background: var(--color-navy-800); }
    .fchip .k { color: rgba(255,255,255,0.55); }
    .fchip .x {
      display: flex; align-items: center; justify-content: center;
      width: 16px; height: 16px; border-radius: 50%;
      background: rgba(255,255,255,0.16);
    }
    .applied-clear {
      flex: none; background: none; border: none; cursor: pointer;
      font-family: var(--font-sans); font-size: var(--fs-body-sm); font-weight: var(--fw-medium);
      color: var(--text-secondary); text-decoration: underline; text-underline-offset: 3px;
      padding: 6px 2px;
    }
    .applied-clear:hover { color: var(--color-brand-600); }

    /* Empty state v2 */
    .empty-chips { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-bottom: var(--space-5); }
    .empty-actions { display: flex; flex-wrap: wrap; gap: var(--space-3); justify-content: center; }
    .empty-quiz { margin-top: var(--space-5); font-size: var(--fs-body-sm); }
    .empty-quiz a { color: var(--color-brand-600); font-weight: var(--fw-medium); }
    .shown-of { margin-top: var(--space-3); font-size: var(--fs-caption); color: var(--text-muted); }

    .side-backdrop {
      position: fixed; inset: 0; z-index: calc(var(--z-modal) - 2);
      background: rgba(15,26,51,0.5);
      -webkit-backdrop-filter: blur(14px) saturate(140%);
      backdrop-filter: blur(14px) saturate(140%);
      opacity: 0; transition: opacity var(--duration-base) var(--ease-out);
    }
    .side-backdrop.is-open { opacity: 1; }
    .side-backdrop[hidden] { display: none; }

    /* ── Мобайл (<960): sidebar превращается в bottom-sheet ── */
    @media (max-width: 959px) {
      .catalog-body { grid-template-columns: 1fr; gap: 0; }

      .catalog-side {
        position: fixed; left: 0; right: 0; bottom: 0; top: auto;
        z-index: var(--z-modal);
        max-height: 90dvh; height: auto;
        border-radius: var(--radius-2xl) var(--radius-2xl) 0 0;
        background: rgba(255,255,255,0.98);
        -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);
        box-shadow: 0 -24px 80px rgba(15,26,51,0.25);
        transform: translateY(105%);
        transition: transform var(--duration-base) var(--ease-out);
      }
      .catalog-side.is-open { transform: translateY(0); }

      .side-head {
        display: flex; align-items: center; justify-content: center; position: relative;
        padding: var(--space-5) var(--space-5) var(--space-2);
      }
      .side-head h3 { font-size: var(--fs-h5); font-weight: var(--fw-extrabold); letter-spacing: var(--ls-heading); }
      .side-grip {
        position: absolute; top: 8px; left: 50%; transform: translateX(-50%);
        width: 44px; height: 5px; border-radius: 3px; background: var(--color-slate-200);
      }
      .side-close {
        position: absolute; right: var(--space-4); top: var(--space-4);
        width: 36px; height: 36px; border-radius: 50%;
        display: flex; align-items: center; justify-content: center;
        background: var(--color-slate-100); color: var(--text-secondary);
        border: none; cursor: pointer;
      }
      .side-scroll { padding: 0 var(--space-5); flex: 1; }
      .side-foot {
        display: flex; align-items: center; gap: var(--space-3);
        padding: var(--space-4) var(--space-5) calc(var(--space-4) + env(safe-area-inset-bottom, 0px));
        border-top: 1px solid var(--border-soft); background: rgba(255,255,255,0.95);
      }
      .side-foot .btn { flex: 1; }
      .side-reset {
        flex: none; background: none; border: none; cursor: pointer;
        font-family: var(--font-sans); font-size: var(--fs-body-sm); font-weight: var(--fw-medium);
        color: var(--text-secondary); text-decoration: underline; text-underline-offset: 3px;
        padding: 10px 6px;
      }

      /* sticky-бар: Фильтры + счётчик + сортировка */
      .catalog-toolbar {
        position: sticky; top: calc(var(--header-h, 84px) + 6px); z-index: 90;
        background: rgba(255,255,255,0.78);
        -webkit-backdrop-filter: blur(28px) saturate(180%);
        backdrop-filter: blur(28px) saturate(180%);
        border: 1px solid rgba(255,255,255,0.65); border-radius: var(--radius-full);
        box-shadow: 0 14px 40px rgba(15,26,51,0.08), inset 0 1px 0 rgba(255,255,255,0.9);
        padding: 6px 8px; margin-bottom: var(--space-5);
        flex-wrap: nowrap;
      }
      .filters-btn { display: inline-flex; }
      .result-count { display: none; }
      .sort-lbl { display: none; }
      .sort-control select { max-width: 168px; }

      .applied {
        overflow-x: auto; scrollbar-width: none;
        margin-left: calc(-1 * var(--space-4)); margin-right: calc(-1 * var(--space-4));
        padding: 0 44px 0 var(--space-4); /* 44px > фейда 28px — «Сбросить всё» не притухает */
        -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 28px), transparent 100%);
        mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 28px), transparent 100%);
      }
      .applied::-webkit-scrollbar { display: none; }
      .applied-chips { flex-wrap: nowrap; }
      .fchip { flex: none; white-space: nowrap; }
      .applied-clear { white-space: nowrap; }
    }

    /* ─── ENRICHED CARDS ────────────────────────────────────────── */

    .pcard {
      cursor: pointer; display: flex; flex-direction: column;
    }
    .pcard .benefit-line {
      margin-top: var(--space-3); font-size: var(--fs-body-sm);
      color: var(--text-primary); font-weight: var(--fw-medium);
      line-height: var(--lh-snug); min-height: 2.4em;
    }
    .pcard .specs { margin-top: var(--space-5); }
    .pcard .meta { margin-top: auto; }
    .pcard-actions {
      margin-top: var(--space-4); display: flex; gap: var(--space-2);
    }
    .pcard-actions .btn { flex: 1; }
    .pcard .cart-add {
      width: 40px; height: 40px; flex: none;
      display: flex; align-items: center; justify-content: center;
      border-radius: var(--radius-sm);
      background: var(--color-brand-50); color: var(--color-brand-700);
      border: 1px solid var(--color-brand-200);
      transition: all var(--duration-fast) var(--ease-out); cursor: pointer;
    }
    .pcard .cart-add:hover { background: var(--color-brand-500); color: var(--color-white); border-color: var(--color-brand-500); }
    .pcard .cart-add.in-cart { background: var(--color-success); color: var(--color-white); border-color: var(--color-success); }
    .pcard .use-tags {
      display: flex; flex-wrap: wrap; gap: 4px;
      margin-top: var(--space-3);
    }
    .pcard .use-tag {
      font-size: 10.5px; font-weight: var(--fw-semibold);
      color: var(--color-brand-700); background: var(--color-brand-50);
      padding: 3px 8px; border-radius: var(--radius-full);
    }

    /* ─── MODAL (model details) ─────────────────────────────────── */

    .modal-backdrop {
      position: fixed; inset: 0; z-index: var(--z-modal);
      background: rgba(15,26,51,0.50);
      -webkit-backdrop-filter: blur(14px) saturate(140%);
      backdrop-filter: blur(14px) saturate(140%);
      display: flex; align-items: center; justify-content: center;
      padding: var(--space-4);
      animation: fadeIn 0.2s var(--ease-out);
    }
    .modal-backdrop[hidden] { display: none; }
    .modal {
      background: rgba(255, 255, 255, 0.98);
      -webkit-backdrop-filter: blur(20px);
      backdrop-filter: blur(20px);
      border: 1px solid rgba(255, 255, 255, 0.8);
      border-radius: var(--radius-2xl);
      max-width: 1120px; width: 100%;
      max-height: 92vh; overflow-y: auto; overscroll-behavior: contain;
      box-shadow:
        0 40px 100px rgba(15, 26, 51, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
      animation: slideUp 0.3s var(--ease-out);
    }
    @keyframes slideUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
    .modal-head {
      display: flex; align-items: flex-start; justify-content: space-between;
      padding: var(--space-6) var(--space-8) 0;
      gap: var(--space-4);
    }
    .modal-head .brand-line { font-size: 12px; letter-spacing: var(--ls-eyebrow); text-transform: uppercase; font-weight: var(--fw-bold); color: var(--color-brand-600); }
    .modal-head h2 { font-size: var(--fs-h3); font-weight: var(--fw-extrabold); letter-spacing: var(--ls-heading); margin-top: var(--space-2); line-height: var(--lh-snug); }
    /* Мобилка: длинные заводские артикулы в названии раздували заголовок на пол-экрана */
    @media (max-width: 700px) {
      .modal-head h2 { font-size: 17px; line-height: 1.35; word-break: break-word; }
    }
    .modal-close {
      flex: none; width: 40px; height: 40px;
      border-radius: 50%; background: var(--color-slate-100); color: var(--text-secondary);
      display: flex; align-items: center; justify-content: center;
      cursor: pointer; transition: all var(--duration-fast) var(--ease-out);
    }
    .modal-close:hover { background: var(--color-slate-200); color: var(--text-primary); transform: rotate(90deg); }

    .modal-body {
      display: grid; grid-template-columns: 1.2fr 1fr; gap: var(--space-8);
      padding: var(--space-6) var(--space-8) var(--space-8);
    }
    @media (max-width: 800px) { .modal-body { grid-template-columns: 1fr; } }

    .modal-gallery { display: flex; flex-direction: column; gap: var(--space-3); }
    .modal-slider { position: relative; touch-action: pan-y; }
    .modal-gallery-main {
      aspect-ratio: 4/3;
      background: linear-gradient(150deg, var(--color-slate-50), var(--color-brand-50));
      border-radius: var(--radius-xl); overflow: hidden;
      display: flex; align-items: center; justify-content: center;
    }
    .modal-gallery-main img {
      max-width: 90%; max-height: 90%; object-fit: contain;
      -webkit-user-drag: none; user-select: none;
      transition: opacity var(--duration-fast) var(--ease-out);
    }
    /* стрелки навигации поверх фото */
    .gallery-nav {
      position: absolute; top: 50%; transform: translateY(-50%);
      width: 42px; height: 42px; border-radius: var(--radius-full);
      background: var(--surface-card); border: 1px solid var(--border-soft);
      box-shadow: var(--shadow-soft-sm); color: var(--text-primary);
      display: flex; align-items: center; justify-content: center; cursor: pointer;
      z-index: 2; transition: background var(--duration-fast) var(--ease-out), transform var(--duration-fast) var(--ease-out);
    }
    .gallery-nav:hover { background: var(--color-brand-50); transform: translateY(-50%) scale(1.06); }
    .gallery-nav:active { transform: translateY(-50%) scale(0.96); }
    .gallery-nav.prev { left: 12px; }
    .gallery-nav.next { right: 12px; }
    .gallery-counter {
      position: absolute; bottom: 12px; right: 12px; z-index: 2;
      background: rgba(15, 26, 51, 0.62); color: var(--color-white);
      font-size: var(--fs-caption); font-weight: var(--fw-medium);
      padding: 3px 11px; border-radius: var(--radius-full);
      letter-spacing: .02em; pointer-events: none;
    }
    .modal-gallery-thumbs {
      display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--space-2);
    }
    .modal-gallery-thumb {
      aspect-ratio: 1;
      background: var(--color-slate-50); border-radius: var(--radius-sm);
      overflow: hidden; cursor: pointer; border: 2px solid transparent;
      transition: border-color var(--duration-fast) var(--ease-out);
      display: flex; align-items: center; justify-content: center;
    }
    .modal-gallery-thumb.is-active { border-color: var(--color-brand-500); }
    .modal-gallery-thumb img { max-width: 80%; max-height: 80%; object-fit: contain; -webkit-user-drag: none; }
    @media (max-width: 600px) {
      .gallery-nav { width: 38px; height: 38px; }
      .modal-gallery-thumbs { grid-template-columns: repeat(5, 1fr); }
    }

    .modal-info h3 { font-size: var(--fs-h5); font-weight: var(--fw-bold); margin-bottom: var(--space-3); letter-spacing: var(--ls-heading); }
    .modal-benefit {
      padding: var(--space-5); background: var(--color-brand-50);
      border-radius: var(--radius-md); margin-bottom: var(--space-5);
      border-left: 3px solid var(--color-brand-500);
    }
    .modal-benefit p { font-size: var(--fs-body); color: var(--text-primary); line-height: var(--lh-relaxed); }
    .modal-pros {
      list-style: none; padding: 0; margin: 0 0 var(--space-6);
      display: flex; flex-direction: column; gap: var(--space-2);
    }
    .modal-pros li { display: flex; align-items: flex-start; gap: var(--space-2); font-size: var(--fs-body-sm); }
    .modal-pros li::before { content: '✓'; color: var(--color-success); font-weight: bold; flex: none; }

    .modal-price-block {
      padding: var(--space-5); background: var(--surface-soft);
      border-radius: var(--radius-md); margin-bottom: var(--space-5);
    }
    .modal-price-block .label { font-size: var(--fs-caption); color: var(--text-muted); }
    .modal-price-block .turnkey { font-size: var(--fs-h2); font-weight: var(--fw-extrabold); letter-spacing: var(--ls-display); color: var(--text-primary); line-height: 1; margin-top: 4px; }
    .modal-price-block .retail { margin-top: var(--space-2); font-size: var(--fs-body-sm); color: var(--text-secondary); }
    .modal-price-block .install-note { margin-top: var(--space-3); font-size: var(--fs-caption); color: var(--text-muted); }
    .modal-actions { display: flex; flex-direction: column; gap: var(--space-2); }
    .modal-actions .btn { width: 100%; }

    .modal-specs {
      padding: 0 var(--space-8) var(--space-8);
    }
    .modal-specs h3 { font-size: var(--fs-h5); font-weight: var(--fw-bold); margin-bottom: var(--space-4); letter-spacing: var(--ls-heading); }
    .modal-specs-table {
      display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 var(--space-8);
      background: var(--surface-card); border-top: 1px solid var(--border-soft);
    }
    @media (max-width: 600px) { .modal-specs-table { grid-template-columns: 1fr; } }
    .modal-specs-table .row {
      display: flex; justify-content: space-between; align-items: baseline; gap: var(--space-3);
      padding: var(--space-3) 0; border-bottom: 1px solid var(--border-soft);
      font-size: var(--fs-body-sm);
    }
    .modal-specs-table .row .key { color: var(--text-muted); }
    .modal-specs-table .row .val { font-weight: var(--fw-semibold); color: var(--text-primary); text-align: right; }

    /* ─── INTERACTIVE CALC (прикидка стоимости) ────────────────── */

    .calc-section {
      position: relative;
      padding: var(--space-20) 0;
      background:
        radial-gradient(ellipse 70% 50% at 50% 0%, rgba(71,122,211,0.07), transparent 70%),
        var(--surface-app);
      overflow: hidden;
    }
    .calc-section > .wrap { position: relative; z-index: 1; }
    .calc-head {
      text-align: center; max-width: 680px; margin: 0 auto var(--space-10);
    }
    .calc-head h2 {
      margin-top: var(--space-3);
      font-size: clamp(32px, 4.5vw, 52px); font-weight: var(--fw-extrabold);
      letter-spacing: var(--ls-display); line-height: var(--lh-tight); text-wrap: balance;
    }
    .calc-head h2 .script {
      font-family: var(--font-script); font-weight: 400;
      font-size: 1.3em; color: var(--color-brand-500); letter-spacing: 0;
      display: inline-block; transform: rotate(-3deg);
    }
    .calc-head .lead { margin: var(--space-5) auto 0; font-size: var(--fs-body-lg); color: var(--text-secondary); line-height: var(--lh-relaxed); }

    /* 3-колоночный layout: визуализация · инпуты · результат — всё в один экран на ПК */
    .calc-grid {
      display: grid; gap: var(--space-5);
      max-width: var(--container-xl); margin: 0 auto;
      grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.1fr) minmax(0, 1fr);
    }
    @media (max-width: 1100px) {
      .calc-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
      .calc-output { grid-column: 1 / -1; }
    }
    @media (max-width: 680px) {
      .calc-grid { grid-template-columns: 1fr; }
      .calc-output { grid-column: auto; }
    }

    /* Левая часть — визуализация */
    .calc-vis-card {
      position: relative;
      background: rgba(255, 255, 255, 0.65);
      -webkit-backdrop-filter: blur(28px) saturate(180%);
      backdrop-filter: blur(28px) saturate(180%);
      border: 1px solid rgba(255, 255, 255, 0.7);
      border-radius: var(--radius-2xl);
      box-shadow:
        0 24px 64px rgba(15, 26, 51, 0.10),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
      padding: var(--space-6);
      display: flex; flex-direction: column; align-items: center; justify-content: center;
      min-height: 0;
    }
    .room-svg { width: 100%; max-width: 360px; height: auto; display: block; }
    .room-svg .room-scene {
      transform-origin: 200px 170px;
      transition: transform 0.45s var(--ease-out);
    }
    .room-svg .room-rect {
      fill: rgba(71, 122, 211, 0.04);
      stroke: var(--color-brand-300);
      stroke-width: 1.5;
      stroke-dasharray: 4 6;
    }
    .room-svg .room-ac {
      fill: var(--color-brand-600);
      filter: drop-shadow(0 2px 4px rgba(71, 122, 211, 0.3));
    }
    .room-svg .room-waves circle {
      fill: none;
      stroke: var(--color-brand-500);
      stroke-width: 1.4;
      opacity: 0;
      transform-origin: 200px 92px;   /* центр над иконкой кондиционера */
      animation: coolWave 2.4s ease-out infinite;
    }
    .room-svg .room-waves circle:nth-child(2) { animation-delay: 0.8s; }
    .room-svg .room-waves circle:nth-child(3) { animation-delay: 1.6s; }
    @keyframes coolWave {
      0%   { opacity: 0; transform: scale(0.3); }
      30%  { opacity: 0.5; }
      100% { opacity: 0; transform: scale(1.8); }
    }
    @media (prefers-reduced-motion: reduce) {
      .room-svg .room-waves circle { animation: none; opacity: 0.3; }
    }
    .room-svg .room-window {
      fill: rgba(196, 213, 244, 0.45);
      stroke: var(--color-brand-300);
      stroke-width: 1.5;
      transition: fill 0.35s var(--ease-out), stroke 0.35s var(--ease-out);
    }
    .room-svg .room-mullion {
      stroke: var(--color-brand-300);
      stroke-width: 1.2;
      transition: stroke 0.35s var(--ease-out);
    }
    .room-svg .room-window-group.is-sunny .room-window {
      fill: rgba(255, 226, 145, 0.55);
      stroke: #E0A82E;
    }
    .room-svg .room-window-group.is-sunny .room-mullion {
      stroke: #E0A82E;
    }
    .room-svg .room-label {
      fill: var(--text-primary);
      font-family: var(--font-sans);
      font-weight: 900;
      font-size: 36px;
      letter-spacing: -1px;
    }
    .room-svg .room-label-sub {
      fill: var(--text-muted);
      font-family: var(--font-sans);
      font-weight: 500;
      font-size: 13px;
    }
    .vis-tag {
      position: absolute; top: var(--space-5); left: var(--space-5);
      display: inline-flex; align-items: center; gap: 6px;
      padding: 4px 10px; border-radius: var(--radius-full);
      background: rgba(15, 185, 122, 0.12); color: #097D52;
      font-size: 11px; font-weight: var(--fw-bold);
      letter-spacing: var(--ls-eyebrow); text-transform: uppercase;
    }
    .vis-tag::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }

    /* Мини-факты под визуализацией */
    .vis-facts {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: var(--space-2); margin-top: var(--space-5);
      width: 100%; max-width: 360px;
    }
    .vis-fact {
      display: flex; align-items: center; gap: var(--space-3);
      padding: var(--space-3) var(--space-4);
      background: rgba(255, 255, 255, 0.65);
      border: 1px solid rgba(71, 122, 211, 0.12);
      border-radius: var(--radius-md);
    }
    .vis-fact .ico {
      width: 32px; height: 32px; flex: none;
      background: var(--color-brand-50); color: var(--color-brand-600);
      border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
    }
    .vis-fact .lbl { font-size: 10.5px; color: var(--text-muted); letter-spacing: 0.3px; text-transform: uppercase; font-weight: var(--fw-bold); }
    .vis-fact .val { font-size: var(--fs-body-sm); font-weight: var(--fw-bold); color: var(--text-primary); letter-spacing: var(--ls-heading); margin-top: 1px; }

    /* Средняя колонка — инпуты (slider, room-type, sunny, segment) */
    .calc-inputs {
      display: flex; flex-direction: column; gap: var(--space-5);
      padding: var(--space-6);
      background: rgba(255, 255, 255, 0.6);
      -webkit-backdrop-filter: blur(20px) saturate(160%);
      backdrop-filter: blur(20px) saturate(160%);
      border: 1px solid rgba(255, 255, 255, 0.6);
      border-radius: var(--radius-2xl);
      box-shadow: 0 12px 40px rgba(15, 26, 51, 0.06), inset 0 1px 0 rgba(255,255,255,0.85);
    }

    /* Правая колонка — результат, превью, CTA */
    .calc-output {
      display: flex; flex-direction: column; gap: var(--space-4);
    }
    .calc-output .calc-result { margin-top: 0; }
    .calc-field { display: flex; flex-direction: column; gap: var(--space-3); }
    .calc-field > label {
      font-size: var(--fs-body-sm); font-weight: var(--fw-semibold);
      color: var(--text-primary); letter-spacing: var(--ls-heading);
    }

    /* Room-type grid (2×2 кнопки с иконкой) */
    .room-type-grid {
      display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-2);
    }
    @media (max-width: 480px) { .room-type-grid { grid-template-columns: repeat(2, 1fr); } }
    .room-type-grid button {
      display: flex; flex-direction: column; align-items: center; justify-content: center;
      gap: 6px; padding: var(--space-3) var(--space-2);
      background: var(--surface-card); border: 1.5px solid var(--border-soft);
      border-radius: var(--radius-md);
      font-family: var(--font-sans); font-weight: var(--fw-semibold);
      font-size: var(--fs-caption); color: var(--text-secondary);
      cursor: pointer; transition: all var(--duration-fast) var(--ease-out);
    }
    .room-type-grid button:hover { border-color: var(--color-brand-300); color: var(--text-primary); transform: translateY(-1px); }
    .room-type-grid button .ico {
      width: 32px; height: 32px;
      background: var(--color-brand-50); color: var(--color-brand-600);
      border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
      transition: all var(--duration-fast) var(--ease-out);
    }
    .room-type-grid button.is-active {
      background: var(--color-navy-900); color: var(--color-white); border-color: var(--color-navy-900);
      box-shadow: var(--shadow-soft-sm);
    }
    .room-type-grid button.is-active .ico { background: rgba(255,255,255,0.15); color: var(--color-brand-300); }

    /* Toggle switch (солнечная сторона) */
    .calc-toggle {
      display: flex; align-items: center; justify-content: space-between;
      gap: var(--space-4);
      padding: var(--space-4); border-radius: var(--radius-md);
      background: var(--surface-card); border: 1.5px solid var(--border-soft);
      cursor: pointer; transition: all var(--duration-fast) var(--ease-out);
    }
    .calc-toggle:hover { border-color: var(--color-brand-300); }
    .calc-toggle .label-wrap { display: flex; flex-direction: column; gap: 2px; }
    .calc-toggle .label-wrap .title { font-size: var(--fs-body-sm); font-weight: var(--fw-semibold); color: var(--text-primary); }
    .calc-toggle .label-wrap .sub { font-size: var(--fs-caption); color: var(--text-muted); }
    .toggle-switch {
      flex: none; width: 44px; height: 26px;
      background: var(--color-slate-200); border-radius: var(--radius-full);
      position: relative; cursor: pointer; border: none;
      transition: background-color 0.25s var(--ease-out);
    }
    .toggle-switch::after {
      content: ''; position: absolute; top: 3px; left: 3px;
      width: 20px; height: 20px; background: var(--color-white);
      border-radius: 50%;
      box-shadow: 0 2px 6px rgba(15, 26, 51, 0.18);
      transition: transform 0.25s var(--ease-out);
    }
    .calc-toggle.is-on { background: linear-gradient(140deg, #FFF1B8, #FFE08A); border-color: #F2B731; }
    .calc-toggle.is-on .toggle-switch { background: #F2B731; }
    .calc-toggle.is-on .toggle-switch::after { transform: translateX(18px); }

    /* Мини-превью моделей — auto-fit для разных ширин колонки */
    .calc-previews {
      display: grid; gap: var(--space-2);
      grid-template-columns: repeat(auto-fit, minmax(94px, 1fr));
    }
    @media (max-width: 380px) { .calc-previews { grid-template-columns: 1fr 1fr; } }
    .calc-previews:empty { display: none; }
    .calc-preview {
      background: var(--surface-card); border: 1px solid var(--border-soft);
      border-radius: var(--radius-md); padding: var(--space-3);
      display: flex; flex-direction: column; gap: var(--space-2);
      cursor: pointer;
      transition: all var(--duration-fast) var(--ease-out);
    }
    .calc-preview:hover { transform: translateY(-2px); border-color: var(--color-brand-300); box-shadow: var(--shadow-soft-sm); }
    .calc-preview .img {
      aspect-ratio: 4/3;
      background: linear-gradient(150deg, var(--color-slate-50), var(--color-brand-50));
      border-radius: var(--radius-sm); overflow: hidden;
      display: flex; align-items: center; justify-content: center;
    }
    .calc-preview .img img { width: 80%; height: 80%; object-fit: contain; }
    .calc-preview .brand { font-size: 9.5px; letter-spacing: 0.7px; font-weight: var(--fw-bold); color: var(--color-brand-600); text-transform: uppercase; }
    .calc-preview .price { font-size: var(--fs-body-sm); font-weight: var(--fw-bold); color: var(--text-primary); letter-spacing: var(--ls-heading); }
    .calc-previews-empty {
      grid-column: 1/-1;
      padding: var(--space-4) var(--space-5);
      background: var(--surface-soft); border-radius: var(--radius-md);
      font-size: var(--fs-body-sm); color: var(--text-secondary); text-align: center;
    }

    /* Sun в окне (видно когда .room-sun.is-on) */
    .room-sun { opacity: 0; transition: opacity 0.4s var(--ease-out); transform-origin: 300px 128px; }
    .room-sun.is-on { opacity: 1; animation: sunPulse 4s ease-in-out infinite; }
    @keyframes sunPulse {
      0%, 100% { transform: scale(1); }
      50% { transform: scale(1.08); }
    }
    @media (prefers-reduced-motion: reduce) { .room-sun { animation: none !important; } }

    /* Мебель в комнате */
    .room-furniture { transition: opacity 0.25s var(--ease-out); }
    .room-furniture path, .room-furniture rect, .room-furniture line {
      fill: rgba(71, 122, 211, 0.12);
      stroke: var(--color-brand-400);
      stroke-width: 1.4;
      stroke-linejoin: round;
      stroke-linecap: round;
    }
    .area-slider {
      -webkit-appearance: none; appearance: none;
      width: 100%; height: 8px;
      background: var(--color-slate-100);
      border-radius: var(--radius-full);
      outline: none;
      background-image: linear-gradient(90deg, var(--color-brand-400), var(--color-brand-600));
      background-repeat: no-repeat;
      background-size: 0% 100%;
      transition: background-size 0.15s var(--ease-out);
    }
    .area-slider::-webkit-slider-thumb {
      -webkit-appearance: none; appearance: none;
      width: 28px; height: 28px;
      background: var(--color-white);
      border: 3px solid var(--color-brand-500);
      border-radius: 50%;
      cursor: pointer;
      box-shadow: 0 4px 16px rgba(71, 122, 211, 0.35), 0 0 0 6px rgba(71, 122, 211, 0.0);
      transition: transform 0.15s var(--ease-out), box-shadow 0.15s var(--ease-out);
    }
    .area-slider:hover::-webkit-slider-thumb { transform: scale(1.12); box-shadow: 0 4px 16px rgba(71, 122, 211, 0.4), 0 0 0 6px rgba(71, 122, 211, 0.12); }
    .area-slider::-moz-range-thumb {
      width: 28px; height: 28px;
      background: var(--color-white); border: 3px solid var(--color-brand-500);
      border-radius: 50%; cursor: pointer;
    }
    .slider-marks {
      display: flex; justify-content: space-between;
      font-size: var(--fs-caption); color: var(--text-muted); font-weight: var(--fw-semibold);
    }
    .seg-row {
      display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-2);
    }
    .seg-row button {
      padding: var(--space-3); border-radius: var(--radius-sm);
      background: var(--surface-card); border: 1.5px solid var(--border-soft);
      font-family: var(--font-sans); font-weight: var(--fw-semibold); font-size: var(--fs-body-sm);
      color: var(--text-secondary); cursor: pointer;
      transition: all var(--duration-fast) var(--ease-out);
    }
    .seg-row button:hover { border-color: var(--color-brand-300); color: var(--text-primary); }
    .seg-row button.is-active {
      background: var(--color-navy-900); color: var(--color-white); border-color: var(--color-navy-900);
      box-shadow: var(--shadow-soft-sm);
    }
    .calc-result {
      padding: var(--space-6); border-radius: var(--radius-xl);
      background: linear-gradient(165deg, rgba(71, 122, 211, 0.08) 0%, rgba(71, 122, 211, 0.02) 100%);
      border: 1px solid rgba(71, 122, 211, 0.15);
      margin-top: 0;
    }
    .calc-figures {
      display: grid; grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
      gap: var(--space-5); align-items: end;
      padding-bottom: var(--space-4);
      border-bottom: 1px solid rgba(71, 122, 211, 0.12);
    }
    .calc-figure { display: flex; flex-direction: column; min-width: 0; }
    .calc-figure .figure-val {
      font-size: clamp(28px, 3vw, 36px);
      font-weight: var(--fw-extrabold);
      letter-spacing: var(--ls-display);
      line-height: 1; color: var(--text-primary);
      display: flex; align-items: baseline; gap: 4px;
      white-space: nowrap;
    }
    .calc-figure .figure-val b { font-weight: inherit; }
    .calc-figure .figure-unit {
      font-size: var(--fs-body-sm); font-weight: var(--fw-bold);
      color: var(--text-secondary); letter-spacing: 0;
    }
    .calc-figure .figure-lbl {
      font-size: 10.5px; color: var(--text-muted);
      letter-spacing: var(--ls-eyebrow); text-transform: uppercase;
      font-weight: var(--fw-bold); margin-top: 6px;
    }
    .calc-figure.is-primary .figure-val {
      font-size: clamp(30px, 3.5vw, 42px);
      background: linear-gradient(135deg, var(--color-navy-900) 0%, var(--color-brand-700) 100%);
      -webkit-background-clip: text; background-clip: text;
      -webkit-text-fill-color: transparent; color: transparent;
    }
    .calc-figure.is-primary .figure-unit {
      background: linear-gradient(135deg, var(--color-navy-900), var(--color-brand-700));
      -webkit-background-clip: text; background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .calc-meta {
      margin-top: var(--space-3);
      font-size: var(--fs-caption); color: var(--text-secondary);
      line-height: var(--lh-normal);
    }
    .calc-meta b { color: var(--text-primary); font-weight: var(--fw-semibold); }
    .calc-meta .relaxed-hint {
      display: inline-block; margin-left: 6px;
      color: var(--color-warning); font-weight: var(--fw-semibold);
    }
    .calc-result-hint {
      margin-top: var(--space-3); font-size: var(--fs-caption);
      color: var(--text-muted); line-height: 1.5;
    }
    .calc-cta { width: 100%; margin-top: 0; }

    /* Старые .calc-examples — переехало в .calc-meta. Оставляю заглушку для совместимости. */
    .calc-examples {
      margin-top: var(--space-3); padding-top: var(--space-3);
      border-top: 1px dashed rgba(71, 122, 211, 0.18);
      font-size: var(--fs-caption); color: var(--text-secondary); line-height: 1.6;
    }
    .calc-examples .lbl {
      display: block; font-size: 10.5px; letter-spacing: 0.5px;
      text-transform: uppercase; font-weight: var(--fw-bold);
      color: var(--color-brand-700); margin-bottom: 4px;
    }
    .calc-examples b { color: var(--text-primary); font-weight: var(--fw-semibold); }
    .calc-examples .sep { color: var(--color-slate-400); margin: 0 6px; }

    /* Quiz cart summary — лента «в заявке: N моделей» внутри квиза */
    .quiz-cart-summary {
      display: flex; align-items: center; justify-content: space-between; gap: var(--space-3);
      margin-bottom: var(--space-6);
      padding: var(--space-3) var(--space-5);
      background: linear-gradient(140deg, var(--color-brand-50), rgba(71,122,211,0.08));
      border: 1px solid rgba(71, 122, 211, 0.22);
      border-radius: var(--radius-md);
      font-size: var(--fs-body-sm); color: var(--color-brand-900);
    }
    .quiz-cart-summary[hidden] { display: none; }
    .quiz-cart-summary .row { display: flex; align-items: center; gap: var(--space-3); min-width: 0; flex: 1; }
    .quiz-cart-summary .ico {
      width: 32px; height: 32px; flex: none;
      background: var(--color-brand-500); color: var(--color-white);
      border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
    }
    .quiz-cart-summary .info { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
    .quiz-cart-summary .info .title { font-weight: var(--fw-bold); color: var(--text-primary); letter-spacing: var(--ls-heading); }
    .quiz-cart-summary .info .hint { color: var(--text-secondary); font-size: 12px; }
    .quiz-cart-summary .show-btn {
      flex: none; padding: 6px 14px;
      background: var(--color-white); color: var(--color-brand-700);
      border: 1px solid var(--color-brand-300); border-radius: var(--radius-sm);
      font-family: var(--font-sans); font-weight: var(--fw-semibold); font-size: 12px;
      cursor: pointer; transition: all var(--duration-fast) var(--ease-out);
    }
    .quiz-cart-summary .show-btn:hover { background: var(--color-brand-500); color: var(--color-white); border-color: var(--color-brand-500); }
    @media (max-width: 560px) {
      .quiz-cart-summary { flex-direction: column; align-items: stretch; }
      .quiz-cart-summary .show-btn { width: 100%; padding: 10px; }
    }

    /* ─── SCROLL REVEAL (premium fade-ups) ──────────────────────── */
    .reveal {
      opacity: 0; transform: translateY(24px);
      transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
      will-change: opacity, transform;
    }
    .reveal.is-visible { opacity: 1; transform: translateY(0); will-change: auto; }
    @media (prefers-reduced-motion: reduce) {
      .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
    }

    /* ─── CART (заявка в корзине) ───────────────────────────────── */

    .cart-fab {
      position: fixed; bottom: var(--space-6); right: var(--space-6);
      z-index: var(--z-overlay);
      background: var(--color-navy-900); color: var(--color-white);
      border-radius: var(--radius-full);
      padding: var(--space-3) var(--space-5);
      font-weight: var(--fw-semibold); font-size: var(--fs-body-sm);
      display: flex; align-items: center; gap: var(--space-2);
      box-shadow: var(--shadow-soft-lg); cursor: pointer;
      transition: all var(--duration-fast) var(--ease-out);
    }
    .cart-fab:hover { transform: translateY(-2px); background: var(--color-navy-800); }
    .cart-fab[hidden], .cart-fab.is-hidden { display: none; }
    .cart-fab .cnt {
      background: var(--color-brand-500); color: var(--color-white);
      width: 24px; height: 24px; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 12px; font-weight: var(--fw-bold);
    }

    .cart-panel {
      position: fixed; bottom: 0; left: 0; right: 0; z-index: var(--z-modal);
      background: rgba(255, 255, 255, 0.88);
      -webkit-backdrop-filter: blur(32px) saturate(180%);
      backdrop-filter: blur(32px) saturate(180%);
      border-top: 1px solid rgba(255, 255, 255, 0.7);
      border-radius: var(--radius-2xl) var(--radius-2xl) 0 0;
      box-shadow:
        0 -24px 80px rgba(15, 26, 51, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
      transform: translateY(100%);
      transition: transform var(--duration-base) var(--ease-out);
      max-height: 80vh; overflow-y: auto;
    }
    .cart-panel.is-open { transform: translateY(0); }
    .cart-panel-inner {
      max-width: var(--container-md); margin: 0 auto;
      padding: var(--space-6);
    }
    .cart-head {
      display: flex; justify-content: space-between; align-items: flex-start;
      gap: var(--space-4); margin-bottom: var(--space-5);
    }
    .cart-head h3 { font-size: var(--fs-h4); font-weight: var(--fw-extrabold); letter-spacing: var(--ls-heading); }
    .cart-head .sub { font-size: var(--fs-body-sm); color: var(--text-secondary); margin-top: var(--space-1); }
    .cart-list { display: flex; flex-direction: column; gap: var(--space-3); margin-bottom: var(--space-6); }
    .cart-item {
      display: flex; align-items: center; gap: var(--space-4);
      padding: var(--space-3) var(--space-4);
      background: var(--surface-soft); border-radius: var(--radius-md);
    }
    .cart-item-img {
      width: 60px; height: 48px; flex: none;
      background: var(--color-white); border-radius: var(--radius-sm);
      display: flex; align-items: center; justify-content: center; overflow: hidden;
    }
    .cart-item-img img { max-width: 90%; max-height: 90%; object-fit: contain; }
    .cart-item-info { flex: 1; min-width: 0; }
    .cart-item-info .name { font-weight: var(--fw-semibold); font-size: var(--fs-body-sm); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .cart-item-info .meta { font-size: var(--fs-caption); color: var(--text-muted); }
    .cart-item-price { font-weight: var(--fw-bold); font-size: var(--fs-body-sm); white-space: nowrap; }
    .cart-item-remove {
      flex: none; width: 32px; height: 32px;
      border-radius: 50%; background: transparent;
      color: var(--text-muted); cursor: pointer;
      display: flex; align-items: center; justify-content: center;
      transition: all var(--duration-fast) var(--ease-out);
    }
    .cart-item-remove:hover { background: var(--color-error); color: var(--color-white); }

    .cart-total {
      margin-bottom: var(--space-5); padding: var(--space-4) var(--space-5);
      background: var(--color-navy-900); color: var(--color-white);
      border-radius: var(--radius-md);
      display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--space-3);
    }
    .cart-total .label { font-size: var(--fs-body-sm); opacity: 0.7; }
    .cart-total .sum { font-size: var(--fs-h3); font-weight: var(--fw-extrabold); letter-spacing: var(--ls-heading); }
    .cart-actions { display: flex; flex-direction: column; gap: var(--space-2); }
    .cart-actions .row { display: flex; gap: var(--space-2); }
    .cart-actions .btn { flex: 1; }
    .cart-quiz-prefill {
      padding: var(--space-3) var(--space-4); background: var(--color-brand-50);
      border-radius: var(--radius-md); margin-bottom: var(--space-4);
      font-size: var(--fs-body-sm); color: var(--color-brand-800);
      display: flex; align-items: center; gap: var(--space-2);
    }
    .cart-quiz-prefill svg { color: var(--color-brand-600); flex: none; }
    .cart-quiz-prefill[hidden] { display: none; }

    /* ─── LEAD MODAL (заявка / консультация) ─────────────────────
       Отдельная короткая форма: «Оставить заявку» (имя+телефон, выбранные
       модели) и «Проконсультироваться» (только телефон). Лежит ВЫШЕ
       корзины и модалки товара по z-index, чтобы открываться поверх них. */
    .leadm-backdrop {
      position: fixed; inset: 0; z-index: calc(var(--z-modal) + 50);
      background: rgba(15,26,51,0.55);
      -webkit-backdrop-filter: blur(16px) saturate(140%);
      backdrop-filter: blur(16px) saturate(140%);
      display: flex; align-items: center; justify-content: center;
      padding: var(--space-4);
      animation: fadeIn 0.2s var(--ease-out);
    }
    .leadm-backdrop[hidden] { display: none; }
    .leadm {
      position: relative;
      background: rgba(255, 255, 255, 0.98);
      -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);
      border: 1px solid rgba(255, 255, 255, 0.8);
      border-radius: var(--radius-2xl);
      width: 100%; max-width: 440px;
      max-height: 92vh; overflow-y: auto;
      box-shadow:
        0 40px 100px rgba(15, 26, 51, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
      animation: slideUp 0.3s var(--ease-out);
      padding: var(--space-7) var(--space-7) var(--space-6);
    }
    @media (max-width: 480px) { .leadm { padding: var(--space-6) var(--space-5) var(--space-5); } }
    .leadm-close {
      position: absolute; top: var(--space-4); right: var(--space-4);
      width: 36px; height: 36px; border-radius: 50%;
      background: var(--color-slate-100); color: var(--text-secondary);
      display: flex; align-items: center; justify-content: center;
      cursor: pointer; transition: all var(--duration-fast) var(--ease-out);
    }
    .leadm-close:hover { background: var(--color-slate-200); color: var(--text-primary); transform: rotate(90deg); }
    .leadm-head { margin-bottom: var(--space-5); padding-right: var(--space-8); }
    .leadm-head .brand-line {
      font-size: 12px; letter-spacing: var(--ls-eyebrow); text-transform: uppercase;
      font-weight: var(--fw-bold); color: var(--color-brand-600);
    }
    .leadm-head h2 {
      font-size: var(--fs-h4); font-weight: var(--fw-extrabold);
      letter-spacing: var(--ls-heading); line-height: var(--lh-snug);
      margin-top: var(--space-2);
    }
    .leadm-head p { margin-top: var(--space-3); font-size: var(--fs-body-sm); color: var(--text-secondary); line-height: var(--lh-relaxed); }
    /* Сводка выбранных моделей в форме заявки */
    .leadm-models { margin-bottom: var(--space-5); display: flex; flex-direction: column; gap: var(--space-2); }
    .leadm-model {
      display: flex; justify-content: space-between; gap: var(--space-3);
      padding: var(--space-2) var(--space-3); background: var(--surface-soft);
      border-radius: var(--radius-sm); font-size: var(--fs-body-sm);
    }
    .leadm-model .nm { color: var(--text-primary); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .leadm-model .pr { color: var(--text-secondary); white-space: nowrap; font-weight: var(--fw-semibold); }
    .leadm-models-total {
      display: flex; justify-content: space-between; gap: var(--space-3);
      padding: var(--space-3); margin-top: var(--space-1);
      background: var(--color-navy-900); color: var(--color-white);
      border-radius: var(--radius-sm); font-size: var(--fs-body-sm);
    }
    .leadm-models-total .sum { font-weight: var(--fw-extrabold); }
    /* Контекст модели в форме консультации */
    .leadm-ctx {
      margin-bottom: var(--space-5); padding: var(--space-3) var(--space-4);
      background: var(--color-brand-50); border-radius: var(--radius-md);
      font-size: var(--fs-body-sm); color: var(--color-brand-800);
    }
    .leadm-ctx b { color: var(--color-brand-900); }
    .leadm-field { display: flex; flex-direction: column; gap: var(--space-2); margin-bottom: var(--space-4); }
    .leadm-field label { font-size: var(--fs-body-sm); font-weight: var(--fw-semibold); }
    .leadm-field input {
      padding: var(--space-3) var(--space-4); font-size: var(--fs-body);
      background: var(--surface-soft); border: 1.5px solid var(--border-soft);
      border-radius: var(--radius-md); color: var(--text-primary);
      transition: border-color var(--duration-fast) var(--ease-out), box-shadow var(--duration-fast) var(--ease-out);
    }
    .leadm-field input:focus { outline: none; background: var(--surface-card); border-color: var(--color-brand-400); box-shadow: var(--shadow-focus-ring); }
    .leadm-field input::placeholder { color: var(--color-slate-400); }
    /* Honeypot — скрыто от людей, видно ботам */
    .leadm-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; }
    .leadm-thanks { text-align: center; padding: var(--space-4) 0 var(--space-2); }
    .leadm-thanks .check {
      width: 56px; height: 56px; margin: 0 auto var(--space-4);
      border-radius: 50%; background: var(--color-success); color: var(--color-white);
      display: flex; align-items: center; justify-content: center;
    }
    .leadm-thanks h2 { font-size: var(--fs-h4); font-weight: var(--fw-extrabold); letter-spacing: var(--ls-heading); }
    .leadm-thanks p { margin-top: var(--space-3); font-size: var(--fs-body-sm); color: var(--text-secondary); line-height: var(--lh-relaxed); }

    /* Юр-согласие под кнопкой — единый стиль для всех форм (квиз/заявка/консультация) */
    .lead-consent {
      font-size: var(--fs-caption); color: var(--text-muted);
      text-align: center; margin-top: var(--space-3); line-height: var(--lh-snug);
    }
    .lead-consent a { color: var(--text-secondary); text-decoration: underline; text-underline-offset: 2px; }
    .lead-consent a:hover { color: var(--color-brand-600); }

    /* ── Квиз-CTA: единый виджет ── */
    .quiz-cta { max-width: 660px; margin: 0 auto; display: flex; flex-direction: column; gap: var(--space-6); align-items: center; text-align: center; }
    .quiz-cta-card { display: flex; gap: 16px; text-align: left; background: var(--surface-card); border: 1px solid var(--border-soft); border-radius: var(--radius-xl); padding: 20px 22px; box-shadow: var(--shadow-soft-sm); }
    .quiz-cta-card .qc-ava { flex: none; width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }
    .quiz-cta-card b { font-size: var(--fs-body); }
    .quiz-cta-card p { margin-top: 6px; font-size: var(--fs-body-sm); color: var(--text-secondary); line-height: var(--lh-normal); }
    .qc-perks { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
    .qc-perks span { font-size: var(--fs-body-sm); font-weight: var(--fw-medium); background: var(--color-brand-50); color: var(--color-brand-800); padding: 7px 14px; border-radius: var(--radius-full); border: 1px solid rgba(71,122,211,0.18); }
    .qc-note { font-size: var(--fs-caption); color: var(--text-muted); }

    /* ── Компактные превью-карточки ── */
    .pcard .pcard-title {
      font-size: var(--fs-body); font-weight: var(--fw-bold);
      text-transform: uppercase; letter-spacing: .02em;
      line-height: 1.35; margin: 10px 0 6px;
    }
    .pcard .pfacts { margin-top: 4px; font-size: var(--fs-caption); color: var(--text-muted); }
    .pcard .image.has-gal { cursor: grab; touch-action: pan-y; }
    .pcard .image.has-gal:active { cursor: grabbing; }
    .pcard .image { position: relative; }
    .pdots { position: absolute; left: 0; right: 0; bottom: 6px; display: flex; justify-content: center; gap: 5px; opacity: 0; transition: opacity .15s ease; pointer-events: none; }
    .pcard .image:hover .pdots, .pcard .image.has-gal:active .pdots { opacity: 1; }
    .pdots i { width: 6px; height: 6px; border-radius: 50%; background: rgba(15,26,51,.22); }
    .pdots i.on { background: var(--color-brand-500); }

    /* ── Типоразмеры в карточке ── */
    .size-row { margin-top: var(--space-4); display: flex; flex-direction: column; gap: 6px; }
    .size-lbl { font-size: var(--fs-caption); font-weight: var(--fw-semibold); color: var(--text-muted); text-transform: uppercase; letter-spacing: var(--ls-eyebrow); display: inline-flex; align-items: center; gap: 6px; }
    .size-help { width: 15px; height: 15px; border-radius: 50%; border: 1px solid var(--border-soft); background: var(--surface-card); color: var(--text-muted); font-size: 10px; font-weight: 700; line-height: 1; cursor: help; padding: 0; }
    .size-chips { display: flex; flex-wrap: wrap; gap: 6px; }
    .szc { padding: 6px 11px; border-radius: var(--radius-full); background: var(--surface-card); border: 1.5px solid var(--border-soft); font-family: var(--font-sans); font-size: var(--fs-caption); font-weight: var(--fw-semibold); color: var(--text-secondary); cursor: pointer; transition: all var(--duration-fast) var(--ease-out); }
    .szc:hover { border-color: var(--color-brand-400); color: var(--text-primary); }
    .szc.on { background: var(--color-brand-500); border-color: var(--color-brand-500); color: #fff; }
    .size-row--modal { margin: 8px 0 2px; }
    /* «арт.» и «Ссылка» — в один ряд */
    .sku-actions { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: var(--space-3); width: 100%; }
    .sku-actions .sku-copy--chip { margin-top: 0; white-space: nowrap; }
    @media (max-width: 700px) {
      .sku-actions { gap: 6px; }
      .sku-actions .sku-copy--chip { padding: 5px 9px; font-size: 11px; }
    }
    /* Мобилка: чипы площадей компактнее — 5 штук ложатся в 2 ряда */
    @media (max-width: 700px) {
      .size-row--modal .size-chips { gap: 5px; }
      .size-row--modal .szc { padding: 5px 9px; font-size: 11.5px; }
    }

    /* ── Блик на CTA-кнопках ── */
    .btn--primary, .cta { position: relative; overflow: hidden; }
    .btn--primary::after, .cta::after {
      content: ''; position: absolute; top: -20%; bottom: -20%; left: -70%; width: 45%;
      background: linear-gradient(105deg, transparent 0%, rgba(255,255,255,.38) 50%, transparent 100%);
      transform: skewX(-20deg); animation: ibShine 3.8s ease-in-out infinite; pointer-events: none;
    }
    @keyframes ibShine { 0% { left: -70%; } 55% { left: 140%; } 100% { left: 140%; } }
    @media (prefers-reduced-motion: reduce) { .btn--primary::after, .cta::after { animation: none; display: none; } }
  
.pcard-title a{color:inherit;text-decoration:none}.pcard-title a:hover{color:var(--color-brand-600)}