.elementor-5277 .elementor-element.elementor-element-351a7189{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-c53f44d *//* --- CLEMY ETHIQUE V4 : SYSTEME DE PRESTIGE --- */
#clemy-ethique-v4 {
    --purple: #6e1b89;
    --dark: #1e1036;
    --wine: #641235;
    --white: #ffffff;
    --lavender: #f3e5f5;
    --glass: rgba(255, 255, 255, 0.96);
    
    background: var(--white);
    color: var(--dark);
    line-height: 1.6;
    overflow-x: hidden;
}

/* --- DOCK NAVIGATION --- */
#clemy-ethique-v4 .clemy-dock {
    position: sticky; top: 15px; z-index: 1000;
    width: 100%; max-width: 1100px; margin: 0 auto; padding: 0 15px;
}

#clemy-ethique-v4 .dock-container {
    background: var(--glass);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(110, 27, 137, 0.15);
    border-radius: 100px; padding: 8px 20px;
    display: flex; align-items: center; justify-content: space-between;
    box-shadow: 0 15px 45px rgba(30, 16, 54, 0.1);
}

#clemy-ethique-v4 .dock-brand { font-weight: 900; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px; }
#clemy-ethique-v4 .dock-brand span { color: var(--purple); }

#clemy-ethique-v4 .dock-rail { display: flex; gap: 5px; overflow-x: auto; scrollbar-width: none; }
#clemy-ethique-v4 .dock-rail::-webkit-scrollbar { display: none; }

#clemy-ethique-v4 .rail-item {
    text-decoration: none; color: #555; font-size: 0.75rem; font-weight: 700;
    padding: 8px 16px; border-radius: 50px; white-space: nowrap; transition: 0.3s;
}
#clemy-ethique-v4 .rail-item:hover { background: var(--purple); color: white; }

/* --- HERO SECTION --- */
#clemy-ethique-v4 .hero-impact {
    padding: clamp(60px, 12vw, 120px) 20px 60px;
    text-align: center; position: relative;
}

#clemy-ethique-v4 .hero-aura {
    position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 100%; height: 100%;
    background: radial-gradient(circle, rgba(110, 27, 137, 0.08) 0%, transparent 70%);
}

#clemy-ethique-v4 .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }

#clemy-ethique-v4 .hero-kicker {
    display: inline-block; background: var(--lavender); color: var(--purple);
    padding: 8px 20px; border-radius: 50px; font-size: 0.75rem; font-weight: 900;
    text-transform: uppercase; letter-spacing: 3px; margin-bottom: 25px;
}

#clemy-ethique-v4 .hero-title {
    font-size: clamp(2.4rem, 7vw, 4.5rem);
    font-weight: 900; line-height: 1; margin: 0;
}

#clemy-ethique-v4 .text-gradient {
    background: linear-gradient(135deg, var(--purple), var(--wine));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

#clemy-ethique-v4 .hero-subtitle {
    margin: 30px auto 0; font-size: clamp(1.1rem, 2.5vw, 1.3rem); color: #555;
}

/* --- MONOLITH CARD --- */
#clemy-ethique-v4 .ethics-monolith { padding: 0 20px 100px; }

#clemy-ethique-v4 .monolith-card {
    max-width: 1100px; margin: 0 auto;
    background: var(--white); border-radius: 40px;
    display: flex; overflow: hidden;
    box-shadow: 0 40px 100px rgba(30, 16, 54, 0.06);
    border: 1px solid #f2f2f2;
}

#clemy-ethique-v4 .monolith-accent {
    width: 12px; background: linear-gradient(to bottom, var(--purple), var(--wine));
    flex-shrink: 0;
}

#clemy-ethique-v4 .monolith-body { padding: clamp(35px, 6vw, 80px); width: 100%; }

#clemy-ethique-v4 .monolith-grid {
    display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px;
    margin-bottom: 40px; align-items: center;
}

#clemy-ethique-v4 .p-lead { font-size: 1.4rem; font-weight: 700; color: var(--dark); line-height: 1.4; margin-bottom: 25px; }

#clemy-ethique-v4 .link-inline { color: var(--purple); font-weight: 800; text-decoration: underline; }

#clemy-ethique-v4 .grid-insight {
    background: var(--lavender); padding: 40px; border-radius: 30px;
    border-left: 6px solid var(--wine);
}

#clemy-ethique-v4 .insight-icon { font-size: 2rem; display: block; margin-bottom: 15px; }

#clemy-ethique-v4 .grid-insight blockquote {
    font-style: italic; color: var(--wine); margin: 0;
}

#clemy-ethique-v4 .monolith-footer { border-top: 1px solid #eee; padding-top: 40px; text-align: center; }

/* --- RESPONSIVE 2000% --- */
@media (max-width: 900px) {
    #clemy-ethique-v4 .dock-brand { display: none; }
    #clemy-ethique-v4 .monolith-grid { grid-template-columns: 1fr; }
    #clemy-ethique-v4 .monolith-card { flex-direction: column; border-radius: 30px; }
    #clemy-ethique-v4 .monolith-accent { width: 100%; height: 8px; }
    #clemy-ethique-v4 .grid-text p { text-align: left; }
}/* ============================================================
   CORRECTIF RESPONSIVE : CLEMY ETHIQUE V4
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL DE LA SECTION */
    #clemy-ethique-v4 {
        padding-bottom: 50px !important;
    }

    /* 2. DOCK NAVIGATION (Mode Mobile-Slide) */
    #clemy-ethique-v4 .clemy-dock {
        top: 10px !important;
        padding: 0 10px !important;
    }

    #clemy-ethique-v4 .dock-container {
        padding: 10px 15px !important;
        border-radius: 40px !important;
        justify-content: center !important; /* Centre les liens sur mobile */
    }

    #clemy-ethique-v4 .dock-brand {
        display: none !important; /* On gagne de la place précieuse */
    }

    #clemy-ethique-v4 .dock-rail {
        width: 100% !important;
        justify-content: center !important;
    }

    #clemy-ethique-v4 .rail-item {
        font-size: 0.7rem !important;
        padding: 6px 12px !important;
    }

    /* 3. HERO SECTION (Fin des titres qui débordent) */
    #clemy-ethique-v4 .hero-impact {
        padding: 50px 15px 40px !important;
    }

    #clemy-ethique-v4 .hero-title {
        font-size: 1.9rem !important; /* Taille sécurisée pour iPhone SE */
        line-height: 1.15 !important;
        letter-spacing: -0.5px !important;
    }

    #clemy-ethique-v4 .hero-kicker {
        font-size: 0.65rem !important;
        letter-spacing: 2px !important;
        padding: 6px 15px !important;
    }

    #clemy-ethique-v4 .hero-subtitle {
        font-size: 1rem !important;
        line-height: 1.5 !important;
        margin-top: 20px !important;
    }

    /* 4. MONOLITH CARD (Transformation Verticale) */
    #clemy-ethique-v4 .ethics-monolith {
        padding: 0 15px 60px !important;
    }

    #clemy-ethique-v4 .monolith-card {
        flex-direction: column !important; /* L'accent passe en haut */
        border-radius: 24px !important;
    }

    #clemy-ethique-v4 .monolith-accent {
        width: 100% !important;
        height: 6px !important; /* Devient une barre horizontale */
    }

    #clemy-ethique-v4 .monolith-body {
        padding: 30px 20px !important;
    }

    #clemy-ethique-v4 .monolith-grid {
        grid-template-columns: 1fr !important; /* Une seule colonne */
        gap: 30px !important;
    }

    #clemy-ethique-v4 .p-lead {
        font-size: 1.15rem !important;
        line-height: 1.4 !important;
        text-align: center !important; /* Plus harmonieux sur mobile */
    }

    /* 5. INSIGHT BOX (Adaptation visuelle) */
    #clemy-ethique-v4 .grid-insight {
        padding: 25px 20px !important;
        border-radius: 20px !important;
        border-left: none !important; /* On déplace la bordure */
        border-top: 5px solid var(--wine) !important; /* Bordure en haut pour le mobile */
        text-align: center !important;
    }

    #clemy-ethique-v4 .insight-icon {
        font-size: 1.5rem !important;
        margin: 0 auto 10px !important;
    }

    #clemy-ethique-v4 .monolith-footer {
        padding-top: 30px !important;
        font-size: 0.9rem !important;
    }
}

/* Fix spécifique pour les écrans ultra-étroits (< 350px) */
@media (max-width: 350px) {
    #clemy-ethique-v4 .hero-title { font-size: 1.6rem !important; }
    #clemy-ethique-v4 .p-lead { font-size: 1rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-651afd7 *//* --- SECTION 01 : ILLUSION (CLEMY MASTER SYSTEM) --- */
#clemy-illusion-2026 {
    --purple: #6e1b89;
    --dark: #1e1036;
    --wine: #641235;
    --white: #ffffff;
    --soft-wine: #fdf2f2;
    --glass: rgba(255, 255, 255, 0.9);
    
    padding: clamp(60px, 12vw, 120px) 0;
    background: var(--white);
    color: var(--dark);
}

#clemy-illusion-2026 .prestige-canvas {
    max-width: 1200px; margin: 0 auto; padding: 0 25px;
}

/* --- HEADER & ALERT --- */
.section-signature {
    display: flex; flex-direction: column; gap: 40px;
    margin-bottom: 80px;
}

.sig-meta { display: flex; align-items: center; gap: 30px; }

.sig-num {
font-size: clamp(4rem, 10vw, 7rem);
    font-weight: 900; line-height: 0.8; color: var(--purple); opacity: 0.15;
}

.sig-kicker {
    font-size: 0.75rem; font-weight: 800; text-transform: uppercase;
    letter-spacing: 3px; color: var(--purple); display: block; margin-bottom: 10px;
}

.sig-title {
 font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: 900; line-height: 1.1; margin: 0;
}

.wine-gradient {
    background: linear-gradient(135deg, var(--wine), var(--purple));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

.alert-banner {
    background: var(--dark); color: white; border-radius: 30px;
    padding: 30px 40px; display: flex; align-items: center; gap: 25px;
    box-shadow: 0 20px 50px rgba(30, 16, 54, 0.15);
}

.alert-icon { font-size: 2rem; animation: alertPulse 2s infinite; }
@keyframes alertPulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.6; transform: scale(1.1); } }

.alert-banner p { margin: 0; font-size: 1.1rem; opacity: 0.9; }

/* --- DECODING GRID --- */
.decoding-grid {
    display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(40px, 6vw, 80px);
}

.h3-luxe {
font-size: 2rem;
    color: var(--wine); margin-bottom: 25px;
}

.analysis-col p { font-size: 1.1rem; color: #444; margin-bottom: 30px; text-align: justify; }

.cliffhanger-box {
    background: var(--soft-wine); border-radius: 30px; padding: 40px;
    border-left: 6px solid var(--wine);
}

.box-label { font-size: 0.7rem; font-weight: 900; text-transform: uppercase; color: var(--wine); margin-bottom: 15px; }

.cliffhanger-box blockquote {
font-size: 1.4rem; font-style: italic;
    color: var(--dark); margin: 0 0 15px 0;
}

.box-desc { font-size: 0.85rem !important; color: #888 !important; margin: 0 !important; }

/* --- TESTIMONIAL CARD --- */
.testimonial-card {
    background: var(--white); border-radius: 40px; padding: 45px;
    position: relative; border: 1px solid #f2f2f2;
    box-shadow: 0 30px 80px rgba(0,0,0,0.05); overflow: hidden;
}

.card-glow {
    position: absolute; top: -50px; right: -50px; width: 200px; height: 200px;
    background: radial-gradient(circle, rgba(219, 39, 119, 0.08) 0%, transparent 70%);
}

.user-meta { display: flex; align-items: center; gap: 20px; margin-bottom: 30px; }
.user-avatar { width: 50px; height: 50px; background: #eee; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 900; color: #aaa; }
.user-info strong { display: block; font-size: 1rem; color: var(--dark); }
.user-info span { font-size: 0.75rem; color: #999; text-transform: uppercase; }

.quote-text { font-style: italic; font-size: 1.15rem; color: #555; line-height: 1.8; margin-bottom: 30px; }

.card-footer-tag {
    font-size: 0.7rem; font-weight: 800; text-transform: uppercase;
    color: var(--wine); border-top: 1px solid #eee; padding-top: 20px;
}

/* --- RESPONSIVE 2000% --- */
@media (max-width: 950px) {
    .decoding-grid { grid-template-columns: 1fr; }
    .alert-banner { flex-direction: column; text-align: center; }
    .analysis-col p { text-align: left; }
    .testimonial-card { padding: 35px; }
}/* ============================================================
   CORRECTIF RESPONSIVE : SECTION ILLUSION 2026
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET DE LA SECTION */
    #clemy-illusion-2026 {
        padding: 50px 0 !important;
        overflow: hidden !important; /* Empêche le scroll horizontal */
    }

    #clemy-illusion-2026 .prestige-canvas {
        padding: 0 15px !important;
    }

    /* 2. HEADER : Dompter le numéro 7rem */
    #clemy-illusion-2026 .section-signature {
        gap: 25px !important;
        margin-bottom: 40px !important;
        text-align: center;
    }

    #clemy-illusion-2026 .sig-meta {
        flex-direction: column !important;
        gap: 0 !important;
    }

    #clemy-illusion-2026 .sig-num {
        font-size: 4.5rem !important; /* On force la réduction du 7rem */
        opacity: 0.1 !important;
        margin-bottom: -15px !important;
        line-height: 1 !important;
    }

    #clemy-illusion-2026 .sig-title {
        font-size: 1.8rem !important; /* Taille sécurisée pour iPhone */
        line-height: 1.2 !important;
        text-align: center;
    }

    /* 3. BANNIÈRE D'ALERTE : Mode Empilé */
    #clemy-illusion-2026 .alert-banner {
        flex-direction: column !important;
        padding: 25px 20px !important;
        gap: 15px !important;
        text-align: center;
        border-radius: 20px !important;
    }

    #clemy-illusion-2026 .alert-icon {
        font-size: 1.8rem !important;
    }

    #clemy-illusion-2026 .alert-banner p {
        font-size: 0.95rem !important;
        line-height: 1.4 !important;
    }

    /* 4. GRID DE DÉCODAGE : 1 Colonne Force */
    #clemy-illusion-2026 .decoding-grid {
        grid-template-columns: 1fr !important; /* On casse les 2 colonnes */
        gap: 30px !important;
    }

    #clemy-illusion-2026 .h3-luxe {
        font-size: 1.5rem !important;
        text-align: center;
        margin-bottom: 20px !important;
    }

    #clemy-illusion-2026 .analysis-col p {
        font-size: 1rem !important;
        text-align: left !important; /* Le justify est illisible sur mobile */
        margin-bottom: 20px !important;
    }

    /* 5. BOITE CLIFFHANGER : Adaptation bordure */
    #clemy-illusion-2026 .cliffhanger-box {
        padding: 25px 20px !important;
        border-radius: 20px !important;
        border-left: none !important;
        border-top: 5px solid var(--wine) !important; /* Bordure en haut pour mobile */
    }

    #clemy-illusion-2026 .cliffhanger-box blockquote {
        font-size: 1.15rem !important;
        line-height: 1.4 !important;
        text-align: center;
    }

    /* 6. TESTIMONIAL CARD : Reset des paddings */
    #clemy-illusion-2026 .testimonial-card {
        padding: 25px 20px !important;
        border-radius: 24px !important;
    }

    #clemy-illusion-2026 .quote-text {
        font-size: 1rem !important;
        line-height: 1.6 !important;
        text-align: center;
    }

    #clemy-illusion-2026 .user-meta {
        justify-content: center; /* Centre l'avatar et le nom */
    }

    #clemy-illusion-2026 .card-glow {
        display: none; /* On cache pour la performance mobile */
    }
}

/* Optimisation pour les écrans ultra-fins (< 350px) */
@media (max-width: 350px) {
    #clemy-illusion-2026 .sig-title { font-size: 1.6rem !important; }
    #clemy-illusion-2026 .h3-luxe { font-size: 1.3rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-4a1a1f3 *//* --- SECTION 02 : IA VS INTUITION (CLEMY MASTER SYSTEM) --- */
#clemy-ia-intuition {
    --purple: #6e1b89;
    --dark: #1e1036;
    --wine: #641235;
    --white: #ffffff;
    --lavender: #f3e5f5;
    
    padding: clamp(80px, 15vw, 150px) 0;
    background: var(--white);
    color: var(--dark);
    line-height: 1.6;
}

#clemy-ia-intuition .prestige-canvas {
    max-width: 1250px; margin: 0 auto; padding: 0 30px;
}

/* --- HEADER SIGNATURE --- */
.section-header { margin-bottom: clamp(60px, 10vw, 100px); }
.sig-meta { display: flex; align-items: center; gap: clamp(20px, 5vw, 40px); }

.sig-num {
font-size: clamp(5rem, 12vw, 8rem);
    font-weight: 900; line-height: 0.8; color: var(--purple); opacity: 0.12;
}

.sig-kicker {
    font-size: 0.8rem; font-weight: 800; text-transform: uppercase;
    letter-spacing: 4px; color: var(--purple); display: block; margin-bottom: 10px;
}

.sig-title {
font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 900; line-height: 1.1; margin: 0;
}

.text-gradient {
    background: linear-gradient(135deg, var(--purple), var(--wine));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

/* --- COMPARISON GRID --- */
.comparison-grid {
    display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(40px, 8vw, 100px);
    align-items: flex-start;
}

.p-lead {
    font-size: clamp(1.2rem, 2.5vw, 1.5rem); font-weight: 700;
    color: var(--dark); line-height: 1.4; margin-bottom: 30px;
}

.analysis-column p { font-size: 1.1rem; color: #444; margin-bottom: 25px; text-align: justify; }

/* HUMAN MANIFESTO BOX */
.human-manifesto {
    margin-top: 50px; padding: 40px; background: var(--lavender);
    border-radius: 0 40px 40px 40px; position: relative;
    border-left: 6px solid var(--purple);
}

.manifesto-line { width: 50px; height: 3px; background: var(--wine); margin-bottom: 25px; }

.human-manifesto p {
font-size: clamp(1rem, 2.5vw, 1rem);
    font-style: italic; color: var(--dark); margin: 0; line-height: 1.5;
}

/* --- VISUAL COLUMN --- */
.image-wrapper {
    position: relative; border-radius: 40px; overflow: hidden;
    box-shadow: 0 40px 100px rgba(30, 16, 54, 0.1); margin-bottom: 40px;
}

.image-wrapper img { width: 100%; display: block; filter: saturate(1.1); }

.image-badge {
    position: absolute; bottom: 20px; right: 20px;
    background: var(--dark); color: white; padding: 10px 25px;
    border-radius: 100px; font-size: 0.75rem; font-weight: 800;
    text-transform: uppercase; letter-spacing: 2px;
}

/* AI WARNING CARD */
.ai-warning-card {
    background: #fafafa; border-radius: 35px; padding: 40px;
    border: 1px solid #eee; position: relative; overflow: hidden;
}

.card-glow {
    position: absolute; top: -50px; left: -50px; width: 150px; height: 150px;
    background: radial-gradient(circle, rgba(110, 27, 137, 0.05) 0%, transparent 70%);
}

.status-label {
    font-size: 0.65rem; font-weight: 900; text-transform: uppercase;
    letter-spacing: 2px; color: #aaa; display: block; margin-bottom: 15px;
}

.ai-warning-card h3 {
font-size: 1.6rem;
    margin: 0 0 15px 0; color: #333;
}

.ai-warning-card p { font-size: 0.95rem; color: #777; margin: 0; line-height: 1.6; }

/* --- RESPONSIVE 2000% --- */
@media (max-width: 1024px) {
    .comparison-grid { grid-template-columns: 1fr; }
    .sig-meta { flex-direction: column; align-items: flex-start; gap: 10px; }
}

@media (max-width: 600px) {
    .human-manifesto { padding: 30px; border-radius: 30px; }
    .analysis-column p { text-align: left; }
    .image-wrapper { border-radius: 30px; }
    .ai-warning-card { padding: 30px; border-radius: 25px; }
}/* ============================================================
   FORCE RESPONSIVE : IA VS INTUITION
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RÉDUCTION DES ESPACEMENTS GÉANTS */
    #clemy-ia-intuition {
        padding: 50px 0 !important;
        overflow: hidden !important;
    }

    #clemy-ia-intuition .prestige-canvas {
        padding: 0 20px !important;
    }

    /* 2. HEADER : RE-CALIBRAGE DU NUMÉRO 8REM */
    #clemy-ia-intuition .section-header {
        margin-bottom: 40px !important;
        text-align: center;
    }

    #clemy-ia-intuition .sig-meta {
        flex-direction: column !important;
        gap: 0 !important;
    }

    #clemy-ia-intuition .sig-num {
        font-size: 4.5rem !important; /* Force la réduction du titre géant */
        opacity: 0.1 !important;
        margin-bottom: -15px !important;
        line-height: 1 !important;
    }

    #clemy-ia-intuition .sig-title {
        font-size: 1.8rem !important; /* Taille sécurisée pour mobile */
        line-height: 1.2 !important;
        text-align: center;
    }

    /* 3. GRID DE COMPARAISON : PASSAGE EN FLUX VERTICAL */
    #clemy-ia-intuition .comparison-grid {
        grid-template-columns: 1fr !important; /* On casse les colonnes */
        gap: 40px !important;
    }

    #clemy-ia-intuition .p-lead {
        font-size: 1.15rem !important;
        text-align: center !important;
        margin-bottom: 25px !important;
    }

    #clemy-ia-intuition .analysis-column p {
        font-size: 1rem !important;
        text-align: left !important; /* Supprime le justify pour la lisibilité */
        margin-bottom: 20px !important;
    }

    /* 4. MANIFESTO : BORDURE DE DIRECTION */
    #clemy-ia-intuition .human-manifesto {
        padding: 30px 20px !important;
        border-radius: 24px !important;
        border-left: none !important;
        border-top: 5px solid var(--purple) !important; /* Bordure en haut pour mobile */
        text-align: center;
    }

    #clemy-ia-intuition .manifesto-line {
        margin: 0 auto 20px !important;
    }

    /* 5. VISUELS & WARNING CARD */
    #clemy-ia-intuition .image-wrapper {
        border-radius: 24px !important;
        margin-bottom: 30px !important;
        order: -1; /* Place l'image au-dessus du texte pour l'impact mobile */
    }

    #clemy-ia-intuition .ai-warning-card {
        padding: 30px 20px !important;
        border-radius: 24px !important;
        text-align: center;
    }

    #clemy-ia-intuition .ai-warning-card h3 {
        font-size: 1.3rem !important;
    }

    #clemy-ia-intuition .card-glow {
        display: none; /* Gain de performance sur mobile */
    }
}

/* Fix pour les écrans ultra-fins (iPhone SE) */
@media (max-width: 380px) {
    #clemy-ia-intuition .sig-title { font-size: 1.6rem !important; }
    #clemy-ia-intuition .p-lead { font-size: 1.05rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-edcccaf *//* --- SECTION 03 : SANCTUAIRE PRIVÉ (DESIGN ÉDITORIAL) --- */
#clemy-sanctuaire-prive {
    --purple: #6e1b89;
    --dark: #1e1036;
    --wine: #641235;
    --lavender: #f3e5f5;
    --white: #ffffff;
    
    padding: clamp(80px, 15vw, 150px) 0;
    background: var(--white);
    color: var(--dark);
    line-height: 1.6;
}

#clemy-sanctuaire-prive .editorial-container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 30px;
}

/* --- HEADER EDITORIAL --- */
#clemy-sanctuaire-prive .editorial-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto clamp(60px, 10vw, 100px);
}

#clemy-sanctuaire-prive .kicker-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

#clemy-sanctuaire-prive .kicker {
    font-size: 0.8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--purple);
}

#clemy-sanctuaire-prive .kicker-line {
    flex-grow: 1;
    height: 1px;
    max-width: 100px;
    background: linear-gradient(90deg, var(--purple), transparent);
}

#clemy-sanctuaire-prive .display-title {
    font-size: clamp(2.5rem, 7vw, 4rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 30px;
}

#clemy-sanctuaire-prive .text-gradient {
    background: linear-gradient(135deg, var(--purple), var(--wine));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#clemy-sanctuaire-prive .lead-text {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    color: #555;
    margin: 0;
}

/* --- PILLARS GRID --- */
#clemy-sanctuaire-prive .pillars-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

#clemy-sanctuaire-prive .pillar-card {
    background: var(--white);
    border-radius: 40px;
    padding: clamp(35px, 5vw, 60px);
    position: relative;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
}

#clemy-sanctuaire-prive .pillar-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 40px 100px rgba(30, 16, 54, 0.08);
    border-color: var(--purple);
}

/* Featured Card Style (Analyse Multidimensionnelle) */
#clemy-sanctuaire-prive .featured-card {
    background: var(--lavender);
    border-color: rgba(110, 27, 137, 0.1);
}

#clemy-sanctuaire-prive .card-aura {
    position: absolute; top: -50px; right: -50px;
    width: 200px; height: 200px;
    background: radial-gradient(circle, rgba(110, 27, 137, 0.05) 0%, transparent 70%);
    z-index: 0;
}

#clemy-sanctuaire-prive .card-content {
    position: relative;
    z-index: 1;
    flex-grow: 1;
}

#clemy-sanctuaire-prive .card-icon {
    font-size: 2.5rem;
    margin-bottom: 25px;
}

#clemy-sanctuaire-prive .pillar-card h3 {
    font-size: 1.8rem;
    color: var(--dark);
    margin-bottom: 20px;
    line-height: 1.2;
}

#clemy-sanctuaire-prive .pillar-card p {
    font-size: 1rem;
    color: #444;
    margin-bottom: 30px;
}

#clemy-sanctuaire-prive .card-footer-tag {
    position: relative;
    z-index: 1;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--purple);
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.05);
}

/* --- RESPONSIVE ADAPTATION --- */
@media (max-width: 900px) {
    #clemy-sanctuaire-prive .editorial-header { text-align: left; }
    #clemy-sanctuaire-prive .kicker-wrap { justify-content: flex-start; }
    #clemy-sanctuaire-prive .pillar-card { border-radius: 30px; }
    #clemy-sanctuaire-prive .pillar-card p { text-align: left; }
}/* ============================================================
   FORCE RESPONSIVE : SANCTUAIRE PRIVÉ
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET DE LA SECTION */
    #clemy-sanctuaire-prive {
        padding: 60px 0 !important;
        overflow: hidden !important;
    }

    #clemy-sanctuaire-prive .editorial-container {
        padding: 0 20px !important;
    }

    /* 2. HEADER : On simplifie la ligne déco */
    #clemy-sanctuaire-prive .editorial-header {
        text-align: center !important; /* Centrage pour l'équilibre mobile */
        margin-bottom: 40px !important;
    }

    #clemy-sanctuaire-prive .kicker-wrap {
        justify-content: center !important;
        gap: 10px !important;
    }

    #clemy-sanctuaire-prive .kicker-line {
        display: none !important; /* On cache les lignes sur mobile pour épurer */
    }

    #clemy-sanctuaire-prive .kicker {
        font-size: 0.65rem !important;
        letter-spacing: 2px !important;
    }

    /* 3. TITRE : On dompte le clamp */
    #clemy-sanctuaire-prive .display-title {
        font-size: 1.85rem !important; /* Taille sécurisée */
        line-height: 1.15 !important;
        margin-bottom: 20px !important;
    }

    #clemy-sanctuaire-prive .lead-text {
        font-size: 1rem !important;
        line-height: 1.5 !important;
    }

    /* 4. GRID : Force l'empilement vertical */
    #clemy-sanctuaire-prive .pillars-grid {
        grid-template-columns: 1fr !important; /* 1 seule colonne */
        gap: 20px !important;
    }

    /* 5. CARDS : Confort Tactile */
    #clemy-sanctuaire-prive .pillar-card {
        padding: 30px 20px !important;
        border-radius: 24px !important;
        text-align: center; /* Plus doux pour l'œil sur mobile */
    }

    /* Désactivation du hover agressif */
    #clemy-sanctuaire-prive .pillar-card:hover {
        transform: none !important;
        box-shadow: 0 10px 30px rgba(30, 16, 54, 0.04) !important;
    }

    #clemy-sanctuaire-prive .card-icon {
        font-size: 2rem !important;
        margin-bottom: 15px !important;
    }

    #clemy-sanctuaire-prive .pillar-card h3 {
        font-size: 1.4rem !important;
        margin-bottom: 12px !important;
    }

    #clemy-sanctuaire-prive .pillar-card p {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        margin-bottom: 20px !important;
        text-align: center !important;
    }

    /* Aura décorative : On la réduit pour ne pas ralentir le scroll */
    #clemy-sanctuaire-prive .card-aura {
        width: 120px !important;
        height: 120px !important;
        top: -30px !important;
        right: -30px !important;
    }
}

/* Fix spécifique pour les petits écrans (iPhone SE) */
@media (max-width: 380px) {
    #clemy-sanctuaire-prive .display-title {
        font-size: 1.6rem !important;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-e7dee31 *//* --- SECTION 04 : BURNOUT DIVINATOIRE (CLEMY MASTER SYSTEM) --- */
#clemy-danger-zapping {
    --purple: #6e1b89;
    --dark: #1e1036;
    --wine: #641235;
    --lavender: #f3e5f5;
    --white: #ffffff;
    
    padding: clamp(80px, 15vw, 150px) 0;
    background: var(--white);
    color: var(--dark);
    line-height: 1.6;
}

#clemy-danger-zapping .prestige-canvas {
    max-width: 1250px; margin: 0 auto; padding: 0 30px;
}

/* --- HEADER SIGNATURE --- */
.section-header { margin-bottom: clamp(60px, 10vw, 100px); }
.sig-block { display: flex; align-items: center; gap: clamp(20px, 5vw, 40px); }

.sig-num {font-size: clamp(5rem, 12vw, 8rem);
    font-weight: 900; line-height: 0.8; color: var(--purple); opacity: 0.12;
}

.sig-kicker {
    font-size: 0.75rem; font-weight: 800; text-transform: uppercase;
    letter-spacing: 4px; color: var(--purple); display: block; margin-bottom: 10px;
}

.title-serif {
font-size: clamp(2.2rem, 6vw, 3.8rem);
    font-weight: 900; line-height: 1.1; margin: 0;
}

.text-wine { color: var(--wine); }

/* --- DANGER GRID --- */
.danger-grid {
    display: grid; grid-template-columns: 1.2fr 1fr; gap: 30px;
    align-items: stretch;
}

/* PATHOLOGY CARD (RED ALERT) */
.pathology-card {
    background: var(--dark); color: white; border-radius: 45px;
    padding: clamp(35px, 6vw, 70px); position: relative; overflow: hidden;
    box-shadow: 0 40px 100px rgba(30, 16, 54, 0.2);
}

.overload-aura {
    position: absolute; top: -100px; left: -100px; width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(100, 18, 53, 0.4) 0%, transparent 70%);
}

.card-inner { position: relative; z-index: 1; }

.alert-tag {
    display: inline-block; background: var(--wine); color: white;
    padding: 6px 15px; border-radius: 50px; font-size: 0.7rem;
    font-weight: 900; text-transform: uppercase; letter-spacing: 2px;
    margin-bottom: 25px;
}

.pathology-card h3 {
font-size: 2.2rem;
    margin-bottom: 25px; line-height: 1.2;
}

.pathology-card p { font-size: 1.1rem; opacity: 0.85; margin-bottom: 35px; }

/* SATURATION BOX */
.saturation-warning {
    background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
    padding: 30px; border-radius: 25px; border-left: 5px solid var(--wine);
}

.warning-header {
    display: flex; align-items: center; gap: 10px;
    font-size: 0.75rem; font-weight: 900; text-transform: uppercase;
    letter-spacing: 1px; color: var(--wine); margin-bottom: 15px;
}

.pulse-red {
    width: 8px; height: 8px; background: #ff4d4d; border-radius: 50%;
    box-shadow: 0 0 10px #ff4d4d; animation: pulseRed 1.5s infinite;
}

@keyframes pulseRed { 0% { opacity: 1; } 50% { opacity: 0.4; } 100% { opacity: 1; } }

.saturation-warning p { 
    margin: 0; font-size: 1rem; color: white; font-weight: 700; opacity: 1;
}

/* SACRED CARD */
.sacred-card {
    background: var(--lavender); border-radius: 45px;
    padding: clamp(35px, 6vw, 70px); border: 1px solid rgba(110, 27, 137, 0.1);
    display: flex; flex-direction: column; justify-content: center;
}

.card-icon { font-size: 3rem; margin-bottom: 25px; }

.sacred-card h3 {
font-size: 1.8rem;
    color: var(--purple); margin-bottom: 20px;
}

.manifesto-quote {
font-size: clamp(1rem, 2.5vw, 1rem);
    font-style: italic; color: var(--dark); margin: 30px 0;
    padding-left: 25px; border-left: 3px solid var(--wine);
}

.p-small { font-size: 0.85rem; color: #777; font-style: italic; margin: 0; }

/* --- RESPONSIVE 2000% --- */
@media (max-width: 1024px) {
    .danger-grid { grid-template-columns: 1fr; }
    .sig-block { flex-direction: column; align-items: flex-start; gap: 10px; }
}

@media (max-width: 600px) {
    .pathology-card, .sacred-card { border-radius: 35px; }
    .pathology-card p, .sacred-card p { text-align: left; }
}/* ============================================================
   FORCE RESPONSIVE : BURNOUT DIVINATOIRE (#clemy-danger-zapping)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET DE LA SECTION */
    #clemy-danger-zapping {
        padding: 50px 0 !important;
        overflow: hidden !important;
    }

    #clemy-danger-zapping .prestige-canvas {
        padding: 0 20px !important;
    }

    /* 2. HEADER : RECALIBRAGE DU NUMÉRO 8REM */
    #clemy-danger-zapping .section-header {
        margin-bottom: 40px !important;
        text-align: center;
    }

    #clemy-danger-zapping .sig-block {
        flex-direction: column !important;
        align-items: center !important;
        gap: 0 !important;
    }

    #clemy-danger-zapping .sig-num {
        font-size: 4.5rem !important; /* On force la réduction du titre géant */
        opacity: 0.1 !important;
        margin-bottom: -15px !important;
        line-height: 1 !important;
    }

    #clemy-danger-zapping .title-serif {
        font-size: 1.8rem !important; /* Taille sécurisée pour iPhone SE */
        line-height: 1.2 !important;
        text-align: center;
    }

    /* 3. GRID DE DANGER : PASSAGE EN FLUX VERTICAL */
    #clemy-danger-zapping .danger-grid {
        grid-template-columns: 1fr !important; /* On casse les colonnes */
        gap: 25px !important;
    }

    /* 4. PATHOLOGY CARD (La carte noire) */
    .pathology-card {
        padding: 35px 20px !important;
        border-radius: 30px !important;
        text-align: center;
    }

    .pathology-card h3 {
        font-size: 1.6rem !important; /* On réduit le 2.2rem du desktop */
        margin-bottom: 15px !important;
    }

    .pathology-card p {
        font-size: 1rem !important;
        line-height: 1.5 !important;
        margin-bottom: 25px !important;
    }

    /* Aura : On la réduit pour ne pas ralentir le scroll mobile */
    .overload-aura {
        width: 150px !important;
        height: 150px !important;
        top: -50px !important;
        left: -50px !important;
    }

    /* 5. SATURATION WARNING (L'alerte interne) */
    .saturation-warning {
        padding: 20px !important;
        border-radius: 20px !important;
        border-left: none !important;
        border-top: 5px solid var(--wine) !important; /* Bordure en haut pour mobile */
    }

    .warning-header {
        justify-content: center !important;
        font-size: 0.65rem !important;
    }

    .saturation-warning p {
        font-size: 0.9rem !important;
        text-align: center;
    }

    /* 6. SACRED CARD (La carte lavande) */
    .sacred-card {
        padding: 35px 20px !important;
        border-radius: 30px !important;
        text-align: center;
    }

    .card-icon {
        font-size: 2.2rem !important;
        margin-bottom: 15px !important;
    }

    .sacred-card h3 {
        font-size: 1.4rem !important;
    }

    /* Citation Manifesto */
    .manifesto-quote {
        margin: 20px 0 !important;
        padding: 0 !important;
        border-left: none !important;
        border-top: 2px solid var(--wine) !important;
        padding-top: 15px !important;
        font-size: 1rem !important;
        text-align: center;
    }
}

/* Fix pour les écrans ultra-fins (iPhone SE) */
@media (max-width: 380px) {
    #clemy-danger-zapping .title-serif { font-size: 1.6rem !important; }
    .pathology-card h3 { font-size: 1.4rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-2798a071 *//* --- SECTION 05 & FINAL : CHECKLIST & CTA (CLEMY MASTER) --- */
#clemy-ethique-final {
    --purple: #6e1b89;
    --dark: #1e1036;
    --wine: #641235;
    --white: #ffffff;
    --lavender: #f3e5f5;
    
    background: var(--white);
    color: var(--dark);
    line-height: 1.6;
}

#clemy-ethique-final .prestige-canvas { max-width: 1250px; margin: 0 auto; padding: 0 30px; }

/* --- HEADER --- */
#clemy-ethique-final .editorial-header { margin-bottom: 60px; }
#clemy-ethique-final .sig-block { display: flex; align-items: center; gap: 30px; }
#clemy-ethique-final .sig-num { 
font-size: clamp(5rem, 12vw, 8rem);
    font-weight: 900; color: var(--purple); opacity: 0.12; line-height: 0.8;
}

#clemy-ethique-final .kicker { font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 4px; color: var(--purple); display: block; margin-bottom: 10px; }
#clemy-ethique-final .title-serif { font-size: clamp(2.2rem, 6vw, 3.5rem); font-weight: 900; line-height: 1.1; margin: 0; }
#clemy-ethique-final .text-wine { color: var(--wine); }

/* --- VERIFICATION GRID --- */
#clemy-ethique-final .verification-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px; margin-bottom: 100px;
}

#clemy-ethique-final .criteria-card {
    background: #fafafa; border-radius: 30px; padding: 40px;
    border: 1px solid #eee; transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

#clemy-ethique-final .criteria-card:hover {
    transform: translateY(-10px);
    background: var(--white);
    border-color: var(--purple);
    box-shadow: 0 30px 60px rgba(30, 16, 54, 0.06);
}

#clemy-ethique-final .criteria-head { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; }
#clemy-ethique-final .criteria-icon { font-size: 1.5rem; }
#clemy-ethique-final .criteria-card h3 { 
font-size: 1.3rem; margin: 0; color: var(--dark);
}

#clemy-ethique-final .criteria-card p { font-size: 0.95rem; color: #555; margin: 0; }

/* --- FINAL CTA PORTAL --- */
#clemy-ethique-final .final-conversion {
    padding: clamp(80px, 12vw, 150px) 20px;
    background: linear-gradient(135deg, var(--dark), var(--purple));
    color: white; border-radius: 60px 60px 0 0;
    position: relative; overflow: hidden; text-align: center;
}

#clemy-ethique-final .portal-aura {
    position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 100%; height: 100%;
    background: radial-gradient(circle at center, rgba(100, 18, 53, 0.3) 0%, transparent 70%);
}

#clemy-ethique-final .portal-inner { position: relative; z-index: 2; }

#clemy-ethique-final .portal-title {
font-size: clamp(2rem, 6vw, 2rem);
    font-weight: 900; margin-bottom: 25px;
}

#clemy-ethique-final .portal-desc {
    font-size: 1.2rem; max-width: 800px; margin: 0 auto 50px; opacity: 0.9;
}

/* BUTTONS */
#clemy-ethique-final .cta-cluster {
    display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-bottom: 50px;
}

#clemy-ethique-final .btn-luxe-white {
    background: white; color: var(--dark); padding: 22px 50px;
    border-radius: 100px; text-decoration: none; font-weight: 900;
    font-size: 1.3rem; box-shadow: 0 20px 40px rgba(0,0,0,0.25);
    transition: 0.4s;
}

#clemy-ethique-final .btn-luxe-outline {
    background: rgba(255,255,255,0.05); color: white; padding: 22px 50px;
    border-radius: 100px; text-decoration: none; font-weight: 700;
    font-size: 1.1rem; border: 1px solid rgba(255,255,255,0.3); transition: 0.4s;
}

#clemy-ethique-final .btn-luxe-white:hover { transform: scale(1.05) translateY(-5px); box-shadow: 0 30px 60px rgba(0,0,0,0.4); }
#clemy-ethique-final .btn-luxe-outline:hover { background: rgba(255,255,255,0.1); border-color: white; }

#clemy-ethique-final .portal-badges {
    display: flex; gap: 40px; justify-content: center; flex-wrap: wrap;
    font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; opacity: 0.6;
}

/* RESPONSIVE 2000% */
@media (max-width: 900px) {
    #clemy-ethique-final .sig-block { flex-direction: column; align-items: flex-start; gap: 10px; }
    #clemy-ethique-final .verification-grid { grid-template-columns: 1fr; }
    #clemy-ethique-final .final-conversion { border-radius: 40px 40px 0 0; }
    #clemy-ethique-final .btn-luxe-white, #clemy-ethique-final .btn-luxe-outline { width: 100%; text-align: center; }
    #clemy-ethique-final .portal-badges { flex-direction: column; gap: 15px; }
}/* ============================================================
   FORCE RESPONSIVE FINAL : CHECKLIST & CTA (#clemy-ethique-final)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET DE LA SECTION & CONTENEUR */
    #clemy-ethique-final {
        padding: 50px 0 0 0 !important; /* On colle le portail au bas de l'écran */
        overflow: hidden !important;
    }

    #clemy-ethique-final .prestige-canvas {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : Réduction du numéro géant */
    #clemy-ethique-final .sig-block {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        gap: 0 !important;
    }

    #clemy-ethique-final .sig-num {
        font-size: 4.5rem !important; 
        opacity: 0.1 !important;
        margin-bottom: -15px !important;
    }

    #clemy-ethique-final .title-serif {
        font-size: 1.8rem !important; /* Taille de sécurité */
        line-height: 1.2 !important;
    }

    /* 3. CHECKLIST GRID : 1 Colonne stricte */
    #clemy-ethique-final .verification-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
        margin-bottom: 60px !important;
    }

    #clemy-ethique-final .criteria-card {
        padding: 25px 20px !important;
        border-radius: 20px !important;
        transform: none !important; /* Stabilité tactile */
    }

    /* 4. PORTAL CTA : L'immersion totale */
    #clemy-ethique-final .final-conversion {
        padding: 60px 15px 80px !important;
        border-radius: 40px 40px 0 0 !important;
        width: 100% !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

    #clemy-ethique-final .portal-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
    }

    #clemy-ethique-final .portal-desc {
        font-size: 1rem !important;
        margin-bottom: 35px !important;
        padding: 0 10px;
    }

    /* 5. LES BOUTONS (Le point critique) */
    #clemy-ethique-final .cta-cluster {
        flex-direction: column !important; /* Empilement vertical */
        align-items: stretch !important; /* Pleine largeur */
        gap: 12px !important;
        padding: 0 10px;
    }

    #clemy-ethique-final .btn-luxe-white, 
    #clemy-ethique-final .btn-luxe-outline {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        padding: 18px 20px !important; /* On réduit le padding géant de 50px */
        font-size: 1.1rem !important;
        border-radius: 50px !important;
        box-sizing: border-box !important; /* Indispensable pour ne pas déborder */
    }

    #clemy-ethique-final .btn-luxe-white:hover {
        transform: none !important;
    }

    /* 6. TRUST BADGES */
    #clemy-ethique-final .portal-badges {
        flex-direction: column !important;
        gap: 12px !important;
        font-size: 0.7rem !important;
        letter-spacing: 1.5px !important;
    }
}

/* Fix pour iPhone SE (320px) */
@media (max-width: 350px) {
    #clemy-ethique-final .portal-title { font-size: 1.4rem !important; }
    #clemy-ethique-final .btn-luxe-white { font-size: 1rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-dbe5ba6 *//* --- FAQ DANGERS ALGO : CLEMY PRESTIGE SYSTEM --- */
#clemy-faq-dangers-algo {
    --purple: #6e1b89;
    --dark: #1e1036;
    --wine: #641235;
    --lavender: #f3e5f5;
    --white: #ffffff;
    --border-lux: rgba(110, 27, 137, 0.15);
    
    padding: clamp(60px, 12vw, 120px) 0;
    background: var(--white);
    font-family: 'Inter', -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
}

#clemy-faq-dangers-algo .faq-canvas {
    max-width: 900px; margin: 0 auto; padding: 0 25px;
}

/* --- HEADER --- */
#clemy-faq-dangers-algo .faq-header { text-align: center; margin-bottom: 60px; }

#clemy-faq-dangers-algo .kicker-badge {
    display: inline-block; background: var(--lavender); color: var(--wine);
    padding: 8px 22px; border-radius: 50px; font-size: 0.75rem; 
    font-weight: 900; text-transform: uppercase; letter-spacing: 3px;
    margin-bottom: 25px; border: 1px solid rgba(100, 18, 53, 0.1);
}

#clemy-faq-dangers-algo .display-title {
    font-family: 'Playfair Display', serif; font-size: clamp(2.4rem, 6vw, 3.5rem);
    font-weight: 900; line-height: 1.1; margin-bottom: 20px; color: var(--dark);
}

#clemy-faq-dangers-algo .text-gradient {
    background: linear-gradient(135deg, var(--purple), var(--wine));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

/* --- ACCORDION SYSTEM --- */
#clemy-faq-dangers-algo .faq-accordion-group { display: flex; flex-direction: column; gap: 18px; }

#clemy-faq-dangers-algo .faq-item {
    background: #ffffff; border: 1px solid var(--border-lux); border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); overflow: hidden;
}

#clemy-faq-dangers-algo .faq-item:hover {
    border-color: var(--wine);
    box-shadow: 0 15px 35px rgba(100, 18, 53, 0.05);
}

#clemy-faq-dangers-algo .faq-item[open] {
    border-color: var(--wine);
    box-shadow: 0 25px 60px rgba(30, 16, 54, 0.08);
}

/* Featured Alerts & Checklist */
#clemy-faq-dangers-algo .featured-alert[open] { border-left: 6px solid var(--wine); }
#clemy-faq-dangers-algo .featured-burnout[open] { border-left: 6px solid var(--wine); border-right: 6px solid var(--wine); }
#clemy-faq-dangers-algo .featured-checklist[open] { border-left: 6px solid var(--purple); }

/* Summary Styling */
#clemy-faq-dangers-algo summary {
    padding: 28px 30px; cursor: pointer; list-style: none;
    display: flex; align-items: center; gap: 20px;
}

#clemy-faq-dangers-algo summary::-webkit-details-marker { display: none; }

#clemy-faq-dangers-algo .q-num {
    font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 900;
    color: var(--wine); opacity: 0.4; min-width: 35px;
}

#clemy-faq-dangers-algo .q-text {
    font-size: 1.05rem; font-weight: 700; color: var(--dark);
    flex-grow: 1; padding-right: 30px; line-height: 1.4;
}

/* Custom Chevron */
#clemy-faq-dangers-algo .q-chevron {
    width: 20px; height: 20px; position: relative; transition: 0.4s;
}
#clemy-faq-dangers-algo .q-chevron::before, 
#clemy-faq-dangers-algo .q-chevron::after {
    content: ''; position: absolute; top: 50%; left: 50%;
    width: 12px; height: 2px; background: var(--wine); transition: 0.4s;
}
#clemy-faq-dangers-algo .q-chevron::before { transform: translate(-50%, -50%) rotate(0deg); }
#clemy-faq-dangers-algo .q-chevron::after { transform: translate(-50%, -50%) rotate(90deg); }
#clemy-faq-dangers-algo .faq-item[open] .q-chevron { transform: rotate(45deg); }

/* Content Animation */
#clemy-faq-dangers-algo .faq-content {
    padding: 0 35px 35px 85px; color: #555;
    line-height: 1.8; font-size: 1rem;
    animation: faqShieldIn 0.5s ease-out;
}

@keyframes faqShieldIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

#clemy-faq-dangers-algo .faq-content strong { color: var(--wine); font-weight: 800; }

/* --- RESPONSIVE ADAPTATION --- */
@media (max-width: 768px) {
    #clemy-faq-dangers-algo .faq-canvas { padding: 0 20px; }
    #clemy-faq-dangers-algo .q-num { display: none; }
    #clemy-faq-dangers-algo .faq-content { padding: 0 25px 30px 25px; }
    #clemy-faq-dangers-algo .display-title { text-align: left; }
}/* ============================================================
   FORCE RESPONSIVE : FAQ DANGERS ALGO (#clemy-faq-dangers-algo)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET DE LA SECTION */
    #clemy-faq-dangers-algo {
        padding: 50px 0 !important;
        overflow: hidden !important;
    }

    #clemy-faq-dangers-algo .faq-canvas {
        padding: 0 15px !important; /* On gagne de la place sur les bords */
    }

    /* 2. HEADER : On dompte le Playfair Display */
    #clemy-faq-dangers-algo .faq-header {
        margin-bottom: 35px !important;
        text-align: left !important; /* Style "Rapport d'enquête" plus propre sur mobile */
    }

    #clemy-faq-dangers-algo .display-title {
        font-size: 1.8rem !important; /* Force la taille pour éviter les coupures */
        line-height: 1.2 !important;
    }

    #clemy-faq-dangers-algo .kicker-badge {
        padding: 6px 15px !important;
        font-size: 0.65rem !important;
        letter-spacing: 1.5px !important; /* Moins d'écart pour éviter le retour à la ligne */
        margin-bottom: 15px !important;
    }

    /* 3. ACCORDÉON : Confort tactile */
    #clemy-faq-dangers-algo .faq-accordion-group {
        gap: 12px !important;
    }

    #clemy-faq-dangers-algo .faq-item {
        border-radius: 15px !important;
    }

    #clemy-faq-dangers-algo summary {
        padding: 20px 15px !important; /* Réduction du padding massif de 30px */
        gap: 12px !important;
    }

    #clemy-faq-dangers-algo .q-text {
        font-size: 0.95rem !important;
        padding-right: 5px !important;
        line-height: 1.3 !important;
    }

    /* On cache le numéro pour gagner de la largeur de lecture */
    #clemy-faq-dangers-algo .q-num {
        display: none !important;
    }

    /* 4. CONTENU (Le point critique) */
    #clemy-faq-dangers-algo .faq-content {
        /* On supprime le padding-left de 85px qui écrase le texte */
        padding: 0 15px 25px 15px !important; 
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        text-align: left !important;
    }

    /* 5. BORDURES DE DANGER */
    #clemy-faq-dangers-algo .featured-alert[open],
    #clemy-faq-dangers-algo .featured-checklist[open] {
        border-left: 4px solid !important; /* On affine la bordure */
    }

    #clemy-faq-dangers-algo .featured-burnout[open] {
        border-left: 4px solid var(--wine) !important;
        border-right: none !important; /* On enlève la bordure droite pour libérer de l'espace */
    }

    /* Chevron : Légèrement plus petit */
    #clemy-faq-dangers-algo .q-chevron {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }
}

/* Fix spécifique iPhone SE (écrans de 320px) */
@media (max-width: 350px) {
    #clemy-faq-dangers-algo .display-title {
        font-size: 1.6rem !important;
    }
    #clemy-faq-dangers-algo .q-text {
        font-size: 0.85rem !important;
    }
}/* End custom CSS */