/* 
 * ELEA Market Tools - Charte Graphique CORRIGÉE
 * Police: Victorian Orchid (Playfair Display)
 * Couleurs: Noir, Bleu foncé, Bleu cyan, Mauve
 * VERSION SANS FONDS NOIRS NI TEXTES BLANCS
 */

/* Import de la police Victorian Orchid */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');

/* Application globale de la police Victorian Orchid */
.elea-modern-container,
.elea-modern-container * {
    font-family: 'Playfair Display', serif !important;
}

/* STYLES CRITIQUES - FORCER L'APPLICATION */
.elea-report-content * {
    box-sizing: border-box !important;
    font-family: var(--elea-font-primary) !important;
}

.elea-report-content h1,
.elea-report-content h2,
.elea-report-content h3,
.elea-report-content h4,
.elea-report-content h5,
.elea-report-content h6 {
    font-family: 'Playfair Display', serif !important;
    color: #00395e !important;
    font-weight: 600 !important;
    margin: 1rem 0 !important;
}

.elea-report-content p,
.elea-report-content li,
.elea-report-content span,
.elea-report-content div {
    color: #343A40 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

.elea-report-content strong,
.elea-report-content b {
    color: #00395e !important;
    font-weight: 700 !important;
}

/* SECTION HERO AVEC CADRE BLEU ET ANIMATIONS */
.elea-hero-section {
    background: #00395e;
    border-radius: 20px;
    padding: 60px 40px;
    margin: 40px 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 57, 94, 0.3);
    color: #ffffff;
}



.elea-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #FFFFFF;
}

.elea-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: #FFFFFF;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.elea-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 20px 0;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.elea-hero-subtitle {
    font-size: 1.2rem;
    color: #FFFFFF;
    opacity: 0.9;
    line-height: 1.6;
    margin: 0 0 30px 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}



/* Animation de rotation pour le bouton d'analyse */
@keyframes elea-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Design premium moderne et élégant */
.elea-premium-card-new {
    background: #00395e !important;
    background-color: #00395e !important;
    border: none !important;
    border-radius: 16px !important;
    padding: 32px !important;
    box-shadow: 0 8px 32px rgba(0, 57, 94, 0.3) !important;
    overflow: hidden !important;
    position: relative !important;
    color: #ffffff !important;
    margin: 20px 0 !important;
}


.elea-premium-header-new {
    display: flex;
    align-items: center;
    padding: 0 0 24px 0;
    background: #00395e;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 24px;
}


.elea-premium-content {
    flex: 1;
}

.elea-premium-title-new {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 12px 0;
    line-height: 1.2;
}

.elea-premium-description-new {
    font-size: 18px;
    color: #ffffff;
    margin: 0 0 24px 0;
    line-height: 1.5;
    font-weight: 400;
}

.elea-premium-features-new {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 12px;
    margin-bottom: 25px;
}

.elea-feature-item-new {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    background: #ffffff;
    border-radius: 12px;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
    color: #00395e;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
}

.elea-feature-item-new:hover {
    background: #f8f9fa;
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-color: #00395e;
}

.elea-feature-check {
    color: #00395e;
    font-size: 18px;
    font-weight: bold;
    margin-right: 16px;
    min-width: 20px;
}

/* Icônes blanches pour le bloc premium */
.elea-premium-card-new .elea-feature-check {
    color: #ffffff !important;
}

.elea-feature-text-new {
    color: #00395e;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
}

/* Texte blanc pour le bloc premium */
.elea-premium-card-new .elea-feature-text-new {
    color: #ffffff !important;
}

.elea-premium-cta-new {
    text-align: center;
}

.elea-premium-btn-new {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #00395e 0%, #00ACE9 100%);
    color: #FFFFFF;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 57, 94, 0.25);
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.elea-premium-btn-new::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.elea-premium-btn-new:hover::before {
    left: 100%;
}

.elea-premium-btn-new:hover {
    background: linear-gradient(135deg, #002a47 0%, #0099d4 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 57, 94, 0.4);
    color: #FFFFFF;
    text-decoration: none;
}

.elea-btn-text-new {
    font-weight: 600;
}

.elea-btn-arrow-new {
    font-size: 20px;
    transition: transform 0.3s ease;
    font-weight: bold;
}

.elea-premium-btn-new:hover .elea-btn-arrow-new {
    transform: translateX(5px);
}

/* Responsive pour la section premium */
@media (max-width: 768px) {
    .elea-premium-card-new {
        padding: 24px;
        margin: 16px 0;
    }
    
    .elea-premium-header-new {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 0 20px 0;
    }
    
    
    .elea-premium-features-new {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    
    .elea-premium-title-new {
        font-size: 24px;
    }
    
    .elea-premium-description-new {
        font-size: 16px;
    }
    
    .elea-premium-btn-new {
        padding: 14px 28px;
        font-size: 16px;
    }
}

/* Suppression des styles hérités (panneau gris) */
html body .elea-premium-section,
html body .elea-premium-section * {
    background-color: transparent !important;
}
html body .elea-premium-section .elea-premium-card,
html body .elea-premium-section .elea-premium-container {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}


/* RESPONSIVE POUR LES HEADERS */
@media (max-width: 768px) {
    .elea-results-header {
        padding: 30px 20px !important;
    }
    
    .elea-results-title {
        font-size: 2rem !important;
    }
    
    .elea-report-header {
        padding: 30px 20px !important;
    }
    
    .elea-report-main-title {
        font-size: 1.8rem !important;
    }
}

@media (max-width: 480px) {
    .elea-results-header {
        padding: 25px 15px !important;
    }
    
    .elea-results-title {
        font-size: 1.6rem !important;
    }
    
    .elea-report-header {
        padding: 25px 15px !important;
    }
    
    .elea-report-main-title {
        font-size: 1.5rem !important;
    }
    
    .elea-report-meta {
        flex-direction: column !important;
        gap: 10px !important;
    }
}

/* RESPONSIVE POUR LA SECTION HERO */
@media (max-width: 768px) {
    .elea-hero-section {
        padding: 40px 20px;
        margin: 20px 0;
    }
    
    .elea-hero-title {
        font-size: 2.2rem;
    }
    
    .elea-hero-subtitle {
        font-size: 1.1rem;
    }
    
}

@media (max-width: 480px) {
    .elea-hero-section {
        padding: 30px 15px;
    }
    
    .elea-hero-title {
        font-size: 1.8rem;
    }
    
    .elea-hero-subtitle {
        font-size: 1rem;
    }
    
}

/* Variables de la charte graphique */
:root {
    --elea-black: #000000;
    --elea-dark-blue: #00395e;
    --elea-cyan-blue: #00ACE9;
    --elea-muted-mauve: #C06EAA;
    --elea-white: #FFFFFF;
    --elea-light-gray: #F8F9FA;
    --elea-medium-gray: #6C757D;
    --elea-dark-gray: #343A40;
    
    /* Polices */
    --elea-font-primary: 'Playfair Display', serif;
    --elea-font-secondary: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    
    /* Espacements */
    --elea-spacing-xs: 0.5rem;
    --elea-spacing-sm: 1rem;
    --elea-spacing-md: 1.5rem;
    --elea-spacing-lg: 2rem;
    --elea-spacing-xl: 3rem;
    
    /* Bordures */
    --elea-border-radius: 12px;
    --elea-border-radius-sm: 8px;
    --elea-border-radius-lg: 16px;
    
    /* Ombres */
    --elea-shadow-light: 0 2px 4px rgba(0, 0, 0, 0.1);
    --elea-shadow-medium: 0 4px 8px rgba(0, 0, 0, 0.15);
    --elea-shadow-heavy: 0 8px 16px rgba(0, 0, 0, 0.2);
    
    /* Transitions */
    --elea-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* HEADER DES RÉSULTATS - BACKGROUND GRIS ÉLÉGANT */
.elea-results-header {
    background: linear-gradient(135deg, #F8F9FA 0%, #E9ECEF 100%) !important;
    border-radius: 16px !important;
    padding: 40px !important;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
    border: 1px solid rgba(0, 57, 94, 0.1) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    position: relative !important;
    overflow: hidden !important;
}

.elea-results-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #00395e 0%, #00ACE9 100%);
}

.elea-results-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: rgba(0, 57, 94, 0.1) !important;
    color: #00395e !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    border: 1px solid rgba(0, 57, 94, 0.2) !important;
}

.elea-results-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    color: #00395e !important;
    margin: 0 0 15px 0 !important;
    line-height: 1.2 !important;
}

.elea-results-subtitle {
    font-size: 1.1rem !important;
    color: #6C757D !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    opacity: 0.9 !important;
}

/* HEADER DU RAPPORT - COULEURS BLEUES MAGNIFIQUES */
.elea-report-header {
    background: #00395e !important;
    background-color: #00395e !important;
    border-radius: 16px !important;
    padding: 40px !important;
    margin-bottom: 30px !important;
    border: none !important;
    box-shadow: 0 8px 32px rgba(0, 57, 94, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
}



.elea-report-main-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 2.2rem !important;
    font-weight: 700 !important;
    color: #FFFFFF !important;
    margin: 0 0 20px 0 !important;
    line-height: 1.2 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
    position: relative !important;
    z-index: 2 !important;
    background: transparent !important;
    background-color: transparent !important;
}

.elea-report-main-title * {
    color: #FFFFFF !important;
}

.elea-report-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    position: relative !important;
    z-index: 2 !important;
    background: transparent !important;
    background-color: transparent !important;
}

.elea-meta-item {
    background: transparent !important;
    backdrop-filter: none !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    font-size: 0.9rem !important;
    color: #FFFFFF !important;
    border: none !important;
    font-weight: 500 !important;
}

.elea-meta-item * {
    color: #FFFFFF !important;
}

.elea-meta-item strong {
    color: #FFFFFF !important;
}

/* FORCER LES COULEURS BLANCHES DANS LE HEADER DU RAPPORT */
.elea-report-header h1,
.elea-report-header h2,
.elea-report-header h3,
.elea-report-header h4,
.elea-report-header h5,
.elea-report-header h6,
.elea-report-header p,
.elea-report-header span,
.elea-report-header div,
.elea-report-header strong,
.elea-report-header em {
    color: #FFFFFF !important;
}

.elea-report-header .elea-report-main-title,
.elea-report-header .elea-report-main-title * {
    color: #FFFFFF !important;
}

.elea-report-header .elea-meta-item,
.elea-report-header .elea-meta-item * {
    color: #FFFFFF !important;
}

/* RÈGLE ULTRA-SPÉCIFIQUE POUR FORCER LA BONNE COULEUR */
html body .elea-report-header,
html body .elea-report-header:not([style*="background: linear-gradient"]):not([style*="background-color: #00395ED4"]),
html body .elea-report-header[style],
html body .elea-report-header[class],
html body div.elea-report-header {
    background: #00395e !important;
    background-color: #00395e !important;
    background-image: none !important;
    color: #ffffff !important;
}

html body .elea-report-header *,
html body .elea-report-header h1,
html body .elea-report-header h2,
html body .elea-report-header h3,
html body .elea-report-header h4,
html body .elea-report-header h5,
html body .elea-report-header h6,
html body .elea-report-header p,
html body .elea-report-header span,
html body .elea-report-header div,
html body .elea-report-header strong,
html body .elea-report-header em {
    color: #ffffff !important;
}

/* MÉTADONNÉES TRANSPARENTES */
html body .elea-report-header .elea-meta-item,
html body .elea-report-header .elea-meta-item * {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    backdrop-filter: none !important;
    color: #ffffff !important;
}

.elea-section-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.8rem !important;
    font-weight: 600 !important;
    color: #00395e !important;
    margin: 40px 0 20px 0 !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #00ACE9 !important;
}

.elea-pestel-section {
    background: transparent !important;
    border-radius: 12px !important;
    padding: 25px !important;
    margin-bottom: 20px !important;
    border: 1px solid rgba(0, 57, 94, 0.1) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}

.elea-pestel-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    color: #C06EAA !important;
    margin: 0 0 15px 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.elea-pestel-list {
    margin: 0 !important;
    padding-left: 0 !important;
    list-style: none !important;
}

.elea-pestel-list li {
    position: relative !important;
    padding: 8px 0 8px 25px !important;
    margin-bottom: 8px !important;
    color: #343A40 !important;
    line-height: 1.6 !important;
}

.elea-pestel-list li:before {
    content: "•" !important;
    color: #00ACE9 !important;
    font-weight: bold !important;
    position: absolute !important;
    left: 0 !important;
    font-size: 1.2rem !important;
}

/* RECOMMANDATIONS */
.elea-immediate-recommendation {
    margin: 40px 0 !important;
}

.elea-recommendation-card {
    background: transparent !important;
    border: 2px solid #00ACE9 !important;
    border-radius: 12px !important;
    padding: 30px !important;
    color: #343A40 !important;
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
}

.elea-recommendation-icon {
    font-size: 3rem !important;
    flex-shrink: 0 !important;
}

.elea-recommendation-content h4 {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    margin: 0 0 10px 0 !important;
    color: #00395e !important;
}

.elea-recommendation-content p {
    margin: 0 !important;
    font-size: 1.1rem !important;
    line-height: 1.6 !important;
    opacity: 0.95 !important;
    color: #343A40 !important;
}

.elea-general-recommendations {
    margin: 40px 0 !important;
}

.elea-recommendations-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 25px !important;
    margin-top: 20px !important;
}

.elea-recommendation-item {
    background: transparent !important;
    border-radius: 12px !important;
    padding: 25px !important;
    border: 1px solid rgba(0, 57, 94, 0.1) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.elea-recommendation-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
}

.elea-rec-icon {
    font-size: 2.5rem !important;
    margin-bottom: 15px !important;
}

.elea-recommendation-item h4 {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    color: #00395e !important;
    margin: 0 0 10px 0 !important;
}

.elea-recommendation-item p {
    color: #343A40 !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* SECTION PARTAGE */
.elea-report-actions {
    margin: 40px 0 !important;
    background: transparent !important;
    border-radius: 12px !important;
    padding: 30px !important;
    border: 1px solid rgba(0, 57, 94, 0.1) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}

.elea-actions-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.8rem !important;
    font-weight: 600 !important;
    color: #00395e !important;
    margin: 0 0 25px 0 !important;
    text-align: center !important;
    border-bottom: 2px solid #00ACE9 !important;
    padding-bottom: 15px !important;
}

.elea-actions-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 25px !important;
    margin-top: 20px !important;
}

.elea-action-item {
    background: transparent !important;
    border-radius: 12px !important;
    padding: 25px !important;
    border: 1px solid rgba(0, 57, 94, 0.1) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-align: center !important;
}

.elea-action-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    border-color: #00ACE9 !important;
}

.elea-action-icon {
    font-size: 3rem !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.elea-action-content h4 {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    color: #00395e !important;
    margin: 0 0 10px 0 !important;
}

.elea-action-content p {
    color: #343A40 !important;
    line-height: 1.6 !important;
    margin: 0 0 20px 0 !important;
    font-size: 0.95rem !important;
}

.elea-action-btn {
    background: linear-gradient(135deg, #0069B4 0%, #00ACE9 100%) !important;
    color: #FFFFFF !important;
    border: none !important;
    padding: 12px 24px !important;
    border-radius: 25px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}

.elea-action-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.elea-share-btn {
    background: linear-gradient(135deg, #C06EAA 0%, #0069B4 100%) !important;
}

.elea-download-btn {
    background: linear-gradient(135deg, #00ACE9 0%, #0069B4 100%) !important;
}

.elea-email-btn {
    background: linear-gradient(135deg, #00395e 0%, #C06EAA 100%) !important;
}


/* SECTION PARTAGE HORIZONTALE */
.elea-actions-horizontal {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.elea-action-btn-horizontal {
    background: linear-gradient(135deg, #00395e 0%, #00ACE9 100%) !important;
    color: #FFFFFF !important;
    border: none !important;
    padding: 12px 20px !important;
    border-radius: 8px !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    box-shadow: 0 2px 8px rgba(0, 57, 94, 0.2) !important;
    min-width: 100px;
}

.elea-action-btn-horizontal:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 16px rgba(0, 57, 94, 0.3) !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.elea-action-btn-horizontal .btn-icon {
    font-size: 1.1rem;
}

.elea-action-btn-horizontal .btn-text {
    font-weight: 600;
}

/* RESPONSIVE POUR LA SECTION PARTAGE */
@media (max-width: 768px) {
    .elea-actions-horizontal {
        flex-direction: column;
        gap: 10px;
    }
    
    .elea-action-btn-horizontal {
        width: 100%;
        justify-content: center;
    }
}

/* NOUVELLES SECTIONS DU RAPPORT */

/* CHIFFRES CLÉS */
.elea-key-figures {
    margin: 40px 0;
}

.elea-figures-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 25px;
}

.elea-figure-item {
    background: transparent !important;
    border: 2px solid #00395e !important;
    border-radius: 12px !important;
    padding: 25px !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
}

.elea-figure-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgba(0, 57, 94, 0.2) !important;
}

.elea-figure-icon {
    font-size: 2.5rem !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.elea-figure-content h4 {
    color: #00395e !important;
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    margin: 0 0 10px 0 !important;
}

.elea-figure-content p {
    color: #343A40 !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}

.elea-figure-content strong {
    color: #00395e !important;
}

/* PRINCIPAUX ACTEURS */
.elea-key-players {
    margin: 40px 0;
}

.elea-players-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 25px;
}

.elea-player-item {
    background: transparent !important;
    border: 2px solid #C06EAA !important;
    border-radius: 12px !important;
    padding: 25px !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
}

.elea-player-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgba(192, 110, 170, 0.2) !important;
}

.elea-player-icon {
    font-size: 2.5rem !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.elea-player-content h4 {
    color: #C06EAA !important;
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    margin: 0 0 10px 0 !important;
}

.elea-player-content p {
    color: #343A40 !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}

.elea-player-content strong {
    color: #C06EAA !important;
}

/* PRINCIPALES TENDANCES */
.elea-key-trends {
    margin: 40px 0;
}

.elea-trends-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 25px;
}

.elea-trend-item {
    background: transparent !important;
    border: 2px solid #00ACE9 !important;
    border-radius: 12px !important;
    padding: 25px !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
}

.elea-trend-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgba(0, 172, 233, 0.2) !important;
}

.elea-trend-icon {
    font-size: 2.5rem !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.elea-trend-content h4 {
    color: #00ACE9 !important;
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    margin: 0 0 10px 0 !important;
}

.elea-trend-content p {
    color: #343A40 !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}

.elea-trend-content strong {
    color: #00ACE9 !important;
}

/* RESPONSIVE POUR LES NOUVELLES SECTIONS */
@media (max-width: 768px) {
    .elea-figures-grid,
    .elea-players-grid,
    .elea-trends-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .elea-figure-item,
    .elea-player-item,
    .elea-trend-item {
        padding: 20px !important;
    }
}

/* ESPACEMENT POUR LES GROUPES DE FORMULAIRES */
.elea-form-group-full {
    margin-top: 20px;
}

/* SECTION PREMIUM - DESIGN IDENTIQUE AU HERO */
.elea-premium-section {
    margin: 40px 0;
    padding: 0;
}

.elea-premium-card {
    background: linear-gradient(135deg, #00395e 0%, #00ACE9 100%);
    border-radius: 20px;
    padding: 60px 40px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 57, 94, 0.3);
}

.elea-premium-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 20px 20px;
    animation: float 20s ease-in-out infinite;
    pointer-events: none;
}

.elea-premium-card::after {
    content: '';
    position: absolute;
    top: 20%;
    right: 10%;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: pulse 3s ease-in-out infinite;
    pointer-events: none;
}

.elea-premium-header {
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.elea-premium-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: #FFFFFF;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.elea-premium-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 20px 0;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.elea-premium-description {
    font-size: 1.2rem;
    color: #FFFFFF;
    opacity: 0.9;
    line-height: 1.6;
    margin: 0 0 30px 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.elea-premium-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 30px 0;
    position: relative;
    z-index: 2;
}

.elea-premium-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.elea-feature-icon {
    font-size: 1.2rem;
    color: #FFFFFF;
    min-width: 20px;
}

.elea-feature-text {
    font-weight: 500;
    color: #FFFFFF;
}

.elea-premium-details {
    margin: 30px 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.elea-detail-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: #FFFFFF;
    font-size: 0.95rem;
}

.elea-detail-item:last-child {
    margin-bottom: 0;
}

.elea-detail-icon {
    font-size: 1.2rem;
    min-width: 24px;
}

.elea-detail-text {
    font-weight: 500;
}

.elea-premium-cta {
    margin-top: 30px;
}

.elea-premium-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    color: #FFFFFF;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: var(--elea-transition);
    box-shadow: var(--elea-shadow-light);
    border: 2px solid #FFFFFF;
}

.elea-premium-btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--elea-shadow-medium);
    color: #FFFFFF;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .elea-report-main-title {
        font-size: 1.8rem !important;
    }
    
    .elea-section-title {
        font-size: 1.5rem !important;
    }
    
    .elea-recommendations-grid {
        grid-template-columns: 1fr !important;
    }
    
    .elea-actions-grid {
        grid-template-columns: 1fr !important;
    }
    
    .elea-premium-features {
        grid-template-columns: 1fr;
    }
    
    .elea-premium-title {
        font-size: 1.6rem;
    }
}

@media (max-width: 480px) {
    .elea-report-header {
        padding: 20px !important;
    }
    
    .elea-pestel-section {
        padding: 20px !important;
    }
    
    .elea-recommendation-card {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .elea-action-item {
        padding: 20px !important;
    }
    
    .elea-premium-card {
        padding: 30px 20px;
    }
}

/* CORRECTIONS DE COMPATIBILITÉ */
.elea-report-container {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.elea-modern-container {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* FORCER LA LISIBILITÉ */
.elea-report-content {
    background: transparent !important;
    color: #343A40 !important;
}

.elea-report-content * {
    color: inherit !important;
}

.elea-report-content h1,
.elea-report-content h2,
.elea-report-content h3,
.elea-report-content h4,
.elea-report-content h5,
.elea-report-content h6 {
    color: #00395e !important;
}

.elea-report-content strong,
.elea-report-content b {
    color: #00395e !important;
}

.elea-report-content p,
.elea-report-content li,
.elea-report-content span,
.elea-report-content div {
    color: #343A40 !important;
}

/* Style du bouton de soumission */
.elea-submit-btn {
    background: #00395e !important;
    background-color: #00395e !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 12px 24px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.elea-submit-btn:hover {
    background: #002a47 !important;
    background-color: #002a47 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0, 57, 94, 0.3) !important;
}

.elea-submit-btn:disabled {
    background: #6c757d !important;
    background-color: #6c757d !important;
    cursor: not-allowed !important;
    transform: none !important;
}

/* RÈGLE ULTRA-SPÉCIFIQUE POUR FORCER LE BACKGROUND PREMIUM */
html body .elea-premium-card-new,
html body .elea-premium-card-new:not([style*="background"]),
html body .elea-premium-card-new[style],
html body .elea-premium-card-new[class],
html body div.elea-premium-card-new {
    background: #00395e !important;
    background-color: #00395e !important;
    background-image: none !important;
    color: #ffffff !important;
}

/* Amélioration des tailles de police pour la lisibilité */
.elea-figure-content h4,
.elea-player-content h4,
.elea-trend-content h4 {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #00395e !important;
    margin-bottom: 8px !important;
}

.elea-figure-content p,
.elea-player-content p,
.elea-trend-content p {
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #343a40 !important;
}

.elea-figure-content strong,
.elea-player-content strong,
.elea-trend-content strong {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #00395e !important;
}

/* Réduction de la marge du cadre principal */
.ast-separate-container .ast-article-post, 
.ast-separate-container .ast-article-single {
    border-bottom: 1px solid var(--ast-border-color);
    margin: 0 !important;
    padding: 0.5em 2em !important;
}