.elementor-5963 .elementor-element.elementor-element-1999ae4f{--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-d1b996a */#grimoire-vanga {
    --purple: #6e1b89;
    --dark: #1e1036;
    --wine: #8A1538;
    --lavender: #f3e5f5;
    --white: #ffffff;
    --border-lux: rgba(110, 27, 137, 0.15);
    
    background-color: var(--white);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: var(--dark);
    line-height: 1.6;
    overflow-x: clip; 
    padding-bottom: clamp(60px, 12vw, 120px);
    scroll-behavior: smooth;
}

#grimoire-vanga .resonance-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Header Sticky & Navigation */
#grimoire-vanga .sticky-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid var(--border-lux);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 12px 0;
}

#grimoire-vanga .nav-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

#grimoire-vanga .nav-pills {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

#grimoire-vanga .nav-pill {
    text-decoration: none;
    padding: 6px 14px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

#grimoire-vanga .pill-brand { color: var(--purple); text-transform: uppercase; letter-spacing: 0.5px; padding-left: 0; }
#grimoire-vanga .pill-lavender { background: #efe9ff; color: var(--purple); border: 1px solid rgba(110, 27, 137, 0.2); }
#grimoire-vanga .pill-wine { background: #fff7fa; color: var(--wine); border: 1px solid rgba(138, 21, 56, 0.2); }
#grimoire-vanga .pill-dark { background: #0b0b0b; color: var(--white); }

#grimoire-vanga .nav-pill:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(110, 27, 137, 0.1); }

/* Titre Principal */
#grimoire-vanga .resonance-header { text-align: center; margin: 60px 0 40px; }
#grimoire-vanga .display-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 6vw, 3.8rem);
    font-weight: 900;
    line-height: 1.15;
    color: var(--dark);
    margin: 0;
}
#grimoire-vanga .wine-gradient {
    background: linear-gradient(135deg, var(--wine), var(--purple));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Conteneur Diagnostic (Dashboard) */
#grimoire-vanga .diagnostic-dashboard {
    position: relative;
    background: var(--white);
    border-radius: 40px;
    padding: clamp(30px, 6vw, 60px);
    box-shadow: 0 50px 100px rgba(110, 27, 137, 0.08);
    border: 1px solid var(--border-lux);
    overflow: hidden;
    max-width: 980px;
    margin: 0 auto;
}

#grimoire-vanga .dashboard-bg-glow {
    position: absolute;
    top: -50%;
    left: -20%;
    width: 100%;
    height: 200%;
    background: radial-gradient(circle, rgba(110, 27, 137, 0.05) 0%, transparent 60%);
    z-index: 0;
}

#grimoire-vanga .dashboard-content { position: relative; z-index: 10; text-align: center; }

#grimoire-vanga .manifesto-text {
    font-size: 1.2rem;
    color: #4a4a4a;
    line-height: 1.7;
    font-style: italic;
    max-width: 80ch;
    margin: 0 auto;
}

#grimoire-vanga .accent-separator {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--wine), var(--purple));
    margin: 35px auto 0;
    border-radius: 3px;
}

/* --- RESPONSIVE MOBILE (Grimoire Vanga) --- */
@media (max-width: 768px) {
    #grimoire-vanga {
        padding-bottom: 60px; /* Plus compact pour le mobile */
    }

    #grimoire-vanga .resonance-wrapper {
        padding: 0 20px;
    }

    /* Header & Nav : On réorganise pour le pouce */
    #grimoire-vanga .sticky-header {
        padding: 10px 0;
    }

    #grimoire-vanga .nav-container {
        flex-direction: column; /* On empile le label et les boutons */
        gap: 12px;
        padding: 0 15px;
    }

    #grimoire-vanga .nav-pills {
        justify-content: center; /* On centre les options de navigation */
        gap: 6px;
    }

    #grimoire-vanga .nav-pill {
        padding: 5px 10px;
        font-size: 0.75rem; /* Plus lisible sur smartphone */
    }

    #grimoire-vanga .pill-brand {
        font-size: 0.7rem;
        text-align: center;
        width: 100%;
    }

    /* Titre Principal */
    #grimoire-vanga .resonance-header {
        margin: 40px 0 30px;
    }

    #grimoire-vanga .display-title {
        font-size: 2.1rem; /* On stabilise l'impact du Playfair */
        line-height: 1.1;
    }

    /* Diagnostic Dashboard (La Carte) */
    #grimoire-vanga .diagnostic-dashboard {
        padding: 35px 20px; /* On réduit pour gagner de la surface de texte */
        border-radius: 30px; /* Rayon plus harmonieux sur petit écran */
        box-shadow: 0 20px 50px rgba(110, 27, 137, 0.05);
    }

    #grimoire-vanga .manifesto-text {
        font-size: 1.05rem;
        line-height: 1.6;
        text-align: center;
    }

    /* On dompte le Glow de fond */
    #grimoire-vanga .dashboard-bg-glow {
        width: 150%;
        height: 150%;
        top: -25%;
    }
}

/* Optimisation pour les terminaux ultra-fins (iPhone SE / mini) */
@media (max-width: 380px) {
    #grimoire-vanga .display-title {
        font-size: 1.8rem;
    }

    #grimoire-vanga .nav-pill {
        padding: 4px 8px;
        font-size: 0.7rem;
    }

    #grimoire-vanga .diagnostic-dashboard {
        padding: 25px 15px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-429f423 *//* --- Base Bio Section --- */
#essentiel.bio-section {
    --purple: #6e1b89;
    --dark: #1e1036;
    --wine: #8A1538;
    --lavender: #f3e5f5;
    --white: #ffffff;
    --border-lux: rgba(110, 27, 137, 0.15);
    
    padding: clamp(60px, 12vw, 120px) 0;
    background-color: var(--white);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: var(--dark);
    line-height: 1.6;
    overflow-x: clip; 
}

/* Année en arrière-plan (Effet de profondeur) */
#essentiel .bio-watermark {
    position: absolute;
    top: -5%;
    left: -2%;
    font-family: 'Playfair Display', serif;
    font-size: clamp(12rem, 25vw, 35rem);
    font-weight: 900;
    color: var(--lavender);
    opacity: 0.5;
    line-height: 1;
    z-index: 0;
    pointer-events: none;
}

#essentiel .bio-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

/* Grille asymétrique */
#essentiel .bio-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: clamp(40px, 6vw, 80px);
    align-items: center;
}

/* --- Texte Narratif --- */
#essentiel .bio-header {
    margin-bottom: 40px;
}

#essentiel .bio-accent {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--wine), var(--purple));
    border-radius: 2px;
    margin-bottom: 20px;
}

#essentiel .section-title {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    color: var(--dark);
    font-weight: 900;
    line-height: 1.1;
}

#essentiel .title-wine {
    color: var(--wine);
    font-style: italic;
    font-weight: 400;
}

#essentiel .bio-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--dark);
    opacity: 0.9;
    margin-bottom: 20px;
}

/* Lettrine Magazine */
#essentiel .drop-cap {
    float: left;
    font-family: 'Playfair Display', serif;
    font-size: 5.5rem;
    line-height: 0.7;
    padding-top: 10px;
    padding-right: 15px;
    color: var(--purple);
    font-weight: 900;
}

#essentiel .bio-text strong {
    color: var(--wine);
    font-weight: 800;
}

/* --- Aside Étymologie (Design "Fragment") --- */
#essentiel .etymology-card {
    position: relative;
    background: var(--white);
    border-radius: 30px;
    padding: 3px; /* Épaisseur du liseré glow */
    box-shadow: 0 30px 60px rgba(110, 27, 137, 0.08);
}

/* Aura de fond pour la carte */
#essentiel .card-aura {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(135deg, var(--lavender) 0%, var(--white) 100%);
    border-radius: 28px;
    z-index: 0;
}

#essentiel .card-inner {
    position: relative;
    z-index: 1;
    background: var(--white);
    border-radius: 27px;
    padding: clamp(30px, 4vw, 45px);
    border: 1px solid var(--border-lux);
}

#essentiel .etym-icon {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 20px;
}

#essentiel .etym-title {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: var(--purple);
    font-weight: 800;
}

#essentiel .etym-subtitle {
    display: block;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--wine);
    font-weight: 700;
    margin-bottom: 20px;
}

#essentiel .etym-text {
    margin: 0;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--dark);
    font-style: italic;
    opacity: 0.85;
}

/* --- Responsive --- */
@media (max-width: 900px) {
    #essentiel .bio-grid {
        grid-template-columns: 1fr;
    }
    #essentiel .bio-watermark {
        font-size: 12rem;
        top: 2%;
    }
    #essentiel .etymology-aside {
        margin-top: 40px;
    }
}

/* --- RESPONSIVE MOBILE (Bio Section) --- */
@media (max-width: 768px) {
    #essentiel.bio-section {
        padding: 50px 0; /* Réduction du souffle vertical */
    }

    #essentiel .bio-container {
        padding: 0 20px;
    }

    /* Filigrane : On le réduit drastiquement pour éviter le scroll horizontal */
    #essentiel .bio-watermark {
        font-size: 8rem; /* On passe de 12rem à 8rem pour le mobile */
        top: 20px;
        left: 0;
        opacity: 0.15; /* Plus subtil pour ne pas gêner la lecture */
    }

    /* Grille : Passage en colonne unique (déjà amorcé, on affine) */
    #essentiel .bio-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    /* Titre et Header */
    #essentiel .bio-header {
        margin-bottom: 30px;
    }

    #essentiel .bio-accent {
        width: 40px;
        margin-bottom: 15px;
    }

    #essentiel .section-title {
        font-size: 2.1rem;
        line-height: 1.1;
    }

    /* Lettrine (Drop Cap) : Ajustement pour mobile */
    #essentiel .drop-cap {
        font-size: 4rem; /* Réduit pour ne pas créer un vide immense à côté */
        line-height: 0.8;
        padding-top: 5px;
        padding-right: 12px;
    }

    #essentiel .bio-text {
        font-size: 1.05rem;
        line-height: 1.7;
    }

    /* Carte Étymologie */
    #essentiel .etymology-card {
        border-radius: 24px;
        box-shadow: 0 20px 40px rgba(110, 27, 137, 0.05);
    }

    #essentiel .card-inner {
        padding: 30px 20px;
        border-radius: 22px;
        text-align: center; /* Centré pour un look plus "Oracle" sur mobile */
    }

    #essentiel .etym-icon {
        margin: 0 auto 15px;
    }

    #essentiel .etym-title {
        font-size: 1.3rem;
    }

    #essentiel .etym-subtitle {
        font-size: 0.8rem;
        letter-spacing: 1.5px;
    }
}

/* Optimisation pour les terminaux ultra-fins (iPhone SE / mini) */
@media (max-width: 380px) {
    #essentiel .section-title {
        font-size: 1.8rem;
    }

    #essentiel .drop-cap {
        font-size: 3.5rem;
    }
    
    #essentiel .bio-watermark {
        font-size: 6rem;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-9288da4 *//* --- Base Vortex Section --- */
#tornade.vortex-section {
    --purple: #6e1b89;
    --dark: #1e1036;
    --wine: #8A1538;
    --lavender: #f3e5f5;
    --white: #ffffff;
    --border-lux: rgba(110, 27, 137, 0.15);
    
    padding: clamp(60px, 12vw, 120px) 0;
    background-color: var(--white);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: var(--dark);
    line-height: 1.6;
    overflow-x: clip; 
}

/* Effet de mouvement flou en arrière-plan */
#tornade .vortex-blur {
    position: absolute;
    top: 20%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, var(--lavender) 0%, transparent 70%);
    filter: blur(80px);
    opacity: 0.6;
    z-index: 0;
    animation: vortexRotate 20s linear infinite;
}

@keyframes vortexRotate {
    from { transform: rotate(0deg) scale(1); }
    to { transform: rotate(360deg) scale(1.2); }
}

#tornade .vortex-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

/* Grille Asymétrique Dynamique */
#tornade .vortex-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 8vw, 100px);
    align-items: center;
}

/* --- Narratif --- */
#tornade .vortex-header {
    margin-bottom: 40px;
}

#tornade .vortex-year {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 5px;
    color: var(--purple);
    display: block;
    margin-bottom: 10px;
}

#tornade .section-title {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    color: var(--dark);
    font-weight: 900;
    line-height: 1.1;
}

#tornade .title-wine {
    color: var(--wine);
    font-style: italic;
    font-weight: 400;
}

#tornade .vortex-accent {
    width: 80px;
    height: 4px;
    background: var(--wine);
    margin-top: 25px;
    border-radius: 2px;
}

#tornade .vortex-text {
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--dark);
    margin-bottom: 24px;
    opacity: 0.9;
}

#tornade .vortex-text strong {
    color: var(--dark);
    font-weight: 800;
    border-bottom: 2px solid var(--lavender);
}

/* --- La Carte de Vision (Glassmorphism & Dark Mode) --- */
#tornade .vision-card-wrap {
    perspective: 1000px;
}

#tornade .vision-reveal-card {
    position: relative;
    background: var(--dark); /* On plonge dans le noir */
    color: var(--white);
    border-radius: 40px;
    padding: clamp(35px, 5vw, 55px);
    box-shadow: 0 40px 80px rgba(30, 16, 54, 0.2);
    overflow: hidden;
    transform: rotateY(-5deg); /* Tension visuelle */
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

#tornade .vision-reveal-card:hover {
    transform: rotateY(0deg) translateY(-10px);
}

#tornade .card-inner {
    position: relative;
    z-index: 2;
}

#tornade .vision-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

#tornade .vision-icon {
    font-size: 2rem;
    filter: drop-shadow(0 0 10px rgba(255,255,255,0.2));
}

#tornade .vision-title {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--lavender);
}

#tornade .vision-text {
    font-size: 1.05rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
}

#tornade .vision-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--lavender), transparent);
    margin-bottom: 25px;
    opacity: 0.3;
}

#tornade .vision-insight {
    font-size: 1.15rem;
    line-height: 1.7;
    font-style: italic;
    color: var(--white);
}

#tornade .vision-insight strong {
    color: var(--lavender);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Halo mystique simulant la clairvoyance */
#tornade .vision-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgba(110, 27, 137, 0.2) 0%, transparent 60%);
    z-index: 1;
    pointer-events: none;
}

/* --- Responsive --- */
@media (max-width: 900px) {
    #tornade .vortex-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    #tornade .vision-reveal-card {
        transform: none;
    }
    #tornade .vortex-blur {
        width: 300px;
        height: 300px;
    }
}

/* --- RESPONSIVE MOBILE (Vortex Section) --- */
@media (max-width: 768px) {
    #tornade.vortex-section {
        padding: 50px 0; /* On resserre pour garder l'intensité */
    }

    #tornade .vortex-container {
        padding: 0 20px;
    }

    /* Le Vortex de fond : On le réduit et on le centre pour éviter l'overflow */
    #tornade .vortex-blur {
        width: 300px;
        height: 300px;
        top: 10%;
        right: -20%;
        opacity: 0.4; /* Plus discret pour ne pas gêner la lecture */
        filter: blur(50px);
        /* On ralentit l'animation pour économiser la batterie du mobile */
        animation: vortexRotate 30s linear infinite; 
    }

    /* Grille : Passage en une colonne (déjà prévu, on peaufine le rythme) */
    #tornade .vortex-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    /* Header & Titre */
    #tornade .vortex-header {
        margin-bottom: 30px;
        text-align: left;
    }

    #tornade .vortex-year {
        font-size: 0.9rem;
        letter-spacing: 3px;
    }

    #tornade .section-title {
        font-size: 2rem;
        line-height: 1.1;
    }

    #tornade .vortex-accent {
        width: 50px;
        margin-top: 15px;
    }

    #tornade .vortex-text {
        font-size: 1.05rem;
        line-height: 1.6;
    }

    /* La Carte de Vision : On la remet "à plat" pour le tactile */
    #tornade .vision-card-wrap {
        perspective: none; /* On retire la perspective qui peut bugger au scroll mobile */
    }

    #tornade .vision-reveal-card {
        transform: none !important; /* On annule la rotation Y */
        padding: 35px 20px;
        border-radius: 30px;
        box-shadow: 0 20px 50px rgba(30, 16, 54, 0.3);
    }

    #tornade .vision-header {
        gap: 12px;
        margin-bottom: 20px;
    }

    #tornade .vision-icon {
        font-size: 1.8rem;
    }

    #tornade .vision-title {
        font-size: 1.4rem;
    }

    #tornade .vision-text {
        font-size: 0.95rem;
        margin-bottom: 20px;
    }

    #tornade .vision-insight {
        font-size: 1.05rem;
        line-height: 1.5;
    }

    /* Glow de la carte : On le réduit pour la performance */
    #tornade .vision-glow {
        width: 100%;
        height: 100%;
    }
}

/* Optimisation pour les écrans ultra-compacts (iPhone SE / mini) */
@media (max-width: 380px) {
    #tornade .section-title {
        font-size: 1.7rem;
    }

    #tornade .vision-title {
        font-size: 1.25rem;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-7ebe599 *//* --- Base de la Section --- */
#eveil.ethereal-section {
    --purple: #6e1b89;
    --dark: #1e1036;
    --wine: #8A1538;
    --lavender: #f3e5f5;
    --white: #ffffff;
    --border-lux: rgba(110, 27, 137, 0.15);
    
    padding: clamp(60px, 12vw, 120px) 0;
    background-color: var(--white);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: var(--dark);
    line-height: 1.6;
    overflow-x: clip; 
}

/* Le "Light Burst" (Halo d'éveil) */
#eveil .light-burst {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
    height: 90vw;
    background: radial-gradient(circle, var(--lavender) 0%, transparent 70%);
    opacity: 0.7;
    z-index: 0;
    pointer-events: none;
}

#eveil .eveil-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

/* --- Header --- */
#eveil .eveil-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 50px;
}

#eveil .eveil-accent {
    width: 8px;
    height: 40px;
    border-radius: 6px;
    background: linear-gradient(180deg, var(--wine), var(--purple));
}

#eveil .section-title {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    color: var(--dark);
    font-weight: 900;
}

#eveil .title-purple {
    color: var(--purple);
    font-style: italic;
    font-weight: 400;
}

/* --- Texte Narratif --- */
#eveil .eveil-narrative {
    max-width: 82ch;
    margin-bottom: 70px;
}

#eveil .lead-text {
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--dark);
    margin-bottom: 25px;
    opacity: 0.9;
}

#eveil .transition-statement {
    padding: 20px 30px;
    background: var(--white);
    border-left: 4px solid var(--purple);
    font-size: 1.2rem;
    color: var(--dark);
    font-style: italic;
    box-shadow: 0 10px 30px rgba(110, 27, 137, 0.05);
}

/* --- Grille Visionnaire (UX Card) --- */
#eveil .vision-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
}

#eveil .vision-card {
    position: relative;
    padding-top: 40px; /* Espace pour le numéro */
}

/* Numéros sculpturaux */
#eveil .card-num {
    position: absolute;
    top: 0;
    left: 20px;
    font-family: 'Playfair Display', serif;
    font-size: 6rem;
    font-weight: 900;
    color: var(--lavender);
    line-height: 1;
    z-index: 0;
    transition: transform 0.4s ease;
}

#eveil .vision-card:hover .card-num {
    transform: translateY(-15px);
    color: var(--purple);
    opacity: 0.2;
}

/* Corps de la carte */
#eveil .card-inner {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid var(--border-lux);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(110, 27, 137, 0.04);
    height: 100%;
}

#eveil .card-title {
    margin: 0 0 15px 0;
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    color: var(--purple);
    font-weight: 800;
}

#eveil .card-desc {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--dark);
}

/* Liens mystiques */
#eveil .mystic-link {
    color: var(--purple);
    text-decoration: none;
    font-weight: 700;
    border-bottom: 2px dashed rgba(110, 27, 137, 0.3);
    transition: all 0.3s ease;
}

#eveil .mystic-link:hover {
    border-bottom-style: solid;
    background: var(--lavender);
}

/* --- Responsive --- */
@media (max-width: 768px) {
    #eveil .light-burst { opacity: 0.4; }
    #eveil .card-num { font-size: 4rem; }
    #eveil .card-inner { padding: 30px; }
}

/* --- RESPONSIVE MOBILE (Section Éveil) --- */
@media (max-width: 768px) {
    #eveil.ethereal-section {
        padding: 50px 0; /* On évite les trop grands vides verticaux */
    }

    #eveil .eveil-container {
        padding: 0 20px;
    }

    /* Le Halo (Light Burst) : On le calme pour la performance mobile */
    #eveil .light-burst {
        width: 120vw; /* On l'élargit pour qu'il soit plus diffus */
        height: 120vw;
        opacity: 0.3; /* Plus subtil pour ne pas "blanchir" le texte */
        filter: blur(60px);
    }

    /* Header : Alignement plus compact */
    #eveil .eveil-header {
        margin-bottom: 35px;
        gap: 12px;
    }

    #eveil .eveil-accent {
        height: 30px; /* Plus proportionnel au titre mobile */
        width: 6px;
    }

    #eveil .section-title {
        font-size: 1.8rem;
        line-height: 1.2;
    }

    /* Texte Narratif */
    #eveil .eveil-narrative {
        margin-bottom: 40px;
    }

    #eveil .lead-text {
        font-size: 1rem;
        line-height: 1.6;
    }

    /* Bloc de Transition : On resserre pour ne pas étouffer l'écran */
    #eveil .transition-statement {
        padding: 20px;
        font-size: 1.1rem;
        border-left-width: 3px;
        margin: 0 -5px; /* Petit effet de débordement léger */
    }

    /* Grille Visionnaire : Passage en colonne unique propre */
    #eveil .vision-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    #eveil .vision-card {
        padding-top: 30px; /* On réduit l'espace du numéro */
    }

    /* Numéros sculpturaux : On évite l'écrasement du titre */
    #eveil .card-num {
        font-size: 3.5rem; /* On passe de 6rem à 3.5rem */
        top: -10px;
        left: 10px;
        opacity: 0.1; /* Très discret pour rester en arrière-plan */
    }

    /* Corps de la carte (Glassmorphism) */
    #eveil .card-inner {
        padding: 30px 20px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.85); /* Plus opaque pour la lisibilité mobile */
        backdrop-filter: blur(10px);
    }

    /* On désactive l'effet de montée au survol qui peut décaler le scroll tactile */
    #eveil .vision-card:hover .card-num {
        transform: none;
    }

    #eveil .card-title {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    #eveil .card-desc {
        font-size: 0.95rem;
        line-height: 1.6;
    }
}

/* Optimisation pour les écrans ultra-compacts (iPhone SE / mini) */
@media (max-width: 380px) {
    #eveil .section-title {
        font-size: 1.6rem;
    }

    #eveil .card-num {
        font-size: 3rem;
    }

    #eveil .card-inner {
        padding: 25px 15px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f0a833a *//* --- Base Dossier Section --- */
#rupite.dossier-section {
    --purple: #6e1b89;
    --dark: #1e1036;
    --wine: #8A1538;
    --lavender: #f3e5f5;
    --white: #ffffff;
    --border-lux: rgba(110, 27, 137, 0.15);
    
    padding: clamp(60px, 12vw, 120px) 0;
    background-color: var(--white);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: var(--dark);
    line-height: 1.6;
    overflow-x: clip; 
}

#rupite .rupite-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

/* --- Header --- */
#rupite .dossier-header {
    text-align: center;
    margin-bottom: 50px;
}

#rupite .kicker-pill {
    display: inline-block;
    padding: 6px 20px;
    background: var(--lavender);
    color: var(--purple);
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
    border: 1px solid var(--border-lux);
}

#rupite .section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    color: var(--dark);
    font-weight: 900;
    line-height: 1.1;
    margin: 0;
}

#rupite .title-wine {
    color: var(--wine);
    font-style: italic;
    font-weight: 400;
}

#rupite .intro-text {
    max-width: 82ch;
    margin: 0 auto 60px;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--dark);
    opacity: 0.85;
}

/* --- Grille Dossiers --- */
#rupite .dossier-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
}

#rupite .dossier-card {
    position: relative;
    background: var(--white);
    border: 1px solid var(--border-lux);
    border-top: 4px solid var(--wine); /* Rappel de l'autorité */
    border-radius: 12px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(30, 16, 54, 0.04);
    transition: transform 0.3s ease;
}

#rupite .dossier-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(30, 16, 54, 0.08);
}

#rupite .card-tag {
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--wine);
    margin-bottom: 15px;
    letter-spacing: 1px;
}

#rupite .card-title {
    margin: 0 0 15px 0;
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: var(--dark);
    font-weight: 800;
}

#rupite .card-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--dark);
    opacity: 0.9;
}

#rupite .card-seal {
    position: absolute;
    bottom: 20px;
    right: 20px;
    opacity: 0.1;
    font-size: 1.5rem;
}

#rupite .state-link {
    color: var(--wine);
    text-decoration: none;
    font-weight: 700;
    border-bottom: 2px dashed rgba(138, 21, 56, 0.3);
}

/* --- Image Figure Lux --- */
#rupite .sensory-path-visual {
    margin-bottom: 80px;
}

#rupite .figure-lux {
    margin: 0;
    position: relative;
}

#rupite .image-wrap {
    width: 100%;
    max-height: 500px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(30, 16, 54, 0.15);
}

#rupite .image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#rupite .caption-style {
    margin-top: 20px;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: var(--dark);
    font-size: 1rem;
    opacity: 0.7;
}

/* --- Outro Volcanique --- */
#rupite .volcanic-outro {
    position: relative;
    background: var(--dark);
    color: var(--white);
    border-radius: 40px;
    padding: clamp(40px, 8vw, 80px);
    text-align: center;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(30, 16, 54, 0.2);
}

#rupite .telluric-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(138, 21, 56, 0.25) 0%, transparent 70%);
    z-index: 0;
}

#rupite .outro-text {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    font-size: clamp(1.1rem, 3vw, 1.4rem);
    line-height: 1.8;
}

#rupite .outro-text strong {
    color: var(--lavender);
    font-weight: 800;
}

/* --- Responsive --- */
@media (max-width: 768px) {
    #rupite .dossier-grid { grid-template-columns: 1fr; }
    #rupite .volcanic-outro { border-radius: 24px; padding: 40px 24px; }
}
/* --- RESPONSIVE MOBILE (Section Rupite / Dossier) --- */
@media (max-width: 768px) {
    #rupite.dossier-section {
        padding: 50px 0; /* Rythme resserré */
    }

    #rupite .rupite-container {
        padding: 0 20px;
    }

    /* Header : On stabilise le texte */
    #rupite .dossier-header {
        margin-bottom: 35px;
    }

    #rupite .kicker-pill {
        font-size: 0.65rem;
        letter-spacing: 2px;
        padding: 5px 15px;
    }

    #rupite .section-title {
        font-size: 1.8rem; /* On évite que le titre ne prenne 5 lignes */
        line-height: 1.2;
    }

    #rupite .intro-text {
        font-size: 1rem;
        margin-bottom: 40px;
        text-align: left; /* Plus simple à lire sur petit écran */
    }

    /* Grille Dossiers : On force l'empilement vertical */
    #rupite .dossier-grid {
        grid-template-columns: 1fr; 
        gap: 20px;
        margin-bottom: 50px;
    }

    #rupite .dossier-card {
        padding: 30px 20px; /* On gagne 20px de largeur de texte */
        border-radius: 16px;
    }

    /* On neutralise le hover pour le tactile */
    #rupite .dossier-card:hover {
        transform: none;
    }

    #rupite .card-title {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }

    #rupite .card-desc {
        font-size: 0.95rem;
        line-height: 1.5;
    }

    /* Image Figure Lux */
    #rupite .sensory-path-visual {
        margin-bottom: 50px;
    }

    #rupite .image-wrap {
        border-radius: 20px;
        max-height: 350px; /* On évite une image trop longue verticalement */
    }

    #rupite .caption-style {
        font-size: 0.85rem;
        padding: 0 10px;
    }

    /* Outro Volcanique : Impact maximum, encombrement minimum */
    #rupite .volcanic-outro {
        padding: 45px 20px;
        border-radius: 24px;
    }

    #rupite .outro-text {
        font-size: 1.05rem;
        line-height: 1.6;
    }
}

/* Optimisation pour les terminaux ultra-fins (iPhone SE / mini) */
@media (max-width: 380px) {
    #rupite .section-title {
        font-size: 1.6rem;
    }
    
    #rupite .card-title {
        font-size: 1.2rem;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-185da0e *//* --- Base de la section --- */
#messagers.dimension-section {
    --purple: #6e1b89;
    --dark: #1e1036;
    --wine: #8A1538;
    --lavender: #f3e5f5;
    --white: #ffffff;
    --border-lux: rgba(110, 27, 137, 0.15);
    
    padding: clamp(60px, 12vw, 120px) 0;
    background-color: var(--white);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: var(--dark);
    line-height: 1.6;
    overflow-x: clip; 
}

/* Le halo vibrant (L'aura des messagers) */
#messagers .vibration-glow {
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(243, 229, 245, 0.9) 0%, transparent 70%); /* Var lavender */
    z-index: 0;
    pointer-events: none;
    filter: blur(40px);
}

#messagers .messagers-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

/* --- Header --- */
#messagers .dimension-header {
    margin-bottom: 60px;
    text-align: left;
}

#messagers .kicker-pill {
    display: inline-block;
    padding: 6px 20px;
    background: var(--lavender);
    color: var(--purple);
    border: 1px solid var(--border-lux);
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

#messagers .section-title {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    color: var(--dark);
    font-weight: 900;
    line-height: 1.1;
}

#messagers .title-purple {
    color: var(--purple);
    font-style: italic;
    font-weight: 400;
}

/* --- Grille et Blocs --- */
#messagers .dimension-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 60px;
    align-items: center;
}

#messagers .intro-text {
    font-size: 1.2rem;
    line-height: 1.7;
    color: var(--dark);
    font-weight: 600;
    margin-bottom: 25px;
}

#messagers .description-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--dark);
    opacity: 0.85;
}

/* --- Carte Glassmorphism --- */
#messagers .dimension-card {
    position: relative;
    border-radius: 32px;
    padding: 45px;
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(30, 16, 54, 0.08);
}

#messagers .card-glass-effect {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    z-index: 0;
}

#messagers .card-content {
    position: relative;
    z-index: 1;
}

#messagers .card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

#messagers .card-icon {
    font-size: 2rem;
}

#messagers .card-heading {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    color: var(--purple);
    font-weight: 800;
}

/* --- Bloc Citation Vamphim --- */
#messagers .quote-box {
    margin-bottom: 35px;
}

#messagers .origin-tag {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--wine);
    margin-bottom: 15px;
}

#messagers .messengers-quote {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.3rem;
    line-height: 1.6;
    color: var(--dark);
    padding-left: 20px;
    border-left: 3px solid var(--purple);
}

/* --- Insight Final --- */
#messagers .death-insight {
    padding-top: 25px;
    border-top: 1px solid rgba(110, 27, 137, 0.1);
}

#messagers .insight-title {
    margin: 0 0 10px 0;
    font-size: 1.2rem;
    color: var(--wine);
    font-weight: 800;
}

#messagers .insight-text {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--dark);
    opacity: 0.9;
}

#messagers .insight-text strong {
    color: var(--purple);
}

/* --- Responsive --- */
@media (max-width: 900px) {
    #messagers .dimension-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    #messagers .dimension-header { text-align: center; }
    #messagers .vibration-glow { left: 50%; width: 400px; height: 400px; }
    #messagers .dimension-card { padding: 30px; }
}

/* --- RESPONSIVE MOBILE (Section Messagers) --- */
@media (max-width: 768px) {
    #messagers.dimension-section {
        padding: 50px 0; /* On resserre le rythme vertical */
    }

    #messagers .messagers-container {
        padding: 0 20px;
    }

    /* Le Halo Vibrant : On le centre et on réduit sa taille */
    #messagers .vibration-glow {
        width: 300px;
        height: 300px;
        left: 50%; /* Centrage parfait */
        top: 20%; /* Remonté pour entourer le titre */
        opacity: 0.5; /* Plus subtil pour ne pas "laver" les couleurs */
        filter: blur(50px);
    }

    /* Header : Centrage éditorial */
    #messagers .dimension-header {
        text-align: center;
        margin-bottom: 40px;
    }

    #messagers .kicker-pill {
        font-size: 0.65rem;
        letter-spacing: 2px;
        padding: 5px 15px;
    }

    #messagers .section-title {
        font-size: 1.8rem;
        line-height: 1.2;
    }

    /* Grille : Passage en colonne unique */
    #messagers .dimension-grid {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }

    #messagers .intro-text {
        font-size: 1.05rem;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 15px;
    }

    #messagers .description-text {
        font-size: 0.95rem;
        text-align: left;
        line-height: 1.6;
    }

    /* Carte Glassmorphism : Optimisation du confort */
    #messagers .dimension-card {
        padding: 30px 20px;
        border-radius: 24px;
        box-shadow: 0 20px 40px rgba(30, 16, 54, 0.1);
    }

    #messagers .card-glass-effect {
        background: rgba(255, 255, 255, 0.85); /* Plus opaque pour la lisibilité mobile */
        backdrop-filter: blur(10px);
    }

    #messagers .card-header {
        gap: 12px;
        margin-bottom: 20px;
    }

    #messagers .card-icon {
        font-size: 1.5rem;
    }

    #messagers .card-heading {
        font-size: 1.3rem;
    }

    /* Bloc Citation */
    #messagers .messengers-quote {
        font-size: 1.1rem;
        padding-left: 15px;
        line-height: 1.5;
    }

    /* Insight Final */
    #messagers .death-insight {
        padding-top: 20px;
    }

    #messagers .insight-title {
        font-size: 1.1rem;
    }

    #messagers .insight-text {
        font-size: 0.9rem;
    }
}

/* Ajustements pour les écrans ultra-compacts (iPhone SE / mini) */
@media (max-width: 380px) {
    #messagers .section-title {
        font-size: 1.6rem;
    }

    #messagers .messengers-quote {
        font-size: 1rem;
    }

    #messagers .dimension-card {
        padding: 20px 15px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-db6066d *//* --- Base Method Section --- */
#methode.method-section {
    --purple: #6e1b89;
    --dark: #1e1036;
    --wine: #8A1538;
    --lavender: #f3e5f5;
    --white: #ffffff;
    --border-lux: rgba(110, 27, 137, 0.15);
    
    padding: clamp(60px, 12vw, 120px) 0;
    background-color: var(--white);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: var(--dark);
    line-height: 1.6;
    overflow-x: clip; 
}

#methode .method-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;
}

/* --- En-tête --- */
#methode .method-header {
    text-align: center;
    margin-bottom: 50px;
}

#methode .method-accent {
    width: 8px;
    height: 35px;
    background: var(--wine);
    margin: 0 auto 20px;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(138, 21, 56, 0.2);
}

#methode .section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3rem);
    color: var(--dark);
    font-weight: 900;
    line-height: 1.2;
    margin: 0;
}

#methode .title-wine {
    color: var(--wine);
    font-style: italic;
    font-weight: 400;
}

/* --- Intro Texte --- */
#methode .method-intro {
    max-width: 82ch;
    margin: 0 auto 60px;
    text-align: center;
}

#methode .intro-text {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--dark);
    line-height: 1.6;
    margin-bottom: 15px;
}

#methode .sub-text {
    font-size: 1.05rem;
    color: var(--dark);
    opacity: 0.7;
    line-height: 1.7;
}

/* --- Visuel Figure Lux --- */
#methode .visual-anchor {
    margin-bottom: 80px;
}

#methode .method-figure {
    margin: 0;
    position: relative;
    max-width: 850px;
    margin: 0 auto;
}

#methode .method-figure img {
    width: 100%;
    border-radius: 24px;
    display: block;
    box-shadow: 0 20px 50px rgba(30, 16, 54, 0.1);
}

#methode .method-figure figcaption {
    margin-top: 20px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: var(--purple);
    font-size: 1.05rem;
    text-align: center;
}

/* --- Grille des Vecteurs --- */
#methode .vector-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

#methode .vector-card {
    background: var(--white);
    border: 1px solid var(--border-lux);
    border-radius: 20px;
    padding: 40px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Effet "Crystal" facetté au hover */
#methode .vector-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(110, 27, 137, 0.06);
    border-color: var(--purple);
}

#methode .vector-icon {
    font-size: 2.5rem;
    width: 60px;
    height: 60px;
    background: var(--lavender);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}

#methode .vector-title {
    margin: 0 0 12px 0;
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: var(--wine);
    font-weight: 800;
}

#methode .vector-desc {
    margin: 0;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--dark);
    opacity: 0.9;
}

#methode .vector-desc strong {
    color: var(--purple);
    font-weight: 800;
}

/* --- Responsive --- */
@media (max-width: 768px) {
    #methode .method-figure img { border-radius: 16px; }
    #methode .vector-card { padding: 30px; }
}

/* --- RESPONSIVE MOBILE (Section Méthode) --- */
@media (max-width: 768px) {
    #methode.method-section {
        padding: 50px 0; /* On resserre pour un enchaînement plus dynamique */
    }

    #methode .method-container {
        padding: 0 20px;
    }

    /* En-tête : Focus sur le titre */
    #methode .method-header {
        margin-bottom: 35px;
    }

    #methode .method-accent {
        width: 40px; /* On transforme le marqueur vertical en barre horizontale */
        height: 4px;
        margin-bottom: 15px;
    }

    #methode .section-title {
        font-size: 1.8rem;
        line-height: 1.2;
    }

    /* Intro : Confort de lecture */
    #methode .method-intro {
        margin-bottom: 40px;
    }

    #methode .intro-text {
        font-size: 1.05rem;
        line-height: 1.5;
    }

    #methode .sub-text {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    /* Visuel : On réduit l'encombrement */
    #methode .visual-anchor {
        margin-bottom: 50px;
    }

    #methode .method-figure img {
        border-radius: 16px;
        box-shadow: 0 15px 35px rgba(30, 16, 54, 0.08);
    }

    #methode .method-figure figcaption {
        font-size: 0.9rem;
        margin-top: 12px;
        padding: 0 10px;
    }

    /* Grille des Vecteurs : Passage en colonne unique sécurisé */
    #methode .vector-grid {
        grid-template-columns: 1fr; /* On évite le minmax qui pourrait déborder */
        gap: 20px;
    }

    #methode .vector-card {
        padding: 30px 20px;
        border-radius: 16px;
        gap: 15px;
        text-align: center; /* Alignement centré pour un look plus "fiche" */
        align-items: center;
    }

    /* On neutralise le hover "translate" pour la stabilité tactile */
    #methode .vector-card:hover {
        transform: none;
        border-color: var(--border-lux);
    }

    /* Icone et Titre de carte */
    #methode .vector-icon {
        font-size: 2rem;
        width: 50px;
        height: 50px;
        border-radius: 12px;
    }

    #methode .vector-title {
        font-size: 1.3rem;
        margin-bottom: 5px;
    }

    #methode .vector-desc {
        font-size: 0.95rem;
        line-height: 1.6;
    }
}

/* Optimisation pour les écrans de poche (iPhone SE / mini) */
@media (max-width: 380px) {
    #methode .section-title {
        font-size: 1.6rem;
    }

    #methode .vector-card {
        padding: 25px 15px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-fe31586 *//* --- Base Legacy Section --- */
#fin-de-vie.legacy-section {
    --purple: #6e1b89;
    --dark: #1e1036;
    --wine: #8A1538;
    --lavender: #f3e5f5;
    --white: #ffffff;
    --border-lux: rgba(110, 27, 137, 0.15);
    
    padding: clamp(60px, 12vw, 120px) 0;
    background-color: var(--white);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: var(--dark);
    line-height: 1.6;
    overflow-x: clip; 
}

#fin-de-vie .legacy-container {
    max-width: 900px; /* Plus resserré pour la solennité */
    margin: 0 auto;
    padding: 0 24px;
}

/* --- Header --- */
#fin-de-vie .legacy-header {
    text-align: center;
    margin-bottom: 60px;
}

#fin-de-vie .legacy-accent {
    width: 6px;
    height: 40px;
    background: var(--purple);
    margin: 0 auto 20px;
    border-radius: 3px;
    box-shadow: 0 0 15px rgba(110, 27, 137, 0.3);
}

#fin-de-vie .section-title {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    color: var(--dark);
    font-weight: 900;
    line-height: 1.1;
}

#fin-de-vie .title-purple {
    color: var(--purple);
    font-style: italic;
    font-weight: 400;
}

/* --- Monument Text --- */
#fin-de-vie .monument-content {
    margin-bottom: 80px;
    text-align: center;
}

#fin-de-vie .legacy-text {
    font-size: 1.25rem;
    line-height: 1.8;
    color: var(--dark);
    margin-bottom: 20px;
}

#fin-de-vie .legacy-text-small {
    font-size: 1rem;
    color: var(--dark);
    opacity: 0.6;
    font-style: italic;
}

#fin-de-vie .sacred-link {
    color: var(--purple);
    text-decoration: none;
    font-weight: 700;
    border-bottom: 2px dashed var(--border-lux);
    transition: all 0.3s ease;
}

#fin-de-vie .sacred-link:hover {
    border-bottom-style: solid;
    background: var(--lavender);
}

/* --- Carte Final Departure (Effet Blackout) --- */
#fin-de-vie .final-departure-card {
    position: relative;
    background-color: var(--dark);
    color: var(--white);
    border-radius: 40px;
    padding: clamp(40px, 8vw, 80px);
    overflow: hidden;
    box-shadow: 0 40px 100px rgba(30, 16, 54, 0.25);
}

/* Lueur résiduelle (Le dernier souffle) */
#fin-de-vie .blackout-glow {
    position: absolute;
    top: -20%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(138, 21, 56, 0.3) 0%, transparent 70%); /* Var wine */
    pointer-events: none;
}

#fin-de-vie .card-content {
    position: relative;
    z-index: 1;
}

#fin-de-vie .date-stamp {
    display: inline-block;
    font-family: 'Playfair Display', serif;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--lavender);
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 5px;
}

#fin-de-vie .departure-title {
    margin: 0 0 25px 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    font-weight: 800;
}

#fin-de-vie .departure-desc {
    font-size: 1.15rem;
    line-height: 1.7;
    opacity: 0.8;
    margin-bottom: 40px;
}

/* --- Sign Box (Incident électrique) --- */
#fin-de-vie .sign-box {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border: 1px dashed rgba(243, 229, 245, 0.3); /* Var lavender */
    border-radius: 20px;
    padding: 30px;
}

#fin-de-vie .flicker-line {
    position: absolute;
    top: 0; left: 0; right: 0; height: 2px;
    background: var(--purple);
    box-shadow: 0 0 10px var(--purple);
    opacity: 0.4;
    animation: flicker 2s infinite;
}

@keyframes flicker {
    0%, 100% { opacity: 0.4; }
    50% { opacity: 0.1; }
    52% { opacity: 0.8; }
    54% { opacity: 0.2; }
}

#fin-de-vie .sign-text {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--lavender);
}

#fin-de-vie .sign-icon {
    font-size: 1.4rem;
    margin-right: 10px;
}

#fin-de-vie .sign-text strong {
    color: var(--white);
    font-weight: 800;
}

/* --- Responsive --- */
@media (max-width: 768px) {
    #fin-de-vie .final-departure-card {
        padding: 40px 24px;
        border-radius: 24px;
    }
}

/* --- RESPONSIVE MOBILE (Section Legacy / Fin de Vie) --- */
@media (max-width: 768px) {
    #fin-de-vie.legacy-section {
        padding: 50px 0; /* On resserre pour garder l'intensité */
    }

    #fin-de-vie .legacy-container {
        padding: 0 20px;
    }

    /* Header : On stabilise le monument */
    #fin-de-vie .legacy-header {
        margin-bottom: 40px;
    }

    #fin-de-vie .legacy-accent {
        height: 30px; /* Plus court pour ne pas couper le flux visuel */
        width: 4px;
        margin-bottom: 15px;
    }

    #fin-de-vie .section-title {
        font-size: 1.9rem;
        line-height: 1.2;
    }

    /* Texte Monument */
    #fin-de-vie .monument-content {
        margin-bottom: 50px;
    }

    #fin-de-vie .legacy-text {
        font-size: 1.1rem;
        line-height: 1.7;
    }

    /* Carte Final Departure (L'effet Blackout) */
    #fin-de-vie .final-departure-card {
        padding: 40px 20px; /* On maximise l'espace pour le texte */
        border-radius: 28px;
        box-shadow: 0 25px 60px rgba(30, 16, 54, 0.3);
    }

    /* Lueur résiduelle : On la recentre pour éviter les bugs de scroll */
    #fin-de-vie .blackout-glow {
        width: 200px;
        height: 200px;
        top: -10%;
        right: -5%;
        opacity: 0.2; /* Plus subtil sur petit écran */
    }

    #fin-de-vie .date-stamp {
        font-size: 0.75rem;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }

    #fin-de-vie .departure-title {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }

    #fin-de-vie .departure-desc {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    /* Sign Box (Incident électrique) */
    #fin-de-vie .sign-box {
        padding: 20px 15px;
        border-radius: 16px;
    }

    #fin-de-vie .sign-text {
        font-size: 0.9rem;
        text-align: center; /* Centrage pour un look plus "message reçu" */
    }

    #fin-de-vie .sign-icon {
        display: block; /* On passe l'icône au-dessus sur mobile */
        margin: 0 auto 8px;
        font-size: 1.2rem;
    }
}

/* Optimisation pour les terminaux "Poche" (iPhone SE / mini) */
@media (max-width: 380px) {
    #fin-de-vie .section-title {
        font-size: 1.7rem;
    }

    #fin-de-vie .departure-title {
        font-size: 1.4rem;
    }

    #fin-de-vie .legacy-text {
        font-size: 1rem;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-a71982f *//* --- Base Duality Section --- */
#heritage.duality-section {
    --purple: #6e1b89;
    --dark: #1e1036;
    --wine: #8A1538;
    --lavender: #f3e5f5;
    --white: #ffffff;
    --border-lux: rgba(110, 27, 137, 0.15);
    
    padding: clamp(60px, 12vw, 120px) 0;
    background-color: var(--white);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: var(--dark);
    line-height: 1.6;
    overflow-x: clip; 
}

#heritage .heritage-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

/* --- Header --- */
#heritage .heritage-header {
    text-align: center;
    margin-bottom: 50px;
}

#heritage .heritage-kicker {
    display: inline-block;
    padding: 6px 16px;
    background: var(--lavender);
    color: var(--purple);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 4px;
    margin-bottom: 15px;
}

#heritage .section-title {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    color: var(--dark);
    font-weight: 900;
}

#heritage .title-wine {
    color: var(--wine);
    font-style: italic;
}

#heritage .header-underline {
    width: 60px;
    height: 4px;
    background: var(--purple);
    margin: 20px auto 0;
    border-radius: 2px;
}

#heritage .heritage-intro {
    max-width: 70ch;
    margin: 0 auto 60px;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--dark);
    opacity: 0.85;
}

/* --- Grille de Dualité --- */
#heritage .duality-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 80px;
    position: relative;
}

/* Carte de Dualité */
#heritage .duality-card {
    position: relative;
    background: var(--white);
    border: 1px solid var(--border-lux);
    border-radius: 24px;
    padding: 50px 40px;
    transition: all 0.4s ease;
}

#heritage .card-side-label {
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    opacity: 0.5;
}

#heritage .card-title {
    margin: 0 0 20px 0;
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    font-weight: 800;
}

#heritage .card-text {
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--dark);
    margin: 0;
}

/* Bulles de Statistiques / Icônes */
#heritage .stat-bubble {
    position: absolute;
    top: -20px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    color: var(--white);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* Styles Spécifiques par Côté */
#heritage .card-science { border-top: 6px solid var(--wine); }
#heritage .card-science .card-title { color: var(--wine); }
#heritage .card-science .stat-bubble { background: var(--wine); }

#heritage .card-dogma { border-top: 6px solid var(--purple); }
#heritage .card-dogma .card-title { color: var(--purple); }
#heritage .card-dogma .stat-bubble { background: var(--purple); }

#heritage .duality-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(30, 16, 54, 0.08);
}

/* --- Synthèse Finale --- */
#heritage .legacy-synthesis {
    padding: 4px;
    background: linear-gradient(90deg, var(--wine), var(--purple));
    border-radius: 24px;
}

#heritage .synthesis-inner {
    background: var(--dark);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
}

#heritage .synthesis-text {
    margin: 0;
    color: var(--white);
    font-size: 1.2rem;
    line-height: 1.7;
    font-style: italic;
}

#heritage .synthesis-text strong {
    color: var(--lavender);
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* --- Responsive --- */
@media (max-width: 850px) {
    #heritage .duality-grid { grid-template-columns: 1fr; gap: 60px; }
}

/* --- RESPONSIVE MOBILE (Section Héritage & Dualité) --- */
@media (max-width: 768px) {
    #heritage.duality-section {
        padding: 60px 0; /* Rythme plus nerveux */
    }

    #heritage .heritage-container {
        padding: 0 20px;
    }

    /* Header : On resserre l'impact visuel */
    #heritage .heritage-header {
        margin-bottom: 40px;
    }

    #heritage .section-title {
        font-size: 2rem;
        line-height: 1.1;
    }

    #heritage .header-underline {
        width: 40px;
        margin-top: 15px;
    }

    #heritage .heritage-intro {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 40px;
        text-align: left; /* Plus confortable pour le regard sur mobile */
    }

    /* Grille de Dualité : Passage en colonne unique impératif */
    #heritage .duality-grid {
        display: flex;
        flex-direction: column;
        gap: 45px; /* Espace pour laisser respirer les stat-bubbles */
        margin-bottom: 50px;
    }

    /* Cartes de Dualité */
    #heritage .duality-card {
        padding: 40px 20px 30px; /* On réduit pour gagner de la place */
        border-radius: 20px;
        text-align: center; /* On centre pour harmoniser avec la bulle */
    }

    /* On neutralise le hover pour éviter les effets "collants" au toucher */
    #heritage .duality-card:hover {
        transform: none;
    }

    /* Bulles de Statistiques : On les recentre */
    #heritage .stat-bubble {
        top: -30px;
        right: 50%;
        transform: translateX(50%); /* Centrage horizontal parfait */
        width: 55px;
        height: 55px;
        font-size: 1.1rem;
    }

    #heritage .card-title {
        font-size: 1.4rem;
        margin-top: 10px; /* Laisse de la place sous la bulle centrée */
    }

    #heritage .card-text {
        font-size: 0.95rem;
        line-height: 1.5;
    }

    /* Synthèse Finale : On optimise le dégradé */
    #heritage .legacy-synthesis {
        border-radius: 24px;
        padding: 3px; /* On affine un peu la bordure sur petit écran */
    }

    #heritage .synthesis-inner {
        padding: 35px 20px;
        border-radius: 21px;
    }

    #heritage .synthesis-text {
        font-size: 1.05rem;
        line-height: 1.6;
    }
}

/* Optimisation pour les terminaux ultra-fins (iPhone SE / mini) */
@media (max-width: 380px) {
    #heritage .section-title {
        font-size: 1.7rem;
    }

    #heritage .stat-bubble {
        width: 50px;
        height: 50px;
        font-size: 1rem;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-039f575 *//* --- Base Finale --- */
#conclusion.vanga-finale {
    --purple: #6e1b89;
    --dark: #1e1036;
    --wine: #8A1538;
    --lavender: #f3e5f5;
    --white: #ffffff;
    --border-lux: rgba(110, 27, 137, 0.15);
    
    padding: clamp(60px, 12vw, 120px) 0;
    background-color: var(--white);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: var(--dark);
    line-height: 1.6;
    overflow-x: clip; 
}

#conclusion .finale-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
}

/* --- Header --- */
#conclusion .finale-header {
    text-align: center;
    margin-bottom: 50px;
}

#conclusion .finale-line {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--wine), var(--purple));
    margin: 0 auto 25px;
    border-radius: 2px;
}

#conclusion .section-title {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    color: var(--dark);
    font-weight: 900;
    line-height: 1.1;
}

#conclusion .title-wine {
    color: var(--wine);
    font-style: italic;
    font-weight: 400;
}

/* --- Corps du Texte --- */
#conclusion .summary-text {
    font-size: clamp(1.1rem, 2.5vw, 1.25rem);
    line-height: 1.8;
    color: var(--dark);
    text-align: center;
    max-width: 750px;
    margin: 0 auto 60px;
    opacity: 0.9;
}

#conclusion .summary-text strong {
    color: var(--purple);
    font-weight: 800;
}

/* --- Visuel Mémorial --- */
#conclusion .finale-visual {
    margin-bottom: 70px;
}

#conclusion .relic-figure {
    margin: 0;
    text-align: center;
}

#conclusion .image-frame {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 24px;
    padding: 10px;
    background: var(--lavender); /* Liseré doux */
    box-shadow: 0 20px 50px rgba(30, 16, 54, 0.1);
}

#conclusion .image-frame img {
    width: 100%;
    border-radius: 16px;
    display: block;
    filter: sepia(20%) contrast(105%); /* Effet photo ancienne subtil */
}

#conclusion .relic-caption {
    margin-top: 20px;
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    color: var(--dark);
    opacity: 0.6;
    font-style: italic;
}

/* --- Le Sanctuaire (Highlight Box) --- */
#conclusion .sanctuary-box {
    background: linear-gradient(135deg, var(--lavender) 0%, var(--white) 100%);
    padding: 3px;
    border-radius: 30px;
    box-shadow: 0 15px 40px rgba(110, 27, 137, 0.05);
}

#conclusion .sanctuary-inner {
    background: var(--white);
    padding: clamp(35px, 6vw, 55px);
    border-radius: 27px;
    border: 1px solid var(--border-lux);
    text-align: center;
}

#conclusion .sanctuary-title {
    margin: 0 0 20px 0;
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: var(--purple);
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

#conclusion .sanctuary-icon {
    font-size: 1.5rem;
}

#conclusion .sanctuary-text {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.75;
    color: var(--dark);
    opacity: 0.9;
}

#conclusion .sanctuary-text strong {
    color: var(--wine);
    font-weight: 800;
}

/* --- Responsive --- */
@media (max-width: 768px) {
    #conclusion .image-frame { padding: 6px; }
    #conclusion .sanctuary-inner { padding: 35px 24px; }
}

/* --- RESPONSIVE MOBILE (Vanga Finale) --- */
@media (max-width: 768px) {
    #conclusion.vanga-finale {
        padding: 50px 0; /* On resserre pour une fin de lecture percutante */
    }

    #conclusion .finale-container {
        padding: 0 20px;
    }

    /* Header : On stabilise le monument final */
    #conclusion .finale-header {
        margin-bottom: 30px;
    }

    #conclusion .finale-line {
        width: 40px; /* Ligne plus discrète */
        margin-bottom: 15px;
    }

    #conclusion .section-title {
        font-size: 2.1rem; /* Impact préservé du Playfair Display */
        line-height: 1.1;
    }

    /* Corps du texte : Confort de lecture optimal */
    #conclusion .summary-text {
        font-size: 1.05rem;
        line-height: 1.6;
        margin-bottom: 40px;
        padding: 0 5px;
    }

    /* Visuel Mémorial : On gagne de la place pour l'image */
    #conclusion .finale-visual {
        margin-bottom: 50px;
    }

    #conclusion .image-frame {
        padding: 6px; /* On affine le liseré Lavender */
        border-radius: 18px;
        box-shadow: 0 15px 35px rgba(30, 16, 54, 0.08);
    }

    #conclusion .image-frame img {
        border-radius: 12px;
    }

    #conclusion .relic-caption {
        font-size: 0.85rem;
        margin-top: 15px;
        padding: 0 10px;
    }

    /* Le Sanctuaire : Ergonomie de la boîte finale */
    #conclusion .sanctuary-box {
        border-radius: 26px;
    }

    #conclusion .sanctuary-inner {
        padding: 30px 20px; /* On maximise l'espace texte */
        border-radius: 24px;
    }

    #conclusion .sanctuary-title {
        font-size: 1.5rem;
        flex-direction: column; /* Icône au-dessus du titre pour éviter l'écrasement */
        gap: 8px;
        line-height: 1.2;
    }

    #conclusion .sanctuary-icon {
        font-size: 1.4rem;
    }

    #conclusion .sanctuary-text {
        font-size: 0.95rem;
        line-height: 1.6;
    }
}

/* Optimisation pour les terminaux "Poche" (iPhone SE / mini) */
@media (max-width: 380px) {
    #conclusion .section-title {
        font-size: 1.8rem;
    }

    #conclusion .sanctuary-title {
        font-size: 1.3rem;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-7a709dfa *//* --- Base FAQ Section --- */
#faq.wisdom-section {
    --purple: #6e1b89;
    --dark: #1e1036;
    --wine: #8A1538;
    --lavender: #f3e5f5;
    --white: #ffffff;
    --border-lux: rgba(110, 27, 137, 0.15);
    
    padding: clamp(60px, 12vw, 120px) 0;
    background-color: var(--white);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: var(--dark);
    line-height: 1.6;
    overflow-x: clip; 
}

#faq .faq-container {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 24px;
}

/* --- En-tête --- */
#faq .faq-header {
    margin-bottom: 50px;
    text-align: left;
}

#faq .faq-accent {
    width: 40px;
    height: 4px;
    background: var(--dark);
    margin-bottom: 20px;
    border-radius: 2px;
}

#faq .section-title {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 2.8rem);
    color: var(--dark);
    font-weight: 900;
    line-height: 1.1;
}

#faq .title-wine {
    color: var(--wine);
    font-style: italic;
    font-weight: 400;
}

/* --- Accordéon Custom --- */
#faq .faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 80px;
}

#faq .faq-item {
    background: var(--white);
    border: 1px solid var(--border-lux);
    border-radius: 18px;
    box-shadow: 0 4px 15px rgba(30, 16, 54, 0.03);
    overflow: hidden;
}

/* Bordures latérales thématiques */
#faq .purple-edge { border-left: 6px solid var(--purple); }
#faq .wine-edge { border-left: 6px solid var(--wine); }
#faq .dark-edge { border-left: 6px solid var(--dark); }

#faq .faq-question {
    padding: 24px;
    cursor: pointer;
    font-weight: 800;
    color: var(--dark);
    font-size: 1.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none; /* Cache la flèche native */
}
#faq .faq-question::-webkit-details-marker { display: none; }

/* Icône de statut (+ / -) */
#faq .faq-status-icon {
    position: relative;
    width: 18px;
    height: 18px;
}
#faq .faq-status-icon::before,
#faq .faq-status-icon::after {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: var(--purple);
    transition: all 0.3s ease;
}
#faq .faq-status-icon::before { width: 18px; height: 2px; }
#faq .faq-status-icon::after { width: 2px; height: 18px; }

#faq .faq-item[open] .faq-status-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

#faq .faq-answer {
    padding: 0 24px 24px 24px;
    color: var(--dark);
    line-height: 1.7;
    opacity: 0.85;
    animation: slideIn 0.4s ease-out;
}

@keyframes slideIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 0.85; transform: translateY(0); }
}

/* --- Zone de Clarté (CTAs) --- */
#faq .guidance-cta-block {
    position: relative;
    background: var(--dark);
    border-radius: 32px;
    padding: clamp(40px, 6vw, 60px);
    text-align: center;
    color: var(--white);
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(30, 16, 54, 0.2);
}

#faq .cta-inner-glow {
    position: absolute;
    top: -50%; left: 50%;
    transform: translateX(-50%);
    width: 100%; height: 200%;
    background: radial-gradient(circle, rgba(110, 27, 137, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

#faq .cta-quote {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.2rem;
    color: var(--lavender);
    margin-bottom: 25px;
    opacity: 0.8;
}

#faq .cta-heading {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 4vw, 2.2rem);
    margin: 0 0 40px 0;
    font-weight: 800;
}

/* Boutons Premium */
#faq .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

#faq .btn-premium {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 32px;
    border-radius: 100px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    min-width: 280px;
    text-align: left;
}

#faq .btn-wine {
    background: var(--wine);
    color: var(--white);
    box-shadow: 0 10px 20px rgba(138, 21, 56, 0.3);
}

#faq .btn-purple {
    background: var(--lavender);
    color: var(--purple);
    box-shadow: 0 10px 20px rgba(110, 27, 137, 0.1);
}

#faq .btn-premium:hover {
    transform: translateY(-5px) scale(1.02);
}

#faq .btn-icon { font-size: 1.5rem; }

#faq .btn-text { display: flex; flex-direction: column; }

#faq .btn-main {
    font-size: 1.05rem;
    font-weight: 800;
}

#faq .btn-sub {
    font-size: 0.8rem;
    opacity: 0.8;
}

/* --- Responsive --- */
@media (max-width: 768px) {
    #faq .cta-buttons { flex-direction: column; align-items: stretch; }
    #faq .btn-premium { min-width: auto; }
}

/* --- RESPONSIVE MOBILE (FAQ & Zone de Clarté) --- */
@media (max-width: 768px) {
    #faq.wisdom-section {
        padding: 50px 0; /* On réduit le souffle vertical */
    }

    #faq .faq-container {
        padding: 0 20px;
    }

    /* Header : Alignement central pour le focus */
    #faq .faq-header {
        text-align: center;
        margin-bottom: 40px;
    }

    #faq .faq-accent {
        width: 30px;
        margin: 0 auto 15px; /* Centrage de la barre */
    }

    #faq .section-title {
        font-size: 1.8rem;
        line-height: 1.2;
    }

    /* Accordéon : On optimise l'espace de lecture */
    #faq .faq-accordion {
        gap: 12px;
        margin-bottom: 60px;
    }

    #faq .faq-item {
        border-radius: 15px;
    }

    #faq .faq-question {
        padding: 20px 15px; /* On réduit pour gagner de la place */
        font-size: 1rem;
        gap: 15px; /* Sécurité pour que le texte ne touche pas l'icône */
    }

    #faq .faq-status-icon {
        flex-shrink: 0; /* Empêche l'icône de s'écraser sur les questions longues */
        width: 14px;
        height: 14px;
    }

    /* On ajuste les traits de l'icône pour la nouvelle taille */
    #faq .faq-status-icon::before { width: 14px; }
    #faq .faq-status-icon::after { height: 14px; }

    #faq .faq-answer {
        padding: 0 15px 20px 15px;
        font-size: 0.95rem;
        line-height: 1.6;
    }

    /* Zone de Clarté (Le CTA Final) */
    #faq .guidance-cta-block {
        padding: 40px 20px;
        border-radius: 24px;
    }

    #faq .cta-quote {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    #faq .cta-heading {
        font-size: 1.5rem;
        line-height: 1.3;
        margin-bottom: 30px;
    }

    /* Boutons Premium : Transformation "Thumb-Friendly" */
    #faq .cta-buttons {
        flex-direction: column; /* Empilage vertical */
        gap: 15px;
    }

    #faq .btn-premium {
        width: 100%; /* Pleine largeur pour le clic facile */
        padding: 15px 20px;
        min-width: unset;
        justify-content: flex-start; /* Garde l'icône à gauche */
    }

    #faq .btn-icon {
        font-size: 1.3rem;
    }

    #faq .btn-main {
        font-size: 1rem;
    }

    #faq .btn-sub {
        font-size: 0.75rem;
    }
}

/* Optimisation pour les écrans ultra-compacts (iPhone SE / mini) */
@media (max-width: 380px) {
    #faq .section-title {
        font-size: 1.6rem;
    }

    #faq .faq-question {
        font-size: 0.9rem;
    }

    #faq .cta-heading {
        font-size: 1.3rem;
    }
}/* End custom CSS */