/* DARK MODE - POLITIQUE CONFIDENTIALITE 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"] .security-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;
}

/* Guarantees Section */
[data-theme="dark"] .guarantees {
    background: #0F172A !important;
}

[data-theme="dark"] .section-badge {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%) !important;
    color: #FFFFFF !important;
}

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

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

[data-theme="dark"] .guarantee-card:hover {
    background: #334155 !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

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

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

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

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

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

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

[data-theme="dark"] .toc-list a {
    color: #94A3B8 !important;
}

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

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

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

[data-theme="dark"] .section-title-content span:first-child {
    color: #A5B4FC !important;
}

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

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

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

/* Highlight Box */
[data-theme="dark"] .highlight-box {
    background: rgba(99, 102, 241, 0.1) !important;
    border-left: 4px solid #6366f1 !important;
}

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

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

/* Success Box */
[data-theme="dark"] .success-box {
    background: rgba(81, 207, 102, 0.1) !important;
    border-left: 4px solid #51CF66 !important;
}

[data-theme="dark"] .success-title {
    color: #51CF66 !important;
}

[data-theme="dark"] .success-box ul li {
    color: #CBD5E1 !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,
[data-theme="dark"] .warning-box ul li {
    color: #CBD5E1 !important;
}

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

/* Contact Section */
[data-theme="dark"] .contact-section {
    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-item {
    color: rgba(255, 255, 255, 0.9) !important;
}

[data-theme="dark"] .contact-icon {
    color: #FFFFFF !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;
}
