.elementor-5266 .elementor-element.elementor-element-49369321{--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-199efb5 *//* --- CLEMY MASTER PORTAL SYSTEM --- */
#clemy-master-portal {
    --purple: #6e1b89;
    --dark: #1e1036;
    --wine: #641235;
    --white: #ffffff;
    --lavender: #f3e5f5;
    
    background: var(--white);
    color: var(--dark);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

/* --- DOCK NAVIGATION --- */
.clemy-dock {
    position: sticky; top: 20px; z-index: 1000;
    width: 100%; max-width: 1100px;
    margin: 0 auto; padding: 0 20px;
}

.dock-inner {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(110, 27, 137, 0.1);
    border-radius: 100px;
    padding: 10px 25px;
    display: flex; align-items: center; justify-content: space-between;
    box-shadow: 0 10px 50px rgba(30, 16, 54, 0.1);
}

.dock-brand { font-weight: 900; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 2px; }
.dock-brand span { color: var(--purple); }

.dock-nav { display: flex; gap: 5px; overflow-x: auto; scrollbar-width: none; }
.dock-nav::-webkit-scrollbar { display: none; }

.dock-link {
    text-decoration: none; color: #555; font-size: 0.75rem; font-weight: 700;
    padding: 10px 18px; border-radius: 50px; white-space: nowrap; transition: 0.4s;
}
.dock-link span { color: var(--purple); opacity: 0.5; margin-right: 5px; }
.dock-link:hover { background: var(--dark); color: white; }
.dock-link:hover span { color: var(--purple); opacity: 1; }

/* --- HERO SECTION --- */
.portal-hero {
    padding: clamp(80px, 15vw, 150px) 20px 80px;
    text-align: center; position: relative;
}

.hero-bg-aura {
    position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 100%; max-width: 1000px; height: 100%;
    background: radial-gradient(circle at center, rgba(110, 27, 137, 0.06) 0%, transparent 70%);
}

.hero-kicker {
    display: inline-flex; align-items: center; gap: 10px;
    background: var(--lavender); color: var(--purple);
    padding: 8px 20px; border-radius: 50px; font-size: 0.75rem; 
    font-weight: 900; text-transform: uppercase; letter-spacing: 3px;
    margin-bottom: 35px; border: 1px solid rgba(110, 27, 137, 0.1);
}

.pulse-icon { animation: pulseStar 2s infinite; }
@keyframes pulseStar { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.4; transform: scale(1.2); } }

.hero-title {
    font-size: clamp(2.5rem, 8vw, 5.5rem);
    font-weight: 900; line-height: 0.95; margin: 0;
}

.gradient-text {
    background: linear-gradient(135deg, var(--purple), var(--wine));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

.sub-title { display: block; font-size: 1.2rem; font-weight: 400; color: #777; margin-top: 20px; letter-spacing: 2px; text-transform: uppercase; }

.hero-desc {
    margin-top: 40px; font-size: clamp(1.1rem, 2.5vw, 1.4rem);
    color: #555; max-width: 800px; margin-left: auto; margin-right: auto;
    font-weight: 400;
}

/* --- MONOLITH BLOCK --- */
.editorial-block { padding: 0 20px 100px; }

.monolith-container {
    max-width: 1100px; margin: 0 auto;
    background: var(--white); border-radius: 50px;
    display: flex; overflow: hidden;
    box-shadow: 0 50px 120px rgba(30, 16, 54, 0.05);
    border: 1px solid #f2f2f2;
}

.monolith-visual-bar {
    width: 15px; background: #f9f9f9; position: relative; flex-shrink: 0;
}
.bar-progress {
    position: absolute; top: 0; left: 0; width: 100%; height: 60%;
    background: linear-gradient(to bottom, var(--purple), var(--wine));
}

.monolith-content { padding: clamp(40px, 8vw, 100px); width: 100%; }

.monolith-grid {
    display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(30px, 5vw, 80px);
    margin-bottom: 60px;
}

.p-lead { 
    font-size: clamp(1.4rem, 3vw, 1.8rem); font-weight: 700; 
    color: var(--dark); line-height: 1.3; margin-bottom: 30px;
}

.monolith-grid p { font-size: 1.1rem; color: #444; margin-bottom: 25px; }

.monolith-footer {
    display: flex; justify-content: space-between; align-items: center;
    border-top: 1px solid #eee; padding-top: 40px;
}

.energy-tag { font-size: 0.75rem; font-weight: 900; color: var(--wine); text-transform: uppercase; letter-spacing: 2px; }
.status-badge { font-size: 0.75rem; font-weight: 700; color: #999; text-transform: uppercase; }

/* --- RESPONSIVE 2000% --- */
@media (max-width: 1024px) {
    .dock-brand { display: none; }
    .dock-inner { justify-content: center; }
}

@media (max-width: 850px) {
    .monolith-container { flex-direction: column; border-radius: 35px; }
    .monolith-visual-bar { width: 100%; height: 10px; }
    .bar-progress { width: 60%; height: 100%; }
    .monolith-grid { grid-template-columns: 1fr; gap: 30px; }
    .monolith-grid p { text-align: left; }
    .monolith-footer { flex-direction: column; gap: 20px; align-items: flex-start; }
}

@media (max-width: 480px) {
    .hero-title { line-height: 1.1; }
    .monolith-content { padding: 40px 25px; }
}/* ============================================================
   FORCE RESPONSIVE : MASTER PORTAL (#clemy-master-portal)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & PERFORMANCE */
    #clemy-master-portal {
        padding-bottom: 50px !important;
        overflow-x: hidden !important; /* Coupe tout ce qui dépasse à droite */
    }

    /* 2. DOCK NAVIGATION (Mode Mobile-First) */
    .clemy-dock {
        top: 10px !important;
        padding: 0 10px !important;
    }

    .dock-inner {
        padding: 8px 15px !important;
        border-radius: 40px !important;
        justify-content: center !important;
    }

    .dock-brand {
        display: none !important; /* On cache le nom pour libérer le scroll horizontal */
    }

    .dock-nav {
        width: 100% !important;
        justify-content: flex-start !important; /* Permet le swipe avec le pouce */
        gap: 5px !important;
    }

    .dock-link {
        font-size: 0.7rem !important;
        padding: 8px 12px !important;
    }

    /* 3. HERO SECTION : DOMPTER LE TITRE GÉANT */
    .portal-hero {
        padding: 60px 15px 40px !important;
    }

    .hero-kicker {
        font-size: 0.65rem !important;
        letter-spacing: 2px !important;
        padding: 6px 15px !important;
        margin-bottom: 20px !important;
    }

    .hero-title {
        font-size: 2rem !important; /* Taille de sécurité pour iPhone SE */
        line-height: 1.1 !important;
        letter-spacing: -0.5px !important; /* On desserre les lettres pour la lisibilité */
    }

    .sub-title {
        font-size: 0.8rem !important;
        letter-spacing: 1px !important;
        margin-top: 15px !important;
    }

    .hero-desc {
        font-size: 1.05rem !important;
        line-height: 1.5 !important;
        margin-top: 25px !important;
    }

    /* 4. MONOLITH CONTAINER : TRANSFORMATION VERTICALE */
    .editorial-block {
        padding: 0 15px 60px !important;
    }

    .monolith-container {
        flex-direction: column !important; /* Empilement de la barre et du contenu */
        border-radius: 24px !important;
        margin: 0 !important;
    }

    .monolith-visual-bar {
        width: 100% !important;
        height: 6px !important; /* Devient un séparateur horizontal élégant */
    }

    .bar-progress {
        width: 60% !important; /* Simule une progression de lecture */
        height: 100% !important;
    }

    .monolith-content {
        padding: 30px 20px !important;
    }

    .monolith-grid {
        grid-template-columns: 1fr !important; /* Une seule colonne force */
        gap: 25px !important;
        margin-bottom: 40px !important;
    }

    .p-lead {
        font-size: 1.25rem !important;
        line-height: 1.4 !important;
        text-align: center !important;
    }

    .monolith-grid p {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        text-align: left !important; /* Adieu le justify, bonjour la clarté */
    }

    /* 5. FOOTER DE CARTE */
    .monolith-footer {
        flex-direction: column !important;
        gap: 15px !important;
        align-items: center !important;
        padding-top: 25px !important;
    }
}

/* Fix spécifique pour les écrans ultra-compacts (< 350px) */
@media (max-width: 350px) {
    .hero-title { font-size: 1.7rem !important; }
    .p-lead { font-size: 1.1rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-61e7564 *//* --- SECTION 01 : METAMORPHOSE (CLEMY MASTER SYSTEM) --- */
#clemy-metamorphose-2026 {
    --purple: #6e1b89;
    --dark: #1e1036;
    --wine: #641235;
    --white: #ffffff;
    --soft-pink: #fdf2f8;
    --deep-pink: #db2777;
    
    padding: clamp(80px, 15vw, 150px) 0;
    background: var(--white);
    color: var(--dark);
    line-height: 1.7;
}

#clemy-metamorphose-2026 .master-canvas {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 30px;
}

/* --- HEADER SIGNATURE --- */
.section-signature {
    display: flex;
    align-items: center;
    gap: clamp(20px, 5vw, 40px);
    margin-bottom: clamp(60px, 10vw, 100px);
}

.sig-num {
    font-size: clamp(5rem, 12vw, 9rem);
    font-weight: 900;
    line-height: 0.8;
    color: var(--purple);
    opacity: 0.12;
}

.sig-kicker {
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--purple);
    display: block;
    margin-bottom: 10px;
}

.sig-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 900;
    line-height: 1.1;
    margin: 0;
}

.wine-text { color: var(--wine); }

/* --- TRANSITION MATRIX LAYOUT --- */
.transition-matrix {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: clamp(40px, 8vw, 100px);
    align-items: flex-start;
}

.p-lead {
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    font-weight: 700;
    color: var(--dark);
    line-height: 1.4;
    margin-bottom: 30px;
}

.content-narrative p {
    font-size: 1.1rem;
    color: #444;
    margin-bottom: 25px;
    text-align: justify;
}

/* ACCENT SHIFT MARKER */
.accent-shift {
    position: relative;
    padding-left: 30px;
    border-left: 1px solid #eee;
    margin: 50px 0;
}

.shift-marker {
    position: absolute;
    left: -1px;
    top: 0;
    background: var(--wine);
    color: white;
    font-size: 0.65rem;
    font-weight: 900;
    padding: 4px 12px;
    transform: translateX(-50%);
    border-radius: 50px;
    white-space: nowrap;
}

/* QUOTE EDITORIAL */
.editorial-quote {
    margin: 60px 0;
    padding: 40px;
    background: var(--soft-pink);
    border-radius: 0 40px 40px 40px;
    position: relative;
}

.quote-line {
    width: 60px;
    height: 4px;
    background: var(--deep-pink);
    margin-bottom: 25px;
}

.editorial-quote p {
    font-size: clamp(1rem, 3vw, 1rem);
    font-style: italic;
    color: var(--wine);
    margin: 0;
    text-align: left;
    line-height: 1.4;
}

/* --- VIBRATION TRACKER CARD --- */
.tracker-shell {
    background: var(--white);
    border-radius: 40px;
    padding: 45px;
    box-shadow: 0 40px 100px rgba(30, 16, 54, 0.08);
    border: 1px solid #f2f2f2;
    position: sticky;
    top: 120px;
}

.tracker-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 35px;
}

.status-dot {
    width: 10px;
    height: 10px;
    background: #2ecc71;
    border-radius: 50%;
    box-shadow: 0 0 15px #2ecc71;
}

.tracker-header h3 {
    font-size: 0.9rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--dark);
    margin: 0;
}

.frequency-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.frequency-list li {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f9f9f9;
}

.freq-icon { font-size: 1.5rem; }

.freq-text { font-size: 0.95rem; color: #555; }
.freq-text strong { color: var(--deep-pink); display: block; margin-bottom: 4px; text-transform: uppercase; font-size: 0.75rem; letter-spacing: 1px; }

.tracker-footer {
    margin-top: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #aaa;
    text-transform: uppercase;
}

.tracker-footer span { color: var(--purple); margin-left: 8px; }

/* --- RESPONSIVE ADAPTATION --- */
@media (max-width: 1024px) {
    .transition-matrix { grid-template-columns: 1fr; }
    .tracker-shell { position: static; margin-top: 40px; }
}

@media (max-width: 600px) {
    .master-canvas { padding: 0 20px; }
    .section-signature { flex-direction: column; align-items: flex-start; gap: 10px; }
    .sig-num { margin-bottom: 10px; }
    .content-narrative p { text-align: left; }
    .editorial-quote { border-radius: 30px; padding: 30px; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : MÉTAMORPHOSE (#clemy-metamorphose-2026)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL DE LA SECTION */
    #clemy-metamorphose-2026 {
        padding: 60px 0 !important; /* On divise les marges par 3 */
        overflow: hidden !important;
    }

    #clemy-metamorphose-2026 .master-canvas {
        padding: 0 20px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : ON DOMPTE LE NUMÉRO 9REM */
    .section-signature {
        flex-direction: column !important;
        align-items: center !important; /* Centrage pour l'équilibre mobile */
        text-align: center;
        gap: 0 !important;
        margin-bottom: 40px !important;
    }

    .sig-num {
        font-size: 4.5rem !important; /* Division par 2 forcée */
        opacity: 0.1 !important;
        margin-bottom: -15px !important; /* On le glisse sous le titre */
        line-height: 1 !important;
    }

    .sig-title {
        font-size: 1.8rem !important; /* Taille de sécurité pour smartphone */
        line-height: 1.2 !important;
    }

    /* 3. TRANSITION MATRIX : PASSAGE EN FLUX VERTICAL */
    .transition-matrix {
        grid-template-columns: 1fr !important; /* UNE SEULE COLONNE */
        gap: 30px !important;
    }

    .p-lead {
        font-size: 1.15rem !important;
        text-align: center !important;
        margin-bottom: 25px !important;
    }

    .content-narrative p {
        font-size: 1rem !important;
        text-align: left !important; /* Adieu le justify qui crée des trous */
        line-height: 1.6 !important;
    }

    /* 4. ACCENTS ET CITATIONS */
    .accent-shift {
        margin: 40px 0 !important;
        padding-left: 0 !important;
        padding-top: 30px !important;
        border-left: none !important;
        border-top: 1px solid #eee !important; /* Bordure horizontale plus naturelle */
    }

    .shift-marker {
        top: 0 !important;
        left: 50% !important; /* Centrage du badge */
        transform: translate(-50%, -50%) !important;
    }

    .editorial-quote {
        margin: 40px 0 !important;
        padding: 30px 20px !important;
        border-radius: 24px !important; /* Plus adapté aux petits écrans */
        text-align: center;
    }

    .quote-line {
        margin: 0 auto 20px !important; /* Centrage de la ligne déco */
    }

    /* 5. VIBRATION TRACKER (Le bloc collant) */
    .tracker-shell {
        position: relative !important; /* On désactive le sticky pour le mobile */
        top: 0 !important;
        padding: 30px 20px !important;
        border-radius: 24px !important;
        margin-top: 20px !important;
        box-shadow: 0 20px 50px rgba(30, 16, 54, 0.05) !important;
    }

    .tracker-header {
        justify-content: center !important;
        margin-bottom: 25px !important;
    }

    .frequency-list li {
        gap: 15px !important;
        margin-bottom: 20px !important;
    }

    .freq-icon {
        font-size: 1.2rem !important;
    }
}

/* Fix spécifique pour les écrans ultra-fins (iPhone SE / 320px) */
@media (max-width: 350px) {
    .sig-title { font-size: 1.6rem !important; }
    .p-lead { font-size: 1rem !important; }
    .tracker-header h3 { font-size: 0.75rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-48c8498 *//* --- SECTION RITUEL (CLEMY PRESTIGE SYSTEM) --- */
#clemy-rituel-manifestation {
    --purple: #6e1b89;
    --dark: #1e1036;
    --wine: #641235;
    --lavender: #f3e5f5;
    --white: #ffffff;
    
    padding: clamp(60px, 12vw, 120px) 0;
    background: #FFF;
    color: var(--dark);
    line-height: 1.6;
}

#clemy-rituel-manifestation .ritual-canvas {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

/* --- HEADER --- */
#clemy-rituel-manifestation .ritual-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 80px;
}

#clemy-rituel-manifestation .ritual-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--lavender);
    color: var(--purple);
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 30px;
}

#clemy-rituel-manifestation .pulse-heart {
    animation: pulseHeart 1.5s infinite;
}
@keyframes pulseHeart { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.3); } }

#clemy-rituel-manifestation .ritual-title {
    font-size: clamp(2.5rem, 7vw, 4rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 30px;
}

#clemy-rituel-manifestation .text-gradient {
    background: linear-gradient(135deg, var(--purple), var(--wine));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* --- ALCHEMY KIT GRID --- */
#clemy-rituel-manifestation .alchemy-kit {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-bottom: 80px;
}

#clemy-rituel-manifestation .kit-card {
    background: #fafafa;
    padding: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #f0f0f0;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#clemy-rituel-manifestation .kit-card:hover {
    transform: translateY(-10px);
    background: white;
    border-color: var(--lavender);
    box-shadow: 0 20px 40px rgba(110, 27, 137, 0.08);
}

#clemy-rituel-manifestation .kit-icon {
    font-size: 2.2rem;
}

#clemy-rituel-manifestation .kit-info strong {
    display: block;
    color: var(--purple);
    font-size: 1rem;
}

#clemy-rituel-manifestation .kit-info span {
    font-size: 0.8rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* --- PROTOCOL STEPS --- */
#clemy-rituel-manifestation .protocol-wrap {
    position: relative;
    max-width: 900px;
    margin: 0 auto 100px;
    padding-left: 60px;
}

#clemy-rituel-manifestation .protocol-line {
    position: absolute;
    left: 20px; top: 0; bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, var(--purple), var(--wine), transparent);
}

#clemy-rituel-manifestation .step-module {
    position: relative;
    margin-bottom: 50px;
}

#clemy-rituel-manifestation .step-indicator {
    position: absolute;
    left: -60px; top: 0;
    width: 40px; height: 40px;
    background: var(--white);
    border: 2px solid var(--purple);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-weight: 900; font-size: 0.8rem; color: var(--purple);
    z-index: 2;
}

#clemy-rituel-manifestation .step-body h3 {
    font-size: 1.6rem;
    color: var(--wine);
    margin: 0 0 10px 0;
}

#clemy-rituel-manifestation .step-body p {
    font-size: 1.05rem;
    color: #555;
    margin: 0;
    text-align: justify;
}

#clemy-rituel-manifestation .featured-step {
    background: var(--lavender);
    padding: 40px;
    border-radius: 30px;
    margin-left: -20px;
}

/* --- VISUAL FOOTER --- */
#clemy-rituel-manifestation .image-frame {
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 40px 100px rgba(0,0,0,0.1);
}

#clemy-rituel-manifestation .image-frame img {
    width: 100%;
    display: block;
    filter: saturate(1.1);
}

#clemy-rituel-manifestation .image-overlay {
    position: absolute;
    bottom: 30px; right: 30px;
    background: var(--dark);
    color: white;
    padding: 10px 30px;
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
    #clemy-rituel-manifestation .protocol-wrap { padding-left: 40px; }
    #clemy-rituel-manifestation .protocol-line { left: 10px; }
    #clemy-rituel-manifestation .step-indicator { left: -40px; width: 30px; height: 30px; font-size: 0.7rem; }
    #clemy-rituel-manifestation .step-body h3 { font-size: 1.4rem; }
    #clemy-rituel-manifestation .featured-step { margin-left: 0; padding: 30px; }
    #clemy-rituel-manifestation .step-body p { text-align: left; }
}

@media (max-width: 600px) {
    #clemy-rituel-manifestation .image-frame { border-radius: 30px; }
    #clemy-rituel-manifestation .image-overlay { position: static; text-align: center; border-radius: 0; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : RITUEL (#clemy-rituel-manifestation)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL DE LA SECTION */
    #clemy-rituel-manifestation {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-rituel-manifestation .ritual-canvas {
        padding: 0 20px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : On dompte le titre 4rem */
    #clemy-rituel-manifestation .ritual-header {
        margin-bottom: 40px !important;
    }

    #clemy-rituel-manifestation .ritual-kicker {
        font-size: 0.65rem !important;
        padding: 6px 18px !important;
        letter-spacing: 2px !important;
    }

    #clemy-rituel-manifestation .ritual-title {
        font-size: 1.8rem !important; /* Taille sécurisée pour iPhone SE */
        line-height: 1.2 !important;
        margin-bottom: 20px !important;
    }

    /* 3. ALCHEMY KIT : Grid en une seule colonne */
    #clemy-rituel-manifestation .alchemy-kit {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
        margin-bottom: 50px !important;
    }

    #clemy-rituel-manifestation .kit-card {
        padding: 20px !important;
        border-radius: 20px !important;
        transform: none !important; /* On fige pour le tactile */
    }

    #clemy-rituel-manifestation .kit-icon {
        font-size: 1.8rem !important;
    }

    /* 4. PROTOCOLE (TIMELINE) : L'ajustement critique */
    #clemy-rituel-manifestation .protocol-wrap {
        padding-left: 45px !important; /* On réduit pour gagner de la place texte */
        margin-bottom: 60px !important;
    }

    #clemy-rituel-manifestation .protocol-line {
        left: 15px !important; /* On rapproche la ligne du bord */
    }

    #clemy-rituel-manifestation .step-indicator {
        left: -45px !important; /* On réaligne sur la nouvelle marge */
        width: 30px !important;
        height: 30px !important;
        font-size: 0.7rem !important;
    }

    #clemy-rituel-manifestation .step-body h3 {
        font-size: 1.3rem !important;
        line-height: 1.3 !important;
    }

    #clemy-rituel-manifestation .step-body p {
        font-size: 0.95rem !important;
        text-align: left !important; /* Adieu le justify qui crée des trous */
    }

    #clemy-rituel-manifestation .featured-step {
        margin-left: 0 !important; /* On supprime le décalage négatif qui fait déborder */
        padding: 25px 20px !important;
        border-radius: 20px !important;
    }

    /* 5. VISUAL FOOTER */
    #clemy-rituel-manifestation .image-frame {
        border-radius: 24px !important;
    }

    #clemy-rituel-manifestation .image-overlay {
        position: relative !important; /* On sort le badge du flux absolute */
        bottom: 0 !important;
        right: 0 !important;
        border-radius: 0 !important;
        width: 100% !important;
        text-align: center !important;
        padding: 12px 20px !important;
        font-size: 0.7rem !important;
    }
}

/* Fix pour les écrans ultra-fins (320px) */
@media (max-width: 350px) {
    #clemy-rituel-manifestation .ritual-title { font-size: 1.6rem !important; }
    #clemy-rituel-manifestation .protocol-wrap { padding-left: 35px !important; }
    #clemy-rituel-manifestation .protocol-line { left: 10px !important; }
    #clemy-rituel-manifestation .step-indicator { left: -35px !important; width: 25px !important; height: 25px !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-8cd2fd9 *//* --- SECTION 03 : SAGESSE SOMATIQUE (CLEMY MASTER SYSTEM) --- */
#clemy-sagesse-somatique {
    --purple: #6e1b89;
    --dark: #1e1036;
    --wine: #641235;
    --lavender: #f3e5f5;
    --white: #ffffff;
    
    padding: clamp(80px, 15vw, 150px) 0;
    background: var(--white);
    color: var(--dark);
    line-height: 1.6;
}

#clemy-sagesse-somatique .prestige-canvas {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

/* --- HEADER SIGNATURE --- */
.editorial-header {
    margin-bottom: clamp(60px, 10vw, 100px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: end;
}

.signature-block {
    display: flex;
    align-items: center;
    gap: 25px;
}

.sig-number {
    font-size: clamp(4rem, 10vw, 8rem);
    font-weight: 900;
    line-height: 0.8;
    color: var(--purple);
    opacity: 0.15;
}

.sig-kicker {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--purple);
    display: block;
    margin-bottom: 10px;
}

.sig-title {
    font-size: clamp(2.2rem, 6vw, 3.8rem);
    font-weight: 900;
    line-height: 1.1;
    margin: 0;
}

.text-gradient {
    background: linear-gradient(135deg, var(--purple), var(--wine));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-intro {
    font-size: 1.15rem;
    color: #555;
    text-align: justify;
    margin: 0;
    border-left: 1px solid #eee;
    padding-left: 30px;
}

/* --- SOMATIC GRID --- */
.somatic-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.somatic-card {
    background: var(--white);
    border-radius: 40px;
    padding: clamp(35px, 6vw, 60px);
    position: relative;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
}

.somatic-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 40px 100px rgba(30, 16, 54, 0.06);
    border-color: var(--lavender);
}

.card-aura {
    position: absolute; top: -20%; right: -10%;
    width: 250px; height: 250px;
    background: radial-gradient(circle, rgba(110, 27, 137, 0.04) 0%, transparent 70%);
    z-index: 0;
}

.card-body { position: relative; z-index: 1; }

.card-head {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.icon-wrap {
    font-size: 2.2rem;
    background: var(--lavender);
    width: 70px; height: 70px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 20px;
}

.card-head h3 {
    font-size: 1.8rem;
    margin: 0;
    color: var(--dark);
}

.somatic-card p {
    font-size: 1.05rem;
    color: #555;
    margin-bottom: 30px;
    text-align: justify;
}

.somatic-tag {
    display: inline-block;
    padding: 6px 18px;
    border-radius: 50px;
    background: var(--dark);
    color: white;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* VARIANTES SÉMANTIQUES */
.card-sens { border-top: 6px solid var(--wine); }
.card-nature { border-top: 6px solid var(--purple); }

/* --- RESPONSIVE ADAPTATION --- */
@media (max-width: 1024px) {
    .editorial-header { grid-template-columns: 1fr; gap: 30px; }
    .section-intro { border-left: none; padding-left: 0; border-top: 1px solid #eee; padding-top: 30px; }
}

@media (max-width: 600px) {
    .somatic-card { border-radius: 30px; padding: 40px 25px; }
    .card-head { flex-direction: column; align-items: flex-start; }
    .somatic-card p { text-align: left; }
    .signature-block { flex-direction: column; align-items: flex-start; gap: 10px; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : SAGESSE SOMATIQUE (#clemy-sagesse-somatique)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & PADDING */
    #clemy-sagesse-somatique {
        padding: 50px 0 !important; /* On réduit l'espace massif de 15vw */
        overflow: hidden !important;
    }

    #clemy-sagesse-somatique .prestige-canvas {
        padding: 0 15px !important; /* On donne de l'air sur les bords */
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : ON DESSERRE L'ÉTAU */
    #clemy-sagesse-somatique .editorial-header {
        grid-template-columns: 1fr !important; /* On empile titre et intro */
        gap: 20px !important;
        text-align: center;
        margin-bottom: 40px !important;
    }

    #clemy-sagesse-somatique .signature-block {
        flex-direction: column !important;
        align-items: center !important;
        gap: 0 !important;
    }

    #clemy-sagesse-somatique .sig-number {
        font-size: 4.5rem !important; /* On réduit le 8rem */
        opacity: 0.1 !important;
        margin-bottom: -10px !important;
        line-height: 1 !important;
    }

    #clemy-sagesse-somatique .sig-title {
        font-size: 1.8rem !important; /* Taille sécurisée */
        line-height: 1.2 !important;
        text-align: center;
    }

    #clemy-sagesse-somatique .section-intro {
        font-size: 1rem !important;
        line-height: 1.6 !important;
        border-left: none !important; /* On supprime la ligne verticale */
        border-top: 1px solid rgba(0,0,0,0.05) !important; /* On la met en haut */
        padding: 20px 0 0 0 !important;
        text-align: left !important; /* Adieu le justify */
    }

    /* 3. SOMATIC GRID : LE CORRECTIF CRITIQUE */
    #clemy-sagesse-somatique .somatic-grid {
        grid-template-columns: 1fr !important; /* ON FORCE UNE SEULE COLONNE */
        gap: 20px !important;
    }

    /* 4. CARDS : ADAPTATION AU PETIT ÉCRAN */
    #clemy-sagesse-somatique .somatic-card {
        padding: 30px 20px !important;
        border-radius: 24px !important;
        transform: none !important; /* On fige pour éviter les bugs au scroll tactile */
        width: 100% !important;
        box-sizing: border-box !important;
    }

    #clemy-sagesse-somatique .card-head {
        flex-direction: column !important; /* Icône au-dessus du texte */
        align-items: center !important;
        text-align: center;
        gap: 15px !important;
    }

    #clemy-sagesse-somatique .icon-wrap {
        width: 60px !important;
        height: 60px !important;
        font-size: 1.8rem !important;
    }

    #clemy-sagesse-somatique .card-head h3 {
        font-size: 1.4rem !important;
    }

    #clemy-sagesse-somatique .somatic-card p {
        font-size: 0.95rem !important;
        text-align: center !important; /* On centre le texte sur mobile */
        margin-bottom: 20px !important;
    }

    #clemy-sagesse-somatique .somatic-tag {
        align-self: center; /* On centre le badge noir */
    }

    /* 5. AURA : Performance mobile */
    #clemy-sagesse-somatique .card-aura {
        width: 120px !important;
        height: 120px !important;
        top: -30px !important;
        right: -30px !important;
    }
}

/* Fix spécifique iPhone SE (320px) */
@media (max-width: 350px) {
    #clemy-sagesse-somatique .sig-title { font-size: 1.6rem !important; }
    #clemy-sagesse-somatique .card-head h3 { font-size: 1.2rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-63e5f70 *//* --- SECTION 04 : ABONDANCE (CLEMY MASTER SYSTEM) --- */
#clemy-abondance-flux {
    --purple: #6e1b89;
    --dark: #1e1036;
    --wine: #641235;
    --lavender: #f3e5f5;
    --white: #ffffff;
    
    padding: clamp(80px, 15vw, 150px) 0;
    background: var(--white);
    color: var(--dark);
    line-height: 1.6;
}

#clemy-abondance-flux .prestige-canvas {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 30px;
}

/* --- HEADER SECTION --- */
#clemy-abondance-flux .section-header {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    align-items: end;
    margin-bottom: clamp(60px, 10vw, 100px);
}

#clemy-abondance-flux .header-split {
    display: flex;
    align-items: center;
    gap: 30px;
}

#clemy-abondance-flux .header-num {
    font-size: clamp(5rem, 12vw, 8.5rem);
    font-weight: 900;
    line-height: 0.8;
    color: var(--purple);
    opacity: 0.12;
}

#clemy-abondance-flux .kicker {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--purple);
    display: block;
    margin-bottom: 10px;
}

#clemy-abondance-flux .title-serif {
    font-size: clamp(2.2rem, 6vw, 3.8rem);
    font-weight: 900;
    line-height: 1.1;
    margin: 0;
}

#clemy-abondance-flux .text-wine { color: var(--wine); }

#clemy-abondance-flux .p-intro {
    font-size: 1.2rem;
    color: #555;
    text-align: justify;
    border-left: 1px solid #eee;
    padding-left: 30px;
    margin: 0;
}

/* --- VALUE MATRIX --- */
#clemy-abondance-flux .value-matrix {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 30px;
    margin-bottom: 80px;
}

#clemy-abondance-flux .value-card {
    background: #fff;
    border-radius: 45px;
    border: 1px solid #f2f2f2;
    overflow: hidden;
    transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

#clemy-abondance-flux .value-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 40px 100px rgba(30, 16, 54, 0.06);
}

#clemy-abondance-flux .card-inner { padding: clamp(35px, 6vw, 60px); }

#clemy-abondance-flux h3 {
    font-size: 1.8rem;
    margin-bottom: 25px;
    color: var(--dark);
}

#clemy-abondance-flux .value-card p {
    font-size: 1.05rem;
    color: #555;
    margin-bottom: 30px;
    text-align: justify;
}

/* ORACLE BOX */
#clemy-abondance-flux .oracle-question {
    background: var(--lavender);
    padding: 35px;
    border-radius: 30px;
    text-align: center;
    border-left: 6px solid var(--wine);
}

#clemy-abondance-flux .q-icon {
    font-size: 1.5rem; color: var(--wine);
    display: block; margin-bottom: 15px;
}

#clemy-abondance-flux .oracle-question blockquote {
    font-size: 1.4rem; font-style: italic;
    color: var(--dark); margin: 0;
}

/* ACTION TAGS */
#clemy-abondance-flux .benefit-tag {
    display: inline-block;
    padding: 8px 20px;
    background: var(--purple);
    color: white;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

#clemy-abondance-flux .p-small {
    font-size: 0.9rem !important;
    color: #888 !important;
    font-style: italic;
}

/* --- VISUAL FOOTER --- */
#clemy-abondance-flux .image-monolith {
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 40px 100px rgba(0,0,0,0.1);
}

#clemy-abondance-flux .image-monolith img { width: 100%; display: block; filter: saturate(1.1); }

#clemy-abondance-flux .image-label {
    position: absolute; bottom: 30px; left: 30px;
    background: var(--dark); color: white;
    padding: 10px 30px; border-radius: 100px;
    font-size: 0.8rem; font-weight: 800; text-transform: uppercase;
    letter-spacing: 2px;
}

/* --- RESPONSIVE 2000% --- */
@media (max-width: 1024px) {
    #clemy-abondance-flux .section-header,
    #clemy-abondance-flux .value-matrix { grid-template-columns: 1fr; gap: 40px; }
    
    #clemy-abondance-flux .p-intro { border-left: none; padding-left: 0; border-top: 1px solid #eee; padding-top: 30px; }
}

@media (max-width: 600px) {
    #clemy-abondance-flux .header-split { flex-direction: column; align-items: flex-start; gap: 10px; }
    #clemy-abondance-flux .value-card { border-radius: 35px; }
    #clemy-abondance-flux .card-inner { padding: 40px 25px; }
    #clemy-abondance-flux .value-card p { text-align: left; }
    #clemy-abondance-flux .image-monolith { border-radius: 30px; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : ABONDANCE (#clemy-abondance-flux)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL DE LA SECTION */
    #clemy-abondance-flux {
        padding: 60px 0 !important; /* On divise les marges par 3 */
        overflow: hidden !important;
    }

    #clemy-abondance-flux .prestige-canvas {
        padding: 0 20px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : ON DOMPTE LE NUMÉRO 8.5REM */
    #clemy-abondance-flux .section-header {
        grid-template-columns: 1fr !important; /* UNE SEULE COLONNE */
        gap: 20px !important;
        text-align: center;
        margin-bottom: 40px !important;
    }

    #clemy-abondance-flux .header-split {
        flex-direction: column !important;
        align-items: center !important;
        gap: 0 !important;
    }

    #clemy-abondance-flux .header-num {
        font-size: 4.5rem !important; /* On divise la taille par 2 */
        opacity: 0.1 !important;
        margin-bottom: -15px !important; /* On le glisse sous le titre */
        line-height: 1 !important;
    }

    #clemy-abondance-flux .title-serif {
        font-size: 1.8rem !important; /* Taille de sécurité */
        line-height: 1.2 !important;
        text-align: center;
    }

    #clemy-abondance-flux .p-intro {
        font-size: 1.05rem !important;
        line-height: 1.6 !important;
        border-left: none !important;
        border-top: 1px solid rgba(0,0,0,0.05) !important; /* Bordure en haut pour mobile */
        padding: 20px 0 0 0 !important;
        text-align: left !important; /* Le justify est banni sur mobile */
    }

    /* 3. VALUE MATRIX : PASSAGE EN FLUX VERTICAL */
    #clemy-abondance-flux .value-matrix {
        grid-template-columns: 1fr !important; /* ON FORCE L'EMPILEMENT */
        gap: 25px !important;
        margin-bottom: 50px !important;
    }

    /* 4. CARDS : ADAPTATION ET STABILITÉ */
    #clemy-abondance-flux .value-card {
        border-radius: 28px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        transform: none !important; /* On désactive le hover pour le tactile */
    }

    #clemy-abondance-flux .card-inner {
        padding: 30px 20px !important;
    }

    #clemy-abondance-flux h3 {
        font-size: 1.5rem !important;
        text-align: center;
        margin-bottom: 20px !important;
    }

    #clemy-abondance-flux .value-card p {
        font-size: 0.95rem !important;
        text-align: center !important;
    }

    /* 5. ORACLE BOX : BORDURE DE DIRECTION */
    #clemy-abondance-flux .oracle-question {
        padding: 25px 20px !important;
        border-radius: 20px !important;
        border-left: none !important;
        border-top: 6px solid var(--wine) !important; /* Plus logique en 1 colonne */
        text-align: center;
    }

    #clemy-abondance-flux .oracle-question blockquote {
        font-size: 1.15rem !important;
        line-height: 1.4 !important;
    }

    /* 6. VISUAL FOOTER */
    #clemy-abondance-flux .image-monolith {
        border-radius: 24px !important;
    }

    #clemy-abondance-flux .image-label {
        position: relative !important; /* On le sort du mode absolute */
        bottom: 0 !important;
        left: 0 !important;
        border-radius: 0 !important;
        width: 100% !important;
        text-align: center !important;
        padding: 12px 20px !important;
        font-size: 0.7rem !important;
    }
}

/* Fix spécifique iPhone SE (320px) */
@media (max-width: 350px) {
    #clemy-abondance-flux .title-serif { font-size: 1.6rem !important; }
    #clemy-abondance-flux .header-num { font-size: 3.5rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-ee86875 *//* --- SECTION 05 & FINAL : MASTER DESIGN --- */
#clemy-final-sequence {
    --wine: #641235;
    --amethyst: #6e1b89;
    --dark: #1e1036;
    --white: #ffffff;
    --lavender: #f3e5f5;
    
    background: var(--white);
    color: var(--dark);
    line-height: 1.6;
}

#clemy-final-sequence .prestige-canvas { max-width: 1250px; margin: 0 auto; padding: 0 30px; }

/* HEADER ÉDITORIAL */
#clemy-final-sequence .editorial-header {
    display: grid; grid-template-columns: 1fr 1fr; gap: 50px;
    align-items: center; margin-bottom: clamp(60px, 10vw, 100px);
}

#clemy-final-sequence .sig-block { display: flex; align-items: center; gap: 20px; }
#clemy-final-sequence .sig-num { 
font-size: clamp(5rem, 12vw, 8rem);
    font-weight: 900; color: var(--amethyst); opacity: 0.12; line-height: 0.8;
}

#clemy-final-sequence .kicker { font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 4px; color: var(--amethyst); display: block; margin-bottom: 10px; }
#clemy-final-sequence .title-serif {font-size: clamp(2.2rem, 6vw, 3.5rem); font-weight: 900; line-height: 1.1; margin: 0; }
#clemy-final-sequence .text-wine { color: var(--wine); }

#clemy-final-sequence .section-intro { font-size: 1.15rem; color: #555; text-align: justify; border-left: 1px solid #eee; padding-left: 30px; margin: 0; }

/* --- TAROT ALTAR --- */
#clemy-final-sequence .tarot-altar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px; margin-bottom: 120px;
}

#clemy-final-sequence .tarot-slot {
    background: #fafafa; border-radius: 40px; padding: 45px 35px;
    border: 1px solid #f0f0f0; transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex; flex-direction: column; align-items: center; text-align: center;
}

#clemy-final-sequence .tarot-slot:hover {
    transform: translateY(-15px);
    background: var(--white);
    border-color: var(--amethyst);
    box-shadow: 0 30px 60px rgba(30, 16, 54, 0.06);
}

#clemy-final-sequence .slot-icon { font-size: 2.5rem; margin-bottom: 25px; filter: drop-shadow(0 5px 15px rgba(0,0,0,0.05)); }
#clemy-final-sequence .slot-label { font-size: 0.7rem; font-weight: 900; text-transform: uppercase; letter-spacing: 2px; color: var(--amethyst); margin-bottom: 10px; display: block; }
#clemy-final-sequence .tarot-slot h3 {font-size: 1.5rem; color: var(--dark); margin: 0 0 15px 0; }
#clemy-final-sequence .tarot-slot p { font-size: 0.95rem; color: #666; margin: 0; line-height: 1.5; }

/* --- FINAL MANIFESTO PORTAL --- */
#clemy-final-sequence .final-manifesto {
    padding: clamp(100px, 15vw, 180px) 0;
    background: var(--dark); color: white;
    position: relative; overflow: hidden; text-align: center;
}

#clemy-final-sequence .manifesto-aura {
    position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 100%; height: 100%;
    background: radial-gradient(circle at center, rgba(110, 27, 137, 0.25) 0%, transparent 70%);
}

#clemy-final-sequence .manifesto-content { position: relative; z-index: 2; }

#clemy-final-sequence .manifesto-h3 {
font-size: clamp(2.5rem, 8vw, 4.5rem);
    font-weight: 900; margin-bottom: 30px; line-height: 1;
}

#clemy-final-sequence .manifesto-p {
    font-size: clamp(1.1rem, 2.5vw, 1.35rem); max-width: 800px; margin: 0 auto 40px;
    opacity: 0.9; font-weight: 300;
}

#clemy-final-sequence .manifesto-question {
    font-size: 1.1rem; font-weight: 700; color: var(--lavender);
    margin-bottom: 50px; text-transform: uppercase; letter-spacing: 1px;
}

/* BUTTONS PRESTIGE */
#clemy-final-sequence .cta-cluster {
    display: flex; gap: 20px; justify-content: center; flex-wrap: wrap;
    margin-bottom: 60px;
}

#clemy-final-sequence .btn-prestige-white {
    background: white; color: var(--dark); padding: 22px 50px;
    border-radius: 100px; text-decoration: none; font-weight: 900;
    font-size: 1.25rem; display: flex; align-items: center; gap: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3); transition: 0.4s;
}

#clemy-final-sequence .btn-prestige-outline {
    background: rgba(255,255,255,0.05); color: white; padding: 22px 50px;
    border-radius: 100px; text-decoration: none; font-weight: 700;
    font-size: 1.1rem; border: 1px solid rgba(255,255,255,0.2);
    display: flex; align-items: center; gap: 15px; transition: 0.4s;
}

#clemy-final-sequence .btn-prestige-white:hover { transform: scale(1.05) translateY(-5px); box-shadow: 0 30px 60px rgba(0,0,0,0.4); }
#clemy-final-sequence .btn-prestige-outline:hover { background: rgba(255,255,255,0.1); border-color: white; }

#clemy-final-sequence .manifesto-footer {
    display: flex; gap: 40px; justify-content: center; flex-wrap: wrap;
    font-size: 0.75rem; font-weight: 900; letter-spacing: 3px; opacity: 0.5;
}

/* RESPONSIVE 2000% */
@media (max-width: 1024px) {
    #clemy-final-sequence .editorial-header { grid-template-columns: 1fr; gap: 30px; }
    #clemy-final-sequence .section-intro { border-left: none; padding-left: 0; border-top: 1px solid #eee; padding-top: 30px; }
}

@media (max-width: 850px) {
    #clemy-final-sequence .tarot-altar { grid-template-columns: 1fr; }
    #clemy-final-sequence .btn-prestige-white, #clemy-final-sequence .btn-prestige-outline { width: 100%; justify-content: center; }
    #clemy-final-sequence .manifesto-footer { gap: 20px; flex-direction: column; }
}/* ============================================================
   FORCE RESPONSIVE RADICAL : FINAL SEQUENCE (#clemy-final-sequence)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL & SÉCURITÉ */
    #clemy-final-sequence {
        padding: 50px 0 0 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-final-sequence .prestige-canvas {
        padding: 0 20px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. HEADER : ON DOMPTE LE TITRE ÉDITORIAL */
    #clemy-final-sequence .editorial-header {
        grid-template-columns: 1fr !important; /* UNE SEULE COLONNE */
        gap: 20px !important;
        text-align: center;
        margin-bottom: 40px !important;
    }

    #clemy-final-sequence .sig-block {
        flex-direction: column !important;
        align-items: center !important;
        gap: 0 !important;
    }

    #clemy-final-sequence .sig-num {
        font-size: 4.5rem !important; /* On divise par 2 le 8rem */
        opacity: 0.1 !important;
        margin-bottom: -10px !important;
        line-height: 1 !important;
    }

    #clemy-final-sequence .title-serif {
        font-size: 1.8rem !important; /* Taille de sécurité smartphone */
        line-height: 1.2 !important;
        text-align: center;
    }

    #clemy-final-sequence .section-intro {
        font-size: 1.05rem !important;
        line-height: 1.6 !important;
        border-left: none !important;
        border-top: 1px solid rgba(0,0,0,0.05) !important; /* Bordure en haut pour mobile */
        padding: 20px 0 0 0 !important;
        text-align: left !important; /* On bannit le justify sur mobile */
    }

    /* 3. TAROT ALTAR : LE FLUX VERTICAL */
    #clemy-final-sequence .tarot-altar {
        grid-template-columns: 1fr !important; /* FORCE L'EMPILEMENT */
        gap: 20px !important;
        margin-bottom: 60px !important;
    }

    #clemy-final-sequence .tarot-slot {
        padding: 35px 20px !important;
        border-radius: 24px !important;
        transform: none !important; /* On fige pour le tactile */
    }

    #clemy-final-sequence .slot-icon {
        font-size: 2rem !important;
        margin-bottom: 15px !important;
    }

    #clemy-final-sequence .tarot-slot h3 {
        font-size: 1.3rem !important;
    }

    /* 4. FINAL MANIFESTO : L'IMMERSION MOBILE */
    #clemy-final-sequence .final-manifesto {
        padding: 80px 20px 100px !important; /* On réduit le clamp excessif */
        border-radius: 40px 40px 0 0 !important;
    }

    #clemy-final-sequence .manifesto-h3 {
        font-size: 1.8rem !important; /* Taille de sécurité pour le titre blanc */
        line-height: 1.2 !important;
        margin-bottom: 20px !important;
    }

    #clemy-final-sequence .manifesto-p {
        font-size: 1rem !important;
        line-height: 1.5 !important;
        margin-bottom: 30px !important;
    }

    #clemy-final-sequence .manifesto-question {
        font-size: 0.9rem !important;
        margin-bottom: 40px !important;
    }

    /* 5. BOUTONS : CIBLES LARGES POUR LE POUCE */
    #clemy-final-sequence .cta-cluster {
        flex-direction: column !important; /* Empilement vertical obligatoire */
        align-items: stretch !important; /* Pleine largeur */
        gap: 15px !important;
    }

    #clemy-final-sequence .btn-prestige-white, 
    #clemy-final-sequence .btn-prestige-outline {
        width: 100% !important;
        justify-content: center !important;
        padding: 18px 25px !important; /* On divise le padding par 2 */
        font-size: 1.1rem !important;
        box-sizing: border-box !important;
    }

    #clemy-final-sequence .btn-prestige-white:hover {
        transform: none !important;
    }

    #clemy-final-sequence .manifesto-footer {
        flex-direction: column !important;
        gap: 12px !important;
        font-size: 0.65rem !important;
        letter-spacing: 1.5px !important;
    }
}

/* Fix spécifique iPhone SE / Écrans < 350px */
@media (max-width: 350px) {
    #clemy-final-sequence .title-serif { font-size: 1.6rem !important; }
    #clemy-final-sequence .manifesto-h3 { font-size: 1.5rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-1ce4822 *//* --- FAQ AVRIL 2026 : CLEMY PRESTIGE SYSTEM --- */
#clemy-faq-avril-2026 {
    --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-avril-2026 .faq-canvas {
    max-width: 900px; margin: 0 auto; padding: 0 25px;
}

/* --- HEADER --- */
#clemy-faq-avril-2026 .faq-header { text-align: center; margin-bottom: 60px; }

#clemy-faq-avril-2026 .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-avril-2026 .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-avril-2026 .text-gradient {
    background: linear-gradient(135deg, var(--purple), var(--wine));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

/* --- ACCORDION SYSTEM --- */
#clemy-faq-avril-2026 .faq-accordion-group { display: flex; flex-direction: column; gap: 18px; }

#clemy-faq-avril-2026 .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-avril-2026 .faq-item:hover {
    border-color: var(--purple);
    box-shadow: 0 15px 35px rgba(110, 27, 137, 0.05);
}

#clemy-faq-avril-2026 .faq-item[open] {
    border-color: var(--purple);
    box-shadow: 0 25px 60px rgba(30, 16, 54, 0.08);
}

/* Featured Highlighting */
#clemy-faq-avril-2026 .featured-landing[open] { border-left: 6px solid var(--wine); }
#clemy-faq-avril-2026 .featured-earth-ritual[open] { border-left: 6px solid var(--purple); border-right: 6px solid var(--wine); }

/* Summary Styling */
#clemy-faq-avril-2026 summary {
    padding: 28px 30px; cursor: pointer; list-style: none;
    display: flex; align-items: center; gap: 20px;
}

#clemy-faq-avril-2026 summary::-webkit-details-marker { display: none; }

#clemy-faq-avril-2026 .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-avril-2026 .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-avril-2026 .q-chevron {
    width: 20px; height: 20px; position: relative; transition: 0.4s;
}
#clemy-faq-avril-2026 .q-chevron::before, 
#clemy-faq-avril-2026 .q-chevron::after {
    content: ''; position: absolute; top: 50%; left: 50%;
    width: 12px; height: 2px; background: var(--purple); transition: 0.4s;
}
#clemy-faq-avril-2026 .q-chevron::before { transform: translate(-50%, -50%) rotate(0deg); }
#clemy-faq-avril-2026 .q-chevron::after { transform: translate(-50%, -50%) rotate(90deg); }
#clemy-faq-avril-2026 .faq-item[open] .q-chevron { transform: rotate(45deg); }

/* Content Animation */
#clemy-faq-avril-2026 .faq-content {
    padding: 0 35px 35px 85px; color: #555;
    line-height: 1.8; font-size: 1rem;
    animation: faqTaurusIn 0.5s ease-out;
}

@keyframes faqTaurusIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

#clemy-faq-avril-2026 .faq-content strong { color: var(--wine); font-weight: 800; }

/* --- RESPONSIVE ADAPTATION --- */
@media (max-width: 768px) {
    #clemy-faq-avril-2026 .faq-canvas { padding: 0 20px; }
    #clemy-faq-avril-2026 .q-num { display: none; }
    #clemy-faq-avril-2026 .faq-content { padding: 0 25px 30px 25px; }
    #clemy-faq-avril-2026 .display-title { text-align: left; }
}/* ============================================================
   FORCE RESPONSIVE : FAQ AVRIL 2026 (#clemy-faq-avril-2026)
   ============================================================ */

@media (max-width: 768px) {
    /* 1. RESET GLOBAL */
    #clemy-faq-avril-2026 {
        padding: 50px 0 !important;
        overflow-x: hidden !important;
    }

    #clemy-faq-avril-2026 .faq-canvas {
        padding: 0 15px !important; /* On récupère de la largeur sur les bords */
    }

    /* 2. HEADER : TITRE ET BADGE */
    #clemy-faq-avril-2026 .faq-header {
        margin-bottom: 35px !important;
        text-align: left !important;
    }

    #clemy-faq-avril-2026 .display-title {
        font-size: 1.8rem !important; /* Taille de sécurité pour mobile */
        line-height: 1.2 !important;
    }

    #clemy-faq-avril-2026 .kicker-badge {
        padding: 6px 15px !important;
        font-size: 0.65rem !important;
        letter-spacing: 1.5px !important;
    }

    /* 3. ACCORDÉONS : STRUCTURE MOBILE */
    #clemy-faq-avril-2026 .faq-accordion-group {
        gap: 12px !important;
    }

    #clemy-faq-avril-2026 .faq-item {
        border-radius: 16px !important;
    }

    #clemy-faq-avril-2026 summary {
        padding: 20px 15px !important; /* On réduit le padding de 30px */
        gap: 12px !important;
    }

    /* On force la disparition du numéro pour gagner de la place */
    #clemy-faq-avril-2026 .q-num {
        display: none !important;
    }

    #clemy-faq-avril-2026 .q-text {
        font-size: 0.95rem !important;
        padding-right: 5px !important;
        line-height: 1.3 !important;
    }

    /* 4. LE CONTENU (Le point de rupture) */
    #clemy-faq-avril-2026 .faq-content {
        /* CRITIQUE : On passe de 85px à 15px de padding-left */
        padding: 0 15px 25px 15px !important; 
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        word-break: break-word !important; /* Force la coupure si un mot est trop long */
    }

    /* 5. BORDURES DE MISE EN AVANT */
    #clemy-faq-avril-2026 .featured-landing[open] {
        border-left: 4px solid var(--wine) !important;
    }

    #clemy-faq-avril-2026 .featured-earth-ritual[open] {
        border-left: 4px solid var(--purple) !important;
        border-right: none !important; /* On enlève la bordure droite pour libérer de l'espace */
    }

    /* Chevron plus petit */
    #clemy-faq-avril-2026 .q-chevron {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }
}

/* Fix spécifique iPhone SE (écrans de 320px) */
@media (max-width: 350px) {
    #clemy-faq-avril-2026 .display-title {
        font-size: 1.6rem !important;
    }
    #clemy-faq-avril-2026 .q-text {
        font-size: 0.85rem !important;
    }
}/* End custom CSS */