:root {
    --primary-dark: #064e3b; /* Глубокий зеленый (Изумруд) */
    --primary-light: #10b981; /* Яркий зеленый */
    --accent: #f59e0b; /* Золотой/Желтый для энергии */
    --bg-light: #f8fafc;
    --text-main: #1e293b;
    --text-muted: #64748b;
    --white: #ffffff;
}

* { margin: 0; padding: 0; box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
body { background-color: var(--bg-light); color: var(--text-main); line-height: 1.6; font-size: 16px; overflow-x: hidden; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.text-center { text-align: center; }
.highlight { color: var(--primary-light); }

/* Buttons */
.btn { display: inline-block; padding: 14px 28px; border-radius: 8px; font-weight: 600; text-decoration: none; cursor: pointer; transition: all 0.3s ease; border: 2px solid transparent; text-align: center; }
.btn-primary { background-color: var(--primary-light); color: var(--white); box-shadow: 0 4px 14px rgba(16, 185, 129, 0.3); }
.btn-primary:hover { background-color: #059669; transform: translateY(-2px); }
.btn-outline { background-color: transparent; border-color: var(--primary-light); color: var(--primary-light); }
.btn-outline:hover { background-color: var(--primary-light); color: var(--white); }
.btn-block { width: 100%; display: block; }
.btn-small { padding: 10px 20px; font-size: 0.9rem; }

/* Header */
.main-header { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #e2e8f0; }
.header-inner { display: flex; justify-content: space-between; align-items: center; height: 80px; }
.logo { font-size: 24px; font-weight: 800; color: var(--primary-dark); letter-spacing: -0.5px; }
.logo span { color: var(--primary-light); }
.desktop-nav { display: flex; gap: 30px; }
.desktop-nav a { text-decoration: none; color: var(--text-main); font-weight: 500; transition: color 0.2s; }
.desktop-nav a:hover { color: var(--primary-light); }

/* Hero Section */
.hero { background: linear-gradient(135deg, var(--primary-dark) 0%, #0f172a 100%); color: var(--white); padding: 80px 0 100px; position: relative; overflow: hidden; }
/* Декоративный световой блик на фоне */
.hero::before { content: ''; position: absolute; top: -20%; left: -10%; width: 50%; height: 100%; background: radial-gradient(circle, rgba(16,185,129,0.2) 0%, transparent 70%); }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 2; }
.badge { display: inline-block; background: rgba(255,255,255,0.1); padding: 6px 14px; border-radius: 20px; font-size: 0.85rem; font-weight: 600; margin-bottom: 20px; border: 1px solid rgba(255,255,255,0.2); }
.hero-content h1 { font-size: clamp(2.5rem, 4vw, 3.5rem); line-height: 1.1; margin-bottom: 24px; }
.hero-content p { font-size: 1.1rem; color: #cbd5e1; margin-bottom: 30px; max-width: 90%; }
.trust-indicators { display: flex; flex-direction: column; gap: 10px; color: #94a3b8; font-size: 0.95rem; }

/* Form Capture (Glassmorphism) */
.hero-form-wrapper { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); backdrop-filter: blur(16px); padding: 40px; border-radius: 16px; box-shadow: 0 20px 40px rgba(0,0,0,0.2); }
.form-container h3 { font-size: 1.8rem; margin-bottom: 10px; }
.form-container p { color: #cbd5e1; margin-bottom: 25px; font-size: 0.95rem; }
.input-group { margin-bottom: 20px; text-align: left; }
.input-group label { display: block; margin-bottom: 8px; font-size: 0.9rem; color: #e2e8f0; }
.input-group input, .input-group select { width: 100%; padding: 14px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.9); color: var(--text-main); font-size: 1rem; outline: none; transition: 0.3s; }
.input-group input:focus, .input-group select:focus { border-color: var(--primary-light); box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.2); }
.secure-text { display: block; text-align: center; margin-top: 15px; font-size: 0.8rem; color: #94a3b8; }

/* Success Message */
.form-success { text-align: center; padding: 40px 20px; }
.success-icon { width: 60px; height: 60px; background: var(--primary-light); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 30px; margin: 0 auto 20px; }
.hidden { display: none !important; }

/* Partners */
.partners { padding: 40px 0; background: var(--white); border-bottom: 1px solid #e2e8f0; }
.partner-title { font-size: 0.9rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; }
.partner-logos { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; opacity: 0.6; filter: grayscale(100%); }
.logo-placeholder { font-weight: bold; font-size: 1.2rem; color: #475569; }

/* Split Content (Tech) */
.content-split { padding: 100px 0; background: var(--bg-light); }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.shadow-img { width: 100%; border-radius: 12px; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15); }
.split-text h2 { font-size: 2.2rem; margin-bottom: 20px; line-height: 1.2; }
.split-text p { color: var(--text-muted); margin-bottom: 30px; font-size: 1.1rem; }
.feature-list { list-style: none; }
.feature-list li { position: relative; padding-left: 30px; margin-bottom: 20px; color: var(--text-main); }
.feature-list li::before { content: '➔'; position: absolute; left: 0; color: var(--primary-light); }

/* Testimonials */
.testimonials { padding: 100px 0; background: var(--white); }
.testimonials h2 { margin-bottom: 50px; font-size: 2.2rem; }
.testimonial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.review-card { background: var(--bg-light); padding: 40px; border-radius: 12px; border-top: 4px solid var(--primary-light); }
.stars { color: var(--accent); font-size: 1.2rem; margin-bottom: 15px; }
.review-text { font-size: 1.1rem; font-style: italic; margin-bottom: 20px; color: var(--text-main); }
.reviewer { font-weight: 600; color: var(--text-muted); }

/* FAQ Accordion */
.faq-section { padding: 80px 0 120px; background: var(--bg-light); }
.faq-section h2 { margin-bottom: 40px; font-size: 2.2rem; }
.faq-container { max-width: 800px; margin: 0 auto; }
.faq-item { background: var(--white); border: 1px solid #e2e8f0; border-radius: 8px; margin-bottom: 15px; overflow: hidden; }
.faq-item summary { padding: 20px; font-weight: 600; font-size: 1.1rem; cursor: pointer; list-style: none; position: relative; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; position: absolute; right: 20px; font-size: 1.5rem; color: var(--primary-light); transition: 0.3s; }
.faq-item[open] summary::after { content: '−'; }
.faq-content { padding: 0 20px 20px; color: var(--text-muted); border-top: 1px solid #e2e8f0; margin-top: 10px; padding-top: 15px; }

/* Footer */
footer { background: #0f172a; color: var(--white); padding: 60px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 40px; margin-bottom: 20px; }
.footer-brand .logo { color: var(--white); }
.footer-brand p { color: #94a3b8; margin-top: 15px; max-width: 80%; }
.footer-links-group h4 { margin-bottom: 20px; color: var(--white); }
.footer-links-group a { display: block; color: #94a3b8; text-decoration: none; margin-bottom: 10px; transition: 0.3s; }
.footer-links-group a:hover { color: var(--primary-light); }
.footer-bottom { text-align: center; color: #64748b; font-size: 0.9rem; }

/* Cookie Banner (Redesigned) */
.cookie-banner { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); width: 90%; max-width: 700px; background: var(--white); padding: 25px; border-radius: 12px; box-shadow: 0 20px 40px rgba(0,0,0,0.2); display: flex; justify-content: space-between; align-items: center; z-index: 9999; border: 1px solid #e2e8f0; }
.cookie-content h4 { margin-bottom: 5px; color: var(--text-main); }
.cookie-content p { font-size: 0.85rem; color: var(--text-muted); margin: 0; }
.cookie-buttons { display: flex; gap: 10px; flex-shrink: 0; margin-left: 20px; }

@media (max-width: 992px) {
    .hero-grid, .split-grid { grid-template-columns: 1fr; }
    .hero { padding: 40px 0 60px; text-align: center; }
    .hero-content p { max-width: 100%; }
    .hero-form-wrapper { padding: 30px 20px; }
    .trust-indicators { align-items: center; }
    .testimonial-grid, .footer-grid { grid-template-columns: 1fr; }
    .desktop-nav { display: none; }
    .cookie-banner { flex-direction: column; text-align: center; bottom: 0; width: 100%; border-radius: 12px 12px 0 0; gap: 15px; }
    .cookie-buttons { margin-left: 0; }
}
.legal-content { 
    padding: 120px 0 80px; 
    background: var(--bg-light); 
    min-height: 70vh; 
}
.legal-content-inner { 
    max-width: 800px; 
    margin: 0 auto; 
    background: var(--white); 
    padding: 60px; 
    border-radius: 16px; 
    box-shadow: 0 10px 40px rgba(0,0,0,0.08); 
    border: 1px solid #e2e8f0;
}
.legal-content h1 { 
    font-size: 2.5rem; 
    color: var(--primary-dark); 
    margin-bottom: 30px; 
    border-bottom: 2px solid rgba(16, 185, 129, 0.2); 
    padding-bottom: 20px; 
}
.legal-content h2 { 
    font-size: 1.5rem; 
    color: var(--text-main); 
    margin: 40px 0 15px; 
}
.legal-content p, .legal-content ul { 
    color: var(--text-muted); 
    margin-bottom: 20px; 
    font-size: 1.05rem; 
    line-height: 1.8;
}
.legal-content ul {
    padding-left: 20px;
}
.legal-content a { 
    color: var(--primary-light); 
    text-decoration: none; 
    font-weight: 500; 
    transition: 0.2s;
}
.legal-content a:hover { 
    color: var(--primary-dark); 
    text-decoration: underline; 
}

/* Обновление стилей карты для нового дизайна */
.map-section { margin-top: 50px; border-top: 1px solid #e2e8f0; padding-top: 40px; }
.map-container { position: relative; overflow: hidden; padding-bottom: 50%; height: 0; border-radius: 12px; }
.map-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }

@media (max-width: 768px) {
    .legal-content { padding: 80px 0 40px; }
    .legal-content-inner { padding: 30px 20px; border-radius: 12px; }
    .legal-content h1 { font-size: 2rem; }
    .map-container { padding-bottom: 75%; }
}