.c-product-thumb__image_dummy,
.c-product-mini__image_dummy {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    background-color: #f5f5f5 !important;
    border: 1px solid #e0e0e0 !important;
    align-items: center !important;
    justify-content: center !important;
}

.c-products-thumbs-slider[style*="height: 0px"] {
    height: auto !important;
    min-height: 185px !important;
}

.c-products-thumbs-slider[style*="height: 0px"] .swiper-wrapper {
    height: auto !important;
    min-height: 185px !important;
}

.c-products-thumbs-slider .c-product-thumb {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    min-height: auto !important;
}

.c-products-thumbs-slider .swiper-slide {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    min-height: auto !important;
}

.c-products-thumbs-slider .c-products-thumbs-slider__item {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    min-height: auto !important;
}

@media (max-width: 768px) {
    .c-products-thumbs-slider[style*="height: 0px"] {
        height: auto !important;
        min-height: 150px !important;
    }

    .c-products-thumbs-slider[style*="height: 0px"] .swiper-wrapper {
        height: auto !important;
        min-height: 150px !important;
    }

    .c-slider-block {
        margin-bottom: 40px !important;
        position: relative !important;

    }

    .c-slider-block .c-block__content {
        overflow: visible !important;
        position: relative !important;

    }

    .c-product-thumb__image_dummy,
    .c-product-mini__image_dummy {
        min-height: 120px !important;
    }

    .c-products-thumbs-slider.c-products-thumbs-slider_alt.c-products-thumbs-slider_cols.c-products-thumbs-slider_swiper.swiper-container.swiper-container-horizontal.swiper-container-android {
        height: auto !important;
        min-height: 185px !important;
    }

    .c-products-thumbs-slider.c-products-thumbs-slider_alt.c-products-thumbs-slider_cols.c-products-thumbs-slider_swiper.swiper-container.swiper-container-horizontal.swiper-container-android .swiper-wrapper {
        height: auto !important;
        min-height: 185px !important;
    }
}
/* Только адаптивная высота слайдера - ширина не трогаем */
@media (min-width: 1px) {
    /* Адаптивная высота слайдера */
    .c-products-thumbs-slider {
        height: auto !important;
        min-height: 185px !important;
        max-height: none !important;
    }
    
    .c-products-thumbs-slider .swiper-wrapper {
        height: auto !important;
        min-height: 185px !important;
        max-height: none !important;
    }
    
    .c-products-thumbs-slider .swiper-slide {
        height: auto !important;
        min-height: 185px !important;
        max-height: none !important;
    }
    
    /* Адаптивная высота карточек */
    .c-product-thumb {
        height: auto !important;
        min-height: 185px !important;
        max-height: none !important;
    }
    .clickvideo  {
        margin-bottom: 40px !important;
}
    /* Убираем только проблемную фиксированную высоту */
    .c-products-thumbs-slider[style*="height: 0px"] {
        height: auto !important;
        min-height: 185px !important;
    }
    
    .c-products-thumbs-slider[style*="height: 0px"] .swiper-wrapper {
        height: auto !important;
        min-height: 185px !important;
    }
}

.c-product-cart-form__top-value_product-code {
    display: block;
    clear: both;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}

.c-product-code-copy {
    position: relative;
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    cursor: pointer;
}

.c-product-code-copy__icon {
    display: inline-flex;
    flex-shrink: 0;
    position: relative;
    top: 3px;
    color: currentColor;
    opacity: 0.55;
    line-height: 1;
}

.c-product-code-copy:hover .c-product-code-copy__icon {
    opacity: 1;
}

.c-product-code-copy__icon-svg {
    display: block;
}

.c-product-code-copy__tooltip {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.2;
    color: #828282;
    white-space: nowrap;
    z-index: 1;
    pointer-events: none;
}

/* =====================================================================
   ЮЖНЫЙ ПОТОК — ДИЗАЙН-СИСТЕМА (редизайн поверх megashop2)
   Палитра из логотипа: зелёный #268938 + чёрный #1D1D1D
   ===================================================================== */
/* Шрифты Raleway + Manrope подключены в head.html через preconnect (быстрее @import) */

:root {
    --yp-green: #268938;
    --yp-green-dark: #1f7430;
    --yp-ink: #1d1d1d;
    --yp-tint: #eaf6ec;
    --yp-line: #e7ebe8;
    --yp-radius: 14px;
    --yp-radius-sm: 10px;
    --yp-shadow: 0 1px 2px rgba(16,24,20,.04), 0 4px 16px rgba(16,24,20,.06);
    --yp-shadow-lg: 0 8px 28px rgba(16,24,20,.12);
    --yp-ease: cubic-bezier(.4,0,.2,1);
}

/* --- Типографика (бренд: Raleway — заголовки, Manrope — текст) --- */
body, input, select, textarea, button, .c-button,
.c-product-thumb__name {
    font-family: 'Manrope', -apple-system, 'Segoe UI', Roboto, sans-serif !important;
}
h1, h2, h3, h4, h5, h6,
.c-header, .c-header_h1, .c-header_h2,
.c-block__title, .c-slider-block__header {
    font-family: 'Raleway', -apple-system, 'Segoe UI', sans-serif !important;
    letter-spacing: -0.005em;
}
body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }

/* Заголовки секций (Новинки / Акции / Лидеры) с зелёным акцентом */
.c-slider-block__header-text-container .c-header_h1,
.c-block__title {
    font-weight: 600 !important;
    position: relative;
    padding-left: 14px;
}
.c-slider-block__header-text-container .c-header_h1::before,
.c-block__title::before {
    content: "";
    position: absolute;
    left: 0; top: 50%;
    transform: translateY(-50%);
    width: 4px; height: 1em;
    border-radius: 4px;
    background: var(--yp-green);
}

/* --- Кнопки --- */
.c-button {
    border-radius: var(--yp-radius-sm) !important;
    font-weight: 600 !important;
    letter-spacing: .005em;
    transition: background-color .2s var(--yp-ease),
                box-shadow .2s var(--yp-ease),
                transform .15s var(--yp-ease),
                color .2s var(--yp-ease) !important;
}
.c-button_fill {
    box-shadow: 0 2px 10px rgba(38,137,56,.20);
}
.c-button_fill:hover {
    background-color: var(--yp-green-dark) !important;
    box-shadow: 0 6px 18px rgba(38,137,56,.30);
    transform: translateY(-1px);
}
.c-button_fill:active { transform: translateY(0); }

/* --- Карточка товара --- */
.c-product-thumb {
    background: #fff;
    border: 1px solid var(--yp-line);
    border-radius: var(--yp-radius);
    overflow: hidden;
    transition: border-color .25s var(--yp-ease),
                box-shadow .25s var(--yp-ease),
                transform .25s var(--yp-ease) !important;
}
.c-product-thumb:hover {
    border-color: rgba(38,137,56,.35);
    box-shadow: var(--yp-shadow-lg);
    transform: translateY(-4px);
}
.c-product-thumb__image-box img,
.c-product-thumb__image {
    transition: transform .4s var(--yp-ease);
}
.c-product-thumb:hover .c-product-thumb__image-box img,
.c-product-thumb:hover .c-product-thumb__image {
    transform: scale(1.05);
}
.c-product-thumb__name { transition: color .2s var(--yp-ease); }
.c-product-thumb:hover .c-product-thumb__name { color: var(--yp-green) !important; }
.c-product-thumb__prices { font-weight: 700; }

/* --- Шапка: мягкая тень --- */
.l-index__header, .c-header-wrapper {
    box-shadow: 0 1px 0 var(--yp-line), 0 2px 12px rgba(16,24,20,.04);
}

/* --- Глобальные мелочи --- */
a, .c-link { transition: color .18s var(--yp-ease); }
::selection { background: var(--yp-tint); color: var(--yp-ink); }
:focus-visible {
    outline: 2px solid var(--yp-green);
    outline-offset: 2px;
    border-radius: 4px;
}
html { scroll-behavior: smooth; }

/* --- Анимации появления (scroll-reveal; класс добавит JS) --- */
.yp-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .6s var(--yp-ease), transform .6s var(--yp-ease);
    will-change: opacity, transform;
}
.yp-reveal.yp-in { opacity: 1; transform: none; }

/* --- Уважение к prefers-reduced-motion --- */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .001ms !important;
        transition-duration: .001ms !important;
        scroll-behavior: auto !important;
    }
    .c-product-thumb:hover { transform: none; }
    .yp-reveal { opacity: 1; transform: none; }
}

/* --- Страница товара: акценты --- */
.c-product-cart-form { box-shadow: var(--yp-shadow); border-radius: var(--yp-radius); padding: 28px 30px; }
@media (max-width: 760px) { .c-product-cart-form { padding: 20px; } }
.c-product-add-to-cart__prices { letter-spacing: -0.01em; }
.c-content-tabs__title.is-active,
.c-content-tabs__title_active { color: var(--yp-green) !important; }

/* --- Мобильная адаптивность --- */
@media (max-width: 760px) {
    /* iOS не зумит поле при фокусе, если шрифт >= 16px */
    input[type="text"], input[type="email"], input[type="tel"],
    input[type="password"], input[type="search"], input[type="number"],
    select, textarea {
        font-size: 16px !important;
    }
    /* комфортные тач-таргеты */
    .c-button, .c-link-box, .l-icon-box_size_l {
        min-height: 44px;
    }
    /* заголовки секций чуть компактнее */
    .c-slider-block__header-text-container .c-header_h1 { font-size: 1.25rem; }
}
/* Карточка покупки в ЛК/формах — отступы на узких экранах */
@media (max-width: 480px) {
    .c-product-cart-form { padding: 16px !important; }
}

/* --- Блок преимуществ: выравнивание и единый вид --- */
.l-advantages { align-items: stretch; }
.l-advantages__item { display: flex; }
.c-advantage {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    gap: 6px;
    padding: 8px 10px;
}
.c-advantage__body { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.c-advantage__icon-box { color: var(--yp-green); }
/* тоньше линии у крупных иконок преимуществ */
.c-advantage__icon-box svg, .c-advantage__icon-box svg * { stroke-width: 1.5 !important; }
.c-advantage__title {
    margin: 0;
    font-weight: 600 !important;
    min-height: 1.3em;
}
.c-advantage__content, .c-advantage__text {
    color: #5b6660;
    font-size: 0.92rem;
    line-height: 1.4;
}
@media (min-width: 761px) {
    .c-advantage__content, .c-advantage__text { min-height: 2.8em; } /* выравнивание подписей в ряд */
}
/* мобильный: блок преимущества всегда на всю ширину и по центру (иначе короткие подписи «съезжают» влево) */
@media (max-width: 760px) {
    .l-advantages__item { justify-content: center; width: 100%; }
    .c-advantage { width: 100%; }
}

/* =====================================================================
   СОВРЕМЕННЫЙ ФУТЕР
   ===================================================================== */
.c-footer {
    border-top: 3px solid var(--yp-green);
    padding-top: 14px;
}
/* Заголовки колонок — аккуратный uppercase */
.c-footer-block__header {
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    color: rgba(255, 255, 255, 0.5) !important;
    margin-bottom: 14px;
}
/* Ссылки футера — мягкий ховер в бренд-цвет */
.c-footer-rows__row a,
.l-footer-links__item a,
.l-footer-copyright__links a {
    color: rgba(255, 255, 255, 0.72);
    transition: color 0.2s var(--yp-ease), padding-left 0.2s var(--yp-ease);
}
.c-footer-rows__row a:hover,
.l-footer-links__item a:hover,
.l-footer-copyright__links a:hover {
    color: var(--yp-green);
}
.c-footer-rows__row { line-height: 1.9; }
/* Телефон — выразительный, с ховером */
.c-footer-phone {
    border-radius: var(--yp-radius);
    transition: border-color 0.2s var(--yp-ease), background-color 0.2s var(--yp-ease);
}
.c-footer-phone:hover { border-color: var(--yp-green); background-color: rgba(38, 137, 56, 0.08); }
.c-footer-phone__phone { font-weight: 700; letter-spacing: 0.01em; }
.c-footer-phone__hint { color: rgba(255, 255, 255, 0.45); }
/* Копирайт — отдельный бар сверху с разделителем */
.l-footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 12px;
    padding-top: 22px;
}
.l-footer-copyright__text { color: rgba(255, 255, 255, 0.5); font-size: 0.86rem; line-height: 1.6; }
/* Соцсети — приятный ховер */
.c-footer-socials a, .l-footer-developers a {
    transition: transform 0.2s var(--yp-ease), opacity 0.2s var(--yp-ease);
}
.c-footer-socials a:hover { transform: translateY(-2px); }
/* Контакты-email в футере */
.l-footer-content__contacts-container a[href^="mailto:"] { transition: color 0.2s var(--yp-ease); }
.l-footer-content__contacts-container a[href^="mailto:"]:hover { color: var(--yp-green); }

/* =====================================================================
   ГЛАВНАЯ: секции товаров на всю ширину (как маркетплейс)
   ===================================================================== */
.main-row, .main-row_full {
    display: flex !important;
    flex-direction: column !important;
    gap: 35px !important;
    width: 100%;
}
.main-left, .main-right {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
}
/* убираем возможный пустой блок видео/плагинов на главной */
.clickvideo, .c-clickvideo, [class*="clickvideo"]:empty { display: none !important; }

/* Левое меню категорий на главной — чуть ниже */
.l-content-columns__sidebar:has(.c-sidebar-catalog) { margin-top: 56px; }

/* =====================================================================
   ФИКС ПЕРЕПОЛНЕНИЯ КАРТОЧКИ ТОВАРА (текст не должен уходить за блок)
   ===================================================================== */
/* Хлебные крошки: не вылезают за экран */
.c-breadcrumbs { max-width: 100%; overflow: hidden; }
.c-breadcrumbs__wrapper { flex-wrap: wrap !important; max-width: 100%; }
.c-breadcrumbs__item, .c-breadcrumbs__item .c-link { white-space: normal; word-break: break-word; }
/* Картинки и таблицы в карточке — строго в пределах блока */
.c-product-page img, .c-product-images img, .c-content-tabs img { max-width: 100%; height: auto; }
.c-product-page table, .c-content-tabs table { max-width: 100%; }
.c-content-tabs__content { overflow-wrap: anywhere; word-break: break-word; }
@media (max-width: 760px) {
    /* длинные характеристики/таблицы — горизонтальный скролл внутри блока */
    .c-content-tabs table, .c-product-features table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
    /* длинные слова (артикулы, ссылки) переносятся */
    .c-product-page, .c-product-features__value, .c-product-thumb__name { overflow-wrap: anywhere; }
    /* крошки: убираем длинное название текущего товара (оно есть в H1), остаток — скролл */
    .c-breadcrumbs_current-item-mode_show .c-breadcrumbs__item:last-child { display: none !important; }
    .c-breadcrumbs__wrapper { flex-wrap: nowrap !important; overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .c-breadcrumbs__item { flex: 0 0 auto; white-space: nowrap; }
}

/* =====================================================================
   B2B: кнопка «Узнать цену» (для гостей/неподтверждённых) + модалка
   ===================================================================== */
.yp-ask-price {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    width: 100%; min-height: 44px; padding: 11px 18px; margin-top: 6px;
    background: var(--yp-green); color: #fff !important;
    font-family: 'Manrope', -apple-system, sans-serif; font-weight: 600; font-size: 15px;
    border: none; border-radius: var(--yp-radius-sm); cursor: pointer; text-decoration: none;
    transition: background-color .2s var(--yp-ease), transform .15s var(--yp-ease);
}
.yp-ask-price:hover { background: var(--yp-green-dark); transform: translateY(-1px); }
.yp-ask-price svg { width: 18px; height: 18px; flex: 0 0 auto; }
.c-product-thumb .yp-ask-price { font-size: 14px; min-height: 40px; padding: 9px 12px; }
/* слайдеры / расширенные карточки — кнопка по содержимому, с отступом сверху */
.c-product-slide .yp-ask-price,
.c-product-extend .yp-ask-price,
.c-product-gallery .yp-ask-price { width: auto; min-height: 38px; padding: 8px 14px; font-size: 14px; margin-top: 10px; }

/* --- компактный список (каталог): аккуратная колонка действий --- */
.c-product-compact__add-to-cart-container { display: flex; flex-direction: column; align-items: stretch; gap: 8px; }
.yp-ask-price_compact { width: 100%; min-height: 44px; margin: 0; font-size: 14px; padding: 10px 14px; align-self: stretch; }
.c-product-compact__available { margin: 0; }
/* подпись «Количество уточняйте у менеджера» — аккуратная подсказка, не кричащий курсив */
.c-product-compact__stock-warning,
.c-product-compact__stock-warning--tb { margin: 4px 0 0; font-size: 12.5px; line-height: 1.4; color: #8a6f33; }
.c-product-compact__stock-warning em,
.c-product-compact__stock-warning--tb em { font-style: normal; }

/* --- карточка товара (PDP): кнопка нормальной ширины, статус «В наличии» остаётся --- */
.yp-ask-price_pdp { width: 100%; max-width: 340px; min-height: 52px; font-size: 16px; margin: 10px 0 0; }

.yp-modal-overlay { position: fixed; inset: 0; background: rgba(16,24,20,.55); display: none; align-items: center; justify-content: center; z-index: 99999; padding: 16px; }
.yp-modal-overlay.yp-open { display: flex; animation: ypFade .2s var(--yp-ease); }
@keyframes ypFade { from { opacity: 0 } to { opacity: 1 } }
.yp-modal { background: #fff; border-radius: var(--yp-radius); max-width: 420px; width: 100%; padding: 30px 26px 26px; box-shadow: var(--yp-shadow-lg); position: relative; font-family: 'Manrope', sans-serif; }
.yp-modal__close { position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; border: none; background: #f4f6f5; border-radius: 50%; cursor: pointer; font-size: 20px; line-height: 1; color: var(--yp-ink); }
.yp-modal__close:hover { background: var(--yp-tint); }
.yp-modal__title { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 22px; margin: 0 0 12px; color: var(--yp-ink); }
.yp-modal__text { font-size: 15px; line-height: 1.55; color: #4b5563; margin: 0 0 20px; }
.yp-modal__actions { display: flex; gap: 10px; margin-bottom: 18px; }
.yp-modal__btn { flex: 1; text-align: center; padding: 12px; border-radius: var(--yp-radius-sm); font-weight: 600; text-decoration: none; font-size: 15px; transition: background-color .2s; }
.yp-modal__btn_primary { background: var(--yp-green); color: #fff; }
.yp-modal__btn_primary:hover { background: var(--yp-green-dark); }
.yp-modal__btn_ghost { background: #fff; color: var(--yp-green); border: 1px solid var(--yp-green); }
.yp-modal__btn_ghost:hover { background: var(--yp-tint); }
.yp-modal__contacts { font-size: 14px; line-height: 1.6; color: #4b5563; border-top: 1px solid var(--yp-line); padding-top: 14px; }
.yp-modal__contacts a { color: var(--yp-green); font-weight: 600; text-decoration: none; }

/* =====================================================================
   ЮЖНЫЙ ПОТОК — ГЛАВНАЯ: Hero + метрики + онбординг (B2B опт)
   ===================================================================== */
.yp-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    padding: 14px 26px; border-radius: var(--yp-radius-sm);
    font-family: 'Manrope', -apple-system, sans-serif; font-weight: 700; font-size: 16px; line-height: 1;
    text-decoration: none; cursor: pointer; border: 2px solid transparent; white-space: nowrap;
    transition: background-color .2s var(--yp-ease), border-color .2s var(--yp-ease), color .2s var(--yp-ease), transform .15s var(--yp-ease), box-shadow .2s var(--yp-ease);
}
.yp-btn svg { width: 19px; height: 19px; flex: 0 0 auto; }
.yp-btn_primary { background: var(--yp-green); color: #fff !important; box-shadow: 0 6px 18px rgba(38,137,56,.32); }
.yp-btn_primary:hover { background: var(--yp-green-dark); transform: translateY(-2px); box-shadow: 0 10px 26px rgba(38,137,56,.4); }
.yp-btn_ghost { background: transparent; color: var(--yp-ink) !important; border-color: var(--yp-line); }
.yp-btn_ghost:hover { border-color: var(--yp-green); color: var(--yp-green) !important; background: var(--yp-tint); }

/* --- HERO --- */
.yp-hero {
    position: relative; overflow: hidden;
    background: radial-gradient(120% 120% at 85% 10%, #2f9d44 0%, #1f7430 38%, #19381f 100%);
    color: #fff; padding: 64px 0 84px; margin-bottom: 0;
}
.yp-hero::before {
    content: ""; position: absolute; inset: 0; opacity: .5; pointer-events: none;
    background-image: radial-gradient(rgba(255,255,255,.10) 1px, transparent 1.4px);
    background-size: 22px 22px;
    -webkit-mask-image: linear-gradient(180deg, #000, transparent 75%); mask-image: linear-gradient(180deg, #000, transparent 75%);
}
.yp-hero__glow { position: absolute; top: -160px; right: -120px; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(126,231,150,.45), transparent 62%); filter: blur(10px); pointer-events: none; }
.yp-hero__inner { position: relative; max-width: 760px; }
.yp-hero__eyebrow {
    display: inline-block; margin-bottom: 18px; padding: 7px 14px; border-radius: 999px;
    background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22);
    font-family: 'Manrope', sans-serif; font-weight: 600; font-size: 13px; letter-spacing: .02em; color: #eafff0;
    -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
}
.yp-hero__title {
    margin: 0 0 18px; font-family: 'Raleway', sans-serif; font-weight: 800;
    font-size: clamp(30px, 4.4vw, 50px); line-height: 1.08; letter-spacing: -.01em; color: #fff;
}
.yp-hero__title span { color: #8ff0a6; }
.yp-hero__subtitle { margin: 0 0 30px; max-width: 620px; font-family: 'Manrope', sans-serif; font-size: clamp(15px, 1.6vw, 18px); line-height: 1.6; color: rgba(255,255,255,.9); }
.yp-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.yp-hero .yp-btn_ghost { color: #fff !important; border-color: rgba(255,255,255,.45); }
.yp-hero .yp-btn_ghost:hover { background: rgba(255,255,255,.14); border-color: #fff; color: #fff !important; }
.yp-hero__usp { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px 26px; }
.yp-hero__usp li { display: flex; align-items: center; gap: 9px; font-family: 'Manrope', sans-serif; font-weight: 600; font-size: 15px; color: rgba(255,255,255,.94); }
.yp-hero__usp svg { width: 20px; height: 20px; padding: 3px; border-radius: 50%; background: rgba(255,255,255,.16); color: #8ff0a6; flex: 0 0 auto; }

/* --- МЕТРИКИ (карточка, наезжающая на hero) --- */
.yp-metrics { position: relative; margin-top: -48px; margin-bottom: 40px; z-index: 1; }
.yp-metrics__grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
    background: #fff; border: 1px solid var(--yp-line); border-radius: var(--yp-radius); box-shadow: var(--yp-shadow-lg); overflow: hidden;
}
.yp-metric { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; padding: 24px 26px; border-right: 1px solid var(--yp-line); }
.yp-metric:last-child { border-right: none; }
.yp-metric__icon { width: 30px; height: 30px; color: var(--yp-green); margin-bottom: 6px; }
.yp-metric__num { font-family: 'Raleway', sans-serif; font-weight: 800; font-size: 26px; line-height: 1.1; color: var(--yp-ink); }
.yp-metric__label { font-family: 'Manrope', sans-serif; font-size: 13.5px; line-height: 1.45; color: #5b6660; }

/* --- ОНБОРДИНГ: как стать клиентом --- */
.yp-onboard { background: var(--yp-tint); padding: 56px 0; margin-top: 16px; }
.yp-onboard__head { text-align: center; max-width: 640px; margin: 0 auto 38px; }
.yp-onboard__eyebrow { display: inline-block; margin-bottom: 12px; padding: 6px 14px; border-radius: 999px; background: #fff; color: var(--yp-green); font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; box-shadow: var(--yp-shadow); }
.yp-onboard__title { margin: 0 0 12px; font-family: 'Raleway', sans-serif; font-weight: 800; font-size: clamp(24px, 3vw, 34px); color: var(--yp-ink); }
.yp-onboard__lead { margin: 0; font-family: 'Manrope', sans-serif; font-size: 16px; line-height: 1.6; color: #4b5563; }
.yp-onboard__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 34px; }
.yp-step { position: relative; background: #fff; border: 1px solid var(--yp-line); border-radius: var(--yp-radius); padding: 28px 26px; transition: transform .2s var(--yp-ease), box-shadow .2s var(--yp-ease); }
.yp-step:hover { transform: translateY(-3px); box-shadow: var(--yp-shadow-lg); }
.yp-step__num { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin-bottom: 16px; border-radius: 50%; background: var(--yp-green); color: #fff; font-family: 'Raleway', sans-serif; font-weight: 800; font-size: 20px; box-shadow: 0 6px 16px rgba(38,137,56,.3); }
.yp-step__title { margin: 0 0 8px; font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 19px; color: var(--yp-ink); }
.yp-step__text { margin: 0; font-family: 'Manrope', sans-serif; font-size: 14.5px; line-height: 1.55; color: #5b6660; }
.yp-onboard__cta { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 16px; }
.yp-onboard__phone { font-family: 'Manrope', sans-serif; font-size: 15px; color: #4b5563; }
.yp-onboard__phone a { color: var(--yp-green); font-weight: 700; text-decoration: none; white-space: nowrap; }

/* --- адаптив --- */
@media (max-width: 1024px) {
    .yp-metrics__grid { grid-template-columns: repeat(2, 1fr); }
    .yp-metric:nth-child(2n) { border-right: none; }
    .yp-metric:nth-child(-n+2) { border-bottom: 1px solid var(--yp-line); }
}
@media (max-width: 760px) {
    .yp-hero { padding: 44px 0 64px; }
    .yp-hero__actions { gap: 10px; }
    .yp-hero__actions .yp-btn { flex: 1 1 auto; }
    .yp-onboard__steps { grid-template-columns: 1fr; }
    .yp-metrics { margin-top: 16px; z-index: auto; }
}
@media (max-width: 560px) {
    .yp-metrics__grid { grid-template-columns: 1fr; }
    .yp-metric { border-right: none; border-bottom: 1px solid var(--yp-line); }
    .yp-metric:last-child { border-bottom: none; }
    .yp-metric { flex-direction: row; align-items: center; gap: 12px; padding: 16px 20px; }
    .yp-metric__icon { margin-bottom: 0; }
    .yp-metric__num { font-size: 20px; }
}
@media (prefers-reduced-motion: reduce) {
    .yp-btn, .yp-step { transition: none !important; }
    .yp-btn:hover, .yp-step:hover { transform: none !important; }
}

/* --- FAQ (аккордеон) --- */
.yp-faq { padding: 48px 0 8px; }
.yp-faq__title { font-family: 'Raleway', sans-serif; font-weight: 800; font-size: clamp(22px, 2.6vw, 30px); color: var(--yp-ink); text-align: center; margin: 0 0 28px; }
.yp-faq__list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.yp-faq__item { background: #fff; border: 1px solid var(--yp-line); border-radius: var(--yp-radius); overflow: hidden; transition: border-color .2s var(--yp-ease), box-shadow .2s var(--yp-ease); }
.yp-faq__item[open] { border-color: var(--yp-green); box-shadow: var(--yp-shadow); }
.yp-faq__q { list-style: none; cursor: pointer; padding: 18px 52px 18px 22px; position: relative; font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 16px; color: var(--yp-ink); }
.yp-faq__q::-webkit-details-marker { display: none; }
.yp-faq__q::after { content: ""; position: absolute; right: 22px; top: 50%; width: 11px; height: 11px; margin-top: -7px; border-right: 2px solid var(--yp-green); border-bottom: 2px solid var(--yp-green); transform: rotate(45deg); transition: transform .2s var(--yp-ease); }
.yp-faq__item[open] .yp-faq__q::after { transform: rotate(-135deg); }
.yp-faq__a { padding: 0 22px 20px; font-family: 'Manrope', sans-serif; font-size: 15px; line-height: 1.6; color: #4b5563; }
@media (prefers-reduced-motion: reduce) { .yp-faq__item, .yp-faq__q::after { transition: none !important; } }

/* --- Карточка товара: блок преимуществ --- */
.yp-pdp-benefits { margin-top: 22px; padding: 18px 20px; background: var(--yp-tint); border-radius: var(--yp-radius); }
.yp-pdp-benefits__title { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 16px; color: var(--yp-ink); margin-bottom: 12px; }
.yp-pdp-benefits ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.yp-pdp-benefits li { position: relative; padding-left: 28px; font-family: 'Manrope', sans-serif; font-size: 14.5px; line-height: 1.45; color: #3c4742; }
.yp-pdp-benefits li::before { content: ""; position: absolute; left: 0; top: 1px; width: 18px; height: 18px; border-radius: 50%; background: var(--yp-green); }
.yp-pdp-benefits li::after { content: ""; position: absolute; left: 6px; top: 5px; width: 5px; height: 9px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(45deg); }

