.elementor-3737 .elementor-element.elementor-element-29741c52{--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-b7fed80 */:root {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --bg-main: #FBF8FF;           
    --text-dark: #2D1E40;         
    --text-muted: #564D65;        
}

/* --- Nav Sticky Glass --- */
.ux-nav-glass-sticky {
    position: sticky;
    top: 15px;
    z-index: 100;
    max-width: 950px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 100px;
    box-shadow: 0 10px 30px rgba(45, 30, 64, 0.05);
}

.ux-nav-container {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ux-nav-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    padding-left: 10px;
}

.nav-title {
    font-weight: 800;
    color: var(--text-dark);
    font-size: 0.9rem;
    letter-spacing: -0.2px;
}

.ux-nav-links { display: flex; gap: 4px; }

.nav-item {
    text-decoration: none;
    color: var(--text-muted);
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 700;
    transition: all 0.2s ease;
}

.nav-item:hover {
    background: #ffffff;
    color: var(--amethyst);
    box-shadow: 0 4px 12px rgba(142, 68, 173, 0.1);
}

/* --- Hero Section --- */
.ux-guide-hero {
    padding: 100px 20px 40px;
}

.text-center { text-align: center; }

.ux-overline-glass {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--amethyst);
    background: rgba(142, 68, 173, 0.05);
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 20px;
}

.ux-guide-main-title {
    font-size: clamp(2.2rem, 6vw, 3.5rem);
    font-weight: 900;
    color: var(--text-dark);
    line-height: 1.1;
    letter-spacing: -2px;
    margin-bottom: 30px;
}

.text-gradient-amethyst {
    background: linear-gradient(135deg, var(--amethyst) 0%, var(--wine) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ux-neon-divider-center {
    width: 60px; height: 4px;
    background: linear-gradient(90deg, transparent, var(--amethyst), transparent);
    margin: 0 auto;
    border-radius: 2px;
}

/* --- Intro Card --- */
.ux-intro-glass-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(15px);
    border-radius: 32px;
    padding: 50px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 15px 40px rgba(45, 30, 64, 0.03);
    max-width: 850px;
    margin: 0 auto;
}

.ux-article-text {
    font-size: 1.15rem;
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 20px;
}

.ux-intro-footer {
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid rgba(142, 68, 173, 0.1);
}

/* --- Animations & Accents --- */
.pulse-dot-amethyst {
    display: inline-block;
    width: 8px; height: 8px;
    background: var(--amethyst);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--amethyst);
    animation: pulse 2s infinite alternate;
    margin-right: 10px;
}

@keyframes pulse {
    from { opacity: 0.5; transform: scale(0.8); }
    to { opacity: 1; transform: scale(1.2); }
}

/* Responsive */
@media (max-width: 768px) {
    .ux-nav-glass-sticky { width: 95%; top: 10px; }
    .ux-nav-links { display: none; } /* On pourrait ajouter un menu burger ici plus tard */
    .ux-intro-glass-card { padding: 30px 20px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f944e3e *//* ==========================================================================
   SECTION VIBRANT BENTO - GUIDE D'ÉVEIL 2026
   ========================================================================== */

.ux-vibrant-section {
    position: relative;
    padding: 80px 20px;
    background-color: #FBF8FF;
    overflow: hidden; /* Pour contenir les halos */
}

/* --- Halos colorés en arrière-plan (Blobs) --- */
.vibrant-blob {
    position: absolute;
    width: 600px;
    height: 600px;
    filter: blur(80px);
    opacity: 0.15;
    z-index: 0;
    pointer-events: none;
    border-radius: 50%;
}

.blob-1 {
    background: var(--amethyst);
    top: -100px;
    right: -100px;
}

.blob-2 {
    background: var(--wine);
    bottom: -150px;
    left: -150px;
}

/* --- Grille --- */
.ux-vibrant-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 30px;
}

/* --- Cartes "Vibrant Glass" --- */
.ux-vibrant-card {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 35px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
        0 10px 30px rgba(45, 30, 64, 0.05),
        inset 0 1px 1px rgba(255, 255, 255, 1);
}

/* Effets de bordure lumineuse au survol */
.ux-vibrant-card:hover {
    transform: translateY(-12px) scale(1.02);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 30px 60px rgba(45, 30, 64, 0.12);
}

.glass-amethyst:hover { border-color: rgba(142, 68, 173, 0.4); }
.glass-wine:hover { border-color: rgba(154, 42, 91, 0.4); }
.glass-hybrid:hover { border-color: rgba(142, 68, 173, 0.2); }

/* --- Icônes flottantes --- */
.pillar-icon-box {
    width: 70px;
    height: 70px;
    background: #ffffff;
    border-radius: 24px;
    font-size: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    transition: transform 0.4s ease;
}

.ux-vibrant-card:hover .pillar-icon-box {
    transform: rotate(8deg) scale(1.1);
}

/* --- Typographie Boostée --- */
.pillar-title {
    font-size: 1.4rem;
    font-weight: 900;
    color: var(--text-dark);
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.pillar-text {
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}

/* Accentuation de couleur au survol du titre */
.glass-amethyst:hover .pillar-title { color: var(--amethyst); }
.glass-wine:hover .pillar-title { color: var(--wine); }

/* Responsive */
@media (max-width: 768px) {
    .ux-vibrant-grid { gap: 20px; }
    .ux-vibrant-card { padding: 30px 20px; }
    .vibrant-blob { width: 300px; height: 300px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-ae5c330 *//* --- Fond Mesh Gradient --- */
.mesh-gradient-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(at 0% 0%, rgba(142, 68, 173, 0.05) 0%, transparent 50%),
                radial-gradient(at 100% 100%, rgba(154, 42, 91, 0.05) 0%, transparent 50%);
    z-index: -1;
}

.ux-hyper-relief-section {
    position: relative;
    padding: 120px 20px;
    background-color: #FDFBFF;
}

/* --- Titre Majestueux --- */
.ux-hero-title {
    text-align: center;
    margin-bottom: 80px;
    font-size: clamp(2rem, 6vw, 3.5rem);
    font-weight: 900;
    color: #1A0B2E;
    line-height: 1.1;
    letter-spacing: -2px;
}

.ux-hero-title .overline {
    display: block;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--amethyst);
    margin-bottom: 15px;
}

.text-gradient-vibrant {
    background: linear-gradient(135deg, #8E44AD 0%, #9A2A5B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* --- Grille Hyper Bento --- */
.ux-hyper-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* --- La Carte "Floating Glass" --- */
.ux-hyper-card {
    position: relative;
    border-radius: 40px;
    background: #fff;
    padding: 2px; /* Pour la bordure dégradée */
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 15px 45px rgba(0,0,0,0.03);
}

.card-glass-layer {
    background: #ffffff;
    border-radius: 38px;
    padding: 45px 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ux-hyper-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 40px 80px rgba(45, 30, 64, 0.12);
}

/* Couleurs de bordures au survol */
.card-amethyst:hover { background: linear-gradient(135deg, var(--amethyst), transparent); }
.card-wine:hover { background: linear-gradient(135deg, var(--wine), transparent); }
.card-hybrid:hover { background: linear-gradient(135deg, var(--amethyst), var(--wine)); }

/* Index de carte */
.card-index {
    position: absolute;
    top: 30px; right: 35px;
    font-size: 3rem;
    font-weight: 900;
    color: rgba(0,0,0,0.03);
    line-height: 1;
}

/* Orbes d'icônes */
.icon-orb {
    width: 65px; height: 65px;
    background: #F7F3FF;
    border-radius: 20px;
    display: flex; align-items: center; justify-content: center;
    font-size: 2rem;
    margin-bottom: 25px;
    box-shadow: 0 8px 15px rgba(0,0,0,0.04);
}

/* Typographie Card */
.card-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: #1A0B2E;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
}

.card-glass-layer p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #564D65;
}

/* Mise en page spécifique */
.main-feature { grid-column: span 2; }

/* Listes stylisées */
.bullet-list {
    margin: 20px 0 0; padding: 0;
    list-style: none;
}
.bullet-list li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 12px;
    font-weight: 600;
    color: #1A0B2E;
}
.bullet-list li::before {
    content: '→';
    position: absolute; left: 0;
    color: var(--amethyst);
}

/* --- Image Section --- */
.ux-final-image-container {
    margin-top: 60px;
    border-radius: 45px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 30px 70px rgba(0,0,0,0.15);
}

.ux-final-image-container img {
    width: 100%; display: block;
    transition: transform 2s ease;
}

.ux-final-image-container:hover img { transform: scale(1.1); }

.image-overlay-text {
    position: absolute;
    bottom: 40px; left: 40px;
    color: #fff;
    background: rgba(0,0,0,0.3);
    backdrop-filter: blur(15px);
    padding: 25px 35px;
    border-radius: 25px;
    border: 1px solid rgba(255,255,255,0.2);
}

/* Responsive */
@media (max-width: 1024px) {
    .ux-hyper-grid { grid-template-columns: 1fr; }
    .main-feature { grid-column: span 1; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0aee070 *//* --- Mise en page du Guide de Maîtrise --- */

.ux-intro-text-large {
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
    font-size: 1.2rem;
    color: #564D65;
    line-height: 1.8;
}

/* Grille de 3 colonnes avec relief accentué */
.ux-protocol-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
}

/* Tag de statut en haut de carte */
.card-status-tag {
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--amethyst);
    background: rgba(142, 68, 173, 0.08);
    padding: 5px 12px;
    border-radius: 100px;
    width: fit-content;
    margin-bottom: 20px;
}

.card-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #564D65;
    margin-bottom: 25px;
    flex-grow: 1;
}

/* Petit indice d'action en bas de carte */
.card-action-hint {
    font-size: 0.85rem;
    font-weight: 800;
    color: var(--text-dark);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.ux-hyper-card:hover .card-action-hint {
    opacity: 1;
    transform: translateX(10px);
    color: var(--wine);
}

/* --- La Carte de Sagesse (Hyper Relief Central) --- */
.ux-wisdom-anchor-card {
    position: relative;
    background: #1A0B2E; /* Fond sombre pour un contraste maximum */
    border-radius: 45px;
    padding: 60px;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 40px 100px rgba(26, 11, 46, 0.2);
    border: 1px solid rgba(142, 68, 173, 0.2);
}

.wisdom-glow {
    position: absolute;
    top: -50%; right: -20%;
    width: 300px; height: 300px;
    background: var(--amethyst);
    filter: blur(100px);
    opacity: 0.4;
}

.wisdom-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.wisdom-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.wisdom-icon {
    font-size: 2.5rem;
    filter: drop-shadow(0 0 15px var(--amethyst));
}

.wisdom-content h3 {
    font-size: 2rem;
    font-weight: 900;
    margin: 0;
    background: linear-gradient(to right, #fff, rgba(255,255,255,0.6));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wisdom-content p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: rgba(255,255,255,0.8);
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .ux-wisdom-anchor-card { padding: 40px 25px; }
    .wisdom-content h3 { font-size: 1.5rem; }
    .ux-protocol-grid { gap: 20px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0b22fb1 *//* --- Groupe FAQ Crystal --- */
.ux-faq-crystal-group {
    max-width: 850px;
    margin: 0 auto 80px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ux-faq-crystal-item {
    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);
    border-radius: 28px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
    overflow: hidden;
}

.ux-faq-crystal-item:hover {
    background: #ffffff;
    transform: scale(1.01);
    box-shadow: 0 15px 40px rgba(45, 30, 64, 0.05);
}

.ux-faq-crystal-item[open] {
    background: #ffffff;
    border-color: var(--amethyst);
    box-shadow: 0 20px 50px rgba(142, 68, 173, 0.1);
}

/* --- Summary & Icon Custom --- */
.ux-faq-crystal-item summary {
    list-style: none;
    padding: 30px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: none;
}

.ux-faq-crystal-item summary::-webkit-details-marker {
    display: none;
}

.faq-question-text {
    font-size: 1.2rem;
    font-weight: 800;
    color: #1A0B2E;
    letter-spacing: -0.3px;
}

.faq-icon-plus {
    width: 32px; height: 32px;
    position: relative;
    background: rgba(142, 68, 173, 0.1);
    border-radius: 50%;
    transition: all 0.4s ease;
}

.faq-icon-plus::before, .faq-icon-plus::after {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    width: 14px; height: 2px;
    background: var(--amethyst);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.faq-icon-plus::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.ux-faq-crystal-item[open] .faq-icon-plus {
    background: var(--wine);
    transform: rotate(135deg); /* Transforme le + en x */
}

.ux-faq-crystal-item[open] .faq-icon-plus::before,
.ux-faq-crystal-item[open] .faq-icon-plus::after {
    background: #fff;
}

/* --- Contenu de la réponse --- */
.faq-content-inner {
    padding: 0 35px 35px 35px;
    animation: slideDown 0.5s ease;
}

@keyframes slideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.faq-content-inner p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #564D65;
    margin: 0;
}

/* --- Bouton CTA Final --- */
.ux-final-cta-box {
    text-align: center;
    padding: 60px;
    background: linear-gradient(135deg, rgba(142, 68, 173, 0.05), rgba(154, 42, 91, 0.05));
    border-radius: 40px;
    border: 1px solid rgba(255,255,255,0.8);
}

.ux-btn-vibrant {
    display: inline-block;
    margin-top: 30px;
    padding: 18px 40px;
    background: linear-gradient(135deg, var(--amethyst), var(--wine));
    color: #fff;
    text-decoration: none;
    border-radius: 100px;
    font-weight: 800;
    font-size: 1.1rem;
    box-shadow: 0 10px 30px rgba(154, 42, 91, 0.3);
    transition: all 0.3s ease;
}

.ux-btn-vibrant:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 40px rgba(154, 42, 91, 0.4);
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-6bcfadf *//* ==========================================================================
   SECTION CTA "DEEP ENERGY" - HYPER RELIEF 2026
   ========================================================================== */

.ux-cta-mega-card {
    position: relative;
    background: #1A0B2E; /* Fond profond pour faire ressortir les boutons */
    border-radius: 50px;
    padding: 80px 40px;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 40px 100px rgba(26, 11, 46, 0.25);
    border: 1px solid rgba(142, 68, 173, 0.3);
}

/* Effet de lumière interne */
.cta-mesh-glow {
    position: absolute;
    top: -50%; left: -10%;
    width: 120%; height: 200%;
    background: radial-gradient(circle at center, rgba(142, 68, 173, 0.15) 0%, transparent 60%);
    z-index: 0;
    animation: pulseGlow 8s infinite alternate;
}

@keyframes pulseGlow {
    from { opacity: 0.5; transform: scale(1); }
    to { opacity: 1; transform: scale(1.1); }
}

.cta-content { position: relative; z-index: 1; }

.cta-badge {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.cta-heading {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    font-weight: 900;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.cta-description {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.7;
}

/* --- Boutons Radiants --- */
.cta-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.ux-btn-primary-radiant {
    background: #ffffff;
    color: #1A0B2E;
    padding: 18px 35px;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 800;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.ux-btn-primary-radiant:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 20px 40px rgba(255, 255, 255, 0.2);
}

.ux-btn-secondary-glass {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    padding: 18px 35px;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.ux-btn-secondary-glass:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

/* ==========================================================================
   FOOTER REFINED
   ========================================================================== */

.ux-footer-refined {
    padding: 40px 20px;
    background: #FDFBFF;
    border-top: 1px solid rgba(142, 68, 173, 0.1);
}

.ux-footer-container {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.footer-copy strong { color: var(--text-dark); }

.ux-back-to-top {
    text-decoration: none;
    color: var(--amethyst);
    font-weight: 800;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.ux-back-to-top:hover {
    color: var(--wine);
}

.ux-back-to-top .arrow-up {
    display: inline-block;
    transition: transform 0.3s ease;
}

.ux-back-to-top:hover .arrow-up {
    transform: translateY(-4px);
}

/* Responsive */
@media (max-width: 768px) {
    .ux-cta-mega-card { padding: 50px 25px; border-radius: 35px; }
    .ux-footer-container { flex-direction: column; text-align: center; gap: 25px; }
}/* End custom CSS */