.elementor-3963 .elementor-element.elementor-element-4a0bbc3b{--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-e1c0488 *//* ==========================================================================
   HERO INVESTIGATION - LIGHT MODE 2026
   ========================================================================== */

:root {
    --wine-red: #A9445B; /* On garde cette couleur, parfaite pour un dossier */
    --text-dark: #1e293b;
    --text-muted: #64748b;
    --bg-light: #ffffff;
    --bg-soft-gradient: #f8fafc;
}

.ux-investigation-hero {
    position: relative;
    /* Remplacement du fond sombre par un dégradé clair très subtil */
    background: linear-gradient(135deg, var(--bg-light) 0%, var(--bg-soft-gradient) 100%);
    padding: 120px 20px 80px;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    overflow: hidden;
    color: var(--text-dark);
}

/* --- Effet de lumière "Révélation" --- */
.hero-reveal-glow {
    position: absolute;
    width: 1000px; height: 1000px;
    /* Lueur très légère et pastel adaptée au fond blanc */
    background: radial-gradient(circle, rgba(169, 68, 91, 0.05) 0%, transparent 70%);
    top: -20%; left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    pointer-events: none;
}

.ux-hero-container {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}

/* --- Badge Live --- */
.ux-badge-wrap { margin-bottom: 30px; text-align: center; }

.ux-badge-investigation {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    /* Fond pastel clair et bordure subtile */
    background: rgba(169, 68, 91, 0.08);
    border: 1px solid rgba(169, 68, 91, 0.15);
    padding: 8px 20px;
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--wine-red);
}

.dot-live {
    width: 8px; height: 8px;
    background: var(--wine-red);
    border-radius: 50%;
    /* Ombre plus douce pour le mode clair */
    box-shadow: 0 0 8px rgba(169, 68, 91, 0.5);
    animation: blink 2s infinite;
}

@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }

/* --- Titre Principal --- */
.ux-main-title {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: -1.5px;
    color: var(--text-dark);
}

.title-accent {
    display: block;
    color: var(--text-muted); /* Gris doux au lieu de l'argenté */
    font-size: 0.6em; /* Plus petit pour créer une hiérarchie */
    margin-top: 15px;
    font-weight: 400;
}

/* --- Texte d'introduction --- */
.ux-hero-intro-grid {
    margin-bottom: 60px;
}

.lead-text {
    font-size: 1.4rem;
    line-height: 1.6;
    color: var(--text-dark); /* Texte principal foncé */
    margin-bottom: 25px;
    font-weight: 600;
}

.sub-text {
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--text-muted); /* Texte secondaire gris */
}

/* --- Note Déontologique (Boîte de confiance) --- */
.ux-practitioner-note {
    display: flex;
    gap: 25px;
    /* Fond rosé ultra-clair pour ressortir sur le blanc */
    background: #fdf2f5; 
    border: 1px solid rgba(169, 68, 91, 0.15);
    padding: 35px;
    border-radius: 24px;
}

.note-icon {
    font-size: 2rem;
    /* Ombre portée allégée (pas de néon sur fond blanc) */
    filter: drop-shadow(0 4px 6px rgba(169, 68, 91, 0.15));
}

.note-content p {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--text-muted);
}

.note-content strong {
    color: var(--text-dark);
    border-bottom: 2px solid var(--wine-red);
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 768px) {
    .ux-investigation-hero { padding: 80px 15px 40px; }
    .ux-main-title { font-size: 2rem; }
    .lead-text { font-size: 1.2rem; }
    .ux-practitioner-note { flex-direction: column; padding: 25px; gap: 15px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-6051dce *//* ==========================================================================
   SECTION ANALYSE - LIGHT MODE 2026
   ========================================================================== */

:root {
    --wine-red: #A9445B;
    --text-dark: #1e293b;
    --text-muted: #475569;
    --bg-white: #ffffff;
    --soft-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.ux-analysis-light-section {
    background-color: var(--bg-white);
    padding: 100px 20px;
    font-family: 'Inter', system-ui, sans-serif;
    color: var(--text-dark);
}

.ux-analysis-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* --- En-tête --- */
.ux-section-badge {
    display: inline-block;
    color: var(--wine-red);
    font-weight: 800;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.ux-analysis-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.ux-analysis-lead {
    font-size: 1.2rem;
    line-height: 1.6;
    color: var(--text-muted);
    max-width: 800px;
}

/* --- Grille des Piliers --- */
.ux-pillars-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 60px 0;
}

.ux-pillar-card {
    background: #f8fafc; /* Gris très léger pour détacher les cartes du fond blanc */
    padding: 40px;
    border-radius: 24px;
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
}

.ux-pillar-card:hover {
    transform: translateY(-5px);
    background: white;
    box-shadow: var(--soft-shadow);
    border-color: rgba(169, 68, 91, 0.2);
}

.pillar-icon-box {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.ux-pillar-card h3 {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 15px;
    color: var(--wine-red);
}

.ux-pillar-card p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--text-muted);
}

/* --- Encart Warning --- */
.ux-warning-light-box {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #fff1f2; /* Rose très pâle pour l'alerte */
    border-left: 5px solid var(--wine-red);
    padding: 30px;
    border-radius: 0 20px 20px 0;
}

.warning-icon {
    font-size: 1.8rem;
}

.warning-content p {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--text-dark);
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .ux-analysis-light-section { padding: 60px 15px; }
    .ux-pillars-grid { grid-template-columns: 1fr; }
    .ux-pillar-card { padding: 30px; }
    .ux-warning-light-box { flex-direction: column; text-align: center; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3cf42bb *//* ==========================================================================
   SECTION TECH - LIGHT MODE 2026
   ========================================================================== */

:root {
    --wine-red: #A9445B;
    --bg-light: #ffffff;
    --bg-soft: #f8fafc;
    --border-color: #e2e8f0;
    --text-dark: #1e293b;
    --text-muted: #64748b;
}

.ux-tech-light-section {
    position: relative;
    /* Dégradé très doux du gris clair vers le blanc */
    background: linear-gradient(180deg, var(--bg-soft) 0%, var(--bg-light) 100%);
    padding: 120px 20px;
    font-family: 'Inter', system-ui, sans-serif;
    color: var(--text-dark);
    overflow: hidden;
}

.ux-tech-container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* --- Lueur d'ambiance --- */
.tech-glow-top {
    position: absolute;
    width: 800px; height: 800px;
    /* Lueur pastel et discrète pour le mode clair */
    background: radial-gradient(circle, rgba(169, 68, 91, 0.04) 0%, transparent 70%);
    top: -10%; left: -10%;
    z-index: 1;
    pointer-events: none;
}

/* --- En-tête --- */
.ux-badge-tech {
    display: inline-block;
    color: var(--wine-red);
    background: rgba(169, 68, 91, 0.08); /* Fond rosé doux */
    border: 1px solid rgba(169, 68, 91, 0.15);
    padding: 6px 16px;
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.ux-tech-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 900;
    margin-bottom: 30px;
    letter-spacing: -1.5px;
    color: var(--text-dark);
}

.ux-tech-lead {
    font-size: 1.25rem;
    line-height: 1.7;
    color: var(--text-muted);
    max-width: 800px;
}

/* --- Cartes Mirage --- */
.ux-mirage-card {
    background: #ffffff;
    border: 1px solid var(--border-color);
    box-shadow: 0 15px 35px rgba(0,0,0,0.04); /* Ombre douce à la place du flou sombre */
    padding: 50px;
    border-radius: 32px;
    margin: 60px 0;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: center;
}

.mirage-content h3 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: var(--text-dark);
}

.mirage-stat-box {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fdf2f5;
    border: 1px solid rgba(169, 68, 91, 0.15);
    color: var(--wine-red);
    padding: 15px 25px;
    border-radius: 12px;
    margin-top: 30px;
    width: fit-content;
    font-weight: 600;
}

/* --- Business & Funnel --- */
.ux-data-business-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 60px;
}

.ux-funnel-visual {
    background: #ffffff;
    padding: 40px;
    border-radius: 24px;
    border: 1px solid var(--border-color);
    box-shadow: 0 15px 35px rgba(0,0,0,0.04);
}

.funnel-steps {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.funnel-step {
    background: var(--bg-soft);
    border: 1px solid var(--border-color);
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 0.95rem;
    color: var(--text-muted);
}

.funnel-step span { 
    color: var(--text-dark); 
    font-weight: 700; 
}

/* Étape d'alerte dans l'entonnoir */
.funnel-step.alert { 
    background: #fdf2f5;
    border: 1px solid rgba(169, 68, 91, 0.3); 
    color: var(--wine-red); 
}

.funnel-step.alert span {
    color: var(--wine-red);
}

/* --- Warning Footer --- */
.ux-tech-footer {
    border-top: 1px solid var(--border-color);
    padding-top: 40px;
    text-align: center;
}

.warning-text {
    font-size: 1.1rem;
    color: var(--wine-red);
    font-weight: 600;
    font-style: italic;
}

/* --- Responsive --- */
@media (max-width: 850px) {
    .ux-mirage-card, .ux-data-business-grid { grid-template-columns: 1fr; }
    .ux-mirage-card { padding: 30px; gap: 20px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-75debc7 *//* ==========================================================================
   SECTION COMPARATIF - LIGHT MODE 2026
   ========================================================================== */

:root {
    --wine-red: #A9445B;
    --industrial-grey: #64748b;
    --text-dark: #1e293b;
    --bg-white: #ffffff;
    --border-light: #e2e8f0;
}

.ux-comparison-light-section {
    background-color: var(--bg-white);
    padding: 100px 20px;
    font-family: 'Inter', system-ui, sans-serif;
    color: var(--text-dark);
}

.ux-comparison-container {
    max-width: 1000px;
    margin: 0 auto;
}

/* --- Header --- */
.text-center { text-align: center; }

.ux-badge-comparison {
    display: inline-block;
    background: #f1f5f9;
    color: var(--industrial-grey);
    padding: 6px 16px;
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.ux-comparison-title {
    font-size: clamp(2rem, 5vw, 2.8rem);
    font-weight: 900;
    margin-bottom: 20px;
}

.ux-comparison-lead {
    font-size: 1.15rem;
    color: var(--industrial-grey);
    margin-bottom: 60px;
}

/* --- Grille de Comparaison --- */
.ux-comparison-grid {
    display: grid;
    grid-template-columns: 1fr 80px 1fr; /* 3 colonnes avec le badge VS au centre */
    align-items: center;
    position: relative;
}

.ux-side {
    background: white;
    border: 1px solid var(--border-light);
    border-radius: 32px;
    padding: 50px 40px;
    transition: all 0.3s ease;
}

/* Style Côté Industriel */
.industrial-side {
    background-color: #f8fafc;
    border-color: #f1f5f9;
}
.industrial-side h3 { color: var(--industrial-grey); }

/* Style Côté Humain */
.human-side {
    border-color: rgba(169, 68, 91, 0.2);
    box-shadow: 0 20px 40px rgba(169, 68, 91, 0.05);
}
.human-side h3 { color: var(--wine-red); }

/* --- Éléments Internes --- */
.side-header {
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--border-light);
    padding-bottom: 30px;
}

.side-icon { font-size: 3rem; margin-bottom: 10px; display: block; }
.side-header h3 { font-size: 1.6rem; font-weight: 800; margin: 0; }
.side-header p { font-size: 0.9rem; font-weight: 600; text-transform: uppercase; opacity: 0.6; }

.comparison-item {
    margin-bottom: 25px;
}

.comparison-item label {
    display: block;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #94a3b8;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.comparison-item p {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}

/* --- Badge VS --- */
.ux-vs-badge {
    width: 60px;
    height: 60px;
    background: var(--text-dark);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 0.9rem;
    z-index: 2;
    margin: 0 auto;
    box-shadow: 0 0 0 10px white;
}

/* ==========================================
   RESPONSIVE DESIGN
   ========================================== */
@media (max-width: 850px) {
    .ux-comparison-grid {
        grid-template-columns: 1fr;
    }
    
    .ux-vs-badge {
        margin: -30px auto;
        transform: rotate(90deg);
    }
    
    .industrial-side { order: 2; }
    .human-side { order: 1; margin-bottom: 20px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-4deeaf3 *//* ==========================================================================
   SECTION DANGERS - LIGHT MODE 2026
   ========================================================================== */

:root {
    --wine-red: #A9445B;
    --danger-red: #ef4444; /* Rouge vif pour le danger */
    --bg-light: #ffffff;
    --bg-soft: #f8fafc;
    --border-color: #e2e8f0;
    --text-dark: #1e293b;
    --text-muted: #64748b;
}

.ux-danger-light-section {
    position: relative;
    background: linear-gradient(135deg, var(--bg-soft) 0%, var(--bg-light) 100%);
    padding: 120px 20px;
    font-family: 'Inter', system-ui, sans-serif;
    color: var(--text-dark);
    overflow: hidden;
}

.ux-danger-container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* --- Halo d'ambiance --- */
.danger-glow-top {
    position: absolute;
    width: 600px; height: 600px;
    /* Lueur d'alerte pastel très douce sur fond clair */
    background: radial-gradient(circle, rgba(239, 68, 68, 0.04) 0%, transparent 70%);
    top: -10%; right: -10%;
    z-index: 1;
    pointer-events: none;
}

/* --- En-tête --- */
.ux-badge-alert {
    display: inline-block;
    color: var(--danger-red);
    background: rgba(239, 68, 68, 0.08); /* Fond rouge très clair */
    border: 1px solid rgba(239, 68, 68, 0.2);
    padding: 6px 16px;
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.ux-danger-title {
    font-size: clamp(2rem, 5vw, 2.8rem);
    font-weight: 900;
    margin-bottom: 25px;
    letter-spacing: -1px;
    color: var(--text-dark);
}

.ux-danger-lead {
    font-size: 1.2rem;
    color: var(--text-muted);
    max-width: 800px;
    margin: 0 auto 60px;
}

/* --- Grille des Dangers --- */
.ux-danger-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 colonnes pour un aspect structuré */
    gap: 25px;
}

.ux-danger-card {
    position: relative;
    background: #ffffff;
    border: 1px solid var(--border-color);
    box-shadow: 0 10px 30px rgba(0,0,0,0.03); /* Ombre douce */
    padding: 40px;
    border-radius: 24px;
    display: flex;
    gap: 30px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.ux-danger-card:hover {
    background: #fef2f2; /* Fond très légèrement rouge au survol */
    border-color: rgba(239, 68, 68, 0.3);
    box-shadow: 0 15px 35px rgba(239, 68, 68, 0.06);
    transform: translateX(10px); /* Décalage latéral conservé */
}

/* Le Numéro comme repère visuel fort */
.danger-number {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--danger-red);
    opacity: 0.8; /* Opacité augmentée pour rester lisible sur fond blanc */
    font-family: 'Space Mono', monospace;
}

.ux-danger-card h3 {
    font-size: 1.3rem;
    font-weight: 800;
    margin: 0 0 15px 0;
    color: var(--text-dark);
}

.ux-danger-card p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0;
}

.ux-danger-card p strong { 
    color: var(--text-dark); 
}

/* La 5ème carte prend toute la largeur pour équilibrer la grille */
.card-5 {
    grid-column: span 2;
}

/* ==========================================
   RESPONSIVE
   ========================================== */
@media (max-width: 850px) {
    .ux-danger-grid { grid-template-columns: 1fr; }
    .card-5 { grid-column: span 1; }
    .ux-danger-card { padding: 30px; flex-direction: column; gap: 15px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-ea5a90e *//* ==========================================================================
   SECTION AUTHENTICITÉ - LIGHT MODE 2026
   ========================================================================== */

:root {
    --wine-red: #A9445B;
    --valid-green: #10b981; /* Vert émeraude pour la validation */
    --text-main: #1e293b;
    --text-muted: #475569;
    --bg-white: #ffffff;
    --bg-soft: #f8fafc;
    --border-color: #e2e8f0;
}

.ux-auth-light-section {
    background-color: var(--bg-white);
    padding: 100px 20px;
    font-family: 'Inter', system-ui, sans-serif;
    color: var(--text-main);
}

.ux-auth-container {
    max-width: 1000px;
    margin: 0 auto;
}

/* --- En-tête --- */
.text-center { text-align: center; }

.ux-badge-trust {
    display: inline-block;
    background-color: #ecfdf5; /* Fond vert très pâle */
    color: var(--valid-green);
    padding: 6px 18px;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.ux-auth-title {
    font-size: clamp(2rem, 5vw, 2.8rem);
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.ux-auth-lead {
    font-size: 1.2rem;
    color: var(--text-muted);
    max-width: 800px;
    margin: 0 auto 60px;
}

.text-wine { color: var(--wine-red); }

/* --- Grille Checklist --- */
.ux-check-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
}

.ux-check-card {
    display: flex;
    gap: 25px;
    padding: 35px;
    background: var(--bg-soft);
    border: 1px solid var(--border-color);
    border-radius: 24px;
    transition: all 0.3s ease;
}

.ux-check-card:hover {
    background: white;
    border-color: var(--valid-green);
    box-shadow: 0 15px 30px rgba(16, 185, 129, 0.08);
    transform: translateY(-5px);
}

/* --- Icônes Checklist --- */
.check-icon-wrapper {
    position: relative;
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.check-status {
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    background: var(--valid-green);
    color: white;
    border-radius: 50%;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border: 2px solid white;
}

/* --- Contenu des cartes --- */
.ux-check-card h3 {
    font-size: 1.25rem;
    font-weight: 800;
    margin: 0 0 12px 0;
    color: var(--text-main);
}

.ux-check-card p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0;
}

.ux-check-card p strong { color: var(--text-main); }

/* --- Footer --- */
.ux-auth-footer {
    margin-top: 60px;
    text-align: center;
    font-style: italic;
    color: var(--text-muted);
    font-size: 1.1rem;
}

/* ==========================================
   RESPONSIVE
   ========================================== */
@media (max-width: 850px) {
    .ux-check-grid { grid-template-columns: 1fr; }
    .ux-check-card { padding: 25px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-70f6587 *//* ==========================================================================
   SECTION MANIFESTO - LIGHT MODE 2026
   ========================================================================== */

:root {
    --wine-red: #A9445B;
    --bg-light: #ffffff;
    --bg-soft: #f8fafc;
    --border-color: #e2e8f0;
    --text-dark: #1e293b;
    --text-muted: #64748b;
}

.ux-manifesto-light-section {
    position: relative;
    /* Dégradé descendant doux pour clore la page */
    background: linear-gradient(180deg, var(--bg-soft) 0%, var(--bg-light) 100%);
    padding: 120px 20px 150px;
    font-family: 'Inter', system-ui, sans-serif;
    color: var(--text-dark);
    text-align: center;
    overflow: hidden;
}

/* --- Lueur d'ambiance finale --- */
.manifesto-glow-center {
    position: absolute;
    width: 800px; height: 800px;
    /* Halo pastel très léger pour ne pas griser le fond blanc */
    background: radial-gradient(circle, rgba(169, 68, 91, 0.05) 0%, transparent 70%);
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
}

.ux-manifesto-container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* --- Badge --- */
.ux-badge-signature {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(169, 68, 91, 0.08); /* Fond rosé pastel */
    border: 1px solid rgba(169, 68, 91, 0.15);
    padding: 8px 20px;
    border-radius: 100px;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--wine-red);
    margin-bottom: 30px;
}

.ux-manifesto-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 900;
    margin-bottom: 40px;
    letter-spacing: -2px;
    color: var(--text-dark);
}

/* --- Contenu --- */
.manifesto-lead {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 50px;
    color: var(--text-dark);
}

.text-wine-bright {
    color: var(--wine-red); /* Unifié avec le bordeaux principal pour un meilleur contraste */
}

/* --- Boîte du Manifeste --- */
.ux-manifesto-box {
    background: #ffffff; /* Fond blanc pur */
    border: 1px solid var(--border-color);
    padding: 60px;
    border-radius: 40px;
    text-align: left;
    margin-bottom: 60px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.05); /* Ombre douce et élégante */
}

.ux-manifesto-box p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: var(--text-muted);
    margin-bottom: 25px;
}

.ux-manifesto-divider {
    height: 1px;
    /* Le dégradé rouge ressort parfaitement sur fond blanc */
    background: linear-gradient(90deg, transparent, var(--wine-red), transparent);
    margin: 40px 0;
    opacity: 0.3; /* Légèrement adouci pour l'élégance */
}

.manifesto-final-word {
    font-size: 1.3rem !important;
    color: var(--text-dark) !important;
    font-weight: 600;
    font-style: italic;
}

/* --- Bouton CTA --- */
.ux-final-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.ux-btn-manifesto {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: var(--wine-red);
    color: #ffffff;
    padding: 22px 45px;
    border-radius: 100px;
    font-size: 1.2rem;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 30px rgba(169, 68, 91, 0.2); /* Ombre rouge subtile */
}

.ux-btn-manifesto:hover {
    transform: scale(1.05);
    background: #90384c; /* Légèrement plus sombre au survol */
    box-shadow: 0 20px 40px rgba(169, 68, 91, 0.3);
    color: #ffffff;
}

.btn-arrow {
    font-size: 1.4rem;
    transition: transform 0.3s ease;
}

.ux-btn-manifesto:hover .btn-arrow {
    transform: translateX(8px);
}

.ux-footer-discretion {
    font-size: 0.85rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ==========================================
   RESPONSIVE
   ========================================== */
@media (max-width: 768px) {
    .ux-manifesto-box { padding: 30px; border-radius: 24px; }
    .manifesto-lead { font-size: 1.2rem; }
    .ux-manifesto-box p { font-size: 1.1rem; }
    .ux-btn-manifesto { width: 100%; justify-content: center; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-381a30a *//* ==========================================================================
   SECTION CONCLUSION FINALE - LIGHT MODE 2026
   ========================================================================== */

:root {
    --wine-red: #A9445B;
    --gold-accent: #c5a059;
    --text-dark: #1e293b;
    --text-muted: #64748b;
    --bg-white: #ffffff;
}

.ux-final-light-section {
    background-color: var(--bg-white);
    padding: 120px 20px;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: var(--text-dark);
    text-align: center;
}

.ux-final-container {
    max-width: 750px; /* Largeur resserrée pour une lecture intime */
    margin: 0 auto;
}

/* --- L'Étincelle --- */
.ux-final-icon {
    font-size: 3rem;
    margin-bottom: 30px;
    filter: drop-shadow(0 0 15px rgba(197, 160, 89, 0.3));
    animation: pulse-glow 3s infinite ease-in-out;
}

@keyframes pulse-glow {
    0%, 100% { opacity: 0.8; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.1); }
}

/* --- Titre --- */
.ux-final-title {
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 40px;
    letter-spacing: -1.5px;
    color: var(--text-dark);
}

/* --- Texte --- */
.ux-final-lead {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 30px;
    color: var(--text-dark);
}

.ux-final-p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--text-muted);
    margin-bottom: 50px;
}

/* --- La Boîte de Souveraineté --- */
.ux-sovereignty-box {
    background: #fdfbf7; /* Crème très pâle pour la douceur */
    border: 1px solid #f1e6d2;
    padding: 50px 40px;
    border-radius: 40px;
    margin-bottom: 60px;
    position: relative;
}

.ux-sovereignty-box p {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

.ux-sovereignty-box p:last-child { margin-bottom: 0; }

.text-highlight {
    font-size: 1.5rem !important;
    font-weight: 800;
    color: var(--wine-red);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* --- Signature --- */
.ux-final-signature {
    margin-top: 40px;
}

.signature-line {
    width: 60px;
    height: 3px;
    background: var(--gold-accent);
    margin: 0 auto 20px;
    border-radius: 2px;
}

.ux-final-signature p {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--gold-accent);
}

/* ==========================================
   RESPONSIVE
   ========================================== */
@media (max-width: 768px) {
    .ux-final-light-section { padding: 80px 15px; }
    .ux-final-title { font-size: 2rem; }
    .ux-sovereignty-box { padding: 30px 20px; border-radius: 24px; }
    .text-highlight { font-size: 1.2rem !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-ca8558b *//* --- FAQ PRESTIGE : CLEMY MASTER SYSTEM --- */
#clemy-faq-prestige {
    --purple: #6e1b89;
    --dark: #1e1036;
    --wine: #641235;
    --white: #ffffff;
    --lavender: #f3e5f5;
    --border: rgba(110, 27, 137, 0.1);
    
    padding: clamp(60px, 12vw, 120px) 0;
    background: #fff;
    font-family: 'Inter', -apple-system, sans-serif;
}

#clemy-faq-prestige .faq-canvas {
    max-width: 900px; margin: 0 auto; padding: 0 25px;
}

/* --- HEADER --- */
#clemy-faq-prestige .faq-header { text-align: center; margin-bottom: 60px; }
#clemy-faq-prestige .kicker-wrap { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 25px; }
#clemy-faq-prestige .kicker { font-size: 0.75rem; font-weight: 900; text-transform: uppercase; letter-spacing: 4px; color: var(--purple); }
#clemy-faq-prestige .kicker-line { flex-grow: 1; height: 1px; max-width: 80px; background: linear-gradient(90deg, var(--purple), transparent); }

#clemy-faq-prestige .display-title {
    font-family: 'Playfair Display', serif; font-size: clamp(2.5rem, 6vw, 3.5rem);
    font-weight: 900; line-height: 1.1; margin-bottom: 20px; color: var(--dark);
}

#clemy-faq-prestige .text-gradient {
    background: linear-gradient(135deg, var(--purple), var(--wine));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

#clemy-faq-prestige .faq-intro { font-size: 1.1rem; color: #666; max-width: 600px; margin: 0 auto; }

/* --- ACCORDION ITEMS --- */
#clemy-faq-prestige .faq-grid { display: flex; flex-direction: column; gap: 15px; }

#clemy-faq-prestige .faq-item {
    background: #fff; border: 1px solid var(--border); border-radius: 24px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
}

#clemy-faq-prestige .faq-item:hover {
    border-color: var(--purple);
    box-shadow: 0 20px 40px rgba(110, 27, 137, 0.05);
}

#clemy-faq-prestige .faq-item[open] {
    border-color: var(--purple);
    box-shadow: 0 30px 60px rgba(30, 16, 54, 0.08);
}

/* SUMMARY STYLING */
#clemy-faq-prestige summary {
    padding: 30px; cursor: pointer; list-style: none;
    display: flex; align-items: center; gap: 20px;
    position: relative;
}

#clemy-faq-prestige summary::-webkit-details-marker { display: none; }

#clemy-faq-prestige .q-num {
    font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 900;
    color: var(--purple); opacity: 0.4; min-width: 30px;
}

#clemy-faq-prestige .q-text {
    font-size: 1.05rem; font-weight: 700; color: var(--dark);
    flex-grow: 1; padding-right: 30px; line-height: 1.4;
}

#clemy-faq-prestige .q-chevron {
    width: 24px; height: 24px; position: relative;
    transition: transform 0.4s;
}

#clemy-faq-prestige .q-chevron::before, 
#clemy-faq-prestige .q-chevron::after {
    content: ''; position: absolute; top: 50%; left: 50%;
    width: 12px; height: 2px; background: var(--purple);
    transition: transform 0.4s;
}

#clemy-faq-prestige .q-chevron::before { transform: translate(-50%, -50%) rotate(0deg); }
#clemy-faq-prestige .q-chevron::after { transform: translate(-50%, -50%) rotate(90deg); }

#clemy-faq-prestige .faq-item[open] .q-chevron { transform: rotate(45deg); }

/* CONTENT STYLING */
#clemy-faq-prestige .faq-content {
    padding: 0 30px 40px 80px; color: #555;
    line-height: 1.8; font-size: 1rem;
    animation: slideDown 0.5s ease-out;
}

@keyframes slideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

#clemy-faq-prestige .faq-content p { margin: 0; }
#clemy-faq-prestige .faq-content strong { color: var(--wine); }

/* --- RESPONSIVE ADAPTATION --- */
@media (max-width: 768px) {
    #clemy-faq-prestige .faq-content { padding: 0 25px 30px 25px; }
    #clemy-faq-prestige .q-num { display: none; }
    #clemy-faq-prestige summary { padding: 25px; }
    #clemy-faq-prestige .display-title { text-align: left; }
    #clemy-faq-prestige .kicker-wrap { justify-content: flex-start; }
    #clemy-faq-prestige .faq-intro { text-align: left; }
}/* End custom CSS */