.elementor-5212 .elementor-element.elementor-element-7b77099a{--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-2c3b1c0 *//* --- CONFIGURATION SAINT-VALENTIN : WINE & AMETHYST SYSTEM --- */
#clemy-valentin-portal {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-gray: #F9F7FB;
    
    background-color: var(--white);
    color: var(--dark);
    font-family: 'Inter', -apple-system, sans-serif;
    line-height: 1.7;
    overflow-x: hidden;
    padding-bottom: 80px;
}

/* --- HERO & TITRE RESPONSIVE --- */
.portal-hero {
    padding: clamp(60px, 10vw, 90px) 20px 40px;
    text-align: center;
}

.portal-title {
    font-size: clamp(1.8rem, 6vw, 3.2rem);
    font-weight: 900;
    line-height: 1.1;
    margin: 0;
    color: var(--dark);
}

.portal-title span {
    background: linear-gradient(135deg, var(--wine), var(--amethyst));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    margin-top: 10px;
}

.title-underline {
    width: 60px; height: 5px;
    background: linear-gradient(90deg, var(--wine), var(--amethyst));
    margin: 30px auto 0;
    border-radius: 50px;
}

/* --- NAVIGATION GLASSMORPHISM (LIQUIDE) --- */
.portal-nav {
    position: sticky; top: 15px;
    z-index: 1000;
    margin: 0 15px;
}

.nav-container {
    max-width: 1100px; margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(15px) saturate(180%);
    -webkit-backdrop-filter: blur(15px) saturate(180%);
    padding: 10px 20px;
    border-radius: 100px;
    display: flex; justify-content: space-between; align-items: center;
    border: 1px solid rgba(142, 68, 173, 0.1);
    box-shadow: 0 15px 35px rgba(26, 11, 46, 0.05);
}

.nav-logo { font-weight: 900; font-size: 0.8rem; letter-spacing: 1px; color: var(--dark); text-transform: uppercase; }
.nav-logo span { color: var(--wine); }

.nav-links { display: flex; gap: 5px; }
.nav-links a {
    text-decoration: none; color: #555; font-size: 0.75rem; font-weight: 700;
    padding: 8px 12px; border-radius: 50px; transition: 0.3s;
}
.nav-links a:hover { background: var(--wine); color: var(--white); }

/* --- INTRO ZONE --- */
.portal-intro-zone {
    text-align: center; max-width: 850px;
    margin: 50px auto; padding: 0 25px;
}

.badge-amethyst {
    background: rgba(142, 68, 173, 0.08); color: var(--amethyst);
    padding: 6px 20px; border-radius: 50px;
    font-size: 0.75rem; font-weight: 900; text-transform: uppercase; letter-spacing: 2px;
    display: inline-block; margin-bottom: 25px;
}

.lead-text { font-size: clamp(1.1rem, 2vw, 1.3rem); color: #444; }

/* --- MONOLITH CARD (ADAPTATIVE) --- */
.monolith-wrapper { max-width: 1000px; margin: 0 auto; padding: 0 20px; }

.monolith-card {
    background: var(--white); border-radius: 35px;
    display: flex; overflow: hidden;
    box-shadow: 0 30px 80px rgba(26, 11, 46, 0.06);
    border: 1px solid #F0F0F0;
}

.monolith-accent {
    width: 10px; background: linear-gradient(to bottom, var(--wine), var(--amethyst));
    flex-shrink: 0;
}

.monolith-content { padding: clamp(30px, 5vw, 60px); width: 100%; }

.p-accent {
    font-size: clamp(1.1rem, 2vw, 1.25rem); font-weight: 400; color: #333;
    margin-top: 0; margin-bottom: 30px; text-align: left;
}

/* BLOC CITATION (L'EFFET GLOW) */
.inner-quote-box {
    margin: 40px 0; padding: 30px;
    background: var(--soft-gray); border-radius: 25px;
    border-left: 5px solid var(--amethyst);
}

.inner-quote-box p {
    margin: 0; color: var(--wine);
    font-size: clamp(1.1rem, 2vw, 1.25rem);
    font-style: italic; font-weight: 600; text-align: center; line-height: 1.5;
}

.p-conclusion { color: #444; font-size: 1.1rem; line-height: 1.8; }
.p-conclusion strong { color: var(--dark); font-weight: 800; }

/* --- RESPONSIVE LOGIC --- */
@media (max-width: 900px) {
    .nav-links { display: none; } /* On cache les liens sur tablette/mobile pour le confort */
    .nav-container { justify-content: center; }
}

@media (max-width: 650px) {
    .monolith-card { flex-direction: column; }
    .monolith-accent { width: 100%; height: 8px; }
    .p-accent, .p-conclusion { text-align: left; }
    .inner-quote-box { padding: 20px; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : VALENTIN (#clemy-valentin-portal)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & SÉCURITÉ */
    #clemy-valentin-portal {
        padding-bottom: 50px !important;
        overflow-x: hidden !important;
    }

    /* 2. NAV CAPSULE : OPTIMISATION CENTRÉE */
    .portal-nav {
        top: 10px !important;
        margin: 0 10px !important;
    }

    .nav-container {
        padding: 8px 15px !important;
        border-radius: 40px !important;
        justify-content: center !important; /* On centre le logo car les liens disparaissent */
    }

    .nav-logo {
        font-size: 0.7rem !important;
        letter-spacing: 1.5px !important;
    }

    /* 3. HERO : ON DOMPTE LE TITRE CLAMP */
    .portal-hero {
        padding: 50px 15px 30px !important;
    }

    .portal-title {
        font-size: 1.7rem !important; /* Taille de sécurité pour éviter les césures */
        line-height: 1.2 !important;
    }

    .portal-title span {
        margin-top: 5px !important;
        font-size: 1.4rem !important;
    }

    .title-underline {
        margin: 20px auto 0 !important;
        width: 40px !important;
        height: 4px !important;
    }

    /* 4. INTRO ZONE */
    .portal-intro-zone {
        margin: 30px auto !important;
        padding: 0 20px !important;
    }

    .badge-amethyst {
        font-size: 0.65rem !important;
        padding: 5px 15px !important;
        margin-bottom: 20px !important;
    }

    .lead-text {
        font-size: 1rem !important;
        line-height: 1.6 !important;
    }

    /* 5. MONOLITH CARD : L'ADAPTATION CRITIQUE */
    .monolith-wrapper {
        padding: 0 15px !important;
    }

    .monolith-card {
        flex-direction: column !important; /* On empile verticalement */
        border-radius: 24px !important;
        border: 1px solid #F0F0F0 !important;
    }

    .monolith-accent {
        width: 100% !important;
        height: 6px !important; /* La barre devient horizontale en haut */
        background: linear-gradient(to right, var(--wine), var(--amethyst)) !important;
    }

    .monolith-content {
        padding: 30px 20px !important; /* On réduit le padding 60px */
    }

    .p-accent {
        font-size: 1.05rem !important;
        line-height: 1.5 !important;
        text-align: left !important;
        margin-bottom: 25px !important;
    }

    /* 6. QUOTE BOX : L'ÉLÉGANCE MOBILE */
    .inner-quote-box {
        margin: 30px 0 !important;
        padding: 25px 15px !important;
        border-left: 4px solid var(--amethyst) !important;
        border-radius: 20px !important;
    }

    .inner-quote-box p {
        font-size: 1rem !important;
        line-height: 1.4 !important;
    }

    .p-conclusion {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        text-align: left !important;
    }
}

/* Fix spécifique pour les écrans ultra-compacts (iPhone SE / 320px) */
@media (max-width: 350px) {
    .portal-title { font-size: 1.5rem !important; }
    .monolith-content { padding: 25px 15px !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-33386de *//* --- SECTION 01 : PRESSION VALENTIN (DESIGN RÉVÉLATEUR) --- */
#clemy-valentin-pression {
    --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 STYLE COHÉRENT */
.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(--wine); opacity: 0.1; 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; }

/* INTRO JUSTIFIÉE */
.intro-p-justified { 
    font-size: 1.2rem; color: #444; 
    margin-bottom: 50px; text-align: justify; 
    max-width: 900px;
}

/* MONOLITHE CRASH TEST */
.crash-test-monolith {
    background: var(--soft-gray);
    border-radius: 40px;
    padding: clamp(30px, 5vw, 60px);
    border-right: 8px solid var(--wine);
    box-shadow: 0 20px 50px rgba(0,0,0,0.03);
}

.monolith-header { margin-bottom: 40px; }
.h3-wine { color: var(--wine); font-size: 1.8rem; font-weight: 900; margin-bottom: 10px; }
.sub-lead { font-size: 1.1rem; color: #666; font-weight: 500; }

/* GRILLE DES PROFILS RESPONSIVE */
.profiles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.profile-card {
    background: var(--white);
    padding: 30px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    transition: transform 0.3s ease;
}

.profile-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(154, 42, 91, 0.08); }

.profile-icon { font-size: 2rem; }
.profile-card h4 { margin: 0; color: var(--dark); font-weight: 800; font-size: 1.15rem; }
.profile-card p { margin: 0; font-size: 0.95rem; color: #555; text-align: left; }

/* FOOTER DU MONOLITHE */
.monolith-footer {
    border-top: 2px solid rgba(0,0,0,0.05);
    padding-top: 30px;
}

.monolith-footer p {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--dark);
    line-height: 1.6;
    text-align: justify;
}

/* RESPONSIVE LOGIC */
@media (max-width: 850px) {
    .section-header { flex-direction: column; align-items: flex-start; gap: 10px; }
    .intro-p-justified, .monolith-footer p { text-align: left; }
    .crash-test-monolith { border-right: none; border-bottom: 8px solid var(--wine); }
}

@media (max-width: 480px) {
    .profile-card { padding: 25px; }
    .h3-wine { font-size: 1.5rem; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : PRESSION (#clemy-valentin-pression)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-SCROLL */
    #clemy-valentin-pression {
        padding: 50px 0 !important; /* On réduit le clamp massif */
        overflow-x: hidden !important;
    }

    #clemy-valentin-pression .inner-wrap {
        padding: 0 20px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : ON DOMPTE LE NUMÉRO 6REM */
    #clemy-valentin-pression .section-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        gap: 0 !important;
        margin-bottom: 35px !important;
    }

    #clemy-valentin-pression .step-num {
        font-size: 4.5rem !important; /* Réduction du 6rem */
        opacity: 0.1 !important;
        margin-bottom: -15px !important;
        line-height: 1 !important;
    }

    #clemy-valentin-pression .h2-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 290px;
        margin: 0 auto !important;
    }

    #clemy-valentin-pression .line-wine {
        margin: 15px auto 0 !important;
        width: 40px !important;
    }

    /* 3. INTRO : LISIBILITÉ */
    #clemy-valentin-pression .intro-p-justified {
        font-size: 1.05rem !important;
        text-align: left !important; /* On bannit le justify sur mobile */
        line-height: 1.6 !important;
        margin-bottom: 40px !important;
    }

    /* 4. MONOLITHE : TRANSFORMATION VERTICALE */
    #clemy-valentin-pression .crash-test-monolith {
        padding: 30px 20px !important;
        border-radius: 24px !important;
        border-right: none !important; /* On supprime la bordure latérale */
        border-top: 8px solid var(--wine) !important; /* On la met en haut */
        margin: 0 !important;
    }

    #clemy-valentin-pression .monolith-header {
        margin-bottom: 30px !important;
        text-align: center;
    }

    #clemy-valentin-pression .h3-wine {
        font-size: 1.4rem !important;
    }

    /* 5. PROFILES GRID : LE CORRECTIF CRITIQUE */
    #clemy-valentin-pression .profiles-grid {
        /* On force le 1fr pour que la carte s'adapte au pixel près */
        grid-template-columns: 1fr !important; 
        gap: 20px !important;
    }

    #clemy-valentin-pression .profile-card {
        padding: 25px 20px !important;
        border-radius: 20px !important;
        transform: none !important; /* On fige pour la stabilité tactile */
    }

    #clemy-valentin-pression .profile-card p {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
    }

    /* 6. MONOLITH FOOTER */
    #clemy-valentin-pression .monolith-footer {
        padding-top: 25px !important;
    }

    #clemy-valentin-pression .monolith-footer p {
        font-size: 1rem !important;
        text-align: left !important;
    }
}

/* Fix spécifique pour iPhone SE / Écrans < 350px */
@media (max-width: 350px) {
    #clemy-valentin-pression .h2-title { font-size: 1.4rem !important; }
    #clemy-valentin-pression .step-num { font-size: 3.5rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-6301e76 *//* --- SECTION 02 : SOLO VALENTIN (DESIGN RÉVÉLATION) --- */
#clemy-valentin-solo {
    --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: 1150px;
    margin: 0 auto;
    padding: 0 25px;
}

/* HEADER STYLE 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.1; 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; }

/* LAYOUT SPLIT */
.split-reveal {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 60px;
    align-items: center;
}

.intro-p-justified { font-size: 1.2rem; color: #444; margin-bottom: 40px; text-align: justify; }
.h3-wine { color: var(--wine); font-size: 1.5rem; font-weight: 900; margin-bottom: 25px; }

/* DASHBOARD */
.reveal-dashboard { display: flex; flex-direction: column; gap: 20px; }

.reveal-card {
    background: var(--soft-gray);
    border-radius: 20px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
    transition: transform 0.3s ease;
}

.reveal-card:hover { transform: translateX(10px); background: white; box-shadow: 0 15px 40px rgba(142, 68, 173, 0.08); }

.card-accent-wine { width: 6px; background: var(--wine); }
.card-accent-amethyst { width: 6px; background: var(--amethyst); }
.card-accent-dark { width: 6px; background: var(--dark); }

.card-body { padding: 25px 30px; }
.card-body h4 { margin: 0 0 10px; font-size: 1.1rem; font-weight: 800; color: var(--dark); }
.card-body p { margin: 0; font-size: 0.95rem; color: #555; text-align: left; }
.link-amethyst-bold { color: var(--amethyst); text-decoration: underline; font-weight: 800; }

/* VISUEL Mystic Polaroid */
.visual-col { position: relative; }
.mystic-frame {
    padding: 15px;
    background: white;
    border-radius: 25px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    transform: rotate(2.5deg);
    transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mystic-frame:hover { transform: rotate(0deg) scale(1.05); }
.mystic-frame img { width: 100%; border-radius: 15px; display: block; }

.frame-tag {
    position: absolute; bottom: 25px; left: -10px;
    background: var(--dark); color: white;
    padding: 8px 20px; border-radius: 50px;
    font-size: 0.75rem; font-weight: 900; text-transform: uppercase; letter-spacing: 1px;
}

/* RESPONSIVE */
@media (max-width: 950px) {
    .split-reveal { grid-template-columns: 1fr; gap: 50px; }
    .visual-col { order: -1; max-width: 450px; margin: 0 auto; }
    .mystic-frame { transform: none; }
    .intro-p-justified { text-align: left; }
}

@media (max-width: 480px) {
    .card-body { padding: 20px; }
    .h3-wine { font-size: 1.3rem; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : SOLO (#clemy-valentin-solo)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-SCROLL */
    #clemy-valentin-solo {
        padding: 50px 0 !important; /* On réduit le padding clamp */
        overflow-x: hidden !important;
    }

    #clemy-valentin-solo .inner-wrap {
        padding: 0 20px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : ON DOMPTE L'AMÉTHYSTE */
    #clemy-valentin-solo .section-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        gap: 0 !important;
        margin-bottom: 35px !important;
    }

    #clemy-valentin-solo .step-num {
        font-size: 4rem !important; /* On réduit le 6rem massif */
        opacity: 0.1 !important;
        margin-bottom: -10px !important;
        line-height: 1 !important;
    }

    #clemy-valentin-solo .h2-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 290px;
        margin: 0 auto !important;
    }

    #clemy-valentin-solo .line-amethyst {
        margin: 15px auto 0 !important;
        width: 40px !important;
    }

    /* 3. LAYOUT SPLIT : PASSAGE EN FLUX VERTICAL */
    #clemy-valentin-solo .split-reveal {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }

    #clemy-valentin-solo .intro-p-justified {
        font-size: 1.05rem !important;
        text-align: left !important; /* Adieu le justify */
        line-height: 1.6 !important;
        margin-bottom: 30px !important;
    }

    #clemy-valentin-solo .h3-wine {
        font-size: 1.35rem !important;
        text-align: center;
        margin-bottom: 20px !important;
    }

    /* 4. DASHBOARD & CARDS */
    #clemy-valentin-solo .reveal-card {
        border-radius: 16px !important;
        transform: none !important; /* On fige pour la stabilité tactile */
    }

    #clemy-valentin-solo .reveal-card:hover {
        transform: none !important; /* On supprime le décalage horizontal au survol */
        box-shadow: 0 5px 15px rgba(0,0,0,0.05) !important;
    }

    #clemy-valentin-solo .card-body {
        padding: 20px 15px !important;
    }

    #clemy-valentin-solo .card-body h4 {
        font-size: 1rem !important;
    }

    /* 5. VISUEL MYSTIC POLAROID : LE POINT CRITIQUE */
    #clemy-valentin-solo .visual-col {
        order: -1 !important; /* L'image repasse au-dessus du texte sur mobile */
        max-width: 320px !important;
        margin: 0 auto 20px !important;
    }

    #clemy-valentin-solo .mystic-frame {
        transform: none !important; /* On enlève la rotation qui crée du scroll */
        padding: 10px !important;
        border-radius: 15px !important;
    }

    #clemy-valentin-solo .frame-tag {
        /* On ramène le badge à l'intérieur de l'image */
        left: 10px !important; 
        bottom: 15px !important;
        font-size: 0.65rem !important;
        padding: 6px 15px !important;
        letter-spacing: 1px !important;
        box-shadow: 0 5px 15px rgba(0,0,0,0.2) !important;
    }
}

/* Fix spécifique iPhone SE / Écrans < 350px */
@media (max-width: 350px) {
    #clemy-valentin-solo .h2-title { font-size: 1.4rem !important; }
    #clemy-valentin-solo .step-num { font-size: 3.5rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-e9129a1 *//* --- SECTION 03 : COUPLE VALENTIN (DESIGN DIAGNOSTIC) --- */
#clemy-valentin-couple {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-amethyst: #F4F0F7;
    
    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 STYLE */
.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(--wine); opacity: 0.1; 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; }

/* INTRO */
.intro-p-justified { 
    font-size: 1.2rem; color: #444; 
    margin-bottom: 50px; text-align: justify; 
    max-width: 900px;
}

/* DIAGNOSTIC MONOLITH */
.diagnostic-monolith {
    background: var(--soft-amethyst);
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(26, 11, 46, 0.05);
    border: 1px solid rgba(142, 68, 173, 0.1);
}

.monolith-body { padding: clamp(35px, 6vw, 70px); }

.insight-badge {
    background: var(--amethyst);
    color: white;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 25px;
}

.h3-wine { color: var(--wine); font-size: 1.8rem; font-weight: 900; margin-bottom: 25px; }
.p-main { font-size: 1.1rem; color: #555; margin-bottom: 40px; text-align: justify; }

/* ZONE DES QUESTIONS */
.questions-zone {
    background: white;
    padding: 35px;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}

.questions-lead { font-weight: 800; color: var(--dark); margin-bottom: 20px; font-size: 1.05rem; }

.custom-heart-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-heart-list li {
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative;
    font-size: 1rem;
    color: #555;
    line-height: 1.5;
}

.custom-heart-list li::before {
    content: "✦";
    position: absolute;
    left: 0;
    color: var(--amethyst);
    font-weight: bold;
}

.flame-text { color: var(--amethyst); font-weight: 900; }

/* FOOTER DARK */
.monolith-footer-dark {
    background: var(--dark);
    color: white;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 25px;
}

.footer-icon { font-size: 2.5rem; opacity: 0.8; }
.monolith-footer-dark p {
    margin: 0; font-size: 1.15rem; font-weight: 700; 
    line-height: 1.5; text-align: justify;
}

/* RESPONSIVE */
@media (max-width: 850px) {
    .section-header { flex-direction: column; align-items: flex-start; gap: 10px; }
    .monolith-body { padding: 35px 25px; }
    .questions-zone { padding: 25px; }
    .monolith-footer-dark { flex-direction: column; text-align: center; gap: 15px; }
    .intro-p-justified, .p-main, .monolith-footer-dark p { text-align: left; }
}

@media (max-width: 480px) {
    .h3-wine { font-size: 1.4rem; }
    .monolith-footer-dark p { font-size: 1rem; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : COUPLE (#clemy-valentin-couple)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-SCROLL */
    #clemy-valentin-couple {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-valentin-couple .inner-wrap {
        padding: 0 20px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : ON DOMPTE LE NUMÉRO WINE */
    #clemy-valentin-couple .section-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        gap: 0 !important;
        margin-bottom: 35px !important;
    }

    #clemy-valentin-couple .step-num {
        font-size: 4.5rem !important; /* On réduit le 6rem massif */
        opacity: 0.1 !important;
        margin-bottom: -15px !important;
        line-height: 1 !important;
    }

    #clemy-valentin-couple .h2-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 290px;
        margin: 0 auto !important;
    }

    #clemy-valentin-couple .line-wine {
        margin: 15px auto 0 !important;
        width: 40px !important;
    }

    /* 3. INTRO : LISIBILITÉ */
    #clemy-valentin-couple .intro-p-justified {
        font-size: 1.05rem !important;
        text-align: left !important; /* On bannit le justify */
        line-height: 1.6 !important;
        margin-bottom: 40px !important;
    }

    /* 4. DIAGNOSTIC MONOLITH : ADAPTATION */
    #clemy-valentin-couple .diagnostic-monolith {
        border-radius: 24px !important;
        margin: 0 !important;
    }

    #clemy-valentin-couple .monolith-body {
        padding: 30px 20px !important; /* On réduit le padding 70px */
    }

    #clemy-valentin-couple .insight-badge {
        font-size: 0.65rem !important;
        padding: 5px 15px !important;
        margin-bottom: 20px !important;
    }

    #clemy-valentin-couple .h3-wine {
        font-size: 1.4rem !important;
        text-align: center;
        margin-bottom: 20px !important;
    }

    #clemy-valentin-couple .p-main {
        font-size: 1rem !important;
        text-align: left !important;
        line-height: 1.6 !important;
    }

    /* 5. ZONE DES QUESTIONS (LISTE) */
    #clemy-valentin-couple .questions-zone {
        padding: 25px 20px !important;
        border-radius: 20px !important;
    }

    #clemy-valentin-couple .questions-lead {
        font-size: 1rem !important;
        text-align: center;
    }

    #clemy-valentin-couple .custom-heart-list li {
        font-size: 0.95rem !important;
        padding-left: 25px !important;
        margin-bottom: 12px !important;
    }

    /* 6. FOOTER DARK : LE POINT CRITIQUE */
    #clemy-valentin-couple .monolith-footer-dark {
        flex-direction: column !important;
        text-align: center !important;
        padding: 30px 20px !important;
        gap: 15px !important;
    }

    #clemy-valentin-couple .footer-icon {
        font-size: 2rem !important;
    }

    #clemy-valentin-couple .monolith-footer-dark p {
        font-size: 0.95rem !important;
        text-align: center !important; /* Centrage pour l'harmonie mobile */
        line-height: 1.5 !important;
    }
}

/* Fix spécifique iPhone SE / Écrans < 350px */
@media (max-width: 350px) {
    #clemy-valentin-couple .h2-title { font-size: 1.4rem !important; }
    #clemy-valentin-couple .step-num { font-size: 3.5rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-ec36339 *//* --- SECTION 04 : LE FANTÔME DE L'EX (CHARTE WINE & AMETHYST) --- */
#clemy-valentin-ex {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-gray: #F9F7FB;
    
    padding: clamp(50px, 8vw, 90px) 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 20px;
}

/* HEADER STYLE */
.section-header { display: flex; align-items: center; gap: clamp(15px, 4vw, 30px); margin-bottom: 40px; }
.step-num { font-size: clamp(3.5rem, 10vw, 5.5rem); font-weight: 900; color: var(--amethyst); opacity: 0.15; line-height: 1; }
.h2-title { font-size: clamp(1.6rem, 4vw, 2.3rem); font-weight: 300; margin: 0; line-height: 1.1; }
.h2-title strong { color: var(--dark); font-weight: 900; }
.line-amethyst { width: 50px; height: 5px; background: var(--amethyst); margin-top: 15px; border-radius: 10px; }

/* TEXTE INTRO */
.intro-p-justified { 
    font-size: clamp(1.05rem, 2vw, 1.15rem); color: #444; 
    margin-bottom: 50px; text-align: justify; 
    max-width: 850px;
}

/* GRID ADAPTATIVE */
.ex-dual-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

/* CARTES D'ANALYSE */
.ex-analysis-card {
    background: var(--white);
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.04);
    border: 1px solid #F0F0F0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ex-analysis-card:hover { 
    transform: translateY(-8px); 
    box-shadow: 0 25px 50px rgba(142, 68, 173, 0.1); 
}

.card-aura {
    height: 6px;
    width: 100%;
}
.aura-wine { background: var(--wine); }
.aura-amethyst { background: var(--amethyst); }

.card-content { padding: 35px; }

.h3-wine { color: var(--wine); font-size: 1.4rem; font-weight: 900; margin-bottom: 20px; }
.h3-amethyst { color: var(--amethyst); font-size: 1.4rem; font-weight: 900; margin-bottom: 20px; }

.ex-analysis-card p { font-size: 1rem; color: #555; text-align: justify; margin: 0; }

/* BLOCS DE SYNTHÈSE (FOCUS) */
.candor-box, .strategy-box {
    margin-top: 25px;
    padding: 20px;
    border-radius: 15px;
    font-size: 0.95rem;
    line-height: 1.6;
}

.candor-box { background: rgba(154, 42, 91, 0.05); color: var(--wine); border-left: 4px solid var(--wine); }
.strategy-box { background: rgba(142, 68, 173, 0.05); color: var(--amethyst); border-left: 4px solid var(--amethyst); font-style: italic; }

.candor-box strong { font-weight: 900; text-transform: uppercase; letter-spacing: 0.5px; }

/* RESPONSIVE AJUSTEMENTS */
@media (max-width: 850px) {
    .section-header { flex-direction: column; align-items: flex-start; gap: 10px; }
    .intro-p-justified, .ex-analysis-card p { text-align: left; }
}

@media (max-width: 480px) {
    .card-content { padding: 25px; }
    .h3-wine, .h3-amethyst { font-size: 1.25rem; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : L'EX (#clemy-valentin-ex)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-SCROLL */
    #clemy-valentin-ex {
        padding: 40px 0 !important; /* On réduit le padding clamp */
        overflow-x: hidden !important;
    }

    #clemy-valentin-ex .inner-wrap {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : ON ÉQUILIBRE LE NUMÉRO AMÉTHYSTE */
    #clemy-valentin-ex .section-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        gap: 0 !important;
        margin-bottom: 30px !important;
    }

    #clemy-valentin-ex .step-num {
        font-size: 3.5rem !important; /* On réduit pour éviter l'encombrement */
        opacity: 0.12 !important;
        margin-bottom: -10px !important;
        line-height: 1 !important;
    }

    #clemy-valentin-ex .h2-title {
        font-size: 1.5rem !important;
        line-height: 1.2 !important;
        max-width: 280px;
        margin: 0 auto !important;
    }

    #clemy-valentin-ex .line-amethyst {
        margin: 15px auto 0 !important;
        width: 40px !important;
    }

    /* 3. TEXTE : ADIEU LE JUSTIFY */
    #clemy-valentin-ex .intro-p-justified {
        font-size: 1rem !important;
        text-align: left !important; /* Plus de trous blancs sur mobile */
        line-height: 1.6 !important;
        margin-bottom: 35px !important;
    }

    /* 4. GRID : LE CORRECTIF CRITIQUE */
    #clemy-valentin-ex .ex-dual-grid {
        /* On force le 1fr pour que la carte s'adapte au pixel près */
        grid-template-columns: 1fr !important; 
        gap: 20px !important;
    }

    /* 5. CARTES D'ANALYSE */
    #clemy-valentin-ex .ex-analysis-card {
        border-radius: 20px !important;
        transform: none !important; /* Stabilité tactile */
    }

    #clemy-valentin-ex .ex-analysis-card:hover {
        transform: none !important;
        box-shadow: 0 10px 25px rgba(0,0,0,0.05) !important;
    }

    #clemy-valentin-ex .card-content {
        padding: 25px 20px !important;
    }

    #clemy-valentin-ex .h3-wine, 
    #clemy-valentin-ex .h3-amethyst {
        font-size: 1.25rem !important;
        text-align: center;
        margin-bottom: 15px !important;
    }

    #clemy-valentin-ex .ex-analysis-card p {
        font-size: 0.95rem !important;
        text-align: left !important;
        line-height: 1.5 !important;
    }

    /* 6. BLOCS FOCUS (CANDOR & STRATEGY) */
    #clemy-valentin-ex .candor-box, 
    #clemy-valentin-ex .strategy-box {
        padding: 15px !important;
        font-size: 0.9rem !important;
        border-left-width: 3px !important;
    }
}

/* Fix spécifique iPhone SE / Écrans < 350px */
@media (max-width: 350px) {
    #clemy-valentin-ex .h2-title { font-size: 1.35rem !important; }
    #clemy-valentin-ex .step-num { font-size: 3rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3ebcc4ed *//* --- SECTION 05 & FINAL CTA : DESIGN CLARTÉ & VÉRITÉ --- */
#clemy-valentin-clarte, #clemy-valentin-final-cta {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-gray: #F9F7FB;
    
    padding: 0;
    font-family: 'Inter', -apple-system, sans-serif;
    line-height: 1.7;
}

.inner-wrap { max-width: 1050px; margin: 0 auto; padding: 0 20px; }

/* HEADER */
.section-header { display: flex; align-items: center; gap: 20px; margin-bottom: 40px; padding-top: 60px; }
.step-num { font-size: clamp(3.5rem, 10vw, 5.5rem); font-weight: 900; color: var(--wine); opacity: 0.15; line-height: 1; }
.h2-title { font-size: clamp(1.6rem, 4vw, 2.3rem); font-weight: 300; margin: 0; line-height: 1.1; color: var(--dark); }
.h2-title strong { font-weight: 900; }
.line-wine { width: 50px; height: 5px; background: var(--wine); margin-top: 15px; border-radius: 10px; }

/* INTRO */
.intro-p-justified { font-size: 1.15rem; color: #444; margin-bottom: 50px; text-align: justify; max-width: 850px; }

/* SESSION MONOLITH */
.session-monolith {
    background: var(--soft-gray);
    border-radius: 35px;
    padding: clamp(30px, 5vw, 60px);
    margin-bottom: 60px;
    border: 1px solid #EEE;
}

.h3-wine { color: var(--wine); font-size: clamp(1.3rem, 3vw, 1.7rem); font-weight: 900; margin-bottom: 40px; }

.session-steps { display: flex; flex-direction: column; gap: 30px; }

.step-item { display: flex; gap: 25px; align-items: flex-start; }

.step-marker {
    width: 45px; height: 45px; background: var(--dark); color: white;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%; font-weight: 900; font-size: 0.9rem; flex-shrink: 0;
}

.step-content h4 { margin: 0 0 8px 0; color: var(--wine); font-weight: 800; font-size: 1.1rem; }
.step-content p { margin: 0; font-size: 1rem; color: #555; text-align: left; }

/* IMAGE FOOTER */
.visual-footer { text-align: center; margin-bottom: 80px; }
.image-portal-luxe { display: inline-block; position: relative; padding: 12px; background: white; border-radius: 25px; box-shadow: 0 20px 50px rgba(0,0,0,0.08); }
.image-portal-luxe img { max-width: 100%; border-radius: 18px; display: block; }
.image-badge { position: absolute; top: 25px; right: -15px; background: var(--dark); color: white; padding: 8px 20px; border-radius: 50px; font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; box-shadow: 0 10px 20px rgba(0,0,0,0.2); }

/* FINAL CTA */
#clemy-valentin-final-cta { padding: 0 20px 100px; }

.cta-monolith {
    max-width: 1000px; margin: 0 auto;
    background: linear-gradient(135deg, var(--dark) 0%, var(--wine) 100%);
    border-radius: 45px; padding: clamp(50px, 8vw, 80px) 25px;
    text-align: center; color: white; position: relative; overflow: hidden;
    box-shadow: 0 30px 70px rgba(26, 11, 46, 0.3);
}

.cta-glow-aura {
    position: absolute; top: -50%; left: 50%; transform: translateX(-50%);
    width: 800px; height: 800px;
    background: radial-gradient(circle, rgba(142, 68, 173, 0.25) 0%, transparent 65%);
}

.cta-inner { position: relative; z-index: 2; }
.cta-headline { font-size: clamp(1.8rem, 5vw, 2.8rem); font-weight: 900; margin-bottom: 25px; line-height: 1.1; }
.cta-text { font-size: clamp(1.1rem, 2vw, 1.25rem); opacity: 0.95; max-width: 750px; margin: 0 auto 45px; line-height: 1.6; }

.btn-luxe-call {
    background: white; color: var(--dark); padding: 20px 45px; border-radius: 100px;
    text-decoration: none; display: inline-flex; align-items: center; gap: 15px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.btn-luxe-call:hover { transform: scale(1.05) translateY(-5px); color: var(--wine); }
.btn-icon { font-size: 1.5rem; }
.btn-label { font-size: 1.2rem; font-weight: 500; }
.btn-label strong { font-weight: 900; display: block; font-size: 1.4rem; margin-top: -2px; }

.cta-trust-bar {
    margin-top: 50px; display: flex; justify-content: center; gap: clamp(15px, 4vw, 30px);
    flex-wrap: wrap; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; opacity: 0.7;
}

/* RESPONSIVE AJUSTEMENTS */
@media (max-width: 850px) {
    .section-header { flex-direction: column; align-items: flex-start; gap: 10px; }
    .intro-p-justified { text-align: left; }
    .step-item { gap: 15px; }
    .btn-luxe-call { width: 100%; justify-content: center; padding: 20px; }
    .btn-label strong { font-size: 1.2rem; }
    .image-badge { right: 10px; top: -15px; }
}/* ============================================================
   FORCE RESPONSIVE FINAL : CLARTÉ & CTA
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-SCROLL */
    #clemy-valentin-clarte, 
    #clemy-valentin-final-cta {
        overflow-x: hidden !important;
    }

    .inner-wrap {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : ON ÉQUILIBRE LE DESIGN */
    .section-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        gap: 0 !important;
        padding-top: 40px !important;
    }

    .step-num {
        font-size: 3.5rem !important;
        opacity: 0.12 !important;
        margin-bottom: -10px !important;
    }

    .h2-title {
        font-size: 1.55rem !important;
        max-width: 290px;
        margin: 0 auto !important;
    }

    .line-wine {
        margin: 15px auto 0 !important;
        width: 40px !important;
    }

    /* 3. INTRO : LISIBILITÉ LÉGÈRE */
    .intro-p-justified {
        font-size: 1rem !important;
        text-align: left !important; /* Adieu le justify */
        line-height: 1.6 !important;
        margin-bottom: 35px !important;
    }

    /* 4. SESSION MONOLITH & STEPS */
    .session-monolith {
        padding: 30px 15px !important;
        border-radius: 24px !important;
    }

    .h3-wine {
        text-align: center;
        margin-bottom: 30px !important;
    }

    .step-item {
        gap: 15px !important;
    }

    .step-marker {
        width: 35px !important; /* On réduit un peu le cercle */
        height: 35px !important;
        font-size: 0.8rem !important;
    }

    .step-content h4 {
        font-size: 1rem !important;
    }

    .step-content p {
        font-size: 0.9rem !important;
    }

    /* 5. VISUAL FOOTER & BADGE (SÉCURITÉ) */
    .visual-footer {
        margin-bottom: 50px !important;
    }

    .image-portal-luxe {
        padding: 8px !important;
    }

    .image-badge {
        /* CRITIQUE : On ramène le badge à l'intérieur */
        right: 10px !important; 
        top: -10px !important;
        font-size: 0.65rem !important;
        padding: 6px 15px !important;
    }

    /* 6. FINAL CTA : L'IMMERSION */
    #clemy-valentin-final-cta {
        padding: 0 10px 60px !important;
    }

    .cta-monolith {
        padding: 50px 20px !important;
        border-radius: 30px !important;
    }

    .cta-glow-aura {
        width: 300px !important; /* On réduit l'aura pour mobile */
        height: 300px !important;
    }

    .cta-headline {
        font-size: 1.6rem !important;
        margin-bottom: 20px !important;
    }

    .cta-text {
        font-size: 1rem !important;
        margin-bottom: 35px !important;
    }

    /* 7. LE BOUTON : CIBLE LARGE POUR LE POUCE */
    .btn-luxe-call {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important; /* Empilement icône / texte */
        padding: 20px 15px !important;
        gap: 10px !important;
        box-sizing: border-box !important;
    }

    .btn-label strong {
        font-size: 1.2rem !important;
    }

    /* 8. TRUST BAR */
    .cta-trust-bar {
        flex-direction: column !important;
        gap: 12px !important;
        margin-top: 40px !important;
        font-size: 0.7rem !important;
    }
}

/* Fix iPhone SE (320px) */
@media (max-width: 350px) {
    .h2-title { font-size: 1.35rem !important; }
    .cta-headline { font-size: 1.4rem !important; }
    .btn-label strong { font-size: 1.1rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-1848ced *//* --- FAQ CONSEILS CONSULTATION : CLEMY PRESTIGE SYSTEM --- */
#clemy-faq-conseils-consultation {
    --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-conseils-consultation .faq-canvas {
    max-width: 900px; margin: 0 auto; padding: 0 25px;
}

/* --- HEADER --- */
#clemy-faq-conseils-consultation .faq-header { text-align: center; margin-bottom: 60px; }

#clemy-faq-conseils-consultation .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-conseils-consultation .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-conseils-consultation .text-gradient {
    background: linear-gradient(135deg, var(--purple), var(--wine));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

/* --- ACCORDION SYSTEM --- */
#clemy-faq-conseils-consultation .faq-accordion-group { display: flex; flex-direction: column; gap: 18px; }

#clemy-faq-conseils-consultation .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-conseils-consultation .faq-item:hover {
    border-color: var(--purple);
    box-shadow: 0 15px 35px rgba(110, 27, 137, 0.05);
}

#clemy-faq-conseils-consultation .faq-item[open] {
    border-color: var(--purple);
    box-shadow: 0 25px 60px rgba(30, 16, 54, 0.08);
}

/* Featured Highlighting */
#clemy-faq-conseils-consultation .featured-nocif[open] { border-left: 6px solid var(--wine); }
#clemy-faq-conseils-consultation .featured-pro[open] { border-left: 6px solid var(--purple); }

/* Summary Styling */
#clemy-faq-conseils-consultation summary {
    padding: 28px 30px; cursor: pointer; list-style: none;
    display: flex; align-items: center; gap: 20px;
}

#clemy-faq-conseils-consultation summary::-webkit-details-marker { display: none; }

#clemy-faq-conseils-consultation .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-conseils-consultation .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-conseils-consultation .q-chevron {
    width: 20px; height: 20px; position: relative; transition: 0.4s;
}
#clemy-faq-conseils-consultation .q-chevron::before, 
#clemy-faq-conseils-consultation .q-chevron::after {
    content: ''; position: absolute; top: 50%; left: 50%;
    width: 12px; height: 2px; background: var(--purple); transition: 0.4s;
}
#clemy-faq-conseils-consultation .q-chevron::before { transform: translate(-50%, -50%) rotate(0deg); }
#clemy-faq-conseils-consultation .q-chevron::after { transform: translate(-50%, -50%) rotate(90deg); }
#clemy-faq-conseils-consultation .faq-item[open] .q-chevron { transform: rotate(45deg); }

/* Content Animation */
#clemy-faq-conseils-consultation .faq-content {
    padding: 0 35px 35px 85px; color: #555;
    line-height: 1.8; font-size: 1rem;
    animation: faqClarityIn 0.5s ease-out;
}

@keyframes faqClarityIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

#clemy-faq-conseils-consultation .faq-content strong { color: var(--wine); font-weight: 800; }

/* --- RESPONSIVE ADAPTATION --- */
@media (max-width: 768px) {
    #clemy-faq-conseils-consultation .faq-canvas { padding: 0 20px; }
    #clemy-faq-conseils-consultation .q-num { display: none; }
    #clemy-faq-conseils-consultation .faq-content { padding: 0 25px 30px 25px; }
    #clemy-faq-conseils-consultation .display-title { text-align: left; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : FAQ CONSEILS (#clemy-faq-conseils-consultation)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & ANTI-SCROLL */
    #clemy-faq-conseils-consultation {
        padding: 50px 0 !important; /* On réduit le padding clamp */
        overflow-x: hidden !important;
    }

    #clemy-faq-conseils-consultation .faq-canvas {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : ON ÉPURE LE PLAYFAIR */
    #clemy-faq-conseils-consultation .faq-header {
        margin-bottom: 35px !important;
        text-align: left !important; /* Lecture plus naturelle sur smartphone */
    }

    #clemy-faq-conseils-consultation .display-title {
        font-size: 1.85rem !important; /* Taille de sécurité pour iPhone */
        line-height: 1.2 !important;
    }

    #clemy-faq-conseils-consultation .kicker-badge {
        padding: 6px 15px !important;
        font-size: 0.65rem !important;
        letter-spacing: 2px !important;
    }

    /* 3. ACCORDÉONS : STRUCTURE DE PRÉCISION */
    #clemy-faq-conseils-consultation .faq-accordion-group {
        gap: 12px !important;
    }

    #clemy-faq-conseils-consultation .faq-item {
        border-radius: 16px !important;
    }

    #clemy-faq-conseils-consultation summary {
        padding: 20px 15px !important; /* On réduit le padding 28px/30px */
        gap: 12px !important;
    }

    /* On cache le numéro pour gagner de la largeur de question */
    #clemy-faq-conseils-consultation .q-num {
        display: none !important;
    }

    #clemy-faq-conseils-consultation .q-text {
        font-size: 0.95rem !important;
        padding-right: 5px !important;
        line-height: 1.4 !important;
    }

    /* 4. LE CONTENU : LIBÉRATION DE L'ESPACE (LE POINT CLÉ) */
    #clemy-faq-conseils-consultation .faq-content {
        /* CRITIQUE : On passe de 85px à 15px pour éviter d'écraser 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 MISE EN AVANT */
    #clemy-faq-conseils-consultation .featured-nocif[open] {
        border-left: 4px solid var(--wine) !important;
    }

    #clemy-faq-conseils-consultation .featured-pro[open] {
        border-left: 4px solid var(--purple) !important;
    }

    /* Chevron tactile simplifié */
    #clemy-faq-conseils-consultation .q-chevron {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }
}

/* Fix spécifique iPhone SE / Écrans < 350px */
@media (max-width: 350px) {
    #clemy-faq-conseils-consultation .display-title { font-size: 1.6rem !important; }
    #clemy-faq-conseils-consultation .q-text { font-size: 0.85rem !important; }
}/* End custom CSS */