.elementor-5043 .elementor-element.elementor-element-6d153b04{--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-34186c5 *//* --- CONFIGURATION PORTAIL ÉVEIL : WINE & AMETHYST LUXE --- */
#clemy-awakening-portal {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-gray: #F9F7FB;
    
    background-color: var(--white);
    color: var(--dark);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.7;
    overflow-x: hidden;
    padding-bottom: 60px;
}

/* --- HERO & TITRE --- */
.portal-hero {
    padding: 80px 20px 40px;
    text-align: center;
    background: radial-gradient(circle at top, rgba(142, 68, 173, 0.05) 0%, transparent 70%);
}

.portal-title {
    font-size: clamp(1.8rem, 6vw, 3.5rem);
    font-weight: 900;
    line-height: 1.1;
    margin: 0;
    color: var(--dark);
}

.portal-title span {
    color: var(--amethyst);
    background: linear-gradient(135deg, var(--amethyst), var(--wine));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title-underline {
    width: 80px;
    height: 6px;
    background: linear-gradient(90deg, var(--wine), var(--amethyst));
    margin: 30px auto 0;
    border-radius: 50px;
}

/* --- NAVIGATION GLASSMORPHISM --- */
.portal-nav {
    position: sticky;
    top: 15px;
    z-index: 1000;
    margin: 0 20px;
}

.nav-container {
    max-width: 1000px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(15px) saturate(180%);
    -webkit-backdrop-filter: blur(15px) saturate(180%);
    padding: 12px 25px;
    border-radius: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(142, 68, 173, 0.15);
    box-shadow: 0 15px 35px rgba(26, 11, 46, 0.05);
}

.nav-logo {
    font-weight: 900;
    font-size: 0.85rem;
    letter-spacing: 1px;
    color: var(--dark);
    text-transform: uppercase;
}

.nav-logo span { color: var(--wine); font-weight: 300; }

.nav-links { display: flex; gap: 8px; flex-wrap: wrap; }
.nav-links a {
    text-decoration: none;
    color: #555;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 50px;
    transition: 0.3s ease;
}

.nav-links a:hover { background: var(--wine); color: var(--white); }

/* --- INTRO & BADGE --- */
.portal-intro-zone {
    text-align: center;
    max-width: 800px;
    margin: 60px auto;
    padding: 0 25px;
}

.badge-wine {
    background: rgba(154, 42, 91, 0.08);
    color: var(--wine);
    padding: 8px 25px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 25px;
    border: 1px solid rgba(154, 42, 91, 0.1);
}

.lead-text {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #444;
}

/* --- MONOLITH CARD (UI DE PRESTIGE) --- */
.monolith-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 25px;
}

.monolith-card {
    background: var(--white);
    border-radius: 35px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(26, 11, 46, 0.05);
    border: 1px solid #F0F0F0;
    position: relative;
}

.monolith-accent {
    width: 12px;
    background: linear-gradient(to bottom, var(--amethyst), var(--wine));
    flex-shrink: 0;
}

.monolith-content {
    padding: clamp(30px, 5vw, 60px);
    position: relative;
    z-index: 1;
}

/* QUESTIONS MYSTIQUES (FOCUS VISUEL) */
.mystic-questions {
    font-size: 1.25rem;
    color: var(--wine);
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 35px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(142, 68, 173, 0.1);
}

.monolith-content p {
    font-size: 1.05rem;
    color: #444;
    margin-bottom: 20px;
}

.link-amethyst-bold { color: var(--amethyst); font-weight: 800; text-decoration: underline; }
.link-wine-bold { color: var(--wine); font-weight: 800; text-decoration: underline; }

.p-conclusion {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #EEE;
    color: var(--dark) !important;
}

/* --- RESPONSIVE ADAPTATION --- */
@media (max-width: 900px) {
    .nav-links { display: none; } /* Cache le menu pour garder l'écran propre sur mobile */
    .nav-container { justify-content: center; }
}

@media (max-width: 650px) {
    .monolith-card { flex-direction: column; }
    .monolith-accent { width: 100%; height: 8px; }
    .mystic-questions { font-size: 1.15rem; }
    .lead-text { font-size: 1.1rem; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : PORTAIL ÉVEIL (#clemy-awakening-portal)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-awakening-portal {
        padding-bottom: 40px !important;
        overflow-x: hidden !important;
    }

    .monolith-wrapper,
    .portal-intro-zone {
        padding: 0 15px !important; /* On récupère de l'espace vital sur les côtés */
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. NAVIGATION CAPSULE : OPTIMISATION TACTILE */
    .portal-nav {
        top: 10px !important;
        margin: 0 10px !important;
    }

    .nav-container {
        padding: 10px 18px !important;
        border-radius: 40px !important;
        justify-content: center !important; /* Centrage du logo */
    }

    .nav-logo {
        font-size: 0.75rem !important;
        letter-spacing: 1px !important;
    }

    /* 3. HERO & TITRE : IMPACT CONTRÔLÉ */
    .portal-hero {
        padding: 40px 15px 20px !important;
    }

    .portal-title {
        font-size: 1.7rem !important; /* Taille de sécurité pour iPhone SE */
        line-height: 1.2 !important;
        max-width: 300px;
        margin: 0 auto !important;
    }

    .title-underline {
        margin: 20px auto 0 !important;
        width: 45px !important;
        height: 4px !important;
    }

    /* 4. INTRO : AÉRATION */
    .badge-wine {
        font-size: 0.65rem !important;
        padding: 6px 15px !important;
        letter-spacing: 1.5px !important;
    }

    .lead-text {
        font-size: 1.05rem !important;
        line-height: 1.5 !important;
    }

    /* 5. MONOLITHE ÉVEIL : L'ÉCRIN MOBILE */
    .monolith-card {
        border-radius: 25px !important;
        flex-direction: column !important; /* Empilement forcé */
    }

    .monolith-accent {
        width: 100% !important;
        height: 8px !important; /* La barre d'énergie passe en haut */
        background: linear-gradient(to right, var(--amethyst), var(--wine)) !important;
    }

    .monolith-content {
        padding: 25px 15px !important; /* Adieu le padding de 60px qui écrase le texte */
    }

    /* 6. TEXTES & QUESTIONS MYSTIQUES */
    .mystic-questions {
        font-size: 1.1rem !important;
        line-height: 1.4 !important;
        text-align: center !important; /* Centrage pour l'équilibre mobile */
        padding-bottom: 20px !important;
        margin-bottom: 25px !important;
    }

    .monolith-content p {
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
    }

    .p-conclusion {
        font-size: 0.95rem !important;
        margin-top: 20px !important;
        padding-top: 20px !important;
        text-align: center !important;
    }
}

/* Fix spécifique iPhone SE / Écrans < 350px */
@media (max-width: 350px) {
    .portal-title { font-size: 1.45rem !important; }
    .mystic-questions { font-size: 1rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-183e135 *//* --- SECTION 01 : LES RÊVES (DESIGN ONIRIQUE) --- */
#clemy-dreams-symptom {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-gray: #F9F7FB;
    
    padding: clamp(60px, 8vw, 100px) 0;
    background: var(--white);
    font-family: 'Inter', -apple-system, sans-serif;
    color: var(--dark);
    line-height: 1.7;
}

.inner-wrap {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 25px;
}

/* HEADER SECTION */
.section-header { display: flex; align-items: center; gap: 30px; margin-bottom: 40px; }
.step-num { font-size: clamp(4rem, 12vw, 6rem); font-weight: 900; color: var(--amethyst); opacity: 0.15; line-height: 1; }
.h2-title { font-size: clamp(1.8rem, 4vw, 2.5rem); font-weight: 300; margin: 0; line-height: 1.1; }
.h2-title strong { color: var(--dark); font-weight: 900; }
.line-amethyst { width: 60px; height: 5px; background: var(--amethyst); margin-top: 15px; border-radius: 10px; }

.intro-p { font-size: 1.25rem; color: #444; margin-bottom: 50px; line-height: 1.6; max-width: 850px; }

/* DREAM GRID LAYOUT */
.dream-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 50px;
    align-items: stretch;
    margin-bottom: 60px;
}

/* SYMPTOM CARD */
.symptom-card {
    background: var(--soft-gray);
    padding: clamp(30px, 4vw, 45px);
    border-radius: 30px;
    border-top: 6px solid var(--amethyst);
    box-shadow: 0 20px 40px rgba(26, 11, 46, 0.04);
    height: 100%;
    box-sizing: border-box;
}

.h3-wine { color: var(--wine); font-size: 1.6rem; font-weight: 900; margin: 0 0 15px 0; line-height: 1.3; }
.card-lead { font-size: 1.05rem; color: #555; margin-bottom: 30px; }

.symptom-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 25px; }
.symptom-list li { display: flex; gap: 20px; align-items: flex-start; }

.symptom-icon {
    font-size: 1.5rem;
    background: var(--white);
    width: 45px; height: 45px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 12px;
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.symptom-text { font-size: 0.95rem; color: #555; line-height: 1.6; }
.symptom-text strong { display: block; color: var(--dark); font-size: 1.1rem; margin-bottom: 5px; font-weight: 800; }

/* VISUAL ARTEFACT (TALL IMAGE) */
.dream-visual { height: 100%; }
.image-portal-tall {
    position: relative;
    height: 100%;
    min-height: 400px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.image-portal-tall img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.image-portal-tall:hover img { transform: scale(1.05); }

/* Overlay mystique sur l'image */
.portal-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, transparent 60%, rgba(26, 11, 46, 0.4) 100%);
    pointer-events: none;
}

/* CLEMY CASE STUDY (DARK MODE LUXE) */
.clemy-case-study {
    background: var(--dark);
    color: var(--white);
    padding: clamp(35px, 5vw, 50px);
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    border-left: 8px solid var(--wine);
    box-shadow: 0 30px 60px rgba(26, 11, 46, 0.2);
}

.case-study-bg-quote {
    position: absolute;
    top: -20px; right: 20px;
    font-size: 15rem;
    font-family: serif;
    color: rgba(255, 255, 255, 0.03);
    line-height: 1;
    pointer-events: none;
}

.case-study-content { position: relative; z-index: 1; }

.case-title { font-size: 1.3rem; font-weight: 900; color: var(--amethyst); margin: 0 0 20px 0; text-transform: uppercase; letter-spacing: 1px; }
.case-title span { font-weight: 400; font-size: 0.9rem; text-transform: none; letter-spacing: 0; color: rgba(255,255,255,0.6); display: inline-block; margin-left: 10px; }

.clemy-case-study p { margin: 0; font-size: 1.15rem; line-height: 1.7; font-style: italic; color: rgba(255, 255, 255, 0.9); }
.link-white-under { color: var(--white); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

/* RESPONSIVE LOGIC */
@media (max-width: 900px) {
    .dream-grid { grid-template-columns: 1fr; gap: 40px; }
    .image-portal-tall { min-height: 300px; }
    .section-header { flex-direction: column; align-items: flex-start; gap: 10px; }
    .case-title span { display: block; margin-left: 0; margin-top: 5px; }
}

@media (max-width: 600px) {
    .symptom-card { padding: 30px 20px; border-radius: 25px; }
    .clemy-case-study { padding: 30px 25px; border-radius: 20px; }
    .intro-p { font-size: 1.15rem; }
    .clemy-case-study p { font-size: 1.05rem; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : LES RÊVES (#clemy-dreams-symptom)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-dreams-symptom {
        padding: 50px 0 !important; /* Réduction du padding global */
        overflow-x: hidden !important;
    }

    #clemy-dreams-symptom .inner-wrap {
        padding: 0 15px !important; /* Maximisation de l'espace de lecture */
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : ÉQUILIBRE AMÉTHYSTE */
    #clemy-dreams-symptom .section-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        gap: 0 !important;
        margin-bottom: 35px !important;
    }

    #clemy-dreams-symptom .step-num {
        font-size: 3.5rem !important; /* Réduction du 6rem massif */
        opacity: 0.12 !important;
        margin-bottom: -10px !important;
        line-height: 1 !important;
    }

    #clemy-dreams-symptom .h2-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 290px;
        margin: 0 auto !important;
    }

    #clemy-dreams-symptom .line-amethyst {
        margin: 15px auto 0 !important;
        width: 45px !important;
    }

    #clemy-dreams-symptom .intro-p {
        font-size: 1.05rem !important;
        text-align: center !important; /* Centrage pour l'harmonie mobile */
        margin-bottom: 40px !important;
        padding: 0 10px;
    }

    /* 3. LAYOUT : RÉORGANISATION MOBILE */
    #clemy-dreams-symptom .dream-grid {
        grid-template-columns: 1fr !important; /* Passage en colonne unique */
        gap: 30px !important;
        margin-bottom: 40px !important;
    }

    /* 4. VISUEL ONIRIQUE : ORDRE D'APPARITION ET MAÎTRISE */
    #clemy-dreams-symptom .dream-visual {
        order: -1 !important; /* L'image remonte en premier sur mobile */
        height: auto !important; /* Annulation du height: 100% */
    }

    #clemy-dreams-symptom .image-portal-tall {
        min-height: 0 !important; /* Annulation du 400px massif */
        height: auto !important;
        border-radius: 20px !important;
        /* Sur mobile, on veut une image panoramique plutôt qu'une tour vertigineuse */
        aspect-ratio: 16/9; 
    }

    #clemy-dreams-symptom .image-portal-tall img {
        height: 100% !important;
    }

    #clemy-dreams-symptom .portal-overlay {
        border-radius: 20px !important; /* L'overlay suit la courbure de l'image */
    }

    /* 5. SYMPTOM CARD : OPTIMISATION DE L'ESPACE */
    #clemy-dreams-symptom .symptom-card {
        padding: 30px 20px !important; /* On réduit le padding interne */
        border-radius: 24px !important;
        height: auto !important; /* Annulation du height: 100% */
        border-top-width: 4px !important; /* Bordure plus fine */
    }

    #clemy-dreams-symptom .h3-wine {
        font-size: 1.4rem !important;
        margin-bottom: 10px !important;
        text-align: center;
    }

    #clemy-dreams-symptom .card-lead {
        font-size: 0.95rem !important;
        text-align: center;
        margin-bottom: 25px !important;
    }

    #clemy-dreams-symptom .symptom-list {
        gap: 20px !important;
    }

    #clemy-dreams-symptom .symptom-list li {
        gap: 15px !important; /* Rapprochement icône / texte */
    }

    #clemy-dreams-symptom .symptom-icon {
        width: 35px !important; /* Icônes légèrement plus petites */
        height: 35px !important;
        font-size: 1.2rem !important;
        border-radius: 8px !important;
    }

    #clemy-dreams-symptom .symptom-text {
        font-size: 0.9rem !important;
    }

    #clemy-dreams-symptom .symptom-text strong {
        font-size: 1rem !important;
        margin-bottom: 2px !important;
    }

    /* 6. CASE STUDY (LA CITATION NOIRE) */
    #clemy-dreams-symptom .clemy-case-study {
        padding: 30px 20px !important;
        border-radius: 24px !important;
        border-left-width: 4px !important; /* Affinage de la bordure */
    }

    #clemy-dreams-symptom .case-study-bg-quote {
        font-size: 10rem !important; /* On réduit la guillemet géante pour ne pas déborder */
        top: -10px !important;
        right: 10px !important;
    }

    #clemy-dreams-symptom .case-title {
        font-size: 1.15rem !important;
        text-align: center;
        margin-bottom: 15px !important;
    }

    #clemy-dreams-symptom .case-title span {
        display: block !important;
        margin-left: 0 !important;
        margin-top: 5px !important;
        font-size: 0.8rem !important;
    }

    #clemy-dreams-symptom .clemy-case-study p {
        font-size: 1rem !important;
        line-height: 1.6 !important;
        text-align: left !important;
    }
}

/* Fix spécifique iPhone SE / Écrans < 350px */
@media (max-width: 350px) {
    #clemy-dreams-symptom .h2-title { font-size: 1.4rem !important; }
    #clemy-dreams-symptom .symptom-icon { display: none !important; } /* On cache les icônes si l'écran est vraiment minuscule pour sauver le texte */
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b2575b0 *//* --- SECTION 02 : L'EMPATHIE (DESIGN RADAR) --- */
#clemy-empathy-symptom {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-gray: #F9F7FB;
    
    padding: clamp(60px, 8vw, 100px) 0;
    background: var(--white);
    font-family: 'Inter', -apple-system, sans-serif;
    color: var(--dark);
    line-height: 1.7;
}

.inner-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 25px;
}

/* HEADER REPRISE */
.section-header { display: flex; align-items: center; gap: 30px; margin-bottom: 50px; }
.step-num { font-size: clamp(4rem, 12vw, 6rem); font-weight: 900; color: var(--amethyst); opacity: 0.15; line-height: 1; }
.h2-title { font-size: clamp(1.8rem, 4vw, 2.5rem); font-weight: 300; margin: 0; line-height: 1.1; }
.h2-title strong { color: var(--dark); font-weight: 900; }
.line-amethyst { width: 60px; height: 5px; background: var(--amethyst); margin-top: 15px; border-radius: 10px; }

/* SPLIT LAYOUT */
.split-layout {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 60px;
    align-items: flex-start;
}

.intro-p { font-size: 1.2rem; color: #444; margin-bottom: 25px; font-weight: 500; }
.text-block { font-size: 1.05rem; color: #666; margin-bottom: 40px; }

/* MANIFESTATION LIST (RADAR STYLE) */
.manifestation-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
}

.manifestation-item {
    display: flex;
    gap: 20px;
    background: var(--soft-gray);
    padding: 25px;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,0.03);
    transition: 0.3s ease;
}

.manifestation-item:hover {
    background: var(--white);
    box-shadow: 0 10px 30px rgba(142, 68, 173, 0.08);
    transform: translateX(10px);
}

.m-icon-box {
    font-size: 1.8rem;
    background: white;
    width: 60px; height: 60px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 15px;
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.m-content h4 { font-size: 1.15rem; font-weight: 800; color: var(--wine); margin: 0 0 8px 0; }
.m-content p { margin: 0; font-size: 0.95rem; color: #555; }

/* DIAGNOSTIC BOX (SOIN) */
.clemy-diagnostic-box {
    background: rgba(142, 68, 173, 0.05);
    padding: 35px;
    border-radius: 30px;
    border-left: 6px solid var(--amethyst);
    position: relative;
}

.diag-header { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.diag-badge {
    display: inline-block;
    background: var(--amethyst);
    color: white;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    align-self: flex-start;
}

.diag-title { font-size: 1.3rem; font-weight: 900; color: var(--dark); margin: 0; }
.clemy-diagnostic-box p { margin: 0; font-size: 1.05rem; line-height: 1.6; color: #444; }
.link-wine-under { color: var(--wine); font-weight: 800; text-decoration: underline; }

/* VISUAL COL ARTEFACT */
.visual-col { position: sticky; top: 120px; }

.artifact-frame-rotated {
    position: relative;
    padding: 12px;
    background: white;
    border-radius: 25px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    transform: rotate(3deg);
    transition: 0.5s ease;
}

.artifact-frame-rotated:hover { transform: rotate(0deg) scale(1.02); }

.artifact-frame-rotated img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 18px;
}

.artifact-label {
    position: absolute;
    bottom: 30px; right: -20px;
    background: var(--dark);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* RESPONSIVE LOGIC */
@media (max-width: 950px) {
    .split-layout { grid-template-columns: 1fr; gap: 40px; }
    .visual-col { position: relative; top: 0; max-width: 400px; margin: 0 auto; order: -1; }
    .artifact-frame-rotated { transform: none; }
    .artifact-label { right: 10px; bottom: 20px; }
}

@media (max-width: 600px) {
    .section-header { flex-direction: column; align-items: flex-start; gap: 10px; }
    .manifestation-item { flex-direction: column; gap: 15px; padding: 20px; }
    .m-icon-box { width: 50px; height: 50px; font-size: 1.5rem; }
    .clemy-diagnostic-box { padding: 25px 20px; border-radius: 20px; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : L'EMPATHIE (#clemy-empathy-symptom)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-empathy-symptom {
        padding: 50px 0 !important; /* On divise les marges globales */
        overflow-x: hidden !important;
    }

    #clemy-empathy-symptom .inner-wrap {
        padding: 0 15px !important; /* On récupère l'espace de lecture */
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : HARMONIE DU NUMÉRO */
    #clemy-empathy-symptom .section-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        gap: 0 !important;
        margin-bottom: 35px !important;
    }

    #clemy-empathy-symptom .step-num {
        font-size: 3.5rem !important; /* Réduction du 6rem massif */
        opacity: 0.12 !important;
        margin-bottom: -10px !important;
        line-height: 1 !important;
    }

    #clemy-empathy-symptom .h2-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 290px;
        margin: 0 auto !important;
    }

    #clemy-empathy-symptom .line-amethyst {
        margin: 15px auto 0 !important;
        width: 45px !important;
    }

    /* 3. LAYOUT & TEXTES D'INTRO */
    #clemy-empathy-symptom .split-layout {
        grid-template-columns: 1fr !important; /* Passage en colonne unique forcé */
        gap: 35px !important;
    }

    #clemy-empathy-symptom .intro-p {
        font-size: 1.05rem !important;
        text-align: center !important;
        margin-bottom: 20px !important;
        padding: 0 10px;
    }

    #clemy-empathy-symptom .text-block {
        font-size: 0.95rem !important;
        text-align: center !important;
        margin-bottom: 30px !important;
    }

    /* 4. VISUEL ARTEFACT : L'IMAGE EN PREMIER */
    #clemy-empathy-symptom .visual-col {
        order: -1 !important; /* L'image est vue avant le texte explicatif */
        position: relative !important;
        top: 0 !important;
        width: 100% !important;
        max-width: 320px !important;
        margin: 0 auto 15px !important;
    }

    #clemy-empathy-symptom .artifact-frame-rotated {
        transform: none !important; /* Redressage de sécurité */
        padding: 8px !important;
        border-radius: 20px !important;
    }

    #clemy-empathy-symptom .artifact-label {
        /* CRITIQUE : on rentre définitivement le label à l'intérieur de l'image */
        right: 15px !important; 
        bottom: 15px !important;
        font-size: 0.65rem !important;
        padding: 6px 15px !important;
        letter-spacing: 1px !important;
    }

    /* 5. MANIFESTATION LIST (LE RADAR) */
    #clemy-empathy-symptom .manifestation-list {
        gap: 15px !important;
        margin-bottom: 35px !important;
    }

    #clemy-empathy-symptom .manifestation-item {
        flex-direction: column !important; /* Empilement icône / texte */
        text-align: center !important;
        padding: 25px 20px !important;
        border-radius: 20px !important;
        gap: 15px !important;
        transform: none !important; /* Verrouillage du glissement tactile */
    }

    #clemy-empathy-symptom .manifestation-item:hover {
        transform: none !important; /* Annulation du saut au scroll */
        background: var(--soft-gray) !important;
    }

    #clemy-empathy-symptom .m-icon-box {
        width: 50px !important;
        height: 50px !important;
        font-size: 1.5rem !important;
        margin: 0 auto !important; /* Centrage de l'icône */
    }

    #clemy-empathy-symptom .m-content h4 {
        font-size: 1.15rem !important;
    }

    #clemy-empathy-symptom .m-content p {
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
    }

    /* 6. DIAGNOSTIC BOX (LA CONCLUSION) */
    #clemy-empathy-symptom .clemy-diagnostic-box {
        padding: 25px 20px !important;
        border-radius: 20px !important;
        border-left-width: 4px !important; /* Affinage de la bordure */
    }

    #clemy-empathy-symptom .diag-header {
        align-items: center; /* Centrage du header de diagnostic */
        margin-bottom: 15px !important;
    }

    #clemy-empathy-symptom .diag-badge {
        align-self: center !important;
        font-size: 0.65rem !important;
        padding: 4px 10px !important;
    }

    #clemy-empathy-symptom .diag-title {
        font-size: 1.2rem !important;
        text-align: center;
    }

    #clemy-empathy-symptom .clemy-diagnostic-box p {
        font-size: 0.95rem !important;
        text-align: left !important; /* Meilleure lisibilité pour la conclusion */
    }
}

/* Fix spécifique iPhone SE / Écrans < 350px */
@media (max-width: 350px) {
    #clemy-empathy-symptom .h2-title { font-size: 1.4rem !important; }
    #clemy-empathy-symptom .manifestation-item { padding: 20px 15px !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0e9eb2f *//* --- SECTION 03 : LA PSYCHOMÉTRIE (DESIGN MATIÈRE) --- */
#clemy-psychometry-symptom {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-gray: #F9F7FB;
    
    padding: clamp(60px, 8vw, 100px) 0;
    background: var(--white);
    font-family: 'Inter', -apple-system, sans-serif;
    color: var(--dark);
    line-height: 1.7;
}

.inner-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 25px;
}

/* HEADER REPRISE */
.section-header { display: flex; align-items: center; gap: 30px; margin-bottom: 40px; }
.step-num { font-size: clamp(4rem, 12vw, 6rem); font-weight: 900; color: var(--amethyst); opacity: 0.15; line-height: 1; }
.h2-title { font-size: clamp(1.8rem, 4vw, 2.5rem); font-weight: 300; margin: 0; line-height: 1.1; }
.h2-title strong { color: var(--dark); font-weight: 900; }
.line-amethyst { width: 60px; height: 5px; background: var(--amethyst); margin-top: 15px; border-radius: 10px; }

.intro-p { font-size: 1.2rem; color: #444; margin-bottom: 40px; font-style: italic; }

/* MATTER READING CARD */
.matter-reading-card {
    background: var(--white);
    border-radius: 35px;
    padding: clamp(30px, 5vw, 60px);
    box-shadow: 0 30px 60px rgba(26, 11, 46, 0.04);
    border: 1px solid #F0F0F0;
    position: relative;
    overflow: hidden;
}

.matter-reading-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 6px;
    background: linear-gradient(to right, var(--wine), var(--amethyst));
}

.h3-wine { color: var(--wine); font-size: 1.6rem; font-weight: 900; margin: 0 0 30px 0; }

.matter-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
}

.matter-text p { font-size: 1.05rem; color: #555; margin-bottom: 20px; }
.matter-text strong { color: var(--dark); font-weight: 800; }

/* CLEMY SPACE ADVICE */
.clemy-space-advice {
    background: var(--soft-gray);
    padding: 35px;
    border-radius: 25px;
    border-left: 6px solid var(--amethyst);
    position: relative;
}

.advice-tag {
    display: inline-block;
    background: var(--dark);
    color: white;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.clemy-space-advice p { margin: 0; font-size: 1rem; line-height: 1.6; color: #333; font-weight: 500; }
.link-amethyst-under { color: var(--amethyst); font-weight: 800; text-decoration: underline; }

/* RESPONSIVE LOGIC */
@media (max-width: 900px) {
    .matter-grid { grid-template-columns: 1fr; gap: 30px; }
    .section-header { flex-direction: column; align-items: flex-start; gap: 10px; }
    .matter-reading-card { padding: 30px 25px; }
}

@media (max-width: 600px) {
    .intro-p { font-size: 1.1rem; }
    .clemy-space-advice { padding: 25px 20px; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : PSYCHOMÉTRIE (#clemy-psychometry-symptom)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-psychometry-symptom {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-psychometry-symptom .inner-wrap {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : HARMONIE DU NUMÉRO AMÉTHYSTE */
    #clemy-psychometry-symptom .section-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        gap: 0 !important;
        margin-bottom: 35px !important;
    }

    #clemy-psychometry-symptom .step-num {
        font-size: 3.5rem !important; /* Réduction du 6rem massif */
        opacity: 0.12 !important;
        margin-bottom: -10px !important;
        line-height: 1 !important;
    }

    #clemy-psychometry-symptom .h2-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 290px;
        margin: 0 auto !important;
    }

    #clemy-psychometry-symptom .line-amethyst {
        margin: 15px auto 0 !important;
        width: 45px !important;
    }

    /* 3. INTRO : AÉRATION */
    #clemy-psychometry-symptom .intro-p {
        font-size: 1.05rem !important;
        text-align: center !important;
        margin-bottom: 35px !important;
        padding: 0 10px;
    }

    /* 4. MATTER READING CARD (L'ÉCRIN PRINCIPAL) */
    #clemy-psychometry-symptom .matter-reading-card {
        padding: 30px 20px !important; /* On libère de l'espace texte */
        border-radius: 25px !important;
    }

    #clemy-psychometry-symptom .h3-wine {
        font-size: 1.4rem !important;
        text-align: center;
        margin-bottom: 25px !important;
    }

    /* 5. GRID : PASSAGE EN COLONNE */
    #clemy-psychometry-symptom .matter-grid {
        grid-template-columns: 1fr !important; /* Empilement forcé */
        gap: 30px !important;
    }

    #clemy-psychometry-symptom .matter-text p {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        text-align: left !important;
    }

    /* 6. CONSEILS CLEMY (SPACE ADVICE) */
    #clemy-psychometry-symptom .clemy-space-advice {
        padding: 25px 20px !important;
        border-radius: 20px !important;
        border-left-width: 4px !important; /* Affinage de la bordure améthyste */
    }

    #clemy-psychometry-symptom .advice-tag {
        font-size: 0.65rem !important;
        padding: 5px 12px !important;
        margin-bottom: 12px !important;
    }

    #clemy-psychometry-symptom .clemy-space-advice p {
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
    }
}

/* Fix spécifique iPhone SE / Écrans < 350px */
@media (max-width: 350px) {
    #clemy-psychometry-symptom .h2-title { font-size: 1.4rem !important; }
    #clemy-psychometry-symptom .matter-reading-card { padding: 25px 15px !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-8aa305f *//* --- SECTION 04 : SYNCHRONICITÉS (DESIGN CÉLESTE) --- */
#clemy-synchronicites-symptom {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-gray: #F9F7FB;
    
    padding: clamp(60px, 8vw, 100px) 0;
    background: var(--white);
    font-family: 'Inter', -apple-system, sans-serif;
    color: var(--dark);
    line-height: 1.7;
}

.inner-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 25px;
}

/* HEADER REPRISE */
.section-header { display: flex; align-items: center; gap: 30px; margin-bottom: 40px; }
.step-num { font-size: clamp(4rem, 12vw, 6rem); font-weight: 900; color: var(--amethyst); opacity: 0.15; line-height: 1; }
.h2-title { font-size: clamp(1.8rem, 4vw, 2.5rem); font-weight: 300; margin: 0; line-height: 1.1; }
.h2-title strong { color: var(--dark); font-weight: 900; }
.line-wine { width: 60px; height: 5px; background: var(--wine); margin-top: 15px; border-radius: 10px; }

/* CELESTIAL QUOTE */
.celestial-quote {
    background: var(--dark);
    color: var(--white);
    padding: 40px;
    border-radius: 30px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(26, 11, 46, 0.2);
}

.quote-mark {
    position: absolute;
    top: -20px; left: 20px;
    font-size: 10rem;
    font-family: serif;
    opacity: 0.1;
    color: var(--amethyst);
}

.quote-content { position: relative; z-index: 1; text-align: center; }
.quote-content blockquote { font-size: 1.4rem; font-style: italic; margin: 0 0 10px 0; line-height: 1.4; }
.quote-content cite { font-size: 0.9rem; text-transform: uppercase; letter-spacing: 2px; opacity: 0.6; }

.intro-p { font-size: 1.15rem; color: #444; margin-bottom: 40px; text-align: center; max-width: 800px; margin-left: auto; margin-right: auto; }

/* SYNCHRO GRID */
.synchro-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.synchro-card {
    background: var(--white);
    border-radius: 30px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    border: 1px solid #F0F0F0;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
}

.synchro-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(142, 68, 173, 0.1); }

.card-aura {
    position: absolute;
    top: -50px; right: -50px;
    width: 150px; height: 150px;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.1;
    z-index: 0;
}

.card-mirror .card-aura { background: var(--amethyst); }
.card-instinct .card-aura { background: var(--wine); }

.card-inner { position: relative; z-index: 1; }
.h3-amethyst { color: var(--amethyst); font-weight: 900; margin-bottom: 15px; }
.h3-wine { color: var(--wine); font-weight: 900; margin-bottom: 15px; }

.card-desc { font-size: 0.95rem; color: #666; margin-top: 15px; padding-top: 15px; border-top: 1px solid #F0F0F0; }
.link-amethyst-under { color: var(--amethyst); text-decoration: underline; font-weight: 700; }

/* RESPONSIVE */
@media (max-width: 850px) {
    .section-header { flex-direction: column; align-items: flex-start; gap: 10px; }
    .quote-content blockquote { font-size: 1.2rem; }
}

@media (max-width: 600px) {
    .synchro-card { padding: 30px 20px; }
    .celestial-quote { padding: 30px 20px; border-radius: 20px; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : SYNCHRONICITÉS (#clemy-synchronicites-symptom)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-synchronicites-symptom {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-synchronicites-symptom .inner-wrap {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : HARMONIE DU NUMÉRO WINE */
    #clemy-synchronicites-symptom .section-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        gap: 0 !important;
        margin-bottom: 35px !important;
    }

    #clemy-synchronicites-symptom .step-num {
        font-size: 3.5rem !important; /* On réduit le 6rem massif */
        opacity: 0.12 !important;
        margin-bottom: -10px !important;
        line-height: 1 !important;
    }

    #clemy-synchronicites-symptom .h2-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 290px;
        margin: 0 auto !important;
    }

    #clemy-synchronicites-symptom .line-wine {
        margin: 15px auto 0 !important;
        width: 45px !important;
    }

    /* 3. CITATION CÉLESTE (L'ÉCRIN NOIR) */
    #clemy-synchronicites-symptom .celestial-quote {
        padding: 30px 20px !important;
        border-radius: 20px !important;
        margin-bottom: 35px !important;
    }

    #clemy-synchronicites-symptom .quote-mark {
        font-size: 7rem !important; /* On réduit pour éviter les bugs de rendu mobile */
        top: -5px !important;
        left: 10px !important;
    }

    #clemy-synchronicites-symptom .quote-content blockquote {
        font-size: 1.15rem !important;
        line-height: 1.5 !important;
    }

    #clemy-synchronicites-symptom .quote-content cite {
        font-size: 0.8rem !important;
    }

    /* 4. INTRO TEXTE */
    #clemy-synchronicites-symptom .intro-p {
        font-size: 1.05rem !important;
        padding: 0 10px !important;
        margin-bottom: 35px !important;
    }

    /* 5. SYNCHRO GRID : SAUVETAGE DU MINMAX */
    #clemy-synchronicites-symptom .synchro-grid {
        grid-template-columns: 1fr !important; /* Annulation du 320px ! */
        gap: 20px !important;
    }

    /* 6. SYNCHRO CARDS : STABILITÉ TACTILE */
    #clemy-synchronicites-symptom .synchro-card {
        padding: 25px 20px !important; /* Aération du texte */
        border-radius: 24px !important;
        transform: none !important; /* On fige le décalage horizontal au toucher */
    }

    #clemy-synchronicites-symptom .synchro-card:hover {
        transform: none !important; /* Suppression de l'effet de saut */
        box-shadow: 0 10px 25px rgba(142, 68, 173, 0.05) !important;
    }

    #clemy-synchronicites-symptom .h3-amethyst, 
    #clemy-synchronicites-symptom .h3-wine {
        font-size: 1.35rem !important;
        text-align: center;
        margin-bottom: 15px !important;
    }

    #clemy-synchronicites-symptom .card-inner p {
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
    }

    #clemy-synchronicites-symptom .card-desc {
        font-size: 0.9rem !important;
        margin-top: 15px !important;
        padding-top: 15px !important;
    }
}

/* Fix spécifique iPhone SE (320px) */
@media (max-width: 350px) {
    #clemy-synchronicites-symptom .h2-title { font-size: 1.4rem !important; }
    #clemy-synchronicites-symptom .quote-content blockquote { font-size: 1.05rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3750b74a *//* --- SECTION 05 : LE TEST & CTA FINAL --- */
#clemy-test-magnetisme, #clemy-awakening-cta {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-purple: #F8F5FA;
    
    font-family: 'Inter', -apple-system, sans-serif;
    line-height: 1.7;
}

#clemy-test-magnetisme {
    background: var(--white);
    padding: clamp(60px, 8vw, 100px) 0;
}

.inner-wrap { max-width: 1050px; margin: 0 auto; padding: 0 25px; }

/* HEADER COHÉRENT */
.section-header { display: flex; align-items: center; gap: 30px; margin-bottom: 50px; }
.step-num { font-size: clamp(4rem, 12vw, 6rem); font-weight: 900; color: var(--amethyst); opacity: 0.15; line-height: 1; }
.h2-title { font-size: clamp(1.8rem, 4vw, 2.5rem); font-weight: 300; margin: 0; line-height: 1.1; }
.h2-title strong { color: var(--dark); font-weight: 900; }
.line-amethyst { width: 60px; height: 5px; background: var(--amethyst); margin-top: 15px; border-radius: 10px; }

.intro-p { font-size: 1.2rem; color: #444; margin-bottom: 50px; }

/* --- TEST CONTAINER LUXE --- */
.test-container {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 40px;
    align-items: center;
}

.test-steps {
    background: var(--soft-purple);
    padding: clamp(30px, 5vw, 50px);
    border-radius: 35px;
    border: 1px solid rgba(142, 68, 173, 0.1);
}

.h3-wine { color: var(--wine); font-weight: 900; font-size: 1.6rem; margin-bottom: 30px; }

.luxe-steps { list-style: none; padding: 0; margin-bottom: 40px; }
.luxe-steps li { display: flex; gap: 20px; margin-bottom: 20px; align-items: flex-start; }

.step-badge {
    background: var(--dark);
    color: white;
    width: 32px; height: 32px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%; font-weight: 900; font-size: 0.8rem; flex-shrink: 0;
}

.luxe-steps li p { margin: 0; font-size: 1.05rem; color: #444; }

.question-highlight {
    background: var(--white);
    padding: 25px;
    border-radius: 20px;
    border-left: 5px solid var(--wine);
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}
.question-highlight h4 { color: var(--wine); margin: 0 0 10px 0; font-weight: 800; }
.question-highlight p { margin: 0; color: var(--dark); font-style: italic; }

/* RESULT CARD (VERTICAL FOCUS) */
.result-card {
    background: var(--dark);
    color: white;
    padding: 45px;
    border-radius: 35px;
    text-align: center;
    box-shadow: 0 30px 60px rgba(26, 11, 46, 0.2);
    position: relative;
    overflow: hidden;
}

.result-icon { font-size: 3rem; display: block; margin-bottom: 20px; filter: drop-shadow(0 0 10px var(--amethyst)); }
.h3-white { color: var(--amethyst); font-size: 1.8rem; margin-bottom: 20px; font-weight: 900; }
.result-inner p { opacity: 0.9; font-size: 1.1rem; line-height: 1.6; }

/* --- CTA FINAL (LE MONOLITHE) --- */
#clemy-awakening-cta { padding: 0 20px 100px; }

.cta-monolith {
    max-width: 1050px;
    margin: 0 auto;
    background: linear-gradient(135deg, var(--dark) 0%, var(--wine) 100%);
    border-radius: 40px;
    padding: clamp(60px, 8vw, 100px) 25px;
    text-align: center;
    color: var(--white);
    position: relative;
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(26, 11, 46, 0.3);
}

.cta-aura {
    position: absolute;
    top: -50%; left: 50%; transform: translateX(-50%);
    width: 800px; height: 800px;
    background: radial-gradient(circle, rgba(142, 68, 173, 0.3) 0%, transparent 65%);
    z-index: 0;
}

.cta-content { position: relative; z-index: 1; }
.cta-title { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 900; margin-bottom: 25px; }
.cta-desc { font-size: clamp(1.1rem, 3vw, 1.3rem); opacity: 0.95; max-width: 850px; margin: 0 auto 50px; line-height: 1.7; }

.btn-massive-white {
    display: inline-block;
    background: var(--white);
    color: var(--dark);
    padding: 22px clamp(30px, 5vw, 60px);
    border-radius: 100px;
    text-decoration: none;
    font-weight: 900;
    font-size: clamp(1.1rem, 3vw, 1.4rem);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-massive-white:hover { transform: scale(1.05) translateY(-5px); color: var(--wine); }

.cta-trust-bar {
    margin-top: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.7;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

/* RESPONSIVE */
@media (max-width: 950px) {
    .test-container { grid-template-columns: 1fr; }
    .section-header { flex-direction: column; align-items: flex-start; gap: 10px; }
}

@media (max-width: 600px) {
    .test-steps, .result-card { padding: 30px 20px; border-radius: 25px; }
    .cta-monolith { border-radius: 30px; padding: 60px 20px; }
    .cta-trust-bar { flex-direction: column; gap: 10px; }
    .cta-trust-bar span:nth-child(even) { display: none; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : TEST & FINAL CTA
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-test-magnetisme,
    #clemy-awakening-cta {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    .inner-wrap {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : LE DERNIER ÉQUILIBRE */
    .section-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        gap: 0 !important;
        margin-bottom: 35px !important;
    }

    .step-num {
        font-size: 3.5rem !important; /* Réduction du 6rem massif */
        opacity: 0.12 !important;
        margin-bottom: -10px !important;
        line-height: 1 !important;
    }

    .h2-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 290px;
        margin: 0 auto !important;
    }

    .line-amethyst {
        margin: 15px auto 0 !important;
        width: 45px !important;
    }

    .intro-p {
        font-size: 1.05rem !important;
        text-align: center !important;
        margin-bottom: 40px !important;
        padding: 0 10px;
    }

    /* 3. TEST CONTAINER : OPTIMISATION DE L'ESPACE */
    .test-container {
        grid-template-columns: 1fr !important; /* Empilement forcé */
        gap: 25px !important;
    }

    .test-steps {
        padding: 30px 20px !important; /* Libération de l'espace texte */
        border-radius: 24px !important;
    }

    .h3-wine {
        font-size: 1.4rem !important;
        text-align: center;
        margin-bottom: 25px !important;
    }

    .luxe-steps {
        margin-bottom: 30px !important;
    }

    .luxe-steps li {
        gap: 15px !important;
        margin-bottom: 20px !important;
    }

    .step-badge {
        width: 28px !important; /* Un peu plus discret sur mobile */
        height: 28px !important;
        font-size: 0.75rem !important;
    }

    .luxe-steps li p {
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
    }

    .question-highlight {
        padding: 20px 15px !important;
        border-radius: 18px !important;
        border-left-width: 4px !important; /* Affinage de la bordure */
    }

    .question-highlight h4 {
        font-size: 1.1rem !important;
    }

    .question-highlight p {
        font-size: 0.95rem !important;
    }

    /* 4. RESULT CARD (L'ÉCRIN NOIR) */
    .result-card {
        padding: 35px 20px !important;
        border-radius: 24px !important;
    }

    .result-icon {
        font-size: 2.5rem !important;
        margin-bottom: 15px !important;
    }

    .h3-white {
        font-size: 1.45rem !important;
    }

    .result-inner p {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
    }

    /* 5. CTA FINAL (LE MONOLITHE DE CONVERSION) */
    #clemy-awakening-cta {
        padding: 0 10px 60px !important;
    }

    .cta-monolith {
        padding: 50px 20px !important;
        border-radius: 30px !important;
    }

    .cta-aura {
        /* CRITIQUE : on réduit le halo pour la performance mobile */
        width: 350px !important;
        height: 350px !important;
        top: -10% !important;
    }

    .cta-title {
        font-size: 1.7rem !important;
        line-height: 1.1 !important;
    }

    .cta-desc {
        font-size: 1rem !important;
        margin-bottom: 35px !important;
    }

    /* 6. BOUTON MASSIVE : PRÉCISION TACTILE */
    .btn-massive-white {
        display: block !important; /* On force le block pour prendre 100% de la largeur */
        width: 100% !important;
        padding: 20px 15px !important;
        font-size: 1.15rem !important;
        box-sizing: border-box !important;
    }

    .btn-massive-white:hover {
        transform: none !important; /* Suppression de l'effet de saut au toucher */
    }

    /* 7. TRUST BAR : EMPILAGE PROPRE */
    .cta-trust-bar {
        margin-top: 35px !important;
        flex-direction: column !important; /* Empilement vertical des labels de confiance */
        gap: 12px !important;
        font-size: 0.7rem !important;
    }
    
    .cta-trust-bar span:nth-child(even) { 
        display: none !important; /* Ton excellente idée pour cacher les séparateurs "|" ou "•" */
    }
}

/* Fix spécifique iPhone SE (320px) */
@media (max-width: 350px) {
    .h2-title { font-size: 1.4rem !important; }
    .cta-title { font-size: 1.45rem !important; }
    .btn-massive-white { font-size: 1.05rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-cd6bdde *//* --- FAQ SYMPTÔMES : SYSTÈME DE PRÉCISION --- */
#clemy-faq-symptomes-don {
    --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', sans-serif;
    -webkit-font-smoothing: antialiased;
}

#clemy-faq-symptomes-don .faq-canvas {
    max-width: 900px; margin: 0 auto; padding: 0 25px;
}

/* --- HEADER --- */
#clemy-faq-symptomes-don .faq-header { text-align: center; margin-bottom: 60px; }

#clemy-faq-symptomes-don .kicker-badge {
    display: inline-block; background: var(--lavender); color: var(--purple);
    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(110, 27, 137, 0.1);
}

#clemy-faq-symptomes-don .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-symptomes-don .text-gradient {
    background: linear-gradient(135deg, var(--purple), var(--wine));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

/* --- ACCORDION SYSTEM --- */
#clemy-faq-symptomes-don .faq-accordion-group { display: flex; flex-direction: column; gap: 18px; }

#clemy-faq-symptomes-don .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-symptomes-don .faq-item:hover {
    border-color: var(--purple);
    box-shadow: 0 15px 35px rgba(110, 27, 137, 0.05);
}

#clemy-faq-symptomes-don .faq-item[open] {
    border-color: var(--purple);
    box-shadow: 0 25px 60px rgba(30, 16, 54, 0.08);
}

/* Highlighting the Body-Radar and Magnetism */
#clemy-faq-symptomes-don .featured-radar[open] { border-left: 6px solid var(--wine); }
#clemy-faq-symptomes-don .featured-magnetism[open] { border-left: 6px solid var(--wine); border-right: 6px solid var(--wine); }

/* Summary Styling */
#clemy-faq-symptomes-don summary {
    padding: 28px 30px; cursor: pointer; list-style: none;
    display: flex; align-items: center; gap: 20px;
}

#clemy-faq-symptomes-don summary::-webkit-details-marker { display: none; }

#clemy-faq-symptomes-don .q-num {
    font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 900;
    color: var(--purple); opacity: 0.4; min-width: 35px;
}

#clemy-faq-symptomes-don .q-text {
    font-size: 1.05rem; font-weight: 700; color: var(--dark);
    flex-grow: 1; padding-right: 30px; line-height: 1.4;
}

/* Custom Chevron Animation */
#clemy-faq-symptomes-don .q-chevron {
    width: 20px; height: 20px; position: relative; transition: 0.4s;
}
#clemy-faq-symptomes-don .q-chevron::before, 
#clemy-faq-symptomes-don .q-chevron::after {
    content: ''; position: absolute; top: 50%; left: 50%;
    width: 12px; height: 2px; background: var(--purple); transition: 0.4s;
}
#clemy-faq-symptomes-don .q-chevron::before { transform: translate(-50%, -50%) rotate(0deg); }
#clemy-faq-symptomes-don .q-chevron::after { transform: translate(-50%, -50%) rotate(90deg); }
#clemy-faq-symptomes-don .faq-item[open] .q-chevron { transform: rotate(45deg); }

/* Content Animation */
#clemy-faq-symptomes-don .faq-content {
    padding: 0 35px 35px 85px; color: #555;
    line-height: 1.8; font-size: 1rem;
    animation: faqSymptomFade 0.5s ease-out;
}

@keyframes faqSymptomFade {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

#clemy-faq-symptomes-don .faq-content strong { color: var(--wine); font-weight: 800; }

/* --- RESPONSIVE ADAPTATION --- */
@media (max-width: 768px) {
    #clemy-faq-symptomes-don .faq-canvas { padding: 0 20px; }
    #clemy-faq-symptomes-don .q-num { display: none; }
    #clemy-faq-symptomes-don .faq-content { padding: 0 25px 30px 25px; }
    #clemy-faq-symptomes-don .display-title { text-align: left; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : FAQ SYMPTÔMES (#clemy-faq-symptomes-don)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-faq-symptomes-don {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-faq-symptomes-don .faq-canvas {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : HARMONIE ET CENTRAGE */
    #clemy-faq-symptomes-don .faq-header {
        margin-bottom: 35px !important;
        text-align: center !important;
    }

    #clemy-faq-symptomes-don .display-title {
        font-size: 1.8rem !important;
        line-height: 1.2 !important;
        text-align: center !important; /* Force le centrage mobile */
    }

    #clemy-faq-symptomes-don .kicker-badge {
        font-size: 0.65rem !important;
        padding: 6px 15px !important;
        letter-spacing: 2px !important;
    }

    /* 3. ACCORDÉONS : STRUCTURE TACTILE */
    #clemy-faq-symptomes-don .faq-accordion-group {
        gap: 12px !important;
    }

    #clemy-faq-symptomes-don .faq-item {
        border-radius: 16px !important;
    }

    #clemy-faq-symptomes-don summary {
        padding: 22px 15px !important;
        gap: 12px !important;
    }

    #clemy-faq-symptomes-don .q-num {
        display: none !important; /* Suppression du numéro pour gagner de la place */
    }

    #clemy-faq-symptomes-don .q-text {
        font-size: 0.95rem !important;
        padding-right: 10px !important;
        line-height: 1.4 !important;
    }

    /* 4. LE CONTENU : MAXIMISATION DE L'ESPACE */
    #clemy-faq-symptomes-don .faq-content {
        padding: 0 15px 25px 15px !important; /* On récupère un maximum de largeur */
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        text-align: left !important;
    }

    /* 5. GESTION DES BORDURES "FEATURED" (RADAR & MAGNÉTISME) */
    #clemy-faq-symptomes-don .featured-radar[open] {
        border-left-width: 4px !important;
    }

    #clemy-faq-symptomes-don .featured-magnetism[open] {
        border-left-width: 4px !important;
        border-right-width: 4px !important; /* Affinage de la double bordure */
    }

    /* Chevron tactile */
    #clemy-faq-symptomes-don .q-chevron {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }
}

/* Fix spécifique iPhone SE / Écrans < 350px */
@media (max-width: 350px) {
    #clemy-faq-symptomes-don .display-title { font-size: 1.55rem !important; }
    #clemy-faq-symptomes-don .q-text { font-size: 0.85rem !important; }
}/* End custom CSS */