/* =====================
   DARK MODE - UPGRADE ETABLISSEMENT
   ===================== */

/* Container principal */
[data-theme="dark"] .container {
    background: #1E293B !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4) !important;
}

/* Header */
[data-theme="dark"] .header {
    position: static !important;
    background: transparent !important;
    box-shadow: none !important;
    border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

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

/* Form Section */
[data-theme="dark"] .form-group label {
    color: #F1F5F9 !important;
}

[data-theme="dark"] .form-group label i {
    color: #A5B4FC !important;
}

[data-theme="dark"] .form-group input[type="number"] {
    background: #0F172A !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: #F1F5F9 !important;
}

[data-theme="dark"] .form-group input:focus {
    background: #334155 !important;
    border-color: #6366f1 !important;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.2) !important;
}

/* Plan Toggles */
[data-theme="dark"] .plan-toggle {
    background: #0F172A !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: #94A3B8 !important;
}

[data-theme="dark"] .plan-toggle:hover:not(.active) {
    border-color: #6366f1 !important;
    color: #A5B4FC !important;
}

[data-theme="dark"] .plan-toggle.active {
    background: var(--gradient-main) !important;
    border-color: transparent !important;
    color: white !important;
}

/* Info Box */
[data-theme="dark"] .info-box {
    background: linear-gradient(135deg, rgba(255, 149, 0, 0.1) 0%, rgba(255, 230, 109, 0.05) 100%) !important;
    border-color: rgba(255, 149, 0, 0.5) !important;
}

[data-theme="dark"] .info-box h3 {
    color: #FFB347 !important;
}

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

[data-theme="dark"] .info-box li strong {
    color: #FFB347 !important;
}

/* Grille Tarifaire */
[data-theme="dark"] .grille-tarifaire {
    background: #0F172A !important;
}

[data-theme="dark"] .grille-tarifaire h3 {
    color: #F1F5F9 !important;
}

[data-theme="dark"] .grille-row {
    border-bottom-color: rgba(255, 255, 255, 0.06) !important;
}

[data-theme="dark"] .grille-row span {
    color: #94A3B8 !important;
}

[data-theme="dark"] .grille-row strong {
    color: #A5B4FC !important;
}

[data-theme="dark"] .grille-row.highlight {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.15) 0%, rgba(139, 92, 246, 0.15) 100%) !important;
}

[data-theme="dark"] .grille-row.highlight strong {
    color: #C4B5FD !important;
}

/* Price Display */
[data-theme="dark"] .price-display {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(139, 92, 246, 0.1) 100%) !important;
    border-color: rgba(167, 139, 250, 0.4) !important;
}

[data-theme="dark"] .price-row {
    border-bottom-color: rgba(167, 139, 250, 0.15) !important;
}

[data-theme="dark"] .price-row span {
    color: #94A3B8 !important;
}

[data-theme="dark"] .price-row strong {
    color: #F1F5F9 !important;
}

/* Buttons */
[data-theme="dark"] .btn {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3) !important;
}

[data-theme="dark"] .btn:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4) !important;
}

/* Loading */
[data-theme="dark"] .loading p {
    color: #94A3B8 !important;
}

[data-theme="dark"] .spinner {
    border-color: #334155 !important;
    border-top-color: #6366f1 !important;
}

/* Avantages */
[data-theme="dark"] .avantages {
    border-top-color: rgba(255, 255, 255, 0.1) !important;
}

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

[data-theme="dark"] .avantage-item {
    background: #0F172A !important;
}

[data-theme="dark"] .avantage-item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3) !important;
}

[data-theme="dark"] .avantage-item i {
    color: #A5B4FC !important;
}

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

[data-theme="dark"] .avantage-item p {
    color: #94A3B8 !important;
}

/* Navbar Dark Mode */
[data-theme="dark"] .navbar {
    background: rgba(15, 23, 42, 0.95) !important;
    border-bottom-color: rgba(255, 255, 255, 0.05) !important;
}

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

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

[data-theme="dark"] .nav-link.active {
    color: #A5B4FC !important;
}

[data-theme="dark"] .mobile-toggle {
    background: #1E293B !important;
}

[data-theme="dark"] .mobile-toggle span {
    background: #F1F5F9 !important;
}

@media (max-width: 768px) {
    [data-theme="dark"] .nav-links {
        background: #0F172A !important;
        border-bottom-color: rgba(255, 255, 255, 0.05) !important;
    }
}
