/* AI Theme Override for Header & Footer - NovaPOS Aligned */
body.ai-theme {
    background: #0a0c20;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Header AI Theme - Complete Override */
body.ai-theme .header-professional {
    background: rgba(10, 12, 32, 0.95) !important;
    border-bottom: 1px solid rgba(0, 212, 255, 0.15) !important;
    backdrop-filter: blur(20px) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3) !important;
}

body.ai-theme .header-top {
    background: rgba(10, 12, 32, 0.98) !important;
    border-bottom: 1px solid rgba(0, 212, 255, 0.1) !important;
}

body.ai-theme .contact-item {
    color: rgba(255, 255, 255, 0.7) !important;
}

body.ai-theme .contact-item:hover {
    color: #00d4ff !important;
}

body.ai-theme .header-social .social-link {
    background: rgba(0, 212, 255, 0.1) !important;
    color: #fff !important;
    border: 1px solid rgba(0, 212, 255, 0.2) !important;
}

body.ai-theme .header-social .social-link:hover {
    background: linear-gradient(135deg, #00d4ff, #a855f7) !important;
    border-color: transparent !important;
    box-shadow: 0 4px 20px rgba(0, 212, 255, 0.4) !important;
    transform: translateY(-2px) scale(1.1);
}

body.ai-theme .header-main {
    background: rgba(10, 12, 32, 0.95) !important;
}

body.ai-theme .nav-item-pro>a {
    color: rgba(255, 255, 255, 0.85) !important;
}

body.ai-theme .nav-item-pro>a:hover,
body.ai-theme .nav-item-pro.active>a {
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.1) 0%, rgba(168, 85, 247, 0.1) 100%) !important;
    color: #00d4ff !important;
    box-shadow: 0 4px 15px rgba(0, 212, 255, 0.15) !important;
}

body.ai-theme .dropdown-menu-pro {
    background: rgba(10, 12, 32, 0.98) !important;
    border: 1px solid rgba(0, 212, 255, 0.2) !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
}

body.ai-theme .dropdown-column h4 {
    color: #00d4ff !important;
}

body.ai-theme .dropdown-column a {
    color: rgba(255, 255, 255, 0.8) !important;
}

body.ai-theme .dropdown-column a:hover {
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.1) 0%, rgba(168, 85, 247, 0.1) 100%) !important;
    color: #00d4ff !important;
    box-shadow: 0 2px 10px rgba(0, 212, 255, 0.1) !important;
}

body.ai-theme .dropdown-column a i {
    color: #00d4ff !important;
}

body.ai-theme .cta-btn-header {
    background: linear-gradient(135deg, #00d4ff, #a855f7) !important;
    border: none !important;
    box-shadow: 0 4px 20px rgba(0, 212, 255, 0.3) !important;
}

body.ai-theme .cta-btn-header:hover {
    background: linear-gradient(135deg, #a855f7, #00d4ff) !important;
    box-shadow: 0 8px 35px rgba(0, 212, 255, 0.5) !important;
    transform: translateY(-3px) scale(1.05);
}

body.ai-theme .mobile-toggle {
    display: flex !important;
    z-index: 1001;
}

body.ai-theme .mobile-toggle span {
    background: linear-gradient(135deg, #00d4ff, #a855f7) !important;
    box-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
}

@media (max-width: 992px) {
    body.ai-theme .nav-professional.mobile-active {
        background: linear-gradient(180deg, rgba(10, 12, 32, 0.98) 0%, rgba(15, 23, 42, 0.98) 100%) !important;
        border-top: 1px solid rgba(0, 212, 255, 0.3) !important;
        box-shadow: 0 -4px 30px rgba(0, 212, 255, 0.2) !important;
    }

    body.ai-theme .nav-professional.mobile-active .nav-item-pro>a {
        color: rgba(255, 255, 255, 0.85) !important;
    }

    body.ai-theme .nav-professional.mobile-active .nav-item-pro>a:hover {
        background: linear-gradient(135deg, rgba(0, 212, 255, 0.1) 0%, rgba(168, 85, 247, 0.1) 100%) !important;
        color: #00d4ff !important;
        box-shadow: 0 2px 10px rgba(0, 212, 255, 0.2) !important;
    }

    body.ai-theme .nav-professional.mobile-active .dropdown-menu-pro {
        background: rgba(10, 12, 32, 0.95) !important;
    }

    body.ai-theme .header-cta.mobile-active {
        background: rgba(10, 12, 32, 0.98) !important;
        border-top: 1px solid rgba(0, 212, 255, 0.2) !important;
    }
}

/* Footer AI Theme */
body.ai-theme .footer-professional {
    background: rgba(10, 12, 32, 0.98) !important;
    border-top: 1px solid rgba(0, 212, 255, 0.2) !important;
}

body.ai-theme .footer-links a,
body.ai-theme .footer-contact a {
    color: rgba(255, 255, 255, 0.7) !important;
}

body.ai-theme .footer-links a:hover,
body.ai-theme .footer-contact a:hover {
    color: #00d4ff !important;
}

body.ai-theme .footer-social .social-link {
    background: rgba(0, 212, 255, 0.1) !important;
    border: 1px solid rgba(0, 212, 255, 0.3) !important;
}

body.ai-theme .footer-social .social-link:hover {
    background: linear-gradient(135deg, #00d4ff, #a855f7) !important;
    border-color: transparent !important;
}

body.ai-theme .footer-bottom {
    border-top: 1px solid rgba(0, 212, 255, 0.2) !important;
}

body.ai-theme .footer-title {
    color: #fff !important;
}

body.ai-theme .footer-description {
    color: rgba(255, 255, 255, 0.6) !important;
}