.elementor-4969 .elementor-element.elementor-element-11d10ff1{--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-1f724e0 *//* --- DESIGN SYSTEM CLEMY LUXE 2026 --- */
#clemy-oracle-portal {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --glass: rgba(255, 255, 255, 0.9);
    --shadow: 0 20px 50px rgba(26, 11, 46, 0.1);
    
    background-color: #FCFAFD;
    color: var(--dark);
    font-family: 'Inter', -apple-system, sans-serif;
    line-height: 1.6;
}

/* --- NAVIGATION LIQUIDE --- */
.oracle-nav {
    position: sticky;
    top: 15px;
    z-index: 1000;
    margin: 0 20px;
}

.nav-content {
    max-width: 1000px;
    margin: 0 auto;
    background: var(--glass);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 12px 25px;
    border-radius: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(142, 68, 173, 0.2);
    box-shadow: var(--shadow);
}

.nav-logo { font-weight: 900; letter-spacing: 1px; color: var(--dark); font-size: 0.9rem; }
.nav-logo span { color: var(--wine); font-weight: 300; }

.nav-items { display: flex; gap: 15px; }
.nav-items a { 
    text-decoration: none; 
    color: var(--dark); 
    font-size: 0.8rem; 
    font-weight: 700; 
    transition: 0.3s;
}
.nav-items a:hover { color: var(--amethyst); }

/* --- HERO SECTION PORTAL --- */
.oracle-hero {
    position: relative;
    padding: 100px 20px 60px;
    text-align: center;
    overflow: hidden;
}

.hero-bg-glow {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 400px;
    background: radial-gradient(circle, rgba(142, 68, 173, 0.15) 0%, transparent 70%);
    z-index: 0;
}

.hero-inner { position: relative; z-index: 1; }

.hero-badge {
    background: linear-gradient(90deg, var(--wine), var(--amethyst));
    color: white;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero-title {
    font-size: clamp(2rem, 8vw, 4rem);
    font-weight: 900;
    line-height: 1;
    margin: 25px 0;
    color: var(--dark);
}

.hero-title span {
    color: transparent;
    -webkit-text-stroke: 1px var(--dark);
    text-transform: uppercase;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* --- MANIFESTO GRID --- */
.oracle-manifesto { padding: 60px 0; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }

.manifesto-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    align-items: start;
}

.lead-p {
    font-size: 1.5rem;
    line-height: 1.4;
    color: var(--dark);
    margin-bottom: 30px;
}

.manifesto-card {
    background: white;
    padding: 40px;
    border-radius: 30px;
    border-left: 8px solid var(--wine);
    box-shadow: var(--shadow);
}

.inline-link { color: var(--wine); font-weight: 800; text-decoration: underline; }

/* --- FOCUS BLOCK --- */
.manifesto-focus {
    background: var(--dark);
    color: white;
    padding: 40px;
    border-radius: 35px;
    position: sticky;
    top: 100px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.2);
}

.focus-title {
    color: var(--amethyst);
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 900;
}

.btn-portal {
    display: inline-block;
    margin-top: 25px;
    background: var(--wine);
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 900;
    transition: 0.3s;
    border: 2px solid var(--wine);
}

.btn-portal:hover {
    background: transparent;
    transform: translateY(-5px);
}

/* --- RESPONSIVE LOGIC --- */
@media (max-width: 900px) {
    .manifesto-grid { grid-template-columns: 1fr; }
    .oracle-nav { top: 10px; margin: 0 10px; }
    .nav-items { display: none; } /* On cache les liens sur mobile pour la clarté */
    .hero-title { margin: 15px 0; }
    .manifesto-card { padding: 25px; }
}

@media (max-width: 600px) {
    .hero-title { font-size: 2.2rem; }
    .lead-p { font-size: 1.2rem; }
    .manifesto-focus { padding: 25px; position: static; }
}@media (max-width: 768px) {
    
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-e050ab6 *//* --- ORACLE SCIENCE : DESIGN SYSTEM LUXE --- */
#clemy-oracle-science {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-gray: #F9F7FB;
    
    background: var(--white);
    color: var(--dark);
    font-family: 'Inter', -apple-system, sans-serif;
    line-height: 1.7;
    padding: clamp(60px, 10vw, 120px) 0;
}

#clemy-oracle-science .inner-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 25px;
}

/* --- HEADER HIÉRARCHIQUE --- */
.section-header {
    margin-bottom: 60px;
    position: relative;
}

.step-indicator {
    font-size: clamp(4rem, 12vw, 8rem);
    font-weight: 900;
    color: var(--amethyst);
    opacity: 0.1;
    position: absolute;
    top: -40px;
    left: -10px;
    line-height: 1;
    z-index: 0;
}

.title-xl {
    font-size: clamp(1.8rem, 5vw, 2.8rem);
    font-weight: 300;
    line-height: 1.1;
    margin: 0;
    position: relative;
    z-index: 1;
}

.title-xl strong {
    color: var(--wine);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.header-line {
    width: 80px;
    height: 6px;
    background: linear-gradient(90deg, var(--wine), var(--amethyst));
    margin-top: 20px;
    border-radius: 10px;
}

/* --- INTRO BLOCK --- */
.intro-block {
    margin-bottom: 80px;
    max-width: 800px;
}

.lead-text {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 25px;
}

.etymology-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--dark);
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.latin-root { color: var(--amethyst); font-style: italic; }
.arrow { color: var(--wine); }

.dialogue-text {
    font-size: 1.1rem;
    color: #666;
    border-left: 3px solid var(--soft-gray);
    padding-left: 20px;
}

/* --- JUNG CARD (NEUMORPHISM DARK) --- */
.jung-card {
    background: var(--dark);
    color: white;
    padding: clamp(30px, 6vw, 60px);
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(26, 11, 46, 0.2);
}

.card-glow {
    position: absolute;
    top: -50%; right: -20%;
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(142, 68, 173, 0.3) 0%, transparent 70%);
}

.card-content { position: relative; z-index: 2; }

.h3-amethyst {
    color: var(--amethyst);
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 35px;
}

.card-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    margin-bottom: 40px;
}

.insight-box {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-style: italic;
    align-self: center;
}

.divine-quote {
    background: white;
    color: var(--dark);
    padding: 30px;
    border-radius: 20px;
    margin: 0;
    text-align: center;
    font-size: 1.2rem;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

/* --- ARTEFACT VISUEL --- */
.visual-artifact {
    margin-top: 80px;
    text-align: center;
}

.artifact-frame {
    display: inline-block;
    position: relative;
    padding: 15px;
    background: var(--soft-gray);
    border-radius: 30px;
}

.artifact-frame img {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    max-width: 100%;
    height: auto;
}

.frame-decoration {
    position: absolute;
    top: -10px; right: -10px;
    width: 40px; height: 40px;
    border-top: 4px solid var(--wine);
    border-right: 4px solid var(--wine);
    border-radius: 0 15px 0 0;
}

/* --- LINKS --- */
.link-wine-bold { color: var(--wine); font-weight: 800; text-decoration: underline; }
.link-amethyst { color: var(--amethyst); text-decoration: underline; }
.link-wine { color: var(--wine); font-weight: 700; }

/* --- RESPONSIVE : ADAPTATION EXTRÊME --- */
@media (max-width: 950px) {
    .card-grid { grid-template-columns: 1fr; gap: 25px; }
    .title-xl { font-size: 2rem; }
}

@media (max-width: 600px) {
    #clemy-oracle-science { padding: 50px 0; }
    .jung-card { padding: 30px 20px; border-radius: 25px; }
    .lead-text { font-size: 1.2rem; }
    .divine-quote { font-size: 1rem; padding: 20px; }
    .step-indicator { font-size: 4rem; top: -20px; }
}@media (max-width: 768px) {
    /* ============================================================
   FORCE RESPONSIVE RADICAL : ORACLE SCIENCE (SECTION 01)
   ============================================================ */

    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-oracle-science {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-oracle-science .inner-wrap {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : L'HARMONIE "PRESTIGE" (CENTRAGE FORCÉ) */
    #clemy-oracle-science .section-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 40px !important;
    }

    #clemy-oracle-science .step-indicator {
        position: relative !important; /* On sort de l'absolute pour le caler proprement */
        top: 0 !important;
        left: 0 !important;
        font-size: 3.5rem !important; /* Taille standard Prestige */
        opacity: 0.12 !important;
        margin-bottom: -15px !important;
        line-height: 1 !important;
    }

    #clemy-oracle-science .title-xl {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 290px;
        margin: 0 auto !important;
    }

    #clemy-oracle-science .header-line {
        margin: 15px auto 0 !important;
        width: 45px !important;
    }

    /* 3. INTRO BLOCK & BADGES */
    #clemy-oracle-science .intro-block {
        margin-bottom: 40px !important;
        text-align: center !important;
    }

    #clemy-oracle-science .lead-text {
        font-size: 1.15rem !important;
        line-height: 1.4 !important;
        padding: 0 10px;
    }

    #clemy-oracle-science .etymology-badge {
        display: flex !important; /* On passe en flex pour gérer le wrap */
        flex-wrap: wrap;
        justify-content: center;
        font-size: 0.8rem !important;
        padding: 8px 15px !important;
        gap: 8px !important;
    }

    #clemy-oracle-science .dialogue-text {
        font-size: 1rem !important;
        padding-left: 0 !important;
        border-left: none !important;
        border-top: 1px solid var(--soft-gray);
        padding-top: 20px !important;
        text-align: left !important;
    }

    /* 4. JUNG CARD (L'ÉCRIN SOMBRE) */
    #clemy-oracle-science .jung-card {
        padding: 30px 20px !important;
        border-radius: 25px !important;
    }

    #clemy-oracle-science .card-glow {
        /* Réduction de l'aura pour fluidité GPU mobile */
        width: 150px !important;
        height: 150px !important;
        top: -10% !important;
        right: -10% !important;
    }

    #clemy-oracle-science .h3-amethyst {
        font-size: 1.4rem !important;
        text-align: center !important;
        margin-bottom: 25px !important;
    }

    /* La Grille Interne */
    #clemy-oracle-science .card-grid {
        grid-template-columns: 1fr !important; /* Empilement vertical */
        gap: 25px !important;
        margin-bottom: 30px !important;
    }

    #clemy-oracle-science .insight-box {
        padding: 20px !important;
        font-size: 0.95rem !important;
        border-radius: 18px !important;
        text-align: center !important;
    }

    #clemy-oracle-science .divine-quote {
        padding: 25px 20px !important;
        font-size: 1rem !important;
        line-height: 1.5 !important;
        border-radius: 15px !important;
    }

    /* 5. VISUAL ARTEFACT */
    #clemy-oracle-science .visual-artifact {
        margin-top: 40px !important;
    }

    #clemy-oracle-science .artifact-frame {
        padding: 8px !important;
        border-radius: 20px !important;
    }

    #clemy-oracle-science .frame-decoration {
        width: 30px !important;
        height: 30px !important;
        top: -5px !important;
        right: -5px !important;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-d850b74 *//* --- ORACLE DUEL : UX/UI PREMIUM SYSTEM --- */
#clemy-oracle-duel {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-gray: #F9F7FB;
    
    background: var(--white);
    color: var(--dark);
    font-family: 'Inter', -apple-system, sans-serif;
    padding: clamp(60px, 10vw, 120px) 0;
}

#clemy-oracle-duel .inner-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 25px;
}

/* --- HEADER (Reprise cohérente de la section 01) --- */
.section-header { margin-bottom: 60px; position: relative; }
.step-indicator {
    font-size: clamp(4rem, 12vw, 8rem);
    font-weight: 900;
    color: var(--amethyst);
    opacity: 0.1;
    position: absolute;
    top: -40px; left: -10px;
    line-height: 1;
}
.title-xl { font-size: clamp(1.8rem, 5vw, 2.8rem); font-weight: 300; line-height: 1.1; position: relative; z-index: 1; margin: 0; }
.title-xl strong { color: var(--wine); font-weight: 900; text-transform: uppercase; }
.header-line { width: 80px; height: 6px; background: linear-gradient(90deg, var(--wine), var(--amethyst)); margin-top: 20px; border-radius: 10px; }

.duel-intro { font-size: 1.2rem; color: #555; max-width: 800px; margin-bottom: 60px; }

/* --- DUEL CONTAINER --- */
.duel-container {
    display: flex;
    align-items: stretch;
    gap: 20px;
    margin-bottom: 80px;
    position: relative;
}

.duel-card {
    flex: 1;
    padding: 50px 40px;
    border-radius: 40px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: white;
    border: 1px solid #F0F0F0;
    box-shadow: 0 20px 40px rgba(26, 11, 46, 0.05);
}

.duel-card:hover { transform: translateY(-10px); box-shadow: 0 40px 80px rgba(26, 11, 46, 0.1); }

.tarot-side { border-top: 8px solid var(--amethyst); }
.oracle-side { border-top: 8px solid var(--wine); }

.card-tag {
    position: absolute; top: 20px; right: 30px;
    font-size: 0.7rem; font-weight: 900; text-transform: uppercase; letter-spacing: 2px; opacity: 0.4;
}

.card-icon { font-size: 3rem; margin-bottom: 20px; }
.duel-card h3 { font-size: 1.6rem; font-weight: 900; margin: 0 0 20px 0; line-height: 1.2; }
.duel-card h3 span { font-weight: 300; font-size: 1.1rem; color: #666; }

.duel-vs {
    display: flex; align-items: center; justify-content: center;
    width: 60px; height: 60px; background: var(--dark); color: white;
    border-radius: 50%; font-weight: 900; font-size: 0.8rem;
    position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
    z-index: 10; border: 4px solid var(--white);
}

/* --- MATRIX TABLE (UX ENHANCED) --- */
.matrix-wrapper {
    background: var(--soft-gray);
    padding: clamp(30px, 5vw, 60px);
    border-radius: 40px;
}

.matrix-title { text-align: center; text-transform: uppercase; letter-spacing: 3px; font-size: 0.9rem; margin-bottom: 40px; color: var(--amethyst); }

.comparison-matrix {
    width: 100%; border-collapse: separate; border-spacing: 0 10px;
}

.comparison-matrix th { padding: 20px; text-align: left; font-weight: 900; text-transform: uppercase; font-size: 0.8rem; letter-spacing: 1px; }
.comparison-matrix td { background: white; padding: 25px 20px; font-size: 1rem; border-top: 1px solid #F0F0F0; border-bottom: 1px solid #F0F0F0; }

.comparison-matrix td:first-child { border-left: 1px solid #F0F0F0; border-radius: 15px 0 0 15px; font-weight: 800; color: var(--amethyst); }
.comparison-matrix td:last-child { border-right: 1px solid #F0F0F0; border-radius: 0 15px 15px 0; }

.highlight { color: var(--wine); font-weight: 800; }
.comparison-matrix a { color: var(--amethyst); text-decoration: underline; font-weight: 700; }

/* --- WISDOM PILL --- */
.duel-footer { margin-top: 60px; text-align: center; }
.wisdom-pill {
    display: inline-block; padding: 25px 40px; background: var(--dark); color: white;
    border-radius: 100px; font-style: italic; font-size: 1.1rem; line-height: 1.4;
    box-shadow: 0 20px 40px rgba(26, 11, 46, 0.2);
}

/* --- RESPONSIVE LOGIC --- */
@media (max-width: 900px) {
    .duel-container { flex-direction: column; gap: 40px; }
    .duel-vs { position: relative; left: 0; top: 0; transform: none; margin: -20px auto; }
    
    /* Table transformation for Mobile UX */
    .comparison-matrix thead { display: none; }
    .comparison-matrix tr { display: flex; flex-direction: column; margin-bottom: 20px; }
    .comparison-matrix td { border: 1px solid #F0F0F0 !important; border-radius: 15px !important; margin-bottom: 5px; text-align: center; }
    .comparison-matrix td:first-child { background: var(--dark); color: white; }
    .comparison-matrix td::before { content: "• "; color: var(--wine); }
}

@media (max-width: 600px) {
    .duel-card { padding: 30px 20px; border-radius: 25px; }
    .wisdom-pill { border-radius: 20px; padding: 20px; font-size: 1rem; }
    .step-indicator { font-size: 4rem; top: -20px; }
}@media (max-width: 768px) {
    /* ============================================================
   FORCE RESPONSIVE RADICAL : ORACLE DUEL (SECTION 02)
   ============================================================ */

    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-oracle-duel {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-oracle-duel .inner-wrap {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : L'HARMONIE "PRESTIGE" (CENTRAGE FORCÉ) */
    #clemy-oracle-duel .section-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 35px !important;
    }

    #clemy-oracle-duel .step-indicator {
        position: relative !important; /* Sortie de l'absolute pour le flux mobile */
        top: 0 !important;
        left: 0 !important;
        font-size: 3.5rem !important;
        opacity: 0.12 !important;
        margin-bottom: -15px !important;
        line-height: 1 !important;
    }

    #clemy-oracle-duel .title-xl {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 300px;
        margin: 0 auto !important;
    }

    #clemy-oracle-duel .header-line {
        margin: 15px auto 0 !important;
        width: 45px !important;
    }

    #clemy-oracle-duel .duel-intro {
        font-size: 1.05rem !important;
        text-align: center !important;
        margin-bottom: 40px !important;
        padding: 0 10px;
    }

    /* 3. DUEL CONTAINER (LES CARTES) */
    #clemy-oracle-duel .duel-container {
        flex-direction: column !important; /* Empilement vertical */
        gap: 30px !important;
        margin-bottom: 50px !important;
    }

    #clemy-oracle-duel .duel-card {
        padding: 40px 20px 30px !important;
        border-radius: 25px !important;
        text-align: center !important;
        transform: none !important; /* SÉCURITÉ TACTILE : blocage du saut */
        border-top-width: 6px !important;
    }

    #clemy-oracle-duel .duel-card:hover {
        transform: none !important;
        box-shadow: 0 15px 35px rgba(26, 11, 46, 0.05) !important;
    }

    #clemy-oracle-duel .card-tag {
        right: 50% !important;
        transform: translateX(50%) !important;
        top: 15px !important;
    }

    #clemy-oracle-duel .card-icon {
        font-size: 2.5rem !important;
        margin-bottom: 15px !important;
    }

    #clemy-oracle-duel .duel-card h3 {
        font-size: 1.4rem !important;
    }

    /* La pastille VS entre les deux cartes */
    #clemy-oracle-duel .duel-vs {
        position: relative !important;
        left: 50% !important;
        top: 0 !important;
        transform: translateX(-50%) !important;
        margin: -15px 0 !important; /* On la fait chevaucher les deux cartes empilées */
        width: 50px !important;
        height: 50px !important;
        font-size: 0.75rem !important;
        z-index: 5 !important;
    }

    /* 4. MATRIX TABLE (L'EXPÉRIENCE MOBILE) */
    #clemy-oracle-duel .matrix-wrapper {
        padding: 30px 15px !important;
        border-radius: 25px !important;
    }

    #clemy-oracle-duel .matrix-title {
        font-size: 0.8rem !important;
        margin-bottom: 25px !important;
    }

    /* Transformation du tableau en liste de cartes */
    #clemy-oracle-duel .comparison-matrix {
        display: block !important;
    }

    #clemy-oracle-duel .comparison-matrix thead {
        display: none !important;
    }

    #clemy-oracle-duel .comparison-matrix tbody,
    #clemy-oracle-duel .comparison-matrix tr {
        display: block !important;
        width: 100% !important;
    }

    #clemy-oracle-duel .comparison-matrix tr {
        margin-bottom: 25px !important;
        background: #fff;
        border-radius: 20px;
        padding: 15px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.02);
    }

    #clemy-oracle-duel .comparison-matrix td {
        display: block !important;
        width: 100% !important;
        padding: 12px 10px !important;
        text-align: center !important;
        border: none !important;
        box-sizing: border-box !important;
        font-size: 0.95rem !important;
    }

    /* La première cellule (Le Critère) devient un titre de carte */
    #clemy-oracle-duel .comparison-matrix td:first-child {
        background: var(--dark) !important;
        color: white !important;
        border-radius: 12px !important;
        margin-bottom: 15px !important;
        font-size: 0.9rem !important;
        letter-spacing: 1px !important;
    }

    /* Ajout d'étiquettes visuelles pour la lecture Tarot / Oracle */
    #clemy-oracle-duel .comparison-matrix td:nth-child(2)::before {
        content: "TAROT : ";
        font-weight: 900;
        color: var(--amethyst);
        font-size: 0.75rem;
    }

    #clemy-oracle-duel .comparison-matrix td:nth-child(3)::before {
        content: "ORACLE : ";
        font-weight: 900;
        color: var(--wine);
        font-size: 0.75rem;
    }

    /* 5. WISDOM PILL */
    #clemy-oracle-duel .duel-footer {
        margin-top: 40px !important;
    }

    #clemy-oracle-duel .wisdom-pill {
        padding: 20px !important;
        border-radius: 20px !important;
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
}@media (max-width: 350px) {
        #clemy-oracle-duel .title-xl { font-size: 1.4rem !important; }
        #clemy-oracle-duel .duel-card h3 { font-size: 1.25rem !important; }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-7130211 *//* --- ORACLE TOP 3 : DESIGN SYSTEM LUXE --- */
#clemy-oracle-top3 {
    --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.6;
    padding: clamp(60px, 10vw, 120px) 0;
}

#clemy-oracle-top3 .inner-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 25px;
}

/* --- HEADER REPRISE COHÉRENTE --- */
.section-header { margin-bottom: 50px; position: relative; }
.step-indicator {
    font-size: clamp(4rem, 12vw, 8rem);
    font-weight: 900;
    color: var(--amethyst);
    opacity: 0.1;
    position: absolute;
    top: -40px; left: -10px;
    line-height: 1;
}
.title-xl { font-size: clamp(1.6rem, 5vw, 2.6rem); font-weight: 300; line-height: 1.1; position: relative; z-index: 1; margin: 0; }
.title-xl strong { color: var(--wine); font-weight: 900; text-transform: uppercase; }
.header-line { width: 60px; height: 6px; background: linear-gradient(90deg, var(--wine), var(--amethyst)); margin-top: 15px; border-radius: 10px; }

.section-intro-text { font-size: 1.2rem; color: #555; max-width: 700px; margin-bottom: 60px; }

/* --- FLEX LAYOUT --- */
.top3-flex-container {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.oracle-list { flex: 1.5; }
.oracle-visual-artifact { flex: 1; position: sticky; top: 120px; }

/* --- ORACLE CARDS UI --- */
.oracle-item-card {
    display: flex;
    gap: 25px;
    background: var(--white);
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 25px;
    border: 1px solid #F0F0F0;
    box-shadow: 0 10px 30px rgba(26, 11, 46, 0.03);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.oracle-item-card:hover {
    transform: translateX(15px);
    box-shadow: 0 20px 50px rgba(142, 68, 173, 0.1);
    border-color: rgba(142, 68, 173, 0.2);
}

.item-number {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--white);
    background: var(--dark);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    flex-shrink: 0;
}

.item-content h3 {
    margin: 0 0 10px 0;
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--wine);
}

.item-content h3 span {
    display: block;
    font-size: 0.9rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--amethyst);
    margin-top: 5px;
}

.item-content p { margin: 0; font-size: 1rem; color: #444; }

/* --- SPECIFIC ACCENTS --- */
.card-belline { border-left: 6px solid var(--amethyst); }
.card-ge { border-left: 6px solid var(--wine); }
.card-miroirs { border-left: 6px solid var(--dark); }

/* --- ARTEFACT VISUEL --- */
.floating-artifact {
    position: relative;
    padding: 15px;
    background: var(--soft-gray);
    border-radius: 40px;
    transform: rotate(2deg);
    box-shadow: 0 30px 60px rgba(0,0,0,0.1);
    transition: 0.5s ease;
}

.floating-artifact:hover { transform: rotate(0deg) scale(1.02); }

.floating-artifact img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 30px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

/* --- LINKS --- */
.link-wine-bold { color: var(--wine); font-weight: 800; text-decoration: underline; }
.link-dark-bold { color: var(--dark); font-weight: 800; text-decoration: none; border-bottom: 2px solid rgba(26,11,46,0.1); }

/* --- RESPONSIVE LOGIC --- */
@media (max-width: 1000px) {
    .top3-flex-container { flex-direction: column-reverse; }
    .oracle-visual-artifact { width: 100%; max-width: 400px; margin: 0 auto 50px; position: static; }
}

@media (max-width: 600px) {
    #clemy-oracle-top3 { padding: 50px 0; }
    .oracle-item-card { flex-direction: column; padding: 25px; gap: 15px; }
    .oracle-item-card:hover { transform: translateY(-5px); }
    .item-number { width: 40px; height: 40px; font-size: 1.1rem; }
    .step-indicator { font-size: 4rem; top: -20px; }
    .floating-artifact { padding: 10px; border-radius: 25px; }
}@media (max-width: 768px) {
    /* ============================================================
   FORCE RESPONSIVE RADICAL : TOP 3 ORACLES (SECTION 03)
   ============================================================ */

    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-oracle-top3 {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-oracle-top3 .inner-wrap {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : L'HARMONIE "PRESTIGE" (CENTRAGE FORCÉ) */
    #clemy-oracle-top3 .section-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 35px !important;
    }

    #clemy-oracle-top3 .step-indicator {
        position: relative !important; /* On réintègre le chiffre dans le flux */
        top: 0 !important;
        left: 0 !important;
        font-size: 3.5rem !important;
        opacity: 0.12 !important;
        margin-bottom: -15px !important;
        line-height: 1 !important;
    }

    #clemy-oracle-top3 .title-xl {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 300px;
        margin: 0 auto !important;
    }

    #clemy-oracle-top3 .header-line {
        margin: 15px auto 0 !important;
        width: 45px !important;
    }

    #clemy-oracle-top3 .section-intro-text {
        font-size: 1.05rem !important;
        text-align: center !important;
        margin-bottom: 40px !important;
        padding: 0 10px;
    }

    /* 3. LAYOUT FLEX (IMAGE EN HAUT) */
    #clemy-oracle-top3 .top3-flex-container {
        flex-direction: column-reverse !important; /* Image au-dessus de la liste */
        gap: 30px !important;
    }

    #clemy-oracle-top3 .oracle-visual-artifact {
        width: 100% !important;
        max-width: 280px !important; /* On évite l'image géante */
        margin: 0 auto !important;
        position: static !important;
    }

    #clemy-oracle-top3 .floating-artifact {
        transform: none !important; /* On redresse l'image pour éviter les débordements */
        padding: 8px !important;
        border-radius: 20px !important;
    }

    #clemy-oracle-top3 .floating-artifact:hover {
        transform: none !important; /* Annulation du scale au scroll */
    }

    /* 4. ORACLE CARDS (LISTE) */
    #clemy-oracle-top3 .oracle-list {
        width: 100% !important;
    }

    #clemy-oracle-top3 .oracle-item-card {
        flex-direction: column !important; /* Empilement Numéro / Texte */
        align-items: center !important;
        text-align: center !important;
        padding: 25px 20px !important;
        border-radius: 20px !important;
        gap: 15px !important;
        transform: none !important; /* SÉCURITÉ TACTILE : On bloque le décalage horizontal */
        border-left-width: 4px !important; /* Affinage de la bordure de couleur */
    }

    #clemy-oracle-top3 .oracle-item-card:hover {
        transform: none !important; /* Empêche la carte de bouger sous le doigt */
        box-shadow: 0 10px 30px rgba(142, 68, 173, 0.05) !important;
    }

    #clemy-oracle-top3 .item-number {
        width: 45px !important;
        height: 45px !important;
        font-size: 1.2rem !important;
        border-radius: 12px !important;
    }

    #clemy-oracle-top3 .item-content h3 {
        font-size: 1.25rem !important;
    }

    #clemy-oracle-top3 .item-content h3 span {
        font-size: 0.75rem !important;
        margin-top: 5px !important;
    }

    #clemy-oracle-top3 .item-content p {
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
        text-align: left !important; /* On garde le texte explicatif aligné à gauche */
    }
}@media (max-width: 350px) {
        #clemy-oracle-top3 .title-xl { font-size: 1.4rem !important; }
        #clemy-oracle-top3 .item-content h3 { font-size: 1.15rem !important; }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-a31976e *//* --- ORACLE RITUAL : LUXE UX SYSTEM --- */
#clemy-oracle-ritual {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-gray: #F9F7FB;
    
    background: var(--white);
    color: var(--dark);
    font-family: 'Inter', -apple-system, sans-serif;
    padding: clamp(60px, 10vw, 120px) 0;
}

#clemy-oracle-ritual .inner-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 25px;
}

/* --- HEADER REPRISE --- */
.section-header { margin-bottom: 50px; position: relative; }
.step-indicator {
    font-size: clamp(4rem, 12vw, 8rem);
    font-weight: 900;
    color: var(--amethyst);
    opacity: 0.1;
    position: absolute;
    top: -40px; left: -10px;
}
.title-xl { font-size: clamp(1.8rem, 5vw, 2.8rem); font-weight: 300; line-height: 1.1; position: relative; z-index: 1; margin: 0; }
.title-xl strong { color: var(--wine); font-weight: 900; text-transform: uppercase; }
.header-line { width: 80px; height: 6px; background: linear-gradient(90deg, var(--wine), var(--amethyst)); margin-top: 20px; border-radius: 10px; }

.ritual-intro { font-size: 1.2rem; color: #555; max-width: 800px; margin-bottom: 60px; }

/* --- TIMELINE RITUAL --- */
.ritual-timeline {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 80px;
}

.ritual-step {
    display: grid;
    grid-template-columns: 150px 1fr;
    background: var(--soft-gray);
    border-radius: 30px;
    padding: 40px;
    transition: 0.3s;
    border: 1px solid rgba(0,0,0,0.03);
}

.ritual-step:hover { background: white; box-shadow: 0 20px 40px rgba(0,0,0,0.05); }

.step-meta {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--amethyst);
    font-size: 0.8rem;
    padding-top: 8px;
}

.h3-wine { color: var(--wine); font-weight: 900; margin: 0 0 15px 0; font-size: 1.6rem; }
.h3-white { color: white; font-weight: 900; margin: 0 0 15px 0; font-size: 1.6rem; }

/* --- STEP 3 HIGHLIGHT (DARK MODE) --- */
.highlight-step {
    background: var(--dark);
    color: rgba(255, 255, 255, 0.8);
}

.highlight-step:hover { background: var(--dark); transform: scale(1.02); }

/* --- QUESTION LAB UI --- */
.question-lab {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.q-bad, .q-good {
    padding: 20px 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.q-bad { background: rgba(154, 42, 91, 0.1); border: 1px solid var(--wine); }
.q-good { background: white; color: var(--dark); border-left: 6px solid #2e7d32; }

.q-icon { font-size: 1.2rem; }
.q-bad p, .q-good p { margin: 0; font-size: 1rem; }

/* --- VISUAL ARTEFACT --- */
.visual-artifact-centered {
    text-align: center;
    position: relative;
    padding: 40px 0;
}

.artifact-glow {
    position: absolute;
    top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(142, 68, 173, 0.15) 0%, transparent 70%);
}

.visual-artifact-centered img {
    position: relative; z-index: 2;
    border-radius: 50%;
    width: 250px; height: 250px;
    object-fit: cover;
    border: 10px solid var(--soft-gray);
    box-shadow: 0 30px 60px rgba(0,0,0,0.1);
}

/* --- LINKS --- */
.link-wine-bold { color: var(--wine); font-weight: 800; text-decoration: underline; }
.link-amethyst-under { color: var(--amethyst); text-decoration: underline; font-weight: 700; }

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
    .ritual-step { grid-template-columns: 1fr; gap: 10px; padding: 30px 25px; }
    .step-meta { font-size: 0.7rem; }
    .visual-artifact-centered img { width: 200px; height: 200px; }
}

@media (max-width: 600px) {
    .ritual-step { border-radius: 20px; }
    .h3-wine, .h3-white { font-size: 1.3rem; }
    .q-bad, .q-good { flex-direction: column; align-items: flex-start; gap: 10px; }
}@media (max-width: 768px) {
    /* ============================================================
   FORCE RESPONSIVE RADICAL : RITUEL DE L'ORACLE (SECTION 04)
   ============================================================ */

    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-oracle-ritual {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-oracle-ritual .inner-wrap {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : L'HARMONIE "PRESTIGE" (CENTRAGE FORCÉ) */
    #clemy-oracle-ritual .section-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 35px !important;
    }

    #clemy-oracle-ritual .step-indicator {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        font-size: 3.5rem !important;
        opacity: 0.12 !important;
        margin-bottom: -15px !important;
        line-height: 1 !important;
    }

    #clemy-oracle-ritual .title-xl {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 300px;
        margin: 0 auto !important;
    }

    #clemy-oracle-ritual .header-line {
        margin: 15px auto 0 !important;
        width: 45px !important;
    }

    #clemy-oracle-ritual .ritual-intro {
        font-size: 1.05rem !important;
        text-align: center !important;
        margin-bottom: 40px !important;
        padding: 0 10px;
    }

    /* 3. TIMELINE RITUAL (LES ÉTAPES) */
    #clemy-oracle-ritual .ritual-timeline {
        gap: 20px !important;
        margin-bottom: 50px !important;
    }

    #clemy-oracle-ritual .ritual-step {
        grid-template-columns: 1fr !important; /* Passage en colonne unique */
        padding: 25px 20px !important;
        border-radius: 20px !important;
        text-align: center !important;
    }

    #clemy-oracle-ritual .ritual-step:hover {
        background: var(--soft-gray) !important; /* On évite le changement de couleur au scroll */
        box-shadow: none !important;
    }

    #clemy-oracle-ritual .step-meta {
        padding-top: 0 !important;
        margin-bottom: 10px !important;
        font-size: 0.75rem !important;
        display: block;
    }

    #clemy-oracle-ritual .h3-wine, 
    #clemy-oracle-ritual .h3-white {
        font-size: 1.35rem !important;
        margin-bottom: 15px !important;
    }

    /* Neutralisation du saut sur la carte sombre */
    #clemy-oracle-ritual .highlight-step:hover {
        transform: none !important;
        background: var(--dark) !important;
    }

    #clemy-oracle-ritual .ritual-step p {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
    }

    /* 4. QUESTION LAB (BONNES vs MAUVAISES QUESTIONS) */
    #clemy-oracle-ritual .question-lab {
        gap: 12px !important;
        margin-top: 25px !important;
    }

    #clemy-oracle-ritual .q-bad, 
    #clemy-oracle-ritual .q-good {
        flex-direction: column !important; /* Icône au-dessus du texte */
        padding: 20px 15px !important;
        gap: 10px !important;
        align-items: center !important;
        text-align: center !important;
        border-radius: 15px !important;
    }

    #clemy-oracle-ritual .q-good {
        border-left: none !important;
        border-top: 5px solid #2e7d32 !important; /* La bordure passe en haut */
    }

    #clemy-oracle-ritual .q-bad p, 
    #clemy-oracle-ritual .q-good p {
        font-size: 0.9rem !important;
        line-height: 1.4 !important;
    }

    /* 5. VISUAL ARTEFACT */
    #clemy-oracle-ritual .visual-artifact-centered {
        padding: 30px 0 !important;
    }

    #clemy-oracle-ritual .artifact-glow {
        width: 180px !important; /* Réduction du halo pour mobile */
        height: 180px !important;
    }

    #clemy-oracle-ritual .visual-artifact-centered img {
        width: 180px !important;
        height: 180px !important;
        border-width: 6px !important; /* Affinage de la bordure blanche */
    }
}@media (max-width: 350px) {
        #clemy-oracle-ritual .title-xl { font-size: 1.4rem !important; }
        #clemy-oracle-ritual .h3-wine, #clemy-oracle-ritual .h3-white { font-size: 1.2rem !important; }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-1914e381 *//* --- INTERPRETATION MASTER SYSTEM --- */
#clemy-interpretation-mastery {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --dark: #1A0B2E;
    --white: #FFFFFF;
    --soft-gray: #F9F7FB;
    
    background: var(--white);
    color: var(--dark);
    font-family: 'Inter', -apple-system, sans-serif;
    padding: clamp(60px, 10vw, 120px) 0;
}

.inner-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 25px;
}

/* HEADER STYLE COHÉRENT */
.section-header { margin-bottom: 50px; position: relative; }
.step-indicator {
    font-size: clamp(4rem, 12vw, 8rem);
    font-weight: 900;
    color: var(--amethyst);
    opacity: 0.1;
    position: absolute;
    top: -40px; left: -10px;
}
.title-xl { font-size: clamp(1.8rem, 5vw, 2.8rem); font-weight: 300; line-height: 1.1; position: relative; z-index: 1; margin: 0; }
.title-xl strong { color: var(--wine); font-weight: 900; text-transform: uppercase; }
.header-line { width: 80px; height: 6px; background: linear-gradient(90deg, var(--wine), var(--amethyst)); margin-top: 20px; border-radius: 10px; }

.intro-p { font-size: 1.2rem; margin-bottom: 60px; color: #444; }

/* --- VISUAL SPREAD UI --- */
.method-spread {
    background: var(--soft-gray);
    padding: clamp(30px, 5vw, 60px);
    border-radius: 40px;
    margin-bottom: 40px;
    border: 1px solid rgba(0,0,0,0.03);
}

.h3-wine { color: var(--wine); font-size: 1.8rem; font-weight: 900; margin-bottom: 10px; }

.spread-visual {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 40px 0;
}

.spread-card {
    background: white;
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(26, 11, 46, 0.05);
    border-bottom: 5px solid transparent;
    transition: 0.3s ease;
}

.spread-card:hover { transform: translateY(-10px); }

.card-past { border-color: var(--wine); }
.card-present { border-color: var(--amethyst); }
.card-future { border-color: var(--dark); }

.card-label {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    margin-bottom: 10px;
    color: #999;
}

.card-content { font-weight: 800; color: var(--dark); font-size: 1.1rem; }

.spread-tip { font-style: italic; color: #666; text-align: center; }

/* --- INTUITION SECTION --- */
.intuition-card {
    background: white;
    border: 1px solid #F0F0F0;
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.03);
}

.h3-amethyst { color: var(--amethyst); font-size: 1.6rem; font-weight: 900; margin-bottom: 20px; }

.intuition-list { list-style: none; padding: 0; margin: 25px 0; }
.intuition-list li { margin-bottom: 12px; display: flex; gap: 10px; color: #555; }
.intuition-list span { color: var(--wine); font-weight: bold; }

.intuition-footer { font-weight: 600; color: var(--dark); border-top: 1px solid #EEE; padding-top: 20px; }

/* --- WISDOM BANNER --- */
.wisdom-banner { margin-top: 60px; }
.wisdom-inner {
    background: var(--dark);
    color: white;
    padding: 30px 40px;
    border-radius: 20px;
    line-height: 1.6;
    border-left: 10px solid var(--wine);
    font-style: italic;
    font-size: 1.1rem;
}

.wisdom-inner strong { color: var(--amethyst); font-style: normal; }

/* --- FINAL CTA PORTAL --- */
#clemy-final-call {
    padding: 0 25px 100px;
}

.cta-inner {
    max-width: 1000px;
    margin: 0 auto;
    background: linear-gradient(135deg, var(--wine) 0%, var(--dark) 100%);
    border-radius: 40px;
    padding: 80px 40px;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(26, 11, 46, 0.3);
}

.cta-title { font-size: clamp(2rem, 5vw, 3rem); font-weight: 900; margin-bottom: 20px; }
.cta-text { font-size: 1.25rem; opacity: 0.9; max-width: 700px; margin: 0 auto 40px; }

.btn-luxe-call {
    display: inline-block;
    background: white;
    color: var(--dark);
    padding: 22px 50px;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 900;
    font-size: 1.3rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-luxe-call:hover { transform: scale(1.05); color: var(--wine); }

.cta-sub { margin-top: 30px; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 3px; opacity: 0.6; }

/* --- RESPONSIVE : ADAPTATION EXTRÊME --- */
@media (max-width: 800px) {
    .spread-visual { grid-template-columns: 1fr; }
    .method-spread { border-radius: 25px; padding: 30px 20px; }
    .wisdom-inner { padding: 25px; font-size: 1rem; }
    .cta-inner { padding: 60px 20px; border-radius: 30px; }
}@media (max-width: 768px) {
    /* ============================================================
   FORCE RESPONSIVE RADICAL : INTERPRÉTATION & CTA FINAL
   ============================================================ */

    /* 1. SECTION MAÎTRISE : RESET & HEADER */
    #clemy-interpretation-mastery {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-interpretation-mastery .inner-wrap {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    #clemy-interpretation-mastery .section-header {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        margin-bottom: 35px !important;
    }

    #clemy-interpretation-mastery .step-indicator {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        font-size: 3.5rem !important;
        opacity: 0.12 !important;
        margin-bottom: -15px !important;
        line-height: 1 !important;
    }

    #clemy-interpretation-mastery .title-xl {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
        max-width: 300px;
        margin: 0 auto !important;
    }

    #clemy-interpretation-mastery .header-line {
        margin: 15px auto 0 !important;
        width: 45px !important;
    }

    #clemy-interpretation-mastery .intro-p {
        font-size: 1.05rem !important;
        text-align: center !important;
        margin-bottom: 40px !important;
        padding: 0 10px;
    }

    /* 2. LE TIRAGE (VISUAL SPREAD) */
    #clemy-interpretation-mastery .method-spread {
        padding: 30px 15px !important;
        border-radius: 25px !important;
    }

    #clemy-interpretation-mastery .h3-wine {
        font-size: 1.4rem !important;
        text-align: center !important;
    }

    #clemy-interpretation-mastery .spread-visual {
        grid-template-columns: 1fr !important; /* Empilement des cartes */
        gap: 15px !important;
        margin: 30px 0 !important;
    }

    #clemy-interpretation-mastery .spread-card {
        padding: 20px 15px !important;
        transform: none !important; /* SÉCURITÉ TACTILE : On bloque le saut */
    }

    #clemy-interpretation-mastery .spread-card:hover {
        transform: none !important;
        box-shadow: 0 5px 15px rgba(26, 11, 46, 0.05) !important;
    }

    /* 3. INTUITION & WISDOM */
    #clemy-interpretation-mastery .intuition-card {
        padding: 25px 20px !important;
        border-radius: 20px !important;
    }

    #clemy-interpretation-mastery .h3-amethyst {
        font-size: 1.3rem !important;
        text-align: center !important;
    }

    #clemy-interpretation-mastery .wisdom-inner {
        padding: 25px 20px !important;
        font-size: 1rem !important;
        border-left-width: 6px !important; /* Affinage de la bordure Wine */
        border-radius: 15px !important;
        text-align: center !important;
    }

    /* 4. CTA FINAL (LE PORTAIL DE CONVERSION) */
    #clemy-final-call {
        padding: 0 15px 60px !important;
    }

    #clemy-final-call .cta-inner {
        padding: 50px 20px !important;
        border-radius: 30px !important;
    }

    #clemy-final-call .cta-title {
        font-size: 1.8rem !important;
        line-height: 1.1 !important;
    }

    #clemy-final-call .cta-text {
        font-size: 1.05rem !important;
        margin-bottom: 35px !important;
    }

    #clemy-final-call .btn-luxe-call {
        display: block !important;
        width: 100% !important; /* Le bouton prend toute la place pour le pouce */
        padding: 20px 15px !important;
        font-size: 1.15rem !important;
        box-sizing: border-box !important;
        transform: none !important;
    }

    #clemy-final-call .btn-luxe-call:hover {
        transform: none !important;
    }

    #clemy-final-call .cta-sub {
        font-size: 0.7rem !important;
        letter-spacing: 2px !important;
    }
}@media (max-width: 350px) {
        #clemy-interpretation-mastery .title-xl { font-size: 1.4rem !important; }
        #clemy-final-call .cta-title { font-size: 1.6rem !important; }
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-fa6eb6b *//* --- FAQ DÉBUTANTS : CLEMY PRESTIGE SYSTEM --- */
#clemy-faq-debutants {
    --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: #ffffff;
    font-family: 'Inter', -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
}

#clemy-faq-debutants .faq-canvas {
    max-width: 900px; margin: 0 auto; padding: 0 25px;
}

/* --- HEADER --- */
#clemy-faq-debutants .faq-header { text-align: center; margin-bottom: 60px; }

#clemy-faq-debutants .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-debutants .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-debutants .text-gradient {
    background: linear-gradient(135deg, var(--purple), var(--wine));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

/* --- ACCORDION SYSTEM --- */
#clemy-faq-debutants .faq-accordion-group { display: flex; flex-direction: column; gap: 15px; }

#clemy-faq-debutants .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-debutants .faq-item:hover {
    border-color: var(--purple);
    box-shadow: 0 15px 35px rgba(110, 27, 137, 0.05);
}

#clemy-faq-debutants .faq-item[open] {
    border-color: var(--purple);
    box-shadow: 0 25px 60px rgba(30, 16, 54, 0.08);
}

/* Featured Beginner Highlight */
#clemy-faq-debutants .featured-beginner[open] { border-left: 6px solid var(--wine); }

/* Summary Styling */
#clemy-faq-debutants summary {
    padding: 28px 30px; cursor: pointer; list-style: none;
    display: flex; align-items: center; gap: 20px;
}

#clemy-faq-debutants summary::-webkit-details-marker { display: none; }

#clemy-faq-debutants .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-debutants .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-debutants .q-chevron {
    width: 20px; height: 20px; position: relative; transition: 0.4s;
}
#clemy-faq-debutants .q-chevron::before, 
#clemy-faq-debutants .q-chevron::after {
    content: ''; position: absolute; top: 50%; left: 50%;
    width: 12px; height: 2px; background: var(--purple); transition: 0.4s;
}
#clemy-faq-debutants .q-chevron::before { transform: translate(-50%, -50%) rotate(0deg); }
#clemy-faq-debutants .q-chevron::after { transform: translate(-50%, -50%) rotate(90deg); }
#clemy-faq-debutants .faq-item[open] .q-chevron { transform: rotate(45deg); }

/* Content Animation */
#clemy-faq-debutants .faq-content {
    padding: 0 35px 35px 85px; color: #555;
    line-height: 1.8; font-size: 1rem;
    animation: faqBeginnerIn 0.5s ease-out;
}

@keyframes faqBeginnerIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

#clemy-faq-debutants .faq-content strong { color: var(--wine); font-weight: 800; }

/* --- RESPONSIVE ADAPTATION --- */
@media (max-width: 768px) {
    #clemy-faq-debutants .faq-canvas { padding: 0 20px; }
    #clemy-faq-debutants .q-num { display: none; }
    #clemy-faq-debutants .faq-content { padding: 0 25px 30px 25px; }
    #clemy-faq-debutants .display-title { text-align: left; }/* ============================================================
   FORCE RESPONSIVE RADICAL : FAQ DÉBUTANTS (#clemy-faq-debutants)
   ============================================================ */

    /* 1. RESET GLOBAL & ANTI-DÉBORDEMENT */
    #clemy-faq-debutants {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-faq-debutants .faq-canvas {
        padding: 0 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : HARMONIE ET CENTRAGE PRESTIGE */
    #clemy-faq-debutants .faq-header {
        margin-bottom: 35px !important;
        text-align: center !important;
    }

    #clemy-faq-debutants .display-title {
        font-size: 1.8rem !important;
        line-height: 1.2 !important;
        text-align: center !important; /* On recentre pour la cohérence visuelle */
    }

    #clemy-faq-debutants .kicker-badge {
        font-size: 0.65rem !important;
        padding: 6px 15px !important;
        letter-spacing: 2px !important;
    }

    /* 3. ACCORDÉONS : STRUCTURE TACTILE SÉCURISÉE */
    #clemy-faq-debutants .faq-accordion-group {
        gap: 12px !important;
    }

    #clemy-faq-debutants .faq-item {
        border-radius: 16px !important;
    }

    #clemy-faq-debutants summary {
        padding: 22px 15px !important;
        gap: 12px !important;
    }

    #clemy-faq-debutants .q-num {
        display: none !important; /* On libère l'espace pour la question */
    }

    #clemy-faq-debutants .q-text {
        font-size: 0.95rem !important;
        padding-right: 10px !important;
        line-height: 1.4 !important;
    }

    /* 4. LE CONTENU : L'ESPACE DE LECTURE LIBÉRÉ */
    #clemy-faq-debutants .faq-content {
        padding: 0 15px 25px 15px !important; /* Suppression du retrait de 85px */
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        text-align: left !important;
    }

    /* 5. GESTION DES BORDURES "FEATURED" */
    #clemy-faq-debutants .featured-beginner[open] {
        border-left-width: 4px !important;
    }

    /* Chevron tactile */
    #clemy-faq-debutants .q-chevron {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }
}@media (max-width: 350px) {
        #clemy-faq-debutants .display-title { font-size: 1.55rem !important; }
        #clemy-faq-debutants .q-text { font-size: 0.85rem !important; }
    }/* End custom CSS */