.elementor-4469 .elementor-element.elementor-element-407c70a5{--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-4469 .elementor-element.elementor-element-be98322{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-5d86b95 */#ux-clarity-prism {
    --amethyst: #6D28D9;
    --bordeaux: #AD1457;
    --white: #ffffff;
    --bg-light: #fdfbff;
    --text-dark: #1a1a1a;
    --text-soft: #444444;
    --shadow-soft: 0 24px 70px rgba(109, 40, 217, 0.08);
    --shadow-visual: 0 30px 80px rgba(0, 0, 0, 0.10);
    --radius-xl: 40px;
    --radius-lg: 28px;
    --radius-md: 22px;

    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: var(--white);
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    padding: clamp(42px, 7vw, 120px) clamp(12px, 2.5vw, 24px);
}

/* Scope total */
#ux-clarity-prism,
#ux-clarity-prism *,
#ux-clarity-prism *::before,
#ux-clarity-prism *::after {
    box-sizing: border-box;
}

#ux-clarity-prism img {
    display: block;
    max-width: 100%;
    height: auto;
}

#ux-clarity-prism .prism-container {
    width: min(100%, 1300px);
    margin-inline: auto;
    position: relative;
    z-index: 2;
}

/* --- DÉCOR DE FOND --- */
#ux-clarity-prism .prism-bg-decor {
    position: absolute;
    top: -8%;
    right: -6%;
    width: min(42vw, 560px);
    height: min(42vw, 560px);
    background: radial-gradient(circle, rgba(109, 40, 217, 0.06) 0%, transparent 72%);
    pointer-events: none;
    z-index: 1;
}

/* --- HEADER --- */
#ux-clarity-prism .prism-header-main {
    width: min(100%, 1000px);
    margin-inline: auto;
    margin-bottom: clamp(28px, 5vw, 80px);
    text-align: center;
}

#ux-clarity-prism .h1-master-gradient {
    margin: 0;
    font-weight: 950;
    line-height: 1.08;
    font-size: clamp(1.45rem, 4.9vw, 4.5rem);
    letter-spacing: clamp(-0.8px, -0.16vw, -3px);
    text-wrap: balance;
    overflow-wrap: anywhere;
    word-break: break-word;
    background: linear-gradient(135deg, var(--amethyst) 0%, var(--bordeaux) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* --- LAYOUT --- */
#ux-clarity-prism .prism-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(22px, 4vw, 60px);
    align-items: center;
}

#ux-clarity-prism .prism-visual,
#ux-clarity-prism .prism-content {
    min-width: 0;
}

/* --- VISUAL SIDE --- */
#ux-clarity-prism .prism-visual {
    position: relative;
}

#ux-clarity-prism .image-sculpture {
    position: relative;
    width: 100%;
    aspect-ratio: 0.85 / 1;
    overflow: hidden;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    box-shadow: var(--shadow-visual);
    border-radius: 12px;
}

#ux-clarity-prism .image-sculpture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: contrast(1.08);
    transition: transform 0.6s ease;
}

#ux-clarity-prism .image-sculpture:hover img {
    transform: scale(1.05);
}

#ux-clarity-prism .image-frame-bordeaux {
    position: absolute;
    inset: -14px;
    border: 3px solid var(--bordeaux);
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    z-index: -1;
    opacity: 0.38;
    border-radius: 12px;
}

/* --- CONTENT SIDE --- */
#ux-clarity-prism .glass-intro-box {
    position: relative;
    width: 100%;
    padding: clamp(18px, 4vw, 60px);
    border-radius: clamp(16px, 3vw, 40px);
    border: 1px solid rgba(109, 40, 217, 0.10);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: var(--shadow-soft);
}

@supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
    #ux-clarity-prism .glass-intro-box {
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
    }
}

#ux-clarity-prism .p-highlight {
    margin: 0 0 clamp(14px, 2vw, 35px);
    font-size: clamp(0.98rem, 1.5vw, 1.5rem);
    font-weight: 700;
    line-height: 1.45;
    color: var(--text-dark);
    overflow-wrap: anywhere;
    text-wrap: pretty;
}

#ux-clarity-prism .p-sub-detail p {
    margin: 0 0 clamp(16px, 2.4vw, 40px);
    font-size: clamp(0.9rem, 1.08vw, 1.15rem);
    line-height: 1.78;
    color: var(--text-soft);
    overflow-wrap: anywhere;
    text-wrap: pretty;
}

#ux-clarity-prism .p-sub-detail p:last-child {
    margin-bottom: 0;
}

#ux-clarity-prism .prism-footer-hook {
    display: flex;
    align-items: center;
    gap: clamp(10px, 1.8vw, 20px);
    margin-top: clamp(18px, 2.5vw, 30px);
    flex-wrap: wrap;
}

#ux-clarity-prism .hook-line {
    flex: 0 0 auto;
    width: clamp(28px, 4vw, 60px);
    height: 4px;
    border-radius: 999px;
    background: var(--bordeaux);
}

#ux-clarity-prism .prism-footer-hook p {
    margin: 0;
    font-size: clamp(0.68rem, 0.8vw, 0.92rem);
    line-height: 1.5;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: clamp(0.8px, 0.15vw, 2px);
    color: var(--amethyst);
    overflow-wrap: anywhere;
}

/* --- GRANDES TABLETTES / PETITS LAPTOPS --- */
@media (max-width: 1024px) {
    #ux-clarity-prism .prism-layout {
        grid-template-columns: 1fr;
        align-items: start;
    }

    #ux-clarity-prism .prism-visual {
        order: -1;
        width: min(100%, 580px);
        margin-inline: auto;
    }

    #ux-clarity-prism .image-sculpture {
        aspect-ratio: 1 / 1.02;
    }

    #ux-clarity-prism .prism-header-main {
        width: min(100%, 860px);
    }
}

/* --- TABLETTE / GROS MOBILE --- */
@media (max-width: 768px) {
    #ux-clarity-prism {
        padding: clamp(40px, 8vw, 68px) 16px;
    }

    #ux-clarity-prism .prism-bg-decor {
        width: min(70vw, 380px);
        height: min(70vw, 380px);
        top: -4%;
        right: -18%;
    }

    #ux-clarity-prism .prism-header-main {
        text-align: left;
        width: 100%;
    }

    #ux-clarity-prism .image-sculpture,
    #ux-clarity-prism .image-frame-bordeaux {
        clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
    }

    #ux-clarity-prism .image-frame-bordeaux {
        inset: -8px;
        border-width: 2px;
    }

    #ux-clarity-prism .glass-intro-box {
        border-radius: 22px;
    }

    #ux-clarity-prism .prism-footer-hook {
        align-items: flex-start;
    }
}

/* --- MOBILE --- */
@media (max-width: 560px) {
    #ux-clarity-prism {
        padding: 56px 14px;
    }

    #ux-clarity-prism .prism-layout {
        gap: 20px;
    }

    #ux-clarity-prism .image-sculpture {
        aspect-ratio: 1 / 1.1;
        clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    }

    #ux-clarity-prism .image-frame-bordeaux {
        inset: -6px;
        clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
    }

    #ux-clarity-prism .glass-intro-box {
        padding: 20px 16px;
        border-radius: 18px;
    }

    #ux-clarity-prism .hook-line {
        height: 3px;
    }
}

/* --- PETITS MOBILES --- */
@media (max-width: 420px) {
    #ux-clarity-prism {
        padding: 48px 12px;
    }

    #ux-clarity-prism .prism-layout {
        gap: 18px;
    }

    #ux-clarity-prism .image-sculpture,
    #ux-clarity-prism .image-frame-bordeaux {
        clip-path: none;
        border-radius: 16px;
    }

    #ux-clarity-prism .image-sculpture {
        aspect-ratio: 1 / 1.12;
    }

    #ux-clarity-prism .image-frame-bordeaux {
        inset: -4px;
    }

    #ux-clarity-prism .glass-intro-box {
        padding: 18px 14px;
        border-radius: 16px;
    }
}

/* --- TRÈS PETITS ÉCRANS --- */
@media (max-width: 360px) {
    #ux-clarity-prism {
        padding: 42px 10px;
    }

    #ux-clarity-prism .glass-intro-box {
        padding: 16px 12px;
    }

    #ux-clarity-prism .prism-footer-hook {
        gap: 8px;
    }

    #ux-clarity-prism .hook-line {
        width: 24px;
    }
}

/* --- ACCESSIBILITÉ / PERFS --- */
@media (hover: none) {
    #ux-clarity-prism .image-sculpture:hover img {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    #ux-clarity-prism .image-sculpture img {
        transition: none;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-9c09dda */#ux-incertitude-shard {
    --amethyst: #6D28D9;
    --bordeaux: #AD1457;
    --white: #ffffff;
    --dark: #1a1a1a;
    --soft-text: #555555;
    --card-bg: #fdfbff;
    --shadow-main: 0 30px 80px rgba(0, 0, 0, 0.10);
    --shadow-soft: 0 18px 45px rgba(109, 40, 217, 0.06);

    position: relative;
    isolation: isolate;
    overflow: hidden;
    background-color: var(--white);
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    padding: clamp(42px, 8vw, 140px) clamp(12px, 2.5vw, 24px);
}

/* Scope global sécurisé */
#ux-incertitude-shard,
#ux-incertitude-shard *,
#ux-incertitude-shard *::before,
#ux-incertitude-shard *::after {
    box-sizing: border-box;
}

#ux-incertitude-shard img {
    display: block;
    max-width: 100%;
    height: auto;
}

#ux-incertitude-shard .shard-container {
    width: min(100%, 1400px);
    margin-inline: auto;
}

#ux-incertitude-shard .shard-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: clamp(24px, 6vw, 100px);
    align-items: center;
}

#ux-incertitude-shard .visual-shards,
#ux-incertitude-shard .text-shards {
    min-width: 0;
}

/* --- VISUAL SIDE --- */
#ux-incertitude-shard .visual-shards {
    position: relative;
}

#ux-incertitude-shard .shard-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 0.8 / 1;
    overflow: hidden;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    box-shadow: var(--shadow-main);
    border-radius: 14px;
}

#ux-incertitude-shard .shard-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

#ux-incertitude-shard .shard-wrapper:hover img {
    transform: scale(1.08);
}

#ux-incertitude-shard .amethyst-blob {
    position: absolute;
    left: clamp(-16px, -2vw, -30px);
    bottom: clamp(-16px, -2vw, -30px);
    width: clamp(72px, 12vw, 150px);
    height: clamp(72px, 12vw, 150px);
    background: var(--amethyst);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    opacity: 0.18;
    z-index: -1;
    pointer-events: none;
}

#ux-incertitude-shard .bordeaux-line {
    position: absolute;
    top: clamp(-8px, -1vw, -20px);
    right: clamp(-8px, -1vw, -20px);
    width: clamp(42px, 8vw, 100px);
    height: clamp(42px, 8vw, 100px);
    border-top: clamp(6px, 1vw, 15px) solid var(--bordeaux);
    border-right: clamp(6px, 1vw, 15px) solid var(--bordeaux);
    z-index: 1;
    pointer-events: none;
}

/* --- TEXT SIDE --- */
#ux-incertitude-shard .tag-bordeaux {
    display: inline-block;
    margin-bottom: clamp(10px, 2vw, 20px);
    color: var(--bordeaux);
    font-weight: 900;
    text-transform: uppercase;
    font-size: clamp(0.56rem, 0.8vw, 0.75rem);
    letter-spacing: clamp(1px, 0.35vw, 5px);
    line-height: 1.4;
    overflow-wrap: anywhere;
}

#ux-incertitude-shard .h2-gradient-shard {
    margin: 0 0 clamp(16px, 3vw, 40px);
    font-size: clamp(1.3rem, 4.4vw, 3.5rem);
    font-weight: 950;
    line-height: 1.1;
    letter-spacing: clamp(-0.6px, -0.15vw, -2px);
    text-wrap: balance;
    overflow-wrap: anywhere;
    word-break: break-word;
    background: linear-gradient(135deg, var(--amethyst) 0%, var(--bordeaux) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

#ux-incertitude-shard .p-main {
    margin: 0 0 clamp(18px, 3vw, 50px);
    font-size: clamp(0.9rem, 1.4vw, 1.3rem);
    line-height: 1.7;
    color: var(--dark);
    font-weight: 500;
    overflow-wrap: anywhere;
    text-wrap: pretty;
}

/* --- BENEFITS GRID --- */
#ux-incertitude-shard .benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(10px, 1.8vw, 20px);
    margin-bottom: clamp(20px, 4vw, 60px);
}

#ux-incertitude-shard .benefit-card {
    background: var(--card-bg);
    padding: clamp(12px, 2vw, 25px);
    border-radius: clamp(12px, 2vw, 20px);
    border: 1px solid rgba(109, 40, 217, 0.07);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    min-width: 0;
    box-shadow: 0 8px 24px rgba(109, 40, 217, 0.02);
}

#ux-incertitude-shard .benefit-card:hover {
    border-color: rgba(109, 40, 217, 0.35);
    transform: translateY(-4px);
    box-shadow: var(--shadow-soft);
}

#ux-incertitude-shard .benefit-num {
    display: block;
    margin-bottom: 8px;
    font-size: clamp(0.58rem, 0.8vw, 0.7rem);
    font-weight: 900;
    color: var(--amethyst);
    letter-spacing: 0.08em;
    line-height: 1.4;
}

#ux-incertitude-shard .benefit-card p {
    margin: 0;
    font-size: clamp(0.8rem, 1vw, 1rem);
    line-height: 1.55;
    color: var(--soft-text);
    font-weight: 600;
    overflow-wrap: anywhere;
    text-wrap: pretty;
}

/* --- FOOTER --- */
#ux-incertitude-shard .footer-shards {
    padding: clamp(14px, 2.4vw, 30px);
    background: var(--dark);
    border-radius: clamp(14px, 2.2vw, 24px);
    border-left: clamp(4px, 0.8vw, 8px) solid var(--bordeaux);
    overflow: hidden;
}

#ux-incertitude-shard .footer-shards p {
    margin: 0;
    color: var(--white);
    font-size: clamp(0.8rem, 1.1vw, 1.1rem);
    line-height: 1.7;
    font-weight: 400;
    overflow-wrap: anywhere;
    text-wrap: pretty;
}

/* --- TABLETTE / PETIT LAPTOP --- */
@media (max-width: 1024px) {
    #ux-incertitude-shard .shard-grid {
        grid-template-columns: 1fr;
        align-items: start;
    }

    #ux-incertitude-shard .visual-shards {
        order: -1;
        width: min(100%, 560px);
        margin-inline: auto;
    }

    #ux-incertitude-shard .shard-wrapper {
        aspect-ratio: 0.92 / 1;
    }
}

/* --- TABLETTE PORTRAIT / GROS MOBILE --- */
@media (max-width: 768px) {
    #ux-incertitude-shard {
        padding: clamp(40px, 8vw, 68px) 16px;
    }

    #ux-incertitude-shard .shard-grid {
        gap: 30px;
    }

    #ux-incertitude-shard .visual-shards {
        width: 100%;
        max-width: 100%;
    }

    #ux-incertitude-shard .shard-wrapper {
        aspect-ratio: 1 / 1.05;
        clip-path: polygon(18% 0%, 100% 0%, 82% 100%, 0% 100%);
        box-shadow: 0 22px 48px rgba(0, 0, 0, 0.08);
    }

    #ux-incertitude-shard .benefits-grid {
        grid-template-columns: 1fr;
    }
}

/* --- MOBILE --- */
@media (max-width: 560px) {
    #ux-incertitude-shard {
        padding: 56px 14px;
    }

    #ux-incertitude-shard .shard-grid {
        gap: 24px;
    }

    #ux-incertitude-shard .shard-wrapper {
        aspect-ratio: 1 / 1.12;
        clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
    }

    #ux-incertitude-shard .benefit-card:hover {
        transform: none;
    }
}

/* --- PETITS MOBILES --- */
@media (max-width: 420px) {
    #ux-incertitude-shard {
        padding: 48px 12px;
    }

    #ux-incertitude-shard .shard-wrapper {
        aspect-ratio: 1 / 1.16;
        clip-path: none;
        border-radius: 16px;
    }

    #ux-incertitude-shard .amethyst-blob {
        width: 58px;
        height: 58px;
        opacity: 0.14;
    }

    #ux-incertitude-shard .bordeaux-line {
        width: 32px;
        height: 32px;
        border-top-width: 5px;
        border-right-width: 5px;
    }
}

/* --- TRÈS PETITS ÉCRANS --- */
@media (max-width: 360px) {
    #ux-incertitude-shard {
        padding: 42px 10px;
    }

    #ux-incertitude-shard .amethyst-blob,
    #ux-incertitude-shard .bordeaux-line {
        display: none;
    }

    #ux-incertitude-shard .footer-shards {
        border-left-width: 3px;
    }
}

/* --- TACTILE / MOTION --- */
@media (hover: none) {
    #ux-incertitude-shard .shard-wrapper:hover img {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    #ux-incertitude-shard .shard-wrapper img,
    #ux-incertitude-shard .benefit-card {
        transition: none;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-bc68329 */#ux-decision-path {
    --amethyst: #6D28D9;
    --bordeaux: #AD1457;
    --white: #ffffff;
    --text-dark: #121212;
    --soft-gray: #f8f9fa;
    
    padding: 120px 20px;
    background-color: var(--white);
    font-family: 'Inter', system-ui, sans-serif;
    overflow: hidden;
}

.path-container { max-width: 1400px; margin: 0 auto; }

/* --- HEADER --- */
.path-header { text-align: center; margin-bottom: 100px; }

.h2-gradient-path {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 950;
    line-height: 1.1;
    letter-spacing: -3px;
    margin-bottom: 30px;
    /* DÉGRADÉ STRICT AMÉTHYSTE > BORDEAUX */
    background: linear-gradient(135deg, var(--amethyst) 0%, var(--bordeaux) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.path-intro-text {
    font-size: 1.3rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* --- LAYOUT CENTRAL (L'INTERSECTION) --- */
.path-main-layout {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 100px;
}

/* Colonnes latérales */
.path-col { display: flex; flex-direction: column; }

.col-left { text-align: right; align-items: flex-end; }
.col-right { text-align: left; align-items: flex-start; }

/* Tags de choix (Bordeaux) */
.choice-tags { display: flex; flex-direction: column; gap: 15px; }

.tag-item {
    background: #fff;
    color: var(--bordeaux);
    border: 1px solid rgba(173, 20, 87, 0.2);
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.05rem;
    transition: all 0.3s ease;
}

.tag-item:hover {
    background: var(--bordeaux);
    color: #fff;
    transform: translateX(-10px);
}

/* --- PORTAIL CENTRAL (LE COEUR DU DESIGN) --- */
.path-visual-center {
    position: relative;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.portal-frame {
    width: 320px;
    height: 550px;
    border-radius: 200px; /* Forme de pilule verticale */
    overflow: hidden;
    position: relative;
    z-index: 2;
    box-shadow: 0 50px 100px rgba(0,0,0,0.1);
    border: 1px solid #eee;
}

.portal-frame img { width: 100%; height: 100%; object-fit: cover; transition: 1s ease; }
.portal-frame:hover img { transform: scale(1.1); }

.portal-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, var(--amethyst), transparent);
    mix-blend-mode: overlay; opacity: 0.4;
}

.central-line {
    position: absolute; top: -50px; bottom: -50px;
    width: 2px;
    background: linear-gradient(to bottom, transparent, var(--amethyst), var(--bordeaux), transparent);
    z-index: 1;
}

/* --- BOITE D'INSIGHT (AMÉTHYSTE) --- */
.insight-box {
    background: var(--soft-gray);
    padding: 50px;
    border-radius: 40px;
    border-left: 8px solid var(--amethyst);
    max-width: 450px;
}

.box-label {
    font-size: 0.75rem; font-weight: 900; text-transform: uppercase;
    color: var(--amethyst); letter-spacing: 3px; display: block; margin-bottom: 20px;
}

.p-distinction { font-size: 1.2rem; font-weight: 700; color: var(--text-dark); margin-bottom: 25px; }

.distinction-list { list-style: none; padding: 0; }
.distinction-list li {
    padding: 12px 0; border-bottom: 1px solid #ddd;
    color: #555; font-weight: 500; font-size: 1.1rem;
}
.distinction-list li::before { content: '✦ '; color: var(--amethyst); margin-right: 10px; }

/* --- FOOTER CONCLUSION --- */
.path-footer { display: flex; justify-content: center; margin-top: 60px; }

.footer-card {
    background: var(--text-dark); color: var(--white);
    padding: 50px; border-radius: 40px; text-align: center;
    max-width: 900px; position: relative;
}

.footer-card p { font-size: 1.25rem; line-height: 1.7; font-weight: 500; margin: 0; }
.footer-card::after {
    content: ''; position: absolute; top: -30px; left: 50%; transform: translateX(-50%);
    width: 60px; height: 60px; background: var(--bordeaux); border-radius: 50%;
    border: 10px solid var(--white);
}

/* --- RESPONSIVE --- */
/* =========================
   RESPONSIVE ULTRA CLEAN
   À COLLER EN BAS DU CSS
========================= */

/* --- GRAND LAPTOP / TABLETTE LARGE --- */
@media (max-width: 1280px) {
    #ux-decision-path {
        padding: 100px 24px;
    }

    #ux-decision-path .path-container {
        max-width: 1180px;
    }

    #ux-decision-path .path-header {
        margin-bottom: 72px;
    }

    #ux-decision-path .h2-gradient-path {
        font-size: clamp(2rem, 4.8vw, 3.2rem);
        letter-spacing: -2px;
        margin-bottom: 22px;
    }

    #ux-decision-path .path-intro-text {
        font-size: 1.1rem;
        line-height: 1.7;
        max-width: 760px;
    }

    #ux-decision-path .path-main-layout {
        gap: 28px;
        margin-bottom: 72px;
    }

    #ux-decision-path .tag-item {
        padding: 11px 20px;
        font-size: 0.98rem;
    }

    #ux-decision-path .path-visual-center {
        padding: 0 20px;
    }

    #ux-decision-path .portal-frame {
        width: 280px;
        height: 480px;
    }

    #ux-decision-path .insight-box {
        padding: 38px;
        border-radius: 30px;
        max-width: 400px;
    }

    #ux-decision-path .box-label {
        font-size: 0.7rem;
        letter-spacing: 2px;
        margin-bottom: 16px;
    }

    #ux-decision-path .p-distinction {
        font-size: 1.08rem;
        margin-bottom: 18px;
    }

    #ux-decision-path .distinction-list li {
        font-size: 1rem;
        padding: 10px 0;
    }

    #ux-decision-path .footer-card {
        padding: 38px 34px;
        border-radius: 30px;
        max-width: 820px;
    }

    #ux-decision-path .footer-card p {
        font-size: 1.08rem;
    }

    #ux-decision-path .footer-card::after {
        width: 52px;
        height: 52px;
        top: -24px;
        border-width: 8px;
    }
}

/* --- TABLETTE / PETIT LAPTOP --- */
@media (max-width: 1100px) {
    #ux-decision-path {
        padding: 82px 20px;
    }

    #ux-decision-path .path-header {
        margin-bottom: 54px;
    }

    #ux-decision-path .h2-gradient-path {
        font-size: clamp(1.8rem, 6vw, 2.7rem);
        line-height: 1.13;
        letter-spacing: -1.2px;
        margin-bottom: 18px;
    }

    #ux-decision-path .path-intro-text {
        font-size: 1rem;
        line-height: 1.72;
    }

    #ux-decision-path .path-main-layout {
        grid-template-columns: 1fr;
        gap: 42px;
        margin-bottom: 58px;
    }

    #ux-decision-path .path-visual-center {
        order: -1;
        padding: 0;
    }

    #ux-decision-path .col-left,
    #ux-decision-path .col-right {
        text-align: left;
        align-items: flex-start;
    }

    #ux-decision-path .choice-tags {
        width: 100%;
        gap: 12px;
    }

    #ux-decision-path .tag-item {
        width: 100%;
        font-size: 0.95rem;
    }

    #ux-decision-path .tag-item:hover {
        transform: translateY(-5px);
    }

    #ux-decision-path .portal-frame {
        width: 300px;
        height: 500px;
    }

    #ux-decision-path .central-line {
        display: none;
    }

    #ux-decision-path .insight-box {
        max-width: 100%;
        width: 100%;
        padding: 32px 24px;
        border-left-width: 6px;
        border-radius: 24px;
    }

    #ux-decision-path .p-distinction {
        font-size: 1rem;
        line-height: 1.55;
    }

    #ux-decision-path .distinction-list li {
        font-size: 0.95rem;
        line-height: 1.55;
    }

    #ux-decision-path .path-footer {
        margin-top: 44px;
    }

    #ux-decision-path .footer-card {
        padding: 32px 22px;
        border-radius: 24px;
    }

    #ux-decision-path .footer-card p {
        font-size: 0.98rem;
        line-height: 1.75;
    }

    #ux-decision-path .footer-card::after {
        width: 46px;
        height: 46px;
        top: -20px;
        border-width: 7px;
    }
}

/* --- TABLETTE PORTRAIT / GROS MOBILE --- */
@media (max-width: 768px) {
    #ux-decision-path {
        padding: 68px 16px;
    }

    #ux-decision-path .path-header {
        text-align: left;
        margin-bottom: 38px;
    }

    #ux-decision-path .h2-gradient-path {
        font-size: clamp(1.6rem, 8vw, 2.2rem);
        line-height: 1.15;
        letter-spacing: -0.8px;
        margin-bottom: 14px;
    }

    #ux-decision-path .path-intro-text {
        font-size: 0.94rem;
        line-height: 1.75;
        max-width: 100%;
        margin: 0;
    }

    #ux-decision-path .path-main-layout {
        gap: 30px;
        margin-bottom: 42px;
    }

    #ux-decision-path .portal-frame {
        width: min(100%, 280px);
        height: 430px;
        border-radius: 160px;
        box-shadow: 0 24px 55px rgba(0,0,0,0.08);
    }

    #ux-decision-path .choice-tags {
        gap: 10px;
    }

    #ux-decision-path .tag-item {
        padding: 12px 16px;
        border-radius: 16px;
        font-size: 0.9rem;
        line-height: 1.4;
    }

    #ux-decision-path .insight-box {
        padding: 24px 18px;
        border-left-width: 5px;
        border-radius: 18px;
    }

    #ux-decision-path .box-label {
        font-size: 0.64rem;
        letter-spacing: 1.5px;
        margin-bottom: 12px;
    }

    #ux-decision-path .p-distinction {
        font-size: 0.92rem;
        margin-bottom: 14px;
    }

    #ux-decision-path .distinction-list li {
        font-size: 0.88rem;
        padding: 9px 0;
    }

    #ux-decision-path .footer-card {
        padding: 26px 18px;
        border-radius: 18px;
    }

    #ux-decision-path .footer-card p {
        font-size: 0.9rem;
        line-height: 1.72;
    }

    #ux-decision-path .footer-card::after {
        width: 38px;
        height: 38px;
        top: -16px;
        border-width: 6px;
    }
}

/* --- MOBILE --- */
@media (max-width: 560px) {
    #ux-decision-path {
        padding: 56px 14px;
    }

    #ux-decision-path .path-header {
        margin-bottom: 30px;
    }

    #ux-decision-path .h2-gradient-path {
        font-size: 1.42rem;
        line-height: 1.17;
        letter-spacing: -0.5px;
        margin-bottom: 12px;
    }

    #ux-decision-path .path-intro-text {
        font-size: 0.88rem;
    }

    #ux-decision-path .path-main-layout {
        gap: 24px;
        margin-bottom: 34px;
    }

    #ux-decision-path .portal-frame {
        width: min(100%, 240px);
        height: 360px;
        border-radius: 130px;
    }

    #ux-decision-path .portal-overlay {
        opacity: 0.3;
    }

    #ux-decision-path .tag-item {
        padding: 11px 14px;
        border-radius: 14px;
        font-size: 0.84rem;
    }

    #ux-decision-path .insight-box {
        padding: 18px 14px;
        border-left-width: 4px;
        border-radius: 16px;
    }

    #ux-decision-path .box-label {
        font-size: 0.58rem;
        letter-spacing: 1.2px;
    }

    #ux-decision-path .p-distinction {
        font-size: 0.86rem;
        line-height: 1.55;
    }

    #ux-decision-path .distinction-list li {
        font-size: 0.82rem;
        line-height: 1.55;
    }

    #ux-decision-path .footer-card {
        padding: 22px 14px;
        border-radius: 16px;
    }

    #ux-decision-path .footer-card p {
        font-size: 0.82rem;
    }

    #ux-decision-path .footer-card::after {
        width: 32px;
        height: 32px;
        top: -14px;
        border-width: 5px;
    }
}

/* --- PETITS MOBILES --- */
@media (max-width: 420px) {
    #ux-decision-path {
        padding: 48px 12px;
    }

    #ux-decision-path .h2-gradient-path {
        font-size: 1.26rem;
    }

    #ux-decision-path .path-intro-text {
        font-size: 0.82rem;
    }

    #ux-decision-path .portal-frame {
        width: min(100%, 210px);
        height: 320px;
        border-radius: 110px;
    }

    #ux-decision-path .tag-item {
        font-size: 0.78rem;
        padding: 10px 12px;
    }

    #ux-decision-path .p-distinction {
        font-size: 0.8rem;
    }

    #ux-decision-path .distinction-list li {
        font-size: 0.76rem;
    }

    #ux-decision-path .footer-card p {
        font-size: 0.76rem;
        line-height: 1.68;
    }
}

/* --- TRÈS PETITS ÉCRANS --- */
@media (max-width: 360px) {
    #ux-decision-path {
        padding: 42px 10px;
    }

    #ux-decision-path .h2-gradient-path {
        font-size: 1.12rem;
        line-height: 1.18;
    }

    #ux-decision-path .path-intro-text,
    #ux-decision-path .p-distinction,
    #ux-decision-path .distinction-list li,
    #ux-decision-path .footer-card p {
        font-size: 0.72rem;
    }

    #ux-decision-path .portal-frame {
        width: min(100%, 185px);
        height: 280px;
    }

    #ux-decision-path .tag-item {
        font-size: 0.72rem;
        padding: 9px 10px;
    }

    #ux-decision-path .footer-card::after {
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-9ebb364 */.sentimental-section {
    --amethyst: #6D28D9;
    --bordeaux: #AD1457;
    --white: #ffffff;
    --bg-light: #fdfbff;
    
    padding: 100px 20px;
    background-color: var(--white);
    font-family: 'Inter', system-ui, sans-serif;
}

.sentimental-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* --- TITRE H2 DÉGRADÉ --- */
.sentimental-h2 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 60px;
    letter-spacing: -2px;
    /* Dégradé Améthyste vers Bordeaux */
    background: linear-gradient(135deg, var(--amethyst) 0%, var(--bordeaux) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* --- GRID LAYOUT --- */
.sentimental-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 80px;
    align-items: center;
}

.sentimental-lead {
    font-size: 1.35rem;
    line-height: 1.6;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 40px;
}

/* --- LISTE DE QUESTIONS --- */
.sentimental-questions {
    margin-bottom: 40px;
}

.questions-title {
    display: block;
    font-size: 0.85rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--bordeaux);
    margin-bottom: 25px;
}

.questions-list {
    list-style: none;
    padding: 0;
}

.questions-list li {
    font-size: 1.15rem;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    color: #444;
    display: flex;
    align-items: center;
}

.questions-list li::before {
    content: "✦";
    color: var(--amethyst);
    margin-right: 15px;
    font-size: 0.9rem;
}

/* --- BLOC HIGHLIGHT --- */
.sentimental-highlight {
    padding: 30px;
    background-color: var(--bg-light);
    border-left: 6px solid var(--amethyst);
    border-radius: 0 20px 20px 0;
}

.sentimental-highlight p {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--amethyst);
    margin: 0;
    line-height: 1.6;
}

/* --- VISUEL (L'IMAGE WAHOU) --- */
.sentimental-visual {
    position: relative;
}

.image-wrapper {
    position: relative;
    z-index: 2;
}

.image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
    box-shadow: 0 30px 60px rgba(0,0,0,0.1);
}

.decorative-frame {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    border: 3px solid var(--bordeaux);
    border-radius: 20px;
    z-index: -1;
}

/* --- FOOTER CONCLUSION --- */
.sentimental-footer {
    margin-top: 80px;
    padding: 50px;
    background-color: #1a1a1a;
    border-radius: 30px;
    text-align: center;
}

.sentimental-footer p {
    color: var(--white);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
}

/* =========================
   RESPONSIVE ULTRA CLEAN
   À COLLER EN BAS DU CSS
========================= */

/* --- GRAND LAPTOP / TABLETTE LARGE --- */
@media (max-width: 1280px) {
    .sentimental-section {
        padding: 88px 24px;
    }

    .sentimental-container {
        max-width: 1080px;
    }

    .sentimental-h2 {
        font-size: clamp(1.95rem, 4.8vw, 3rem);
        letter-spacing: -1.5px;
        margin-bottom: 44px;
    }

    .sentimental-grid {
        gap: 48px;
    }

    .sentimental-lead {
        font-size: 1.16rem;
        line-height: 1.68;
        margin-bottom: 28px;
    }

    .questions-title {
        font-size: 0.78rem;
        letter-spacing: 1.8px;
        margin-bottom: 18px;
    }

    .questions-list li {
        font-size: 1rem;
        padding: 12px 0;
    }

    .sentimental-highlight {
        padding: 24px;
        border-left-width: 5px;
        border-radius: 0 18px 18px 0;
    }

    .sentimental-highlight p {
        font-size: 1.05rem;
    }

    .sentimental-footer {
        margin-top: 60px;
        padding: 36px 30px;
        border-radius: 24px;
    }

    .sentimental-footer p {
        font-size: 1.08rem;
    }
}

/* --- TABLETTE / PETIT LAPTOP --- */
@media (max-width: 950px) {
    .sentimental-section {
        padding: 74px 20px;
    }

    .sentimental-h2 {
        font-size: clamp(1.75rem, 6vw, 2.5rem);
        line-height: 1.14;
        margin-bottom: 34px;
    }

    .sentimental-grid {
        grid-template-columns: 1fr;
        gap: 38px;
        align-items: start;
    }

    .sentimental-visual {
        order: -1;
        max-width: 520px;
        margin: 0 auto;
        width: 100%;
    }

    .sentimental-lead {
        font-size: 1.02rem;
        line-height: 1.72;
        margin-bottom: 22px;
    }

    .sentimental-questions {
        margin-bottom: 24px;
    }

    .questions-title {
        font-size: 0.72rem;
        letter-spacing: 1.6px;
        margin-bottom: 16px;
    }

    .questions-list li {
        font-size: 0.95rem;
        padding: 11px 0;
        line-height: 1.55;
    }

    .questions-list li::before {
        margin-right: 12px;
    }

    .sentimental-highlight {
        padding: 20px 18px;
        border-left-width: 4px;
        border-radius: 0 16px 16px 0;
    }

    .sentimental-highlight p {
        font-size: 0.96rem;
        line-height: 1.68;
    }

    .image-wrapper img,
    .decorative-frame {
        border-radius: 18px;
    }

    .decorative-frame {
        top: -14px;
        right: -14px;
        border-width: 2px;
    }

    .sentimental-footer {
        margin-top: 46px;
        padding: 28px 22px;
        border-radius: 20px;
    }

    .sentimental-footer p {
        font-size: 0.96rem;
        line-height: 1.72;
    }
}

/* --- TABLETTE PORTRAIT / GROS MOBILE --- */
@media (max-width: 768px) {
    .sentimental-section {
        padding: 62px 16px;
    }

    .sentimental-h2 {
        font-size: clamp(1.55rem, 8vw, 2.05rem);
        line-height: 1.15;
        letter-spacing: -1px;
        margin-bottom: 28px;
    }

    .sentimental-grid {
        gap: 28px;
    }

    .sentimental-visual {
        max-width: 100%;
    }

    .sentimental-lead {
        font-size: 0.94rem;
        line-height: 1.75;
        margin-bottom: 18px;
    }

    .questions-title {
        font-size: 0.66rem;
        letter-spacing: 1.3px;
        margin-bottom: 12px;
    }

    .questions-list li {
        font-size: 0.88rem;
        padding: 10px 0;
    }

    .questions-list li::before {
        font-size: 0.8rem;
        margin-right: 10px;
    }

    .sentimental-highlight {
        padding: 18px 16px;
        border-left-width: 4px;
        border-radius: 0 14px 14px 0;
    }

    .sentimental-highlight p {
        font-size: 0.88rem;
    }

    .image-wrapper img,
    .decorative-frame {
        border-radius: 16px;
    }

    .decorative-frame {
        top: -10px;
        right: -10px;
    }

    .sentimental-footer {
        margin-top: 38px;
        padding: 24px 18px;
        border-radius: 18px;
    }

    .sentimental-footer p {
        font-size: 0.88rem;
    }
}

/* --- MOBILE --- */
@media (max-width: 560px) {
    .sentimental-section {
        padding: 52px 14px;
    }

    .sentimental-h2 {
        font-size: 1.38rem;
        line-height: 1.17;
        letter-spacing: -0.5px;
        margin-bottom: 22px;
    }

    .sentimental-grid {
        gap: 22px;
    }

    .sentimental-lead {
        font-size: 0.88rem;
        margin-bottom: 16px;
    }

    .questions-list li {
        font-size: 0.82rem;
        padding: 9px 0;
    }

    .sentimental-highlight {
        padding: 16px 14px;
        border-left-width: 3px;
        border-radius: 0 12px 12px 0;
    }

    .sentimental-highlight p {
        font-size: 0.82rem;
        line-height: 1.65;
    }

    .image-wrapper img,
    .decorative-frame {
        border-radius: 14px;
    }

    .decorative-frame {
        top: -8px;
        right: -8px;
    }

    .sentimental-footer {
        margin-top: 30px;
        padding: 20px 14px;
        border-radius: 16px;
    }

    .sentimental-footer p {
        font-size: 0.82rem;
        line-height: 1.68;
    }
}

/* --- PETITS MOBILES --- */
@media (max-width: 420px) {
    .sentimental-section {
        padding: 46px 12px;
    }

    .sentimental-h2 {
        font-size: 1.24rem;
    }

    .sentimental-lead {
        font-size: 0.82rem;
    }

    .questions-list li {
        font-size: 0.78rem;
    }

    .sentimental-highlight p,
    .sentimental-footer p {
        font-size: 0.76rem;
    }

    .sentimental-footer {
        padding: 18px 12px;
    }
}

/* --- TRÈS PETITS ÉCRANS --- */
@media (max-width: 360px) {
    .sentimental-section {
        padding: 40px 10px;
    }

    .sentimental-h2 {
        font-size: 1.12rem;
        line-height: 1.18;
    }

    .sentimental-lead,
    .questions-list li,
    .sentimental-highlight p,
    .sentimental-footer p {
        font-size: 0.72rem;
    }

    .questions-title {
        font-size: 0.58rem;
        letter-spacing: 1px;
    }

    .decorative-frame {
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-1e2e5b8 */#ux-schema-loop {
    --amethyst: #6D28D9;
    --bordeaux: #AD1457;
    --white: #ffffff;
    --text-black: #121212;
    --light-gray: #f8f8f8;
    
    padding: 120px 20px;
    background-color: var(--white);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    overflow: hidden;
}

.loop-container { max-width: 1300px; margin: 0 auto; }

/* --- TITRE H2 DÉGRADÉ (L'IMPACT) --- */
.h2-gradient-loop {
    font-size: clamp(2.2rem, 5vw, 4rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -3px;
    margin-bottom: 80px;
    /* DÉGRADÉ STRICT AMÉTHYSTE > BORDEAUX */
    background: linear-gradient(135deg, var(--amethyst) 0%, var(--bordeaux) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* --- GRID LAYOUT --- */
.loop-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 100px;
    align-items: center;
}

/* --- VISUAL (ORBITAL PORTAL) --- */
.loop-visual { position: relative; }

.image-portal {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%; /* Cercle parfait pour la boucle */
    overflow: visible;
}

.image-portal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 40px 100px rgba(0,0,0,0.08);
}

.orbital-ring {
    position: absolute;
    inset: -20px;
    border: 2px dashed var(--amethyst);
    border-radius: 50%;
    opacity: 0.3;
    animation: rotate-ring 20s linear infinite;
}

@keyframes rotate-ring { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* --- TEXT CONTENT --- */
.p-intro-loop {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    color: var(--text-black);
    margin-bottom: 40px;
}

.patterns-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 50px;
}

.pattern-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.dot-bordeaux {
    width: 10px;
    height: 10px;
    background-color: var(--bordeaux);
    border-radius: 50%;
    flex-shrink: 0;
}

.pattern-item p {
    margin: 0;
    font-size: 1.1rem;
    color: #555;
    font-weight: 500;
}

/* BLOC LUCIDITÉ (AMÉTHYSTE) */
.insight-anchor {
    padding: 35px;
    background-color: var(--light-gray);
    border-left: 8px solid var(--amethyst);
    border-radius: 0 24px 24px 0;
}

.insight-anchor p {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--amethyst);
    line-height: 1.5;
}

/* --- FOOTER (LUXE) --- */
.loop-footer {
    margin-top: 100px;
    padding: 60px;
    background: linear-gradient(to right, #1a1a1a, #2a2a2a);
    border-radius: 40px;
    color: white;
}

.footer-inner p {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.7;
    text-align: center;
    font-weight: 300;
    opacity: 0.9;
}

/* --- RESPONSIVE --- */
/* =========================
   RESPONSIVE ULTRA CLEAN
   À COLLER EN BAS DU CSS
========================= */

/* --- GRAND LAPTOP / TABLETTE LARGE --- */
@media (max-width: 1280px) {
    #ux-schema-loop {
        padding: 100px 24px;
    }

    #ux-schema-loop .loop-container {
        max-width: 1120px;
    }

    #ux-schema-loop .h2-gradient-loop {
        font-size: clamp(2rem, 4.8vw, 3.2rem);
        letter-spacing: -2px;
        margin-bottom: 56px;
    }

    #ux-schema-loop .loop-grid {
        gap: 56px;
    }

    #ux-schema-loop .p-intro-loop {
        font-size: 1.15rem;
        line-height: 1.6;
        margin-bottom: 28px;
    }

    #ux-schema-loop .patterns-container {
        gap: 12px;
        margin-bottom: 34px;
    }

    #ux-schema-loop .pattern-item {
        gap: 16px;
        padding: 12px 0;
    }

    #ux-schema-loop .pattern-item p {
        font-size: 1rem;
        line-height: 1.55;
    }

    #ux-schema-loop .insight-anchor {
        padding: 26px;
        border-left-width: 6px;
        border-radius: 0 20px 20px 0;
    }

    #ux-schema-loop .insight-anchor p {
        font-size: 1.05rem;
        line-height: 1.55;
    }

    #ux-schema-loop .loop-footer {
        margin-top: 70px;
        padding: 40px 34px;
        border-radius: 30px;
    }

    #ux-schema-loop .footer-inner p {
        font-size: 1.02rem;
    }

    #ux-schema-loop .orbital-ring {
        inset: -14px;
    }
}

/* --- TABLETTE / PETIT LAPTOP --- */
@media (max-width: 1024px) {
    #ux-schema-loop {
        padding: 82px 20px;
    }

    #ux-schema-loop .h2-gradient-loop {
        font-size: clamp(1.8rem, 6vw, 2.7rem);
        line-height: 1.08;
        letter-spacing: -1.2px;
        margin-bottom: 42px;
    }

    #ux-schema-loop .loop-grid {
        grid-template-columns: 1fr;
        gap: 42px;
        align-items: start;
    }

    #ux-schema-loop .loop-visual {
        max-width: 430px;
        margin: 0 auto;
        order: -1;
    }

    #ux-schema-loop .image-portal {
        aspect-ratio: 1 / 1;
    }

    #ux-schema-loop .p-intro-loop {
        font-size: 1rem;
        line-height: 1.68;
        margin-bottom: 22px;
    }

    #ux-schema-loop .patterns-container {
        gap: 10px;
        margin-bottom: 28px;
    }

    #ux-schema-loop .pattern-item {
        gap: 14px;
        padding: 11px 0;
    }

    #ux-schema-loop .dot-bordeaux {
        width: 9px;
        height: 9px;
    }

    #ux-schema-loop .pattern-item p {
        font-size: 0.94rem;
    }

    #ux-schema-loop .insight-anchor {
        padding: 22px 20px;
        border-left-width: 5px;
        border-radius: 0 18px 18px 0;
    }

    #ux-schema-loop .insight-anchor p {
        font-size: 0.95rem;
        line-height: 1.65;
    }

    #ux-schema-loop .loop-footer {
        margin-top: 52px;
        padding: 32px 24px;
        border-radius: 24px;
    }

    #ux-schema-loop .footer-inner p {
        font-size: 0.94rem;
        line-height: 1.72;
    }

    #ux-schema-loop .orbital-ring {
        inset: -12px;
    }
}

/* --- TABLETTE PORTRAIT / GROS MOBILE --- */
@media (max-width: 768px) {
    #ux-schema-loop {
        padding: 66px 16px;
    }

    #ux-schema-loop .h2-gradient-loop {
        font-size: clamp(1.55rem, 8vw, 2.15rem);
        line-height: 1.12;
        letter-spacing: -0.8px;
        margin-bottom: 30px;
    }

    #ux-schema-loop .loop-grid {
        gap: 30px;
    }

    #ux-schema-loop .loop-visual {
        max-width: 340px;
    }

    #ux-schema-loop .image-portal img {
        box-shadow: 0 24px 55px rgba(0,0,0,0.08);
    }

    #ux-schema-loop .orbital-ring {
        inset: -10px;
        border-width: 2px;
    }

    #ux-schema-loop .p-intro-loop {
        font-size: 0.92rem;
        line-height: 1.72;
        margin-bottom: 18px;
    }

    #ux-schema-loop .patterns-container {
        gap: 8px;
        margin-bottom: 22px;
    }

    #ux-schema-loop .pattern-item {
        gap: 12px;
        padding: 10px 0;
    }

    #ux-schema-loop .dot-bordeaux {
        width: 8px;
        height: 8px;
    }

    #ux-schema-loop .pattern-item p {
        font-size: 0.86rem;
        line-height: 1.6;
    }

    #ux-schema-loop .insight-anchor {
        padding: 18px 16px;
        border-left-width: 4px;
        border-radius: 0 16px 16px 0;
    }

    #ux-schema-loop .insight-anchor p {
        font-size: 0.86rem;
        line-height: 1.68;
    }

    #ux-schema-loop .loop-footer {
        margin-top: 38px;
        padding: 24px 18px;
        border-radius: 18px;
    }

    #ux-schema-loop .footer-inner p {
        font-size: 0.86rem;
        line-height: 1.72;
    }
}

/* --- MOBILE --- */
@media (max-width: 560px) {
    #ux-schema-loop {
        padding: 54px 14px;
    }

    #ux-schema-loop .h2-gradient-loop {
        font-size: 1.38rem;
        line-height: 1.14;
        letter-spacing: -0.5px;
        margin-bottom: 24px;
    }

    #ux-schema-loop .loop-grid {
        gap: 24px;
    }

    #ux-schema-loop .loop-visual {
        max-width: 280px;
    }

    #ux-schema-loop .orbital-ring {
        inset: -8px;
        animation-duration: 26s;
    }

    #ux-schema-loop .p-intro-loop {
        font-size: 0.86rem;
        margin-bottom: 16px;
    }

    #ux-schema-loop .pattern-item {
        gap: 10px;
        padding: 9px 0;
    }

    #ux-schema-loop .pattern-item p {
        font-size: 0.8rem;
    }

    #ux-schema-loop .insight-anchor {
        padding: 16px 14px;
        border-left-width: 3px;
        border-radius: 0 14px 14px 0;
    }

    #ux-schema-loop .insight-anchor p {
        font-size: 0.8rem;
    }

    #ux-schema-loop .loop-footer {
        margin-top: 30px;
        padding: 20px 14px;
        border-radius: 16px;
    }

    #ux-schema-loop .footer-inner p {
        font-size: 0.8rem;
    }
}

/* --- PETITS MOBILES --- */
@media (max-width: 420px) {
    #ux-schema-loop {
        padding: 46px 12px;
    }

    #ux-schema-loop .h2-gradient-loop {
        font-size: 1.24rem;
        margin-bottom: 20px;
    }

    #ux-schema-loop .loop-visual {
        max-width: 240px;
    }

    #ux-schema-loop .p-intro-loop {
        font-size: 0.8rem;
    }

    #ux-schema-loop .pattern-item p,
    #ux-schema-loop .insight-anchor p,
    #ux-schema-loop .footer-inner p {
        font-size: 0.76rem;
    }

    #ux-schema-loop .loop-footer {
        padding: 18px 12px;
    }
}

/* --- TRÈS PETITS ÉCRANS --- */
@media (max-width: 360px) {
    #ux-schema-loop {
        padding: 40px 10px;
    }

    #ux-schema-loop .h2-gradient-loop {
        font-size: 1.12rem;
        line-height: 1.16;
    }

    #ux-schema-loop .loop-visual {
        max-width: 210px;
    }

    #ux-schema-loop .p-intro-loop,
    #ux-schema-loop .pattern-item p,
    #ux-schema-loop .insight-anchor p,
    #ux-schema-loop .footer-inner p {
        font-size: 0.7rem;
        line-height: 1.65;
    }

    #ux-schema-loop .orbital-ring {
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-15d1507 */#ux-reassurance-pillar {
    --amethyst: #6D28D9;
    --bordeaux: #AD1457;
    --white: #ffffff;
    --gray-light: #f4f4f9;
    --text-dark: #1a1a1a;
    
    padding: 120px 20px;
    background-color: var(--white);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    overflow: hidden;
}

.pillar-container { max-width: 1300px; margin: 0 auto; }

.pillar-layout {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 100px;
    align-items: center;
}

/* --- VISUAL SIDE (LE PILIER VISUEL) --- */
.pillar-visual { position: relative; }

.image-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 0.7; /* Format portrait élégant */
    border-radius: 100px 4px 100px 4px; /* Forme signature moderne */
    overflow: hidden;
    box-shadow: 0 40px 100px rgba(0,0,0,0.1);
}

.image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s ease;
}

.image-frame:hover img { transform: scale(1.08); }

.floating-badge {
    position: absolute;
    bottom: 40px;
    right: -20px;
    background: var(--bordeaux);
    color: var(--white);
    padding: 15px 35px;
    font-weight: 900;
    font-size: 0.8rem;
    letter-spacing: 4px;
    transform: rotate(-90deg); /* Verticalité */
    transform-origin: right bottom;
}

/* --- CONTENT SIDE --- */
.pillar-header { margin-bottom: 50px; }

/* H2 EN DÉGRADÉ STRICT CHARTE */
.h2-gradient-final {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 950;
    line-height: 1.1;
    letter-spacing: -3px;
    background: linear-gradient(135deg, var(--amethyst) 0%, var(--bordeaux) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.intro-block p {
    font-size: 1.35rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 60px;
}

/* --- LE CHEMIN D'ACTION (L'UX UNIQUE) --- */
.action-path {
    position: relative;
    padding-left: 60px;
    margin-bottom: 60px;
}

.vertical-line-gradient {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(to bottom, var(--amethyst), var(--bordeaux));
    border-radius: 10px;
}

.path-item { position: relative; }

.dot {
    position: absolute;
    left: -68px; /* Centré sur la ligne */
    top: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--white);
    border: 4px solid var(--bordeaux);
}

.path-item p {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.7;
    color: var(--text-dark);
}

/* CARTE FINALE (AMÉTHYSTE) */
.final-card {
    padding: 40px;
    background: var(--white);
    border: 1px solid rgba(109, 40, 217, 0.1);
    border-right: 10px solid var(--amethyst);
    box-shadow: 20px 20px 60px rgba(109, 40, 217, 0.05);
    border-radius: 20px;
}

.final-card p {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--amethyst);
    margin: 0;
    line-height: 1.6;
}

/* --- RESPONSIVE --- */
/* =========================
   RESPONSIVE ULTRA CLEAN
   À COLLER EN BAS DU CSS
========================= */

/* --- GRAND LAPTOP / TABLETTE LARGE --- */
@media (max-width: 1280px) {
    #ux-reassurance-pillar {
        padding: 100px 24px;
    }

    #ux-reassurance-pillar .pillar-container {
        max-width: 1120px;
    }

    #ux-reassurance-pillar .pillar-layout {
        gap: 56px;
    }

    #ux-reassurance-pillar .image-frame {
        border-radius: 72px 8px 72px 8px;
    }

    #ux-reassurance-pillar .floating-badge {
        font-size: 0.72rem;
        letter-spacing: 3px;
        padding: 12px 26px;
        bottom: 32px;
        right: -14px;
    }

    #ux-reassurance-pillar .pillar-header {
        margin-bottom: 34px;
    }

    #ux-reassurance-pillar .h2-gradient-final {
        font-size: clamp(2rem, 4.8vw, 3.1rem);
        letter-spacing: -2px;
    }

    #ux-reassurance-pillar .intro-block p {
        font-size: 1.12rem;
        line-height: 1.72;
        margin-bottom: 42px;
    }

    #ux-reassurance-pillar .action-path {
        padding-left: 46px;
        margin-bottom: 42px;
    }

    #ux-reassurance-pillar .vertical-line-gradient {
        width: 3px;
    }

    #ux-reassurance-pillar .dot {
        left: -54px;
        top: 10px;
        width: 18px;
        height: 18px;
        border-width: 3px;
    }

    #ux-reassurance-pillar .path-item p {
        font-size: 1.02rem;
        line-height: 1.72;
    }

    #ux-reassurance-pillar .final-card {
        padding: 30px;
        border-right-width: 8px;
        border-radius: 18px;
    }

    #ux-reassurance-pillar .final-card p {
        font-size: 1rem;
        line-height: 1.65;
    }
}

/* --- TABLETTE / PETIT LAPTOP --- */
@media (max-width: 1024px) {
    #ux-reassurance-pillar {
        padding: 82px 20px;
    }

    #ux-reassurance-pillar .pillar-layout {
        grid-template-columns: 1fr;
        gap: 42px;
        align-items: start;
    }

    #ux-reassurance-pillar .pillar-visual {
        max-width: 520px;
        margin: 0 auto;
        order: -1;
        width: 100%;
    }

    #ux-reassurance-pillar .image-frame {
        aspect-ratio: 0.82;
        border-radius: 36px;
        box-shadow: 0 24px 60px rgba(0,0,0,0.08);
    }

    #ux-reassurance-pillar .floating-badge {
        right: 18px;
        bottom: 18px;
        transform: none;
        transform-origin: center;
        font-size: 0.68rem;
        letter-spacing: 2px;
        padding: 10px 18px;
        border-radius: 12px;
    }

    #ux-reassurance-pillar .pillar-header {
        margin-bottom: 24px;
    }

    #ux-reassurance-pillar .h2-gradient-final {
        font-size: clamp(1.8rem, 6vw, 2.7rem);
        line-height: 1.12;
        letter-spacing: -1.2px;
    }

    #ux-reassurance-pillar .intro-block p {
        font-size: 1rem;
        line-height: 1.74;
        margin-bottom: 30px;
    }

    #ux-reassurance-pillar .action-path {
        padding-left: 38px;
        margin-bottom: 30px;
    }

    #ux-reassurance-pillar .dot {
        left: -44px;
        top: 8px;
        width: 16px;
        height: 16px;
        border-width: 3px;
    }

    #ux-reassurance-pillar .path-item p {
        font-size: 0.95rem;
        line-height: 1.72;
    }

    #ux-reassurance-pillar .final-card {
        padding: 24px 20px;
        border-right-width: 6px;
        border-radius: 16px;
        box-shadow: 14px 14px 36px rgba(109, 40, 217, 0.04);
    }

    #ux-reassurance-pillar .final-card p {
        font-size: 0.92rem;
    }
}

/* --- TABLETTE PORTRAIT / GROS MOBILE --- */
@media (max-width: 768px) {
    #ux-reassurance-pillar {
        padding: 66px 16px;
    }

    #ux-reassurance-pillar .pillar-layout {
        gap: 30px;
    }

    #ux-reassurance-pillar .pillar-visual {
        max-width: 100%;
    }

    #ux-reassurance-pillar .image-frame {
        aspect-ratio: 0.9;
        border-radius: 24px;
    }

    #ux-reassurance-pillar .floating-badge {
        right: 14px;
        bottom: 14px;
        font-size: 0.62rem;
        letter-spacing: 1.5px;
        padding: 9px 14px;
        border-radius: 10px;
    }

    #ux-reassurance-pillar .pillar-header {
        margin-bottom: 20px;
    }

    #ux-reassurance-pillar .h2-gradient-final {
        font-size: clamp(1.55rem, 8vw, 2.2rem);
        line-height: 1.14;
        letter-spacing: -0.8px;
    }

    #ux-reassurance-pillar .intro-block p {
        font-size: 0.92rem;
        line-height: 1.76;
        margin-bottom: 24px;
    }

    #ux-reassurance-pillar .action-path {
        padding-left: 28px;
        margin-bottom: 24px;
    }

    #ux-reassurance-pillar .vertical-line-gradient {
        width: 3px;
    }

    #ux-reassurance-pillar .dot {
        left: -34px;
        top: 7px;
        width: 14px;
        height: 14px;
        border-width: 2px;
    }

    #ux-reassurance-pillar .path-item p {
        font-size: 0.86rem;
        line-height: 1.74;
    }

    #ux-reassurance-pillar .final-card {
        padding: 20px 16px;
        border-right-width: 5px;
        border-radius: 14px;
    }

    #ux-reassurance-pillar .final-card p {
        font-size: 0.84rem;
        line-height: 1.68;
    }
}

/* --- MOBILE --- */
@media (max-width: 560px) {
    #ux-reassurance-pillar {
        padding: 54px 14px;
    }

    #ux-reassurance-pillar .pillar-layout {
        gap: 24px;
    }

    #ux-reassurance-pillar .image-frame {
        aspect-ratio: 0.95;
        border-radius: 18px;
    }

    #ux-reassurance-pillar .image-frame:hover img {
        transform: none;
    }

    #ux-reassurance-pillar .floating-badge {
        right: 12px;
        bottom: 12px;
        font-size: 0.56rem;
        letter-spacing: 1.2px;
        padding: 8px 12px;
    }

    #ux-reassurance-pillar .h2-gradient-final {
        font-size: 1.38rem;
        line-height: 1.16;
        letter-spacing: -0.5px;
    }

    #ux-reassurance-pillar .intro-block p {
        font-size: 0.86rem;
        margin-bottom: 20px;
    }

    #ux-reassurance-pillar .action-path {
        padding-left: 22px;
        margin-bottom: 20px;
    }

    #ux-reassurance-pillar .vertical-line-gradient {
        width: 2px;
    }

    #ux-reassurance-pillar .dot {
        left: -27px;
        top: 7px;
        width: 12px;
        height: 12px;
        border-width: 2px;
    }

    #ux-reassurance-pillar .path-item p {
        font-size: 0.8rem;
    }

    #ux-reassurance-pillar .final-card {
        padding: 16px 14px;
        border-right-width: 4px;
        border-radius: 12px;
    }

    #ux-reassurance-pillar .final-card p {
        font-size: 0.78rem;
    }
}

/* --- PETITS MOBILES --- */
@media (max-width: 420px) {
    #ux-reassurance-pillar {
        padding: 46px 12px;
    }

    #ux-reassurance-pillar .h2-gradient-final {
        font-size: 1.24rem;
    }

    #ux-reassurance-pillar .intro-block p {
        font-size: 0.8rem;
    }

    #ux-reassurance-pillar .action-path {
        padding-left: 18px;
    }

    #ux-reassurance-pillar .dot {
        left: -22px;
        width: 10px;
        height: 10px;
    }

    #ux-reassurance-pillar .path-item p,
    #ux-reassurance-pillar .final-card p {
        font-size: 0.74rem;
    }

    #ux-reassurance-pillar .floating-badge {
        font-size: 0.52rem;
        padding: 7px 10px;
    }
}

/* --- TRÈS PETITS ÉCRANS --- */
@media (max-width: 360px) {
    #ux-reassurance-pillar {
        padding: 40px 10px;
    }

    #ux-reassurance-pillar .h2-gradient-final {
        font-size: 1.12rem;
        line-height: 1.18;
    }

    #ux-reassurance-pillar .intro-block p,
    #ux-reassurance-pillar .path-item p,
    #ux-reassurance-pillar .final-card p {
        font-size: 0.7rem;
        line-height: 1.65;
    }

    #ux-reassurance-pillar .floating-badge {
        right: 10px;
        bottom: 10px;
        letter-spacing: 1px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-5dce9af */#ux-intuition-map {
    --amethyst: #6D28D9;
    --bordeaux: #AD1457;
    --white: #ffffff;
    
    padding: 140px 20px;
    background-color: #ffffff;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    position: relative;
    overflow: hidden;
}

.map-container { max-width: 1300px; margin: 0 auto; position: relative; z-index: 10; }

/* --- DÉCOR VAPOREUX --- */
.blur-blob {
    position: absolute; width: 600px; height: 600px; border-radius: 50%;
    filter: blur(120px); opacity: 0.1; pointer-events: none; z-index: 1;
}
.amethyst-glow { top: -100px; left: -100px; background: var(--amethyst); }
.bordeaux-glow { bottom: -100px; right: -100px; background: var(--bordeaux); }

/* --- TITRE H2 DÉGRADÉ --- */
.map-header { text-align: left; margin-bottom: 80px; }

.h2-gradient-intuition {
    font-size: clamp(2.2rem, 5vw, 4rem);
    font-weight: 950;
    line-height: 1;
    letter-spacing: -3px;
    /* DÉGRADÉ STRICT AMÉTHYSTE > BORDEAUX */
    background: linear-gradient(135deg, var(--amethyst) 0%, var(--bordeaux) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* --- WRAPPER ASYMÉTRIQUE --- */
.map-content-wrapper {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 80px;
    align-items: center;
}

/* --- VISUAL CRYSTAL FRAME --- */
.map-visual { position: relative; }

.crystal-frame {
    width: 100%;
    aspect-ratio: 0.85;
    /* Forme de cristal asymétrique */
    clip-path: polygon(15% 0%, 100% 10%, 85% 100%, 0% 90%);
    position: relative;
    box-shadow: 0 50px 100px rgba(109, 40, 217, 0.1);
}

.crystal-frame img { width: 100%; height: 100%; object-fit: cover; transition: 0.8s ease; }
.crystal-frame:hover img { transform: scale(1.1) rotate(2deg); }

.crystal-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, var(--amethyst), var(--bordeaux));
    mix-blend-mode: soft-light; opacity: 0.3;
}

/* --- GLASS CARDS (L'EFFET SUSPENDU) --- */
.map-text-side {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.glass-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(109, 40, 217, 0.1);
    padding: 40px;
    border-radius: 30px;
    transition: all 0.4s ease;
    box-shadow: 0 20px 50px rgba(0,0,0,0.02);
}

.glass-card p {
    font-size: 1.2rem; line-height: 1.7; color: #333; margin: 0;
}

.intro-card { border-left: 8px solid var(--bordeaux); transform: translateX(-40px); }
.detail-card { border-right: 8px solid var(--amethyst); z-index: 2; }

.glass-card:hover {
    transform: translate(0, -10px);
    background: #ffffff;
    box-shadow: 0 30px 60px rgba(109, 40, 217, 0.08);
}

/* --- FINAL TAG --- */
.final-insight-tag {
    margin-top: 40px; display: flex; align-items: center; gap: 20px;
}

.tag-line { height: 2px; width: 80px; background: var(--bordeaux); }

.final-insight-tag p {
    font-size: 1rem; font-weight: 900; text-transform: uppercase;
    letter-spacing: 2px; color: var(--amethyst); margin: 0;
}

/* --- RESPONSIVE --- */
/* =========================
   RESPONSIVE ULTRA CLEAN
   À COLLER EN BAS DU CSS
========================= */

/* --- GRAND LAPTOP / TABLETTE LARGE --- */
@media (max-width: 1280px) {
    #ux-intuition-map {
        padding: 110px 24px;
    }

    #ux-intuition-map .map-container {
        max-width: 1120px;
    }

    #ux-intuition-map .blur-blob {
        width: 460px;
        height: 460px;
        filter: blur(100px);
        opacity: 0.08;
    }

    #ux-intuition-map .map-header {
        margin-bottom: 56px;
    }

    #ux-intuition-map .h2-gradient-intuition {
        font-size: clamp(2rem, 4.8vw, 3.2rem);
        letter-spacing: -2px;
        line-height: 1.06;
    }

    #ux-intuition-map .map-content-wrapper {
        gap: 52px;
    }

    #ux-intuition-map .glass-card {
        padding: 30px;
        border-radius: 24px;
    }

    #ux-intuition-map .glass-card p {
        font-size: 1.02rem;
        line-height: 1.72;
    }

    #ux-intuition-map .intro-card {
        transform: translateX(-20px);
        border-left-width: 6px;
    }

    #ux-intuition-map .detail-card {
        border-right-width: 6px;
    }

    #ux-intuition-map .final-insight-tag {
        margin-top: 28px;
        gap: 16px;
    }

    #ux-intuition-map .tag-line {
        width: 64px;
    }

    #ux-intuition-map .final-insight-tag p {
        font-size: 0.9rem;
        letter-spacing: 1.6px;
    }
}

/* --- TABLETTE / PETIT LAPTOP --- */
@media (max-width: 1024px) {
    #ux-intuition-map {
        padding: 86px 20px;
    }

    #ux-intuition-map .blur-blob {
        width: 340px;
        height: 340px;
        filter: blur(85px);
        opacity: 0.07;
    }

    #ux-intuition-map .map-header {
        margin-bottom: 40px;
    }

    #ux-intuition-map .h2-gradient-intuition {
        font-size: clamp(1.8rem, 6vw, 2.7rem);
        letter-spacing: -1.2px;
        line-height: 1.1;
    }

    #ux-intuition-map .map-content-wrapper {
        grid-template-columns: 1fr;
        gap: 36px;
        align-items: start;
    }

    #ux-intuition-map .map-visual {
        max-width: 480px;
        margin: 0 auto;
        order: -1;
        width: 100%;
    }

    #ux-intuition-map .crystal-frame {
        aspect-ratio: 0.95;
        box-shadow: 0 28px 60px rgba(109, 40, 217, 0.08);
    }

    #ux-intuition-map .map-text-side {
        gap: 20px;
    }

    #ux-intuition-map .glass-card {
        padding: 24px 22px;
        border-radius: 20px;
        backdrop-filter: blur(12px);
    }

    #ux-intuition-map .glass-card p {
        font-size: 0.95rem;
        line-height: 1.72;
    }

    #ux-intuition-map .intro-card {
        transform: none;
        border-left-width: 5px;
    }

    #ux-intuition-map .detail-card {
        border-right-width: 5px;
    }

    #ux-intuition-map .final-insight-tag {
        margin-top: 20px;
        gap: 14px;
    }

    #ux-intuition-map .tag-line {
        width: 52px;
    }

    #ux-intuition-map .final-insight-tag p {
        font-size: 0.84rem;
        letter-spacing: 1.4px;
    }
}

/* --- TABLETTE PORTRAIT / GROS MOBILE --- */
@media (max-width: 768px) {
    #ux-intuition-map {
        padding: 68px 16px;
    }

    #ux-intuition-map .blur-blob {
        width: 240px;
        height: 240px;
        filter: blur(70px);
        opacity: 0.06;
    }

    #ux-intuition-map .amethyst-glow {
        top: -40px;
        left: -60px;
    }

    #ux-intuition-map .bordeaux-glow {
        bottom: -40px;
        right: -60px;
    }

    #ux-intuition-map .map-header {
        margin-bottom: 30px;
    }

    #ux-intuition-map .h2-gradient-intuition {
        font-size: clamp(1.55rem, 8vw, 2.2rem);
        letter-spacing: -0.8px;
        line-height: 1.14;
    }

    #ux-intuition-map .map-content-wrapper {
        gap: 28px;
    }

    #ux-intuition-map .map-visual {
        max-width: 100%;
    }

    #ux-intuition-map .crystal-frame {
        aspect-ratio: 1 / 1.08;
        clip-path: polygon(12% 0%, 100% 8%, 88% 100%, 0% 92%);
    }

    #ux-intuition-map .crystal-frame img {
        display: block;
    }

    #ux-intuition-map .crystal-frame:hover img {
        transform: scale(1.05);
    }

    #ux-intuition-map .map-text-side {
        gap: 16px;
    }

    #ux-intuition-map .glass-card {
        padding: 20px 18px;
        border-radius: 16px;
        box-shadow: 0 16px 36px rgba(0,0,0,0.02);
    }

    #ux-intuition-map .glass-card p {
        font-size: 0.88rem;
        line-height: 1.74;
    }

    #ux-intuition-map .intro-card {
        border-left-width: 4px;
    }

    #ux-intuition-map .detail-card {
        border-right-width: 4px;
    }

    #ux-intuition-map .glass-card:hover {
        transform: translateY(-6px);
    }

    #ux-intuition-map .final-insight-tag {
        margin-top: 16px;
        gap: 12px;
        flex-wrap: wrap;
    }

    #ux-intuition-map .tag-line {
        width: 40px;
        height: 2px;
    }

    #ux-intuition-map .final-insight-tag p {
        font-size: 0.76rem;
        letter-spacing: 1.1px;
        line-height: 1.5;
    }
}

/* --- MOBILE --- */
@media (max-width: 560px) {
    #ux-intuition-map {
        padding: 56px 14px;
    }

    #ux-intuition-map .blur-blob {
        width: 180px;
        height: 180px;
        filter: blur(55px);
        opacity: 0.05;
    }

    #ux-intuition-map .map-header {
        margin-bottom: 24px;
    }

    #ux-intuition-map .h2-gradient-intuition {
        font-size: 1.38rem;
        line-height: 1.16;
        letter-spacing: -0.5px;
    }

    #ux-intuition-map .map-content-wrapper {
        gap: 22px;
    }

    #ux-intuition-map .map-visual {
        max-width: 320px;
    }

    #ux-intuition-map .crystal-frame {
        aspect-ratio: 1 / 1.12;
        box-shadow: 0 20px 42px rgba(109, 40, 217, 0.07);
    }

    #ux-intuition-map .crystal-frame:hover img {
        transform: none;
    }

    #ux-intuition-map .glass-card {
        padding: 16px 14px;
        border-radius: 14px;
        backdrop-filter: blur(8px);
    }

    #ux-intuition-map .glass-card p {
        font-size: 0.82rem;
        line-height: 1.7;
    }

    #ux-intuition-map .intro-card {
        border-left-width: 3px;
    }

    #ux-intuition-map .detail-card {
        border-right-width: 3px;
    }

    #ux-intuition-map .final-insight-tag {
        margin-top: 14px;
        gap: 10px;
    }

    #ux-intuition-map .tag-line {
        width: 30px;
    }

    #ux-intuition-map .final-insight-tag p {
        font-size: 0.7rem;
        letter-spacing: 0.9px;
    }
}

/* --- PETITS MOBILES --- */
@media (max-width: 420px) {
    #ux-intuition-map {
        padding: 48px 12px;
    }

    #ux-intuition-map .h2-gradient-intuition {
        font-size: 1.24rem;
    }

    #ux-intuition-map .map-visual {
        max-width: 260px;
    }

    #ux-intuition-map .glass-card p {
        font-size: 0.76rem;
    }

    #ux-intuition-map .final-insight-tag p {
        font-size: 0.64rem;
    }
}

/* --- TRÈS PETITS ÉCRANS --- */
@media (max-width: 360px) {
    #ux-intuition-map {
        padding: 42px 10px;
    }

    #ux-intuition-map .blur-blob {
        display: none;
    }

    #ux-intuition-map .h2-gradient-intuition {
        font-size: 1.12rem;
        line-height: 1.18;
    }

    #ux-intuition-map .map-visual {
        max-width: 220px;
    }

    #ux-intuition-map .glass-card {
        padding: 14px 12px;
    }

    #ux-intuition-map .glass-card p,
    #ux-intuition-map .final-insight-tag p {
        font-size: 0.7rem;
        line-height: 1.65;
    }

    #ux-intuition-map .tag-line {
        width: 24px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-c8df1a3 */#clemy-stability-v7 {
    --amethyst: #6D28D9;
    --bordeaux: #AD1457;
    --white: #ffffff;
    --text-dark: #1A1A1A;
    --gray-soft: #fcfaff;
    
    position: relative;
    padding: 0;
    background-color: var(--white);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    overflow: hidden;
}

.stability-container { max-width: 1400px; margin: 0 auto; position: relative; z-index: 10; }

/* --- VISUAL ANCHOR (L'IMAGE WOW) --- */
.stability-visual-anchor {
    position: absolute;
    inset: 0;
    width: 60%; /* Image prend 60% de la largeur */
    height: 100vh;
    overflow: hidden;
    z-index: 1;
}

.stability-visual-anchor img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8);
}

.visual-tint-bordeaux {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, var(--bordeaux), transparent);
    mix-blend-mode: multiply; opacity: 0.3;
}

/* --- LAYOUT STRUCTUREL (ASYMÉTRIQUE) --- */
.stability-layout {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr; /* Texte domine la largeur pour la lecture */
    gap: 0;
    min-height: 100vh;
    align-items: center;
}

/* --- CONTENT BOX (AMÉTHYSTE REVEAL) --- */
.stability-content-box {
    grid-column: 2; /* Texte à droite */
    background: var(--white);
    padding: 80px 60px;
    margin-left: -150px; /* L'effet de chevauchement moderne */
    border-radius: 40px;
    box-shadow: 20px 20px 100px rgba(0,0,0,0.1);
    border: 1px solid rgba(109, 40, 217, 0.1);
    position: relative;
    z-index: 10;
}

/* --- TYPOGRAPHIE --- */
.stability-header { margin-bottom: 50px; }

.step-label-final {
    font-size: 0.75rem; font-weight: 900; color: var(--bordeaux);
    text-transform: uppercase; letter-spacing: 5px; margin-bottom: 20px;
    display: block;
}

/* TITRE H2 DÉGRADÉ CHARTE DEMANDÉ */
.h2-gradient-final {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 950;
    line-height: 1;
    letter-spacing: -3px;
    margin-bottom: 30px;
    /* DÉGRADÉ AMÉTHYSTE > BORDEAUX */
    background: linear-gradient(135deg, var(--amethyst) 0%, var(--bordeaux) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.p-lead-intro { font-size: 1.4rem; font-weight: 700; color: var(--text-dark); margin-bottom: 40px; line-height: 1.5; }
.p-sub-detail { font-size: 1.15rem; color: #444; margin-bottom: 40px; line-height: 1.7; }

/* --- BENTO-GRID D'ACTION MINIMALISTE --- */
.action-stability-grid {
    display: flex; flex-direction: column; gap: 20px; margin-bottom: 60px;
}

.action-card {
    background: var(--gray-soft);
    padding: 25px 30px;
    border-radius: 20px;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--amethyst);
    border: 1px solid rgba(109, 40, 217, 0.1);
    transition: all 0.3s ease;
}

.action-card:hover { transform: translateX(15px); background: #ffffff; border-color: var(--amethyst); }

/* --- FOOTER FINAL CALLOUT (SOMBRE & IMPACTANT) --- */
.stability-callout-footer {
    padding: 30px 40px;
    background-color: var(--bordeaux); /* Bordeaux pour la force finale */
    color: var(--white);
    border-radius: 25px;
    text-align: center;
}

.stability-callout-footer p { font-size: 1.3rem; font-weight: 800; line-height: 1.5; margin: 0; }

/* --- RESPONSIVE --- */
/* =========================
   RESPONSIVE ULTRA CLEAN
   À COLLER EN BAS DU CSS
========================= */

/* --- GRAND LAPTOP / TABLETTE LARGE --- */
@media (max-width: 1280px) {
    #clemy-stability-v7 .stability-container {
        max-width: 1180px;
    }

    #clemy-stability-v7 .stability-visual-anchor {
        width: 56%;
    }

    #clemy-stability-v7 .stability-content-box {
        padding: 60px 42px;
        margin-left: -100px;
        border-radius: 30px;
        box-shadow: 18px 18px 70px rgba(0,0,0,0.08);
    }

    #clemy-stability-v7 .stability-header {
        margin-bottom: 34px;
    }

    #clemy-stability-v7 .step-label-final {
        font-size: 0.68rem;
        letter-spacing: 3px;
        margin-bottom: 14px;
    }

    #clemy-stability-v7 .h2-gradient-final {
        font-size: clamp(2rem, 4.8vw, 3.1rem);
        line-height: 1.05;
        letter-spacing: -2px;
        margin-bottom: 22px;
    }

    #clemy-stability-v7 .p-lead-intro {
        font-size: 1.12rem;
        line-height: 1.62;
        margin-bottom: 24px;
    }

    #clemy-stability-v7 .p-sub-detail {
        font-size: 1rem;
        line-height: 1.72;
        margin-bottom: 28px;
    }

    #clemy-stability-v7 .action-stability-grid {
        gap: 14px;
        margin-bottom: 36px;
    }

    #clemy-stability-v7 .action-card {
        padding: 20px 22px;
        border-radius: 16px;
        font-size: 1rem;
    }

    #clemy-stability-v7 .stability-callout-footer {
        padding: 24px 28px;
        border-radius: 20px;
    }

    #clemy-stability-v7 .stability-callout-footer p {
        font-size: 1.05rem;
        line-height: 1.6;
    }
}

/* --- TABLETTE / PETIT LAPTOP --- */
@media (max-width: 1024px) {
    #clemy-stability-v7 {
        padding: 0 20px 72px;
    }

    #clemy-stability-v7 .stability-layout {
        grid-template-columns: 1fr;
        gap: 0;
        min-height: auto;
    }

    #clemy-stability-v7 .stability-visual-anchor {
        position: relative;
        inset: auto;
        width: 100%;
        height: 420px;
        overflow: hidden;
    }

    #clemy-stability-v7 .stability-content-box {
        grid-column: 1;
        margin-left: 0;
        margin-top: -56px;
        padding: 38px 24px;
        border-radius: 24px;
        box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    }

    #clemy-stability-v7 .stability-header {
        margin-bottom: 24px;
    }

    #clemy-stability-v7 .step-label-final {
        font-size: 0.64rem;
        letter-spacing: 2px;
        margin-bottom: 12px;
    }

    #clemy-stability-v7 .h2-gradient-final {
        font-size: clamp(1.8rem, 6vw, 2.6rem);
        line-height: 1.1;
        letter-spacing: -1.2px;
        margin-bottom: 18px;
    }

    #clemy-stability-v7 .p-lead-intro {
        font-size: 1rem;
        line-height: 1.68;
        margin-bottom: 18px;
    }

    #clemy-stability-v7 .p-sub-detail {
        font-size: 0.95rem;
        line-height: 1.75;
        margin-bottom: 24px;
    }

    #clemy-stability-v7 .action-stability-grid {
        gap: 12px;
        margin-bottom: 28px;
    }

    #clemy-stability-v7 .action-card {
        padding: 18px 18px;
        border-radius: 14px;
        font-size: 0.94rem;
    }

    #clemy-stability-v7 .action-card:hover {
        transform: translateY(-4px);
    }

    #clemy-stability-v7 .stability-callout-footer {
        padding: 20px 18px;
        border-radius: 18px;
    }

    #clemy-stability-v7 .stability-callout-footer p {
        font-size: 0.94rem;
        line-height: 1.65;
    }
}

/* --- TABLETTE PORTRAIT / GROS MOBILE --- */
@media (max-width: 768px) {
    #clemy-stability-v7 {
        padding: 0 16px 60px;
    }

    #clemy-stability-v7 .stability-visual-anchor {
        height: 340px;
    }

    #clemy-stability-v7 .stability-visual-anchor img {
        filter: brightness(0.86);
    }

    #clemy-stability-v7 .stability-content-box {
        margin-top: -40px;
        padding: 28px 18px;
        border-radius: 18px;
    }

    #clemy-stability-v7 .step-label-final {
        font-size: 0.58rem;
        letter-spacing: 1.6px;
        margin-bottom: 10px;
    }

    #clemy-stability-v7 .h2-gradient-final {
        font-size: clamp(1.55rem, 8vw, 2.1rem);
        line-height: 1.13;
        letter-spacing: -0.8px;
        margin-bottom: 14px;
    }

    #clemy-stability-v7 .p-lead-intro {
        font-size: 0.9rem;
        line-height: 1.72;
        margin-bottom: 14px;
    }

    #clemy-stability-v7 .p-sub-detail {
        font-size: 0.86rem;
        line-height: 1.76;
        margin-bottom: 20px;
    }

    #clemy-stability-v7 .action-card {
        padding: 15px 14px;
        font-size: 0.84rem;
        border-radius: 12px;
    }

    #clemy-stability-v7 .stability-callout-footer {
        padding: 18px 14px;
        border-radius: 16px;
    }

    #clemy-stability-v7 .stability-callout-footer p {
        font-size: 0.84rem;
        line-height: 1.7;
    }
}

/* --- MOBILE --- */
@media (max-width: 560px) {
    #clemy-stability-v7 {
        padding: 0 14px 52px;
    }

    #clemy-stability-v7 .stability-visual-anchor {
        height: 280px;
    }

    #clemy-stability-v7 .visual-tint-bordeaux {
        opacity: 0.24;
    }

    #clemy-stability-v7 .stability-content-box {
        margin-top: -28px;
        padding: 22px 14px;
        border-radius: 14px;
    }

    #clemy-stability-v7 .h2-gradient-final {
        font-size: 1.34rem;
        line-height: 1.15;
        letter-spacing: -0.5px;
    }

    #clemy-stability-v7 .p-lead-intro {
        font-size: 0.84rem;
        margin-bottom: 12px;
    }

    #clemy-stability-v7 .p-sub-detail {
        font-size: 0.8rem;
        margin-bottom: 18px;
    }

    #clemy-stability-v7 .action-stability-grid {
        gap: 10px;
        margin-bottom: 22px;
    }

    #clemy-stability-v7 .action-card {
        padding: 14px 12px;
        font-size: 0.78rem;
        border-radius: 10px;
    }

    #clemy-stability-v7 .action-card:hover {
        transform: none;
    }

    #clemy-stability-v7 .stability-callout-footer {
        padding: 16px 12px;
        border-radius: 14px;
    }

    #clemy-stability-v7 .stability-callout-footer p {
        font-size: 0.78rem;
    }
}

/* --- PETITS MOBILES --- */
@media (max-width: 420px) {
    #clemy-stability-v7 {
        padding: 0 12px 46px;
    }

    #clemy-stability-v7 .stability-visual-anchor {
        height: 230px;
    }

    #clemy-stability-v7 .stability-content-box {
        margin-top: -20px;
        padding: 18px 12px;
        border-radius: 12px;
    }

    #clemy-stability-v7 .step-label-final {
        font-size: 0.54rem;
        letter-spacing: 1.2px;
    }

    #clemy-stability-v7 .h2-gradient-final {
        font-size: 1.2rem;
    }

    #clemy-stability-v7 .p-lead-intro,
    #clemy-stability-v7 .p-sub-detail,
    #clemy-stability-v7 .action-card,
    #clemy-stability-v7 .stability-callout-footer p {
        font-size: 0.74rem;
    }
}

/* --- TRÈS PETITS ÉCRANS --- */
@media (max-width: 360px) {
    #clemy-stability-v7 {
        padding: 0 10px 40px;
    }

    #clemy-stability-v7 .stability-visual-anchor {
        height: 200px;
    }

    #clemy-stability-v7 .h2-gradient-final {
        font-size: 1.08rem;
        line-height: 1.18;
    }

    #clemy-stability-v7 .p-lead-intro,
    #clemy-stability-v7 .p-sub-detail,
    #clemy-stability-v7 .action-card,
    #clemy-stability-v7 .stability-callout-footer p {
        font-size: 0.7rem;
        line-height: 1.65;
    }

    #clemy-stability-v7 .action-card {
        padding: 12px 10px;
    }
}

/* --- TACTILE / SANS HOVER --- */
@media (hover: none) {
    #clemy-stability-v7 .action-card:hover {
        transform: none;
        background: var(--gray-soft);
        border-color: rgba(109, 40, 217, 0.1);
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f08b614 */#ux-ethical-short {
    padding: 60px 20px;
    background: #ffffff;
    display: flex;
    justify-content: center;
}

.ethical-mini-container {
    max-width: 750px;
    width: 100%;
}

.ethical-glass-card {
    background: #fdfaff;
    border: 1px solid rgba(142, 68, 173, 0.1);
    border-radius: 30px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.02);
    position: relative;
    overflow: hidden;
}

/* Décor subtil en arrière-plan */
.ethical-glass-card::before {
    content: '';
    position: absolute;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    background: radial-gradient(circle, rgba(154, 42, 91, 0.03) 0%, transparent 70%);
    pointer-events: none;
}

.ethical-badge {
    display: inline-block;
    padding: 5px 15px;
    background: rgba(154, 42, 91, 0.05);
    color: #9A2A5B; /* --wine */
    border-radius: 100px;
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.ethical-title {
    font-size: 1.6rem;
    color: #1A0B2E; /* --text-dark */
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 30px;
}

.ethical-title strong {
    font-weight: 900;
    background: linear-gradient(135deg, #8E44AD, #9A2A5B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ethical-list-minimal {
    list-style: none;
    padding: 0;
    margin: 0 auto 30px;
    display: inline-block;
    text-align: left;
}

.ethical-list-minimal li {
    font-size: 1.05rem;
    color: #564D65; /* --text-muted */
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.list-icon {
    color: #9A2A5B;
    font-weight: 900;
    font-size: 0.9rem;
}

.ethical-footer-mini {
    font-size: 0.9rem;
    color: #564D65;
    border-top: 1px solid rgba(0,0,0,0.05);
    padding-top: 20px;
}

.ethical-footer-mini a {
    color: #8E44AD;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px solid rgba(142, 68, 173, 0.2);
    transition: 0.3s;
}

.ethical-footer-mini a:hover {
    color: #9A2A5B;
    border-bottom-color: #9A2A5B;
}

@media (max-width: 600px) {
    .ethical-glass-card { padding: 30px 20px; }
    .ethical-title { font-size: 1.3rem; }
    .ethical-list-minimal li { font-size: 0.95rem; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-6edcf67 */#ux-facet-faq {
    --amethyst: #6D28D9;
    --bordeaux: #AD1457;
    --white: #ffffff;
    --text-dark: #121212;
    
    padding: 120px 20px;
    background-color: var(--white);
    font-family: 'Inter', system-ui, sans-serif;
}

.faq-container { max-width: 1400px; margin: 0 auto; }

/* --- HEADER H2 DÉGRADÉ --- */
.faq-header { margin-bottom: 80px; text-align: left; }

.h2-gradient-facet {
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 950;
    line-height: 1;
    letter-spacing: -4px;
    background: linear-gradient(135deg, var(--amethyst) 0%, var(--bordeaux) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* --- LAYOUT --- */
.faq-main-layout {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    gap: 80px;
    align-items: start;
}

/* --- IMAGE WAHOU (DIAMOND CUT) --- */
.faq-visual-center { position: sticky; top: 100px; }

.image-diamond-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 0.8;
    /* Forme asymétrique rappelant une facette */
    clip-path: polygon(0% 15%, 85% 0%, 100% 85%, 15% 100%);
    background: var(--white);
}

.image-diamond-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: contrast(1.1);
}

.image-accent-border {
    position: absolute;
    inset: 0;
    border: 2px solid var(--amethyst);
    clip-path: polygon(0% 15%, 85% 0%, 100% 85%, 15% 100%);
    transform: scale(1.05);
    z-index: -1;
    opacity: 0.3;
}

/* --- FACET CARDS --- */
.faq-grid { display: grid; grid-template-columns: 1fr; gap: 30px; }

.facet-card {
    background: #fdfbff;
    padding: 50px;
    border-radius: 4px;
    border: 1px solid #eee;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
}

.facet-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 6px; height: 100%;
    transition: 0.3s;
}

.card-amethyst::before { background: var(--amethyst); }
.card-bordeaux::before { background: var(--bordeaux); }

.facet-q { display: flex; align-items: flex-start; gap: 20px; margin-bottom: 30px; }
.facet-q span { font-size: 0.8rem; font-weight: 950; opacity: 0.3; letter-spacing: 2px; }
.facet-q h3 { font-size: 1.4rem; font-weight: 850; line-height: 1.2; margin: 0; color: var(--text-dark); }

.facet-a p { font-size: 1.15rem; line-height: 1.7; color: #555; margin: 0; max-width: 800px; }

/* HOVER EFFECT */
.facet-card:hover {
    transform: translateX(20px);
    background: var(--white);
    box-shadow: 0 40px 80px rgba(0,0,0,0.05);
}

.card-amethyst:hover h3 { color: var(--amethyst); }
.card-bordeaux:hover h3 { color: var(--bordeaux); }

/* --- RESPONSIVE --- */
/* =========================================
   RESPONSIVE ULTRA PROPRE FAQ FACET
========================================= */

/* --- DESKTOP MOYEN / PETITS ÉCRANS LARGE --- */
@media (max-width: 1280px) {
    #ux-facet-faq {
        padding: 100px 24px;
    }

    .faq-main-layout {
        grid-template-columns: 0.8fr 1.2fr;
        gap: 55px;
    }

    .faq-header {
        margin-bottom: 60px;
    }

    .h2-gradient-facet {
        font-size: clamp(2.8rem, 7vw, 5rem);
        letter-spacing: -3px;
    }

    .facet-card {
        padding: 40px 36px;
    }

    .facet-q h3 {
        font-size: 1.25rem;
    }

    .facet-a p {
        font-size: 1.05rem;
        line-height: 1.65;
    }

    .faq-visual-center {
        top: 70px;
    }
}

/* --- TABLETTE PAYSAGE / PETIT LAPTOP --- */
@media (max-width: 1024px) {
    #ux-facet-faq {
        padding: 85px 22px;
    }

    .faq-header {
        margin-bottom: 45px;
    }

    .h2-gradient-facet {
        font-size: clamp(2.4rem, 8vw, 4rem);
        letter-spacing: -2px;
        line-height: 0.98;
    }

    .faq-main-layout {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .faq-visual-center {
        display: none;
    }

    .faq-grid {
        gap: 22px;
    }

    .facet-card {
        padding: 32px 28px;
    }

    .facet-q {
        gap: 16px;
        margin-bottom: 20px;
    }

    .facet-q h3 {
        font-size: 1.18rem;
    }

    .facet-a p {
        font-size: 1rem;
        line-height: 1.65;
    }

    .facet-card:hover {
        transform: none;
        box-shadow: 0 18px 35px rgba(0,0,0,0.04);
    }
}

/* --- TABLETTE / GROS MOBILE --- */
@media (max-width: 768px) {
    #ux-facet-faq {
        padding: 70px 18px;
    }

    .faq-container {
        max-width: 100%;
    }

    .faq-header {
        margin-bottom: 35px;
    }

    .h2-gradient-facet {
        font-size: clamp(2rem, 10vw, 3.2rem);
        letter-spacing: -1.5px;
        line-height: 1;
    }

    .faq-grid {
        gap: 18px;
    }

    .facet-card {
        padding: 24px 20px;
        border-radius: 2px;
    }

    .facet-card::before {
        width: 5px;
    }

    .facet-q {
        gap: 12px;
        margin-bottom: 16px;
        flex-direction: column;
    }

    .facet-q span {
        font-size: 0.68rem;
        letter-spacing: 1.5px;
        opacity: 0.45;
    }

    .facet-q h3 {
        font-size: 1.05rem;
        line-height: 1.3;
    }

    .facet-a p {
        font-size: 0.96rem;
        line-height: 1.7;
    }
}

/* --- MOBILE --- */
@media (max-width: 576px) {
    #ux-facet-faq {
        padding: 55px 14px;
    }

    .faq-header {
        margin-bottom: 28px;
    }

    .h2-gradient-facet {
        font-size: clamp(1.75rem, 11vw, 2.7rem);
        letter-spacing: -1px;
        line-height: 1.02;
    }

    .faq-grid {
        gap: 14px;
    }

    .facet-card {
        padding: 20px 16px;
    }

    .facet-q {
        margin-bottom: 14px;
    }

    .facet-q span {
        font-size: 0.65rem;
    }

    .facet-q h3 {
        font-size: 0.98rem;
    }

    .facet-a p {
        font-size: 0.92rem;
        line-height: 1.65;
    }
}

/* --- TRÈS PETITS ÉCRANS --- */
@media (max-width: 380px) {
    #ux-facet-faq {
        padding: 48px 12px;
    }

    .h2-gradient-facet {
        font-size: 1.6rem;
        letter-spacing: -0.8px;
    }

    .facet-card {
        padding: 18px 14px;
    }

    .facet-q h3 {
        font-size: 0.92rem;
    }

    .facet-a p {
        font-size: 0.88rem;
    }
}

/* --- TACTILE : PAS DE HOVER AGRESSIF --- */
@media (hover: none) and (pointer: coarse) {
    .facet-card:hover {
        transform: none;
        box-shadow: none;
        background: #fdfbff;
    }

    .card-amethyst:hover h3,
    .card-bordeaux:hover h3 {
        color: var(--text-dark);
    }
}/* End custom CSS */