body[data-site-mode="light"] {
    background: #eef3f9 !important;
    color: #1d2433 !important;
}

body[data-site-mode="light"] .navbar {
    background: rgba(255, 255, 255, 0.82) !important;
    backdrop-filter: blur(16px);
    border-bottom-color: rgba(15, 23, 42, 0.08) !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

body[data-site-mode="light"] .logo,
body[data-site-mode="light"] .nav-links a,
body[data-site-mode="light"] .language-btn,
body[data-site-mode="light"] .language-item,
body[data-site-mode="light"] .section-title,
body[data-site-mode="light"] .cabinet-title,
body[data-site-mode="light"] .login-header h1,
body[data-site-mode="light"] .register-header h1,
body[data-site-mode="light"] .legal-hero h1,
body[data-site-mode="light"] .legal-card strong,
body[data-site-mode="light"] .footer-section h3,
body[data-site-mode="light"] .cabinet-label,
body[data-site-mode="light"] .advantage-title,
body[data-site-mode="light"] .stat-number,
body[data-site-mode="light"] .faq-question,
body[data-site-mode="light"] .product-title,
body[data-site-mode="light"] .product-price,
body[data-site-mode="light"] .product-duration {
    color: #182230 !important;
}

body[data-site-mode="light"] .section-subtitle,
body[data-site-mode="light"] .hero-text p,
body[data-site-mode="light"] .login-header p,
body[data-site-mode="light"] .register-header p,
body[data-site-mode="light"] .advantage-text,
body[data-site-mode="light"] .stat-label,
body[data-site-mode="light"] .faq-answer-inner,
body[data-site-mode="light"] .footer-section a,
body[data-site-mode="light"] .footer-bottom,
body[data-site-mode="light"] .legal-hero p,
body[data-site-mode="light"] .legal-card p,
body[data-site-mode="light"] .legal-card li,
body[data-site-mode="light"] .cabinet-value,
body[data-site-mode="light"] .cabinet-mono,
body[data-site-mode="light"] .product-description,
body[data-site-mode="light"] .language-btn,
body[data-site-mode="light"] .language-item,
body[data-site-mode="light"] .link a,
body[data-site-mode="light"] .alert,
body[data-site-mode="light"] .field-error {
    color: #566277 !important;
}

body[data-site-mode="light"] .hero-overlay {
    background: linear-gradient(135deg, rgba(244, 248, 255, 0.86) 0%, rgba(235, 241, 250, 0.72) 45%, rgba(229, 236, 247, 0.78) 100%) !important;
}

body[data-site-mode="light"] .btn-secondary,
body[data-site-mode="light"] .language-btn,
body[data-site-mode="light"] .cabinet-btn,
body[data-site-mode="light"] .product-btn {
    background: rgba(255, 255, 255, 0.86) !important;
    border-color: rgba(15, 23, 42, 0.08) !important;
    color: #1b2433 !important;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

body[data-site-mode="light"] .language-dropdown {
    background: rgba(255, 255, 255, 0.97) !important;
    border-color: rgba(15, 23, 42, 0.08) !important;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

body[data-site-mode="light"] .language-item:hover,
body[data-site-mode="light"] .language-item.active {
    background: rgba(var(--accent-1-rgb), 0.10) !important;
    color: var(--accent-1) !important;
}

body[data-site-mode="light"] .login-container,
body[data-site-mode="light"] .register-container,
body[data-site-mode="light"] .cabinet-card,
body[data-site-mode="light"] .legal-hero,
body[data-site-mode="light"] .legal-card,
body[data-site-mode="light"] .product-card,
body[data-site-mode="light"] .advantage-card,
body[data-site-mode="light"] .faq-item,
body[data-site-mode="light"] .gallery-slider,
body[data-site-mode="light"] .stat-card,
body[data-site-mode="light"] .payment-container,
body[data-site-mode="light"] .success-container,
body[data-site-mode="light"] .fail-container {
    background: rgba(255, 255, 255, 0.88) !important;
    border-color: rgba(15, 23, 42, 0.08) !important;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08) !important;
}

body[data-site-mode="light"] .video-review,
body[data-site-mode="light"] .footer {
    background: rgba(240, 245, 252, 0.88) !important;
    border-color: rgba(15, 23, 42, 0.08) !important;
}

body[data-site-mode="light"] .cabinet-row,
body[data-site-mode="light"] .cabinet-value,
body[data-site-mode="light"] .cabinet-input,
body[data-site-mode="light"] .form-group input,
body[data-site-mode="light"] .form-group textarea,
body[data-site-mode="light"] .form-group select,
body[data-site-mode="light"] .product-image,
body[data-site-mode="light"] .gallery-dots,
body[data-site-mode="light"] .gallery-btn {
    background: rgba(248, 250, 253, 0.92) !important;
    border-color: rgba(15, 23, 42, 0.08) !important;
    color: #1d2433 !important;
}

body[data-site-mode="light"] .cabinet-input::placeholder,
body[data-site-mode="light"] .form-group input::placeholder {
    color: #8b96a8 !important;
}

body[data-site-mode="light"] .cabinet-label {
    color: #ffffff !important;
}

body[data-site-mode="light"] .gallery-dot {
    background: rgba(15, 23, 42, 0.18) !important;
}

body[data-site-mode="light"] .gallery-dot.is-active {
    background: var(--accent-1) !important;
}

body[data-site-mode="light"] .gallery-btn,
body[data-site-mode="light"] .slider {
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}
