/* light-theme.css - Обновленная светлая тема */

/* ========== ОБЩИЕ СТИЛИ ========== */
body.light-theme {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    color: #333333;
    transition: background-color 0.3s ease, color 0.3s ease;
}

body.light-theme * {
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

/* ========== ШАПКА - ПРОЗРАЧНАЯ НА ВИДЕОФОНЕ, КАК В ТЕМНОЙ ТЕМЕ ========== */
body.light-theme #header {
    background: transparent !important;
    backdrop-filter: none !important;
}

body.light-theme #header.scrolled {
    background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%) !important;
    backdrop-filter: blur(20px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
}

body.light-theme .logo-aiti {
    color: #009846 !important;
}

body.light-theme .logo-tiket {
    color: #E31E24 !important;
}

body.light-theme .nav-menu a {
    color: #e2e8f0 !important;
}

body.light-theme .nav-menu a:hover {
    color: #009846 !important;
}

/* ========== ГЕРОЙ СЕКЦИЯ - ОСТАВЛЯЕМ ТЕМНОЙ ========== */
body.light-theme .video-background {
    /* Оставляем темным */
}

body.light-theme .hero-section {
    /* Оставляем темным */
}

body.light-theme .hero-content {
    /* Оставляем темным */
}

body.light-theme .slogan,
body.light-theme .typing-line {
    color: #ffffff;
}

body.light-theme .typing-badge {
    background: linear-gradient(135deg, #009846, #007c3a);
    color: #ffffff;
}

body.light-theme .hero-features .feature {
    color: rgba(255, 255, 255, 0.9);
}

body.light-theme .feature i {
    color: #009846;
}

body.light-theme .cta-button.primary {
    background: linear-gradient(135deg, #009846, #007c3a);
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 152, 70, 0.3);
}

body.light-theme .cta-button.secondary {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

body.light-theme .cta-button.secondary:hover {
    border-color: #009846;
    background: rgba(0, 152, 70, 0.1);
}

body.light-theme .stat-number {
    color: #009846;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

body.light-theme .stat-text {
    color: rgba(255, 255, 255, 0.7);
}

/* ========== ЗАГОЛОВКИ СЕКЦИЙ - ЕДИНЫЙ СТИЛЬ ========== */
body.light-theme .section-title,
body.light-theme .contacts-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.1;
    background: linear-gradient(135deg, #2d3748, #009846);
    -webkit-background-clip: text;
    background-clip: text;
}

body.light-theme .section-subtitle,
body.light-theme .contacts-subtitle {
    font-size: 1.3rem;
    color: #4a5568;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ========== ПОЧЕМУ МЫ ========== */
body.light-theme .why-us-section {
    background: linear-gradient(135deg, #ffffff 0%, #f5f7fa 50%, #ffffff 100%);
    color: #2d3748;
}

body.light-theme .title-line.accent {
    background: linear-gradient(135deg, #2d3748, #009846);
    -webkit-background-clip: text;
    background-clip: text;
}

body.light-theme .section-subtitle {
    color: #4a5568;
}

body.light-theme .floating-shape {
    background: radial-gradient(circle, rgba(0, 152, 70, 0.05) 0%, transparent 70%);
}

body.light-theme .pulse-dot {
    background: #007c3a;
}

/* ФИЛОСОФИЯ */
body.light-theme .philosophy-section .philosophy-title {
    color: #2d3748 !important;
}

body.light-theme .philosophy-badge {
    background: rgba(0, 152, 70, 0.1);
    color: #006b33;
    border-color: rgba(0, 152, 70, 0.2);
}

body.light-theme .philosophy-text {
    color: #4a5568;
}

/* ========== УПРОЩЕННЫЕ КАРТОЧКИ ЦЕННОСТЕЙ - СВЕТЛАЯ ТЕМА ========== */
body.light-theme .value-card {
    background: linear-gradient(135deg, #ffffff, #f8f9fa) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    color: #2d3748 !important;
}

body.light-theme .value-card:hover {
    background: linear-gradient(135deg, #ffffff, #f0f2f5) !important;
    border-color: rgba(0, 152, 70, 0.3) !important;
    transform: translateY(-10px) !important;
    box-shadow: 0 20px 40px rgba(0, 152, 70, 0.12) !important;
}

body.light-theme .value-icon {
    background: linear-gradient(135deg, #009846, #007c3a) !important;
    color: white !important;
    box-shadow: 0 10px 30px rgba(0, 152, 70, 0.3) !important;
}

body.light-theme .value-icon::after {
    background: radial-gradient(circle, rgba(0, 152, 70, 0.2) 0%, transparent 70%) !important;
}

body.light-theme .value-title {
    color: #2d3748 !important;
}

body.light-theme .value-description {
    color: #4a5568 !important;
}

body.light-theme .value-features li {
    color: #4a5568 !important;
}

body.light-theme .value-features li:hover {
    color: #2d3748 !important;
}

body.light-theme .value-features li::before {
    color: #009846 !important;
}

/* ДОПОЛНИТЕЛЬНЫЕ УСЛУГИ - ИСПРАВЛЯЕМ ЦВЕТ ТЕКСТА */
body.light-theme .additional-services {
    color: #2d3748;
}

body.light-theme .additional-title {
    color: #2d3748 !important;
}

body.light-theme .additional-grid {
    color: #2d3748;
}

body.light-theme .additional-item {
    color: #2d3748;
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

body.light-theme .additional-item:hover {
    background: linear-gradient(135deg, #ffffff, #f0f2f5);
    border-color: rgba(0, 152, 70, 0.2);
    box-shadow: 0 8px 20px rgba(0, 152, 70, 0.08);
}

body.light-theme .additional-item i {
    color: #009846;
}

body.light-theme .additional-item span {
    color: #2d3748;
}

/* CTA БЛОК УСЛУГ */
body.light-theme .services-cta {
    background: linear-gradient(135deg, rgba(0, 152, 70, 0.15), rgba(0, 152, 70, 0.08));
    border: 1px solid rgba(0, 152, 70, 0.2);
}

body.light-theme .cta-title {
    color: #2d3748;
}

body.light-theme .cta-subtitle {
    color: #4a5568;
}

/* ПРАЙС ВНЕ ТАРИФА - ИСПРАВЛЯЕМ ЦВЕТ ТЕКСТА */
body.light-theme .pricing-accordion {
    color: #2d3748;
}

body.light-theme .accordion-item {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

body.light-theme .accordion-header {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

body.light-theme .accordion-header h4 {
    color: #2d3748;
}

body.light-theme .accordion-header i {
    color: #4a5568;
}

body.light-theme .accordion-content {
    color: #2d3748;
}

body.light-theme .price-info p {
    color: #4a5568;
}

body.light-theme .price-info p strong {
    color: #2d3748;
}

body.light-theme .price-table {
    color: #2d3748;
}

body.light-theme .table-header {
    color: #2d3748;
    background: rgba(0, 152, 70, 0.1);
    border-bottom: 2px solid rgba(0, 152, 70, 0.2);
}

body.light-theme .table-row {
    color: #4a5568;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

body.light-theme .table-row:nth-child(even) {
    background: rgba(255, 255, 255, 0.9);
}

body.light-theme .table-row:hover {
    background: rgba(0, 152, 70, 0.08);
    color: #2d3748;
}

body.light-theme .table-row div {
    color: #4a5568;
}

body.light-theme .table-row:hover div {
    color: #2d3748;
}

/* ТАЙМЛАЙН */
body.light-theme .approach-section {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

body.light-theme .approach-title {
    color: #2d3748 !important;
}

body.light-theme .approach-subtitle {
    color: #4a5568;
}

body.light-theme .step-content h4 {
    background: linear-gradient(135deg, #2d3748, #007c3a);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

body.light-theme .step-content p {
    color: #4a5568;
}

/* CTA БЛОК */
body.light-theme .mission-cta {
    background: linear-gradient(135deg, rgba(0, 152, 70, 0.15), rgba(0, 152, 70, 0.08));
    border: 1px solid rgba(0, 152, 70, 0.2);
    box-shadow: 0 8px 20px rgba(0, 152, 70, 0.08);
}

body.light-theme .mission-title {
    color: #2d3748;
}

body.light-theme .mission-text {
    color: #4a5568;
}

body.light-theme .title-word {
    color: #2d3748;
}

body.light-theme .title-word.accent {
    background: linear-gradient(135deg, #007c3a, #009846);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* ========== УСЛУГИ ========== */
body.light-theme .services-section {
    background: linear-gradient(135deg, #ffffff 0%, #f5f7fa 50%, #ffffff 100%);
}

body.light-theme .service-icon {
    background: linear-gradient(135deg, #009846, #007c3a);
}

body.light-theme .service-icon i {
    color: white !important;
}

body.light-theme .service-card {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

body.light-theme .service-card:hover {
    border-color: rgba(0, 152, 70, 0.3);
    box-shadow: 0 12px 25px rgba(0, 152, 70, 0.12);
}

body.light-theme .service-title {
    color: #2d3748;
}

body.light-theme .service-list li {
    color: #4a5568;
}

body.light-theme .service-list li:hover {
    color: #2d3748;
}

/* ========== ЦЕНЫ ========== */
body.light-theme .pricing-section {
    background: linear-gradient(135deg, #ffffff 0%, #f5f7fa 50%, #ffffff 100%);
}

body.light-theme .calculator-container {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

body.light-theme .calculator-title {
    color: #2d3748;
}

body.light-theme .calculator-field {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

body.light-theme .calculator-field:hover {
    border-color: rgba(0, 152, 70, 0.3);
    box-shadow: 0 8px 16px rgba(0, 152, 70, 0.08);
}

body.light-theme .calculator-field.full-width {
    background: rgba(0, 152, 70, 0.08);
    border-color: rgba(0, 152, 70, 0.15);
}

body.light-theme .field-label {
    color: #2d3748;
}

body.light-theme .label-subtext {
    color: #718096;
}

body.light-theme .quantity-btn {
    border: 2px solid #009846;
    background: rgba(0, 152, 70, 0.1);
    color: #006b33;
}

body.light-theme .quantity-btn:hover {
    background: #009846;
    color: #ffffff;
}

body.light-theme .quantity-btn:disabled {
    border-color: rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.4);
}

body.light-theme .quantity-btn:disabled:hover {
    background: transparent;
    color: rgba(0, 0, 0, 0.4);
}

body.light-theme .quantity-display {
    border: 2px solid rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    color: #2d3748;
}

body.light-theme .period-label {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    border: 2px solid rgba(0, 0, 0, 0.1);
}

body.light-theme .period-time {
    color: #2d3748;
}

body.light-theme .period-price {
    color: #006b33;
}

body.light-theme .calculator-total {
    background: linear-gradient(135deg, rgba(0, 152, 70, 0.15), rgba(0, 152, 70, 0.08));
    border: 2px solid rgba(0, 152, 70, 0.2);
}

body.light-theme .total-title {
    color: #2d3748;
}

body.light-theme .category-header {
    color: #4a5568;
}

body.light-theme .period-surcharge-header {
    color: #4a5568;
}

body.light-theme .period-surcharge-header span:last-child {
    color: #006b33;
}

body.light-theme .total-line {
    color: #2d3748;
}

body.light-theme .total-line.main-total {
    color: #2d3748;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}

body.light-theme #final-total {
    background: linear-gradient(135deg, #006b33, #009846);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

body.light-theme .minimum-notice {
    color: #4a5568;
    background: rgba(0, 152, 70, 0.08);
    border: 1px solid rgba(0, 152, 70, 0.15);
}

/* ========== КОНТАКТЫ ========== */
body.light-theme .contacts-section {
    background: linear-gradient(135deg, #ffffff 0%, #f5f7fa 50%, #ffffff 100%);
}

body.light-theme .contact-detail {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

body.light-theme .contact-detail:hover {
    background: linear-gradient(135deg, #ffffff, #f0f2f5);
    border-color: rgba(0, 152, 70, 0.2);
    box-shadow: 0 8px 20px rgba(0, 152, 70, 0.08);
}

body.light-theme .contact-detail-title {
    color: #2d3748;
}

body.light-theme .contact-detail-description {
    color: #4a5568;
}

body.light-theme .contacts-reviews {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

body.light-theme .contacts-reviews-title {
    color: #2d3748;
}

body.light-theme .contacts-review-platform {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

body.light-theme .contacts-review-platform:hover {
    background: linear-gradient(135deg, #ffffff, #f0f2f5);
    border-color: rgba(0, 152, 70, 0.2);
    box-shadow: 0 8px 20px rgba(0, 152, 70, 0.08);
}

body.light-theme .contacts-platform-name {
    color: #2d3748;
}

/* КАРТА */
body.light-theme .map-address {
    background: rgba(0, 152, 70, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 152, 70, 0.3);
    color: white;
}

body.light-theme .map-address i {
    color: #009846;
}

body.light-theme .map-link {
    background: linear-gradient(135deg, #009846, #007c3a);
    color: white;
}

/* ========== ФУТЕР ========== */
body.light-theme .footer {
    background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    color: #e2e8f0;
}

body.light-theme .footer-tagline {
    color: #ffffff;
}

body.light-theme .footer-services {
    color: #cbd5e0;
}

body.light-theme .footer-title {
    color: #ffffff;
}

body.light-theme .footer-requisites {
    color: #cbd5e0;
}

body.light-theme .footer-disclaimer {
    color: #a0aec0;
}

body.light-theme .footer-captcha {
    color: #718096;
}

body.light-theme .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.light-theme .footer-copyright {
    color: #cbd5e0;
}

body.light-theme .footer-trademark {
    color: #a0aec0;
}

body.light-theme .footer-social-link {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

body.light-theme .footer-social-link:hover {
    background: rgba(0, 152, 70, 0.2);
    border-color: rgba(0, 152, 70, 0.3);
}

/* ========== КНОПКИ CTA ========== */
body.light-theme .mission-actions .cta-button.secondary,
body.light-theme .calculator-actions .cta-button.secondary {
    background: transparent;
    color: #009846;
    border: 2px solid rgba(0, 0, 0, 0.15);
}

body.light-theme .mission-actions .cta-button.secondary:hover,
body.light-theme .calculator-actions .cta-button.secondary:hover {
    border-color: #009846;
    background: rgba(0, 152, 70, 0.08);
}

body.light-theme .mission-actions .cta-button.primary,
body.light-theme .calculator-actions .cta-button.primary {
    background: linear-gradient(135deg, #009846, #007c3a);
    color: #ffffff;
}

/* ========== МОДАЛЬНЫЕ ОКНА ========== */
body.light-theme .modal-container {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

body.light-theme .modal-title {
    color: #2d3748;
}

body.light-theme .modal-close {
    background: rgba(0, 0, 0, 0.04);
    color: #4a5568;
}

body.light-theme .modal-close:hover {
    background: rgba(0, 0, 0, 0.08);
    color: #2d3748;
}

body.light-theme .form-group label {
    color: #2d3748;
}

body.light-theme .form-group input,
body.light-theme .form-group textarea {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #2d3748;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

body.light-theme .form-group input::placeholder,
body.light-theme .form-group textarea::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

body.light-theme .form-group input:focus,
body.light-theme .form-group textarea:focus {
    background: linear-gradient(135deg, #ffffff, #f0f2f5);
    border-color: #009846;
    box-shadow: 0 4px 12px rgba(0, 152, 70, 0.1);
}

body.light-theme .form-notice {
    color: #718096;
}

/* ========== SCROLLBAR ========== */
body.light-theme ::-webkit-scrollbar {
    width: 10px;
}

body.light-theme ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.04);
}

body.light-theme ::-webkit-scrollbar-thumb {
    background: rgba(0, 152, 70, 0.3);
    border-radius: 5px;
}

body.light-theme ::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 152, 70, 0.5);
}

/* ========== ССЫЛКИ ========== */
body.light-theme a {
    color: #009846;
}

body.light-theme a:hover {
    color: #007c3a;
}

/* ========== ИКОНКИ ========== */
body.light-theme .service-list li::before {
    color: #009846;
}

/* ========== АККОРДЕОН ========== */
body.light-theme .accordion-header:hover {
    background: rgba(0, 0, 0, 0.03);
}

body.light-theme .accordion-item.active .accordion-header {
    background: rgba(0, 152, 70, 0.08);
}

/* ========== АДАПТИВНОСТЬ ДЛЯ КАРТОЧЕК ========== */
@media (max-width: 768px) {
    body.light-theme .value-card {
        padding: 30px 20px !important;
    }
    
    body.light-theme .value-icon {
        width: 70px !important;
        height: 70px !important;
        font-size: 32px !important;
    }
    
    body.light-theme .value-title {
        font-size: 1.3rem !important;
    }
    
    body.light-theme .value-description {
        font-size: 0.95rem !important;
    }
    
    body.light-theme .value-features li {
        font-size: 0.9rem !important;
        padding-left: 25px !important;
    }
}

@media (max-width: 480px) {
    body.light-theme .value-card {
        padding: 25px 15px !important;
    }
    
    body.light-theme .value-icon {
        width: 60px !important;
        height: 60px !important;
        font-size: 28px !important;
    }
    
    body.light-theme .value-title {
        font-size: 1.2rem !important;
    }
    
    body.light-theme .value-description {
        font-size: 0.9rem !important;
    }
    
    body.light-theme .value-features li {
        font-size: 0.85rem !important;
        padding-left: 20px !important;
    }
}

/* ФИЛОСОФИЯ */
body.light-theme .philosophy-section .philosophy-title {
    color: #2d3748 !important;
}

body.light-theme .philosophy-section .text-reveal {
    color: #2d3748 !important;
}

body.light-theme .philosophy-badge {
    background: rgba(0, 152, 70, 0.1);
    color: #006b33;
    border-color: rgba(0, 152, 70, 0.2);
}

body.light-theme .philosophy-text {
    color: #4a5568;
}

body.light-theme .accordion-title {
    color: #2d3748 !important;
}

/* ========== СТИЛИ ДЛЯ БЛОКА УСЛУГ В СВЕТЛОЙ ТЕМЕ ========== */

/* Карточки услуг */
body.light-theme .service-card {
    background: linear-gradient(135deg, #ffffff, #f8f9fa) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    color: #2d3748 !important;
}

body.light-theme .service-card:hover {
    background: linear-gradient(135deg, #ffffff, #f0f2f5) !important;
    border-color: rgba(0, 152, 70, 0.3) !important;
    box-shadow: 0 20px 40px rgba(0, 152, 70, 0.12) !important;
}

body.light-theme .service-icon {
    background: linear-gradient(135deg, #009846, #007c3a) !important;
    color: white !important;
}

body.light-theme .service-title {
    color: #2d3748 !important;
}

body.light-theme .service-description {
    color: #4a5568 !important;
}

body.light-theme .service-description strong {
    color: #007c3a !important;
}

body.light-theme .service-list li {
    color: #4a5568 !important;
}

body.light-theme .service-list li::before {
    color: #009846 !important;
}

body.light-theme .service-list li:hover {
    color: #2d3748 !important;
}

body.light-theme .service-action {
    border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}

body.light-theme .service-price {
    color: #006b33 !important;
}

body.light-theme .service-btn {
    background: linear-gradient(135deg, #009846, #007c3a) !important;
    color: white !important;
}

/* Гарантии */
body.light-theme .services-guarantees {
    background: rgba(0, 152, 70, 0.05) !important;
    border: 1px solid rgba(0, 152, 70, 0.2) !important;
}

body.light-theme .guarantee-item h4 {
    color: #2d3748 !important;
}

body.light-theme .guarantee-item p {
    color: #4a5568 !important;
}

body.light-theme .guarantee-item i {
    color: #009846 !important;
}

/* CTA блок */
body.light-theme .services-cta {
    background: linear-gradient(135deg, rgba(0, 152, 70, 0.1), rgba(0, 152, 70, 0.05)) !important;
    border: 1px solid rgba(0, 152, 70, 0.3) !important;
}

body.light-theme .cta-title {
    color: #2d3748 !important;
}

body.light-theme .cta-subtitle {
    color: #4a5568 !important;
}

body.light-theme .cta-subtitle strong {
    color: #007c3a !important;
}

body.light-theme .cta-subtitle .cta-phone {
    color: #009846 !important;
}

body.light-theme .cta-button.primary {
    background: linear-gradient(135deg, #009846, #007c3a) !important;
    color: white !important;
}

body.light-theme .cta-button.secondary {
    background: transparent !important;
    color: #009846 !important;
    border-color: rgba(0, 0, 0, 0.15) !important;
}

body.light-theme .cta-button.secondary:hover {
    border-color: #009846 !important;
    background: rgba(0, 152, 70, 0.08) !important;
    color: #009846 !important;
}

/* Адаптивность для светлой темы */
@media (max-width: 768px) {
    body.light-theme .service-card {
        padding: 30px 25px !important;
    }
    
    body.light-theme .service-action {
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    body.light-theme .service-btn {
        width: 100% !important;
    }
}