/* THÈME CLAIR - CORRECTION COMPLÈTE */

/* Fond blanc pour tout le site */
body {
    background: #ffffff !important;
    background-color: #ffffff !important;
    background-image: none !important;
    color: #0f172a !important;
}

/* Navbar claire */
.navbar {
    background: rgba(255, 255, 255, 0.95) !important;
    color: #0f172a !important;
}

.navbar .logo h1 {
    color: #0f172a !important;
}

.nav-menu a {
    color: #334155 !important;
}

.nav-menu a:hover {
    color: #6366f1 !important;
}

/* Menu hamburger visible et bien contrasté */
.hamburger span {
    background: #334155 !important;
    height: 3px !important;
}

.hamburger:hover span {
    background: #6366f1 !important;
}

@media (max-width: 768px) {
    .hamburger span {
        background: #1e293b !important;
        height: 4px !important;
        width: 28px !important;
    }
}

/* Hero section - fond blanc */
.hero {
    background: #ffffff !important;
    color: #0f172a !important;
}

.hero-title {
    color: #0f172a !important;
}

.hero-title * {
    color: #0f172a !important;
}

.hero-description {
    color: #334155 !important;
}

/* Sections avec fond clair */
section {
    background: #ffffff !important;
    color: #0f172a !important;
}

.trust-badges,
.about-section,
.process,
.testimonials,
.faq,
.contact {
    background: #f8fafc !important;
}

/* Cartes avec fond blanc */
.pricing-option,
.service-card,
.portfolio-item,
.testimonial-card,
.process-step,
.faq-item,
.info-card,
.contact-form {
    background: #ffffff !important;
    color: #0f172a !important;
}

/* Info cards - texte noir lisible */
.info-card {
    background: #ffffff !important;
    border: 2px solid #e2e8f0 !important;
}

.info-card h3 {
    color: #0f172a !important;
}

.info-card p {
    color: #334155 !important;
}

.info-card small {
    color: #64748b !important;
}

.info-card a {
    color: #0f172a !important;
}

.info-icon {
    color: #6366f1 !important;
}

/* Contact info section */
.contact-info h3 {
    color: #0f172a !important;
}

.contact-info p {
    color: #334155 !important;
}

/* Titres et textes en noir */
h1, h2, h3, h4, h5, h6,
.section-title,
.section-description,
.hero-title,
.hero-description,
p, li, span:not(.btn *):not(.badge *) {
    color: #0f172a !important;
}

/* Texte secondaire en gris */
.text-muted,
.section-tag,
small {
    color: #64748b !important;
}

/* Boutons - texte BLANC sur fond coloré */
.btn-primary,
.btn-primary *,
.btn-whatsapp,
.btn-whatsapp *,
.btn-whatsapp span,
.btn-whatsapp i,
.contact-form button[type="submit"],
.contact-form button[type="submit"] *,
.btn-exit-primary,
.btn-exit-primary * {
    color: white !important;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%) !important;
}

.btn-whatsapp,
.btn-whatsapp *,
.btn-whatsapp span {
    background: #25D366 !important;
    color: white !important;
}

/* Retirer l'effet de sélection et focus */
.btn-whatsapp::selection,
.btn-whatsapp *::selection {
    background: transparent !important;
}

.btn-whatsapp:active,
.btn-whatsapp:focus,
.btn-whatsapp:focus-visible {
    background: #25D366 !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-whatsapp:not(:hover):not(:active) {
    filter: none !important;
    opacity: 1 !important;
}

/* Badges - texte blanc */
.popular-badge,
.promo-banner,
.promo-banner *,
.guarantee-badge,
.guarantee-badge *,
.trust-badge {
    color: white !important;
}

.popular-badge {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%) !important;
}

/* Garantie dans le formulaire - texte noir */
.form-guarantee,
.form-guarantee *,
.form-guarantee strong,
.form-guarantee p,
.guarantee-text,
.guarantee-text * {
    color: #0f172a !important;
    background: rgba(16, 185, 129, 0.1) !important;
}

.guarantee-icon {
    color: #10b981 !important;
}

/* Statistiques */
.stat-number {
    color: #6366f1 !important;
}

.stat p {
    color: #64748b !important;
}

/* Formulaire */
.contact-form {
    background: #ffffff !important;
    border: 2px solid #e2e8f0 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.form-header h3 {
    color: #0f172a !important;
    font-size: 24px !important;
}

.form-trust-badges .trust-badge {
    background: rgba(16, 185, 129, 0.15) !important;
    color: #059669 !important;
    border: 1px solid #10b981 !important;
}

.form-group label {
    color: #0f172a !important;
    font-weight: 600 !important;
}

.form-group label i {
    color: #6366f1 !important;
}

.form-group input,
.form-group select,
.form-group textarea {
    background: #f8fafc !important;
    color: #0f172a !important;
    border: 2px solid #e2e8f0 !important;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #6366f1 !important;
    background: #ffffff !important;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #94a3b8 !important;
}

.form-note {
    color: #059669 !important;
    font-weight: 600 !important;
}

/* Footer cadré et stylisé */
.footer {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
    color: #f1f5f9 !important;
    border-top: 4px solid #6366f1 !important;
    box-shadow: 0 -10px 40px rgba(99, 102, 241, 0.15) !important;
    position: relative !important;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #6366f1 0%, #8b5cf6 50%, #6366f1 100%) !important;
}

.footer .container {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.footer-content {
    padding: 40px 0 20px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.footer-col {
    background: rgba(255, 255, 255, 0.03) !important;
    padding: 25px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    transition: all 0.3s ease !important;
}

.footer-col:hover {
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(99, 102, 241, 0.3) !important;
    transform: translateY(-3px) !important;
}

.footer h3 {
    color: #ffffff !important;
    font-weight: 700 !important;
}

.footer h3 span {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.footer h4 {
    color: #ffffff !important;
    border-bottom: 2px solid #6366f1 !important;
    padding-bottom: 10px !important;
    margin-bottom: 20px !important;
    font-weight: 600 !important;
}

.footer p {
    color: #cbd5e1 !important;
}

.footer li {
    color: #cbd5e1 !important;
}

.footer a {
    color: #cbd5e1 !important;
    transition: all 0.3s ease !important;
}

.footer a:hover {
    color: #6366f1 !important;
    padding-left: 8px !important;
}

.footer-bottom {
    padding: 25px 0 !important;
    text-align: center !important;
    background: rgba(0, 0, 0, 0.2) !important;
    margin: 0 -20px -60px !important;
    border-radius: 0 0 12px 12px !important;
}

.footer-bottom p {
    color: #94a3b8 !important;
    font-size: 14px !important;
    margin: 0 !important;
}

.newsletter-form input {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}

.newsletter-form input::placeholder {
    color: #94a3b8 !important;
}

.newsletter-form button {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%) !important;
}

.newsletter-form button:hover {
    box-shadow: 0 5px 20px rgba(99, 102, 241, 0.4) !important;
}

/* Prix visibles */
.pricing-option h4,
.pricing-option .price,
.pricing-features li {
    color: #0f172a !important;
}

.pricing-option.featured-option {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%) !important;
}

.pricing-option.featured-option h4,
.pricing-option.featured-option .price,
.pricing-option.featured-option .price *,
.pricing-option.featured-option li {
    color: white !important;
}

/* RESPONSIVE MOBILE - FOOTER */
@media (max-width: 768px) {
    .footer {
        padding: 40px 0 20px !important;
    }
    
    .footer-content {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
        padding: 30px 0 15px !important;
    }
    
    .footer-col {
        padding: 20px !important;
        margin: 0 !important;
    }
    
    .footer-col h4 {
        font-size: 16px !important;
        margin-bottom: 15px !important;
    }
    
    .footer-logo {
        flex-direction: row !important;
        justify-content: flex-start !important;
        gap: 10px !important;
    }
    
    .footer-logo h3 {
        font-size: 20px !important;
    }
    
    .footer-col p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
    
    .footer-col ul li {
        margin-bottom: 10px !important;
        font-size: 14px !important;
    }
    
    .footer-col ul li a {
        display: flex !important;
        align-items: center !important;
        word-break: break-all !important;
    }
    
    .newsletter-form {
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    .newsletter-form input {
        width: 100% !important;
        padding: 14px 16px !important;
        font-size: 14px !important;
    }
    
    .newsletter-form button {
        width: 100% !important;
        padding: 14px !important;
        font-size: 14px !important;
    }
    
    .footer-bottom {
        padding: 20px 15px !important;
        margin: 0 -20px -40px !important;
    }
    
    .footer-bottom p {
        font-size: 12px !important;
        line-height: 1.5 !important;
    }
}

@media (max-width: 480px) {
    .footer {
        padding: 30px 0 15px !important;
    }
    
    .footer .container {
        padding: 0 15px !important;
    }
    
    .footer-col {
        padding: 18px !important;
    }
    
    .footer-logo h3 {
        font-size: 18px !important;
    }
    
    .footer-col h4 {
        font-size: 15px !important;
    }
    
    .footer-col p,
    .footer-col ul li a {
        font-size: 13px !important;
    }
}

/* POPUP WHATSAPP - THÈME CLAIR */
.whatsapp-popup {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px) !important;
}

.popup-content {
    background: #ffffff !important;
    border: 3px solid #25D366 !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15) !important;
}

.popup-content h3 {
    color: #0f172a !important;
}

.popup-content p {
    color: #334155 !important;
}

.popup-highlight {
    background: rgba(37, 211, 102, 0.1) !important;
    border: 1px solid rgba(37, 211, 102, 0.3) !important;
}

.popup-highlight strong {
    color: #25D366 !important;
}

.popup-close {
    background: rgba(15, 23, 42, 0.08) !important;
    color: #0f172a !important;
}

.popup-close:hover {
    background: rgba(15, 23, 42, 0.15) !important;
    color: #6366f1 !important;
}

.popup-later {
    color: #64748b !important;
}

.popup-later:hover {
    color: #0f172a !important;
}

