/* Style personnalisé pour l'accroche déplacée */
.premium-header-moved {
    background: #f8f9fa;
    border-left: 4px solid #007cba;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 5px;
}

.premium-header-moved .accroche {
    font-size: 1.1em;
    font-style: italic;
    color: #333;
    line-height: 1.5;
    margin: 0;
}

.post-meta post-meta-a post-meta-left post-meta-single has-below {
    display: none;
}

.post-meta-items meta-above {
    display: none;
}
.breadcrumbs {
    display: none;
}
.meta-above {
    display: none;
}
/* ==========================================
   ACCROCHE MISE EN AVANT
   ========================================== */

.premium-header-moved {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: white;
    padding: 25px 30px;
    margin: 25px 0 35px 0;
    border-radius: 12px;
    border-left: 5px solid #d4af37;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.premium-header-moved::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #d4af37, #ffd700, #d4af37);
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1; }
}

.premium-header-moved .premium-badge {
    display: inline-block;
    background: #d4af37;
    color: #1a1a2e;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.premium-header-moved .accroche {
    font-size: 1.3em !important;
    font-weight: 600;
    line-height: 1.5 !important;
    color: #ffffff !important;
    margin: 0 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* ==========================================
   HIGHLIGHTS STYLISÉS
   ========================================== */

.highlight {
    background: linear-gradient(120deg, #ffd700 0%, #ffed4e 100%);
    color: #1a1a2e;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(255, 215, 0, 0.3);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.highlight::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(120deg, #ffed4e 0%, #ffd700 100%);
    border-radius: 4px;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
}

.highlight:hover::before {
    opacity: 1;
}

.highlight:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(255, 215, 0, 0.4);
}

/* ==========================================
   TÉMOIGNAGES FORBES-STYLE
   ========================================== */

.forbes-quote {
    background: #f8fafc;
    border: none;
    border-left: 4px solid #2563eb;
    margin: 25px 0;
    padding: 20px 25px;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.1);
    position: relative;
    font-style: normal;
}

.forbes-quote::before {
    content: '"';
    position: absolute;
    top: -5px;
    left: 15px;
    font-size: 60px;
    color: #2563eb;
    opacity: 0.3;
    font-family: Georgia, serif;
    line-height: 1;
}

.forbes-quote p {
    font-size: 1.1em;
    line-height: 1.6;
    margin: 0 0 15px 0;
    color: #1e293b;
    font-style: italic;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.forbes-quote cite {
    display: block;
    font-size: 0.9em;
    color: #64748b;
    font-style: normal;
    font-weight: 600;
    text-align: right;
    position: relative;
}

.forbes-quote cite::before {
    content: '— ';
    color: #2563eb;
    font-weight: bold;
}

/* Variante sombre pour certains témoignages */
.forbes-quote.dark {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    border-left-color: #d4af37;
    color: white;
}

.forbes-quote.dark::before {
    color: #d4af37;
}

.forbes-quote.dark p {
    color: #e2e8f0;
}

.forbes-quote.dark cite {
    color: #94a3b8;
}

.forbes-quote.dark cite::before {
    color: #d4af37;
}

/* ==========================================
   SECTIONS STYLISÉES
   ========================================== */

.lead {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    padding: 25px;
    border-radius: 10px;
    border-left: 4px solid #3b82f6;
    margin: 25px 0;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.1);
}

.lead p {
    font-size: 1.15em;
    line-height: 1.7;
    color: #1e293b;
    margin: 0;
    font-weight: 500;
}

.section {
    margin: 30px 0;
}

.section h2 {
    color: #1a1a2e;
    border-bottom: 3px solid #d4af37;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}

.section h2::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #ffd700;
}

/* ==========================================
   CONCLUSION PREMIUM
   ========================================== */

.conclusion-premium {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: white;
    padding: 30px;
    border-radius: 12px;
    margin: 40px 0;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.conclusion-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #d4af37, #ffd700, #d4af37);
}

.conclusion-premium h2 {
    color: #d4af37;
    border-bottom: 2px solid #d4af37;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.conclusion-premium h2::after {
    background: #ffd700;
}

.conclusion-premium p {
    font-size: 1.1em;
    line-height: 1.7;
    color: #e2e8f0;
}

/* ==========================================
   RESPONSIVE
   ========================================== */

@media (max-width: 768px) {
    .premium-header-moved {
        padding: 20px;
        margin: 20px 0 25px 0;
    }
    
    .premium-header-moved .accroche {
        font-size: 1.2em !important;
    }
    
    .forbes-quote {
        padding: 15px 20px;
        margin: 20px 0;
    }
    
    .forbes-quote::before {
        font-size: 45px;
        top: -3px;
        left: 10px;
    }
    
    .lead {
        padding: 20px;
    }
    
    .conclusion-premium {
        padding: 25px;
    }
}