.elementor-5344 .elementor-element.elementor-element-44a42bb5{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-8429f8b *//* --- ENCAPSULATION TOTALE --- */
#clemy-mastery-hub {
    --amethyste: #6e1b89;
    --wine: #641235;
    --deep-dark: #1e1036;
    --lavender-glow: rgba(110, 27, 137, 0.05);
    --glass-white: rgba(255, 255, 255, 0.85);
    --border-color: rgba(110, 27, 137, 0.12);
    
    background: #fcfaff;
    color: #333;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    line-height: 1.6;
    padding-bottom: 100px;
    overflow-x: hidden;
}

/* --- NAVIGATION GLASSMORPHISM --- */
#clemy-mastery-hub .mastery-nav {
    position: sticky;
    top: 20px;
    z-index: 1000;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

#clemy-mastery-hub .nav-content {
    background: var(--glass-white);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid var(--border-color);
    border-radius: 100px;
    padding: 12px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 10px 30px rgba(30, 16, 54, 0.05);
}

#clemy-mastery-hub .brand-signature {
    font-weight: 900;
    font-size: 0.9rem;
    letter-spacing: 2px;
    color: var(--deep-dark);
}

#clemy-mastery-hub .brand-signature .dot {
    color: var(--amethyste);
}

#clemy-mastery-hub .nav-links {
    display: flex;
    gap: 15px;
    align-items: center;
}

#clemy-mastery-hub .pill-link {
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 700;
    color: #666;
    padding: 8px 16px;
    transition: 0.3s;
}

#clemy-mastery-hub .pill-link:hover {
    color: var(--amethyste);
}

#clemy-mastery-hub .pill-link-cta {
    background: var(--amethyste);
    color: white;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 50px;
    transition: 0.3s;
    box-shadow: 0 4px 15px rgba(110, 27, 137, 0.2);
}

#clemy-mastery-hub .pill-link-cta:hover {
    background: var(--wine);
    transform: translateY(-2px);
}

/* --- HERO DESIGN --- */
#clemy-mastery-hub .mastery-hero {
    text-align: center;
    padding: clamp(60px, 10vw, 120px) 20px;
}

#clemy-mastery-hub .kicker {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 0.75rem;
    color: var(--amethyste);
    margin-bottom: 20px;
    opacity: 0.8;
}

#clemy-mastery-hub .display-main-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 7vw, 4.5rem);
    font-weight: 900;
    line-height: 1.1;
    color: var(--deep-dark);
    margin: 0 auto 30px;
    max-width: 900px;
}

#clemy-mastery-hub .gradient-text {
    background: linear-gradient(135deg, var(--wine) 0%, var(--amethyste) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#clemy-mastery-hub .hero-description {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

/* --- THE MASTER CARD --- */
#clemy-mastery-hub .mastery-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 25px;
}

#clemy-mastery-hub .glass-master-card {
    background: white;
    border-radius: 40px;
    border: 1px solid var(--border-color);
    box-shadow: 0 40px 100px rgba(30, 16, 54, 0.04);
    position: relative;
    overflow: hidden;
}

#clemy-mastery-hub .card-inner {
    padding: clamp(30px, 8vw, 70px);
    display: flex;
}

#clemy-mastery-hub .card-accent {
    position: absolute;
    top: 0; left: 0; bottom: 0;
    width: 8px;
    background: linear-gradient(to bottom, var(--wine), var(--amethyste));
}

#clemy-mastery-hub .text-block {
    font-size: 1.1rem;
    color: #444;
}

#clemy-mastery-hub .intro-p {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--deep-dark);
    margin-bottom: 30px;
}

#clemy-mastery-hub .wine-link {
    color: var(--wine);
    text-decoration: none;
    border-bottom: 2px solid rgba(100, 18, 53, 0.2);
    transition: 0.3s;
}

#clemy-mastery-hub .wine-link:hover {
    border-bottom-color: var(--wine);
}

#clemy-mastery-hub .highlight-p {
    background: var(--lavender-glow);
    padding: 25px;
    border-radius: 20px;
    margin-top: 40px;
    border: 1px dashed var(--amethyste);
}

#clemy-mastery-hub strong {
    color: var(--wine);
    font-weight: 800;
}

/* --- MOBILE OPTIMIZATION --- */
@media (max-width: 768px) {
    #clemy-mastery-hub .nav-links { display: none; } /* On cache pour un menu mobile propre */
    #clemy-mastery-hub .nav-content { justify-content: center; }
    #clemy-mastery-hub .card-inner { padding: 30px; }
}

/* --- OPTIMISATION RESPONSIVE : MASTERY HUB --- */

@media (max-width: 768px) {
    #clemy-mastery-hub {
        padding-bottom: 60px;
    }

    /* --- Navigation Mobile : Le Mode "Signature" --- */
    #clemy-mastery-hub .mastery-nav {
        top: 15px; /* On remonte un peu pour gagner du champ visuel */
        padding: 0 15px;
    }

    #clemy-mastery-hub .nav-content {
        padding: 8px 18px;
        justify-content: space-between; /* On garde la signature et un CTA */
        border-radius: 50px;
    }

    /* On cache les liens secondaires mais on garde le bouton d'action principal */
    #clemy-mastery-hub .nav-links .pill-link {
        display: none;
    }

    #clemy-mastery-hub .nav-links {
        gap: 0;
    }

    #clemy-mastery-hub .pill-link-cta {
        padding: 8px 16px;
        font-size: 0.75rem;
    }

    #clemy-mastery-hub .brand-signature {
        font-size: 0.8rem;
        letter-spacing: 1px;
    }

    /* --- Hero Section --- */
    #clemy-mastery-hub .mastery-hero {
        padding: 60px 20px 40px;
    }

    #clemy-mastery-hub .display-main-title {
        font-size: 2.2rem; /* Stabilisation du clamp */
        line-height: 1.15;
        margin-bottom: 20px;
    }

    #clemy-mastery-hub .kicker {
        font-size: 0.65rem;
        letter-spacing: 3px;
        margin-bottom: 15px;
    }

    #clemy-mastery-hub .hero-description {
        font-size: 1.05rem;
        line-height: 1.5;
    }

    /* --- The Master Card Mobile --- */
    #clemy-mastery-hub .mastery-container {
        padding: 0 15px;
    }

    #clemy-mastery-hub .glass-master-card {
        border-radius: 30px; /* On réduit l'arrondi pour le mobile */
    }

    #clemy-mastery-hub .card-inner {
        padding: 35px 20px;
        flex-direction: column;
    }

    /* L'accent passe en bordure haute pour un look "Ticket Premium" */
    #clemy-mastery-hub .card-accent {
        width: 100%;
        height: 6px;
        bottom: auto;
    }

    #clemy-mastery-hub .intro-p {
        font-size: 1.15rem;
        line-height: 1.4;
        margin-bottom: 25px;
    }

    #clemy-mastery-hub .text-block {
        font-size: 1rem;
        line-height: 1.7;
    }

    #clemy-mastery-hub .highlight-p {
        padding: 20px;
        margin-top: 30px;
        border-radius: 16px;
        font-size: 0.95rem;
    }
}

/* Optimisation pour les terminaux ultra-fins (iPhone SE / mini) */
@media (max-width: 380px) {
    #clemy-mastery-hub .display-main-title {
        font-size: 1.9rem;
    }

    #clemy-mastery-hub .brand-signature {
        font-size: 0.75rem;
    }

    #clemy-mastery-hub .pill-link-cta {
        padding: 6px 12px;
        font-size: 0.7rem;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-450273e *//* --- SECTION CALCUL : EXTENSION DU DESIGN MASTERY --- */

#clemy-mastery-hub .section-header {
    text-align: center;
    margin-bottom: 50px;
}

#clemy-mastery-hub .section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: var(--deep-dark);
    margin-bottom: 15px;
}

#clemy-mastery-hub .wine-text {
    color: var(--wine);
}

#clemy-mastery-hub .section-lead {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* --- CALCULATOR CARD DESIGN --- */
#clemy-mastery-hub .calculator-card {
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 32px;
    position: relative;
    padding: clamp(30px, 5vw, 60px);
    box-shadow: 0 30px 60px rgba(30, 16, 54, 0.03);
    overflow: hidden;
}

/* Effet de halo lavande en arrière-plan */
#clemy-mastery-hub .method-glow {
    position: absolute;
    top: -50px; right: -50px;
    width: 200px; height: 200px;
    background: radial-gradient(circle, rgba(110, 27, 137, 0.08) 0%, transparent 70%);
    z-index: 0;
}

#clemy-mastery-hub .method-body {
    position: relative;
    z-index: 1;
}

#clemy-mastery-hub .method-title {
    color: var(--amethyste);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
    font-weight: 800;
    margin-bottom: 15px;
}

/* --- EXAMPLE BOX (INNER CARD) --- */
#clemy-mastery-hub .example-box {
    margin-top: 40px;
    background: #fdfbff;
    border: 1px solid rgba(110, 27, 137, 0.1);
    border-radius: 20px;
    padding: 30px;
}

#clemy-mastery-hub .example-label {
    font-weight: 800;
    color: var(--wine);
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#clemy-mastery-hub .example-date {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 25px;
}

#clemy-mastery-hub .date-tag {
    color: var(--amethyste);
    font-size: 1rem;
}

/* --- MATH STEPS UI --- */
#clemy-mastery-hub .math-steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    font-family: 'Courier New', Courier, monospace; /* Côté précis/math */
}

#clemy-mastery-hub .step {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--deep-dark);
}

#clemy-mastery-hub .result-badge {
    color: var(--amethyste);
    border-bottom: 2px solid var(--amethyste);
}

#clemy-mastery-hub .step-connector {
    color: var(--amethyste);
    font-weight: 900;
    font-size: 1.5rem;
}

#clemy-mastery-hub .final-result {
    background: var(--wine);
    color: white;
    padding: 2px 12px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(100, 18, 53, 0.2);
}

#clemy-mastery-hub .final-statement {
    text-align: center;
    font-size: 1.3rem;
    border-top: 1px solid rgba(0,0,0,0.05);
    padding-top: 20px;
    color: var(--deep-dark);
}

#clemy-mastery-hub .final-statement strong {
    color: var(--wine);
    font-size: 1.6rem;
}/* --- OPTIMISATION RESPONSIVE : CALCULATOR MASTER --- */

@media (max-width: 768px) {
    /* Header : On resserre l'impact */
    #clemy-mastery-hub .section-header {
        margin-bottom: 35px;
        padding: 0 10px;
    }

    #clemy-mastery-hub .section-title {
        font-size: 1.7rem;
        line-height: 1.2;
    }

    #clemy-mastery-hub .section-lead {
        font-size: 1rem;
        line-height: 1.5;
    }

    /* --- Calculator Card : Le bloc central --- */
    #clemy-mastery-hub .calculator-card {
        padding: 35px 20px;
        border-radius: 24px;
        margin: 0 -5px; /* On gagne de l'espace sur les bords */
    }

    #clemy-mastery-hub .method-glow {
        width: 120px; /* On réduit la lueur pour ne pas "noyer" les chiffres */
        height: 120px;
        top: -30px;
        right: -30px;
    }

    /* --- Example Box : L'écrin du calcul --- */
    #clemy-mastery-hub .example-box {
        padding: 25px 15px;
        margin-top: 30px;
        border-radius: 16px;
    }

    #clemy-mastery-hub .example-date {
        font-size: 1.1rem;
        margin-bottom: 20px;
        text-align: center;
    }

    /* --- Math Steps : La cascade mathématique --- */
    #clemy-mastery-hub .math-steps {
        gap: 8px; /* On resserre pour éviter un scroll trop long */
    }

    #clemy-mastery-hub .step {
        font-size: 1.15rem; /* Réduction pour éviter les retours à la ligne */
        text-align: center;
        width: 100%;
        word-break: break-word;
    }

    #clemy-mastery-hub .step-connector {
        font-size: 1.2rem;
        margin: 5px 0;
    }

    /* --- Final Statement : La conclusion --- */
    #clemy-mastery-hub .final-statement {
        font-size: 1.1rem;
        padding-top: 25px;
        line-height: 1.4;
    }

    #clemy-mastery-hub .final-statement strong {
        font-size: 1.35rem; /* On évite le 1.6rem qui peut être trop massif */
        display: block; /* On force le résultat sur sa propre ligne pour l'impact */
        margin-top: 10px;
    }
}

/* Optimisation pour les écrans ultra-compacts (iPhone SE) */
@media (max-width: 380px) {
    #clemy-mastery-hub .step {
        font-size: 1rem;
    }
    
    #clemy-mastery-hub .final-result {
        padding: 2px 8px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b292aa3 *//* --- SECTION PROFILS : DESIGN ORACLE --- */

#clemy-mastery-hub .profiles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

#clemy-mastery-hub .profile-card {
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 24px;
    padding: 40px 30px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(30, 16, 54, 0.02);
}

/* UX Interaction: Soulèvement de la carte */
#clemy-mastery-hub .profile-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(110, 27, 137, 0.08);
    border-color: var(--amethyste);
}

/* Numéro en filigrane (UI Luxury) */
#clemy-mastery-hub .card-number {
    position: absolute;
    top: -10px;
    right: 10px;
    font-family: 'Playfair Display', serif;
    font-size: 8rem;
    font-weight: 900;
    color: var(--lavender-glow);
    line-height: 1;
    z-index: 0;
    pointer-events: none;
    transition: 0.4s;
}

#clemy-mastery-hub .profile-card:hover .card-number {
    color: rgba(110, 27, 137, 0.08);
    transform: scale(1.1);
}

#clemy-mastery-hub .profile-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    color: var(--wine);
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    font-weight: 800;
}

#clemy-mastery-hub .profile-title small {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--amethyste);
    margin-top: 5px;
    opacity: 0.8;
}

#clemy-mastery-hub .profile-content {
    position: relative;
    z-index: 1;
    flex-grow: 1;
}

#clemy-mastery-hub .profile-content p {
    color: #555;
    font-size: 1rem;
    line-height: 1.7;
}

/* Box de Conseil Clemy (Signature UX) */
#clemy-mastery-hub .advice-box {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px dashed var(--border-color);
}

#clemy-mastery-hub .advice-label {
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--amethyste);
    display: block;
    margin-bottom: 8px;
}

#clemy-mastery-hub .advice-box p {
    font-style: italic;
    font-size: 0.95rem;
    color: var(--deep-dark);
    margin: 0;
}

/* Accentuation bordeaux pour le profil 8 (Argent & Karma) */
#clemy-mastery-hub .profile-card[data-number="8"] {
    background: linear-gradient(to bottom right, #ffffff, #fffafa);
    border: 1px solid rgba(100, 18, 53, 0.2);
}

/* Responsive Grid Adjustments */
@media (max-width: 768px) {
    #clemy-mastery-hub .profiles-grid {
        grid-template-columns: 1fr;
    }
}/* --- OPTIMISATION RESPONSIVE : PROFILS ORACLE --- */

@media (max-width: 768px) {
    #clemy-mastery-hub .profiles-grid {
        grid-template-columns: 1fr; /* On empile les profils pour la clarté */
        gap: 20px;
        margin-top: 40px;
    }

    #clemy-mastery-hub .profile-card {
        padding: 30px 20px; /* On réduit le padding interne pour gagner du texte */
        border-radius: 20px;
    }

    /* Désactivation du soulèvement au hover (instable sur tactile) */
    #clemy-mastery-hub .profile-card:hover {
        transform: none;
        box-shadow: 0 10px 30px rgba(30, 16, 54, 0.02);
    }

    /* Le Numéro Oracle : On le réduit pour le mobile */
    #clemy-mastery-hub .card-number {
        font-size: 5.5rem; /* Réduction pour ne pas étouffer le titre */
        top: -10px;
        right: 0px;
        opacity: 0.6; /* On le rend un poil plus discret */
    }

    /* On désactive l'animation du numéro au hover sur mobile */
    #clemy-mastery-hub .profile-card:hover .card-number {
        transform: none;
    }

    #clemy-mastery-hub .profile-title {
        font-size: 1.25rem;
        margin-bottom: 15px;
        padding-right: 40px; /* On protège le titre pour qu'il ne passe pas sous le numéro */
    }

    #clemy-mastery-hub .profile-title small {
        font-size: 0.75rem;
        letter-spacing: 0.5px;
    }

    #clemy-mastery-hub .profile-content p {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    /* Advice Box : Plus de finesse sur petit écran */
    #clemy-mastery-hub .advice-box {
        margin-top: 20px;
        padding-top: 15px;
    }

    #clemy-mastery-hub .advice-label {
        font-size: 0.7rem;
        margin-bottom: 5px;
    }

    #clemy-mastery-hub .advice-box p {
        font-size: 0.9rem;
    }
}

/* Optimisation pour les terminaux ultra-fins (iPhone SE / mini) */
@media (max-width: 380px) {
    #clemy-mastery-hub .profile-title {
        font-size: 1.15rem;
    }

    #clemy-mastery-hub .card-number {
        font-size: 4.5rem;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-a09c6d1 *//* --- SECTION TIMING : DESIGN DES CYCLES --- */

#clemy-mastery-hub .timing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 60px;
}

#clemy-mastery-hub .timing-card {
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 24px;
    padding: 35px 25px;
    text-align: center;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(30, 16, 54, 0.02);
}

#clemy-mastery-hub .timing-card:hover {
    transform: scale(1.03);
    border-color: var(--amethyste);
    box-shadow: 0 20px 40px rgba(110, 27, 137, 0.08);
}

/* UI: Chiffre décoratif en arrière-plan */
#clemy-mastery-hub .phase-number {
    position: absolute;
    top: 10px; left: 20px;
    font-size: 3rem;
    font-weight: 900;
    font-family: 'Playfair Display', serif;
    color: var(--lavender-glow);
    z-index: 0;
    opacity: 0.5;
}

#clemy-mastery-hub .phase-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

#clemy-mastery-hub .phase-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    color: var(--deep-dark);
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

#clemy-mastery-hub .phase-title small {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    color: var(--wine);
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 5px;
}

#clemy-mastery-hub .timing-card p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

#clemy-mastery-hub .phase-tag {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: var(--lavender-glow);
    color: var(--amethyste);
}

/* --- IMAGE STYLING --- */
#clemy-mastery-hub .timing-visual-container {
    margin-top: 60px;
    text-align: center;
}

#clemy-mastery-hub .visual-frame {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.1);
    border: 1px solid var(--border-color);
    line-height: 0;
}

#clemy-mastery-hub .responsive-img {
    width: 100%;
    height: auto;
    transition: transform 0.6s ease;
}

#clemy-mastery-hub .visual-frame:hover .responsive-img {
    transform: scale(1.02);
}

#clemy-mastery-hub .img-caption {
    margin-top: 20px;
    font-size: 0.9rem;
    font-style: italic;
    color: #888;
}

/* Phase Highlighting */
#clemy-mastery-hub .timing-card[data-phase="harvest"] {
    background: linear-gradient(to bottom, #ffffff, #fffdf8);
    border-color: rgba(100, 18, 53, 0.2);
}

#clemy-mastery-hub .timing-card[data-phase="harvest"] .phase-tag {
    background: rgba(100, 18, 53, 0.1);
    color: var(--wine);
}/* --- OPTIMISATION RESPONSIVE : DESIGN DES CYCLES --- */

@media (max-width: 768px) {
    #clemy-mastery-hub .timing-grid {
        grid-template-columns: 1fr; /* On empile pour créer une lecture chronologique */
        gap: 15px; /* On resserre pour garder l'unité du cycle */
        margin-bottom: 40px;
    }

    #clemy-mastery-hub .timing-card {
        padding: 25px 20px;
        text-align: left; /* Alignement à gauche pour un aspect "liste de phases" pro */
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 20px;
    }

    /* On désactive le scale au hover pour le confort tactile */
    #clemy-mastery-hub .timing-card:hover {
        transform: none;
        box-shadow: 0 5px 15px rgba(30, 16, 54, 0.02);
    }

    /* Le chiffre de phase : On le stabilise pour qu'il ne cache pas l'icône */
    #clemy-mastery-hub .phase-number {
        font-size: 2.2rem;
        top: 10px;
        left: auto;
        right: 20px; /* On le déplace à droite pour ne pas gêner l'icône à gauche */
        opacity: 0.3;
    }

    #clemy-mastery-hub .phase-icon {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    #clemy-faq-rebirth .display-title {
        font-size: 1.7rem; /* Stabilité du titre de section */
    }

    #clemy-mastery-hub .phase-title {
        font-size: 1.15rem;
        margin-bottom: 10px;
    }

    #clemy-mastery-hub .timing-card p {
        font-size: 0.9rem;
        margin-bottom: 15px;
        line-height: 1.5;
    }

    /* --- Visual Frame : L'image de conclusion --- */
    #clemy-mastery-hub .timing-visual-container {
        margin-top: 40px;
        padding: 0 5px;
    }

    #clemy-mastery-hub .visual-frame {
        border-radius: 20px;
    }

    #clemy-mastery-hub .img-caption {
        font-size: 0.8rem;
        line-height: 1.4;
    }
}

/* Optimisation pour les terminaux ultra-fins (iPhone SE) */
@media (max-width: 380px) {
    #clemy-mastery-hub .phase-title {
        font-size: 1.05rem;
    }
    
    #clemy-mastery-hub .phase-number {
        display: none; /* On le retire si l'écran est vraiment trop étroit pour éviter le bruit */
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3aaf481f *//* --- SECTION ARNAQUES : SCANNER UI --- */

#clemy-mastery-hub .kicker-alert {
    background: rgba(100, 18, 53, 0.08);
    color: var(--wine);
}

#clemy-mastery-hub .scanner-container {
    margin-top: 40px;
}

#clemy-mastery-hub .scanner-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
}

#clemy-mastery-hub .scanner-card {
    background: var(--white);
    padding: 35px;
    border-radius: 28px;
    border: 1px solid var(--border-color);
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(30, 16, 54, 0.02);
}

#clemy-mastery-hub .scanner-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(30, 16, 54, 0.05);
}

#clemy-mastery-hub .card-status {
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    padding: 4px 12px;
    border-radius: 50px;
    display: inline-block;
}

#clemy-mastery-hub .scanner-card.danger { border-top: 4px solid var(--wine); }
#clemy-mastery-hub .scanner-card.danger .card-status { background: #fff1f1; color: var(--wine); }

#clemy-mastery-hub .scanner-card.safe { border-top: 4px solid var(--amethyste); }
#clemy-mastery-hub .scanner-card.safe .card-status { background: var(--lavender-glow); color: var(--amethyste); }

#clemy-mastery-hub .scanner-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    color: var(--deep-dark);
    margin-bottom: 15px;
}

#clemy-mastery-hub .scanner-card p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* --- SECTION CTA FINAL : DESIGN LUXE --- */

#clemy-mastery-hub .mastery-cta-area {
    margin-top: 100px;
    padding-bottom: 120px;
}

#clemy-mastery-hub .cta-luxury-banner {
    max-width: 1000px;
    margin: 0 auto;
    background: linear-gradient(145deg, var(--deep-dark) 0%, var(--amethyste) 100%);
    border-radius: 45px;
    padding: clamp(40px, 10vw, 80px) 20px;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 40px 100px rgba(110, 27, 137, 0.25);
}

#clemy-mastery-hub .cta-glow {
    position: absolute;
    top: -50%; left: -20%;
    width: 100%; height: 200%;
    background: radial-gradient(circle, rgba(100, 18, 53, 0.4) 0%, transparent 70%);
    pointer-events: none;
}

#clemy-mastery-hub .cta-inner {
    position: relative;
    z-index: 2;
}

#clemy-mastery-hub .cta-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 5vw, 3rem);
    color: white;
    line-height: 1.2;
    margin-bottom: 25px;
}

#clemy-mastery-hub .white-glow {
    text-shadow: 0 0 25px rgba(255, 255, 255, 0.2);
}

#clemy-mastery-hub .cta-description {
    color: var(--lavender-glow);
    font-size: 1.15rem;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.8;
}

#clemy-mastery-hub .cta-description strong {
    color: white;
    border-bottom: 2px solid var(--wine);
}

/* --- BUTTON GROUP UI --- */

#clemy-mastery-hub .cta-button-group {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

#clemy-mastery-hub .btn-primary {
    background: white;
    color: var(--amethyste);
    padding: 18px 40px;
    border-radius: 100px;
    font-weight: 800;
    font-size: 1.1rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#clemy-mastery-hub .btn-primary:hover {
    transform: scale(1.05) translateY(-5px);
    color: var(--wine);
    box-shadow: 0 20px 45px rgba(0,0,0,0.25);
}

#clemy-mastery-hub .btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 18px 40px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: 0.3s;
}

#clemy-mastery-hub .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

#clemy-mastery-hub .cta-footer-labels {
    color: rgba(243, 229, 245, 0.7);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#clemy-mastery-hub .cta-footer-labels span {
    color: white;
    font-weight: 700;
}

#clemy-mastery-hub .sep { margin: 0 10px; opacity: 0.3; }

/* Responsive Grid */
@media (max-width: 768px) {
    #clemy-mastery-hub .scanner-grid { grid-template-columns: 1fr; }
    #clemy-mastery-hub .cta-button-group { flex-direction: column; align-items: stretch; }
}/* --- OPTIMISATION RESPONSIVE : SCANNER & CTA FINAL --- */

@media (max-width: 768px) {
    /* --- Scanner UI : Le Flux de Vigilance --- */
    #clemy-mastery-hub .scanner-grid {
        grid-template-columns: 1fr; /* On empile pour une lecture "Feed" */
        gap: 20px;
    }

    #clemy-mastery-hub .scanner-card {
        padding: 30px 20px;
        border-radius: 24px;
    }

    /* On désactive le soulèvement pour la stabilité tactile */
    #clemy-mastery-hub .scanner-card:hover {
        transform: none;
        box-shadow: 0 10px 30px rgba(30, 16, 54, 0.02);
    }

    #clemy-mastery-hub .card-status {
        font-size: 0.65rem;
        padding: 4px 10px;
        margin-bottom: 15px;
    }

    #clemy-mastery-hub .scanner-card h3 {
        font-size: 1.15rem;
        line-height: 1.3;
    }

    #clemy-mastery-hub .scanner-card p {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    /* --- Mastery CTA : L'Impact "Wahou" Mobile --- */
    #clemy-mastery-hub .mastery-cta-area {
        margin-top: 60px;
        padding-bottom: 80px;
    }

    #clemy-mastery-hub .cta-luxury-banner {
        padding: 50px 20px;
        border-radius: 35px; /* Un peu plus d'arrondi pour le côté "capsule" */
        margin: 0 -5px; /* On gagne de la largeur pour l'immersion */
    }

    /* On réduit la lueur pour ne pas surcharger le processeur mobile */
    #clemy-mastery-hub .cta-glow {
        width: 150%;
        height: 150%;
        top: -25%;
        opacity: 0.6;
    }

    #clemy-mastery-hub .cta-title {
        font-size: 1.7rem; /* Équilibre entre impact et lisibilité */
        line-height: 1.2;
        margin-bottom: 20px;
    }

    #clemy-mastery-hub .cta-description {
        font-size: 1.05rem;
        line-height: 1.6;
        margin-bottom: 35px;
    }

    /* Boutons : Ergonomie "Full-Thumb" */
    #clemy-mastery-hub .cta-button-group {
        flex-direction: column;
        gap: 12px;
        align-items: stretch; /* Les boutons prennent toute la largeur */
    }

    #clemy-mastery-hub .btn-primary, 
    #clemy-mastery-hub .btn-secondary {
        padding: 18px 25px;
        font-size: 1.1rem;
        justify-content: center; /* Centrage des icônes et du texte */
        width: 100%;
        box-sizing: border-box;
    }

    /* Désactivation des effets de scale au hover pour le tactile */
    #clemy-mastery-hub .btn-primary:hover,
    #clemy-mastery-hub .btn-secondary:hover {
        transform: none;
    }

    /* Feedback haptique visuel au clic */
    #clemy-mastery-hub .btn-primary:active {
        transform: scale(0.97);
    }

    #clemy-mastery-hub .cta-footer-labels {
        font-size: 0.75rem;
        line-height: 1.4;
        margin-top: 10px;
    }
}

/* Optimisation pour les écrans ultra-fins (iPhone SE / mini) */
@media (max-width: 380px) {
    #clemy-mastery-hub .cta-title {
        font-size: 1.5rem;
    }

    #clemy-mastery-hub .btn-primary, 
    #clemy-mastery-hub .btn-secondary {
        font-size: 1rem;
        padding: 16px 20px;
    }
}/* End custom CSS */