.elementor-3722 .elementor-element.elementor-element-7ec831b{--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 );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-00c7584 *//* ==========================================================================
   SECTION MANIFESTE (TEXTE LONG) - LIGHT BENTO 2026
   ========================================================================== */

:root {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --bg-main: #FBF8FF;           /* Fond lilas clair unifié */
    --text-dark: #2D1E40;         /* Violet sombre */
    --text-muted: #564D65;        /* Gris-violet doux */
}

.ux-manifesto-section {
    position: relative;
    background-color: var(--bg-main);
    padding: 120px 20px;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    overflow: hidden;
}

/* --- Halos d'ambiance --- */
.manifesto-glow-left,
.manifesto-glow-right {
    position: absolute;
    pointer-events: none;
    mask-image: radial-gradient(circle, black 0%, transparent 70%);
    -webkit-mask-image: radial-gradient(circle, black 0%, transparent 70%);
    z-index: 0;
}

.manifesto-glow-left {
    width: 800px; height: 800px;
    background: radial-gradient(circle, rgba(142, 68, 173, 0.08), transparent 70%); /* Améthyste */
    top: -10%; left: -20%;
}

.manifesto-glow-right {
    width: 700px; height: 700px;
    background: radial-gradient(circle, rgba(154, 42, 91, 0.06), transparent 70%); /* Wine */
    bottom: -10%; right: -15%;
}

.ux-manifesto-container {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
}

/* --- En-tête --- */
.text-center { text-align: center; }

.ux-overline-glass {
    display: inline-flex;
    align-items: center;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--wine);
    margin-bottom: 20px;
    background: rgba(154, 42, 91, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 8px 24px;
    border-radius: 100px;
    border: 1px solid rgba(154, 42, 91, 0.15);
}

.ux-manifesto-title {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: 900;
    color: var(--text-dark);
    margin: 0 0 50px 0;
    letter-spacing: -1.5px;
    line-height: 1.1;
}

/* --- Sous-titre Section 1 --- */
.ux-manifesto-subtitle {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 30px;
    text-align: center;
    /* Dégradé de texte élégant */
    background: linear-gradient(135deg, var(--text-dark) 0%, var(--amethyst) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.5px;
}

/* --- Grille des Cartes (Bento) --- */
.ux-manifesto-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

/* --- Cartes Glassmorphism --- */
.ux-manifesto-glass-card {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 32px;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(45, 30, 64, 0.03), inset 0 1px 0 rgba(255, 255, 255, 1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.ux-manifesto-glass-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(142, 68, 173, 0.06), inset 0 1px 0 rgba(255, 255, 255, 1);
}

/* La carte d'alerte (Ubérisation) a une bordure légèrement Wine */
.card-alert {
    border-color: rgba(154, 42, 91, 0.2);
}

/* --- Icônes Squircles --- */
.card-icon-glass {
    width: 56px; height: 56px;
    background: linear-gradient(135deg, rgba(243, 235, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 100%);
    border-radius: 16px; 
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 15px rgba(142, 68, 173, 0.05);
}

.orb-wine {
    background: linear-gradient(135deg, rgba(154, 42, 91, 0.08) 0%, rgba(255, 255, 255, 0.5) 100%);
}

/* --- Typographie du texte --- */
.ux-manifesto-text {
    font-size: 1.1rem;
    color: var(--text-muted);
    line-height: 1.7;
    margin: 0 0 20px 0;
}

.ux-manifesto-text:last-child {
    margin-bottom: 0;
}

/* --- La Carte Conclusion (Premium) --- */
.card-premium {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(249, 245, 255, 0.8) 100%);
    border-color: rgba(142, 68, 173, 0.3);
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 50px;
}

.premium-icon-wrap {
    flex-shrink: 0;
    font-size: 2.5rem;
}

.pulse-sparkle {
    display: inline-block;
    animation: sparkle-pulse 2s infinite ease-in-out;
}

@keyframes sparkle-pulse {
    0%, 100% { transform: scale(1) rotate(0deg); opacity: 0.8; }
    50% { transform: scale(1.15) rotate(10deg); opacity: 1; filter: drop-shadow(0 0 10px rgba(142, 68, 173, 0.4)); }
}

.premium-text {
    font-size: 1.25rem;
    color: var(--text-dark); /* Sombre pour plus d'impact */
    line-height: 1.7;
    margin: 0 0 20px 0;
}

.premium-text:last-child { margin-bottom: 0; }
.premium-text strong { font-weight: 900; }

/* Accents de couleurs dans le texte */
.text-wine-accent {
    color: var(--wine);
    font-weight: 800;
}

.text-amethyst-accent {
    color: var(--amethyst);
    font-weight: 800;
}

/* ==========================================================================
   RESPONSIVE DESIGN
   ========================================================================== */
@media (max-width: 768px) {
    .ux-manifesto-section { padding: 80px 15px; }
    .ux-manifesto-title { font-size: 2.2rem; margin-bottom: 40px; }
    .ux-manifesto-subtitle { font-size: 1.2rem; }
    
    .ux-manifesto-grid { grid-template-columns: 1fr; gap: 20px; }
    
    .ux-manifesto-glass-card { padding: 30px 25px; border-radius: 28px; }
    
    .card-premium {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b32635f *//* ==========================================================================
   AJOUTS POUR LA SECTION RED FLAGS
   ========================================================================== */

/* Variante "Alerte" pour le badge (ton rouge pastel/vif) */
.ux-badge-alert {
    background: #fee2e2;
    color: #dc2626; 
}

/* Grille spécifique pour les 4 drapeaux rouges */
.ux-red-flags-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* Optionnel : petite touche visuelle sur les cartes au survol pour accentuer l'attention */
.ux-card-alert {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ux-card-alert:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(220, 38, 38, 0.08); /* Ombre très légère rouge */
    border-color: #fecaca;
}

/* Responsive pour la grille des Red Flags */
@media (max-width: 768px) {
    .ux-red-flags-grid {
        grid-template-columns: 1fr; /* Passe en une seule colonne sur mobile */
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-ba7b995 *//* ==========================================================================
   SECTION "GREEN FLAGS" (3 PILIERS) - LIGHT BENTO 2026
   ========================================================================== */

:root {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --bg-main: #FBF8FF;           
    --text-dark: #2D1E40;         
    --text-muted: #564D65;        
}

.ux-greenflags-section {
    position: relative;
    background-color: var(--bg-main);
    padding: 80px 20px 120px;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    overflow: hidden;
}

/* --- Halos d'ambiance --- */
.greenflags-glow-left,
.greenflags-glow-right {
    position: absolute;
    pointer-events: none;
    mask-image: radial-gradient(circle, black 0%, transparent 70%);
    -webkit-mask-image: radial-gradient(circle, black 0%, transparent 70%);
    z-index: 0;
}

.greenflags-glow-left {
    width: 700px; height: 700px;
    background: radial-gradient(circle, rgba(154, 42, 91, 0.05), transparent 70%); /* Wine */
    top: 20%; left: -15%;
}

.greenflags-glow-right {
    width: 800px; height: 800px;
    background: radial-gradient(circle, rgba(142, 68, 173, 0.06), transparent 70%); /* Améthyste */
    bottom: -10%; right: -20%;
}

.ux-greenflags-container {
    position: relative;
    z-index: 1;
    max-width: 1200px; /* Élargi pour accueillir 3 cartes confortablement */
    margin: 0 auto;
}

/* --- En-tête --- */
.text-center { text-align: center; }

.ux-manifesto-subtitle {
    font-size: clamp(1.4rem, 4vw, 1.8rem);
    font-weight: 900;
    margin-bottom: 20px;
    background: linear-gradient(135deg, var(--text-dark) 0%, var(--amethyst) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.5px;
}

.ux-greenflags-intro {
    font-size: 1.15rem;
    color: var(--text-muted);
    max-width: 800px;
    margin: 0 auto 50px auto;
    line-height: 1.6;
}

/* --- Grille Bento (3 Colonnes) --- */
.ux-greenflags-grid-3 {
    display: grid;
    /* Crée 3 colonnes sur desktop, s'adapte automatiquement sur tablette/mobile */
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
    align-items: stretch;
}

/* --- Cartes Glassmorphism --- */
.ux-greenflags-glass-card {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 32px;
    padding: 40px 35px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(45, 30, 64, 0.03), inset 0 1px 0 rgba(255, 255, 255, 1);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.2), box-shadow 0.4s ease, border-color 0.4s ease;
}

.ux-greenflags-glass-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.85);
}

/* Variantes de survol pour les cartes */
.card-glow-wine:hover {
    border-color: rgba(154, 42, 91, 0.3);
    box-shadow: 0 25px 50px rgba(154, 42, 91, 0.08), inset 0 1px 0 rgba(255, 255, 255, 1);
}

.card-glow-mix:hover {
    border-color: rgba(142, 68, 173, 0.2);
    box-shadow: 0 25px 50px rgba(142, 68, 173, 0.06), inset 0 1px 0 rgba(255, 255, 255, 1);
}

.card-glow-amethyst:hover {
    border-color: rgba(142, 68, 173, 0.3);
    box-shadow: 0 25px 50px rgba(142, 68, 173, 0.08), inset 0 1px 0 rgba(255, 255, 255, 1);
}

/* --- Squircles Numérotés --- */
.card-number-glass {
    width: 60px; height: 60px;
    border-radius: 20px; 
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 15px rgba(45, 30, 64, 0.05), inset 0 2px 0 rgba(255, 255, 255, 0.6);
}

.orb-wine {
    background: linear-gradient(135deg, rgba(154, 42, 91, 0.08) 0%, rgba(255, 255, 255, 0.5) 100%);
    color: var(--wine);
}

.orb-mix {
    /* Un subtil mélange des deux couleurs pour la carte du milieu */
    background: linear-gradient(135deg, rgba(142, 68, 173, 0.05) 0%, rgba(154, 42, 91, 0.05) 100%);
    color: #6C4A75; /* Ton intermédiaire élégant */
}

.orb-amethyst {
    background: linear-gradient(135deg, rgba(142, 68, 173, 0.08) 0%, rgba(255, 255, 255, 0.5) 100%);
    color: var(--amethyst);
}

/* --- Typographie interne --- */
.ux-greenflags-title {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--text-dark);
    margin: 0 0 20px 0;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.ux-greenflags-text {
    font-size: 1.05rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0 0 15px 0;
}

.ux-greenflags-text:last-of-type {
    margin-bottom: 0;
}

/* Accents de couleurs */
.text-wine-accent { color: var(--wine); font-weight: 800; }
.text-amethyst-accent { color: var(--amethyst); font-weight: 800; }
.text-mix-accent { 
    background: linear-gradient(90deg, var(--wine), var(--amethyst));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}
.text-dark-bold { color: var(--text-dark); font-weight: 800; }

/* --- Bloc Citation Intégré (Pour l'adage de la carte 1) --- */
.ux-inline-quote {
    margin-top: 25px;
    padding: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(243, 235, 255, 0.4) 100%);
    border-radius: 16px;
    border-left: 3px solid var(--wine);
    display: flex;
    gap: 15px;
    margin-top: auto; /* Pousse la citation tout en bas si la carte s'étire */
}

.quote-mark {
    font-size: 2rem;
    color: var(--wine);
    font-family: serif;
    line-height: 1;
    opacity: 0.4;
}

.ux-inline-quote p {
    margin: 0;
    font-size: 1.05rem;
    font-style: italic;
    color: var(--text-dark);
    font-weight: 600;
    line-height: 1.5;
}

/* ==========================================================================
   RESPONSIVE DESIGN
   ========================================================================== */
@media (max-width: 768px) {
    .ux-greenflags-section { padding: 60px 15px 80px; }
    .ux-manifesto-subtitle { font-size: 1.5rem; text-align: center; }
    .ux-greenflags-intro { font-size: 1.1rem; margin-bottom: 40px; text-align: center; }
    
    .ux-greenflags-grid-3 { grid-template-columns: 1fr; gap: 25px; }
    .ux-greenflags-glass-card { padding: 35px 25px; border-radius: 28px; }
    
    .ux-inline-quote { padding: 15px; flex-direction: column; gap: 5px; }
    .quote-mark { font-size: 1.5rem; margin-bottom: -15px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-d2d7d97 */==========================================================================

   SECTION OUTILS & MÉTHODE - LIGHT MODE 2026

   ========================================================================== */



:root {

    --trust-blue: #247bbe;

    --mystic-purple: #6E1B89;

    --text-dark: #1e293b;

    --text-muted: #64748b;

    --bg-soft: #f8fafc;

    --border-color: #e2e8f0;

}



.ux-tools-light-section {

    background-color: #ffffff;

    padding: 100px 20px;

    font-family: 'Inter', system-ui, -apple-system, sans-serif;

    color: var(--text-dark);

}



.ux-tools-container {

    max-width: 900px;

    margin: 0 auto;

}



/* --- Header --- */

.text-center { text-align: center; }



.ux-badge-method {

    display: inline-block;

    background: #e0f2fe;

    color: var(--trust-blue);

    padding: 6px 16px;

    border-radius: 100px;

    font-size: 0.8rem;

    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: 2px;

    margin-bottom: 25px;

}



.ux-title-h2 {

    font-size: clamp(1.8rem, 5vw, 2.6rem);

    font-weight: 900;

    margin-bottom: 25px;

    letter-spacing: -1px;

    color: var(--text-dark);

}



.ux-tools-lead {

    font-size: 1.25rem;

    line-height: 1.6;

    color: var(--text-muted);

    margin-bottom: 60px;

}



/* --- Grille de Canalisation --- */

.ux-method-grid {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 30px;

    margin-bottom: 60px;

}



.ux-method-card {

    flex: 1;

    background: var(--bg-soft);

    padding: 40px 30px;

    border-radius: 24px;

    text-align: center;

    border: 1px solid var(--border-color);

}



.method-icon { font-size: 2.5rem; margin-bottom: 15px; }

.ux-method-card h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 10px; }

.ux-method-card p { font-size: 1rem; color: var(--text-muted); line-height: 1.5; }



.ux-method-plus {

    font-size: 2rem;

    font-weight: 300;

    color: var(--trust-blue);

}



/* --- Carte Insight Belline (Le "Saviez-vous ?") --- */

.ux-belline-insight-card {

    display: flex;

    background: #ffffff;

    border-radius: 30px;

    overflow: hidden;

    box-shadow: 0 20px 40px rgba(0,0,0,0.06);

    border: 1px solid var(--border-color);

    position: relative;

}



.insight-accent {

    width: 10px;

    background: linear-gradient(to bottom, var(--trust-blue), var(--mystic-purple));

    flex-shrink: 0;

}



.insight-content {

    padding: 50px;

    text-align: left;

}



.insight-header {

    display: flex;

    justify-content: space-between;

    align-items: baseline;

    margin-bottom: 25px;

}



.insight-label {

    font-size: 0.75rem;

    font-weight: 800;

    text-transform: uppercase;

    color: var(--mystic-purple);

    letter-spacing: 1px;

}



.insight-content h3 { font-size: 1.6rem; font-weight: 900; }

.insight-content p { font-size: 1.1rem; line-height: 1.7; color: var(--text-muted); margin-bottom: 20px; }



.text-emphasis {

    color: var(--text-dark);

    font-weight: 600;

    background: #fdf4ff;

    padding: 20px;

    border-radius: 12px;

    border-left: 3px solid var(--mystic-purple);

}



.ux-link-belline {

    color: var(--trust-blue);

    font-weight: 700;

    text-decoration: none;

    font-size: 1rem;

    border-bottom: 2px solid transparent;

    transition: all 0.3s ease;

}



.ux-link-belline:hover {

    border-bottom-color: var(--trust-blue);

}



/* ==========================================

   RESPONSIVE

   ========================================== */

@media (max-width: 768px) {

    .ux-method-grid { flex-direction: column; }

    .ux-method-plus { transform: rotate(90deg); margin: -10px 0; }

    .insight-content { padding: 30px; }

    .insight-header { flex-direction: column; gap: 5px; }

}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-a775888 *//* ==========================================================================
   SECTION ENGAGEMENT (CONCLUSION MANIFESTE) - LIGHT BENTO 2026
   ========================================================================== */

:root {
    --wine: #9A2A5B;
    --amethyst: #8E44AD;
    --bg-main: #FBF8FF;           
    --text-dark: #2D1E40;         
    --text-muted: #564D65;        
}

.ux-commitment-section {
    position: relative;
    background-color: var(--bg-main);
    padding: 60px 20px 120px; 
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    overflow: hidden;
}

/* --- Halo d'ambiance central --- */
.commitment-glow-center {
    position: absolute;
    width: 800px; height: 800px;
    background: radial-gradient(circle, rgba(142, 68, 173, 0.08) 0%, rgba(154, 42, 91, 0.04) 50%, transparent 70%);
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
    mask-image: radial-gradient(circle, black 0%, transparent 70%);
    -webkit-mask-image: radial-gradient(circle, black 0%, transparent 70%);
}

.ux-commitment-container {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
}

/* --- La Grande Carte Premium --- */
.ux-commitment-glass-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(249, 245, 255, 0.8) 100%);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(142, 68, 173, 0.2);
    border-radius: 40px;
    padding: 60px 80px;
    box-shadow: 0 20px 40px rgba(45, 30, 64, 0.04), inset 0 1px 0 rgba(255, 255, 255, 1);
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.ux-commitment-glass-card:hover {
    transform: translateY(-5px);
    border-color: rgba(154, 42, 91, 0.3);
    box-shadow: 0 30px 60px rgba(154, 42, 91, 0.08), inset 0 1px 0 rgba(255, 255, 255, 1);
}

/* --- En-tête de la carte --- */
.commitment-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}

.card-icon-glass {
    width: 72px; height: 72px;
    border-radius: 24px; 
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 20px rgba(142, 68, 173, 0.05), inset 0 2px 0 rgba(255, 255, 255, 0.8);
}

.orb-amethyst {
    background: linear-gradient(135deg, rgba(142, 68, 173, 0.08) 0%, rgba(255, 255, 255, 0.5) 100%);
    color: var(--amethyst);
}

.ux-manifesto-subtitle {
    font-size: clamp(1.6rem, 4vw, 2rem);
    font-weight: 800;
    margin: 0;
    background: linear-gradient(135deg, var(--text-dark) 0%, var(--amethyst) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -1px;
}

/* --- Corps du texte --- */
.commitment-body {
    text-align: center;
    margin-bottom: 40px;
}

.ux-commitment-text {
    font-size: 1.2rem;
    color: var(--text-muted);
    line-height: 1.8;
    margin: 0;
    max-width: 850px;
    margin: 0 auto;
}

/* Touches de couleur pour faire ressortir les mots-clés */
.text-wine-accent {
    color: var(--wine);
    font-weight: 800;
}

.text-amethyst-accent {
    color: var(--amethyst);
    font-weight: 800;
}

/* --- Bloc d'Action Final (Sub-Bento) --- */
.ux-commitment-action-box {
    background: linear-gradient(135deg, rgba(243, 235, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 100%);
    border: 1px solid rgba(142, 68, 173, 0.15);
    border-radius: 24px;
    padding: 45px 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 1);
}

.action-text {
    font-size: 1.15rem;
    color: var(--text-muted);
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
    max-width: 700px;
}

/* Phrase d'accroche juste avant le bouton */
.action-text-strong {
    font-size: 1.25rem;
    color: var(--text-dark);
    font-weight: 800;
    line-height: 1.5;
    margin: 0;
    max-width: 700px;
    letter-spacing: -0.3px;
}

/* --- Le Bouton Radiant --- */
.ux-btn-wine-radiant {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, var(--wine) 0%, #B8336A 100%);
    color: #ffffff;
    padding: 20px 45px;
    border-radius: 100px;
    font-size: 1.15rem;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 35px rgba(154, 42, 91, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.2);
    margin-top: 10px; /* Donne un peu d'air par rapport au texte au-dessus */
}

.ux-btn-wine-radiant:hover {
    transform: translateY(-4px) scale(1.02);
    background: linear-gradient(135deg, #B8336A 0%, var(--wine) 100%);
    box-shadow: 0 20px 45px rgba(154, 42, 91, 0.4), inset 0 2px 0 rgba(255, 255, 255, 0.2);
}

.pulse-sparkle {
    font-size: 1.3rem;
    animation: sparkle-pulse 2s infinite ease-in-out;
}

@keyframes sparkle-pulse {
    0%, 100% { transform: scale(1) rotate(0deg); opacity: 0.9; }
    50% { transform: scale(1.15) rotate(15deg); opacity: 1; filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.6)); }
}

/* ==========================================================================
   RESPONSIVE DESIGN
   ========================================================================== */
@media (max-width: 768px) {
    .ux-commitment-section { padding: 60px 15px 80px; }
    
    .ux-commitment-glass-card {
        padding: 40px 25px;
        border-radius: 32px;
    }
    
    .ux-manifesto-subtitle { font-size: 1.6rem; }
    .ux-commitment-text { font-size: 1.1rem; }
    
    .ux-commitment-action-box {
        padding: 30px 20px;
        border-radius: 24px;
        gap: 20px;
    }
    
    .action-text { font-size: 1.05rem; }
    .action-text-strong { font-size: 1.15rem; }
    
    .ux-btn-wine-radiant {
        width: 100%;
        justify-content: center;
        padding: 18px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-354dcdc *//* ==========================================================================
   SECTION FAQ ACCORDÉON
   ========================================================================== */

.ux-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 800px;
    margin: 0 auto;
}

.ux-faq-item {
    background: var(--bg-soft);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    transition: all 0.3s ease;
    overflow: hidden;
}

/* Style de la carte quand elle est ouverte */
.ux-faq-item[open] {
    background: #ffffff;
    border-color: var(--trust-blue);
    box-shadow: 0 10px 30px rgba(36, 123, 190, 0.08);
}

/* Le titre de la question */
.ux-faq-question {
    padding: 20px 25px;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-dark);
    cursor: pointer;
    position: relative;
    list-style: none; /* Masque la flèche native sur Firefox/Chrome */
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease;
}

/* Masque la flèche native sur Safari */
.ux-faq-question::-webkit-details-marker {
    display: none;
}

/* L'icône "+" ou "-" à droite */
.ux-faq-question::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--trust-blue);
    margin-left: 15px;
    transition: transform 0.3s ease;
}

/* Changement de l'icône quand ouvert */
.ux-faq-item[open] .ux-faq-question::after {
    content: '−'; /* Signe moins */
    transform: rotate(180deg);
    color: var(--mystic-purple);
}

.ux-faq-item:hover .ux-faq-question {
    color: var(--trust-blue);
}

/* Le texte de la réponse */
.ux-faq-answer {
    padding: 0 25px 25px 25px;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-muted);
}

.ux-faq-answer p {
    margin: 0;
}

/* Ligne de séparation interne à l'ouverture */
.ux-faq-item[open] .ux-faq-answer {
    border-top: 1px solid var(--border-color);
    padding-top: 20px;
    margin-top: -5px;
}/* End custom CSS */