/* Promo landing — merged from promo + promo-metal-v2 */
@push('styles')
<style>
html, body, *:not(i):not([class*="fa-"]):not([class*="fas"]):not([class*="far"]):not([class*="fab"]):not([class*="fal"]):not([class*="fad"]) {
    font-family: Inter, sans-serif !important;
}

@push('page_styles')
@if($isPromoTen || $isPromoStainless || $isPromoMetal || $isPromoKarkasy || $isPromoRezerv || $isPromoMostiki || $isPromoTitan)
<link rel="stylesheet" href="{{ asset('css/shipments-section.css') }}">
@endif
/* Промо-лендинги (ТЭН, нержавейка, металлоконструкции): скрыть верхнюю полосу и блок категорий */
body.page-promo-ten .utility-nav,
body.page-promo-ten .category-nav,
body.page-promo-stainless .utility-nav,
body.page-promo-stainless .category-nav,
body.page-promo-metal .utility-nav,
body.page-promo-metal .category-nav,
body.page-promo-karkasy .utility-nav,
body.page-promo-karkasy .category-nav,
body.page-promo-rezerv .utility-nav,
body.page-promo-rezerv .category-nav,
body.page-promo-mostiki .utility-nav,
body.page-promo-mostiki .category-nav,
body.page-promo-titan .utility-nav,
body.page-promo-titan .category-nav { display: none !important; }
body.page-promo-ten .mobile-header__nav,
body.page-promo-stainless .mobile-header__nav,
body.page-promo-metal .mobile-header__nav,
body.page-promo-karkasy .mobile-header__nav,
body.page-promo-rezerv .mobile-header__nav,
body.page-promo-mostiki .mobile-header__nav,
body.page-promo-titan .mobile-header__nav { display: none !important; }
body.page-promo-ten .main-header,
body.page-promo-stainless .main-header,
body.page-promo-metal .main-header,
body.page-promo-karkasy .main-header,
body.page-promo-rezerv .main-header,
body.page-promo-mostiki .main-header,
body.page-promo-titan .main-header { margin-bottom: 16px; }
/* Баннер нержавейки и металлоконструкций: изображение полностью в контейнере */
body.page-promo-stainless .about-banner__image img,
body.page-promo-rezerv .about-banner__image img { object-fit: contain; object-position: center; }
body.page-promo-metal .about-banner__image img { object-fit: cover; object-position: center; }
body.page-promo-karkasy .about-banner__image img,
body.page-promo-mostiki .about-banner__image img,
body.page-promo-titan .about-banner__image img { object-fit: cover; object-position: center; }

/* Упрощённая шапка: телефон вместо корзины в .main-header__right */
.main-header__phone { display: inline-flex; align-items: center; gap: 10px; padding: 0 16px; height: 38px; background: rgba(255,255,255,0.12); border-radius: 8px; color: #ffffff; text-decoration: none; font-size: 15px; font-weight: 600; transition: background 0.2s, transform 0.2s; white-space: nowrap; }
.main-header__phone:hover { background: rgba(255,255,255,0.2); color: #fff; transform: translateY(-1px); }
.main-header__phone i { font-size: 16px; }

.promo-page { padding-bottom: 60px; }

.breadcrumbs { margin: 20px 0; }
.breadcrumbs__list { display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; font-size: 13px; }
.breadcrumbs__item { display: flex; align-items: center; }
.breadcrumbs__item a { color: #6b7280; text-decoration: none; }
.breadcrumbs__item a:hover { color: #f0cf4c; }
.breadcrumbs__sep { margin: 0 8px; color: #d1d5db; font-size: 10px; }
.breadcrumb_last { color: #1a1a1a; font-weight: 500; }

/* ===== HERO BANNER v2 — Industrial Factory Style ===== */
@keyframes ind-pulse{0%,100%{opacity:1}50%{opacity:.25}}
@keyframes ind-scan{0%{transform:translateY(-100%)}100%{transform:translateY(400%)}}
@keyframes heroSlideIn{from{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}
.hero-v2 { position:relative; margin-bottom:48px; overflow:hidden; background:#0b0d0f; }
.hero-v2::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background:linear-gradient(90deg,#f0cf4c 0%,#e5a800 40%,transparent 100%); z-index:10; }
.hero-v2__bg { position:absolute; inset:0; z-index:0; }
.hero-v2__bg img { width:100%; height:100%; object-fit:cover; object-position:center; display:block; filter:brightness(.28) saturate(.6); }
.hero-v2__grid { position:absolute; inset:0; z-index:1; background-image:repeating-linear-gradient(0deg,rgba(255,255,255,.025) 0px,rgba(255,255,255,.025) 1px,transparent 1px,transparent 60px),repeating-linear-gradient(90deg,rgba(255,255,255,.025) 0px,rgba(255,255,255,.025) 1px,transparent 1px,transparent 60px); }
.hero-v2__inner { position:relative; z-index:2; display:grid; grid-template-columns:1fr 280px; gap:0; min-height:520px; }

/* ---- Слайдер-обёртка ---- */
.hero-v2__content { padding:0; display:flex; flex-direction:column; border-right:1px solid rgba(255,255,255,.07); overflow:hidden; }
.hero-v2__slides { flex:1; position:relative; }
.hero-v2__slide { position:absolute; inset:0; padding:48px 52px 0 48px; display:flex; flex-direction:column; justify-content:center; opacity:0; pointer-events:none; transition:opacity .45s ease; }
.hero-v2__slide.is-active { opacity:1; pointer-events:auto; animation:heroSlideIn .45s ease; }

/* Slide content */
.hero-v2__eyebrow { display:flex; align-items:center; gap:10px; margin-bottom:20px; }
.hero-v2__eyebrow-line { flex:1; max-width:40px; height:2px; background:#f0cf4c; }
.hero-v2__eyebrow-text { font-size:11px; font-weight:700; color:#f0cf4c; text-transform:uppercase; letter-spacing:.18em; }
.hero-v2__title { font-size:42px; font-weight:800; color:#fff; line-height:1.08; margin:0 0 8px; letter-spacing:-.02em; }
.hero-v2__title-sub { font-size:16px; font-weight:400; color:rgba(255,255,255,.35); text-transform:uppercase; letter-spacing:.06em; margin:0 0 20px; }
.hero-v2__desc { font-size:14px; color:rgba(255,255,255,.55); line-height:1.65; margin:0 0 28px; max-width:440px; border-left:2px solid #f0cf4c; padding-left:14px; }
.hero-v2__actions { display:flex; align-items:center; gap:12px; flex-wrap:wrap; }
.hero-v2__btn { display:inline-flex; align-items:center; gap:10px; padding:13px 24px; font-size:13px; font-weight:700; cursor:pointer; text-decoration:none; border:none; transition:all .2s; text-transform:uppercase; letter-spacing:.04em; }
.hero-v2__btn--primary { background:#f0cf4c; color:#0b0d0f; clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px)); }
.hero-v2__btn--primary:hover { background:#ffe066; transform:translateY(-2px); }
.hero-v2__btn--ghost { background:transparent; color:rgba(255,255,255,.7); border:1px solid rgba(255,255,255,.2); }
.hero-v2__btn--ghost:hover { border-color:#f0cf4c; color:#f0cf4c; }

/* ---- Нижняя панель слайдера: статы + навигация ---- */
.hero-v2__bottom { padding:20px 48px; border-top:1px solid rgba(255,255,255,.08); display:flex; align-items:center; gap:32px; }
.hero-v2__specs { display:flex; gap:32px; flex:1; }
.hero-v2__spec-val { font-size:20px; font-weight:800; color:#fff; line-height:1; margin-bottom:3px; }
.hero-v2__spec-val span { font-size:12px; font-weight:400; color:#f0cf4c; }
.hero-v2__spec-label { font-size:10px; color:rgba(255,255,255,.4); text-transform:uppercase; letter-spacing:.08em; }

/* Навигация слайдера */
.hero-v2__nav { display:flex; align-items:center; gap:12px; flex-shrink:0; }
.hero-v2__nav-btn { width:36px; height:36px; border:1px solid rgba(255,255,255,.2); background:transparent; color:rgba(255,255,255,.6); display:flex; align-items:center; justify-content:center; cursor:pointer; transition:all .2s; font-size:13px; }
.hero-v2__nav-btn:hover { border-color:#f0cf4c; color:#f0cf4c; }
.hero-v2__nav-dots { display:flex; gap:6px; align-items:center; }
.hero-v2__nav-dot { width:6px; height:6px; border-radius:50%; background:rgba(255,255,255,.25); border:none; cursor:pointer; padding:0; transition:all .2s; }
.hero-v2__nav-dot.is-active { background:#f0cf4c; transform:scale(1.4); }

/* Right panel — static */
.hero-v2__panel { background:#0d0f12; border-left:1px solid rgba(255,255,255,.07); display:flex; flex-direction:column; position:relative; overflow:hidden; }
.hero-v2__panel::before { content:''; position:absolute; left:0; right:0; height:60px; background:linear-gradient(transparent,rgba(240,207,76,.04),transparent); animation:ind-scan 4s linear infinite; pointer-events:none; z-index:0; }
.hero-v2__panel-top { padding:28px 24px 20px; border-bottom:1px solid rgba(255,255,255,.06); position:relative; z-index:1; }
.hero-v2__panel-badge { display:flex; align-items:center; gap:7px; margin-bottom:12px; }
.hero-v2__panel-dot { width:6px; height:6px; border-radius:50%; background:#22c55e; animation:ind-pulse 2s ease infinite; flex-shrink:0; }
.hero-v2__panel-status { font-size:9px; font-weight:700; color:#22c55e; text-transform:uppercase; letter-spacing:.15em; }
.hero-v2__panel-time { font-size:9px; color:rgba(255,255,255,.3); margin-left:auto; line-height:1.5; text-align:right; }
.hero-v2__panel-title { font-size:11px; font-weight:700; color:rgba(255,255,255,.6); text-transform:uppercase; letter-spacing:.1em; }
.hero-v2__panel-body { padding:20px 24px; display:flex; flex-direction:column; gap:20px; flex:1; position:relative; z-index:1; }
.hero-v2__panel-stat-label { font-size:9px; color:rgba(255,255,255,.35); text-transform:uppercase; letter-spacing:.1em; margin-bottom:6px; }
.hero-v2__panel-stat-val { font-size:32px; font-weight:800; color:#fff; line-height:1; letter-spacing:-.02em; }
.hero-v2__panel-stat-val--accent { color:#f0cf4c; }
.hero-v2__panel-stat-unit { font-size:11px; font-weight:400; color:rgba(255,255,255,.3); margin-left:4px; }
.hero-v2__panel-bar-wrap { height:3px; background:rgba(255,255,255,.07); margin-top:8px; }
.hero-v2__panel-bar { height:100%; background:#f0cf4c; }
.hero-v2__panel-divider { height:1px; background:rgba(255,255,255,.06); }
.hero-v2__panel-footer { padding:20px 24px; border-top:1px solid rgba(255,255,255,.06); position:relative; z-index:1; }
.hero-v2__panel-note { font-size:9px; color:rgba(255,255,255,.2); margin-top:12px; line-height:1.5; }

@media(max-width:1100px){
    .hero-v2__inner { grid-template-columns:1fr 240px; }
    .hero-v2__slide { padding:40px 36px 0; }
    .hero-v2__bottom { padding:16px 36px; }
    .hero-v2__title { font-size:34px; }
}
@media(max-width:800px){
    .hero-v2__inner { grid-template-columns:1fr; min-height:auto; }
    .hero-v2__slide { position:relative; inset:auto; padding:36px 24px 0; opacity:1; pointer-events:auto; display:none; }
    .hero-v2__slide.is-active { display:flex; animation:none; }
    .hero-v2__bottom { padding:16px 24px; border-right:none; }
    .hero-v2__title { font-size:28px; }
    .hero-v2__title-sub { font-size:14px; }
    .hero-v2__panel { flex-direction:row; flex-wrap:wrap; }
    .hero-v2__panel-top { flex:1; border-bottom:none; border-right:1px solid rgba(255,255,255,.06); }
    .hero-v2__panel-body { flex-direction:row; flex:2; gap:16px; }
    .hero-v2__panel-footer { width:100%; border-top:1px solid rgba(255,255,255,.06); }
}
@media(max-width:520px){
    .hero-v2__slide { padding:24px 16px 0; }
    .hero-v2__bottom { padding:14px 16px; flex-wrap:wrap; gap:16px; }
    .hero-v2__title { font-size:24px; }
    .hero-v2__btn { padding:11px 16px; font-size:12px; }
    .hero-v2__panel { flex-direction:column; }
    .hero-v2__panel-top { border-right:none; border-bottom:1px solid rgba(255,255,255,.06); }
    .hero-v2__panel-body { flex-direction:column; }
}

._block-group__head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 32px; }
._block-group__head-left { width: 70%; padding-right: 20px; }
._block-title { font-size: 28px; font-weight: 700; color: #1a1a1a; margin: 0 0 16px; line-height: 1.3; }
.promo-content-block { font-size: 16px; line-height: 1.7; color: #4b5563; }
.promo-content-block p { margin: 0 0 16px; }
.promo-content-block h2 { font-size: 22px; font-weight: 700; color: #1a1a1a; margin: 32px 0 16px; }
.promo-content-block h3 { font-size: 18px; font-weight: 600; color: #1a1a1a; margin: 24px 0 12px; }

.conversion { width: 30%; background: #f9fafb; border-radius: 10px; padding: 14px 16px; }
.conversion ul { list-style: none; padding: 0; margin: 0 0 10px; }
.conversion ul li { font-size: 12px; color: #374151; padding: 3px 0; padding-left: 16px; position: relative; line-height: 1.4; }
.conversion ul li:before { content: '✓'; position: absolute; left: 0; color: #10b981; font-weight: 700; font-size: 11px; }
.conversion__bottom { border-top: 1px solid #e5e7eb; padding-top: 10px; }
.conversion__online { display: flex; align-items: center; gap: 6px; margin-bottom: 8px; }
.conversion__online-dot { width: 6px; height: 6px; background: #10b981; border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }
.conversion__online p { font-size: 12px; color: #374151; margin: 0; }
.conversion__contacts { display: flex; gap: 8px; align-items: center; }
.conversion__contacts a { display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 5px; background: #fff; transition: all 0.2s ease; }
.conversion__contacts a:hover { background: #f0cf4c; }

@media (max-width: 991px) { ._block-group__head-left { width: 60%; } .conversion { width: 40%; } ._block-title { font-size: 22px; } }
@media (max-width: 640px) {
    ._block-group__head { flex-direction: column; }
    ._block-group__head-left { width: 100%; padding-right: 0; margin-bottom: 20px; }
    .conversion { width: 100%; }
    ._block-title { font-size: 20px; }
}

.promo-table-wrap { overflow-x: auto; margin: 24px 0; border-radius: 12px; border: 1px solid #e5e7eb; }
.promo-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.promo-table th, .promo-table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid #f3f4f6; }
.promo-table th { background: #f9fafb; font-weight: 600; color: #1a1a1a; }
.promo-table tr:last-child td { border-bottom: none; }
.promo-table tbody tr:hover { background: #fafbfc; }

.promo-faq { margin-top: 32px; }
.promo-faq h2 { margin-bottom: 20px; }
.promo-faq-item { margin-bottom: 16px; padding: 16px 20px; background: #f9fafb; border-radius: 12px; border: 1px solid #e5e7eb; }
.promo-faq-item__q { font-weight: 600; color: #1a1a1a; margin: 0 0 8px; font-size: 15px; }
.promo-faq-item__a { font-size: 14px; color: #4b5563; line-height: 1.6; margin: 0; }

.promo-catalog { margin-top: 32px; }
.promo-catalog__layout { display: grid; grid-template-columns: 1fr 280px; gap: 32px; align-items: start; }
.promo-catalog__heading { font-size: 24px; font-weight: 600; color: #1a1a1a; margin: 0 0 20px; }
.promo-catalog__section { margin-bottom: 40px; }
.promo-catalog__sidebar { position: sticky; top: 20px; }
.promo-catalog__card { background: #f9fafb; padding: 24px; border-radius: 12px; margin-bottom: 16px; border: 1px solid #e5e7eb; }
.promo-catalog__card-title { font-size: 18px; font-weight: 600; color: #1f2937; margin: 0 0 16px; }
.promo-catalog__btn { display: block; width: 100%; padding: 12px 16px; border-radius: 8px; font-weight: 500; text-align: center; text-decoration: none; font-size: 15px; font-family: inherit; cursor: pointer; margin-bottom: 12px; border: none; box-sizing: border-box; transition: background 0.2s, color 0.2s; }
.promo-catalog__btn:last-child { margin-bottom: 0; }
.promo-catalog__btn--primary { background: #2563eb; color: #fff; }
.promo-catalog__btn--primary:hover { background: #1d4ed8; }
.promo-catalog__btn--secondary { background: #fff; color: #2563eb; border: 1px solid #2563eb; }
.promo-catalog__btn--secondary:hover { background: #eff6ff; }
@media (max-width: 1024px) {
    .promo-catalog__layout { grid-template-columns: 1fr; }
    .promo-catalog__sidebar { position: static; }
}

.promo-cta { margin-top: 40px; padding: 24px; background: linear-gradient(135deg, rgba(240, 207, 76, 0.12), rgba(240, 207, 76, 0.05)); border-radius: 16px; border: 1px solid rgba(240, 207, 76, 0.3); }
.promo-cta h2 { margin: 0 0 12px; font-size: 20px; }
.promo-cta p { margin: 0 0 16px; }
.promo-cta .about-banner__btn { display: inline-flex; }

.b2b-cooperation-popup { position: fixed; inset: 0; z-index: 10000; display: flex; align-items: center; justify-content: center; padding: 20px; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; }
.b2b-cooperation-popup.active { opacity: 1; visibility: visible; }
.b2b-cooperation-popup__overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.5); cursor: pointer; }
.b2b-cooperation-popup__content { position: relative; background: #fff; border-radius: 16px; max-width: 440px; width: 100%; padding: 32px; box-shadow: 0 20px 60px rgba(0,0,0,0.2); }
.b2b-cooperation-popup__close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border: none; background: #f3f4f6; border-radius: 50%; cursor: pointer; font-size: 20px; line-height: 1; color: #6b7280; padding: 0; display: flex; align-items: center; justify-content: center; transition: background 0.2s, color 0.2s; }
.b2b-cooperation-popup__close:hover { background: #e5e7eb; color: #1a1a1a; }
.b2b-cooperation-popup__title { font-size: 20px; font-weight: 700; color: #1a1a1a; margin: 0 0 24px; padding-right: 40px; line-height: 1.35; }
.b2b-cooperation-popup__form .form-group { margin-bottom: 16px; }
.b2b-cooperation-popup__form label { display: block; font-size: 14px; font-weight: 500; color: #374151; margin-bottom: 6px; }
.b2b-cooperation-popup__form input, .b2b-cooperation-popup__form textarea { width: 100%; padding: 12px 14px; border: 1px solid #d1d5db; border-radius: 8px; font-size: 15px; font-family: inherit; box-sizing: border-box; }
.b2b-cooperation-popup__form input:focus, .b2b-cooperation-popup__form textarea:focus { outline: none; border-color: #f0cf4c; box-shadow: 0 0 0 3px rgba(240, 207, 76, 0.2); }
.b2b-cooperation-popup__form textarea { min-height: 80px; resize: vertical; }
.b2b-cooperation-popup__submit { width: 100%; padding: 14px 24px; background: #f0cf4c; color: #0b0d0f; border: none; border-radius: 0; clip-path: polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px)); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; cursor: pointer; margin-top: 8px; transition: all .2s; }
.b2b-cooperation-popup__submit:hover { background: #ffe066; transform: translateY(-2px); }
.b2b-cooperation-popup__message.success { color: #059669; margin-top: 12px; }
.b2b-cooperation-popup__message.error { color: #dc2626; margin-top: 12px; }
.b2b-popup-offer { display: flex; align-items: flex-start; gap: 10px; background: #fffbea; border: 1px solid rgba(240,207,76,.4); border-left: 3px solid #f0cf4c; padding: 10px 14px; margin-bottom: 16px; font-size: 13px; color: #374151; line-height: 1.4; }
.b2b-popup-offer i { color: #b8960c; font-size: 14px; margin-top: 1px; flex-shrink: 0; }
.b2b-cooperation-popup__sub { font-size: 13px; color: #6b7280; margin: -16px 0 20px; }

/* Популярные товары — карусель в стиле карточки (фото, заголовок, кнопка) */
.promo-top-products { margin-bottom: 48px; }
.promo-top-products__title { font-size: 20px; font-weight: 700; color: #1a1a1a; margin: 0 0 20px; letter-spacing: -0.02em; }
.promo-carousel-wrap { position: relative; min-height: 140px; }
.promo-carousel { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 2px 2px 16px; -webkit-overflow-scrolling: touch; min-height: 120px; position: relative; z-index: 0; overscroll-behavior-x: contain; }
.promo-carousel-wrap .promo-carousel__btn { z-index: 10; pointer-events: auto; }
.promo-carousel { scrollbar-width: none; -ms-overflow-style: none; padding-bottom: 2px; }
.promo-carousel::-webkit-scrollbar { display: none; }
.promo-product-card {
    flex: 0 0 calc(25% - 15px); min-width: 280px; scroll-snap-align: start;
    background: #fff; border-radius: 12px; padding: 0; border: none;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06); transition: box-shadow 0.2s, transform 0.2s; cursor: pointer;
    display: flex; flex-direction: column; overflow: hidden;
}
.promo-product-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.1); transform: translateY(-2px); }
.promo-product-card__link { display: flex; flex-direction: column; flex: 1; text-decoration: none; color: inherit; cursor: pointer; }
.promo-product-card__image { margin: 0; border-radius: 12px 12px 0 0; overflow: hidden; background: #fafafa; aspect-ratio: 4/3; }
.promo-product-card__image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.promo-product-card__body { padding: 18px 20px 20px; flex: 1; display: flex; flex-direction: column; }
.promo-product-card__title { font-size: 15px; font-weight: 700; color: #1a1a1a; margin: 0 0 8px; line-height: 1.35; }
.promo-product-card__link:hover .promo-product-card__title { color: #374151; }
.promo-product-card__desc { font-size: 12px; color: #6b7280; line-height: 1.4; margin: 0 0 8px; }
.promo-product-card__price { font-size: 13px; font-weight: 700; color: #1a1a1a; margin: 0 0 12px; }
.promo-product-card__btn { display: block; width: 100%; padding: 12px 20px; border: none; border-radius: 10px; background: linear-gradient(180deg, #f0cf4c 0%, #f0cf4c 100%); color: #1a1a1a; font-size: 14px; font-weight: 600; text-align: center; cursor: pointer; box-shadow: 0 2px 8px rgba(240, 207, 76, 0.3); transition: box-shadow 0.2s, opacity 0.2s; margin-top: auto; }
.promo-product-card__btn:hover { box-shadow: 0 4px 12px rgba(240, 207, 76, 0.4); opacity: 0.95; }
.promo-carousel__btn {
    position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px;
    border-radius: 4px; background: #fff; border: 1px solid #e5e7eb;
    cursor: pointer; display: flex; align-items: center; justify-content: center; color: #6b7280;
    transition: background 0.2s, color 0.2s, border-color 0.2s; z-index: 2;
}
.promo-carousel__btn:hover { background: #f9fafb; border-color: #d1d5db; color: #1a1a1a; }
.promo-carousel__btn--prev { left: -8px; }
.promo-carousel__btn--next { right: -8px; }

/* Блок заявки на расчёт (ТЭН) — стиль квиза */
.ten-order-section { margin-bottom: 48px; }
.ten-order-quiz { background: #1a1a1a; border-radius: 16px; padding: 24px; display: flex; gap: 0; overflow: hidden; }
.ten-order-quiz__main { flex: 1; min-width: 0; }
.ten-order-quiz__header { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; padding: 0 4px; }
.ten-order-quiz__title { font-size: 20px; font-weight: 700; color: #fff; margin: 0; line-height: 1.3; }
.ten-order-quiz__content { background: #fff; border-radius: 12px; padding: 28px 32px; }
.ten-order-quiz__question { font-size: 18px; font-weight: 700; color: #1a1a1a; margin: 0 0 20px; }
.ten-order-form { max-width: 100%; }
.ten-order-form__block { margin-bottom: 24px; }
.ten-order-form__block:last-of-type { margin-bottom: 0; }
.ten-order-form__block-title { font-size: 15px; font-weight: 600; color: #1a1a1a; margin: 0 0 12px; }
.ten-order-form__item { margin-bottom: 12px; padding: 14px; background: #f8f9fa; border: 1px solid #e9ecef; border-radius: 8px; }
.ten-order-form__label { display: block; font-size: 13px; font-weight: 500; color: #374151; margin-bottom: 6px; }
.ten-order-form__input,
.ten-order-form__textarea { width: 100%; padding: 10px 12px; border: 1px solid #e5e7eb; border-radius: 8px; font-size: 14px; font-family: inherit; box-sizing: border-box; }
.ten-order-form__input:focus,
.ten-order-form__textarea:focus { outline: none; border-color: #f0cf4c; box-shadow: 0 0 0 2px rgba(240, 207, 76, 0.25); }
.ten-order-form__textarea { min-height: 80px; resize: vertical; }
.ten-order-form__row { margin-bottom: 14px; }
.ten-order-form__add-btn { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border: 1px dashed #d1d5db; border-radius: 8px; background: #fff; font-size: 14px; color: #6b7280; cursor: pointer; transition: border-color 0.2s, color 0.2s; }
.ten-order-form__add-btn:hover { border-color: #f0cf4c; color: #1a1a1a; }
/* Пошаговая форма */
.ten-order-progress { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.ten-order-progress__item { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: #9ca3af; }
.ten-order-progress__item.is-active { color: #f0cf4c; }
.ten-order-progress__item.is-done { color: #1a1a1a; }
.ten-order-progress__num { width: 28px; height: 28px; border-radius: 50%; background: #e5e7eb; color: #6b7280; display: inline-flex; align-items: center; justify-content: center; }
.ten-order-progress__item.is-active .ten-order-progress__num { background: #f0cf4c; color: #1a1a1a; }
.ten-order-progress__item.is-done .ten-order-progress__num { background: #1a1a1a; color: #fff; }
.ten-order-progress__line { flex: 1; max-width: 40px; height: 2px; background: #e5e7eb; }
.ten-order-progress__line.is-done { background: #1a1a1a; }
.ten-order-steps { position: relative; min-height: 200px; }
.ten-order-step { display: none; animation: tenStepIn 0.25s ease; }
.ten-order-step.is-active { display: block; }
@keyframes tenStepIn { from { opacity: 0; transform: translateX(8px); } to { opacity: 1; transform: translateX(0); } }
.ten-order-step__error { font-size: 13px; color: #dc2626; margin-top: 8px; }
/* Выбор типа (квиз) */
.ten-order-type-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.ten-order-type-option { display: flex; align-items: center; gap: 12px; padding: 14px 16px; background: #f8f9fa; border: 2px solid #e9ecef; border-radius: 10px; cursor: pointer; transition: border-color 0.2s, background 0.2s; }
.ten-order-type-option:hover { border-color: #dee2e6; background: #fff; }
.ten-order-type-option.is-selected { border-color: #f0cf4c; background: #fffef5; }
.ten-order-type-option input { position: absolute; opacity: 0; pointer-events: none; }
.ten-order-type-option__mark { width: 22px; height: 22px; border-radius: 50%; border: 2px solid #d1d5db; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.ten-order-type-option.is-selected .ten-order-type-option__mark { border-color: #f0cf4c; background: #f0cf4c; font-size: 12px; color: #1a1a1a; line-height: 1; }
.ten-order-type-option.is-selected .ten-order-type-option__mark::after { content: '\2713'; }
.ten-order-type-option__label { font-size: 14px; font-weight: 500; color: #1a1a1a; }
@media (max-width: 500px) { .ten-order-type-grid { grid-template-columns: 1fr; } }
.ten-order-quiz__footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 24px; padding-top: 20px; border-top: 1px solid #e9ecef; flex-wrap: wrap; }
.ten-order-quiz__step { font-size: 13px; color: #6b7280; }
.ten-order-quiz__nav { display: flex; align-items: center; gap: 12px; }
.ten-order-form__btn-back { padding: 10px 20px; background: #fff; color: #6b7280; border: 1px solid #e5e7eb; border-radius: 10px; font-size: 14px; font-weight: 600; cursor: pointer; transition: border-color 0.2s, color 0.2s; }
.ten-order-form__btn-back:hover { border-color: #d1d5db; color: #1a1a1a; }
.ten-order-form__submit-wrap { margin: 0; }
.ten-order-form__submit { padding: 12px 28px; background: #f0cf4c; color: #1a1a1a; border: none; border-radius: 10px; font-size: 15px; font-weight: 700; cursor: pointer; transition: background 0.2s, transform 0.15s; }
.ten-order-form__submit:hover { background: #d4b63a; }
.ten-order-form__message { margin-top: 14px; font-size: 14px; }
.ten-order-form__message.success { color: #059669; }
.ten-order-form__message.error { color: #dc2626; }
/* Сайдбар «менеджер» */
.ten-order-sidebar { width: 280px; flex-shrink: 0; background: #1a1a1a; padding: 24px 20px; display: flex; flex-direction: column; gap: 20px; }
.ten-order-sidebar__person { display: flex; align-items: center; gap: 12px; }
.ten-order-sidebar__avatar { width: 48px; height: 48px; border-radius: 50%; background: #333; color: #f0cf4c; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; flex-shrink: 0; overflow: hidden; }
.ten-order-sidebar__photo { width: 100%; height: 100%; object-fit: cover; display: block; }
.ten-order-sidebar__name { font-size: 16px; font-weight: 700; color: #fff; margin: 0 0 2px; }
.ten-order-sidebar__role { font-size: 13px; color: #f0cf4c; margin: 0; }
.ten-order-sidebar__bubble { background: #f0cf4c; color: #1a1a1a; padding: 14px 16px; border-radius: 10px; font-size: 14px; line-height: 1.45; margin: 0; }
.ten-order-sidebar__contact { font-size: 13px; color: rgba(255,255,255,0.9); margin: 0; margin-top: auto; padding-top: 16px; border-top: 1px solid #333; }
.ten-order-sidebar__contact a { color: #f0cf4c; text-decoration: underline; }
.ten-order-sidebar__contact a:hover { color: #fff; }
@media (max-width: 900px) {
    .ten-order-quiz { flex-direction: column; padding: 16px; }
    .ten-order-sidebar { width: 100%; flex-direction: row; flex-wrap: wrap; padding: 20px; border-radius: 12px; }
    .ten-order-sidebar__person { flex: 1 1 100%; }
    .ten-order-sidebar__bubble { flex: 1 1 100%; }
    .ten-order-sidebar__contact { flex: 1 1 100%; margin-top: 0; }
}
@media (max-width: 600px) {
    .ten-order-quiz__header { flex-wrap: wrap; }
    .ten-order-quiz__title { font-size: 18px; }
    .ten-order-quiz__content { padding: 20px; }
    .ten-order-quiz__footer { flex-wrap: wrap; }
}

/* Блок «Виды изготавливаемых нагревателей» */
/* Виды нагревателей — в стиле сайта (как документы и почему мы) */
.tens-section { margin-bottom: 48px; padding: 40px 0; background: #f9fafb; border-radius: 16px; }
.tens-section-title { text-align: center; margin-bottom: 36px; padding: 0 16px; }
.tens-section-title__heading { font-size: 28px; font-weight: 700; color: #1a1a1a; margin: 0 0 12px; line-height: 1.3; }
.tens-section-title__sub { font-size: 16px; color: #6b7280; margin: 0; max-width: 560px; margin-left: auto; margin-right: auto; line-height: 1.5; }
.tens-section-items { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.tens-card { background: #fff; border-radius: 14px; box-shadow: 0 4px 16px rgba(0,0,0,0.06); border: 1px solid #f3f4f6; padding: 0; display: flex; flex-direction: row; align-items: stretch; transition: transform 0.2s ease, box-shadow 0.2s ease; overflow: hidden; }
.tens-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(0,0,0,0.1); }
.tens-card__title { flex: 1; font-size: 15px; font-weight: 600; color: #1a1a1a; margin: 0; line-height: 1.35; padding: 20px 20px 20px 24px; display: flex; align-items: center; min-width: 0; }
.tens-card__img-wrap { flex: 0 0 140px; min-height: 120px; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 0; overflow: hidden; }
.tens-card__img-wrap img { max-width: 100%; max-height: 140px; width: auto; height: auto; object-fit: contain; }
.tens-card[data-my-modal] { cursor: pointer; }
@media (max-width: 1200px) { .tens-section-items { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px) { .tens-section-items { grid-template-columns: repeat(2, 1fr); gap: 16px; } .tens-section-title__heading { font-size: 22px; } .tens-card { flex-direction: column; padding: 0; } .tens-card__title { padding: 16px; min-height: auto; } .tens-card__img-wrap { flex: 0 0 140px; min-height: 140px; } }
@media (max-width: 480px) { .tens-section-items { grid-template-columns: 1fr; } .tens-section { padding: 24px 16px; } }

/* Блоки в конце страницы ТЭН: документы, отгрузки, клиенты, почему мы */
.promo-page .documents-section { margin-top: 48px; margin-bottom: 48px; }
.promo-page .documents-section__header { text-align: center; margin-bottom: 32px; }
.promo-page .documents-section__label { display: inline-block; font-size: 13px; font-weight: 500; color: #f0cf4c; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
.promo-page .documents-section__title { font-size: 28px; font-weight: 700; color: #1a1a1a; margin: 0 0 12px; }
.promo-page .documents-section__title span { color: #f0cf4c; }
.promo-page .documents-section__subtitle { font-size: 15px; color: #6b7280; max-width: 560px; margin: 0 auto; line-height: 1.6; }
.promo-page .documents-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 24px; }
@media (max-width: 900px) { .promo-page .documents-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .promo-page .documents-grid { display: flex; overflow-x: auto; gap: 12px; padding-bottom: 16px; scroll-snap-type: x mandatory; } .promo-page .document-card { flex: 0 0 200px; scroll-snap-align: start; } }
.promo-page .document-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,0.06); border: 1px solid #f3f4f6; transition: transform 0.2s, box-shadow 0.2s; }
.promo-page .document-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(0,0,0,0.1); }
.promo-page .document-card__preview { height: 220px; background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.promo-page .document-card__content { padding: 16px 20px 20px; }
.promo-page .document-card__title { font-size: 15px; font-weight: 600; color: #1a1a1a; margin: 0 0 6px; }
.promo-page .document-card__desc { font-size: 13px; color: #6b7280; margin: 0 0 12px; }
.promo-page .document-card__link { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 500; color: #f0cf4c; text-decoration: none; }
.promo-page .documents-section__footer { display: none; }
.promo-page .shipments-section__footer { display: none; }
.promo-page .clients-section { margin-top: 48px; padding: 48px 0; background: #f5f5f5; border-radius: 16px; }
.promo-page .clients-section__title { text-align: center; font-size: 24px; font-weight: 700; color: #1a1a1a; margin: 0 0 32px; line-height: 1.4; }
.promo-page .clients-section__title span { color: #f0cf4c; }
.promo-page .clients-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; align-items: center; }
.promo-page .client-logo { width: 140px; height: 72px; display: flex; align-items: center; justify-content: center; padding: 14px; background: #fff; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); transition: transform 0.2s, box-shadow 0.2s; }
.promo-page .client-logo:hover { transform: translateY(-4px); box-shadow: 0 8px 20px rgba(0,0,0,0.08); }
.promo-page .client-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
@media (max-width: 640px) { .promo-page .clients-grid { flex-wrap: nowrap; overflow-x: auto; gap: 12px; padding: 4px 16px 16px; scroll-snap-type: x mandatory; } .promo-page .client-logo { flex: 0 0 120px; height: 60px; scroll-snap-align: start; } }
.promo-page .why-choose-section { margin-top: 48px; margin-bottom: 48px; }
.promo-page .why-choose-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 991px) { .promo-page .why-choose-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .promo-page .why-choose-grid { display: flex; overflow-x: auto; gap: 12px; padding-bottom: 16px; scroll-snap-type: x mandatory; } .promo-page .why-choose-card { flex: 0 0 260px; scroll-snap-align: start; } }
.promo-page .why-choose-card { background: #fff; border-radius: 14px; padding: 28px 20px; text-align: center; box-shadow: 0 4px 16px rgba(0,0,0,0.06); border: 1px solid #f3f4f6; transition: transform 0.2s, box-shadow 0.2s; }
.promo-page .why-choose-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(0,0,0,0.1); }
.promo-page .why-choose-card__icon { width: 56px; height: 56px; background: linear-gradient(135deg, rgba(240, 207, 76, 0.15), rgba(240, 207, 76, 0.06)); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 24px; color: #f0cf4c; }
.promo-page .why-choose-card__title { font-size: 16px; font-weight: 600; color: #1a1a1a; margin: 0 0 8px; }
.promo-page .why-choose-card__text { font-size: 13px; color: #6b7280; line-height: 1.5; margin: 0; }

/* Блок «Давайте начнём с консультации» — слева заголовок, справа форма */
.promo-page .start { margin-top: 48px; margin-bottom: 48px; padding: 48px 40px; background: #1a1a1a; border-radius: 16px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 32px; }
.promo-page .start__head { flex: 1; min-width: 280px; max-width: 480px; text-align: left; }
.promo-page .start__title { font-size: 24px; font-weight: 700; color: #fff; margin: 0 0 8px; }
.promo-page .start__sub { font-size: 15px; color: rgba(255,255,255,0.8); margin: 0; }
.promo-page .start__form-wrap { flex: 0 0 auto; width: 360px; }
.promo-page .start__form { margin: 0 0 16px; }
.promo-page .start__label { display: block; text-align: left; font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.9); margin-bottom: 8px; }
.promo-page .start__input { width: 100%; padding: 14px 16px; border: 1px solid #404040; border-radius: 10px; background: #2d2d2d; color: #fff; font-size: 15px; box-sizing: border-box; }
.promo-page .start__input + .start__input { margin-top: 12px; }
.promo-page .start__input::placeholder { color: #9ca3af; }
.promo-page .start__input:focus { outline: none; border-color: #f0cf4c; }
.promo-page .start__submit { margin-top: 20px; padding: 14px 32px; background: #f0cf4c; color: #1a1a1a; border: none; border-radius: 10px; font-size: 15px; font-weight: 600; cursor: pointer; transition: background 0.2s; }
.promo-page .start__submit:hover { background: #d4b63a; }
.promo-page .start__privacy { font-size: 12px; color: rgba(255,255,255,0.6); margin: 0; line-height: 1.5; text-align: left; }
.promo-page .start__privacy a { color: #f0cf4c; text-decoration: underline; }
.promo-page .start__privacy a:hover { color: #fff; }
.promo-page .start__message { margin-top: 12px; font-size: 14px; }
.promo-page .start__message.success { color: #4ade80; }
.promo-page .start__message.error { color: #f87171; }
@media (max-width: 900px) { .promo-page .start { flex-direction: column; align-items: stretch; text-align: center; } .promo-page .start__head { max-width: none; text-align: center; } .promo-page .start__form-wrap { width: 100%; max-width: 360px; margin: 0 auto; } .promo-page .start__privacy { text-align: center; } }
@media (max-width: 640px) { .promo-page .start { padding: 32px 20px; } .promo-page .start__title { font-size: 20px; } }

@media (max-width: 1200px) { .promo-product-card { flex: 0 0 calc(50% - 8px); min-width: 240px; } }
@media (max-width: 640px) {
    .promo-top-products { margin-bottom: 32px; }
    .promo-top-products__title { font-size: 18px; margin-bottom: 16px; }
    .promo-product-card { flex: 0 0 280px; min-width: 280px; }
    .promo-product-card__body { padding: 14px 16px; }
    .promo-carousel__btn { width: 36px; height: 36px; font-size: 14px; }
    .promo-carousel__btn--prev { left: 4px; }
    .promo-carousel__btn--next { right: 4px; }
}

/* =======================================================
   PAGE-PROMO-V2 — чистые переопределения
   ======================================================= */
.page-promo-v2 .promo-page { padding-bottom: 0; background: #fff; }

/* Секции тянутся на всю ширину */
.page-promo-v2 .promo-top-products,
.page-promo-v2 .ten-order-section,
.page-promo-v2 .tens-section,
.page-promo-v2 .why-choose-section,
.page-promo-v2 .start,
.page-promo-v2 .documents-section,
.page-promo-v2 .clients-section,
.page-promo-v2 .shipments-section { margin-left: -32px; margin-right: -32px; }

/* -- Заголовки секций: eyebrow label + большой заголовок -- */
.page-promo-v2 .tens-section-title { text-align: left; margin-bottom: 36px; }
.page-promo-v2 .tens-section-title__heading { font-size: 11px; font-weight: 600; color: #9ca3af; text-transform: uppercase; letter-spacing: .15em; margin: 0 0 8px; display: flex; align-items: center; gap: 10px; }
.page-promo-v2 .tens-section-title__heading::before { content: ''; display: block; width: 20px; height: 2px; background: #f0cf4c; flex-shrink: 0; }
.page-promo-v2 .tens-section-title__sub { font-size: 24px; font-weight: 700; color: #111827; margin: 0; max-width: none; }

/* -- CAROUSEL -- */
.page-promo-v2 .promo-top-products { padding: 56px 32px; background: #fff; border-top: 3px solid #f0cf4c; border-bottom: 1px solid #e5e7eb; margin-bottom: 0; position: relative; }
.page-promo-v2 .promo-top-products__header { margin-bottom: 36px; }
.page-promo-v2 .promo-top-products__eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.page-promo-v2 .promo-top-products__eyebrow-line { width: 24px; height: 2px; background: #f0cf4c; flex-shrink: 0; }
.page-promo-v2 .promo-top-products__eyebrow-text { font-size: 10px; font-weight: 700; color: #9ca3af; text-transform: uppercase; letter-spacing: .18em; }
.page-promo-v2 .promo-top-products__title { color: #111827; font-size: 26px; font-weight: 800; text-transform: uppercase; letter-spacing: -.01em; margin: 0 0 8px; display: block; }
.page-promo-v2 .promo-top-products__title::before { display: none; }
.page-promo-v2 .promo-top-products__sub { color: #6b7280; font-size: 14px; margin: 0; }
/* Карточки — промышленный стиль */
.page-promo-v2 .promo-product-card { background: #fff; border: 1px solid #e5e7eb; border-top: 3px solid #e5e7eb; box-shadow: none; border-radius: 0; transition: border-top-color .2s, transform .2s, box-shadow .2s; }
.page-promo-v2 .promo-product-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,.09); border-top-color: #f0cf4c; }
.page-promo-v2 .promo-product-card__image { border-radius: 0; }
.page-promo-v2 .promo-product-card__title { font-size: 14px; font-weight: 700; color: #111827; text-transform: none; letter-spacing: normal; }
.page-promo-v2 .promo-product-card__btn { background: #f0cf4c; color: #0b0d0f; border-radius: 0; clip-path: polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px)); box-shadow: none; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; padding: 12px 20px; transition: all .2s; }
.page-promo-v2 .promo-product-card__btn:hover { background: #ffe066; opacity: 1; transform: translateY(-2px); }
.page-promo-v2 .promo-carousel__btn { background: #fff; border: 1px solid #e5e7eb; color: #6b7280; border-radius: 0; width: 40px; height: 40px; }
.page-promo-v2 .promo-carousel__btn:hover { border-color: #f0cf4c; color: #1a1a1a; }
.page-promo-v2 .promo-carousel__btn:hover { border-color: #d1d5db; color: #374151; }

/* -- QUIZ FORM -- */
.page-promo-v2 .ten-order-section { padding: 56px 32px; background: #f9fafb; border-top: 1px solid #e5e7eb; margin-bottom: 0; }
.page-promo-v2 .ten-order-quiz { background: transparent; padding: 0; border-radius: 0; gap: 16px; overflow: visible; }
.page-promo-v2 .ten-order-quiz__main { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; overflow: hidden; }
.page-promo-v2 .ten-order-quiz__header { background: #1a1a1a; padding: 20px 28px; margin: 0; border-bottom: none; }
.page-promo-v2 .ten-order-quiz__title { color: #fff; font-size: 15px; font-weight: 600; text-transform: none; letter-spacing: normal; line-height: 1.4; }
.page-promo-v2 .ten-order-quiz__content { background: #fff; border-radius: 0; padding: 28px; }
.page-promo-v2 .ten-order-quiz__question { color: #1a1a1a; font-size: 15px; font-weight: 600; margin-bottom: 18px; }
.page-promo-v2 .ten-order-progress__item { color: #9ca3af; font-size: 13px; text-transform: none; letter-spacing: normal; }
.page-promo-v2 .ten-order-progress__item.is-active { color: #1a1a1a; }
.page-promo-v2 .ten-order-progress__item.is-done { color: #6b7280; }
.page-promo-v2 .ten-order-progress__num { background: #f3f4f6; color: #9ca3af; border-radius: 50%; }
.page-promo-v2 .ten-order-progress__item.is-active .ten-order-progress__num { background: #f0cf4c; color: #1a1a1a; border-radius: 50%; }
.page-promo-v2 .ten-order-progress__item.is-done .ten-order-progress__num { background: #1a1a1a; color: #fff; border-radius: 50%; }
.page-promo-v2 .ten-order-progress__line { background: #e5e7eb; }
.page-promo-v2 .ten-order-progress__line.is-done { background: #1a1a1a; }
.page-promo-v2 .ten-order-type-option { background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 8px; }
.page-promo-v2 .ten-order-type-option:hover { background: #f3f4f6; border-color: #d1d5db; }
.page-promo-v2 .ten-order-type-option.is-selected { border-color: #f0cf4c; background: #fffbea; }
.page-promo-v2 .ten-order-type-option__label { color: #374151; font-size: 14px; }
.page-promo-v2 .ten-order-type-option__mark { border-radius: 50%; border-color: #d1d5db; }
.page-promo-v2 .ten-order-type-option.is-selected .ten-order-type-option__mark { background: #f0cf4c; border-color: #f0cf4c; border-radius: 50%; color: #1a1a1a; }
.page-promo-v2 .ten-order-form__label { color: #6b7280; font-size: 13px; text-transform: none; letter-spacing: normal; }
.page-promo-v2 .ten-order-form__input,
.page-promo-v2 .ten-order-form__textarea { background: #fff; border-color: #e5e7eb; color: #111; border-radius: 8px; }
.page-promo-v2 .ten-order-form__input:focus,
.page-promo-v2 .ten-order-form__textarea:focus { border-color: #f0cf4c; box-shadow: 0 0 0 3px rgba(240,207,76,.2); }
.page-promo-v2 .ten-order-quiz__footer { border-top: 1px solid #f3f4f6; background: #f9fafb; margin: 24px -28px -28px; padding: 18px 28px; }
.page-promo-v2 .ten-order-quiz__step { color: #9ca3af; font-size: 13px; text-transform: none; letter-spacing: normal; }
.page-promo-v2 .ten-order-form__btn-back { background: #fff; border: 1px solid #e5e7eb; color: #6b7280; border-radius: 8px; }
.page-promo-v2 .ten-order-form__btn-back:hover { border-color: #d1d5db; color: #374151; }
.page-promo-v2 .ten-order-form__submit { background: #f0cf4c; color: #0b0d0f; border: none; border-radius: 0; clip-path: polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px)); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; padding: 13px 24px; transition: all .2s; }
.page-promo-v2 .ten-order-form__submit:hover { background: #ffe066; transform: translateY(-2px); }
.page-promo-v2 .ten-order-form__add-btn { border-color: #e5e7eb; color: #6b7280; border-radius: 8px; }
.page-promo-v2 .ten-order-form__add-btn:hover { border-color: #f0cf4c; color: #374151; }
/* Sidebar — тёмный */
.page-promo-v2 .ten-order-sidebar { background: #1a1a1a; border: none; border-radius: 12px; padding: 28px 24px; gap: 20px; }
.page-promo-v2 .ten-order-sidebar__name { color: #fff; }
.page-promo-v2 .ten-order-sidebar__role { color: #f0cf4c; }
.page-promo-v2 .ten-order-sidebar__bubble { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.75); border-radius: 8px; font-size: 14px; }
.page-promo-v2 .ten-order-sidebar__contact { border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.45); }
.page-promo-v2 .ten-order-sidebar__contact a { color: #f0cf4c; }
@media (max-width: 900px) {
    .page-promo-v2 .ten-order-sidebar { border-radius: 12px; }
}

/* -- RESHENIYA + TENS section -- */
.page-promo-v2 .tens-section { background: #f9fafb; border-radius: 0; padding: 56px 32px; border-top: 3px solid #f0cf4c; margin-bottom: 0; }
/* Тёмная секция Виды */
.page-promo-v2 .tens-section--dark { background: #1a1a1a; border-top: 3px solid #f0cf4c; }
.page-promo-v2 .tens-section--dark .tens-section-title__heading { color: rgba(255,255,255,.4); }
.page-promo-v2 .tens-section--dark .tens-section-title__sub { color: #fff; }
.page-promo-v2 .tens-section--dark .tens-section-items { display: flex !important; flex-wrap: nowrap !important; overflow-x: auto; scroll-snap-type: x mandatory; gap: 16px; padding-bottom: 10px; -webkit-overflow-scrolling: touch; grid-template-columns: none !important; overscroll-behavior-x: contain; }
.page-promo-v2 .tens-section--dark .tens-card { flex: 0 0 260px !important; width: 260px !important; scroll-snap-align: start; flex-direction: column !important; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-top: 3px solid rgba(255,255,255,.1); box-shadow: none; }
.page-promo-v2 .tens-section--dark .tens-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,.3); border-top-color: #f0cf4c; background: rgba(255,255,255,.09); }
.page-promo-v2 .tens-section--dark .tens-card__title { color: rgba(255,255,255,.85); padding: 16px 16px 10px; }
.page-promo-v2 .tens-section--dark .tens-card__img-wrap { flex: 1 1 auto !important; min-height: 160px; background: rgba(255,255,255,.04); }
.page-promo-v2 .tens-section--dark .tens-card__img-wrap img { width: 100%; height: 100%; object-fit: cover; max-width: none; max-height: none; }
.page-promo-v2 .resheniya-grid { padding: 0; }
.page-promo-v2 .resheniya-card { background: #fff !important; border: 1px solid #e5e7eb !important; border-radius: 12px !important; box-shadow: 0 2px 8px rgba(0,0,0,.04) !important; }
.page-promo-v2 .resheniya-card:hover { transform: translateY(-3px) !important; box-shadow: 0 8px 24px rgba(0,0,0,.1) !important; border-color: rgba(240,207,76,.5) !important; }
.page-promo-v2 .resheniya-card__icon { background: #fffbea !important; border: 1px solid rgba(240,207,76,.35) !important; border-radius: 10px !important; }
.page-promo-v2 .resheniya-card__icon svg path { stroke: #1a1a1a !important; }
.page-promo-v2 .resheniya-card__title { color: #111827 !important; font-size: 15px !important; text-transform: none !important; letter-spacing: normal !important; font-weight: 700 !important; }
.page-promo-v2 .resheniya-card__item { color: #6b7280 !important; font-size: 13px !important; }
.page-promo-v2 .resheniya-card__price { color: #1a1a1a !important; background: #fffbea !important; border: 1px solid rgba(240,207,76,.3) !important; border-radius: 6px !important; }
.page-promo-v2 .resheniya-card__btn { background: #f0cf4c !important; border: none !important; color: #0b0d0f !important; border-radius: 0 !important; clip-path: polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px)) !important; font-size: 12px !important; font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: .06em !important; padding: 12px 16px !important; transition: all .2s !important; }
.page-promo-v2 .resheniya-card__btn:hover { background: #ffe066 !important; transform: translateY(-2px) !important; }
.page-promo-v2 .tens-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,.04); }
.page-promo-v2 .tens-card:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,.09); border-color: rgba(240,207,76,.5); }
.page-promo-v2 .tens-card__title { color: #374151; font-size: 14px; font-weight: 600; }
.page-promo-v2 .tens-card__img-wrap { background: #f9fafb; }

/* -- WHY CHOOSE -- */
.page-promo-v2 .why-choose-section { padding: 56px 32px; background: #f9fafb; border-top: 1px solid #e5e7eb; }
.page-promo-v2 .why-choose-grid { gap: 20px; }
.page-promo-v2 .why-choose-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,.04); text-align: left; padding: 28px 24px; }
.page-promo-v2 .why-choose-card:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,.09); }
.page-promo-v2 .why-choose-card__icon { background: #fffbea; border: 1px solid rgba(240,207,76,.3); border-radius: 10px; margin: 0 0 16px; color: #1a1a1a; }
.page-promo-v2 .why-choose-card__title { color: #111827; font-size: 15px; text-transform: none; letter-spacing: normal; font-weight: 600; }
.page-promo-v2 .why-choose-card__text { color: #6b7280; font-size: 14px; }

/* -- DOCUMENTS -- */
.page-promo-v2 .documents-section { padding: 56px 32px; background: #fff; border-top: 3px solid #f0cf4c; margin-top: 0; }
.page-promo-v2 .documents-section .container { padding: 0; max-width: none; width: auto; }
/* Header */
.page-promo-v2 .documents-section__header { text-align: left; margin-bottom: 40px; }
.page-promo-v2 .documents-section__label { display: flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 700; color: #9ca3af; text-transform: uppercase; letter-spacing: .18em; margin-bottom: 12px; }
.page-promo-v2 .documents-section__label::before { content: ''; display: block; width: 24px; height: 2px; background: #f0cf4c; flex-shrink: 0; }
.page-promo-v2 .documents-section__title { font-size: 26px; font-weight: 800; color: #111827; text-transform: uppercase; letter-spacing: -.01em; margin: 0 0 8px; }
.page-promo-v2 .documents-section__title span { color: #111827; }
.page-promo-v2 .documents-section__subtitle { font-size: 14px; color: #6b7280; margin: 0; max-width: none; }
/* Объединяем два блока в один — скрываем подзаголовки, убираем отступ */
.page-promo-v2 .documents-section__block h3 { display: none; }
.page-promo-v2 .documents-section__block { margin-top: 0 !important; }
.page-promo-v2 .documents-section__block + .documents-section__block .documents-grid { margin-top: 20px; }
/* Слайдер documents — общие правила в блоке каруселей ниже */
/* Cards */
.page-promo-v2 .document-card { border-radius: 0; border: 1px solid #e5e7eb; border-top: 3px solid #e5e7eb; box-shadow: none; transition: border-top-color .2s, transform .2s, box-shadow .2s; }
.page-promo-v2 .document-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,.08); border-top-color: #f0cf4c; }
.page-promo-v2 .document-card__preview { border-radius: 0; }
.page-promo-v2 .document-card__title { font-size: 14px; font-weight: 700; color: #111827; }
.page-promo-v2 .document-card__desc { font-size: 12px; color: #9ca3af; }
.page-promo-v2 .document-card__link { color: #111827; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.page-promo-v2 .document-card__link:hover { color: #f0cf4c; }

/* -- SHIPMENTS (тёмный) -- */
.page-promo-v2 .shipments-section { background: #1a1a1a; border-top: 3px solid #f0cf4c; margin-top: 0; }
.page-promo-v2 .shipments-section .container { padding: 56px 32px; max-width: none; width: auto; }
.page-promo-v2 .shipments-section__header { text-align: left; margin-bottom: 36px; }
.page-promo-v2 .shipments-section__label { display: flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 700; color: rgba(255,255,255,.4); text-transform: uppercase; letter-spacing: .18em; margin-bottom: 10px; }
.page-promo-v2 .shipments-section__label::before { content: ''; display: block; width: 24px; height: 2px; background: #f0cf4c; flex-shrink: 0; }
.page-promo-v2 .shipments-section__title { font-size: 26px; font-weight: 800; color: #fff; text-transform: uppercase; letter-spacing: -.01em; margin: 0 0 8px; }
.page-promo-v2 .shipments-section__title span { color: #fff; }
.page-promo-v2 .shipments-section__subtitle { font-size: 14px; color: rgba(255,255,255,.45); margin: 0; max-width: none; }
.page-promo-v2 .shipment-card { border-radius: 0; border: 1px solid rgba(255,255,255,.08); border-top: 3px solid rgba(255,255,255,.1); background: rgba(255,255,255,.04); overflow: hidden; transition: border-top-color .2s, background .2s, transform .2s; }
.page-promo-v2 .shipment-card:hover { transform: translateY(-3px); background: rgba(255,255,255,.08); border-top-color: #f0cf4c; }
.page-promo-v2 .shipment-card__img { border-radius: 0; }
.page-promo-v2 .shipment-card__content { background: transparent; }
.page-promo-v2 .shipment-card__title a { font-size: 14px; font-weight: 700; color: #fff; text-decoration: none; }
.page-promo-v2 .shipment-card__title a:hover { color: #f0cf4c; }
.page-promo-v2 .shipment-card__date { font-size: 11px; color: rgba(255,255,255,.35); text-transform: uppercase; letter-spacing: .08em; }
.page-promo-v2 .shipments-section__btn-all { display: inline-flex; align-items: center; gap: 8px; background: #f0cf4c; color: #0b0d0f; border: none; padding: 13px 28px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; text-decoration: none; clip-path: polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px)); transition: all .2s; }
.page-promo-v2 .shipments-section__btn-all:hover { background: #ffe066; transform: translateY(-2px); }

/* -- CLIENTS (светлый + слайдер) -- */
.page-promo-v2 .clients-section { background: #fff; border-top: none; margin-top: 0; }
.page-promo-v2 .clients-section .container { padding: 20px 32px 16px; max-width: none; width: auto; }
.page-promo-v2 .clients-section__title { text-align: left; font-size: 26px; font-weight: 800; color: #111827; text-transform: uppercase; letter-spacing: -.01em; margin: 0 0 36px; padding-top: 14px; border-top: none; position: relative; }
.page-promo-v2 .clients-section__title::before { content: ''; display: block; width: 24px; height: 2px; background: #f0cf4c; margin-bottom: 12px; }
.page-promo-v2 .clients-section__title span { color: #111827; }
/* Слайдер в одну строку */
.page-promo-v2 .clients-grid { display: flex !important; flex-wrap: nowrap !important; justify-content: flex-start !important; align-items: center !important; overflow-x: auto; gap: 16px; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding-bottom: 8px; -webkit-overflow-scrolling: touch; width: 100%; overscroll-behavior-x: contain; }
.page-promo-v2 .clients-grid::-webkit-scrollbar { height: 3px; }
.page-promo-v2 .clients-grid::-webkit-scrollbar-track { background: #f1f1f1; }
.page-promo-v2 .clients-grid::-webkit-scrollbar-thumb { background: #d1d5db; }
.page-promo-v2 .client-logo { flex: 0 0 200px !important; height: 120px; border-radius: 0; border: 1px solid #e5e7eb; border-top: 3px solid #e5e7eb; background: #fff; box-shadow: none; padding: 24px; scroll-snap-align: start; transition: border-top-color .2s, transform .2s; }
.page-promo-v2 .client-logo:hover { transform: translateY(-3px); background: #fff; border-top-color: #f0cf4c; box-shadow: 0 6px 16px rgba(0,0,0,.07); }
.page-promo-v2 .client-logo img { filter: none; opacity: 1; }

/* -- PROCESS STEPS (тёмный) -- */
.page-promo-v2 .pv2-process { padding: 56px 32px; background: #0f1114; border-top: 3px solid #f0cf4c; margin-left: -32px; margin-right: -32px; }
.page-promo-v2 .pv2-process__eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.page-promo-v2 .pv2-process__eyebrow-line { width: 24px; height: 2px; background: #f0cf4c; flex-shrink: 0; }
.page-promo-v2 .pv2-process__eyebrow-text { font-size: 10px; font-weight: 700; color: rgba(255,255,255,.4); text-transform: uppercase; letter-spacing: .18em; }
.page-promo-v2 .pv2-process__title { font-size: 26px; font-weight: 800; color: #fff; text-transform: uppercase; letter-spacing: -.01em; margin: 0 0 8px; }
.page-promo-v2 .pv2-process__sub { font-size: 14px; color: rgba(255,255,255,.45); margin: 0 0 40px; }
.page-promo-v2 .pv2-process__steps { display: flex; align-items: stretch; gap: 0; }
.page-promo-v2 .pv2-process__step { flex: 1; padding: 28px 20px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-top: 3px solid rgba(255,255,255,.1); position: relative; transition: border-top-color .2s, background .2s, transform .2s; display: flex; flex-direction: column; }
.page-promo-v2 .pv2-process__step:hover { background: rgba(255,255,255,.08); border-top-color: #f0cf4c; transform: translateY(-3px); }
.page-promo-v2 .pv2-process__num { font-size: 42px; font-weight: 900; color: rgba(240,207,76,.18); line-height: 1; margin-bottom: 12px; font-variant-numeric: tabular-nums; }
.page-promo-v2 .pv2-process__icon { width: 44px; height: 44px; background: rgba(240,207,76,.12); border: 1px solid rgba(240,207,76,.3); display: flex; align-items: center; justify-content: center; font-size: 18px; color: #f0cf4c; margin-bottom: 16px; }
.page-promo-v2 .pv2-process__step-title { font-size: 15px; font-weight: 700; color: #fff; margin: 0 0 8px; }
.page-promo-v2 .pv2-process__step-text { font-size: 13px; color: rgba(255,255,255,.5); margin: 0; line-height: 1.5; }
.page-promo-v2 .pv2-process__arrow { display: flex; align-items: center; justify-content: center; color: rgba(240,207,76,.5); font-size: 16px; padding: 0 4px; flex-shrink: 0; margin-top: 60px; }
@media (max-width: 900px) {
    .page-promo-v2 .pv2-process__steps { flex-direction: row; flex-wrap: nowrap; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; -webkit-overflow-scrolling: touch; gap: 0; align-items: stretch; padding-bottom: 8px; }
    .page-promo-v2 .pv2-process__step { flex: 0 0 75vw; max-width: 280px; scroll-snap-align: start; width: auto; }
    .page-promo-v2 .pv2-process__arrow { flex-shrink: 0; margin-top: 40px; padding: 0 2px; }
}

/* -- WHY CHOOSE (dark + photo) -- */
.page-promo-v2 .why-choose-section { padding: 0; background: #0f1114; border-top: none; position: relative; overflow: hidden; }
.page-promo-v2 .why-choose-section__bg { position: absolute; inset: 0; }
.page-promo-v2 .why-choose-section__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: grayscale(30%); }
.page-promo-v2 .why-choose-section__overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(11,13,15,.92) 0%, rgba(11,13,15,.80) 100%); }
.page-promo-v2 .why-choose-section__inner { position: relative; z-index: 2; padding: 64px 32px; }
/* wcs-facts — строки фактов */
.page-promo-v2 .wcs-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-bottom: 40px; border: 1px solid rgba(255,255,255,.1); }
.page-promo-v2 .wcs-fact { padding: 20px 20px; border-right: 1px solid rgba(255,255,255,.1); display: flex; flex-direction: column; gap: 8px; }
.page-promo-v2 .wcs-fact:last-child { border-right: none; }
.page-promo-v2 .wcs-fact__label { font-size: 12px; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .1em; font-weight: 600; }
.page-promo-v2 .wcs-fact__arrow { color: #f0cf4c; font-size: 11px; }
.page-promo-v2 .wcs-fact__val { font-size: 15px; font-weight: 700; color: #fff; }
/* wcs-stats — числовые показатели */
.page-promo-v2 .wcs-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.page-promo-v2 .wcs-stat { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-top: 3px solid #f0cf4c; padding: 28px 24px; transition: background .2s, transform .2s; }
.page-promo-v2 .wcs-stat:hover { background: rgba(255,255,255,.09); transform: translateY(-3px); }
.page-promo-v2 .wcs-stat__eyebrow { font-size: 11px; color: rgba(255,255,255,.4); text-transform: uppercase; letter-spacing: .12em; margin-bottom: 10px; display: flex; align-items: center; gap: 6px; }
.page-promo-v2 .wcs-stat__eyebrow i { color: #f0cf4c; }
.page-promo-v2 .wcs-stat__num { font-size: 52px; font-weight: 900; color: #fff; line-height: 1; margin-bottom: 8px; font-variant-numeric: tabular-nums; }
.page-promo-v2 .wcs-stat__num span { font-size: 22px; font-weight: 700; color: #f0cf4c; margin-left: 4px; }
.page-promo-v2 .wcs-stat__label { font-size: 14px; font-weight: 600; color: rgba(255,255,255,.7); }
@media (max-width: 900px) { .page-promo-v2 .wcs-facts { grid-template-columns: repeat(2, 1fr); } .page-promo-v2 .wcs-fact:nth-child(2) { border-right: none; } .page-promo-v2 .wcs-fact:nth-child(1),.page-promo-v2 .wcs-fact:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.1); } }
@media (max-width: 640px) { .page-promo-v2 .wcs-facts { grid-template-columns: 1fr; } .page-promo-v2 .wcs-fact { border-right: none !important; border-bottom: 1px solid rgba(255,255,255,.1); } .page-promo-v2 .wcs-stats { grid-template-columns: 1fr; } }

/* -- ГОСТ БЛОК -- */
.page-promo-v2 .pv2-gosts { background: #fff; border-top: 3px solid #f0cf4c; padding: 56px 32px 48px; margin-left: -32px; margin-right: -32px; }
.page-promo-v2 .pv2-gosts__title { font-size: 26px; font-weight: 800; color: #111827; text-transform: uppercase; letter-spacing: -.01em; margin: 0 0 8px; }
.page-promo-v2 .pv2-gosts__sub { font-size: 14px; color: #6b7280; margin: 0 0 28px; }
.page-promo-v2 .pv2-gosts__controls { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 32px; }
.page-promo-v2 .pv2-gosts__search-wrap { position: relative; flex-shrink: 0; }
.page-promo-v2 .pv2-gosts__search-icon { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: #9ca3af; font-size: 13px; pointer-events: none; }
.page-promo-v2 .pv2-gosts__search { padding: 10px 16px 10px 36px; border: 1px solid #e5e7eb; border-radius: 8px; font-size: 14px; width: 240px; outline: none; font-family: inherit; color: #111; transition: border-color .2s; }
.page-promo-v2 .pv2-gosts__search:focus { border-color: #f0cf4c; box-shadow: 0 0 0 3px rgba(240,207,76,.15); }
.page-promo-v2 .pv2-gosts__tags { display: flex; gap: 8px; flex-wrap: wrap; }
.page-promo-v2 .pv2-gosts__tag { padding: 7px 14px; border: 1px solid #e5e7eb; border-radius: 20px; font-size: 13px; font-weight: 500; color: #6b7280; background: #fff; cursor: pointer; transition: all .15s; font-family: inherit; }
.page-promo-v2 .pv2-gosts__tag:hover { border-color: #f0cf4c; color: #111; }
.page-promo-v2 .pv2-gosts__tag.active { background: #f0cf4c; border-color: #f0cf4c; color: #111827; font-weight: 700; }
.page-promo-v2 .pv2-gosts__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.page-promo-v2 .pv2-gost-card { background: #f9fafb; border: 1px solid #e5e7eb; border-top: 3px solid #e5e7eb; padding: 20px; display: flex; flex-direction: column; gap: 8px; transition: border-top-color .2s, box-shadow .2s, transform .2s; }
.page-promo-v2 .pv2-gost-card:hover { border-top-color: #f0cf4c; box-shadow: 0 4px 16px rgba(0,0,0,.07); transform: translateY(-2px); }
.page-promo-v2 .pv2-gost-card__num { font-size: 13px; font-weight: 800; color: #111827; font-variant-numeric: tabular-nums; letter-spacing: .01em; }
.page-promo-v2 .pv2-gost-card__title { font-size: 14px; font-weight: 600; color: #374151; line-height: 1.35; flex: 1; }
.page-promo-v2 .pv2-gost-card__desc { font-size: 12px; color: #6b7280; line-height: 1.5; }
.page-promo-v2 .pv2-gost-card__badge { display: inline-block; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; padding: 3px 8px; background: #fffbea; border: 1px solid rgba(240,207,76,.4); color: #92660a; border-radius: 4px; margin-top: 4px; align-self: flex-start; }
.page-promo-v2 .pv2-gost-card__badge--blue { background: #eff6ff; border-color: #bfdbfe; color: #1d4ed8; }
.page-promo-v2 .pv2-gost-card__badge--orange { background: #fff7ed; border-color: #fed7aa; color: #c2410c; }
.page-promo-v2 .pv2-gost-card__badge--purple { background: #f5f3ff; border-color: #ddd6fe; color: #6d28d9; }
.page-promo-v2 .pv2-gost-card__badge--green { background: #f0fdf4; border-color: #bbf7d0; color: #15803d; }
.page-promo-v2 .pv2-gosts__empty { text-align: center; padding: 40px; color: #9ca3af; font-size: 14px; }
.page-promo-v2 .pv2-gost-card[data-hidden] { display: none; }
.page-promo-v2 .pv2-gosts__more-wrap { text-align: center; margin-top: 24px; }
.page-promo-v2 .pv2-gosts__more-btn { padding: 12px 32px; border: 2px solid #e5e7eb; background: #fff; color: #374151; font-size: 14px; font-weight: 600; font-family: inherit; cursor: pointer; border-radius: 0; clip-path: polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px)); transition: border-color .2s, background .2s; display: inline-flex; align-items: center; gap: 8px; }
.page-promo-v2 .pv2-gosts__more-btn:hover { border-color: #f0cf4c; background: #fffbea; }
@media (max-width: 1100px) { .page-promo-v2 .pv2-gosts__grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px) { .page-promo-v2 .pv2-gosts__grid { grid-template-columns: repeat(2, 1fr); } .page-promo-v2 .pv2-gosts__controls { flex-direction: column; align-items: flex-start; } .page-promo-v2 .pv2-gosts__search { width: 100%; } }
@media (max-width: 480px) { .page-promo-v2 .pv2-gosts__grid { grid-template-columns: 1fr; } }

/* -- CTA (светлый, двухколоночный) -- */
.page-promo-v2 .pv2-cta { display: grid; grid-template-columns: 1fr 420px; gap: 64px; align-items: start; padding: 72px 32px; background: #fff; border-top: 3px solid #f0cf4c; margin-left: -32px; margin-right: -32px; }
/* Левая колонка */
.page-promo-v2 .pv2-cta__eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.page-promo-v2 .pv2-cta__eyebrow-line { width: 24px; height: 2px; background: #f0cf4c; flex-shrink: 0; }
.page-promo-v2 .pv2-cta__eyebrow-text { font-size: 10px; font-weight: 700; color: #9ca3af; text-transform: uppercase; letter-spacing: .18em; }
.page-promo-v2 .pv2-cta__title { font-size: 30px; font-weight: 800; color: #111827; text-transform: uppercase; letter-spacing: -.02em; line-height: 1.15; margin: 0 0 16px; }
.page-promo-v2 .pv2-cta__desc { font-size: 15px; color: #6b7280; line-height: 1.6; margin: 0 0 36px; max-width: 480px; }
/* Перечень преимуществ */
.page-promo-v2 .pv2-cta__perks { list-style: none; margin: 0 0 36px; padding: 0; display: flex; flex-direction: column; gap: 20px; }
.page-promo-v2 .pv2-cta__perk { display: flex; align-items: flex-start; gap: 16px; }
.page-promo-v2 .pv2-cta__perk-icon { width: 40px; height: 40px; flex-shrink: 0; background: #fffbea; border: 1px solid rgba(240,207,76,.4); display: flex; align-items: center; justify-content: center; font-size: 16px; color: #1a1a1a; }
.page-promo-v2 .pv2-cta__perk-title { font-size: 14px; font-weight: 700; color: #111827; margin-bottom: 2px; }
.page-promo-v2 .pv2-cta__perk-text { font-size: 13px; color: #6b7280; line-height: 1.45; }
/* Контакты */
.page-promo-v2 .pv2-cta__contacts { display: flex; align-items: center; gap: 24px; padding-top: 28px; border-top: 1px solid #e5e7eb; flex-wrap: wrap; }
.page-promo-v2 .pv2-cta__phone { font-size: 20px; font-weight: 800; color: #111827; text-decoration: none; display: flex; align-items: center; gap: 8px; }
.page-promo-v2 .pv2-cta__phone i { color: #f0cf4c; font-size: 16px; }
.page-promo-v2 .pv2-cta__phone:hover { color: #374151; }
.page-promo-v2 .pv2-cta__email { font-size: 13px; color: #6b7280; display: flex; align-items: center; gap: 6px; text-decoration: none; }
.page-promo-v2 .pv2-cta__email:hover { color: #111827; }
.page-promo-v2 .pv2-cta__contact-actions { display: flex; align-items: center; gap: 12px; }
.page-promo-v2 .pv2-cta__btn-callback { display: inline-flex; align-items: center; gap: 7px; padding: 10px 20px; background: #f0cf4c; color: #111827; font-size: 13px; font-weight: 700; border: none; cursor: pointer; text-transform: uppercase; letter-spacing: .04em; transition: background .2s; white-space: nowrap; }
.page-promo-v2 .pv2-cta__btn-callback:hover { background: #ffe066; }
.page-promo-v2 .pv2-cta__link-kp { font-size: 13px; color: #6b7280; text-decoration: underline; cursor: pointer; background: none; border: none; padding: 0; transition: color .2s; }
.page-promo-v2 .pv2-cta__link-kp:hover { color: #111827; }
/* Правая колонка — карточка формы */
.page-promo-v2 .pv2-cta__form-card { background: #f9fafb; border: 1px solid #e5e7eb; border-top: 3px solid #f0cf4c; padding: 36px 32px; }
.page-promo-v2 .pv2-cta__form-header { margin-bottom: 24px; }
.page-promo-v2 .pv2-cta__form-title { font-size: 18px; font-weight: 800; color: #111827; text-transform: uppercase; letter-spacing: -.01em; margin-bottom: 4px; }
.page-promo-v2 .pv2-cta__form-sub { font-size: 12px; color: #9ca3af; text-transform: uppercase; letter-spacing: .1em; }
.page-promo-v2 .pv2-cta__input { display: block; width: 100%; padding: 12px 16px; background: #fff; border: 1px solid #e5e7eb; border-radius: 0; font-size: 14px; font-family: inherit; color: #111827; margin-bottom: 12px; box-sizing: border-box; transition: border-color .2s; outline: none; }
.page-promo-v2 .pv2-cta__input:focus { border-color: #f0cf4c; box-shadow: 0 0 0 3px rgba(240,207,76,.15); }
.page-promo-v2 .pv2-cta__input::placeholder { color: #9ca3af; }
.page-promo-v2 .pv2-cta__textarea { resize: vertical; min-height: 80px; }
.page-promo-v2 .pv2-cta__form .start__submit { width: 100%; margin-top: 4px; padding: 15px 24px; }
.page-promo-v2 .pv2-cta__privacy { font-size: 11px; color: #9ca3af; margin: 12px 0 20px; line-height: 1.5; }
.page-promo-v2 .pv2-cta__privacy a { color: #6b7280; text-decoration: underline; }
.page-promo-v2 .pv2-cta__trust { display: flex; gap: 16px; flex-wrap: wrap; padding-top: 16px; border-top: 1px solid #e5e7eb; }
.page-promo-v2 .pv2-cta__trust-item { font-size: 11px; color: #9ca3af; display: flex; align-items: center; gap: 5px; }
.page-promo-v2 .pv2-cta__trust-item i { color: #f0cf4c; }
/* submit кнопка (переиспользуем .start__submit) */
.page-promo-v2 .start__submit { background: #f0cf4c; color: #0b0d0f; border: none; border-radius: 0; clip-path: polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px)); font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; padding: 14px 32px; transition: all .2s; cursor: pointer; }
.page-promo-v2 .start__submit:hover { background: #ffe066; transform: translateY(-2px); }
@media (max-width: 900px) {
    .page-promo-v2 .pv2-cta { grid-template-columns: 1fr; gap: 40px; }
}

/* ======== Единый стиль каруселей ======== */
/* Скрыть скроллбары у всех каруселей */
.page-promo-v2 .resheniya-grid,
.page-promo-v2 .tens-section--dark .tens-section-items,
.page-promo-v2 .shipments-grid,
.page-promo-v2 .documents-grid { scrollbar-width:none; -ms-overflow-style:none; }
.page-promo-v2 .resheniya-grid::-webkit-scrollbar,
.page-promo-v2 .tens-section--dark .tens-section-items::-webkit-scrollbar,
.page-promo-v2 .shipments-grid::-webkit-scrollbar,
.page-promo-v2 .documents-grid::-webkit-scrollbar { display:none; }
/* Решения → carousel, 4 карточки */
.page-promo-v2 .resheniya-grid { display:flex !important; gap:20px; overflow-x:auto; scroll-snap-type:x mandatory; scroll-behavior:smooth; padding:2px; -webkit-overflow-scrolling:touch; overscroll-behavior-x:contain; grid-template-columns:none !important; }
.page-promo-v2 .resheniya-card { flex:0 0 calc(25% - 15px) !important; min-width:220px; scroll-snap-align:start; width:auto !important; }
/* Виды металлоконструкций, 4 карточки */
.page-promo-v2 .tens-section--dark .tens-section-items { scroll-behavior:smooth; }
.page-promo-v2 .tens-section--dark .tens-card { flex:0 0 calc(25% - 12px) !important; width:auto !important; }
/* Отгрузки → carousel, 4 карточки */
.page-promo-v2 .shipments-grid { display:flex !important; gap:20px; overflow-x:auto; scroll-snap-type:x mandatory; scroll-behavior:smooth; padding:2px; -webkit-overflow-scrolling:touch; overscroll-behavior-x:contain; }
.page-promo-v2 .shipment-card { flex:0 0 calc(25% - 15px) !important; min-width:220px; scroll-snap-align:start; }
/* Сертификаты → carousel, 4 карточки */
.page-promo-v2 .documents-grid { display:flex !important; gap:20px; overflow-x:auto; scroll-snap-type:x mandatory; scroll-behavior:smooth; padding:2px; -webkit-overflow-scrolling:touch; overscroll-behavior-x:contain; }
.page-promo-v2 .document-card { flex:0 0 calc(25% - 15px) !important; min-width:200px; scroll-snap-align:start; }
/* Кнопки для тёмных секций */
.page-promo-v2 .promo-carousel__btn--on-dark { background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.15); color:rgba(255,255,255,.7); }
.page-promo-v2 .promo-carousel__btn--on-dark:hover { background:#f0cf4c; border-color:#f0cf4c; color:#0b0d0f; }
/* Скрытая кнопка карусели */
.promo-carousel__btn[hidden] { display:none !important; }

/* -- Общий паттерн eyebrow + section title -- */
.pv2-eyebrow { display:flex; align-items:center; gap:10px; margin-bottom:10px; }
.pv2-eyebrow__line { width:24px; height:2px; background:#f0cf4c; flex-shrink:0; }
.pv2-eyebrow__text { font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:.18em; }
.pv2-eyebrow--on-dark .pv2-eyebrow__text { color:rgba(255,255,255,.45); }
.pv2-eyebrow--on-light .pv2-eyebrow__text { color:#9ca3af; }
.pv2-section-title { font-size:26px; font-weight:800; text-transform:uppercase; letter-spacing:-.01em; line-height:1.15; margin:0 0 32px; }
.pv2-section-title--on-dark { color:#fff; }
.pv2-section-title--on-light { color:#111827; }

@media (max-width: 768px) {
    .page-promo-v2 .promo-page { overflow-x: clip; }
    .page-promo-v2 .promo-top-products,
    .page-promo-v2 .ten-order-section,
    .page-promo-v2 .tens-section,
    .page-promo-v2 .why-choose-section,
    .page-promo-v2 .pv2-process,
    .page-promo-v2 .pv2-cta,
    .page-promo-v2 .pv2-gosts,
    .page-promo-v2 .documents-section,
    .page-promo-v2 .clients-section,
    .page-promo-v2 .shipments-section { margin-left: -16px; margin-right: -16px; }
    .page-promo-v2 .promo-top-products,
    .page-promo-v2 .ten-order-section,
    .page-promo-v2 .tens-section,
    .page-promo-v2 .why-choose-section,
    .page-promo-v2 .pv2-process,
    .page-promo-v2 .pv2-cta,
    .page-promo-v2 .pv2-gosts,
    .page-promo-v2 .documents-section { padding-left: 16px; padding-right: 16px; }
}

/* Promo: блок «Решения» (resheniya-grid) */
.resheniya-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}
.resheniya-card{background:#111518;border-radius:0;border:1px solid rgba(255,255,255,.07);padding:22px 20px;display:flex;flex-direction:column;gap:14px;transition:border-color .2s;}
.resheniya-card:hover{border-color:rgba(240,207,76,.35);}
.resheniya-card__icon{width:44px;height:44px;border-radius:0;background:rgba(240,207,76,.07);border:1px solid rgba(240,207,76,.18);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.resheniya-card__title{font-size:13px;font-weight:700;color:rgba(255,255,255,.82);margin:0;text-transform:uppercase;letter-spacing:.03em;}
.resheniya-card__items{display:flex;flex-direction:column;gap:6px;flex:1;}
.resheniya-card__item{display:flex;align-items:center;gap:8px;font-size:12px;color:rgba(255,255,255,.4);}
.resheniya-card__dot{width:4px;height:4px;border-radius:0;background:#f0cf4c;flex-shrink:0;}
.resheniya-card__price{font-size:12px;font-weight:700;color:#f0cf4c;background:rgba(240,207,76,.08);border-radius:0;padding:5px 10px;display:inline-block;}
.resheniya-card__btn{display:block;width:100%;padding:10px;background:transparent;color:rgba(255,255,255,.55);font-size:11px;font-weight:600;border:1px solid rgba(255,255,255,.14);border-radius:0;cursor:pointer;text-align:center;transition:border-color .2s,color .2s;text-transform:uppercase;letter-spacing:.06em;}
.resheniya-card__btn:hover{border-color:#f0cf4c;color:#f0cf4c;}
@media(max-width:1100px){.resheniya-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:640px){.resheniya-grid{grid-template-columns:1fr;}}
