:root {
            /* Цвета из скриншотов */
            --m-bg: #ffffff;
            --m-text: #0f172a;
            --m-muted: #64748b;
            --m-blue: #093c8a;      /* Темно-синий (SmartBuy) */
            --m-blue-hover: #062a63;
            --m-green: #16a34a;     /* WhatsApp Green */
            --m-green-bg: #f0fdf4;  /* Фон активного пункта */
            --m-border: #e2e8f0;
        }

        * { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
        body { margin: 0; background: var(--m-bg); color: var(--m-text); font-family: system-ui, -apple-system, sans-serif; }
        
        /* Блокировка скролла (для JS) */
        .m-lock { overflow: hidden; }

        /* --- HEADER --- */
        .m-header {
            position: sticky; top: 0; z-index: 50;
            background: rgba(255,255,255,0.95);
            backdrop-filter: blur(8px);
            border-bottom: 1px solid rgba(0,0,0,0.05);
            transition: all .25s ease;
        }
        .m-header.is-scrolled { box-shadow: 0 10px 24px rgba(15, 23, 42, .12); }

        .m-header__bar {
            display: flex; align-items: center; justify-content: space-between;
            padding: 12px 16px;
        }

        /* BRAND */
        .m-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: inherit; }
        .m-brand__logo {
            width: 36px; height: 36px;
            background: #061c45; color: #fff;
            border-radius: 10px;
            display: grid; place-items: center;
            font-weight: 800; font-size: 13px;
            box-shadow: 0 4px 10px rgba(6, 28, 69, 0.2);
            flex-shrink: 0;
        }
        .m-brand__logo--sm { width: 32px; height: 32px; font-size: 11px; border-radius: 8px; }
        
        .m-brand__text { display: flex; flex-direction: column; }
        .m-brand__title { font-weight: 800; font-size: 13px; line-height: 1.2; }
        .m-brand__sub { font-size: 11px; color: var(--m-muted); }

        /* BURGER */
        .m-burger {
            width: 40px; height: 40px;
            background: #fff; border: 1px solid var(--m-border);
            border-radius: 12px;
            display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.03);
            cursor: pointer;
        }
        .m-burger span { width: 18px; height: 2px; background: #334155; border-radius: 2px; }

        /* --- HERO (Скриншот 37) --- */
        .m-hero { padding: 30px 20px 40px; }
        .m-hero__wrap { max-width: 100%; }

        .m-hero__title {
            font-size: 26px; font-weight: 900; line-height: 1.2;
            margin: 0 0 10px 0; color: var(--m-text);
        }
        
        .m-hero__sub {
            font-size: 13px; color: var(--m-muted);
            margin-bottom: 24px;
        }

        .m-cta {
            width: 100%; height: 54px;
            border: none;
            font-size: 15px; font-weight: 700;
            display: flex; align-items: center; justify-content: center; gap: 10px;
            cursor: pointer; margin-bottom: 12px;
            transition: transform 0.1s;
        }
        .m-cta:active { transform: scale(0.98); }

        .m-cta--primary {
            background: linear-gradient(180deg, #769cd3 0%, #124591 100%);
            color: #fff;
                box-shadow: 0 8px 20px rgb(9 60 138 / 72%);
    margin-top: 15px;
        }

        .m-cta--secondary {
            background: #f1f5f9; color: #1e293b;
            border: 1px solid var(--m-border);
        }

        .m-hero__trust {
            margin-top: 20px;
            font-size: 13px; color: #475569; line-height: 1.8;
        }

        /* --- MENU (Скриншот 38) --- */
        .m-menu {
            position: fixed; inset: 0; z-index: 200;
            background: rgba(0,0,0,0.4); backdrop-filter: blur(4px);
            opacity: 0; pointer-events: none; transition: opacity 0.3s;
        }
        .m-menu.is-open { opacity: 1; pointer-events: auto; }

        .m-menu__sheet {
            position: absolute; inset: 0; background: #fff;
            display: flex; flex-direction: column;
            transform: translateY(20px); transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
        }
        .m-menu.is-open .m-menu__sheet { transform: translateY(0); }

        .m-menu__top {
            padding: 16px; border-bottom: 1px solid #f1f5f9;
            display: flex; justify-content: space-between; align-items: center;
        }
        .m-menu__brand { display: flex; align-items: center; gap: 10px; }
        .m-menu__meta { display: flex; flex-direction: column; }
        .m-menu__title { font-weight: 700; font-size: 14px; }
        .m-menu__sub { font-size: 11px; color: var(--m-muted); }

        .m-close {
            width: 32px; height: 32px;
            border-radius: 50%; border: 1px solid var(--m-border);
            display: grid; place-items: center; font-size: 16px; color: #64748b;
            background: #fff; cursor: pointer;
        }

        .m-menu__nav {
            padding: 20px 16px; overflow-y: auto;
            display: flex; flex-direction: column; gap: 10px;
        }

        /* Стили пунктов меню (как на скрине 38) */
        .m-item {
            display: flex; align-items: center; justify-content: space-between;
            padding: 16px;
            background: #fff; border: 1px solid var(--m-border);
            border-radius: 12px;
            text-decoration: none; color: var(--m-text);
            font-weight: 600; font-size: 14px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.02);
        }
        .m-item i { font-style: normal; color: #cbd5e1; font-size: 18px; line-height: 0; }

        /* Акцентный пункт (Каталог) */
        .m-item.is-accent {
            border: 1px solid #22c55e;
            background: var(--m-green-bg);
            color: #15803d;
        }

        /* Пункт с точкой (Контакты) */
        .m-item.is-dot span::before {
            content: ""; display: inline-block;
            width: 6px; height: 6px; background: var(--m-green);
            border-radius: 50%; margin-right: 8px; margin-bottom: 1px;
        }

        /* Footer меню */
        .m-menu__bottom {
            margin-top: auto; padding: 20px 16px 30px;
            background: #fff; border-top: 1px solid #f1f5f9;
        }
        .m-hint { text-align: center; font-size: 11px; color: #94a3b8; margin-bottom: 12px; }
        
        .m-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
        
        .m-btn {
            display: flex; align-items: center; justify-content: center;
            height: 48px; border-radius: 12px;
            text-decoration: none; font-weight: 700; font-size: 14px;
            border: 1px solid transparent;
			gap: 10px;
        }
        .m-btn--ghost { background: #f1f5f9; color: var(--m-text); border-color: var(--m-border); }
        .m-btn--wa {
            background: var(--m-green); color: white;
            box-shadow: 0 4px 12px rgba(22, 163, 74, 0.3);
        }
        
        .m-foot { margin-top: 15px; text-align: center; font-size: 11px; color: #94a3b8; }








/* ==== FIXED BAR ==== */

.m-fixbar{
  position: fixed;
  bottom: 14px;
  left: 14px;
  right: 14px;
  z-index: 100;

  padding: 6px;
  border-radius: 22px;

  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);

  box-shadow:
    0 10px 28px rgba(15,23,42,.18),
    0 2px 6px rgba(0,0,0,.04);

  transition: transform .3s ease;
}

/* кнопки */
.m-fixbtn{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;

  padding:14px 12px;
  border-radius:16px;

  font-weight:800;
  font-size:14px;

  border:none;
  cursor:pointer;
  text-decoration:none;
  transition:.25s ease;
}

/* WhatsApp — основной внизу */
.m-fixbtn--wa{
  background:#16a34a;
  color:#fff;
  box-shadow: 0 6px 18px rgba(22,163,74,.35);
}

.m-fixbtn--wa:active{
  transform: translateY(2px);
}

/* Рассчитать — вторичный */
.m-fixbtn--calc{
  background:#f1f5f9;
  color:#0f172a;
  border:1px solid #e2e8f0;
  box-shadow:none;
}

.m-fixbtn--calc:active{
  background:#e2e8f0;
}

/* отступ снизу для контента */
body{
  padding-bottom:120px;
}

.m-fixbtn--calc{
  background: #1e3a8a;
  color:#fff;
  box-shadow: 0 6px 16px rgba(30,58,138,.25);
}
.m-fixbtn--calc{
  background: #f1f5f9;
  color:#0f172a;
  border:1px solid #e2e8f0;
  box-shadow:none;
}
.m-fixbar{
  border-top: 1px solid rgba(15,23,42,.06);
}
.m-fixbar{
  border: 1px solid rgba(15,23,42,.05);
}

.m-fixbtn--wa{
  font-weight: 700;
}

.m-fixbtn--calc{
  font-weight: 700;
}
.m-fixbtn{
  padding:12px 10px;
  font-size:13px;
}
.b2b-badge {
    margin-left: 8px;
    padding: 2px 6px;
    background: #0f172a;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
}
.m-fixbar{
  box-shadow:
    0 8px 24px rgba(15,23,42,.14),
    0 2px 6px rgba(0,0,0,.04);
}
.m-fixbtn--wa{
  box-shadow: 0 6px 16px rgba(22,163,74,.28);
}
.m-fixbar{
  animation: fixFade .4s ease;
}

@keyframes fixFade{
  from{ opacity:0; transform:translateY(10px); }
  to{ opacity:1; transform:translateY(0); }
}
.m-fixbar{
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  z-index: 100;

  padding: 6px;
  border-radius: 24px;

  background: rgba(255,255,255,.92);
  backdrop-filter: blur(18px);

  box-shadow:
    0 8px 22px rgba(15,23,42,.14),
    0 1px 3px rgba(0,0,0,.05);
}
.m-fixbtn{
  border-radius:18px;
  padding:13px 10px;
  font-size:13px;
  font-weight:700;
  transition: transform .18s ease, box-shadow .18s ease;
}

.m-fixbtn:active{
  transform: scale(.97);
}
/* Отступ для всей секции */
.m-section {
    background: #fff;
}

.m-section-title {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 16px 0;
    color: var(--m-text);
}

/* Контейнер прайса */
.m-pricelist {
    border: 1px solid #e2e8f0;
    overflow: hidden; /* Чтобы шапка не вылезала за скругления */
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

/* Шапка таблицы */
.m-pricelist__head {
    background: var(--m-blue); /* Ваш фирменный синий */
    color: #fff;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 600;
    opacity: 0.95;
}

/* Строка прайса */
.m-pricelist__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #d6dfe7;
    background: #fff;
	font-weight: 500;
}

.m-pricelist__item:last-child {
    border-bottom: none;
	background: rgb(87 95 112 / 8%);
}

/* Колонка объема (слева) */
.m-pricelist__vol {
    font-size: 13px;

}

/* Колонка условий (справа) */
.m-pricelist__cond {
    text-align: right;
    font-size: 14px;
    color: #475569;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}



/* Стиль для VIP строки (100+) */
.m-pricelist__item--vip {
    background: #f8fafc; /* Чуть сероватый фон для выделения */
}

.m-pricelist__item--vip .m-pricelist__vol {
    color: var(--m-blue); /* Синий цвет цифр */
}

/* Бейджик "Спецпредложение" */
.m-badge {
    display: inline-block;
    background: linear-gradient(135deg, #0b4aa2, #083c86);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}