/* DARK MODE - MENTIONS LEGALES PAGE */

[data-theme="dark"] body {
    background: #0F172A !important;
    color: #E2E8F0 !important;
}

/* Hero */
[data-theme="dark"] .hero {
    background: linear-gradient(135deg, #4338ca 0%, #581c87 100%) !important;
}

[data-theme="dark"] .hero-title {
    color: #FFFFFF !important;
}

[data-theme="dark"] .hero-subtitle {
    color: rgba(255, 255, 255, 0.9) !important;
}

[data-theme="dark"] .legal-badge {
    background: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    color: #FFFFFF !important;
}

[data-theme="dark"] .last-updated {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Main Content */
[data-theme="dark"] .main-content {
    background: #0F172A !important;
}

/* Sections */
[data-theme="dark"] .section {
    background: #1E293B !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

[data-theme="dark"] .section-title {
    color: #F1F5F9 !important;
}

[data-theme="dark"] .section-icon {
    color: #A5B4FC !important;
}

[data-theme="dark"] .content-text {
    color: #CBD5E1 !important;
}

/* Info Cards */
[data-theme="dark"] .info-card {
    background: rgba(30, 41, 59, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

[data-theme="dark"] .info-card:hover {
    background: rgba(51, 65, 85, 0.5) !important;
}

[data-theme="dark"] .info-title {
    color: #F1F5F9 !important;
}

/* Info Grid */
[data-theme="dark"] .info-grid {
    background: transparent !important;
}

[data-theme="dark"] .info-item {
    background: #334155 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

[data-theme="dark"] .info-item:hover {
    background: #475569 !important;
}

[data-theme="dark"] .info-label {
    color: #94A3B8 !important;
}

[data-theme="dark"] .info-value {
    color: #F1F5F9 !important;
}

/* Legal Spec */
[data-theme="dark"] .legal-spec {
    background: #0F172A !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #94A3B8 !important;
}

/* Warning Box */
[data-theme="dark"] .warning-box {
    background: rgba(251, 191, 36, 0.1) !important;
    border-left: 4px solid #FBBF24 !important;
}

[data-theme="dark"] .warning-title {
    color: #FBBF24 !important;
}

[data-theme="dark"] .warning-box p {
    color: #CBD5E1 !important;
}

/* Links */
[data-theme="dark"] .inline-link {
    color: #A5B4FC !important;
}

[data-theme="dark"] .inline-link:hover {
    color: #C7D2FE !important;
}

/* Contact CTA */
[data-theme="dark"] .contact-cta {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%) !important;
}

[data-theme="dark"] .contact-title {
    color: #FFFFFF !important;
}

[data-theme="dark"] .contact-text {
    color: rgba(255, 255, 255, 0.9) !important;
}

[data-theme="dark"] .contact-cta p {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* Buttons */
[data-theme="dark"] .btn-white {
    background: #FFFFFF !important;
    color: #6366f1 !important;
}

[data-theme="dark"] .btn-white:hover {
    background: #F1F5F9 !important;
}

[data-theme="dark"] .btn-outline {
    background: transparent !important;
    border: 2px solid #FFFFFF !important;
    color: #FFFFFF !important;
}

[data-theme="dark"] .btn-outline:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

/* Navbar */
[data-theme="dark"] .navbar {
    background: rgba(15, 23, 42, 0.95) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* Footer */
[data-theme="dark"] .footer,
[data-theme="dark"] #footer-placeholder {
    background: #0F172A !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

[data-theme="dark"] .footer h4 {
    color: #F1F5F9 !important;
}

[data-theme="dark"] .footer-links a {
    color: #64748B !important;
}

[data-theme="dark"] .footer-links a:hover {
    color: #A5B4FC !important;
}

[data-theme="dark"] .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    color: #64748B !important;
}

/* Scrollbar */
[data-theme="dark"] ::-webkit-scrollbar {
    width: 12px;
    background: #0F172A;
}

[data-theme="dark"] ::-webkit-scrollbar-thumb {
    background: #334155;
    border-radius: 6px;
}

[data-theme="dark"] ::-webkit-scrollbar-thumb:hover {
    background: #475569;
}
