/* ==========================================
СВЕТЛАЯ ТЕМА — ЯРКАЯ И ЭФФЕКТНАЯ (ЗОЛОТО + БЕЛЫЙ + ТЁМНЫЙ)
========================================== */

body.light-theme {
    background: linear-gradient(135deg, #fef9f0 0%, #fff8e7 50%, #fef5e0 100%);
    color: #1a1a1a;
}

/* === НЕЙРОСЕТЬ НА ФОНЕ === */
body.light-theme #neural-canvas {
    opacity: 0.4;
    filter: brightness(0.4) contrast(1.5) sepia(0.5) hue-rotate(-10deg) saturate(1.3);
    mix-blend-mode: multiply;
}

/* === ЗАГОЛОВКИ И ТЕКСТ === */
body.light-theme h1,
body.light-theme h2,
body.light-theme h3,
body.light-theme h4,
body.light-theme h5,
body.light-theme h6 {
    color: #0f0f0f;
    font-weight: 900;
    letter-spacing: -0.02em;
}

body.light-theme p,
body.light-theme li,
body.light-theme .hero-subtitle,
body.light-theme .section-subtitle,
body.light-theme .stat-label,
body.light-theme .review-role,
body.light-theme .pricing-subtitle,
body.light-theme .price-period,
body.light-theme .market-note,
body.light-theme .faq-answer p {
    color: #2d2a26 !important;
    font-weight: 500;
}

body.light-theme .gradient-text {
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 30%, #fcd34d 60%, #f59e0b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 2px 4px rgba(245, 158, 11, 0.3));
    font-weight: 900;
}

/* === ШАПКА === */
body.light-theme header {
    background: rgba(255, 255, 255, 0.98);
    background: darkorange;
	border-bottom: 2px solid rgba(245, 158, 11, 0.3);
    box-shadow: 0 4px 20px rgba(245, 158, 11, 0.15);
    backdrop-filter: blur(20px);
}

body.light-theme nav a {
    color: #1a1a1a;
    font-weight: 600;
    transition: all 0.3s ease;
}

body.light-theme nav a:hover,
body.light-theme nav a.active {
    color: #f59e0b !important;
    font-weight: 700;
    text-shadow: 0 0 8px rgba(245, 158, 11, 0.4);
}

body.light-theme .logo-text {
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    text-shadow: 0 2px 8px rgba(245, 158, 11, 0.3);
}

/* === КНОПКИ === */
body.light-theme .btn-primary {
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 50%, #fcd34d 100%);
    color: #ffffff;
    font-weight: 700;
    box-shadow: 0 6px 24px rgba(245, 158, 11, 0.4);
    border: 2px solid #f59e0b;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

body.light-theme .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(245, 158, 11, 0.6);
    background: linear-gradient(135deg, #fbbf24 0%, #fcd34d 50%, #f59e0b 100%);
}

body.light-theme .btn-secondary {
    background: #ffffff;
    border: 2px solid #f59e0b;
    color: #f59e0b;
    font-weight: 700;
    box-shadow: 0 4px 16px rgba(245, 158, 11, 0.2);
}

body.light-theme .btn-secondary:hover {
    background: rgba(245, 158, 11, 0.1);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(245, 158, 11, 0.4);
}

body.light-theme .header-cta {
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
    color: #ffffff;
    font-weight: 700;
    box-shadow: 0 4px 16px rgba(245, 158, 11, 0.4);
}

body.light-theme .header-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(245, 158, 11, 0.6);
}

/* === BADGES === */
body.light-theme .badge {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15) 0%, rgba(251, 191, 36, 0.15) 100%);
    border: 2px solid rgba(245, 158, 11, 0.4);
    color: #f59e0b;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.2);
}

/* === КАРТОЧКИ === */
body.light-theme .detector-card,
body.light-theme .feature-card,
body.light-theme .tech-card,
body.light-theme .market-card,
body.light-theme .review-card,
body.light-theme .referral-benefit,
body.light-theme .pricing-card,
body.light-theme .faq-item {
    background: #ffffff;
    border: 2px solid rgba(245, 158, 11, 0.3);
    box-shadow: 0 8px 32px rgba(245, 158, 11, 0.15);
    transition: all 0.3s ease;
}

body.light-theme .detector-card:hover,
body.light-theme .feature-card:hover,
body.light-theme .tech-card:hover,
body.light-theme .market-card:hover,
body.light-theme .review-card:hover,
body.light-theme .referral-benefit:hover {
    border-color: #f59e0b;
    box-shadow: 0 12px 40px rgba(245, 158, 11, 0.3);
    transform: translateY(-5px);
}

body.light-theme .pricing-card.popular {
    border: 3px solid #f59e0b;
    box-shadow: 0 12px 48px rgba(245, 158, 11, 0.4);
    transform: scale(1.05);
}

body.light-theme .pricing-card.popular:hover {
    box-shadow: 0 16px 56px rgba(245, 158, 11, 0.5);
}

/* === РЕЗУЛЬТАТЫ ДИАГНОСТИКИ === */
body.light-theme .result-item {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.08) 0%, rgba(251, 191, 36, 0.08) 100%);
    border: 1px solid rgba(245, 158, 11, 0.2);
    border-radius: 8px;
}

body.light-theme .result-label {
    color: #1a1a1a;
    font-weight: 600;
}

body.light-theme .result-value {
    color: #f59e0b;
    font-weight: 700;
}

body.light-theme .recommendation-box {
    background: linear-gradient(135deg, #ffffff 0%, #fef9f0 100%);
    border: 3px solid #f59e0b;
    box-shadow: 0 8px 32px rgba(245, 158, 11, 0.25);
}

body.light-theme .recommendation-box h4 {
    color: #f59e0b;
    font-weight: 800;
}

body.light-theme .recommendation-box p {
    color: #2d2a26;
    font-weight: 500;
}

/* === СПИСКИ БИРЖ И БРОКЕРОВ === */
body.light-theme .exchange-item {
    background: #ffffff;
    border: 2px solid rgba(245, 158, 11, 0.2);
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.1);
}

body.light-theme .exchange-item:hover {
    border-color: #f59e0b;
    box-shadow: 0 4px 16px rgba(245, 158, 11, 0.25);
    transform: translateY(-2px);
}

body.light-theme .exchange-link {
    color: #f59e0b;
    font-weight: 700;
}

body.light-theme .exchange-link:hover {
    color: #d97706;
    text-decoration: underline;
}

body.light-theme .ping-progress-bar {
    background: rgba(245, 158, 11, 0.2);
}

body.light-theme .ping-progress-fill {
    background: linear-gradient(90deg, #f59e0b, #fbbf24, #fcd34d);
    box-shadow: 0 0 8px rgba(245, 158, 11, 0.5);
}

body.light-theme .ping-progress-text {
    color: #f59e0b;
    font-weight: 700;
}

/* === ОТЗЫВЫ === */
body.light-theme .review-text {
    color: #2d2a26;
    font-weight: 500;
}

body.light-theme .review-name {
    color: #1a1a1a;
    font-weight: 700;
}

body.light-theme .review-avatar {
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
    color: #ffffff;
    font-weight: 800;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
}

body.light-theme .reviews-nav {
    background: #ffffff;
    border: 2px solid #f59e0b;
    color: #f59e0b;
    font-weight: 700;
    box-shadow: 0 4px 16px rgba(245, 158, 11, 0.2);
}

body.light-theme .reviews-nav:hover {
    background: #f59e0b;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.4);
}

/* === РЕФЕРАЛЬНАЯ ПРОГРАММА === */
body.light-theme .referral-card {
    background: linear-gradient(135deg, #ffffff 0%, #fef9f0 50%, #fff8e7 100%);
    border: 3px solid #f59e0b;
    box-shadow: 0 12px 48px rgba(245, 158, 11, 0.3);
}

body.light-theme .referral-benefit h3 {
    color: #f59e0b;
    font-weight: 800;
}

body.light-theme .referral-icon {
    color: #f59e0b;
}

/* === ТАРИФЫ === */
body.light-theme .pricing-card h3 {
    color: #1a1a1a;
    font-weight: 900;
}

body.light-theme .price-value {
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 50%, #fcd34d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    filter: drop-shadow(0 2px 4px rgba(245, 158, 11, 0.3));
}

body.light-theme .pricing-features li {
    border-bottom: 1px solid rgba(245, 158, 11, 0.15);
    color: #2d2a26;
    font-weight: 500;
}

body.light-theme .popular-badge {
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
    color: #ffffff;
    font-weight: 800;
    box-shadow: 0 4px 16px rgba(245, 158, 11, 0.4);
}

body.light-theme .pricing-note {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.08) 0%, rgba(251, 191, 36, 0.08) 100%);
    border: 2px solid rgba(245, 158, 11, 0.3);
}

body.light-theme .pricing-note p {
    color: #1a1a1a;
    font-weight: 700;
}

body.light-theme .pricing-note li {
    color: #2d2a26;
    font-weight: 500;
}

body.light-theme .pricing-note li:before {
    color: #f59e0b;
    font-weight: 800;
}

/* === FAQ === */
body.light-theme .faq-question span:first-child {
    color: #1a1a1a;
    font-weight: 700;
}

body.light-theme .faq-icon {
    color: #f59e0b;
    font-weight: 800;
}

body.light-theme .faq-question:hover {
    background: rgba(245, 158, 11, 0.08);
}

body.light-theme .faq-item.active {
    border-color: #f59e0b;
    box-shadow: 0 8px 32px rgba(245, 158, 11, 0.3);
}

body.light-theme .faq-item.active .faq-question {
    background: rgba(245, 158, 11, 0.1);
}

/* === CTA СЕКЦИЯ === */
body.light-theme .cta-section {
    background: linear-gradient(135deg, #fef9f0 0%, #fff8e7 50%, #fef5e0 100%);
    border-top: 3px solid rgba(245, 158, 11, 0.3);
    border-bottom: 3px solid rgba(245, 158, 11, 0.3);
}

body.light-theme .cta-section h2 {
    color: #1a1a1a;
    font-weight: 900;
}

body.light-theme .cta-section p {
    color: #2d2a26;
    font-weight: 500;
}

/* === ФУТЕР === */
body.light-theme footer {
    background: #ffffff;
    border-top: 3px solid rgba(245, 158, 11, 0.3);
    box-shadow: 0 -4px 20px rgba(245, 158, 11, 0.1);
}

body.light-theme .footer-logo {
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
}

body.light-theme .footer-col h4 {
    color: #1a1a1a;
    font-weight: 800;
}

body.light-theme .footer-col a {
    color: #2d2a26;
    font-weight: 500;
}

body.light-theme .footer-col a:hover {
    color: #f59e0b;
    font-weight: 600;
}

body.light-theme .footer-disclaimer {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.08) 0%, rgba(251, 191, 36, 0.08) 100%);
    border: 2px solid rgba(245, 158, 11, 0.3);
}

body.light-theme .footer-disclaimer p {
    color: #2d2a26;
    font-weight: 500;
}

body.light-theme .footer-bottom {
    color: #2d2a26;
    font-weight: 500;
}

/* === КНОПКИ ПЕРЕКЛЮЧЕНИЯ === */
body.light-theme .theme-toggle {
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
    border: 3px solid #ffffff;
    box-shadow: 0 6px 24px rgba(245, 158, 11, 0.5);
}

body.light-theme .theme-toggle:hover {
    box-shadow: 0 8px 32px rgba(245, 158, 11, 0.7);
    transform: scale(1.15);
}

body.light-theme .animation-toggle {
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
    border: 3px solid #ffffff;
    box-shadow: 0 6px 24px rgba(245, 158, 11, 0.5);
}

body.light-theme .animation-toggle:hover {
    box-shadow: 0 8px 32px rgba(245, 158, 11, 0.7);
    transform: scale(1.15);
}

body.light-theme .toggle-tooltip {
    background: #1a1a1a;
    color: #ffffff;
    font-weight: 600;
}

/* === TELEGRAM КНОПКА === */
body.light-theme .telegram-btn {
    background: linear-gradient(135deg, #0088cc 0%, #0099dd 100%);
    color: #ffffff;
    font-weight: 700;
    box-shadow: 0 6px 24px rgba(0, 136, 204, 0.4);
}

body.light-theme .telegram-btn:hover {
    box-shadow: 0 10px 32px rgba(0, 136, 204, 0.6);
    transform: translateY(-3px);
}

/* === СТАТИСТИКА ОТЗЫВОВ === */
body.light-theme .stat-text {
    color: #2d2a26;
    font-weight: 600;
}

body.light-theme .stars {
    color: #f59e0b;
    text-shadow: 0 2px 4px rgba(245, 158, 11, 0.3);
}

/* === АНИМАЦИИ === */
body.light-theme .scan-line {
    background: linear-gradient(90deg, transparent, #f59e0b, transparent);
    box-shadow: 0 0 8px rgba(245, 158, 11, 0.6);
}

body.light-theme .pulse-ring::before {
    background: rgba(245, 158, 11, 0.4);
    animation: pulse-ring-light 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

@keyframes pulse-ring-light {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 20px rgba(245, 158, 11, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(245, 158, 11, 0); }
}

/* === АДАПТИВНОСТЬ === */
@media (max-width: 768px) {
    body.light-theme .pricing-card.popular {
        transform: scale(1);
    }
}