:root { --bt-orange: #F39200; --bt-teal: #005A6A; --bt-black: #171a20; --bt-white: #ffffff; --bt-gray: #f9f9f9; --bt-text: #333333; --bt-dark-bg: #0d1117; }
.bt-scope, .bt-scope *, .bt-scope *::before, .bt-scope *::after { box-sizing: border-box; }
.bt-scope { font-family:'Montserrat', sans-serif; }
.bt-scope h1, .bt-scope h2, .bt-scope h3, .bt-scope h4, .bt-scope p, .bt-scope ul, .bt-scope li { margin: 0; padding: 0; }
.bt-scope ul { list-style: none; }

.bt-btn { background: var(--bt-orange); color: white !important; padding: 18px 36px; border-radius: 4px; text-decoration: none; font-weight: 700; text-transform: uppercase; font-size: 0.95rem; letter-spacing: 0.04em; transition: 0.3s; display: inline-flex; align-items: center; justify-content: center; border: 2px solid var(--bt-orange); cursor: pointer; white-space: nowrap; }
.bt-btn:hover { background: var(--bt-black); border-color: var(--bt-black); }
.bt-btn-outline { background: transparent; color: var(--bt-orange) !important; padding: 16px 28px; border-radius: 4px; text-decoration: none; font-weight: 700; text-transform: uppercase; font-size: 0.88rem; letter-spacing: 0.04em; transition: 0.3s; display: inline-flex; align-items: center; justify-content: center; border: 2px solid var(--bt-orange); cursor: pointer; }
.bt-btn-outline:hover { background: var(--bt-orange); color: white !important; }
.bt-section { padding: 70px 30px; max-width: 1200px; margin: 0 auto; }
.bt-title { color: var(--bt-orange); font-weight: 900; font-size: 2rem; text-align: center; margin-bottom: 50px; text-transform: uppercase; }

/* HERO */
.bt-hero { display: flex; flex-wrap: wrap; min-height: 580px; background: var(--bt-dark-bg); position: relative; overflow: hidden; }
.bt-hero::before { content: ''; position: absolute; inset: 0; background: url('https://baikaltesla.com/wp-content/uploads/2026/03/Solar-in-manufacturing1.jpg') no-repeat center/cover; opacity: 0.18; }
.bt-hero-left { flex: 1; min-width: 320px; padding: 70px 5%; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
.bt-hero-left h1 { font-weight: 900; font-size: 2.9rem; line-height: 1.08; margin-bottom: 22px; color: var(--bt-white); text-transform: uppercase; }
.bt-hero-left h1 span { color: var(--bt-orange); }
.bt-hero-left .hero-sub { font-size: 1.25rem; margin-bottom: 36px; color: rgba(255,255,255,0.82); max-width: 520px; border-left: 4px solid var(--bt-orange); padding-left: 18px; line-height: 1.65; }
.hero-cta-row { display: flex; align-items: stretch; gap: 20px; flex-wrap: wrap; }
.hero-discount-box { background: rgba(243,146,0,0.12); border: 1px solid rgba(243,146,0,0.45); border-radius: 8px; padding: 14px 20px; display: flex; flex-direction: column; justify-content: center; }
.hero-discount-box .disc-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 3px; }
.hero-discount-box .disc-val { font-size: 1.25rem; font-weight: 900; color: var(--bt-orange); line-height: 1.1; }
.hero-discount-box .disc-date { font-size: 0.75rem; color: rgba(255,255,255,0.5); margin-top: 3px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 16px 28px; margin-top: 28px; }
.hero-proof-item { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.75); font-size: 1rem; font-weight: 600; }
.hero-proof-item::before { content: '✓'; color: var(--bt-orange); font-weight: 900; font-size: 1.1rem; }

/* БОЛИ */
.pain-section { background: var(--bt-black); padding: 70px 40px; }
.pain-section .section-inner { max-width: 1200px; margin: 0 auto; }
.pain-intro { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--bt-orange); margin-bottom: 14px; }
.pain-section h2 { font-weight: 900; font-size: 2rem; color: var(--bt-white)!important; text-transform: uppercase; margin-bottom: 40px; }
.pain-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pain-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 36px 28px; transition: border-color 0.3s, background 0.3s; }
.pain-card:hover { border-color: rgba(243,146,0,0.4); background: rgba(243,146,0,0.04); }
.pain-card-num { font-size: 3rem; font-weight: 900; color: rgba(243,146,0,0.2); line-height: 1; margin-bottom: 16px; }
.pain-card h3 { color: var(--bt-white); font-size: 1.05rem; font-weight: 700; margin-bottom: 12px; text-transform: uppercase; line-height: 1.3; }
.pain-card p { color: rgba(255,255,255,0.55); font-size: 0.9rem; line-height: 1.65; }

/* РЕШЕНИЕ / БАННЕРЫ */
.solution-banner { background: var(--bt-teal); padding: 50px 40px; }
.solution-banner-inner { max-width: 1200px; margin: 0 auto; text-align: center; }
.solution-banner p { font-size: 1.6rem; font-weight: 900; color: var(--bt-white)!important; line-height: 1.35; text-transform: uppercase; }
.solution-banner p span { color: var(--bt-orange); }

/* НАШИ РЕШЕНИЯ */
.compare-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.compare-card { border-radius: 16px; padding: 36px 30px; position: relative; overflow: hidden; background: var(--bt-black); border: 2px solid rgba(255,255,255,0.08); }
.compare-card.featured-card { background: linear-gradient(135deg, var(--bt-teal) 0%, #003f4c 100%); border-color: rgba(243,146,0,0.35); }
.compare-card.featured-card::after { content: 'ПОПУЛЯРНЫЙ'; position: absolute; top: 30px; right: -35px; background: var(--bt-orange); color: white; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.1em; padding: 5px 38px; transform: rotate(45deg); }
.compare-card h3 { font-size: 1.3rem; font-weight: 900; text-transform: uppercase; color: var(--bt-white); margin-bottom: 6px; }
.compare-card .tagline { color: var(--bt-orange); font-size: 0.8rem; font-weight: 700; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 0.05em; display: block; }
.compare-list { margin-bottom: 26px; }
.compare-list li { display: flex; align-items: flex-start; gap: 10px; color: rgba(255,255,255,0.75); font-size: 0.88rem; padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
.compare-list li:last-child { border-bottom: none; }
.compare-list .check { color: var(--bt-orange); font-weight: 700; flex-shrink: 0; }
.compare-for { background: rgba(255,255,255,0.07); border-radius: 8px; padding: 12px 14px; margin-bottom: 22px; }
.compare-for p { color: rgba(255,255,255,0.45); font-size: 0.75rem; margin-bottom: 3px; text-transform: uppercase; letter-spacing: 0.05em; }
.compare-for strong { color: var(--bt-white); font-size: 0.88rem; }

/* НЕ УВЕРЕНЫ + ФОРМА */
.lead-form-section { background: var(--bt-gray); padding: 0; }
.lead-form-wrap { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; }
.form-left { background: #ffffff; padding: 52px 44px; display: flex; flex-direction: column; justify-content: center; }
.form-left-tag { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--bt-orange); margin-bottom: 14px; }
.form-left h2 { font-weight: 900; font-size: 1.65rem; line-height: 1.15; text-transform: uppercase; color: var(--bt-black)!important; margin-bottom: 18px; }
.form-left h2 span { color: var(--bt-orange)!important; }
.form-left-sub { font-size: 1rem; color: #555; margin-bottom: 24px; line-height: 1.6; }
.form-left-list li { display: flex; align-items: flex-start; gap: 10px; padding: 10px 0; border-bottom: 1px solid #eee; color: #333; font-size: 0.95rem; line-height: 1.5; }
.form-left-list li:last-child { border-bottom: none; }
.form-left-list li::before { content: '✓'; color: var(--bt-orange); font-weight: 900; flex-shrink: 0; margin-top: 2px; }
.form-left-note { margin-top: 24px; font-size: 0.8rem; color: #aaa; border-top: 1px solid #eee; padding-top: 16px; }
.form-right { background: var(--bt-black); padding: 52px 44px; display: flex; flex-direction: column; justify-content: center; }
.form-right h3 { color: var(--bt-white); font-weight: 900; font-size: 1.3rem; text-transform: uppercase; margin-bottom: 22px; }
.bt-form-field { margin-bottom: 16px; }
.bt-form-field label { display: block; color: rgba(255,255,255,0.55); font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 6px; }
.bt-form-field input { width: 100%; padding: 14px 16px; border-radius: 4px; border: 1.5px solid rgba(255,255,255,0.15); background: rgba(255,255,255,0.05); color: white; font-family: 'Montserrat', sans-serif; font-size: 0.95rem; }
.bt-form-field input::placeholder { color: rgba(255,255,255,0.3); }
.bt-form-field input:focus { outline: none; border-color: var(--bt-orange); }
.bt-form-submit { width: 100%; margin-top: 6px; }
.bt-form-consent { font-size: 0.72rem; color: rgba(255,255,255,0.35); margin-top: 14px; line-height: 1.5; }

/* КАРУСЕЛИ */
.works-section { padding: 70px 40px; background: var(--bt-white); }
.works-section-inner { max-width: 1200px; margin: 0 auto; }
.prices-section { padding: 70px 40px; background: var(--bt-gray); }
.prices-section-inner { max-width: 1200px; margin: 0 auto; }
.carousel-wrap { position: relative; }
.carousel-track-outer { overflow: hidden; border-radius: 12px; cursor: grab; }
.carousel-track-outer:active { cursor: grabbing; }
.carousel-track { display: flex; gap: 20px; transition: transform 0.4s ease; }
.works-slide { flex: 0 0 calc(33.333% - 14px); border-radius: 12px; overflow: hidden; background: var(--bt-gray); border-bottom: 4px solid var(--bt-orange); }
.works-slide .slide-img-placeholder { width: 100%; aspect-ratio: 4/3; background: linear-gradient(135deg, #e8eef3 0%, #d0dce5 100%); display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 10px; color: #aaa; font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; }
.works-slide .slide-img-placeholder svg { opacity: 0.35; }
.works-slide .slide-caption { padding: 16px 18px; font-size: 0.88rem; font-weight: 700; color: var(--bt-black); }
.works-slide .slide-sub { padding: 0 18px 16px; font-size: 0.78rem; color: #888; }
.carousel-btn { position: absolute; top: 45%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; background: var(--bt-white); border: 2px solid #e8e8e8; box-shadow: 0 4px 16px rgba(0,0,0,0.12); display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 10; transition: all 0.3s; color: var(--bt-black); font-size: 18px; }
.carousel-btn:hover { background: var(--bt-orange); border-color: var(--bt-orange); color: white; }
.carousel-btn.prev { left: -22px; }
.carousel-btn.next { right: -22px; }
.carousel-dots { display: flex; justify-content: center; gap: 8px; margin-top: 20px; }
.carousel-dots span { width: 8px; height: 8px; border-radius: 50%; background: #ddd; cursor: pointer; transition: background 0.3s, transform 0.3s; }
.carousel-dots span.active { background: var(--bt-orange); transform: scale(1.3); }
.price-slide { flex: 0 0 calc(33.333% - 14px); border-radius: 14px; padding: 30px 24px; border: 2px solid #e8eef3; background: var(--bt-white); position: relative; transition: border-color 0.3s, box-shadow 0.3s; }
.price-slide:hover { border-color: var(--bt-orange); box-shadow: 0 8px 32px rgba(243,146,0,0.12); }
.price-slide.featured-price { background: var(--bt-teal); border-color: var(--bt-teal); }
.price-slide.featured-price::before { content: 'Популярный'; position: absolute; top: 3px; left: 50%; transform: translateX(-50%); background: var(--bt-orange); color: white; font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; padding: 4px 14px; border-radius: 100px; white-space: nowrap; }
.price-img-placeholder { width: 100%; aspect-ratio: 16/9; background: linear-gradient(135deg, #e8eef3 0%, #d0dce5 100%); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 8px; color: #aaa; font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 18px; }
.price-slide.featured-price .price-img-placeholder { background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%); color: rgba(255,255,255,0.35); }
.price-img-placeholder svg { opacity: 0.3; }
.price-type-label { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 6px; color: var(--bt-orange); }
.price-slide h3 { font-size: 0.95rem; font-weight: 900; text-transform: uppercase; margin-bottom: 12px; color: var(--bt-black); line-height: 1.25; }
.price-slide.featured-price h3 { color: var(--bt-white); }
.price-amount-sm { font-size: 1.5rem; font-weight: 900; color: var(--bt-teal); margin-bottom: 3px; }
.price-slide.featured-price .price-amount-sm { color: var(--bt-white); }
.price-note-sm { font-size: 0.72rem; color: #888; margin-bottom: 16px; line-height: 1.5; }
.price-slide.featured-price .price-note-sm { color: rgba(255,255,255,0.6); }
.price-feats { margin-bottom: 18px; }
.price-feats li { display: flex; align-items: flex-start; gap: 6px; font-size: 0.78rem; padding: 5px 0; border-bottom: 1px solid rgba(0,0,0,0.05); color: var(--bt-text); }
.price-slide.featured-price .price-feats li { color: rgba(255,255,255,0.8); border-color: rgba(255,255,255,0.1); }
.price-feats .check { color: var(--bt-orange); flex-shrink: 0; }
.price-cta-sm { display: block; text-align: center; font-size: 0.82rem; }

/* 4 ШАГА */
.steps-section { background: var(--bt-white); padding: 70px 40px; }
.steps-section-inner { max-width: 1100px; margin: 0 auto; }
.steps-progress-bar { height: 4px; background: #eee; border-radius: 2px; margin-bottom: 32px; overflow: hidden; }
.steps-progress-fill { height: 100%; background: var(--bt-orange); border-radius: 2px; transition: width 0.4s ease; }
.steps-nav { display: flex; gap: 0; border-radius: 12px; overflow: hidden; border: 1px solid #e8e8e8; margin-bottom: 40px; }
.steps-nav-btn { flex: 1; padding: 18px 12px; background: var(--bt-white); border: none; border-right: 1px solid #e8e8e8; font-family: 'Montserrat', sans-serif; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: #999; cursor: pointer; transition: all 0.3s; display: flex; flex-direction: column; align-items: center; gap: 6px; }
.steps-nav-btn:last-child { border-right: none; }
.steps-nav-btn .sn-num { width: 32px; height: 32px; border-radius: 50%; background: #eee; color: #aaa; display: flex; align-items: center; justify-content: center; font-size: 0.9rem; font-weight: 900; transition: all 0.3s; }
.steps-nav-btn.active { background: var(--bt-orange); color: white; }
.steps-nav-btn.active .sn-num { background: rgba(255,255,255,0.25); color: white; }
.steps-nav-btn.done { background: var(--bt-gray); color: var(--bt-teal); }
.steps-nav-btn.done .sn-num { background: var(--bt-teal); color: white; font-size: 0; }
.steps-nav-btn.done .sn-num::after { content: '✓'; font-size: 0.9rem; }
.step-panel { display: none; }
.step-panel.active { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; animation: btFadeIn 0.3s ease; }
@keyframes btFadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.step-panel-text h3 { font-size: 1.5rem; font-weight: 900; text-transform: uppercase; color: var(--bt-black); margin-bottom: 6px; }
.step-panel-text .step-tagline { color: var(--bt-orange); font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 18px; display: block; }
.step-panel-text p { font-size: 0.97rem; color: #555; line-height: 1.7; margin-bottom: 14px; }
.step-detail-list { margin: 14px 0 0; }
.step-detail-list li { display: flex; align-items: flex-start; gap: 10px; padding: 9px 0; border-bottom: 1px solid #eee; font-size: 0.92rem; color: var(--bt-text); }
.step-detail-list li:last-child { border-bottom: none; }
.step-detail-list li::before { content: '—'; color: var(--bt-orange); font-weight: 900; flex-shrink: 0; }
.step-panel-right { display: flex; flex-direction: column; gap: 16px; padding-top: 4px; }
.step-audit-btn { display: block; text-align: center; }
.step-note-box { background: rgba(243,146,0,0.08); border: 1px solid rgba(243,146,0,0.3); border-radius: 10px; padding: 16px 18px; color: var(--bt-orange); font-weight: 700; font-size: 0.9rem; line-height: 1.5; }

/* АККОРДЕОН МОБИЛЬНЫЙ */
.steps-accordion { display: none; }
.step-acc-item { border: 1px solid #e8e8e8; border-radius: 12px; overflow: hidden; margin-bottom: 10px; }
.step-acc-header { padding: 18px 20px; background: var(--bt-white); display: flex; align-items: center; gap: 14px; cursor: pointer; transition: background 0.3s; }
.step-acc-header.active-acc { background: var(--bt-orange); }
.step-acc-num { width: 34px; height: 34px; border-radius: 50%; background: #eee; color: #999; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 0.9rem; flex-shrink: 0; transition: all 0.3s; }
.step-acc-header.active-acc .step-acc-num { background: rgba(255,255,255,0.25); color: white; }
.step-acc-title { font-weight: 700; font-size: 0.9rem; text-transform: uppercase; color: var(--bt-black); transition: color 0.3s; }
.step-acc-header.active-acc .step-acc-title { color: white; }
.step-acc-arrow { margin-left: auto; font-size: 1.1rem; color: #aaa; transition: transform 0.3s, color 0.3s; }
.step-acc-header.active-acc .step-acc-arrow { transform: rotate(180deg); color: white; }
.step-acc-body { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s; }
.step-acc-body.open { max-height: 800px; padding: 24px 20px; }
.step-acc-body .step-tagline { color: var(--bt-orange); font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 12px; display: block; }
.step-acc-body p { font-size: 0.9rem; color: #555; line-height: 1.65; margin-bottom: 12px; }
.step-acc-body .step-detail-list li { font-size: 0.88rem; }
.step-acc-cta { margin-top: 18px; }

/* ДЛЯ КОГО */
.scenario-section { background: var(--bt-gray); padding: 70px 40px; }
.scenario-inner { max-width: 1200px; margin: 0 auto; }
.scenario-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.scenario-card { background: var(--bt-white); border-radius: 14px; padding: 30px 24px; border-top: 4px solid var(--bt-orange); transition: transform 0.3s, box-shadow 0.3s; }
.scenario-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.1); }
.scenario-card h3 { font-size: 1rem; font-weight: 700; text-transform: uppercase; color: var(--bt-black); margin-bottom: 10px; }
.scenario-card p { color: #666; font-size: 0.88rem; line-height: 1.6; }
.scenario-badge { display: inline-block; background: rgba(0,90,106,0.1); color: var(--bt-teal); font-size: 0.75rem; font-weight: 700; padding: 4px 10px; border-radius: 100px; margin-top: 14px; }

/* ОТЗЫВЫ */
.review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.review-card { background: var(--bt-gray); border-radius: 14px; padding: 28px 26px; border-left: 4px solid var(--bt-orange); display: flex; gap: 18px; }
.review-avatar { width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, #e8eef3 0%, #d0dce5 100%); flex-shrink: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; border: 3px solid var(--bt-white); box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.review-avatar svg { opacity: 0.3; }
.review-avatar img { width: 100%; height: 100%; object-fit: cover; }
.review-body { flex: 1; }
.review-text { font-size: 0.93rem; line-height: 1.7; color: var(--bt-text); margin-bottom: 14px; font-style: italic; }
.review-author { font-weight: 700; color: var(--bt-black); font-size: 0.9rem; }
.review-meta { color: #888; font-size: 0.8rem; margin-top: 2px; }

/* СТАТЫ */
.bt-stats { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 36px; }
.bt-stat-item { flex: 1; min-width: 140px; background: #f5f5f0; border-radius: 12px; padding: 20px 24px; text-align: center; }
.bt-stat-num { font-size: 32px; font-weight: 700; color: var(--bt-teal); }
.bt-stat-label { font-size: 14px; color: #555; margin-top: 4px; }

/* СРОЧНОСТЬ */
.urgency-section { background: var(--bt-black); padding: 60px 40px; }
.urgency-inner { max-width: 1000px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 40px; align-items: center; }
.urgency-text { flex: 1; min-width: 280px; }
.urgency-list li { display: flex; align-items: flex-start; gap: 10px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.07); color: rgba(255,255,255,0.75); font-size: 0.95rem; }
.urgency-list li:last-child { border-bottom: none; }
.urgency-list li::before { content: '✓'; color: var(--bt-orange); font-weight: 700; flex-shrink: 0; }
.urgency-list h3 { font-weight: 700; font-size: 0.95rem; color: rgba(255,255,255,0.85); text-transform: none; }
.urgency-cta { flex-shrink: 0; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.urgency-phone { color: var(--bt-white); font-size: 1.3rem; font-weight: 900; text-decoration: none; }
.urgency-phone:hover { color: var(--bt-orange); }
.urgency-time { color: rgba(255,255,255,0.4); font-size: 0.8rem; text-align: center; }

/* FAQ */
.faq-item { border-bottom: 1px solid #eee; padding: 22px 0; }
.faq-item h4 { color: var(--bt-teal); margin-bottom: 10px; font-weight: 700; font-size: 1rem; cursor: pointer; }
.faq-item h4:hover { color: var(--bt-orange); }
.faq-item p { color: #555; font-size: 0.92rem; line-height: 1.7; }

/* ФИНАЛЬНЫЙ CTA */
.final-cta-section { background: #171a20; position: relative; overflow: hidden; }
.final-cta-grid { max-width: 1100px; margin: 0 auto; padding: 80px 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.final-cta-grid h2 { font-weight: 900; font-size: 2rem; text-transform: uppercase; color: #ffffff!important; margin-bottom: 20px; line-height: 1.15; }
.final-cta-grid h2 span { color: #F39200!important; }
.final-cta-grid > div:first-child p { font-size: 1rem; color: rgba(255,255,255,0.6); line-height: 1.7; }
.final-cta-buttons { display: flex; flex-direction: column; gap: 14px; }
.final-cta-buttons a { font-weight: 700; text-transform: uppercase; font-size: 0.95rem; letter-spacing: 0.04em; text-align: center; padding: 18px 24px; border-radius: 4px; text-decoration: none; transition: background 0.3s; }
.final-cta-primary { background: #F39200; color: white !important; border: 2px solid #F39200; }
.final-cta-secondary { background: transparent; color: white !important; border: 2px solid rgba(255,255,255,0.35); padding: 16px 24px !important; font-size: 0.88rem !important; }
.final-cta-phone-block { margin-top: 8px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); }
.final-cta-phone-label { font-size: 0.78rem; color: rgba(255,255,255,0.45); margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.08em; }
.final-cta-phone-block a.phone-num { color: #ffffff; font-size: 1.5rem; font-weight: 900; text-decoration: none; letter-spacing: 0.02em; }
.final-cta-phone-sub { color: rgba(255,255,255,0.3); font-size: 0.78rem; margin-top: 6px; }

/* МОБИЛЬНАЯ АДАПТАЦИЯ */
@media (max-width: 900px) {
    .pain-grid-3 { grid-template-columns: 1fr; }
    .compare-grid-3 { grid-template-columns: 1fr; }
    .lead-form-wrap { grid-template-columns: 1fr; }
    .scenario-grid { grid-template-columns: repeat(2, 1fr); }
    .review-grid { grid-template-columns: 1fr; }
    .step-panel.active { grid-template-columns: 1fr; }
    .steps-nav { flex-wrap: wrap; }
    .steps-nav-btn { flex: 0 0 50%; border-bottom: 1px solid #e8e8e8; }
    .works-slide { flex: 0 0 calc(50% - 10px); }
    .price-slide { flex: 0 0 calc(50% - 10px); }
    .final-cta-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .bt-hero-left { padding: 50px 20px; }
    .bt-hero-left h1 { font-size: 1.9rem; }
    .bt-hero-left .hero-sub { font-size: 1rem; }
    .hero-cta-row { flex-direction: column; align-items: flex-start; }
    .hero-discount-box { align-self: stretch; }
    .hero-proof-item { font-size: 0.88rem; }
    .bt-btn { padding: 16px 24px; font-size: 0.88rem; }
    .bt-btn-outline { padding: 14px 24px; font-size: 0.85rem; }
    .pain-section { padding: 50px 20px; }
    .pain-section h2 { font-size: 1.5rem; }
    .solution-banner { padding: 36px 20px; }
    .solution-banner p { font-size: 1.15rem; }
    .bt-section { padding: 50px 20px; }
    .bt-title { font-size: 1.5rem; margin-bottom: 32px; }
    .form-left, .form-right { padding: 36px 24px; }
    .works-section { padding: 50px 20px; }
    .prices-section { padding: 50px 20px; }
    .steps-section { padding: 50px 20px; }
    .steps-nav { display: none; }
    .steps-progress-bar { display: none; }
    .step-panel { display: none !important; }
    .steps-accordion { display: block; }
    .scenario-section { padding: 50px 20px; }
    .scenario-grid { grid-template-columns: 1fr; }
    .urgency-section { padding: 50px 20px; }
    .urgency-inner { flex-direction: column; gap: 28px; }
    .urgency-cta { width: 100%; }
    .urgency-phone { font-size: 1.1rem; }
    .final-cta-grid { padding: 60px 24px; }
    .final-cta-grid h2 { font-size: 1.6rem; }
    .carousel-btn { display: none; }
    .works-slide { flex: 0 0 85%; }
    .price-slide { flex: 0 0 85%; }
    .review-card { flex-direction: column; gap: 12px; }
}
@media (max-width: 480px) {
    .bt-hero-left h1 { font-size: 1.55rem; }
    .bt-stat-item { min-width: calc(50% - 8px); }
}
