/**
 * CEEXDI Connect - Theme Gold (Style 4)
 * Basé sur le design luxe/gold
 */

.theme-gold {
    --primary-gold: #D48C2A;
    --dark-gold: #8B5A1D;
    --accent-orange: #F39C12;
    --text-color: #2D1E0A;
    --bg-light: #FFFBF5;

    /* Surcharge des variables globales pour l'harmonie */
    --bleu: #D48C2A; 
    --bleu-clair: #e4a24a;
    --vert: #F39C12;
    --vert-clair: #ffb74d;
    --orange: #8B5A1D; 
    --orange-clair: #a6702c;
    --ombre: 0 3px 15px rgba(212, 140, 42, 0.12);
    --ombre-vert: 0 3px 12px rgba(243, 156, 18, 0.2);
}

body.theme-gold {
    background: url('../images/FondOrange.jpg') no-repeat center center fixed;
    background-size: cover;
    background-color: var(--bg-light);
}

/* Header Style 4 */
.theme-gold .navbar {
    background: linear-gradient(135deg, #D48C2A 0%, #8B5A1D 100%) !important;
    backdrop-filter: blur(10px);
    border-bottom: 2px solid #fff;
    box-shadow: 0 4px 20px rgba(139, 90, 29, 0.3);
}

.theme-gold .nav-link { color: #fff !important; }
.theme-gold .nav-link:hover { color: #FFFBF5 !important; opacity: 0.9; }

@media (max-width: 992px) {
	.theme-gold .navbar-menu {
		background: linear-gradient(135deg, #D48C2A 0%, #8B5A1D 100%) !important;
	}

    .theme-gold .navbar-menu .nav-link {
        color: white !important;
        border-bottom-color: rgba(255, 255, 255, 0.1) !important;
    }

    .theme-gold .navbar-menu .nav-dropdown-menu .nav-link {
        color: var(--text-color) !important;
    }
}

.theme-gold .nav-link-primary {
    background: #D48C2A !important;
    color: #fff !important;
    border-radius: 8px;
}

.theme-gold .nav-link-secondary {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 8px;
}

.theme-gold .nav-separator {
    background-color: rgba(255, 255, 255, 0.3);
}

.theme-gold .navbar-toggler {
    color: #fff !important;
}

/* Correction Sous-menus pour lisibilité sur fond blanc */
.theme-gold .nav-dropdown-menu {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.theme-gold .nav-dropdown-menu .nav-link {
    color: var(--text-color) !important;
}

.theme-gold .nav-dropdown-menu .nav-link:hover,
.theme-gold .nav-dropdown-menu .nav-link.active {
    background: #fff8ef;
    color: var(--primary-gold) !important;
}

/* Hero Style 4 - Gold */
.theme-gold .home-hero { 
    display: grid; 
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    border-color: rgba(212, 140, 42, 0.2);
}

.theme-gold .hero-title {
    color: var(--dark-gold);
}

.theme-gold .hero-badge {
    background: var(--orange);
    color: #fff;
    border: none;
}
.theme-gold #presentation {
    padding: 6rem 0;
    background: transparent;
    position: relative;
    width: 100%;
}

/* Cartes élégantes pour le thème Gold */
.theme-gold .about-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(212, 140, 42, 0.1);
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.theme-gold .about-card-main {
    border: 2px solid #D48C2A;
    background: #fff;
    transform: scale(1.05);
    z-index: 2;
}

.theme-gold #presentation .section-eyebrow {
    color: #D48C2A;
    font-weight: 800;
}

.theme-gold #presentation .section-h2 {
    font-size: 2rem;
    color: var(--dark-gold);
    margin-bottom: 2.5rem;
    max-width: 800px;
    font-weight: 800;
}

.theme-gold #presentation .section-h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #D48C2A;
    margin-top: 1.5rem;
}

.theme-gold #presentation .section-intro {
    color: #4a3215;
    font-size: 1.2rem;
}

/* Style des cartes et sections alternatives */
.theme-gold .home-section-alt {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(212, 140, 42, 0.1);
}

.theme-gold .service-real-card {
    background: #fff;
    border-bottom: 3px solid #D48C2A;
}

.theme-gold .service-real-card:hover {
    background: #FFFBF5;
    transform: translateY(-5px);
}

/* Footer Style 4 */
.theme-gold .main-footer {
    background: #2D1E0A;
    color: #FFFBF5;
}

.theme-gold .footer-bottom {
    background: #1a1206;
    border-top: 1px solid #D48C2A;
}

/* Utilitaires spécifiques gold */
.theme-gold .text-primary { color: #D48C2A !important; }
.theme-gold .bg-primary { background-color: #D48C2A !important; }
.theme-gold .btn-primary { 
    background: #D48C2A !important; 
    border-color: #D48C2A !important;
}

.theme-gold .src-icon { color: var(--accent-orange); }

/* --- Spécificités Pages Présentation & Contacts --- */
.theme-gold .hero-header,
.theme-gold .contact-info-card,
.theme-gold .bg-premium-gradient {
    background: linear-gradient(135deg, var(--primary-gold) 0%, var(--accent-orange) 100%) !important;
}

.theme-gold .alert-premium {
    background: #fff7ed;
    border-left-color: var(--orange);
}

.theme-gold .final-quote {
    background: var(--primary-gold);
    border-bottom-color: var(--accent-orange);
}
