/* ============================================================================
 * DJI Store — site.css
 * Дизайн-токены и компоненты в стиле dji-market.ru. Без фреймворков.
 * ========================================================================= */

:root {
    --font-head: 'Montserrat', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    --font-body: 'Open Sans', Arial, sans-serif;
    --font-ui:   'Manrope', 'Open Sans', system-ui, -apple-system, sans-serif;

    --bg:         #ffffff;
    --bg-soft:    #f9f9f9;
    --bg-card:    #f4f4f6;
    --bg-dark:    #1f2128;
    --bg-darker:  #14161c;
    --footer-bg:  #1e1e1e;

    --text:       #1a1a1a;
    --text-dim:   #323232;
    --text-mute:  #8a93a6;
    --text-on-dark: #ffffff;
    --border:     #e0e0e0;
    --border-strong: #c8c8c8;

    --primary:        #333333;
    --primary-hover:  #1a1a1a;
    --primary-soft:   #f0f0f0;

    --sky:            #009ce6;
    --link:           #0055ff;

    --accent:         #ff8562;
    --badge-new:      #e53935;
    --accent-new:     #24d366;
    --accent-yellow:  #f5a623;
    --accent-purple:  #5b21b6;

    --tg:        #229ed9;
    --wa:        #24d366;
    --max-c:     #4a73ea;

    --radius-sm: 12px;
    --radius-md: 20px;
    --radius-lg: 32px;
    --radius-pill: 999px;

    --container:  1280px;
    --shadow-card: 0 4px 16px rgba(0,0,0,0.06);
    --shadow-lift: 0 8px 24px rgba(0,0,0,0.10);

    --header-h:  140px;
    --topbar-h:  36px;
    --utility-h: 72px;
}

/* ----------------------- reset ----------------------- */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
    font-family: var(--font-body);
    color: var(--text);
    background: var(--bg);
    font-size: 15px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-head);
    color: var(--text);
    font-weight: 700;
    margin: 0 0 0.5em;
    line-height: 1.2;
}
h1 { font-size: 36px; }
h2 { font-size: 28px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
p { margin: 0 0 1em; }
ul, ol { padding-left: 1.4em; margin: 0 0 1em; }
a { color: var(--link); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }
button { font-family: inherit; cursor: pointer; border: none; background: none; padding: 0; }
input, textarea, select { font-family: inherit; }

/* ----------------------- top warning bar ----------------------- */
.top-bar {
    background: var(--sky);
    color: #fff;
    font-size: 13px;
    line-height: var(--topbar-h);
    text-align: center;
    padding: 0 16px;
    overflow: hidden;
}
.top-bar a { color: #fff; text-decoration: underline; }
.top-bar.gray { background: #e9eaee; color: var(--text-dim); }

/* ----------------------- header ----------------------- */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 1px 0 rgba(0,0,0,.02);
}
.site-header__row {
    max-width: var(--container);
    margin: 0 auto;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    gap: 24px;
}
.site-header__logo img { height: 44px; width: auto; }
.site-header__nav {
    display: flex;
    gap: 22px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}
.site-header__nav a {
    color: var(--text);
    font-weight: 500;
    font-size: 14px;
}
.site-header__nav a:hover { color: var(--link); text-decoration: none; }
.site-header__contacts {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 13px;
}
.site-header__phone {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 16px;
    color: var(--text);
}
.site-header__email { color: var(--text-dim); }
.site-header__work {
    color: var(--accent-new);
    font-size: 12px;
    font-weight: 600;
}
.site-header__work::before {
    content: '';
    display: inline-block;
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--accent-new);
    margin-right: 6px;
    vertical-align: 1px;
}
.site-header__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}
.site-header__actions .icon-btn {
    width: 38px; height: 38px;
    border-radius: 50%;
    background: var(--bg-soft);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.site-header__actions .icon-btn img { width: 18px; height: 18px; }
.site-header__actions .cart-count {
    position: absolute;
    top: -4px; right: -4px;
    background: var(--primary);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    width: 18px; height: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.soc-pill {
    width: 36px; height: 36px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-soft);
}
.soc-pill img { width: 100%; height: 100%; object-fit: cover; }

/* ----------------------- pill nav ----------------------- */
.pill-nav {
    position: sticky;
    top: var(--utility-h);
    z-index: 99;
    background: #fff;
    border-bottom: 1px solid var(--border);
}
.pill-nav__row {
    max-width: var(--container);
    margin: 0 auto;
    padding: 12px 24px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.pill-nav__item {
    border: 1px solid var(--border-strong);
    border-radius: var(--radius-pill);
    padding: 8px 18px;
    font-size: 13px;
    color: var(--text);
    font-weight: 500;
    background: #fff;
    transition: background .15s, color .15s, border-color .15s;
}
.pill-nav__item:hover { background: var(--bg-soft); text-decoration: none; }
.pill-nav__item.is-active {
    background: var(--text);
    color: #fff;
    border-color: var(--text);
}

/* ----------------------- container ----------------------- */
.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 24px;
}

/* ----------------------- breadcrumbs ----------------------- */
.breadcrumbs {
    font-size: 13px;
    color: var(--text-mute);
    margin: 18px 0 8px;
}
.breadcrumbs a { color: var(--text-mute); }
.breadcrumbs a:hover { color: var(--link); }
.breadcrumbs__sep { margin: 0 4px; }

/* ----------------------- hero ----------------------- */
.hero { margin: 24px 0 40px; }
.hero__slide {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    aspect-ratio: 1280 / 480;
    background: linear-gradient(135deg, #182027, #2a3441);
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 64px;
}
.hero__slide img.hero__bg {
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    z-index: 0;
}
.hero__slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(20,28,40,.72) 0%, rgba(20,28,40,.45) 35%, rgba(20,28,40,0) 70%);
    z-index: 0;
    pointer-events: none;
}
.hero__overlay { position: relative; z-index: 1; max-width: 560px; }
.hero__title {
    font-size: 56px;
    line-height: 1;
    margin: 0 0 16px;
    color: #fff;
    font-weight: 800;
    letter-spacing: -1px;
}
.hero__subtitle {
    font-size: 18px;
    color: rgba(255,255,255,.85);
    margin-bottom: 24px;
}
.hero__cta {
    display: inline-block;
    background: #fff;
    color: var(--text);
    padding: 14px 32px;
    border-radius: var(--radius-pill);
    font-weight: 600;
}
.hero__cta:hover { background: var(--primary); color: #fff; text-decoration: none; }

/* ----------------------- section ----------------------- */
.section { margin: 56px 0; }
.section__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 24px;
    gap: 16px;
}
.section__title { font-size: 32px; margin: 0; }
.section__link { color: var(--text-dim); font-size: 14px; font-weight: 500; }

/* ----------------------- popular row (horizontal scroller) ----------------------- */
.popular-row {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding: 24px;
    scrollbar-width: thin;
    padding-bottom: 8px;
    margin: 0 -24px;
    padding-left: 24px;
    padding-right: 24px;
}
.popular-row::-webkit-scrollbar { height: 6px; }
.popular-row::-webkit-scrollbar-thumb { background: var(--border-strong); border-radius: 3px; }
.popular-card {
    flex: 0 0 260px;
    scroll-snap-align: start;
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    background: var(--bg-card);
    color: var(--text);
    display: flex;
    flex-direction: column;
    transition: box-shadow .15s ease;
    text-decoration: none;
}
.popular-card:hover { box-shadow: var(--shadow-card); text-decoration: none; }
.popular-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: #fff;
    padding: 16px;
    box-sizing: border-box;
    display: block;
}
.popular-card__body {
    padding: 14px 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.popular-card__title {
    font-family: var(--font-head);
    font-weight: 600;
    font-size: 15px;
    line-height: 1.35;
    color: var(--text);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.popular-card__price {
    font-family: var(--font-ui);
    font-size: 17px;
    font-weight: 700;
    color: var(--text);
}

/* ----------------------- catalog grid ----------------------- */
.cat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.cat-tile {
    position: relative;
    background: var(--bg-card);
    border-radius: var(--radius-md);
    padding: 28px;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: box-shadow .15s ease;
}
.cat-tile:hover { box-shadow: var(--shadow-card); }
.cat-tile__title {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 20px;
    color: var(--text);
    margin: 0 0 10px;
}
.cat-tile__title-link { color: inherit; text-decoration: none; }
.cat-tile__title-link:hover { color: var(--link); }
.cat-tile__list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: var(--text-dim);
    line-height: 1.7;
    position: relative;
    z-index: 2;
}
.cat-tile__list a { color: var(--text-dim); text-decoration: none; }
.cat-tile__list a:hover { color: var(--link); }
.cat-tile__more {
    margin-top: auto;
    color: var(--link);
    font-size: 13px;
    font-weight: 600;
    padding-top: 12px;
    text-decoration: none;
}
.cat-tile__more::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}
.cat-tile__img {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 180px;
    height: 180px;
    object-fit: contain;
    pointer-events: none;
    z-index: 0;
}

/* ----------------------- product card ----------------------- */
.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.product-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 16px;
    display: flex;
    flex-direction: column;
    transition: box-shadow .2s, transform .2s;
}
.product-card:hover { box-shadow: var(--shadow-card); transform: translateY(-2px); }
.product-card__media {
    background: var(--bg-soft);
    border-radius: var(--radius-sm);
    aspect-ratio: 1 / 1;
    overflow: hidden;
    margin-bottom: 12px;
}
.product-card__media img { width: 100%; height: 100%; object-fit: contain; }
.product-card__title {
    font-size: 15px;
    font-weight: 600;
    color: var(--text);
    line-height: 1.3;
    margin: 0 0 4px;
    min-height: 2.6em;
}
.product-card__title a { color: var(--text); }
.product-card__sku { font-size: 11px; color: var(--text-mute); margin-bottom: 8px; }
.product-card__status {
    font-size: 12px;
    color: var(--accent-new);
    font-weight: 600;
    margin-bottom: 6px;
}
.product-card__price {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 20px;
    color: var(--text);
    margin-bottom: 4px;
}
.product-card__price-old {
    font-size: 13px;
    color: var(--text-mute);
    text-decoration: line-through;
    margin-bottom: 10px;
}
.product-card__variant {
    width: 100%;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 8px 10px;
    font-size: 13px;
    color: var(--text);
    background: #fff;
    margin-bottom: 10px;
}
.product-card__cta { display: flex; gap: 8px; margin-top: auto; }

/* ----------------------- badges ----------------------- */
.badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    padding: 4px 10px;
    border-radius: var(--radius-pill);
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.badge--top { background: var(--primary); }
.badge--new { background: var(--badge-new); }
.badge--sale { background: var(--accent); }

/* ----------------------- buttons ----------------------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: var(--radius-pill);
    font-family: var(--font-head);
    font-weight: 600;
    font-size: 14px;
    border: 1px solid transparent;
    transition: background .15s, color .15s, border-color .15s;
    cursor: pointer;
    text-decoration: none;
}
.btn:hover { text-decoration: none; }
.btn--primary { background: var(--primary); color: #fff; }
.btn--primary:hover { background: var(--primary-hover); color: #fff; }
.btn--secondary {
    background: #fff;
    color: var(--text);
    border-color: var(--border-strong);
}
.btn--secondary:hover { background: var(--bg-soft); }
.btn--ghost { background: transparent; color: var(--text); }
.btn--ghost:hover { background: var(--bg-soft); }
.btn--tg { background: var(--tg); color: #fff; }
.btn--tg:hover { background: #3d61d4; color: #fff; }
.btn--wa { background: var(--wa); color: #fff; }
.btn--wa:hover { background: #1eb858; color: #fff; }
.btn--max { background: var(--max-c); color: #fff; }
.btn--max:hover { background: #e87000; color: #fff; }
.btn--small { padding: 7px 14px; font-size: 12px; }
.btn--large { padding: 14px 30px; font-size: 16px; }
.btn--block { width: 100%; }

/* ----------------------- consult ----------------------- */
.consult {
    background: var(--bg-dark);
    color: #fff;
    border-radius: var(--radius-lg);
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 480px;
    gap: 0;
    padding: 48px 56px;
    position: relative;
}
.consult__title { font-size: 32px; color: #fff; margin: 0 0 12px; }
.consult__sub { color: rgba(255,255,255,.75); margin-bottom: 24px; }
.consult__form { display: flex; gap: 8px; flex-wrap: wrap; }
.consult__form input {
    padding: 12px 16px;
    border-radius: var(--radius-pill);
    border: none;
    font-size: 14px;
    flex: 1;
    min-width: 200px;
}
.consult__bg {
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 480px;
    z-index: 0;
    opacity: 0.85;
}

/* ----------------------- B2B 3-card block ----------------------- */
.b2b-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 56px 0;
}
.b2b-card {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    min-height: 220px;
    padding: 28px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #2a2f3a;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform .15s, box-shadow .15s;
}
.b2b-card::before {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(15,18,24,.85) 0%, rgba(15,18,24,.55) 60%, rgba(15,18,24,.35) 100%);
    z-index: 0;
}
.b2b-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-card); }
.b2b-card__body { position: relative; z-index: 1; }
.b2b-card__title {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 10px;
    color: #fff;
}
.b2b-card__sub {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255,255,255,.85);
    margin: 0;
}
.b2b-card__cta { position: relative; z-index: 1; align-self: flex-start; margin-top: 20px; }
.b2b-card--tender    { background-image: linear-gradient(135deg, #1d3a72 0%, #2152a8 100%); }
.b2b-card--wholesale { background-image: linear-gradient(135deg, #2a2f3a 0%, #1a1c22 100%); }
.b2b-card--corp      { background-image: linear-gradient(135deg, #3a2a4f 0%, #1f1726 100%); }

/* ----------------------- legacy .business-card kept for backwards-compat ----------------------- */
.business-card {
    background: var(--accent-purple);
    color: #fff;
    border-radius: var(--radius-lg);
    padding: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin: 56px 0;
}
.business-card h2 { color: #fff; font-size: 28px; }
.business-card__cta {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
}

/* ----------------------- services (photo-backed tiles) ----------------------- */
.services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.service-card {
    background: var(--bg-card);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: var(--radius-md);
    padding: 28px;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8px;
    position: relative;
    overflow: hidden;
    color: #fff;
    transition: transform .15s, box-shadow .15s;
    text-decoration: none;
}
.service-card::before {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(20,22,28,.25) 0%, rgba(20,22,28,.55) 60%, rgba(20,22,28,.85) 100%);
    z-index: 0;
}
.service-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-card); text-decoration: none; }
.service-card > * { position: relative; z-index: 1; }
.service-card h3 { font-size: 22px; margin: 0; color: #fff; }
.service-card--aerial   { background-image: linear-gradient(135deg, #2c4258 0%, #14181f 100%); }
.service-card--repair   { background-image: linear-gradient(135deg, #3a3a44 0%, #16181c 100%); }
.service-card--rental   { background-image: linear-gradient(135deg, #2e4a3c 0%, #14201a 100%); }
.service-card__icon {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 64px; height: 64px;
    opacity: 0.6;
    z-index: 1;
}

/* ----------------------- benefits ----------------------- */
.benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 56px 0;
}
.benefit { text-align: center; padding: 16px; }
.benefit__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 12px;
    object-fit: contain;
}
.benefit__title {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 16px;
    color: var(--text);
    margin-bottom: 6px;
}
.benefit__sub { font-size: 13px; color: var(--text-dim); }

/* ----------------------- marquee ----------------------- */
.marquee {
    background: var(--sky);
    color: #fff;
    padding: 14px 0;
    overflow: hidden;
    font-family: var(--font-head);
    font-weight: 600;
    font-size: 14px;
    margin: 32px 0;
}
.marquee__track {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 40s linear infinite;
    white-space: nowrap;
}
.marquee__track span { padding: 0 32px; }
@keyframes marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

/* ----------------------- footer ----------------------- */
.site-footer {
    background: var(--footer-bg);
    color: #c9ccd1;
    padding: 56px 0 24px;
    margin-top: 80px;
}
.site-footer__grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 24px;
}
.site-footer h4 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 16px;
}
.site-footer__col a {
    display: block;
    color: #c9ccd1;
    font-size: 13px;
    padding: 4px 0;
}
.site-footer__col a:hover { color: #fff; text-decoration: none; }
.site-footer__social { display: flex; gap: 10px; margin-top: 16px; flex-wrap: wrap; }
.site-footer__social a {
    width: 36px; height: 36px;
    background: rgba(255,255,255,.08);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.site-footer__social img { width: 18px; height: 18px; }
.site-footer__bottom {
    border-top: 1px solid rgba(255,255,255,.08);
    margin-top: 40px;
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: var(--text-mute);
    max-width: var(--container);
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}

/* ----------------------- megamenu ----------------------- */
.megamenu-trigger { position: relative; }
.megamenu {
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 32px;
    box-shadow: var(--shadow-lift);
    z-index: 80;
    display: none;
}
.megamenu.is-open { display: block; }
.megamenu__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    max-width: var(--container);
    margin: 0 auto;
}
.megamenu__tile {
    background: var(--bg-soft);
    border-radius: var(--radius-md);
    padding: 16px;
    text-align: center;
    color: var(--text);
    font-weight: 600;
    font-size: 13px;
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.megamenu__tile:hover {
    background: var(--primary-soft);
    color: var(--link);
    text-decoration: none;
}
.megamenu__tile img {
    position: absolute;
    top: 12px; right: 12px; bottom: 30px; left: 12px;
    width: calc(100% - 24px);
    height: auto;
    object-fit: contain;
    margin: auto;
}

/* ----------------------- mobile bottom bar ----------------------- */
.mobile-bar {
    display: none;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: #fff;
    border-top: 1px solid var(--border);
    padding: 8px 0;
    z-index: 90;
}
.mobile-bar__row { display: flex; justify-content: space-around; }
.mobile-bar a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--text);
    font-size: 11px;
    text-decoration: none;
    gap: 2px;
}
.mobile-bar img { width: 22px; height: 22px; }

/* ----------------------- info-page ----------------------- */
.info-body {
    background: #fff;
    border-radius: var(--radius-md);
    padding: 40px 56px;
    margin: 24px 0 56px;
    box-shadow: var(--shadow-card);
    max-width: 920px;
}
.info-body h1 { font-size: 32px; margin-bottom: 24px; }
.info-body h2 { font-size: 22px; margin: 28px 0 12px; }
.info-body ul li { margin-bottom: 6px; }

/* ----------------------- responsive ----------------------- */
@media (max-width: 1024px) {
    h1 { font-size: 28px; }
    .hero__title { font-size: 36px; }
    .hero__slide { padding: 0 32px; aspect-ratio: 4/3; }
    .cat-grid { grid-template-columns: repeat(2, 1fr); }
    .b2b-section { grid-template-columns: 1fr; }
    .product-grid { grid-template-columns: repeat(3, 1fr); }
    .consult { grid-template-columns: 1fr; padding: 32px; }
    .consult__bg { display: none; }
    .business-card { grid-template-columns: 1fr; padding: 32px; }
    .services { grid-template-columns: 1fr; }
    .benefits { grid-template-columns: repeat(2, 1fr); }
    .site-footer__grid { grid-template-columns: 1fr 1fr; }
    .site-header__nav { display: none; }
    .megamenu__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
    :root { --utility-h: 60px; }
    .site-header__row { padding: 10px 16px; gap: 12px; }
    .site-header__contacts { display: none; }
    .site-header__logo img { height: 32px; }
    .pill-nav__row { padding: 10px 16px; gap: 6px; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
    .pill-nav__row::-webkit-scrollbar { display: none; }
    .pill-nav__item { padding: 6px 12px; font-size: 12px; white-space: nowrap; flex-shrink: 0; }
    .product-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .product-card { padding: 12px; }
    .product-card__title { font-size: 13px; }
    .product-card__price { font-size: 17px; }
    .hero { margin: 12px 0 24px; }
    .hero__title { font-size: 26px; }
    .hero__subtitle { font-size: 14px; }
    .section { margin: 32px 0; }
    .section__title { font-size: 22px; }
    .info-body { padding: 24px 20px; }
    .mobile-bar { display: block; }
    body { padding-bottom: 64px; }
    .megamenu__grid { grid-template-columns: repeat(2, 1fr); }
    .site-footer__grid { grid-template-columns: 1fr; }
}

/* ========================================================================== */
/* Lead intake — honeypot field + consult-form status message                */
/* ========================================================================== */
.hp-field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none;
}

.consult__status {
    grid-column: 1 / -1;
    padding: 10px 14px;
    margin-top: 6px;
    border-radius: var(--radius-sm, 6px);
    background: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}
