/* --- БАЗОВЫЕ НАСТРОЙКИ (ТЕМНАЯ ТЕМА) --- */ 
:root { 
    --bg-dark: #050505; 
    --surface-dark: #121212; 
    --accent: #E59C24; 
    --accent-glow: rgba(229, 156, 36, 0.4); 
    --text-main: #ffffff; 
    --text-gray: #a0a0a0; 
    --border-color: rgba(255, 255, 255, 0.08); 
    --vk-color: #5C88DA; 
    --font-main: 'Montserrat', sans-serif;
    --font-text: 'Open Sans', sans-serif;
} 

* { margin: 0; padding: 0; box-sizing: border-box; } 

body { background-color: var(--bg-dark); color: var(--text-main); font-family: var(--font-main); overflow-x: hidden; line-height: 1.6; } 

.container { max-width: 1400px; margin: 0 auto; padding: 0 5%; }
.section-title { font-size: 40px; font-weight: 800; margin-bottom: 10px; text-align: center;}
.section-title span { color: var(--accent); }
.section-subtitle { font-size: 18px; margin-bottom: 40px; font-weight: 400; text-align: center; color: var(--text-gray); }

/* --- КНОПКИ --- */
.btn { border: none; border-radius: 6px; cursor: pointer; font-family: var(--font-main); font-weight: 700; text-transform: uppercase; padding: 15px 30px; transition: 0.3s; text-decoration: none;}
.btn-orange { background: var(--accent); color: #000; box-shadow: 0 0 20px var(--accent-glow); }
.btn-orange:hover { background: #d48a1c; transform: translateY(-3px); }
.btn-dark { background: #222; color: #fff; border: 1px solid #444; }
.btn-dark:hover { background: #333; transform: translateY(-3px); }
.btn-block { width: 100%; padding: 20px; font-size: 16px; }

/* --- ШАПКА И МЕНЮ (ВАШ УТВЕРЖДЕННЫЙ ДИЗАЙН) --- */ 
header { display: flex; justify-content: space-between; align-items: center; padding: 20px 5%; background: rgba(10, 10, 10, 0.85); border-bottom: 1px solid var(--border-color); backdrop-filter: blur(15px); position: relative; z-index: 100; } 
.logo { display: flex; align-items: center; font-size: 32px; font-weight: 800; letter-spacing: -1px; text-decoration: none; } 
.logo .custom { color: #fff; } 
.logo .led { background-color: var(--accent); color: #000; padding: 2px 10px; border-radius: 8px; margin-left: 2px; } 
.header-right { display: flex; align-items: center; gap: 35px; } 
.nav-links { display: flex; gap: 25px; } 
.nav-links a { color: #d1d1d1; text-decoration: none; font-size: 14px; font-weight: 500; transition: color 0.3s; } 
.nav-links a:hover { color: var(--accent); } 
.location-block { display: flex; align-items: center; gap: 8px; font-size: 13px; } 
.location-block svg { width: 16px; height: 16px; fill: none; stroke: var(--accent); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; } 
.city-name { color: #fff; font-weight: 600; } 
.map-link { color: var(--text-gray); text-decoration: none; border-bottom: 1px dashed var(--text-gray); transition: all 0.3s; margin-left: 5px; } 
.map-link:hover { color: var(--accent); border-bottom-color: var(--accent); } 
.phone-link { display: flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; font-weight: 700; font-size: 16px; letter-spacing: 0.5px; transition: color 0.3s; } 
.phone-icon { width: 18px; height: 18px; fill: none; stroke: var(--accent); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform 0.3s; } 
.phone-link:hover { color: var(--accent); } 
.phone-link:hover .phone-icon { transform: scale(1.1) rotate(5deg); } 
.btn-vk { background-color: var(--vk-color); color: #fff; text-decoration: none; padding: 10px 24px; border-radius: 4px; font-size: 13px; font-weight: 600; transition: background 0.3s, transform 0.3s; } 
.btn-vk:hover { background-color: #4a75c4; transform: translateY(-2px); } 

.ticker-wrap { width: 100%; overflow: hidden; background-color: #030303; border-bottom: 1px solid var(--border-color); padding: 12px 0; white-space: nowrap; position: relative; z-index: 100; } 
.ticker { display: inline-block; animation: ticker-move 30s linear infinite; font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: #888; } 
.ticker span { margin-right: 40px; } 
.ticker span::before { content: '•'; color: var(--accent); margin-right: 40px; } 
@keyframes ticker-move { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } } 

/* --- БЛОК 1: HERO (ВАШ УТВЕРЖДЕННЫЙ ДИЗАЙН) --- */ 
.hero { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 80px 5%; min-height: calc(100vh - 150px); max-width: 1600px; margin: 0 auto; z-index: 10; } 
.hero-bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; pointer-events: none; z-index: 0; background-image: radial-gradient(circle at 50% 50%, #151515 0%, #050505 100%); } 
.mouse-glow { position: absolute; width: 800px; height: 800px; background: radial-gradient(circle, rgba(229, 156, 36, 0.12) 0%, rgba(229, 156, 36, 0) 60%); border-radius: 50%; top: calc(var(--mouse-y, 0.5) * 100%); left: calc(var(--mouse-x, 0.5) * 100%); transform: translate(-50%, -50%); transition: top 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), left 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); z-index: 1; } 
.laser-beam { position: absolute; top: 40%; left: -150%; width: 200%; height: 4px; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), rgba(229, 156, 36, 1), rgba(255, 255, 255, 0.6), transparent); box-shadow: 0 0 40px 10px rgba(229, 156, 36, 0.3), 0 0 100px 30px rgba(255, 255, 255, 0.1); transform: rotate(-15deg); filter: blur(2px); animation: beamSweep 12s cubic-bezier(0.4, 0, 0.2, 1) infinite; z-index: 1; } 
@keyframes beamSweep { 0% { left: -150%; opacity: 0; } 10% { opacity: 1; } 50% { left: 150%; opacity: 1; } 60% { opacity: 0; left: 150%; } 100% { opacity: 0; left: 150%; } } 

.hero-content { flex: 1; max-width: 600px; position: relative; z-index: 10; } 
.hero h1 { font-size: 3.2rem; line-height: 1.15; text-transform: uppercase; margin-bottom: 40px; text-shadow: 0 10px 30px rgba(0,0,0,0.8); } 
.hero h1 .bold { font-weight: 800; display: block; margin-bottom: 10px; } 
.hero h1 .light { font-weight: 300; display: block; text-transform: none; font-size: 2.6rem; color: #ddd; } 
.action-block { display: flex; align-items: center; gap: 20px; margin-bottom: 15px; } 
.icon-circle { width: 55px; height: 55px; border-radius: 50%; border: 1px solid var(--accent); display: flex; justify-content: center; align-items: center; background: rgba(0,0,0,0.5); backdrop-filter: blur(5px); } 
.icon-circle svg { width: 22px; height: 22px; fill: var(--accent); } 
.agreement { font-size: 11px; color: var(--text-gray); margin-bottom: 45px; margin-left: 75px; } 
.agreement a { color: var(--accent); text-decoration: none; border-bottom: 1px dashed var(--accent); } 
.quote { font-family: var(--font-text); font-style: italic; font-size: 17px; color: var(--text-gray); margin-bottom: 50px; line-height: 1.5; border-left: 3px solid var(--accent); padding-left: 15px; background: rgba(0,0,0,0.2); padding: 15px; border-radius: 0 8px 8px 0; backdrop-filter: blur(5px); } 
.quote span { color: #fff; font-weight: 600; } 
.features { display: flex; gap: 35px; } 
.feature { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; } 
.feature svg { width: 24px; height: 24px; stroke: var(--accent); fill: none; stroke-width: 2; filter: drop-shadow(0 0 5px rgba(229, 156, 36, 0.5)); } 

.hero-visual { flex: 1; display: flex; justify-content: flex-end; padding-right: 2vw; position: relative; z-index: 10; } 
.hero-visual::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 450px; height: 450px; background: radial-gradient(circle, rgba(229,156,36,0.2) 0%, transparent 65%); filter: blur(30px); z-index: -1; pointer-events: none; } 
.mosaic-grid { display: grid; grid-template-columns: repeat(3, 160px); grid-template-rows: repeat(3, 160px); gap: 12px; } 
.mosaic-item { background-color: #111; border-radius: 12px; background-image: url('bg.png'); background-size: 504px 504px; background-repeat: no-repeat; position: relative; box-shadow: 0 15px 35px rgba(0,0,0,0.6), inset 0 0 0 1px rgba(255,255,255,0.05); transition: transform 0.4s ease, box-shadow 0.4s ease; } 
.mosaic-item:hover { transform: scale(0.96); z-index: 2; box-shadow: 0 20px 40px rgba(0,0,0,0.8), inset 0 0 0 1px var(--accent); } 
.item-1 { background-position: 0px 0px; } .item-2 { background-position: -172px 0px; } .item-3 { background-position: -344px 0px; } 
.item-4 { background-position: 0px -172px; } .item-5 { background-position: -172px -172px; } .item-6 { background-position: -344px -172px; } 
.item-7 { background-position: 0px -344px; } .item-8 { background-position: -172px -344px; } .item-9 { background-position: -344px -344px; } 

/* --- БЛОК 6: СТАТИСТИКА (ТЕМНАЯ) --- */
.stats-section { background: var(--surface-dark); padding: 40px 0; margin: 0 auto; max-width: 1400px; border-radius: 16px; border: 1px solid var(--border-color); box-shadow: 0 10px 40px rgba(0,0,0,0.5); position: relative; z-index: 20; transform: translateY(-50px);}
.stats-container { display: flex; justify-content: space-around; align-items: center; text-align: center; }
.stat-num { font-size: 40px; font-weight: 900; color: var(--accent); margin-bottom: 5px; }
.stat-desc { color: var(--text-gray); font-size: 14px; font-weight: 500; }

/* --- БЛОК 2: О КОМПАНИИ (ВАШ УТВЕРЖДЕННЫЙ) --- */ 
.about-section { position: relative; padding: 60px 5% 120px 5%; display: flex; align-items: center; background-color: var(--bg-dark); overflow: hidden; max-width: 1600px; margin: 0 auto; } 
.about-content { position: relative; z-index: 2; max-width: 55%; padding-right: 50px; } 
.about-title { font-size: 2.8rem; line-height: 1.2; margin-bottom: 40px; font-weight: 300; } 
.about-title span { color: var(--accent); font-weight: 700; } 
.about-text { display: flex; flex-direction: column; gap: 20px; } 
.about-text p { font-size: 16px; line-height: 1.7; color: #d1d1d1; font-weight: 400; font-family: var(--font-text); } 
.about-text p strong { color: #fff; font-weight: 600; font-family: var(--font-main);} 
.btn-outline { display: inline-block; margin-top: 40px; padding: 18px 45px; border: 2px solid var(--accent); color: var(--accent); background: transparent; font-weight: 700; font-size: 16px; border-radius: 6px; cursor: pointer; transition: all 0.3s; text-decoration: none; width: fit-content; } 
.btn-outline:hover { background: var(--accent); color: #000; box-shadow: 0 0 30px var(--accent-glow); } 
.about-visual { position: absolute; top: 0; right: 0; bottom: 0; width: 55%; z-index: 1; } 
.about-image { width: 100%; height: 100%; background-image: url('us.jpg'); background-size: cover; background-position: center left; -webkit-mask-image: linear-gradient(to right, transparent 0%, black 40%); mask-image: linear-gradient(to right, transparent 0%, black 40%); } 

/* --- БЛОК 7: СТРАХИ (ТЕМНЫЕ) --- */
.fears-section { background: var(--bg-dark); padding: 80px 0; }
.fears-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 40px; }
.fear-card { background: var(--surface-dark); border-radius: 16px; display: flex; overflow: hidden; border: 1px solid var(--border-color); box-shadow: 0 5px 20px rgba(0,0,0,0.5); }
.fear-text { padding: 30px; flex: 1; display: flex; flex-direction: column; justify-content: center; color: var(--text-main); }
.fear-text h3 { font-size: 20px; font-weight: 800; margin-bottom: 15px; }
.fear-text p { font-size: 14px; margin-bottom: 10px; color: var(--text-gray); }
.fear-text strong { color: #fff; }
.fear-sub { color: var(--text-gray); font-size: 13px; }
.fear-image { width: 200px; background-size: cover; background-position: center; position: relative;}
.fear-image::before { content:''; position: absolute; left:0; top:0; bottom:0; width: 40px; background: linear-gradient(to right, var(--surface-dark), transparent); }
.fears-actions { display: flex; gap: 20px; justify-content: center;}

/* --- БЛОК 4: УСЛУГИ (С ЗАКРУГЛЕНИЕМ 20PX И В ТЕМНОЙ ТЕМЕ) --- */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; padding: 50px 5%; max-width: 1400px; margin: 0 auto; }
.service-card { background: var(--surface-dark); padding: 25px; border-radius: 24px; text-align: center; border: 1px solid var(--border-color); transition: transform 0.3s; }
.service-card:hover { transform: translateY(-5px); border-color: var(--accent); }
.service-img-wrapper { width: 100%; height: 220px; border-radius: 20px; padding: 3px; background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(229,156,36,0.2)); margin-bottom: 25px; transition: all 0.4s ease; }
.service-card:hover .service-img-wrapper { background: linear-gradient(135deg, var(--accent), rgba(229,156,36,0.1)); box-shadow: 0 10px 30px var(--accent-glow); }
.service-img { width: 100%; height: 100%; border-radius: 17px; object-fit: cover; }
.service-title { font-size: 22px; font-weight: 700; margin-bottom: 15px; color: #fff; }
.service-desc { font-size: 14px; color: var(--text-gray); font-family: var(--font-text); line-height: 1.5; }

/* --- БЛОК 8: ТАБЫ УСЛУГ (ТЕМНЫЕ) --- */
.services-tabs-section { background: var(--bg-dark); padding: 80px 0; }
.tabs-header { display: flex; gap: 10px; border-bottom: 1px solid var(--border-color); margin-bottom: 40px; }
.tab-btn { background: none; border: none; padding: 15px 30px; font-size: 16px; font-weight: 600; color: var(--text-gray); cursor: pointer; border-bottom: 3px solid transparent; }
.tab-btn.active { color: var(--accent); border-bottom-color: var(--accent); }
.tab-content { display: flex; gap: 40px; background: var(--surface-dark); padding: 40px; border-radius: 16px; border: 1px solid var(--border-color); box-shadow: 0 5px 20px rgba(0,0,0,0.5); }
.tab-gallery { width: 50%; }
.main-tab-img { width: 100%; height: 300px; border-radius: 12px; object-fit: cover; margin-bottom: 10px; }
.tab-thumbnails { display: flex; gap: 10px; }
.tab-thumbnails img { width: calc(33.33% - 7px); height: 80px; border-radius: 8px; object-fit: cover; cursor: pointer; border: 1px solid transparent;}
.tab-thumbnails img:hover { border-color: var(--accent); }
.tab-info { width: 50%; color: var(--text-main); }
.tab-badges { display: flex; gap: 10px; margin-bottom: 20px; }
.badge-orange { background: var(--accent); color: #000; padding: 5px 15px; border-radius: 20px; font-size: 12px; font-weight: 700; }
.badge-gray { color: var(--text-gray); font-size: 13px; display: flex; align-items: center; }
.tab-info h3 { font-size: 32px; font-weight: 800; margin-bottom: 10px; }
.tab-models { font-size: 16px; color: var(--text-gray); margin-bottom: 20px; }
.tab-info h4 { font-size: 18px; font-weight: 700; margin-bottom: 15px; }
.tab-list { list-style: none; margin-bottom: 25px; }
.tab-list li { position: relative; padding-left: 25px; margin-bottom: 10px; font-size: 14px; color: #ddd;}
.tab-list li::before { content: '✔'; position: absolute; left: 0; color: var(--accent); font-weight: bold; }
.tab-alert { background: rgba(229, 156, 36, 0.05); border: 1px solid rgba(229, 156, 36, 0.2); padding: 20px; border-radius: 8px; display: flex; gap: 15px; margin-bottom: 30px; }
.alert-icon { width: 30px; height: 30px; background: var(--accent); color: #000; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-weight: bold; flex-shrink: 0;}
.tab-alert strong { display: block; margin-bottom: 5px; color: #fff;}
.tab-alert p { font-size: 13px; color: var(--text-gray); margin: 0; }

/* --- БЛОК 9: ШАГИ РАБОТЫ (ТЕМНЫЕ) --- */
.steps-section { background: var(--bg-dark); padding: 80px 0; }
.steps-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.step-card { background: var(--surface-dark); border-radius: 16px; padding: 40px; position: relative; display: flex; justify-content: space-between; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.5); border: 1px solid var(--border-color); border-left: 4px solid var(--accent); }
.step-num { position: absolute; top: 20px; right: 20px; background: var(--accent); color: #000; width: 40px; height: 40px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-weight: bold; font-size: 18px; z-index: 5;}
.step-text-content { width: 60%; color: var(--text-main); z-index: 2; }
.step-text-content h3 { font-size: 24px; font-weight: 800; margin-bottom: 15px; }
.step-text-content p { font-size: 14px; margin-bottom: 15px; color: var(--text-gray);}
.step-text-content strong { color: #fff; }
.step-list { list-style: none; }
.step-list li { display: flex; gap: 10px; font-size: 13px; margin-bottom: 10px; color: var(--text-gray);}
.step-list li span { background: var(--accent); color: #000; width: 20px; height: 20px; border-radius: 50%; display: flex; justify-content: center; align-items: center; flex-shrink: 0; font-size: 12px; font-weight: bold;}
.step-card button { margin-top: 10px; width: 100%; font-size: 12px; padding: 12px; }
.step-img-phone, .step-img-mechanic, .step-img-lens, .step-img-cert { position: absolute; right: -20px; bottom: -20px; width: 45%; height: 90%; background-size: contain; background-repeat: no-repeat; background-position: bottom right; z-index: 1; opacity: 0.6; }
.step-img-phone { background-image: url('https://images.unsplash.com/photo-1511707171634-5f897ff02aa9?q=80'); border-radius:10px;} 
.step-img-mechanic { background-image: url('https://images.unsplash.com/photo-1622396481328-9b1b78cdd9fd?q=80'); }

/* --- БЛОК 10: ОТЗЫВЫ (ТЕМНЫЕ) --- */
.reviews-section { background: var(--bg-dark); padding: 80px 0; overflow: hidden; }
.reviews-header { display: flex; align-items: center; gap: 30px; margin-bottom: 40px; }
.yandex-badge { background: var(--surface-dark); border: 1px solid var(--border-color); padding: 10px 20px; border-radius: 8px; font-weight: 700; color: var(--text-main); }
.all-reviews { color: var(--accent); text-decoration: underline; font-size: 14px; }
.slider-arrows button { width: 40px; height: 40px; background: var(--surface-dark); border: 1px solid var(--border-color); border-radius: 50%; color: #fff; cursor: pointer; font-size: 18px; margin-left: 10px; transition: 0.3s;}
.slider-arrows button:hover { border-color: var(--accent); color: var(--accent); }
.reviews-slider { display: flex; gap: 20px; overflow-x: auto; padding-bottom: 20px; scrollbar-width: none; }
.reviews-slider::-webkit-scrollbar { display: none; }
.review-card { background: var(--surface-dark); border-radius: 16px; padding: 30px; min-width: 350px; border: 1px solid var(--border-color); color: var(--text-main); display: flex; flex-direction: column; justify-content: space-between; }
.review-head { display: flex; gap: 15px; margin-bottom: 20px; align-items: center; }
.avatar { width: 40px; height: 40px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 20px; overflow: hidden; background: #222;}
.date { font-size: 12px; color: #777; }
.review-text { font-size: 14px; line-height: 1.6; margin-bottom: 20px; color: #ccc;}
.review-foot { display: flex; justify-content: space-between; align-items: flex-end; }
.review-photo { width: 80px; height: 60px; border-radius: 8px; object-fit: cover; }
.stars { color: var(--accent); font-weight: 700; font-size: 14px; }
.slider-progress { height: 4px; background: #222; margin-top: 20px; border-radius: 2px; }
.progress-bar { width: 30%; height: 100%; background: var(--accent); border-radius: 2px; }

/* --- БЛОК 11: FAQ (ТЕМНЫЕ) --- */
.faq-section { background: var(--bg-dark); padding: 80px 0; text-align: center; }
.faq-list { max-width: 800px; margin: 0 auto; text-align: left; }
.faq-item { background: var(--surface-dark); padding: 20px 30px; border-radius: 12px; margin-bottom: 10px; display: flex; justify-content: space-between; align-items: center; font-weight: 600; color: var(--text-main); border: 1px solid var(--border-color); cursor: pointer; transition: 0.3s; }
.faq-item:hover { border-color: rgba(229,156,36,0.5); }
.faq-item .plus { font-size: 24px; color: #777; font-weight: 300; }

/* --- БЛОК 12: ЛИД-ФОРМА (ТЕМНАЯ) --- */
.lead-form-section { background: var(--bg-dark); padding: 50px 0; }
.lead-banner { background: url('https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?q=80') center/cover; border-radius: 24px; padding: 60px; display: flex; justify-content: space-between; align-items: center; position: relative; overflow: hidden; border: 1px solid var(--border-color); }
.lead-banner::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 100%); z-index: 1; }
.lead-info { position: relative; z-index: 2; color: #fff; }
.lead-info h2 { font-size: 48px; font-weight: 900; margin-bottom: 15px; }
.lead-info h2 span { color: var(--accent); }
.lead-info p { font-size: 18px; color: #ccc;}
.lead-form-box { position: relative; z-index: 2; width: 400px; }
.lead-form-box input { width: 100%; padding: 20px; border-radius: 8px; border: none; margin-bottom: 15px; font-size: 16px; font-family: var(--font-main); }
.checkbox-label { display: flex; gap: 10px; font-size: 11px; color: #aaa; margin-bottom: 20px; align-items: flex-start; }
.checkbox-label a { color: var(--accent); text-decoration: none; }
.lead-call { text-align: center; color: #fff; font-size: 12px; margin-top: 20px; }
.lead-call strong { font-size: 20px; }

/* --- БЛОК 13: ПОРТФОЛИО (ТЕМНЫЕ) --- */
.portfolio-section { background: var(--bg-dark); padding: 100px 0; } 
.portfolio-card { display: flex; background: var(--surface-dark); border-radius: 16px; overflow: hidden; margin-bottom: 40px; border: 1px solid var(--border-color); }
.portfolio-card.reverse { flex-direction: row-reverse; }
.port-images { width: 50%; position: relative; display: flex; }
.port-images img { width: 50%; object-fit: cover; }
.drag-line { position: absolute; left: 50%; top: 0; bottom: 0; width: 4px; background: #666; transform: translateX(-50%); }
.drag-line::after { content: '◀ ▶'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #666; color: #fff; padding: 5px; border-radius: 4px; font-size: 10px; }
.label { position: absolute; background: rgba(0,0,0,0.7); color: #fff; padding: 5px 15px; top: 10px; font-size: 14px; font-weight: bold; border-radius: 4px;}
.img-before .label { left: 10px; } .img-after .label { right: 10px; }
.port-details { width: 50%; padding: 50px; color: #fff; display: flex; flex-direction: column; justify-content: center; }
.port-details h3 { font-size: 24px; font-weight: 800; margin-bottom: 30px; }
.port-details p { margin-bottom: 20px; font-size: 14px; color: var(--text-gray); }
.port-details strong { color: #fff; }

/* --- КАРТА И КОНТАКТЫ (ТЕМНЫЕ) --- */
.map-section { position: relative; height: 500px; background: #111; }
.map-overlay-box { position: absolute; top: 50%; left: 10%; transform: translateY(-50%); background: var(--surface-dark); padding: 40px; width: 350px; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.8); border-left: 4px solid var(--accent); color: #fff; border-top: 1px solid var(--border-color); border-right: 1px solid var(--border-color); border-bottom: 1px solid var(--border-color);}
.map-overlay-box h3 { font-size: 24px; font-weight: 800; margin-bottom: 20px; }
.map-links a { color: var(--accent); text-decoration: underline; font-size: 14px; line-height: 2; }
.map-overlay-box p { font-size: 14px; margin: 20px 0; line-height: 1.6; color: #ccc;}
.map-overlay-box strong { color: #fff; font-size: 16px; }
.socials p { margin-bottom: 10px; font-size: 13px; color: #aaa;}
.soc-icons a { display: inline-block; background: #333; color: #fff; width: 35px; height: 35px; text-align: center; line-height: 35px; border-radius: 50%; text-decoration: none; margin-right: 10px; font-size: 12px; transition: 0.3s;}
.soc-icons a:hover { background: var(--accent); color: #000; }

/* --- ФУТЕР (ТЕМНЫЙ) --- */
footer { background: #000; padding: 60px 0 30px 0; color: #ccc; border-top: 1px solid var(--border-color); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 30px; }
.footer-col { display: flex; flex-direction: column; }
.footer-col h4 { color: #777; margin-bottom: 20px; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; }
.footer-col a { color: #aaa; text-decoration: none; font-size: 14px; margin-bottom: 12px; transition: 0.3s; }
.footer-col a:hover { color: var(--accent); }
.soc-icons-gray { display: flex; gap: 10px; margin: 20px 0; }
.circle { width: 35px; height: 35px; background: #222; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 11px; color: #fff; transition: 0.3s; cursor: pointer;}
.circle:hover { background: var(--accent); color: #000;}
.copy { font-size: 12px; color: #555; margin-top: 20px; }

/* --- АДАПТИВНОСТЬ НОВЫХ БЛОКОВ --- */
@media (max-width: 1200px) {
    .fears-grid { grid-template-columns: 1fr; }
    .tab-content { flex-direction: column; }
    .tab-gallery, .tab-info { width: 100%; }
    .steps-grid { grid-template-columns: 1fr; }
    .lead-banner { flex-direction: column; padding: 40px; text-align: center; }
    .lead-info { margin-bottom: 30px; }
    .portfolio-card { flex-direction: column !important; }
    .port-images, .port-details { width: 100%; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .stats-container { flex-wrap: wrap; gap: 20px; }
}
@media (max-width: 768px) {
    .stats-section { transform: none; margin-top: 20px; }
    .stats-container { flex-direction: column; gap: 30px; }
    .map-overlay-box { position: relative; top: 0; left: 0; transform: none; width: 100%; border-radius: 0; border: none; border-top: 4px solid var(--accent); }
    .map-section { height: auto; display: flex; flex-direction: column-reverse; }
    .footer-grid { grid-template-columns: 1fr; text-align: center; }
    .soc-icons-gray { justify-content: center; }
}