/* PhotoSharing — feuille de style unique de la page d'accueil */
/* Générée le 16/07/2026 à partir des composants transmis. */
/* ==========================================================================
   PhotoSharing.fr — Design system de la page d'accueil
   Fichier unique chargé après les feuilles historiques du thème.
   ========================================================================== */

:root {
    --ps-color-primary: #056df6;
    --ps-color-primary-hover: #075fd3;
    --ps-color-secondary: #159ceb;
    --ps-color-accent: #41c0e1;
    --ps-color-navy: #0b1028;
    --ps-color-navy-soft: #151d3b;
    --ps-color-text: #0b1028;
    --ps-color-muted: #667085;
    --ps-color-white: #ffffff;
    --ps-color-surface: #ffffff;
    --ps-color-surface-soft: #f7fbfd;
    --ps-color-border: #dcecf5;
    --ps-color-border-soft: #e8f1f7;
    --ps-color-success: #00a878;

    --ps-container-width: 1240px;
    --ps-section-space: clamp(64px, 7vw, 104px);
    --ps-section-space-mobile: 56px;
    --ps-radius-large: 24px;
    --ps-radius-medium: 17px;
    --ps-radius-small: 12px;

    /* Ombre volontairement bleutée et très légère : aucune ombre noire. */
    --ps-shadow-soft: 0 8px 24px rgba(5, 109, 246, 0.055);

    --ps-font-family:
        Inter,
        "Segoe UI",
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        sans-serif;
}

html {
    scroll-behavior: smooth;
    background: var(--ps-color-white);
}

body.pshg-home-page {
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow-x: hidden;
    color: var(--ps-color-text);
    background: var(--ps-color-white) !important;
    font-family: var(--ps-font-family);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.pshg-home-page img,
body.pshg-home-page svg,
body.pshg-home-page video,
body.pshg-home-page iframe {
    max-width: 100%;
}

body.pshg-home-page a {
    text-underline-offset: 3px;
}

.pshg-home-main {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

/* --------------------------------------------------------------------------
   Isolation générale
   -------------------------------------------------------------------------- */

:is(
    #hero-modern-final,
    #custom-banner-section,
    #custom-reviews-final,
    #custom-home-reassurance-final,
    #custom-services-final,
    #custom-event-demo-final,
    #custom-why-final,
    #custom-pricing-final,
    #pshg-proshow-root
) {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    color: var(--ps-color-text);
    font-family: var(--ps-font-family);
}

:is(
    #hero-modern-final,
    #custom-banner-section,
    #custom-reviews-final,
    #custom-home-reassurance-final,
    #custom-services-final,
    #custom-event-demo-final,
    #custom-why-final,
    #custom-pricing-final,
    #pshg-proshow-root
),
:is(
    #hero-modern-final,
    #custom-banner-section,
    #custom-reviews-final,
    #custom-home-reassurance-final,
    #custom-services-final,
    #custom-event-demo-final,
    #custom-why-final,
    #custom-pricing-final,
    #pshg-proshow-root
) *,
:is(
    #hero-modern-final,
    #custom-banner-section,
    #custom-reviews-final,
    #custom-home-reassurance-final,
    #custom-services-final,
    #custom-event-demo-final,
    #custom-why-final,
    #custom-pricing-final,
    #pshg-proshow-root
) *::before,
:is(
    #hero-modern-final,
    #custom-banner-section,
    #custom-reviews-final,
    #custom-home-reassurance-final,
    #custom-services-final,
    #custom-event-demo-final,
    #custom-why-final,
    #custom-pricing-final,
    #pshg-proshow-root
) *::after {
    box-sizing: border-box;
}

/* Suppression des ombres et filtres noirs issus des versions précédentes. */
:is(
    #custom-banner-section,
    #custom-reviews-final,
    #custom-home-reassurance-final,
    #custom-services-final,
    #custom-event-demo-final,
    #custom-why-final,
    #custom-pricing-final,
    #pshg-proshow-root
) * {
    text-shadow: none !important;
    filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

/* --------------------------------------------------------------------------
   Rythme commun des sections
   -------------------------------------------------------------------------- */

:is(
    #custom-banner-section .cb-section,
    #custom-reviews-final .cr-section,
    #custom-home-reassurance-final .cma-section,
    #custom-services-final .cs-section,
    #custom-event-demo-final .ced-section,
    #custom-why-final .cw-section,
    #custom-pricing-final .cp-section,
    #pshg-proshow-root .pshg-proshow-section
) {
    width: 100% !important;
    max-width: 100% !important;
    padding: var(--ps-section-space) 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* Alternance volontairement simple et classique. */
#custom-banner-section .cb-section,
#custom-home-reassurance-final .cma-section,
#custom-event-demo-final .ced-section,
#custom-pricing-final .cp-section {
    background: var(--ps-color-surface-soft) !important;
}

#custom-reviews-final .cr-section,
#custom-services-final .cs-section,
#custom-why-final .cw-section,
#pshg-proshow-root .pshg-proshow-section {
    background: var(--ps-color-white) !important;
}

/* Tous les conteneurs utilisent désormais la même largeur. */
:is(
    #hero-modern-final .hm-container,
    #custom-banner-section .cb-container,
    #custom-reviews-final .cr-container,
    #custom-home-reassurance-final .cma-container,
    #custom-services-final .cs-container,
    #custom-event-demo-final .ced-container,
    #custom-why-final .cw-container,
    #custom-pricing-final .cp-container,
    #pshg-proshow-root .pshg-proshow-container
) {
    width: 100% !important;
    max-width: var(--ps-container-width) !important;
    min-width: 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: clamp(16px, 3vw, 32px) !important;
    padding-left: clamp(16px, 3vw, 32px) !important;
}

/* --------------------------------------------------------------------------
   Titres, introductions et badges
   -------------------------------------------------------------------------- */

:is(
    #custom-banner-section .cb-title,
    #custom-reviews-final .cr-title,
    #custom-home-reassurance-final .cma-title,
    #custom-services-final .cs-title,
    #custom-event-demo-final .ced-title,
    #custom-why-final .cw-title,
    #custom-pricing-final .cp-title,
    #pshg-proshow-root .pshg-proshow-title
) {
    max-width: 920px !important;
    margin-top: 0 !important;
    color: var(--ps-color-navy) !important;
    font-size: clamp(2.05rem, 4vw, 3.8rem) !important;
    font-weight: 800 !important;
    line-height: 1.06 !important;
    letter-spacing: -0.045em !important;
    text-shadow: none !important;
    opacity: 1 !important;
    filter: none !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    -webkit-text-fill-color: var(--ps-color-navy) !important;
}

:is(
    #custom-banner-section .cb-title-highlight,
    #custom-reviews-final .cr-title-highlight,
    #custom-home-reassurance-final .cma-title-gradient,
    #custom-services-final .cs-title-highlight,
    #custom-event-demo-final .ced-title-highlight,
    #custom-why-final .cw-title-highlight,
    #custom-pricing-final .cp-title-highlight,
    #pshg-proshow-root .pshg-proshow-title-blue
) {
    color: var(--ps-color-primary) !important;
    background: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    -webkit-text-fill-color: var(--ps-color-primary) !important;
}

:is(
    #custom-banner-section .cb-intro,
    #custom-reviews-final .cr-intro,
    #custom-home-reassurance-final .cma-intro,
    #custom-services-final .cs-desc,
    #custom-event-demo-final .ced-desc,
    #custom-why-final .cw-desc,
    #custom-pricing-final .cp-intro,
    #pshg-proshow-root .pshg-proshow-description
) {
    color: var(--ps-color-muted) !important;
    font-size: clamp(1rem, 1.3vw, 1.12rem) !important;
    line-height: 1.7 !important;
}

:is(
    #custom-banner-section .cb-eyebrow,
    #custom-reviews-final .cr-eyebrow,
    #custom-home-reassurance-final .cma-eyebrow,
    #custom-services-final .cs-eyebrow,
    #custom-event-demo-final .ced-kicker,
    #custom-why-final .cw-eyebrow,
    #custom-pricing-final .cp-kicker,
    #pshg-proshow-root .pshg-proshow-label
) {
    max-width: 100% !important;
    padding: 8px 12px !important;
    color: var(--ps-color-primary) !important;
    background: #edf7ff !important;
    border: 1px solid var(--ps-color-border) !important;
    border-radius: 999px !important;
    font-size: 0.75rem !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.055em !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
}

/* --------------------------------------------------------------------------
   Cartes et cadres
   -------------------------------------------------------------------------- */

:is(
    #custom-banner-section .cb-feature,
    #custom-reviews-final .cr-feature,
    #custom-reviews-final .cr-phone-card,
    #custom-home-reassurance-final .cma-feature-card,
    #custom-services-final .cs-card,
    #custom-services-final .cs-bottom,
    #custom-event-demo-final .ced-photo-card,
    #custom-event-demo-final .ced-bottom,
    #custom-why-final .cw-item,
    #custom-pricing-final .cp-card,
    #custom-pricing-final .cp-subscription,
    #custom-pricing-final .cp-reassurance-item,
    #pshg-proshow-root .pshg-proshow-client,
    #pshg-proshow-root .pshg-proshow-footer
) {
    color: var(--ps-color-text) !important;
    background: var(--ps-color-surface) !important;
    border: 1px solid var(--ps-color-border) !important;
    border-radius: var(--ps-radius-medium) !important;
    box-shadow: var(--ps-shadow-soft) !important;
}

:is(
    #custom-banner-section .cb-img-frame,
    #custom-reviews-final .cr-phone-card,
    #custom-home-reassurance-final .cma-video-wrapper,
    #custom-event-demo-final .ced-photo-card,
    #custom-why-final .cw-img-frame
) {
    border-color: var(--ps-color-border) !important;
    box-shadow: none !important;
}

:is(
    #custom-banner-section .cb-feature,
    #custom-reviews-final .cr-feature,
    #custom-home-reassurance-final .cma-feature-card,
    #custom-services-final .cs-card,
    #custom-event-demo-final .ced-photo-card,
    #custom-why-final .cw-item,
    #pshg-proshow-root .pshg-proshow-client
):hover {
    transform: translateY(-2px) !important;
    border-color: #b9dbef !important;
    box-shadow: var(--ps-shadow-soft) !important;
}

/* Les anciens éléments décoratifs dépassant des colonnes sont supprimés. */
#custom-banner-section .cb-media::before,
#custom-why-final .cw-media::before {
    display: none !important;
    content: none !important;
}

#custom-banner-section .cb-media-badge,
#custom-why-final .cw-media-badge {
    position: relative !important;
    inset: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: calc(100% - 20px) !important;
    max-width: 430px !important;
    margin: -12px auto 0 !important;
    box-shadow: var(--ps-shadow-soft) !important;
}

/* --------------------------------------------------------------------------
   Puces de réassurance
   -------------------------------------------------------------------------- */

:is(
    #custom-reviews-final .cr-mini-proof span,
    #custom-home-reassurance-final .cma-highlight-item,
    #custom-services-final .cs-proof span,
    #custom-event-demo-final .ced-proof span,
    #custom-pricing-final .cp-reassurance-item
) {
    color: var(--ps-color-text) !important;
    background: var(--ps-color-white) !important;
    border: 1px solid var(--ps-color-border) !important;
    box-shadow: none !important;
}

/* --------------------------------------------------------------------------
   Boutons communs
   -------------------------------------------------------------------------- */

:is(
    #hero-modern-final .hm-button,
    #custom-banner-section .cb-btn,
    #custom-reviews-final .cr-btn,
    #custom-home-reassurance-final .cma-cta-button,
    #custom-services-final .cs-btn,
    #custom-event-demo-final .ced-btn,
    #custom-why-final .cw-btn,
    #custom-pricing-final .cp-btn,
    #pshg-proshow-root .pshg-proshow-cta
) {
    min-height: 50px !important;
    max-width: 100% !important;
    padding: 12px 18px !important;
    border-radius: 13px !important;
    box-shadow: none !important;
    font-size: 0.95rem !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: normal !important;
}

:is(
    #hero-modern-final .hm-button-primary,
    #custom-banner-section .cb-btn-primary,
    #custom-reviews-final .cr-btn-primary,
    #custom-home-reassurance-final .cma-cta-button,
    #custom-services-final .cs-btn-primary,
    #custom-event-demo-final .ced-btn-primary,
    #custom-why-final .cw-btn-primary,
    #custom-pricing-final .cp-btn,
    #pshg-proshow-root .pshg-proshow-cta
) {
    color: #ffffff !important;
    background: var(--ps-color-primary) !important;
    border: 1px solid var(--ps-color-primary) !important;
    -webkit-text-fill-color: #ffffff !important;
}

:is(
    #hero-modern-final .hm-button-primary,
    #custom-banner-section .cb-btn-primary,
    #custom-reviews-final .cr-btn-primary,
    #custom-home-reassurance-final .cma-cta-button,
    #custom-services-final .cs-btn-primary,
    #custom-event-demo-final .ced-btn-primary,
    #custom-why-final .cw-btn-primary,
    #custom-pricing-final .cp-btn,
    #pshg-proshow-root .pshg-proshow-cta
):hover {
    color: #ffffff !important;
    background: var(--ps-color-primary-hover) !important;
    border-color: var(--ps-color-primary-hover) !important;
    transform: translateY(-1px) !important;
}

:is(
    #hero-modern-final .hm-button-secondary,
    #custom-banner-section .cb-btn-secondary,
    #custom-reviews-final .cr-btn-secondary,
    #custom-services-final .cs-btn-secondary,
    #custom-event-demo-final .ced-btn-secondary,
    #custom-why-final .cw-btn-secondary
) {
    color: var(--ps-color-primary) !important;
    background: var(--ps-color-white) !important;
    border: 1px solid var(--ps-color-border) !important;
    -webkit-text-fill-color: var(--ps-color-primary) !important;
}

/* --------------------------------------------------------------------------
   Hero : conserve la photo immersive, mais retire les effets lourds
   -------------------------------------------------------------------------- */

#hero-modern-final .hm-hero {
    min-height: min(820px, 100svh) !important;
    background: var(--ps-color-navy) !important;
}

#hero-modern-final .hm-copy {
    max-width: 760px !important;
    background: rgba(11, 16, 40, 0.86) !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    border-radius: var(--ps-radius-large) !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

#hero-modern-final .hm-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(8, 12, 29, 0.90) 0%,
            rgba(8, 12, 29, 0.76) 48%,
            rgba(8, 12, 29, 0.42) 75%,
            rgba(8, 12, 29, 0.30) 100%
        ),
        linear-gradient(
            180deg,
            rgba(8, 12, 29, 0.20) 0%,
            rgba(8, 12, 29, 0.32) 55%,
            rgba(8, 12, 29, 0.78) 100%
        ) !important;
}

#hero-modern-final .hm-noise {
    display: none !important;
}

#hero-modern-final .hm-title {
    color: #ffffff !important;
    font-size: clamp(2.5rem, 5.5vw, 5.2rem) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.055em !important;
    text-shadow: none !important;
}

#hero-modern-final .hm-title-accent {
    color: #7ed5f0 !important;
    -webkit-text-fill-color: #7ed5f0 !important;
}

#hero-modern-final .hm-slideshow-control,
#hero-modern-final .hm-review-card {
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

/* --------------------------------------------------------------------------
   Tarification
   -------------------------------------------------------------------------- */

#custom-pricing-final .cp-container {
    max-width: 920px !important;
}

#custom-pricing-final .cp-card {
    padding: clamp(24px, 4vw, 38px) !important;
}

#custom-pricing-final .cp-price-block {
    padding: 22px !important;
    background: #edf7ff !important;
    border: 1px solid var(--ps-color-border) !important;
    border-radius: var(--ps-radius-medium) !important;
}

#custom-pricing-final .cp-amount {
    color: var(--ps-color-navy) !important;
    -webkit-text-fill-color: var(--ps-color-navy) !important;
}

/* --------------------------------------------------------------------------
   Carrousel professionnel
   -------------------------------------------------------------------------- */

#pshg-proshow-root .pshg-proshow-wrapper {
    padding: clamp(12px, 2vw, 18px) !important;
    background: var(--ps-color-surface-soft) !important;
    border: 1px solid var(--ps-color-border) !important;
    border-radius: var(--ps-radius-large) !important;
    box-shadow: none !important;
}

#pshg-proshow-root .pshg-proshow-client {
    box-shadow: none !important;
}

#pshg-proshow-root .pshg-proshow-arrow {
    color: var(--ps-color-primary) !important;
    background: var(--ps-color-white) !important;
    border: 1px solid var(--ps-color-border) !important;
    box-shadow: none !important;
}

/* --------------------------------------------------------------------------
   Header et footer : même palette que le contenu
   -------------------------------------------------------------------------- */

#pshg-siteheader-root {
    --pshg-siteheader-text: var(--ps-color-navy);
    --pshg-siteheader-muted: var(--ps-color-muted);
    --pshg-siteheader-blue: var(--ps-color-primary);
    --pshg-siteheader-blue-hover: var(--ps-color-primary-hover);
    --pshg-siteheader-cyan: var(--ps-color-accent);
    --pshg-siteheader-border: var(--ps-color-border);
    --pshg-siteheader-border-soft: var(--ps-color-border-soft);
}

#pshg-sitefooter-root {
    --pshg-sitefooter-bg: var(--ps-color-navy);
    --pshg-sitefooter-bg-soft: var(--ps-color-navy-soft);
    --pshg-sitefooter-blue: var(--ps-color-secondary);
    --pshg-sitefooter-cyan: var(--ps-color-accent);
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 1050px) {
    :is(
        #custom-banner-section .cb-row,
        #custom-reviews-final .cr-row,
        #custom-home-reassurance-final .cma-row,
        #custom-why-final .cw-row
    ) {
        grid-template-columns: 1fr !important;
        gap: 42px !important;
    }

    #custom-banner-section .cb-col-text,
    #custom-reviews-final .cr-col-left,
    #custom-why-final .cw-col-right {
        text-align: center !important;
    }

    :is(
        #custom-banner-section .cb-actions,
        #custom-reviews-final .cr-actions,
        #custom-why-final .cw-actions
    ) {
        justify-content: center !important;
    }
}

@media (max-width: 720px) {
    :is(
        #custom-banner-section .cb-section,
        #custom-reviews-final .cr-section,
        #custom-home-reassurance-final .cma-section,
        #custom-services-final .cs-section,
        #custom-event-demo-final .ced-section,
        #custom-why-final .cw-section,
        #custom-pricing-final .cp-section,
        #pshg-proshow-root .pshg-proshow-section
    ) {
        padding: var(--ps-section-space-mobile) 0 !important;
    }

    :is(
        #custom-banner-section .cb-title,
        #custom-reviews-final .cr-title,
        #custom-home-reassurance-final .cma-title,
        #custom-services-final .cs-title,
        #custom-event-demo-final .ced-title,
        #custom-why-final .cw-title,
        #custom-pricing-final .cp-title,
        #pshg-proshow-root .pshg-proshow-title
    ) {
        font-size: clamp(1.9rem, 9vw, 2.8rem) !important;
        letter-spacing: -0.035em !important;
    }

    :is(
        #custom-banner-section .cb-actions,
        #custom-reviews-final .cr-actions,
        #custom-services-final .cs-actions,
        #custom-event-demo-final .ced-actions,
        #custom-why-final .cw-actions
    ) {
        width: 100% !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }

    :is(
        #custom-banner-section .cb-btn,
        #custom-reviews-final .cr-btn,
        #custom-home-reassurance-final .cma-cta-button,
        #custom-services-final .cs-btn,
        #custom-event-demo-final .ced-btn,
        #custom-why-final .cw-btn,
        #custom-pricing-final .cp-btn,
        #pshg-proshow-root .pshg-proshow-cta
    ) {
        width: 100% !important;
    }

    #hero-modern-final .hm-container {
        padding-top: 80px !important;
        padding-bottom: 72px !important;
    }

    #hero-modern-final .hm-copy {
        padding: 24px 18px !important;
    }

    #hero-modern-final .hm-title {
        font-size: clamp(2.35rem, 12vw, 3.8rem) !important;
    }
}

@media (max-width: 420px) {
    :is(
        #custom-banner-section .cb-container,
        #custom-reviews-final .cr-container,
        #custom-home-reassurance-final .cma-container,
        #custom-services-final .cs-container,
        #custom-event-demo-final .ced-container,
        #custom-why-final .cw-container,
        #custom-pricing-final .cp-container,
        #pshg-proshow-root .pshg-proshow-container
    ) {
        padding-right: 12px !important;
        padding-left: 12px !important;
    }

    :is(
        #custom-banner-section .cb-eyebrow,
        #custom-reviews-final .cr-eyebrow,
        #custom-home-reassurance-final .cma-eyebrow,
        #custom-services-final .cs-eyebrow,
        #custom-event-demo-final .ced-kicker,
        #custom-why-final .cw-eyebrow,
        #custom-pricing-final .cp-kicker,
        #pshg-proshow-root .pshg-proshow-label
    ) {
        width: 100% !important;
        justify-content: center !important;
        border-radius: var(--ps-radius-small) !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    body.pshg-home-page *,
    body.pshg-home-page *::before,
    body.pshg-home-page *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}


/* =====================================================================
   Styles du composant : header.php
   ===================================================================== */
/* =========================================================
   Header PhotoSharing 100 % custom
   Préfixe unique : pshg-siteheader-
   Aucun ombrage, aucun flou, aucun style Bootstrap
   ========================================================= */

:root {
    --pshg-siteheader-height: 76px;
}

html.pshg-siteheader-scroll-lock,
body.pshg-siteheader-scroll-lock {
    overflow: hidden !important;
}

body {
    margin: 0 !important;
    background: #ffffff !important;
    color: #0b1028 !important;
}

#pshg-siteheader-root {
    --pshg-siteheader-bg: #ffffff;
    --pshg-siteheader-soft: #f6faff;
    --pshg-siteheader-text: #0b1028;
    --pshg-siteheader-muted: #667085;
    --pshg-siteheader-blue: #056df6;
    --pshg-siteheader-blue-hover: #075fd3;
    --pshg-siteheader-cyan: #41c0e1;
    --pshg-siteheader-border: #dcecf5;
    --pshg-siteheader-border-soft: #e8f1f7;

    display: block !important;
    position: relative !important;
    z-index: 10000 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--pshg-siteheader-text) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    filter: none !important;
    text-shadow: none !important;
    isolation: isolate !important;
}

#pshg-siteheader-root,
#pshg-siteheader-root *,
#pshg-siteheader-root *::before,
#pshg-siteheader-root *::after {
    box-sizing: border-box !important;
    box-shadow: none !important;
    filter: none !important;
    text-shadow: none !important;
}

#pshg-siteheader-root::before,
#pshg-siteheader-root::after,
#pshg-siteheader-root .pshg-siteheader-bar::before,
#pshg-siteheader-root .pshg-siteheader-bar::after,
#pshg-siteheader-root .pshg-siteheader-panel::before,
#pshg-siteheader-root .pshg-siteheader-panel::after {
    display: none !important;
    content: none !important;
}

/* Lien d’évitement */
#pshg-siteheader-root .pshg-siteheader-skip {
    position: fixed !important;
    top: 10px !important;
    left: 14px !important;
    z-index: 10150 !important;
    display: inline-flex !important;
    align-items: center !important;
    min-height: 42px !important;
    padding: 9px 14px !important;
    color: #ffffff !important;
    background: var(--pshg-siteheader-blue) !important;
    border: 1px solid var(--pshg-siteheader-blue) !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    transform: translateY(-160%) !important;
}

#pshg-siteheader-root .pshg-siteheader-skip:focus {
    transform: translateY(0) !important;
}

/* Barre principale */
#pshg-siteheader-root .pshg-siteheader-bar {
    display: flex !important;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 10100 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: var(--pshg-siteheader-height) !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--pshg-siteheader-text) !important;
    background: var(--pshg-siteheader-bg) !important;
    border: 0 !important;
    border-bottom: 1px solid var(--pshg-siteheader-border-soft) !important;
    border-radius: 0 !important;
}

#pshg-siteheader-root .pshg-siteheader-container {
    display: flex !important;
    position: static !important;
    width: 100% !important;
    max-width: 1240px !important;
    min-width: 0 !important;
    min-height: var(--pshg-siteheader-height) !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 24px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
}

/* Logo */
#pshg-siteheader-root .pshg-siteheader-logo {
    display: inline-flex !important;
    position: relative !important;
    z-index: 2 !important;
    min-width: 0 !important;
    max-width: 205px !important;
    align-items: center !important;
    flex: 0 1 auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: inherit !important;
    background: transparent !important;
    border: 0 !important;
    text-decoration: none !important;
}

#pshg-siteheader-root .pshg-siteheader-logo-image {
    display: block !important;
    width: 188px !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
}

/* Navigation desktop */
#pshg-siteheader-root .pshg-siteheader-panel {
    display: flex !important;
    position: static !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
    align-items: center !important;
    justify-content: flex-end !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
}

#pshg-siteheader-root .pshg-siteheader-menu {
    display: flex !important;
    position: static !important;
    min-width: 0 !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: clamp(9px, 1.15vw, 18px) !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#pshg-siteheader-root .pshg-siteheader-item {
    display: flex !important;
    position: static !important;
    min-width: 0 !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#pshg-siteheader-root .pshg-siteheader-link {
    display: inline-flex !important;
    position: relative !important;
    min-height: 42px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 9px 7px !important;
    color: var(--pshg-siteheader-muted) !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    -webkit-text-fill-color: var(--pshg-siteheader-muted) !important;
}

#pshg-siteheader-root .pshg-siteheader-link:hover,
#pshg-siteheader-root .pshg-siteheader-link:focus-visible,
#pshg-siteheader-root .pshg-siteheader-link.pshg-siteheader-active {
    color: var(--pshg-siteheader-blue) !important;
    background: var(--pshg-siteheader-soft) !important;
    border-color: var(--pshg-siteheader-border) !important;
    -webkit-text-fill-color: var(--pshg-siteheader-blue) !important;
}

/* Bouton Mes événements */
#pshg-siteheader-root .pshg-siteheader-events-link {
    gap: 8px !important;
    min-height: 44px !important;
    padding: 10px 13px !important;
    color: var(--pshg-siteheader-blue) !important;
    background: #ffffff !important;
    border: 1px solid var(--pshg-siteheader-border) !important;
    border-radius: 12px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    -webkit-text-fill-color: var(--pshg-siteheader-blue) !important;
}

#pshg-siteheader-root .pshg-siteheader-events-link:hover,
#pshg-siteheader-root .pshg-siteheader-events-link:focus-visible {
    color: var(--pshg-siteheader-blue-hover) !important;
    background: var(--pshg-siteheader-soft) !important;
    border-color: #b9dbef !important;
    -webkit-text-fill-color: var(--pshg-siteheader-blue-hover) !important;
}

#pshg-siteheader-root .pshg-siteheader-events-icon {
    display: block !important;
    width: 17px !important;
    min-width: 17px !important;
    height: 17px !important;
    flex: 0 0 17px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

/* Bouton principal */
#pshg-siteheader-root .pshg-siteheader-create-link {
    gap: 8px !important;
    min-height: 44px !important;
    padding: 10px 15px !important;
    color: #ffffff !important;
    background: var(--pshg-siteheader-blue) !important;
    border: 1px solid var(--pshg-siteheader-blue) !important;
    border-radius: 12px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    -webkit-text-fill-color: #ffffff !important;
}

#pshg-siteheader-root .pshg-siteheader-create-link:hover,
#pshg-siteheader-root .pshg-siteheader-create-link:focus-visible {
    color: #ffffff !important;
    background: var(--pshg-siteheader-blue-hover) !important;
    border-color: var(--pshg-siteheader-blue-hover) !important;
    -webkit-text-fill-color: #ffffff !important;
}

#pshg-siteheader-root .pshg-siteheader-create-icon {
    display: block !important;
    width: 17px !important;
    min-width: 17px !important;
    height: 17px !important;
    flex: 0 0 17px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.25 !important;
    stroke-linecap: round !important;
}

/* Sélecteur de langue généré par le système */
#pshg-siteheader-root .pshg-siteheader-language {
    display: flex !important;
    position: relative !important;
    z-index: 10200 !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

#pshg-siteheader-root .pshg-site-lang {
    display: inline-flex !important;
    position: relative !important;
    z-index: 10200 !important;
    align-items: center !important;
    margin: 0 !important;
    color: var(--pshg-siteheader-text) !important;
    background: transparent !important;
}

#pshg-siteheader-root .pshg-site-lang summary {
    display: inline-flex !important;
    min-height: 42px !important;
    align-items: center !important;
    gap: 7px !important;
    margin: 0 !important;
    padding: 5px 10px 5px 6px !important;
    color: var(--pshg-siteheader-text) !important;
    background: #ffffff !important;
    border: 1px solid var(--pshg-siteheader-border) !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    list-style: none !important;
    user-select: none !important;
}

#pshg-siteheader-root .pshg-site-lang summary::-webkit-details-marker {
    display: none !important;
}

#pshg-siteheader-root .pshg-site-lang summary:hover,
#pshg-siteheader-root .pshg-site-lang[open] summary {
    color: var(--pshg-siteheader-blue) !important;
    background: var(--pshg-siteheader-soft) !important;
    border-color: #b9dbef !important;
}

#pshg-siteheader-root .pshg-site-lang__flag {
    display: inline-grid !important;
    place-items: center !important;
    width: 29px !important;
    min-width: 29px !important;
    height: 29px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    border: 1px solid var(--pshg-siteheader-border-soft) !important;
    font-size: 16px !important;
}

#pshg-siteheader-root .pshg-site-lang__code {
    color: currentColor !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 0.04em !important;
}

#pshg-siteheader-root .pshg-site-lang__chevron {
    color: var(--pshg-siteheader-muted) !important;
    font-size: 10px !important;
}

#pshg-siteheader-root .pshg-site-lang__menu {
    position: absolute !important;
    top: calc(100% + 9px) !important;
    right: 0 !important;
    z-index: 10210 !important;
    display: block !important;
    width: 230px !important;
    max-width: min(230px, calc(100vw - 28px)) !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 7px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border: 1px solid var(--pshg-siteheader-border) !important;
    border-radius: 14px !important;
}

#pshg-siteheader-root .pshg-site-lang__option {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 9px !important;
    margin: 0 !important;
    padding: 9px 10px !important;
    color: var(--pshg-siteheader-muted) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 9px !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
    -webkit-text-fill-color: var(--pshg-siteheader-muted) !important;
}

#pshg-siteheader-root .pshg-site-lang__option:hover,
#pshg-siteheader-root .pshg-site-lang__option:focus-visible {
    color: var(--pshg-siteheader-blue) !important;
    background: var(--pshg-siteheader-soft) !important;
    -webkit-text-fill-color: var(--pshg-siteheader-blue) !important;
}

#pshg-siteheader-root .pshg-site-lang__option.is-active {
    color: #ffffff !important;
    background: var(--pshg-siteheader-blue) !important;
    -webkit-text-fill-color: #ffffff !important;
}

#pshg-siteheader-root .pshg-site-lang__option-main {
    display: flex !important;
    min-width: 0 !important;
    align-items: center !important;
    gap: 9px !important;
}

#pshg-siteheader-root .pshg-site-lang__name {
    min-width: 0 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
}

#pshg-siteheader-root .pshg-site-lang__beta {
    color: inherit !important;
    opacity: 0.65 !important;
    font-size: 9px !important;
    font-weight: 900 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
}

/* Bouton mobile */
#pshg-siteheader-root .pshg-siteheader-toggle {
    display: none !important;
    position: relative !important;
    z-index: 10220 !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 9px !important;
    color: var(--pshg-siteheader-text) !important;
    background: #ffffff !important;
    border: 1px solid var(--pshg-siteheader-border) !important;
    border-radius: 11px !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

#pshg-siteheader-root .pshg-siteheader-toggle:hover {
    color: var(--pshg-siteheader-blue) !important;
    background: var(--pshg-siteheader-soft) !important;
}

#pshg-siteheader-root .pshg-siteheader-toggle-icon {
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    fill: currentColor !important;
}

#pshg-siteheader-root .pshg-siteheader-toggle-close {
    display: none !important;
}

#pshg-siteheader-root .pshg-siteheader-toggle[aria-expanded="true"] .pshg-siteheader-toggle-open {
    display: none !important;
}

#pshg-siteheader-root .pshg-siteheader-toggle[aria-expanded="true"] .pshg-siteheader-toggle-close {
    display: block !important;
}

/* Voile mobile : visible uniquement quand le menu est ouvert */
#pshg-siteheader-root .pshg-siteheader-overlay {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 10080 !important;
    width: 100% !important;
    height: 100vh !important;
    height: 100dvh !important;
    margin: 0 !important;
    padding: 0 !important;
    background: rgba(11, 16, 40, 0.34) !important;
    border: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

#pshg-siteheader-root .pshg-siteheader-overlay.pshg-siteheader-overlay-visible {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

/* Espace réservé sous le header fixe */
#pshg-siteheader-root .pshg-siteheader-spacer {
    display: block !important;
    width: 100% !important;
    height: var(--pshg-siteheader-height) !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

/* Focus */
#pshg-siteheader-root a:focus-visible,
#pshg-siteheader-root button:focus-visible,
#pshg-siteheader-root summary:focus-visible {
    outline: 3px solid rgba(5, 109, 246, 0.28) !important;
    outline-offset: 3px !important;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 1120px) {
    :root {
        --pshg-siteheader-height: 72px;
    }

    #pshg-siteheader-root .pshg-siteheader-container {
        min-height: var(--pshg-siteheader-height) !important;
        padding: 0 18px !important;
    }

    #pshg-siteheader-root .pshg-siteheader-logo-image {
        width: 174px !important;
        max-height: 35px !important;
    }

    #pshg-siteheader-root .pshg-siteheader-toggle {
        display: inline-flex !important;
    }

    #pshg-siteheader-root .pshg-siteheader-panel {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        z-index: 10150 !important;
        display: block !important;
        width: min(88vw, 370px) !important;
        max-width: 100% !important;
        height: 100vh !important;
        height: 100dvh !important;
        margin: 0 !important;
        padding: 86px 20px 28px !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        color: var(--pshg-siteheader-text) !important;
        background: #ffffff !important;
        border: 0 !important;
        border-left: 1px solid var(--pshg-siteheader-border) !important;
        transform: translateX(101%) !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    #pshg-siteheader-root .pshg-siteheader-panel.pshg-siteheader-panel-open {
        transform: translateX(0) !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    #pshg-siteheader-root .pshg-siteheader-menu {
        display: flex !important;
        width: 100% !important;
        min-width: 0 !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 8px !important;
    }

    #pshg-siteheader-root .pshg-siteheader-item {
        display: block !important;
        width: 100% !important;
    }

    #pshg-siteheader-root .pshg-siteheader-link {
        display: flex !important;
        width: 100% !important;
        min-height: 48px !important;
        justify-content: flex-start !important;
        padding: 12px 13px !important;
        color: var(--pshg-siteheader-text) !important;
        background: #ffffff !important;
        border: 1px solid var(--pshg-siteheader-border-soft) !important;
        border-radius: 11px !important;
        font-size: 15px !important;
        text-align: left !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        -webkit-text-fill-color: var(--pshg-siteheader-text) !important;
    }

    #pshg-siteheader-root .pshg-siteheader-link:hover,
    #pshg-siteheader-root .pshg-siteheader-link:focus-visible,
    #pshg-siteheader-root .pshg-siteheader-link.pshg-siteheader-active {
        color: var(--pshg-siteheader-blue) !important;
        background: var(--pshg-siteheader-soft) !important;
        border-color: var(--pshg-siteheader-border) !important;
        -webkit-text-fill-color: var(--pshg-siteheader-blue) !important;
    }

    #pshg-siteheader-root .pshg-siteheader-events-link {
        color: var(--pshg-siteheader-blue) !important;
        -webkit-text-fill-color: var(--pshg-siteheader-blue) !important;
    }

    #pshg-siteheader-root .pshg-siteheader-create-link {
        justify-content: center !important;
        color: #ffffff !important;
        background: var(--pshg-siteheader-blue) !important;
        border-color: var(--pshg-siteheader-blue) !important;
        -webkit-text-fill-color: #ffffff !important;
    }

    #pshg-siteheader-root .pshg-siteheader-language {
        width: 100% !important;
        margin-top: 5px !important;
    }

    #pshg-siteheader-root .pshg-site-lang,
    #pshg-siteheader-root .pshg-site-lang summary {
        width: 100% !important;
    }

    #pshg-siteheader-root .pshg-site-lang summary {
        justify-content: flex-start !important;
        min-height: 48px !important;
        padding: 8px 11px !important;
    }

    #pshg-siteheader-root .pshg-site-lang__menu {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 8px !important;
    }
}

@media (max-width: 520px) {
    #pshg-siteheader-root .pshg-siteheader-container {
        padding: 0 14px !important;
    }

    #pshg-siteheader-root .pshg-siteheader-logo {
        max-width: 155px !important;
    }

    #pshg-siteheader-root .pshg-siteheader-logo-image {
        width: 155px !important;
    }

    #pshg-siteheader-root .pshg-siteheader-panel {
        width: 100% !important;
        padding-right: 16px !important;
        padding-left: 16px !important;
        border-left: 0 !important;
    }
}

@media (prefers-reduced-motion: no-preference) {
    #pshg-siteheader-root .pshg-siteheader-panel {
        transition: transform 0.25s ease, visibility 0.25s ease !important;
    }

    #pshg-siteheader-root .pshg-siteheader-overlay {
        transition: opacity 0.2s ease, visibility 0.2s ease !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    #pshg-siteheader-root *,
    #pshg-siteheader-root *::before,
    #pshg-siteheader-root *::after {
        transition: none !important;
        animation: none !important;
    }
}


/* =====================================================================
   Styles du composant : 01-hero.php
   ===================================================================== */
#hero-modern-final {
            --hm-night: #140e21;
            --hm-night-soft: #24254f;
            --hm-primary: #056df6;
            --hm-secondary: #159ceb;
            --hm-cyan: #41c0e1;
            --hm-pale: #a2d8ec;
            --hm-white: #ffffff;
            --hm-text: rgba(255, 255, 255, 0.92);
            --hm-muted: rgba(255, 255, 255, 0.72);
            --hm-border: rgba(255, 255, 255, 0.16);
            --hm-card: rgba(20, 14, 33, 0.66);
            --hm-green: #00b67a;
            position: relative;
        }

        #hero-modern-final,
        #hero-modern-final * {
            box-sizing: border-box;
        }

        #hero-modern-final .hm-hero {
            position: relative;
            display: flex;
            min-height: min(860px, 100svh);
            overflow: hidden;
            isolation: isolate;
            background: var(--hm-night);
        }

        #hero-modern-final .hm-media,
        #hero-modern-final .hm-slide,
        #hero-modern-final .hm-overlay {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
        }

        #hero-modern-final .hm-media {
            z-index: -3;
        }

        #hero-modern-final .hm-slide {
            display: block;
            object-fit: cover;
            object-position: 52% center;
            opacity: 1;
            transform: scale(1.005);
        }

        #hero-modern-final .hm-slide.is-active {
            opacity: 1;
            transform: scale(1.005);
        }

        #hero-modern-final .hm-slideshow-control {
            position: absolute;
            right: clamp(18px, 3vw, 44px);
            bottom: clamp(76px, 9vw, 134px);
            z-index: 5;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 44px;
            height: 44px;
            padding: 0;
            border: 1px solid rgba(255, 255, 255, 0.22);
            border-radius: 999px;
            background: rgba(20, 14, 33, 0.54);
            color: #fff;
            cursor: pointer;
            box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
            backdrop-filter: blur(12px);
            transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
        }

        #hero-modern-final .hm-slideshow-control:hover,
        #hero-modern-final .hm-slideshow-control:focus-visible {
            background: rgba(20, 14, 33, 0.78);
            border-color: rgba(255, 255, 255, 0.45);
            transform: translateY(-2px);
            outline: none;
        }

        #hero-modern-final .hm-slideshow-control svg {
            width: 19px;
            height: 19px;
            fill: currentColor;
        }

        #hero-modern-final .hm-slideshow-control .hm-icon-play {
            display: none;
        }

        #hero-modern-final .hm-slideshow-control.is-paused .hm-icon-pause {
            display: none;
        }

        #hero-modern-final .hm-slideshow-control.is-paused .hm-icon-play {
            display: block;
        }

        #hero-modern-final .hm-overlay {
            z-index: -2;
            background:
                linear-gradient(90deg, rgba(8, 12, 29, 0.88) 0%, rgba(8, 12, 29, 0.74) 47%, rgba(8, 12, 29, 0.42) 72%, rgba(8, 12, 29, 0.30) 100%),
                linear-gradient(180deg, rgba(8, 12, 29, 0.28) 0%, rgba(8, 12, 29, 0.34) 55%, rgba(8, 12, 29, 0.78) 100%);
        }

        #hero-modern-final .hm-noise {
            position: absolute;
            inset: 0;
            z-index: -1;
            pointer-events: none;
            opacity: 0.12;
            background-image: radial-gradient(rgba(255, 255, 255, 0.28) 0.55px, transparent 0.55px);
            background-size: 6px 6px;
            mask-image: linear-gradient(to bottom, transparent, #000 15%, #000 80%, transparent);
        }

        #hero-modern-final .hm-container {
            width: min(1320px, calc(100% - 48px));
            margin: auto;
            padding: 124px 0 122px;
            position: relative;
            z-index: 2;
        }

        #hero-modern-final .hm-grid {
            display: grid;
            grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
            align-items: center;
            gap: clamp(48px, 7vw, 100px);
        }

        #hero-modern-final .hm-copy {
            max-width: 790px;
            padding: clamp(26px, 3.4vw, 46px);
            border: 1px solid rgba(255, 255, 255, 0.16);
            border-radius: clamp(22px, 2.2vw, 32px);
            background: linear-gradient(145deg, rgba(8, 12, 29, 0.88), rgba(20, 14, 33, 0.74));
            box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
            backdrop-filter: blur(14px) saturate(120%);
            -webkit-backdrop-filter: blur(14px) saturate(120%);
        }

        #hero-modern-final .hm-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            margin: 0 0 20px;
            padding: 8px 13px;
            border: 1px solid rgba(162, 216, 236, 0.28);
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.08);
            color: #eaf8ff;
            font-size: 0.84rem;
            font-weight: 700;
            letter-spacing: 0.035em;
            line-height: 1;
            text-transform: uppercase;
            backdrop-filter: blur(10px);
        }

        #hero-modern-final .hm-eyebrow-dot {
            width: 9px;
            height: 9px;
            border-radius: 50%;
            background: var(--hm-cyan);
            box-shadow: 0 0 0 5px rgba(65, 192, 225, 0.13);
        }

        #hero-modern-final .hm-title {
            max-width: 850px;
            margin: 0;
            color: var(--hm-white) !important;
            font-size: clamp(2.75rem, 5.6vw, 5.35rem);
            font-weight: 760;
            letter-spacing: -0.055em;
            line-height: 0.98;
            text-align: left;
            text-wrap: balance;
            text-shadow: 0 4px 30px rgba(0, 0, 0, 0.38);
        }

        #hero-modern-final .hm-title-accent {
            display: inline;
            color: #83ddf0;
            background: linear-gradient(90deg, #ffffff 0%, #a2d8ec 34%, #41c0e1 70%, #159ceb 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        #hero-modern-final .hm-lead {
            max-width: 720px;
            margin: 25px 0 0;
            color: var(--hm-text) !important;
            font-size: clamp(1.08rem, 1.5vw, 1.28rem);
            font-weight: 400;
            letter-spacing: -0.01em;
            line-height: 1.66;
            text-align: left;
        }

        #hero-modern-final .hm-lead strong {
            color: var(--hm-white);
            font-weight: 700;
        }

        #hero-modern-final .hm-summary {
            margin: 14px 0 0;
            color: var(--hm-muted) !important;
            font-size: 0.98rem;
            line-height: 1.6;
            text-align: left;
        }

        #hero-modern-final .hm-benefits {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 10px;
            max-width: 760px;
            margin: 28px 0 0;
        }

        #hero-modern-final .hm-benefit {
            display: flex;
            align-items: center;
            min-height: 50px;
            gap: 9px;
            padding: 10px 12px;
            border: 1px solid var(--hm-border);
            border-radius: 14px;
            background: rgba(255, 255, 255, 0.075);
            color: var(--hm-white);
            font-size: 0.9rem;
            font-weight: 650;
            line-height: 1.25;
            backdrop-filter: blur(9px);
        }

        #hero-modern-final .hm-benefit svg {
            width: 19px;
            height: 19px;
            flex: 0 0 19px;
            fill: var(--hm-cyan);
        }

        #hero-modern-final .hm-actions {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 12px;
            margin: 30px 0 0;
        }

        #hero-modern-final .hm-button {
            display: inline-flex;
            min-height: 54px;
            align-items: center;
            justify-content: center;
            gap: 9px;
            padding: 14px 21px;
            border: 1px solid transparent;
            border-radius: 15px;
            font-size: 0.98rem;
            font-weight: 750;
            line-height: 1.15;
            text-decoration: none !important;
            transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
        }

        #hero-modern-final .hm-button svg {
            width: 20px;
            height: 20px;
            flex: 0 0 20px;
            fill: currentColor;
        }

        #hero-modern-final .hm-button-primary {
            color: #fff !important;
            background: linear-gradient(90deg, var(--hm-primary), var(--hm-secondary) 60%, var(--hm-cyan));
            box-shadow: 0 16px 34px rgba(5, 109, 246, 0.28);
        }

        #hero-modern-final .hm-button-primary:hover,
        #hero-modern-final .hm-button-primary:focus-visible {
            color: #fff !important;
            transform: translateY(-2px);
            box-shadow: 0 20px 42px rgba(5, 109, 246, 0.38);
        }

        #hero-modern-final .hm-button-secondary {
            color: #fff !important;
            border-color: rgba(255, 255, 255, 0.25);
            background: rgba(255, 255, 255, 0.075);
            backdrop-filter: blur(10px);
        }

        #hero-modern-final .hm-button-secondary:hover,
        #hero-modern-final .hm-button-secondary:focus-visible {
            color: #fff !important;
            border-color: rgba(255, 255, 255, 0.42);
            background: rgba(255, 255, 255, 0.13);
            transform: translateY(-2px);
        }

        #hero-modern-final .hm-reassurance {
            display: flex;
            flex-wrap: wrap;
            gap: 7px 18px;
            margin: 15px 0 0;
            color: rgba(255, 255, 255, 0.67) !important;
            font-size: 0.84rem;
            line-height: 1.45;
        }

        #hero-modern-final .hm-reassurance span {
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }

        #hero-modern-final .hm-reassurance svg {
            width: 15px;
            height: 15px;
            fill: var(--hm-cyan);
        }

        #hero-modern-final .hm-review-column {
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }

        #hero-modern-final .hm-review-wrapper {
            width: min(100%, 390px);
        }

        #hero-modern-final .hm-review-card {
            width: 100%;
            padding: 25px;
            border: 1px solid rgba(255, 255, 255, 0.15);
            border-radius: 22px;
            background: var(--hm-card);
            box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
            color: #fff;
            opacity: 0;
            transform: translateY(16px);
            backdrop-filter: blur(18px);
            transition: opacity 0.38s ease, transform 0.38s ease;
        }

        #hero-modern-final .hm-review-card.is-visible {
            opacity: 1;
            transform: translateY(0);
        }

        #hero-modern-final .hm-review-top,
        #hero-modern-final .hm-review-footer {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 14px;
        }

        #hero-modern-final .hm-review-brand {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #fff;
            font-size: 1rem;
            font-weight: 750;
        }

        #hero-modern-final .hm-review-brand svg {
            width: 23px;
            height: 23px;
            fill: var(--hm-green);
        }

        #hero-modern-final .hm-stars {
            display: inline-flex;
            gap: 3px;
        }

        #hero-modern-final .hm-star {
            width: 18px;
            height: 18px;
            fill: var(--hm-green);
        }

        #hero-modern-final .hm-star.is-empty {
            fill: rgba(255, 255, 255, 0.22);
        }

        #hero-modern-final .hm-review-title {
            margin: 20px 0 8px;
            color: #fff !important;
            font-size: 1.1rem;
            font-weight: 750;
            line-height: 1.3;
        }

        #hero-modern-final .hm-review-text {
            margin: 0;
            color: rgba(255, 255, 255, 0.78) !important;
            font-size: 0.97rem;
            font-style: italic;
            line-height: 1.62;
        }

        #hero-modern-final .hm-review-footer {
            margin-top: 19px;
            padding-top: 16px;
            border-top: 1px solid rgba(255, 255, 255, 0.12);
            font-size: 0.84rem;
        }

        #hero-modern-final .hm-review-author {
            color: #fff;
            font-weight: 700;
        }

        #hero-modern-final .hm-review-verified {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            color: #73e0b7;
            font-weight: 650;
        }

        #hero-modern-final .hm-review-verified svg {
            width: 15px;
            height: 15px;
            fill: currentColor;
        }

        #hero-modern-final .hm-wave {
            position: absolute;
            right: 0;
            bottom: -1px;
            left: 0;
            z-index: 3;
            width: 100%;
            overflow: hidden;
            line-height: 0;
            pointer-events: none;
        }

        #hero-modern-final .hm-wave svg {
            display: block;
            width: calc(100% + 2px);
            height: clamp(62px, 8vw, 126px);
        }

        @media (max-width: 1100px) {
            #hero-modern-final .hm-grid {
                grid-template-columns: minmax(0, 1fr) 330px;
                gap: 42px;
            }

            #hero-modern-final .hm-benefits {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 991px) {
            #hero-modern-final .hm-hero {
                min-height: auto;
            }

            #hero-modern-final .hm-slide {
                object-position: 54% center;
            }

            #hero-modern-final .hm-overlay {
                background:
                    linear-gradient(180deg, rgba(8, 12, 29, 0.48) 0%, rgba(8, 12, 29, 0.68) 36%, rgba(8, 12, 29, 0.92) 100%),
                    linear-gradient(90deg, rgba(8, 12, 29, 0.62), rgba(8, 12, 29, 0.24));
            }

            #hero-modern-final .hm-container {
                width: min(760px, calc(100% - 36px));
                padding: 118px 0 120px;
            }

            #hero-modern-final .hm-grid {
                grid-template-columns: 1fr;
                gap: 34px;
            }

            #hero-modern-final .hm-copy,
            #hero-modern-final .hm-lead,
            #hero-modern-final .hm-summary,
            #hero-modern-final .hm-benefits {
                max-width: none;
            }

            #hero-modern-final .hm-copy {
                padding: clamp(26px, 5vw, 40px);
                background: linear-gradient(145deg, rgba(8, 12, 29, 0.90), rgba(20, 14, 33, 0.82));
            }

            #hero-modern-final .hm-review-column {
                justify-content: flex-start;
            }

            #hero-modern-final .hm-review-wrapper {
                width: min(100%, 570px);
            }
        }

        @media (max-width: 640px) {
            #hero-modern-final .hm-container {
                width: min(100% - 28px, 560px);
                padding: 102px 0 104px;
            }

            #hero-modern-final .hm-slide {
                object-position: 55% center;
            }

            #hero-modern-final .hm-copy {
                padding: 22px 18px;
                border-radius: 22px;
                background: rgba(8, 12, 29, 0.91);
                box-shadow: 0 22px 50px rgba(0, 0, 0, 0.34);
                backdrop-filter: blur(10px);
                -webkit-backdrop-filter: blur(10px);
            }

            #hero-modern-final .hm-eyebrow {
                margin-bottom: 16px;
                font-size: 0.72rem;
            }

            #hero-modern-final .hm-title {
                font-size: clamp(2.35rem, 12.4vw, 3.5rem);
                line-height: 1.01;
            }

            #hero-modern-final .hm-lead {
                margin-top: 20px;
                font-size: 1.04rem;
                line-height: 1.58;
            }

            #hero-modern-final .hm-summary {
                font-size: 0.9rem;
            }

            #hero-modern-final .hm-benefits {
                grid-template-columns: 1fr;
                gap: 8px;
                margin-top: 23px;
            }

            #hero-modern-final .hm-benefit {
                min-height: 46px;
            }

            #hero-modern-final .hm-actions {
                display: grid;
                grid-template-columns: 1fr;
                gap: 10px;
                margin-top: 25px;
            }

            #hero-modern-final .hm-button {
                width: 100%;
            }

            #hero-modern-final .hm-reassurance {
                display: grid;
                grid-template-columns: 1fr;
                gap: 6px;
            }

            #hero-modern-final .hm-review-card {
                padding: 20px;
                border-radius: 18px;
            }

            #hero-modern-final .hm-review-top,
            #hero-modern-final .hm-review-footer {
                align-items: flex-start;
            }

            #hero-modern-final .hm-stars {
                gap: 1px;
            }

            #hero-modern-final .hm-star {
                width: 16px;
                height: 16px;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            #hero-modern-final *,
            #hero-modern-final *::before,
            #hero-modern-final *::after {
                scroll-behavior: auto !important;
                transition-duration: 0.01ms !important;
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
            }
        }


/* =====================================================================
   Styles du composant : 03-banner-features.php
   ===================================================================== */
#custom-banner-section {
    --cb-bg: #f8fbfd;
    --cb-surface: #ffffff;
    --cb-surface-soft: #eef8fc;
    --cb-text: #10162f;
    --cb-muted: #667085;
    --cb-primary: #056df6;
    --cb-secondary: #159ceb;
    --cb-accent: #41c0e1;
    --cb-border: #dcecf5;
    --cb-success: #00a878;
    --cb-radius-lg: 30px;
    --cb-radius-md: 20px;
    --cb-shadow: 0 24px 60px rgba(16, 22, 47, 0.10);
    --cb-shadow-soft: 0 12px 32px rgba(16, 22, 47, 0.07);
    --cb-gradient: linear-gradient(90deg, #056df6 0%, #159ceb 52%, #41c0e1 100%);
    color: var(--cb-text);
}

#custom-banner-section *,
#custom-banner-section *::before,
#custom-banner-section *::after {
    box-sizing: border-box;
}

#custom-banner-section .cb-section {
    position: relative;
    overflow: hidden;
    padding: clamp(72px, 8vw, 120px) 0;
    background:
        radial-gradient(circle at 8% 10%, rgba(65, 192, 225, 0.13), transparent 30%),
        radial-gradient(circle at 92% 90%, rgba(5, 109, 246, 0.09), transparent 30%),
        var(--cb-bg);
}

#custom-banner-section .cb-container {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
}

#custom-banner-section .cb-row {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: clamp(44px, 6vw, 88px);
}

#custom-banner-section .cb-col-img,
#custom-banner-section .cb-col-text {
    min-width: 0;
}

#custom-banner-section .cb-media {
    position: relative;
}

#custom-banner-section .cb-media::before {
    content: "";
    position: absolute;
    inset: 8% -5% -8% 8%;
    border-radius: 36px;
    background: var(--cb-gradient);
    opacity: 0.10;
    filter: blur(2px);
    transform: rotate(-3deg);
}

#custom-banner-section .cb-img-frame {
    position: relative;
    overflow: hidden;
    padding: clamp(12px, 2vw, 20px);
    border: 1px solid rgba(5, 109, 246, 0.10);
    border-radius: var(--cb-radius-lg);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--cb-shadow);
}

#custom-banner-section .cb-img-frame figure {
    margin: 0;
}

#custom-banner-section .cb-img-frame img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: calc(var(--cb-radius-lg) - 10px);
}

#custom-banner-section .cb-media-badge {
    position: absolute;
    right: -18px;
    bottom: 26px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    max-width: 220px;
    padding: 13px 16px;
    color: var(--cb-text);
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.3;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--cb-border);
    border-radius: 16px;
    box-shadow: var(--cb-shadow-soft);
}

#custom-banner-section .cb-media-badge svg {
    width: 21px;
    height: 21px;
    flex: 0 0 auto;
    fill: var(--cb-primary);
}

#custom-banner-section .cb-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    padding: 8px 12px;
    color: var(--cb-primary);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(5, 109, 246, 0.08);
    border: 1px solid rgba(5, 109, 246, 0.12);
    border-radius: 999px;
}

#custom-banner-section .cb-eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--cb-gradient);
}

#custom-banner-section .cb-title {
    margin: 0 0 22px;
    color: #0b1028 !important;
    font-size: clamp(2.15rem, 4.1vw, 4.2rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 1.02;
    text-wrap: balance;
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

#custom-banner-section .cb-title,
#custom-banner-section .cb-title * {
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}

#custom-banner-section .cb-title-main {
    display: block;
    color: #0b1028 !important;
    background: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    -webkit-text-fill-color: #0b1028 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

#custom-banner-section .cb-title-highlight {
    display: block;
    color: var(--cb-primary);
    background: var(--cb-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

#custom-banner-section .cb-intro {
    max-width: 690px;
    margin: 0 0 30px;
    color: var(--cb-muted) !important;
    font-size: clamp(1.02rem, 1.5vw, 1.18rem);
    line-height: 1.72;
}

#custom-banner-section .cb-intro strong {
    color: var(--cb-text);
    font-weight: 700;
}

#custom-banner-section .cb-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0 0 30px;
}

#custom-banner-section .cb-feature {
    position: relative;
    min-height: 100%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid var(--cb-border);
    border-radius: var(--cb-radius-md);
    box-shadow: 0 8px 24px rgba(16, 22, 47, 0.045);
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease;
}

#custom-banner-section .cb-feature:hover {
    transform: translateY(-3px);
    border-color: rgba(5, 109, 246, 0.22);
    box-shadow: var(--cb-shadow-soft);
}

#custom-banner-section .cb-feature-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

#custom-banner-section .cb-icon-box {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    color: #ffffff;
    background: var(--cb-gradient);
    border-radius: 14px;
    box-shadow: 0 10px 22px rgba(5, 109, 246, 0.17);
}

#custom-banner-section .cb-icon-box svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

#custom-banner-section .cb-feature-title {
    margin: 0;
    color: var(--cb-text) !important;
    font-size: 1.03rem;
    font-weight: 800;
    line-height: 1.25;
}

#custom-banner-section .cb-feature-text {
    margin: 0;
    color: var(--cb-muted) !important;
    font-size: 0.94rem;
    line-height: 1.62;
}

#custom-banner-section .cb-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

#custom-banner-section .cb-btn {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 21px;
    border: 1px solid transparent;
    border-radius: 15px;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease;
}

#custom-banner-section .cb-btn svg {
    width: 19px;
    height: 19px;
    fill: currentColor;
}

#custom-banner-section .cb-btn-primary {
    color: #ffffff !important;
    background: var(--cb-gradient);
    box-shadow: 0 12px 28px rgba(5, 109, 246, 0.20);
}

#custom-banner-section .cb-btn-primary:hover {
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(5, 109, 246, 0.25);
}

#custom-banner-section .cb-btn-secondary {
    color: var(--cb-primary) !important;
    background: #ffffff;
    border-color: rgba(5, 109, 246, 0.16);
    box-shadow: 0 8px 20px rgba(16, 22, 47, 0.05);
}

#custom-banner-section .cb-btn-secondary:hover {
    color: var(--cb-primary) !important;
    transform: translateY(-2px);
    border-color: rgba(5, 109, 246, 0.28);
    background: var(--cb-surface-soft);
}

#custom-banner-section .cb-note {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin-top: 3px;
    color: var(--cb-muted);
    font-size: 0.86rem;
}

#custom-banner-section .cb-note svg {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    fill: var(--cb-success);
}

@media (max-width: 1050px) {
    #custom-banner-section .cb-row {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    #custom-banner-section .cb-col-img {
        order: 2;
    }

    #custom-banner-section .cb-col-text {
        order: 1;
    }

    #custom-banner-section .cb-text-fit {
        max-width: 820px;
        margin: 0 auto;
        text-align: center;
    }

    #custom-banner-section .cb-intro {
        margin-right: auto;
        margin-left: auto;
    }

    #custom-banner-section .cb-eyebrow {
        justify-content: center;
    }

    #custom-banner-section .cb-actions {
        justify-content: center;
    }

    #custom-banner-section .cb-features {
        text-align: left;
    }

    #custom-banner-section .cb-media {
        max-width: 760px;
        margin: 0 auto;
    }
}

@media (max-width: 720px) {
    #custom-banner-section .cb-section {
        padding: 64px 0;
    }

    #custom-banner-section .cb-container {
        width: min(100% - 28px, 1240px);
    }

    #custom-banner-section .cb-title {
        font-size: clamp(2.1rem, 11vw, 3rem);
        letter-spacing: -0.045em;
    }

    #custom-banner-section .cb-intro {
        font-size: 1rem;
        line-height: 1.65;
    }

    #custom-banner-section .cb-features {
        grid-template-columns: 1fr;
    }

    #custom-banner-section .cb-feature {
        padding: 18px;
    }

    #custom-banner-section .cb-actions {
        flex-direction: column;
        align-items: stretch;
    }

    #custom-banner-section .cb-btn {
        width: 100%;
    }

    #custom-banner-section .cb-note {
        justify-content: center;
        text-align: center;
    }

    #custom-banner-section .cb-media-badge {
        position: relative;
        right: auto;
        bottom: auto;
        max-width: none;
        margin: 14px auto 0;
        justify-content: center;
        text-align: center;
    }

    #custom-banner-section .cb-img-frame {
        padding: 10px;
        border-radius: 22px;
    }

    #custom-banner-section .cb-img-frame img {
        border-radius: 14px;
    }

    #custom-banner-section .cb-media::before {
        inset: 8% 2% -5% 2%;
    }
}

@media (max-width: 420px) {
    #custom-banner-section .cb-eyebrow {
        font-size: 0.7rem;
        letter-spacing: 0.055em;
    }

    #custom-banner-section .cb-feature-head {
        align-items: flex-start;
    }

    #custom-banner-section .cb-icon-box {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    #custom-banner-section .cb-feature-title {
        font-size: 0.98rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    #custom-banner-section .cb-feature,
    #custom-banner-section .cb-btn {
        transition: none;
    }

    #custom-banner-section .cb-feature:hover,
    #custom-banner-section .cb-btn:hover {
        transform: none;
    }
}


/* =====================================================================
   Styles du composant : 04-reviews-video.php
   ===================================================================== */
#custom-reviews-final {
    --cr-bg: #ffffff;
    --cr-bg-soft: #f5faff;
    --cr-surface: #ffffff;
    --cr-surface-alt: #eef8fc;
    --cr-text: #0b1028;
    --cr-muted: #667085;
    --cr-primary: #056df6;
    --cr-secondary: #159ceb;
    --cr-accent: #41c0e1;
    --cr-border: #dcecf5;
    --cr-success: #00a878;
    --cr-radius-lg: 30px;
    --cr-radius-md: 19px;
    --cr-shadow: 0 24px 64px rgba(11, 16, 40, 0.10);
    --cr-shadow-soft: 0 10px 30px rgba(11, 16, 40, 0.065);
    --cr-gradient: linear-gradient(90deg, #056df6 0%, #159ceb 52%, #41c0e1 100%);
    color: var(--cr-text);
}

#custom-reviews-final *,
#custom-reviews-final *::before,
#custom-reviews-final *::after {
    box-sizing: border-box;
}

#custom-reviews-final .cr-section {
    position: relative;
    overflow: hidden;
    padding: clamp(72px, 8vw, 120px) 0;
    background:
        radial-gradient(circle at 4% 16%, rgba(65, 192, 225, 0.12), transparent 28%),
        radial-gradient(circle at 94% 84%, rgba(5, 109, 246, 0.08), transparent 30%),
        var(--cr-bg);
}

#custom-reviews-final .cr-container {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
}

#custom-reviews-final .cr-row {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    align-items: center;
    gap: clamp(46px, 7vw, 92px);
}

#custom-reviews-final .cr-col-left,
#custom-reviews-final .cr-col-right {
    min-width: 0;
}

#custom-reviews-final .cr-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    padding: 8px 12px;
    color: var(--cr-primary) !important;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    background: rgba(5, 109, 246, 0.08);
    border: 1px solid rgba(5, 109, 246, 0.12);
    border-radius: 999px;
}

#custom-reviews-final .cr-eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--cr-gradient);
}

#custom-reviews-final .cr-title {
    margin: 0 0 22px;
    color: var(--cr-text) !important;
    font-size: clamp(2.2rem, 4.15vw, 4.25rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 1.02;
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
    text-shadow: none !important;
    text-wrap: balance;
}

#custom-reviews-final .cr-title,
#custom-reviews-final .cr-title * {
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}

#custom-reviews-final .cr-title-main {
    display: block;
    color: #0b1028 !important;
    background: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    -webkit-text-fill-color: #0b1028 !important;
}

#custom-reviews-final .cr-title-highlight {
    display: block;
    color: var(--cr-primary) !important;
    background: var(--cr-gradient) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

#custom-reviews-final .cr-intro {
    max-width: 720px;
    margin: 0 0 26px;
    color: var(--cr-muted) !important;
    font-size: clamp(1.02rem, 1.45vw, 1.17rem);
    line-height: 1.72;
}

#custom-reviews-final .cr-intro strong {
    color: var(--cr-text) !important;
    font-weight: 750;
}

#custom-reviews-final .cr-mini-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0 0 30px;
}

#custom-reviews-final .cr-mini-proof span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    color: var(--cr-text) !important;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.2;
    background: #ffffff;
    border: 1px solid var(--cr-border);
    border-radius: 999px;
    box-shadow: 0 5px 14px rgba(11, 16, 40, 0.035);
}

#custom-reviews-final .cr-mini-proof svg {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    fill: var(--cr-primary);
}

#custom-reviews-final .cr-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0 0 28px;
}

#custom-reviews-final .cr-feature {
    min-height: 100%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--cr-border);
    border-radius: var(--cr-radius-md);
    box-shadow: 0 8px 24px rgba(11, 16, 40, 0.045);
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}

#custom-reviews-final .cr-feature:hover {
    transform: translateY(-3px);
    border-color: rgba(5, 109, 246, 0.22);
    box-shadow: var(--cr-shadow-soft);
}

#custom-reviews-final .cr-feature-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

#custom-reviews-final .cr-icon-box {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    color: #ffffff;
    background: var(--cr-gradient);
    border-radius: 14px;
    box-shadow: 0 10px 22px rgba(5, 109, 246, 0.17);
}

#custom-reviews-final .cr-icon-box svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

#custom-reviews-final .cr-feature-title {
    margin: 0;
    color: var(--cr-text) !important;
    font-size: 1.02rem;
    font-weight: 800;
    line-height: 1.28;
}

#custom-reviews-final .cr-feature-text {
    margin: 0;
    color: var(--cr-muted) !important;
    font-size: 0.94rem;
    line-height: 1.62;
}

#custom-reviews-final .cr-trust-area {
    margin-top: 8px;
    padding: 20px;
    background: var(--cr-bg-soft);
    border: 1px solid var(--cr-border);
    border-radius: var(--cr-radius-md);
}

#custom-reviews-final .cr-trust-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 13px;
}

#custom-reviews-final .cr-trust-title {
    margin: 0;
    color: var(--cr-text) !important;
    font-size: 0.97rem;
    font-weight: 800;
    line-height: 1.35;
}

#custom-reviews-final .cr-trust-note {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--cr-success) !important;
    font-size: 0.82rem;
    font-weight: 750;
    white-space: nowrap;
}

#custom-reviews-final .cr-trust-note svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

#custom-reviews-final .trustpilot-widget {
    min-height: 24px;
}

#custom-reviews-final .cr-trust-link {
    color: var(--cr-primary) !important;
    font-weight: 750;
    text-decoration: none !important;
}

#custom-reviews-final .cr-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
}

#custom-reviews-final .cr-btn {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 13px 21px;
    border: 1px solid transparent;
    border-radius: 15px;
    font-size: 0.97rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease;
}

#custom-reviews-final .cr-btn svg {
    width: 19px;
    height: 19px;
    fill: currentColor;
}

#custom-reviews-final .cr-btn-primary {
    color: #ffffff !important;
    background: var(--cr-gradient);
    box-shadow: 0 12px 28px rgba(5, 109, 246, 0.20);
}

#custom-reviews-final .cr-btn-primary:hover {
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(5, 109, 246, 0.25);
}

#custom-reviews-final .cr-btn-secondary {
    color: var(--cr-primary) !important;
    background: #ffffff;
    border-color: rgba(5, 109, 246, 0.16);
    box-shadow: 0 8px 20px rgba(11, 16, 40, 0.045);
}

#custom-reviews-final .cr-btn-secondary:hover {
    color: var(--cr-primary) !important;
    transform: translateY(-2px);
    border-color: rgba(5, 109, 246, 0.28);
    background: var(--cr-bg-soft);
}

#custom-reviews-final .cr-phone-wrap {
    position: relative;
    max-width: 470px;
    margin: 0 auto;
}

#custom-reviews-final .cr-phone-wrap::before {
    content: "";
    position: absolute;
    inset: 9% 3% 6%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(65, 192, 225, 0.22), rgba(5, 109, 246, 0.08) 50%, transparent 72%);
    filter: blur(8px);
}

#custom-reviews-final .cr-phone-card {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: clamp(20px, 3vw, 32px);
    background:
        linear-gradient(150deg, rgba(255, 255, 255, 0.97), rgba(238, 248, 252, 0.92));
    border: 1px solid var(--cr-border);
    border-radius: var(--cr-radius-lg);
    box-shadow: var(--cr-shadow);
}

#custom-reviews-final .cr-phone-card figure {
    margin: 0;
    text-align: center;
}

#custom-reviews-final .cr-phone-card img {
    display: block;
    width: 100%;
    max-width: 420px;
    max-height: 690px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 22px 34px rgba(11, 16, 40, 0.24));
}

#custom-reviews-final .cr-phone-caption {
    margin: 18px 0 0;
    color: var(--cr-muted) !important;
    font-size: 0.9rem;
    line-height: 1.55;
    text-align: center;
}

#custom-reviews-final .cr-phone-caption strong {
    color: var(--cr-text) !important;
}

#custom-reviews-final .cr-phone-badge {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 210px;
    padding: 11px 14px;
    color: var(--cr-text) !important;
    font-size: 0.83rem;
    font-weight: 800;
    line-height: 1.3;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid var(--cr-border);
    border-radius: 15px;
    box-shadow: var(--cr-shadow-soft);
}

#custom-reviews-final .cr-phone-badge svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    fill: var(--cr-primary);
}

#custom-reviews-final .cr-phone-badge-top {
    top: 13%;
    right: -30px;
}

#custom-reviews-final .cr-phone-badge-bottom {
    bottom: 12%;
    left: -32px;
}

@media (max-width: 1080px) {
    #custom-reviews-final .cr-row {
        grid-template-columns: 1fr;
        gap: 52px;
    }

    #custom-reviews-final .cr-col-left {
        order: 1;
    }

    #custom-reviews-final .cr-col-right {
        order: 2;
    }

    #custom-reviews-final .cr-card-fit {
        max-width: 840px;
        margin: 0 auto;
        text-align: center;
    }

    #custom-reviews-final .cr-intro {
        margin-right: auto;
        margin-left: auto;
    }

    #custom-reviews-final .cr-eyebrow,
    #custom-reviews-final .cr-mini-proof,
    #custom-reviews-final .cr-actions {
        justify-content: center;
    }

    #custom-reviews-final .cr-features {
        text-align: left;
    }

    #custom-reviews-final .cr-trust-area {
        text-align: left;
    }
}

@media (max-width: 740px) {
    #custom-reviews-final .cr-section {
        padding: 64px 0;
    }

    #custom-reviews-final .cr-container {
        width: min(100% - 28px, 1240px);
    }

    #custom-reviews-final .cr-title {
        font-size: clamp(2.05rem, 11vw, 3rem);
        letter-spacing: -0.045em;
    }

    #custom-reviews-final .cr-intro {
        font-size: 1rem;
        line-height: 1.66;
    }

    #custom-reviews-final .cr-mini-proof {
        gap: 7px;
    }

    #custom-reviews-final .cr-mini-proof span {
        font-size: 0.79rem;
        padding: 8px 10px;
    }

    #custom-reviews-final .cr-features {
        grid-template-columns: 1fr;
    }

    #custom-reviews-final .cr-feature {
        padding: 18px;
    }

    #custom-reviews-final .cr-trust-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    #custom-reviews-final .cr-actions {
        flex-direction: column;
        align-items: stretch;
    }

    #custom-reviews-final .cr-btn {
        width: 100%;
    }

    #custom-reviews-final .cr-phone-card {
        padding: 18px 14px;
        border-radius: 22px;
    }

    #custom-reviews-final .cr-phone-badge {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        max-width: none;
        margin-top: 10px;
        justify-content: center;
        text-align: center;
    }

    #custom-reviews-final .cr-phone-badge-top {
        margin-bottom: 10px;
    }
}

@media (max-width: 420px) {
    #custom-reviews-final .cr-eyebrow {
        font-size: 0.69rem;
        letter-spacing: 0.055em;
    }

    #custom-reviews-final .cr-feature-head {
        align-items: flex-start;
    }

    #custom-reviews-final .cr-icon-box {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    #custom-reviews-final .cr-feature-title {
        font-size: 0.97rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    #custom-reviews-final .cr-feature,
    #custom-reviews-final .cr-btn {
        transition: none;
    }

    #custom-reviews-final .cr-feature:hover,
    #custom-reviews-final .cr-btn:hover {
        transform: none;
    }
}


/* =====================================================================
   Styles du composant : 19-gratuit.php
   ===================================================================== */
#custom-home-reassurance-final {
            --cma-primary: #056df6;
            --cma-secondary: #159ceb;
            --cma-accent: #41c0e1;
            --cma-dark: #140e21;
            --cma-text: #68718c;
            --cma-bg: #f7fafc;
            --cma-card: #ffffff;
            --cma-border: #dcecf5;
            --cma-success: #00a86b;
            --cma-shadow: 0 18px 50px rgba(20, 14, 33, 0.08);
            --cma-shadow-soft: 0 10px 30px rgba(20, 14, 33, 0.06);
            --cma-gradient: linear-gradient(90deg, #056df6 0%, #159ceb 52%, #41c0e1 100%);
            color: var(--cma-dark);
            font-family: inherit;
        }

        #custom-home-reassurance-final *,
        #custom-home-reassurance-final *::before,
        #custom-home-reassurance-final *::after {
            box-sizing: border-box;
        }

        #custom-home-reassurance-final .cma-section {
            position: relative;
            overflow: hidden;
            padding: 90px 0;
            background:
                radial-gradient(circle at 10% 15%, rgba(65, 192, 225, 0.12), transparent 28%),
                radial-gradient(circle at 90% 85%, rgba(5, 109, 246, 0.08), transparent 28%),
                var(--cma-bg);
        }

        #custom-home-reassurance-final .cma-container {
            width: min(1220px, calc(100% - 40px));
            margin: 0 auto;
        }

        #custom-home-reassurance-final .cma-section-heading {
            max-width: 920px;
            margin: 0 auto 54px;
            padding: 0 18px;
            text-align: center !important;
        }

        #custom-home-reassurance-final .cma-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 14px;
            padding: 8px 14px;
            color: var(--cma-primary);
            background: rgba(5, 109, 246, 0.08);
            border: 1px solid rgba(5, 109, 246, 0.12);
            border-radius: 999px;
            font-size: 14px;
            font-weight: 700;
        }

        #custom-home-reassurance-final .cma-eyebrow::before {
            content: "";
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--cma-accent);
            box-shadow: 0 0 0 5px rgba(65, 192, 225, 0.14);
        }

        #custom-home-reassurance-final .cma-title {
            display: block;
            max-width: 900px;
            margin: 0 auto 20px !important;
            color: var(--cma-dark) !important;
            font-size: clamp(34px, 4.2vw, 56px) !important;
            font-weight: 800 !important;
            line-height: 1.08 !important;
            letter-spacing: -0.045em !important;
            text-align: center !important;
            text-wrap: balance;
        }

        #custom-home-reassurance-final .cma-title-main,
        #custom-home-reassurance-final .cma-title-gradient {
            display: block;
            width: 100%;
            text-align: center !important;
        }

        #custom-home-reassurance-final .cma-title-main {
            color: var(--cma-dark) !important;
        }

        #custom-home-reassurance-final .cma-title-gradient {
            margin-top: 4px;
            color: var(--cma-primary) !important;
            background: none !important;
            -webkit-background-clip: initial !important;
            background-clip: initial !important;
            -webkit-text-fill-color: var(--cma-primary) !important;
        }

        #custom-home-reassurance-final .cma-intro {
            max-width: 760px;
            margin: 0 auto !important;
            color: var(--cma-text) !important;
            font-size: 18px !important;
            line-height: 1.7 !important;
            text-align: center !important;
            text-wrap: balance;
        }

        #custom-home-reassurance-final .cma-row {
            display: grid;
            grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
            gap: 60px;
            align-items: center;
        }

        #custom-home-reassurance-final .cma-col-left,
        #custom-home-reassurance-final .cma-col-right {
            min-width: 0;
        }

        #custom-home-reassurance-final .cma-video-frame {
            width: 100%;
            max-width: 390px;
            margin: 0 auto 26px;
        }

        #custom-home-reassurance-final .cma-video-wrapper {
            position: relative;
            width: 100%;
            aspect-ratio: 9 / 16;
            overflow: hidden;
            background: var(--cma-dark);
            border: 6px solid #ffffff;
            border-radius: 30px;
            box-shadow:
                0 28px 65px rgba(20, 14, 33, 0.16),
                0 10px 25px rgba(5, 109, 246, 0.12);
        }

        #custom-home-reassurance-final .cma-video-wrapper::after {
            content: "";
            position: absolute;
            inset: 0;
            pointer-events: none;
            border-radius: 24px;
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
        }

        #custom-home-reassurance-final .cma-video-wrapper iframe {
            display: block;
            width: 100%;
            height: 100%;
            border: 0;
        }

        #custom-home-reassurance-final .cma-video-caption {
            margin: 15px auto 0;
            color: var(--cma-text);
            font-size: 14px;
            line-height: 1.55;
            text-align: center;
        }

        #custom-home-reassurance-final .cma-simple-explanation {
            margin: 0 0 22px;
            color: var(--cma-text);
            font-size: 17px;
            line-height: 1.7;
            text-align: center;
        }

        #custom-home-reassurance-final .cma-highlights {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 10px;
        }

        #custom-home-reassurance-final .cma-highlight-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-height: 104px;
            padding: 14px 10px;
            color: var(--cma-dark);
            background: #ffffff;
            border: 1px solid var(--cma-border);
            border-radius: 18px;
            box-shadow: var(--cma-shadow-soft);
            font-size: 13px;
            font-weight: 700;
            line-height: 1.3;
            text-align: center;
        }

        #custom-home-reassurance-final .cma-highlight-icon {
            width: 27px;
            height: 27px;
            margin-bottom: 8px;
            fill: var(--cma-primary);
        }

        #custom-home-reassurance-final .cma-how-heading {
            max-width: 720px;
            margin: 0 auto 28px;
            text-align: center !important;
        }

        #custom-home-reassurance-final .cma-how-label {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 34px;
            margin: 0 auto 12px;
            padding: 7px 13px;
            color: var(--cma-primary) !important;
            background: rgba(5, 109, 246, 0.09);
            border: 1px solid rgba(5, 109, 246, 0.14);
            border-radius: 999px;
            font-size: 13px;
            font-weight: 800;
            line-height: 1;
            text-align: center !important;
        }

        #custom-home-reassurance-final .cma-col-right-title {
            max-width: 680px;
            margin: 0 auto 12px !important;
            color: var(--cma-dark) !important;
            font-size: clamp(29px, 3vw, 42px) !important;
            font-weight: 800 !important;
            line-height: 1.14 !important;
            letter-spacing: -0.035em !important;
            text-align: center !important;
            text-wrap: balance;
        }

        #custom-home-reassurance-final .cma-col-right-intro {
            max-width: 650px;
            margin: 0 auto !important;
            color: var(--cma-text) !important;
            font-size: 17px !important;
            line-height: 1.7 !important;
            text-align: center !important;
            text-wrap: balance;
        }

        #custom-home-reassurance-final .cma-steps {
            display: grid !important;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            align-items: stretch !important;
            gap: 16px;
            width: 100%;
            margin: 0 0 30px !important;
        }

        #custom-home-reassurance-final .cma-step {
            position: relative;
            display: flex !important;
            flex-direction: column !important;
            align-items: center !important;
            justify-content: flex-start !important;
            min-width: 0;
            min-height: 205px;
            padding: 22px 16px 20px;
            background: rgba(255, 255, 255, 0.92);
            border: 1px solid var(--cma-border);
            border-radius: 22px;
            box-shadow: 0 10px 26px rgba(20, 14, 33, 0.05);
            text-align: center !important;
        }

        #custom-home-reassurance-final .cma-step-number {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            flex: 0 0 44px !important;
            width: 44px !important;
            min-width: 44px !important;
            max-width: 44px !important;
            height: 44px !important;
            min-height: 44px !important;
            max-height: 44px !important;
            margin: 0 auto 14px !important;
            padding: 0 !important;
            color: #ffffff !important;
            background: var(--cma-gradient) !important;
            border: 0 !important;
            border-radius: 50% !important;
            box-shadow: 0 8px 18px rgba(5, 109, 246, 0.20);
            font-size: 17px !important;
            font-weight: 900 !important;
            line-height: 44px !important;
            text-align: center !important;
            vertical-align: middle !important;
        }

        #custom-home-reassurance-final .cma-step strong {
            display: block !important;
            width: 100%;
            min-height: 46px;
            margin: 0 0 7px !important;
            color: var(--cma-dark) !important;
            font-size: 16px !important;
            font-weight: 800 !important;
            line-height: 1.35 !important;
            text-align: center !important;
        }

        #custom-home-reassurance-final .cma-step > span:not(.cma-step-number) {
            display: block !important;
            width: 100%;
            margin: 0 !important;
            color: var(--cma-text) !important;
            font-size: 13px !important;
            line-height: 1.55 !important;
            text-align: center !important;
        }

        #custom-home-reassurance-final .cma-features-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 16px;
        }

        #custom-home-reassurance-final .cma-feature-card {
            height: 100%;
            padding: 23px;
            background: var(--cma-card);
            border: 1px solid var(--cma-border);
            border-radius: 22px;
            box-shadow: var(--cma-shadow-soft);
            transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
        }

        #custom-home-reassurance-final .cma-feature-card:hover {
            transform: translateY(-3px);
            border-color: rgba(5, 109, 246, 0.22);
            box-shadow: var(--cma-shadow);
        }

        #custom-home-reassurance-final .cma-card-header {
            display: flex;
            align-items: center;
            gap: 13px;
            margin-bottom: 10px;
        }

        #custom-home-reassurance-final .cma-card-icon-wrap {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 46px;
            width: 46px;
            height: 46px;
            background: linear-gradient(135deg, rgba(5, 109, 246, 0.12), rgba(65, 192, 225, 0.16));
            border-radius: 15px;
        }

        #custom-home-reassurance-final .cma-card-icon {
            width: 24px;
            height: 24px;
            fill: var(--cma-primary);
        }

        #custom-home-reassurance-final .cma-card-title {
            margin: 0;
            color: var(--cma-dark);
            font-size: 18px;
            line-height: 1.25;
        }

        #custom-home-reassurance-final .cma-card-desc {
            margin: 0;
            color: var(--cma-text);
            font-size: 15px;
            line-height: 1.65;
        }

        #custom-home-reassurance-final .cma-card-desc strong {
            color: var(--cma-dark);
        }

        #custom-home-reassurance-final .cma-cta-box {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            margin-top: 28px;
            padding: 22px 24px;
            background: #ffffff;
            border: 1px solid var(--cma-border);
            border-radius: 22px;
            box-shadow: var(--cma-shadow-soft);
        }

        #custom-home-reassurance-final .cma-cta-text {
            margin: 0;
            color: var(--cma-text);
            font-size: 15px;
            line-height: 1.55;
        }

        #custom-home-reassurance-final .cma-cta-text strong {
            display: block;
            margin-bottom: 3px;
            color: var(--cma-dark);
            font-size: 17px;
        }

        #custom-home-reassurance-final .cma-cta-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            flex: 0 0 auto;
            min-height: 52px;
            padding: 14px 22px;
            color: #ffffff;
            background: var(--cma-gradient);
            border: 0;
            border-radius: 16px;
            box-shadow: 0 12px 28px rgba(5, 109, 246, 0.22);
            font-size: 15px;
            font-weight: 800;
            line-height: 1;
            text-decoration: none;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        #custom-home-reassurance-final .cma-cta-button:hover,
        #custom-home-reassurance-final .cma-cta-button:focus {
            color: #ffffff;
            transform: translateY(-2px);
            box-shadow: 0 16px 34px rgba(5, 109, 246, 0.28);
            text-decoration: none;
        }

        #custom-home-reassurance-final .cma-cta-button svg {
            width: 19px;
            height: 19px;
            fill: currentColor;
        }

        #custom-home-reassurance-final .visually-hidden {
            position: absolute !important;
            width: 1px !important;
            height: 1px !important;
            padding: 0 !important;
            margin: -1px !important;
            overflow: hidden !important;
            clip: rect(0, 0, 0, 0) !important;
            white-space: nowrap !important;
            border: 0 !important;
        }

        @media (max-width: 1050px) {
            #custom-home-reassurance-final .cma-row {
                grid-template-columns: 1fr;
                gap: 50px;
            }

            #custom-home-reassurance-final .cma-col-left {
                max-width: 700px;
                margin: 0 auto;
            }

            #custom-home-reassurance-final .cma-video-frame {
                max-width: 350px;
            }
        }

        @media (max-width: 760px) {
            #custom-home-reassurance-final .cma-section {
                padding: 65px 0;
            }

            #custom-home-reassurance-final .cma-container {
                width: min(100% - 28px, 1220px);
            }

            #custom-home-reassurance-final .cma-section-heading {
                margin-bottom: 38px;
            }

            #custom-home-reassurance-final .cma-intro,
            #custom-home-reassurance-final .cma-col-right-intro {
                font-size: 16px;
            }

            #custom-home-reassurance-final .cma-steps,
            #custom-home-reassurance-final .cma-features-grid {
                grid-template-columns: 1fr;
            }

            #custom-home-reassurance-final .cma-step {
                min-height: auto;
                padding: 20px 18px;
            }

            #custom-home-reassurance-final .cma-step strong {
                min-height: auto;
            }

            #custom-home-reassurance-final .cma-highlights {
                grid-template-columns: 1fr;
            }

            #custom-home-reassurance-final .cma-highlight-item {
                flex-direction: row;
                justify-content: flex-start;
                min-height: auto;
                padding: 14px 16px;
                text-align: left;
            }

            #custom-home-reassurance-final .cma-highlight-icon {
                flex: 0 0 25px;
                margin: 0 10px 0 0;
            }

            #custom-home-reassurance-final .cma-cta-box {
                flex-direction: column;
                align-items: stretch;
                text-align: center;
            }

            #custom-home-reassurance-final .cma-cta-button {
                width: 100%;
            }
        }

        @media (max-width: 480px) {
            #custom-home-reassurance-final .cma-video-frame {
                max-width: 300px;
            }

            #custom-home-reassurance-final .cma-video-wrapper {
                border-width: 4px;
                border-radius: 25px;
            }

            #custom-home-reassurance-final .cma-feature-card {
                padding: 20px;
            }
        }


/* =====================================================================
   Styles du composant : 13-services.php
   ===================================================================== */
#custom-services-final {
    --cs-bg: #f7fbfd;
    --cs-surface: #ffffff;
    --cs-surface-soft: #eef8fc;
    --cs-text: #0b1028;
    --cs-muted: #667085;
    --cs-primary: #056df6;
    --cs-secondary: #159ceb;
    --cs-accent: #41c0e1;
    --cs-border: #dcecf5;
    --cs-success: #00a878;
    --cs-radius-lg: 30px;
    --cs-radius-md: 20px;
    --cs-shadow: 0 22px 56px rgba(11, 16, 40, 0.09);
    --cs-shadow-soft: 0 10px 28px rgba(11, 16, 40, 0.06);
    --cs-gradient: linear-gradient(90deg, #056df6 0%, #159ceb 52%, #41c0e1 100%);
    color: var(--cs-text);
}

#custom-services-final *,
#custom-services-final *::before,
#custom-services-final *::after {
    box-sizing: border-box;
}

#custom-services-final .cs-section {
    position: relative;
    overflow: hidden;
    padding: clamp(72px, 8vw, 118px) 0;
    background:
        radial-gradient(circle at 7% 10%, rgba(65, 192, 225, 0.12), transparent 28%),
        radial-gradient(circle at 93% 88%, rgba(5, 109, 246, 0.08), transparent 30%),
        var(--cs-bg);
}

#custom-services-final .cs-container {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
}

#custom-services-final .cs-header {
    max-width: 900px;
    margin: 0 auto 48px;
    text-align: center;
}

#custom-services-final .cs-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    padding: 8px 12px;
    color: var(--cs-primary) !important;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    background: rgba(5, 109, 246, 0.08);
    border: 1px solid rgba(5, 109, 246, 0.12);
    border-radius: 999px;
}

#custom-services-final .cs-eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--cs-gradient);
}

#custom-services-final .cs-title {
    margin: 0 0 22px;
    color: var(--cs-text) !important;
    font-size: clamp(2.2rem, 4.2vw, 4.25rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 1.02;
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
    text-shadow: none !important;
    text-wrap: balance;
}

#custom-services-final .cs-title,
#custom-services-final .cs-title * {
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}

#custom-services-final .cs-title-main {
    display: block;
    color: #0b1028 !important;
    background: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    -webkit-text-fill-color: #0b1028 !important;
}

#custom-services-final .cs-title-highlight {
    display: block;
    color: var(--cs-primary) !important;
    background: var(--cs-gradient) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

#custom-services-final .cs-desc {
    max-width: 790px;
    margin: 0 auto;
    color: var(--cs-muted) !important;
    font-size: clamp(1.02rem, 1.45vw, 1.17rem);
    line-height: 1.72;
}

#custom-services-final .cs-desc strong {
    color: var(--cs-text) !important;
    font-weight: 750;
}

#custom-services-final .cs-proof {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    margin-top: 24px;
}

#custom-services-final .cs-proof span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    color: var(--cs-text) !important;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.2;
    background: #ffffff;
    border: 1px solid var(--cs-border);
    border-radius: 999px;
    box-shadow: 0 5px 14px rgba(11, 16, 40, 0.035);
}

#custom-services-final .cs-proof svg {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    fill: var(--cs-primary);
}

#custom-services-final .cs-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

#custom-services-final .cs-card {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 24px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid var(--cs-border);
    border-radius: var(--cs-radius-md);
    box-shadow: 0 9px 26px rgba(11, 16, 40, 0.045);
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}

#custom-services-final .cs-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--cs-gradient);
    opacity: 0.9;
}

#custom-services-final .cs-card:hover {
    transform: translateY(-4px);
    border-color: rgba(5, 109, 246, 0.22);
    box-shadow: var(--cs-shadow-soft);
}

#custom-services-final .cs-card-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

#custom-services-final .cs-icon-box {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    color: #ffffff;
    background: var(--cs-gradient);
    border-radius: 15px;
    box-shadow: 0 10px 22px rgba(5, 109, 246, 0.17);
}

#custom-services-final .cs-icon-box svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#custom-services-final .cs-card-title {
    margin: 0;
    color: var(--cs-text) !important;
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.28;
}

#custom-services-final .cs-card-text {
    margin: 0 0 19px;
    color: var(--cs-muted) !important;
    font-size: 0.95rem;
    line-height: 1.65;
}

#custom-services-final .cs-card-text strong {
    color: var(--cs-text) !important;
    font-weight: 750;
}

#custom-services-final .cs-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

#custom-services-final .cs-card-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--cs-primary) !important;
    font-size: 0.78rem;
    font-weight: 750;
    line-height: 1.2;
    background: rgba(5, 109, 246, 0.07);
    border: 1px solid rgba(5, 109, 246, 0.11);
    border-radius: 999px;
}

#custom-services-final .cs-card-tag svg {
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
    fill: currentColor;
}

#custom-services-final .cs-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    margin-top: 30px;
    padding: 24px 26px;
    background: #ffffff;
    border: 1px solid var(--cs-border);
    border-radius: var(--cs-radius-md);
    box-shadow: var(--cs-shadow-soft);
}

#custom-services-final .cs-bottom-copy {
    min-width: 0;
}

#custom-services-final .cs-bottom-title {
    margin: 0 0 6px;
    color: var(--cs-text) !important;
    font-size: 1.18rem;
    font-weight: 800;
    line-height: 1.3;
}

#custom-services-final .cs-bottom-text {
    margin: 0;
    color: var(--cs-muted) !important;
    font-size: 0.95rem;
    line-height: 1.6;
}

#custom-services-final .cs-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

#custom-services-final .cs-btn {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 19px;
    border: 1px solid transparent;
    border-radius: 15px;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease;
}

#custom-services-final .cs-btn svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

#custom-services-final .cs-btn-primary {
    color: #ffffff !important;
    background: var(--cs-gradient);
    box-shadow: 0 12px 28px rgba(5, 109, 246, 0.20);
}

#custom-services-final .cs-btn-primary:hover {
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(5, 109, 246, 0.25);
}

#custom-services-final .cs-btn-secondary {
    color: var(--cs-primary) !important;
    background: #ffffff;
    border-color: rgba(5, 109, 246, 0.16);
}

#custom-services-final .cs-btn-secondary:hover {
    color: var(--cs-primary) !important;
    transform: translateY(-2px);
    border-color: rgba(5, 109, 246, 0.28);
    background: var(--cs-surface-soft);
}

@media (max-width: 1050px) {
    #custom-services-final .cs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #custom-services-final .cs-bottom {
        grid-template-columns: 1fr;
        text-align: center;
    }

    #custom-services-final .cs-actions {
        justify-content: center;
    }
}

@media (max-width: 720px) {
    #custom-services-final .cs-section {
        padding: 64px 0;
    }

    #custom-services-final .cs-container {
        width: min(100% - 28px, 1240px);
    }

    #custom-services-final .cs-header {
        margin-bottom: 36px;
    }

    #custom-services-final .cs-title {
        font-size: clamp(2.05rem, 11vw, 3rem);
        letter-spacing: -0.045em;
    }

    #custom-services-final .cs-desc {
        font-size: 1rem;
        line-height: 1.66;
    }

    #custom-services-final .cs-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    #custom-services-final .cs-card {
        padding: 21px 19px;
    }

    #custom-services-final .cs-bottom {
        padding: 21px 18px;
    }

    #custom-services-final .cs-actions {
        flex-direction: column;
        align-items: stretch;
    }

    #custom-services-final .cs-btn {
        width: 100%;
    }
}

@media (max-width: 420px) {
    #custom-services-final .cs-eyebrow {
        font-size: 0.69rem;
        letter-spacing: 0.055em;
    }

    #custom-services-final .cs-card-head {
        align-items: flex-start;
    }

    #custom-services-final .cs-icon-box {
        width: 43px;
        height: 43px;
        flex-basis: 43px;
    }

    #custom-services-final .cs-card-title {
        font-size: 1.03rem;
    }

    #custom-services-final .cs-proof {
        gap: 7px;
    }

    #custom-services-final .cs-proof span {
        padding: 8px 10px;
        font-size: 0.78rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    #custom-services-final .cs-card,
    #custom-services-final .cs-btn {
        transition: none;
    }

    #custom-services-final .cs-card:hover,
    #custom-services-final .cs-btn:hover {
        transform: none;
    }
}


/* =====================================================================
   Styles du composant : 14-galerie.php
   ===================================================================== */
#custom-event-demo-final {
    --ced-bg: #ffffff;
    --ced-bg-soft: #f5faff;
    --ced-surface: #ffffff;
    --ced-text: #0b1028;
    --ced-muted: #667085;
    --ced-primary: #056df6;
    --ced-secondary: #159ceb;
    --ced-accent: #41c0e1;
    --ced-border: #dcecf5;
    --ced-radius-lg: 30px;
    --ced-radius-md: 20px;
    --ced-shadow: 0 22px 58px rgba(11, 16, 40, 0.10);
    --ced-shadow-soft: 0 10px 28px rgba(11, 16, 40, 0.065);
    --ced-gradient: linear-gradient(90deg, #056df6 0%, #159ceb 52%, #41c0e1 100%);
    color: var(--ced-text);
}

#custom-event-demo-final *,
#custom-event-demo-final *::before,
#custom-event-demo-final *::after {
    box-sizing: border-box;
}

#custom-event-demo-final .ced-section {
    position: relative;
    overflow: hidden;
    padding: clamp(72px, 8vw, 118px) 0;
    background:
        radial-gradient(circle at 6% 12%, rgba(65, 192, 225, 0.11), transparent 28%),
        radial-gradient(circle at 94% 88%, rgba(5, 109, 246, 0.08), transparent 30%),
        var(--ced-bg);
}

#custom-event-demo-final .ced-container {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
}

#custom-event-demo-final .ced-header {
    max-width: 920px;
    margin: 0 auto 48px;
    text-align: center;
}

#custom-event-demo-final .ced-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    padding: 8px 12px;
    color: var(--ced-primary) !important;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    background: rgba(5, 109, 246, 0.08);
    border: 1px solid rgba(5, 109, 246, 0.12);
    border-radius: 999px;
}

#custom-event-demo-final .ced-kicker svg {
    width: 17px;
    height: 17px;
    fill: currentColor;
}

#custom-event-demo-final .ced-title {
    margin: 0 0 22px;
    color: var(--ced-text) !important;
    font-size: clamp(2.2rem, 4.2vw, 4.25rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 1.02;
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
    text-shadow: none !important;
    text-wrap: balance;
}

#custom-event-demo-final .ced-title,
#custom-event-demo-final .ced-title * {
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}

#custom-event-demo-final .ced-title-main {
    display: block;
    color: #0b1028 !important;
    background: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    -webkit-text-fill-color: #0b1028 !important;
}

#custom-event-demo-final .ced-title-highlight {
    display: block;
    color: var(--ced-primary) !important;
    background: var(--ced-gradient) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

#custom-event-demo-final .ced-desc {
    max-width: 790px;
    margin: 0 auto;
    color: var(--ced-muted) !important;
    font-size: clamp(1.02rem, 1.45vw, 1.17rem);
    line-height: 1.72;
}

#custom-event-demo-final .ced-desc strong {
    color: var(--ced-text) !important;
    font-weight: 750;
}

#custom-event-demo-final .ced-proof {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    margin-top: 24px;
}

#custom-event-demo-final .ced-proof span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    color: var(--ced-text) !important;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.2;
    background: #ffffff;
    border: 1px solid var(--ced-border);
    border-radius: 999px;
    box-shadow: 0 5px 14px rgba(11, 16, 40, 0.035);
}

#custom-event-demo-final .ced-proof svg {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    fill: var(--ced-primary);
}

#custom-event-demo-final .ced-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

#custom-event-demo-final .ced-photo-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: var(--ced-surface);
    border: 1px solid var(--ced-border);
    border-radius: var(--ced-radius-md);
    box-shadow: 0 9px 28px rgba(11, 16, 40, 0.05);
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}

#custom-event-demo-final .ced-photo-card:hover {
    transform: translateY(-4px);
    border-color: rgba(5, 109, 246, 0.22);
    box-shadow: var(--ced-shadow-soft);
}

#custom-event-demo-final .ced-photo-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #eaf4fa;
}

#custom-event-demo-final .ced-photo-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(to top, rgba(11, 16, 40, 0.22), transparent 38%);
    opacity: 0.8;
}

#custom-event-demo-final .ced-photo-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

#custom-event-demo-final .ced-photo-card:hover .ced-photo-frame img {
    transform: scale(1.025);
}

#custom-event-demo-final .ced-photo-number {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1;
    background: rgba(11, 16, 40, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    backdrop-filter: blur(8px);
}

#custom-event-demo-final .ced-photo-content {
    padding: 22px 22px 24px;
}

#custom-event-demo-final .ced-photo-title {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0 0 9px;
    color: var(--ced-text) !important;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.3;
}

#custom-event-demo-final .ced-photo-title-icon {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    color: #ffffff;
    background: var(--ced-gradient);
    border-radius: 11px;
    box-shadow: 0 8px 18px rgba(5, 109, 246, 0.16);
}

#custom-event-demo-final .ced-photo-title-icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

#custom-event-demo-final .ced-photo-content p {
    margin: 0;
    color: var(--ced-muted) !important;
    font-size: 0.95rem;
    line-height: 1.62;
}

#custom-event-demo-final .ced-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    margin-top: 30px;
    padding: 24px 26px;
    background: var(--ced-bg-soft);
    border: 1px solid var(--ced-border);
    border-radius: var(--ced-radius-md);
}

#custom-event-demo-final .ced-bottom-copy {
    min-width: 0;
}

#custom-event-demo-final .ced-bottom-title {
    margin: 0 0 6px;
    color: var(--ced-text) !important;
    font-size: 1.16rem;
    font-weight: 800;
    line-height: 1.3;
}

#custom-event-demo-final .ced-bottom-text {
    margin: 0;
    color: var(--ced-muted) !important;
    font-size: 0.95rem;
    line-height: 1.6;
}

#custom-event-demo-final .ced-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

#custom-event-demo-final .ced-btn {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 19px;
    border: 1px solid transparent;
    border-radius: 15px;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease;
}

#custom-event-demo-final .ced-btn svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

#custom-event-demo-final .ced-btn-primary {
    color: #ffffff !important;
    background: var(--ced-gradient);
    box-shadow: 0 12px 28px rgba(5, 109, 246, 0.20);
}

#custom-event-demo-final .ced-btn-primary:hover {
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(5, 109, 246, 0.25);
}

#custom-event-demo-final .ced-btn-secondary {
    color: var(--ced-primary) !important;
    background: #ffffff;
    border-color: rgba(5, 109, 246, 0.16);
}

#custom-event-demo-final .ced-btn-secondary:hover {
    color: var(--ced-primary) !important;
    transform: translateY(-2px);
    border-color: rgba(5, 109, 246, 0.28);
    background: #f7fbfd;
}

@media (max-width: 940px) {
    #custom-event-demo-final .ced-bottom {
        grid-template-columns: 1fr;
        text-align: center;
    }

    #custom-event-demo-final .ced-actions {
        justify-content: center;
    }
}

@media (max-width: 720px) {
    #custom-event-demo-final .ced-section {
        padding: 64px 0;
    }

    #custom-event-demo-final .ced-container {
        width: min(100% - 28px, 1240px);
    }

    #custom-event-demo-final .ced-header {
        margin-bottom: 36px;
    }

    #custom-event-demo-final .ced-title {
        font-size: clamp(2.05rem, 11vw, 3rem);
        letter-spacing: -0.045em;
    }

    #custom-event-demo-final .ced-desc {
        font-size: 1rem;
        line-height: 1.66;
    }

    #custom-event-demo-final .ced-gallery {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    #custom-event-demo-final .ced-photo-content {
        padding: 19px 18px 21px;
    }

    #custom-event-demo-final .ced-photo-frame {
        aspect-ratio: 4 / 3;
    }

    #custom-event-demo-final .ced-bottom {
        padding: 21px 18px;
    }

    #custom-event-demo-final .ced-actions {
        flex-direction: column;
        align-items: stretch;
    }

    #custom-event-demo-final .ced-btn {
        width: 100%;
    }
}

@media (max-width: 420px) {
    #custom-event-demo-final .ced-kicker {
        font-size: 0.69rem;
        letter-spacing: 0.055em;
    }

    #custom-event-demo-final .ced-proof {
        gap: 7px;
    }

    #custom-event-demo-final .ced-proof span {
        padding: 8px 10px;
        font-size: 0.78rem;
    }

    #custom-event-demo-final .ced-photo-title {
        align-items: flex-start;
        font-size: 1.03rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    #custom-event-demo-final .ced-photo-card,
    #custom-event-demo-final .ced-photo-frame img,
    #custom-event-demo-final .ced-btn {
        transition: none;
    }

    #custom-event-demo-final .ced-photo-card:hover,
    #custom-event-demo-final .ced-btn:hover {
        transform: none;
    }

    #custom-event-demo-final .ced-photo-card:hover .ced-photo-frame img {
        transform: none;
    }
}


/* =====================================================================
   Styles du composant : 15-why-choose.php
   ===================================================================== */
#custom-why-final {
    --cw-bg: #ffffff;
    --cw-bg-soft: #f5faff;
    --cw-surface: #ffffff;
    --cw-text: #0b1028;
    --cw-muted: #667085;
    --cw-primary: #056df6;
    --cw-secondary: #159ceb;
    --cw-accent: #41c0e1;
    --cw-border: #dcecf5;
    --cw-success: #00a878;
    --cw-radius-lg: 28px;
    --cw-radius-md: 18px;
    --cw-shadow: 0 20px 52px rgba(11, 16, 40, 0.10);
    --cw-shadow-soft: 0 9px 26px rgba(11, 16, 40, 0.06);
    --cw-gradient: linear-gradient(90deg, #056df6 0%, #159ceb 52%, #41c0e1 100%);
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    color: var(--cw-text);
}

#custom-why-final,
#custom-why-final *,
#custom-why-final *::before,
#custom-why-final *::after {
    box-sizing: border-box;
}

#custom-why-final img,
#custom-why-final svg {
    max-width: 100%;
}

#custom-why-final .cw-section {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: clamp(64px, 7vw, 108px) 0;
    background:
        radial-gradient(circle at 7% 13%, rgba(65, 192, 225, 0.10), transparent 27%),
        radial-gradient(circle at 93% 87%, rgba(5, 109, 246, 0.07), transparent 29%),
        var(--cw-bg);
}

#custom-why-final .cw-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 clamp(16px, 3vw, 32px);
}

#custom-why-final .cw-row {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: clamp(34px, 5vw, 68px);
    width: 100%;
    min-width: 0;
}

#custom-why-final .cw-col-left,
#custom-why-final .cw-col-right,
#custom-why-final .cw-media,
#custom-why-final .cw-img-frame,
#custom-why-final .cw-list,
#custom-why-final .cw-item,
#custom-why-final .cw-actions {
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

#custom-why-final .cw-media {
    position: relative;
    padding: 0;
}

#custom-why-final .cw-media::before {
    content: "";
    position: absolute;
    inset: 20px;
    z-index: 0;
    border-radius: 30px;
    background: var(--cw-gradient);
    opacity: 0.08;
    transform: rotate(-2deg);
    pointer-events: none;
}

#custom-why-final .cw-img-frame {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: clamp(10px, 1.6vw, 16px);
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid var(--cw-border);
    border-radius: var(--cw-radius-lg);
    box-shadow: var(--cw-shadow);
}

#custom-why-final .cw-img-frame figure {
    width: 100%;
    margin: 0;
}

#custom-why-final .cw-img-frame img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 650px;
    object-fit: cover;
    border-radius: calc(var(--cw-radius-lg) - 10px);
}

#custom-why-final .cw-media-badge {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 9px;
    width: calc(100% - 28px);
    max-width: 420px;
    margin: -18px auto 0;
    padding: 13px 16px;
    color: var(--cw-text) !important;
    font-size: 0.87rem;
    font-weight: 800;
    line-height: 1.35;
    text-align: left;
    overflow-wrap: anywhere;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--cw-border);
    border-radius: 15px;
    box-shadow: var(--cw-shadow-soft);
}

#custom-why-final .cw-media-badge svg {
    width: 20px;
    height: 20px;
    min-width: 20px;
    flex: 0 0 20px;
    fill: var(--cw-primary);
}

#custom-why-final .cw-intro-text {
    width: 100%;
    max-width: 680px;
    margin: 22px auto 0;
    color: var(--cw-muted) !important;
    font-size: 0.97rem;
    line-height: 1.68;
    overflow-wrap: anywhere;
}

#custom-why-final .cw-intro-text strong {
    color: var(--cw-text) !important;
    font-weight: 750;
}

#custom-why-final .cw-eyebrow {
    display: inline-flex;
    max-width: 100%;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    padding: 8px 12px;
    color: var(--cw-primary) !important;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    line-height: 1.25;
    text-transform: uppercase;
    white-space: normal;
    overflow-wrap: anywhere;
    background: rgba(5, 109, 246, 0.08);
    border: 1px solid rgba(5, 109, 246, 0.12);
    border-radius: 999px;
}

#custom-why-final .cw-eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    min-width: 8px;
    border-radius: 50%;
    background: var(--cw-gradient);
}

#custom-why-final .cw-title {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
    color: var(--cw-text) !important;
    font-size: clamp(2rem, 3.7vw, 3.85rem);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1.05;
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
    text-shadow: none !important;
    overflow-wrap: anywhere;
    word-break: normal;
}

#custom-why-final .cw-title,
#custom-why-final .cw-title * {
    max-width: 100%;
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}

#custom-why-final .cw-title-main,
#custom-why-final .cw-title-highlight {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
}

#custom-why-final .cw-title-main {
    color: #0b1028 !important;
    background: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    -webkit-text-fill-color: #0b1028 !important;
}

#custom-why-final .cw-title-highlight {
    color: var(--cw-primary) !important;
    background: var(--cw-gradient) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

#custom-why-final .cw-desc {
    width: 100%;
    max-width: 680px;
    margin: 0 0 26px;
    color: var(--cw-muted) !important;
    font-size: clamp(1rem, 1.3vw, 1.12rem);
    line-height: 1.7;
    overflow-wrap: anywhere;
}

#custom-why-final .cw-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

#custom-why-final .cw-item {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--cw-border);
    border-radius: var(--cw-radius-md);
    box-shadow: 0 7px 22px rgba(11, 16, 40, 0.045);
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}

#custom-why-final .cw-item:hover {
    transform: translateY(-3px);
    border-color: rgba(5, 109, 246, 0.22);
    box-shadow: var(--cw-shadow-soft);
}

#custom-why-final .cw-item-head {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 11px;
    margin-bottom: 10px;
}

#custom-why-final .cw-icon-box {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    min-width: 42px;
    flex: 0 0 42px;
    color: #ffffff;
    background: var(--cw-gradient);
    border-radius: 13px;
    box-shadow: 0 9px 20px rgba(5, 109, 246, 0.16);
}

#custom-why-final .cw-icon-box svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
}

#custom-why-final .cw-content {
    min-width: 0;
    max-width: 100%;
}

#custom-why-final .cw-content h3 {
    margin: 0;
    color: var(--cw-text) !important;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

#custom-why-final .cw-content p {
    margin: 0;
    color: var(--cw-muted) !important;
    font-size: 0.92rem;
    line-height: 1.6;
    overflow-wrap: anywhere;
}

#custom-why-final .cw-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
}

#custom-why-final .cw-btn {
    display: inline-flex;
    min-width: 0;
    max-width: 100%;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 18px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    white-space: normal;
    overflow-wrap: anywhere;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease;
}

#custom-why-final .cw-btn svg {
    width: 18px;
    height: 18px;
    min-width: 18px;
    flex: 0 0 18px;
    fill: currentColor;
}

#custom-why-final .cw-btn-primary {
    color: #ffffff !important;
    background: var(--cw-gradient);
    box-shadow: 0 11px 26px rgba(5, 109, 246, 0.19);
}

#custom-why-final .cw-btn-secondary {
    color: var(--cw-primary) !important;
    background: #ffffff;
    border-color: rgba(5, 109, 246, 0.16);
    box-shadow: 0 7px 18px rgba(11, 16, 40, 0.04);
}

#custom-why-final .cw-note {
    display: flex;
    width: 100%;
    max-width: 100%;
    align-items: flex-start;
    gap: 8px;
    margin-top: 4px;
    color: var(--cw-muted);
    font-size: 0.84rem;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

#custom-why-final .cw-note svg {
    width: 17px;
    height: 17px;
    min-width: 17px;
    flex: 0 0 17px;
    margin-top: 2px;
    fill: var(--cw-success);
}

@media (max-width: 1080px) {
    #custom-why-final .cw-row {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    #custom-why-final .cw-col-right {
        order: 1;
        max-width: 860px;
        margin: 0 auto;
        text-align: center;
    }

    #custom-why-final .cw-col-left {
        order: 2;
        max-width: 760px;
        margin: 0 auto;
    }

    #custom-why-final .cw-desc {
        margin-right: auto;
        margin-left: auto;
    }

    #custom-why-final .cw-eyebrow {
        justify-content: center;
    }

    #custom-why-final .cw-list {
        text-align: left;
    }

    #custom-why-final .cw-actions {
        justify-content: center;
    }

    #custom-why-final .cw-intro-text {
        text-align: center;
    }
}

@media (max-width: 760px) {
    #custom-why-final .cw-section {
        padding: 58px 0;
    }

    #custom-why-final .cw-container {
        padding: 0 14px;
    }

    #custom-why-final .cw-title {
        font-size: clamp(1.95rem, 9.5vw, 2.8rem);
        letter-spacing: -0.035em;
    }

    #custom-why-final .cw-desc {
        font-size: 0.98rem;
        line-height: 1.65;
    }

    #custom-why-final .cw-list {
        grid-template-columns: 1fr;
    }

    #custom-why-final .cw-item {
        padding: 17px;
    }

    #custom-why-final .cw-actions {
        flex-direction: column;
        align-items: stretch;
    }

    #custom-why-final .cw-btn {
        width: 100%;
    }

    #custom-why-final .cw-note {
        justify-content: center;
        text-align: center;
    }

    #custom-why-final .cw-img-frame {
        padding: 9px;
        border-radius: 20px;
    }

    #custom-why-final .cw-img-frame img {
        max-height: none;
        border-radius: 13px;
    }

    #custom-why-final .cw-media-badge {
        width: calc(100% - 16px);
        margin-top: -12px;
        justify-content: center;
        text-align: center;
    }

    #custom-why-final .cw-media::before {
        inset: 14px;
    }
}

@media (max-width: 420px) {
    #custom-why-final .cw-container {
        padding: 0 12px;
    }

    #custom-why-final .cw-title {
        font-size: clamp(1.82rem, 9.8vw, 2.35rem);
    }

    #custom-why-final .cw-eyebrow {
        width: 100%;
        justify-content: center;
        font-size: 0.67rem;
        letter-spacing: 0.045em;
        border-radius: 14px;
    }

    #custom-why-final .cw-item-head {
        align-items: flex-start;
    }

    #custom-why-final .cw-icon-box {
        width: 38px;
        height: 38px;
        min-width: 38px;
        flex-basis: 38px;
    }

    #custom-why-final .cw-content h3 {
        font-size: 0.95rem;
    }

    #custom-why-final .cw-media-badge {
        width: 100%;
        margin-top: 10px;
        border-radius: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    #custom-why-final .cw-item,
    #custom-why-final .cw-btn {
        transition: none;
    }

    #custom-why-final .cw-item:hover,
    #custom-why-final .cw-btn:hover {
        transform: none;
    }
}


/* =====================================================================
   Styles du composant : 16-pricing.php
   ===================================================================== */
#custom-pricing-final {
    --cp-bg: #f7fbfd;
    --cp-surface: #ffffff;
    --cp-soft: #eef8fc;
    --cp-text: #0b1028;
    --cp-muted: #667085;
    --cp-primary: #056df6;
    --cp-secondary: #159ceb;
    --cp-accent: #41c0e1;
    --cp-border: #dcecf5;
    --cp-success: #00a878;
    --cp-gradient: linear-gradient(90deg, #056df6 0%, #159ceb 52%, #41c0e1 100%);

    display: block !important;
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    overflow: hidden !important;
    clear: both !important;
    float: none !important;
    isolation: isolate;
    color: var(--cp-text) !important;
}

#custom-pricing-final,
#custom-pricing-final *,
#custom-pricing-final *::before,
#custom-pricing-final *::after {
    box-sizing: border-box !important;
}

#custom-pricing-final .cp-section,
#custom-pricing-final .cp-container,
#custom-pricing-final .cp-header,
#custom-pricing-final .cp-card,
#custom-pricing-final .cp-price-block,
#custom-pricing-final .cp-features,
#custom-pricing-final .cp-actions,
#custom-pricing-final .cp-subscription,
#custom-pricing-final .cp-reassurance {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
}

#custom-pricing-final .cp-section {
    display: block !important;
    padding: 72px 0 !important;
    overflow: hidden !important;
    background: var(--cp-bg) !important;
}

#custom-pricing-final .cp-container {
    display: block !important;
    max-width: 920px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

#custom-pricing-final .cp-header {
    display: block !important;
    margin: 0 0 32px !important;
    padding: 0 !important;
    text-align: center !important;
}

#custom-pricing-final .cp-kicker {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    max-width: 100% !important;
    margin: 0 0 16px !important;
    padding: 8px 12px !important;
    color: var(--cp-primary) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    background: rgba(5, 109, 246, 0.08) !important;
    border: 1px solid rgba(5, 109, 246, 0.14) !important;
    border-radius: 999px !important;
}

#custom-pricing-final .cp-kicker-dot {
    display: block !important;
    width: 8px !important;
    min-width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: var(--cp-gradient) !important;
}

#custom-pricing-final .cp-title {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    color: #0b1028 !important;
    font-size: clamp(34px, 5vw, 60px) !important;
    font-weight: 800 !important;
    line-height: 1.05 !important;
    letter-spacing: -0.045em !important;
    text-align: center !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    text-shadow: none !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
}

#custom-pricing-final .cp-title span {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
}

#custom-pricing-final .cp-title-highlight {
    color: var(--cp-primary) !important;
    background: none !important;
    -webkit-text-fill-color: var(--cp-primary) !important;
}

#custom-pricing-final .cp-intro {
    display: block !important;
    max-width: 720px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    color: var(--cp-muted) !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
}

#custom-pricing-final .cp-intro strong {
    color: var(--cp-text) !important;
    font-weight: 750 !important;
}

#custom-pricing-final .cp-card {
    display: block !important;
    margin: 0 !important;
    padding: 36px !important;
    overflow: hidden !important;
    background: var(--cp-surface) !important;
    border: 1px solid var(--cp-border) !important;
    border-radius: 26px !important;
    box-shadow: 0 20px 50px rgba(11, 16, 40, 0.09) !important;
}

#custom-pricing-final .cp-plan-label {
    display: inline-block !important;
    max-width: 100% !important;
    margin: 0 0 14px !important;
    padding: 7px 11px !important;
    color: #08724f !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    background: rgba(0, 168, 120, 0.09) !important;
    border: 1px solid rgba(0, 168, 120, 0.15) !important;
    border-radius: 999px !important;
}

#custom-pricing-final .cp-plan-title {
    display: block !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
    color: var(--cp-text) !important;
    font-size: 26px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    overflow-wrap: anywhere !important;
}

#custom-pricing-final .cp-plan-text {
    display: block !important;
    margin: 0 0 24px !important;
    padding: 0 !important;
    color: var(--cp-muted) !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    overflow-wrap: anywhere !important;
}

#custom-pricing-final .cp-price-block {
    display: block !important;
    margin: 0 0 24px !important;
    padding: 24px !important;
    text-align: center !important;
    background: var(--cp-soft) !important;
    border: 1px solid var(--cp-border) !important;
    border-radius: 18px !important;
}

#custom-pricing-final .cp-amount {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--cp-text) !important;
    font-size: clamp(56px, 10vw, 84px) !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    letter-spacing: -0.06em !important;
    text-align: center !important;
    white-space: nowrap !important;
}

#custom-pricing-final .cp-period {
    display: block !important;
    margin: 8px 0 0 !important;
    color: var(--cp-primary) !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
    text-align: center !important;
}

#custom-pricing-final .cp-features {
    display: block !important;
    margin: 0 0 28px !important;
    padding: 0 !important;
    list-style: none !important;
}

#custom-pricing-final .cp-feature {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    align-items: flex-start !important;
    gap: 10px !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    color: var(--cp-text) !important;
    font-size: 16px !important;
    font-weight: 650 !important;
    line-height: 1.5 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
}

#custom-pricing-final .cp-feature:last-child {
    margin-bottom: 0 !important;
}

#custom-pricing-final .cp-feature svg {
    display: block !important;
    width: 19px !important;
    min-width: 19px !important;
    height: 19px !important;
    margin-top: 2px !important;
    flex: 0 0 19px !important;
    fill: var(--cp-success) !important;
}

#custom-pricing-final .cp-actions {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

#custom-pricing-final .cp-btn {
    position: relative !important;
    z-index: 5 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 56px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    margin: 0 !important;
    padding: 14px 18px !important;
    overflow: hidden !important;
    color: #ffffff !important;
    background: var(--cp-gradient) !important;
    border: 0 !important;
    border-radius: 15px !important;
    box-shadow: 0 13px 30px rgba(5, 109, 246, 0.20) !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
}

#custom-pricing-final .cp-btn svg {
    display: block !important;
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    flex: 0 0 20px !important;
    fill: currentColor !important;
}

#custom-pricing-final .cp-btn-note {
    display: block !important;
    margin: 12px 0 0 !important;
    color: var(--cp-muted) !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    text-align: center !important;
    overflow-wrap: anywhere !important;
}

#custom-pricing-final .cp-subscription {
    display: block !important;
    margin: 20px 0 0 !important;
    padding: 22px !important;
    background: #ffffff !important;
    border: 1px solid var(--cp-border) !important;
    border-radius: 18px !important;
    box-shadow: 0 8px 24px rgba(11, 16, 40, 0.045) !important;
    text-align: center !important;
}

#custom-pricing-final .cp-subscription-title {
    display: block !important;
    margin: 0 0 7px !important;
    color: var(--cp-text) !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    overflow-wrap: anywhere !important;
}

#custom-pricing-final .cp-subscription-text {
    display: block !important;
    margin: 0 !important;
    color: var(--cp-muted) !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    overflow-wrap: anywhere !important;
}

#custom-pricing-final .cp-subscription-text strong {
    color: var(--cp-primary) !important;
    font-weight: 800 !important;
}

#custom-pricing-final .cp-reassurance {
    display: block !important;
    margin: 22px 0 0 !important;
    padding: 0 !important;
}

#custom-pricing-final .cp-reassurance-item {
    display: flex !important;
    width: 100% !important;
    align-items: flex-start !important;
    gap: 9px !important;
    margin: 0 0 10px !important;
    padding: 12px 14px !important;
    color: var(--cp-text) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
    text-align: left !important;
    overflow-wrap: anywhere !important;
    background: #ffffff !important;
    border: 1px solid var(--cp-border) !important;
    border-radius: 13px !important;
}

#custom-pricing-final .cp-reassurance-item:last-child {
    margin-bottom: 0 !important;
}

#custom-pricing-final .cp-reassurance-item svg {
    display: block !important;
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    margin-top: 1px !important;
    flex: 0 0 18px !important;
    fill: var(--cp-success) !important;
}

@media (max-width: 700px) {
    #custom-pricing-final .cp-section {
        padding: 56px 0 !important;
    }

    #custom-pricing-final .cp-container {
        padding: 0 14px !important;
    }

    #custom-pricing-final .cp-header {
        margin-bottom: 26px !important;
    }

    #custom-pricing-final .cp-title {
        font-size: clamp(30px, 9.5vw, 44px) !important;
        letter-spacing: -0.035em !important;
    }

    #custom-pricing-final .cp-intro {
        font-size: 16px !important;
        line-height: 1.65 !important;
    }

    #custom-pricing-final .cp-card {
        padding: 22px 18px !important;
        border-radius: 20px !important;
    }

    #custom-pricing-final .cp-plan-title {
        font-size: 22px !important;
    }

    #custom-pricing-final .cp-price-block {
        padding: 20px 14px !important;
    }

    #custom-pricing-final .cp-amount {
        font-size: clamp(52px, 18vw, 70px) !important;
    }

    #custom-pricing-final .cp-feature {
        font-size: 15px !important;
    }

    #custom-pricing-final .cp-btn {
        font-size: 16px !important;
    }
}

@media (max-width: 390px) {
    #custom-pricing-final .cp-container {
        padding: 0 12px !important;
    }

    #custom-pricing-final .cp-kicker {
        display: flex !important;
        width: 100% !important;
        border-radius: 13px !important;
        font-size: 11px !important;
    }

    #custom-pricing-final .cp-title {
        font-size: clamp(28px, 9.8vw, 38px) !important;
    }

    #custom-pricing-final .cp-card {
        padding: 20px 15px !important;
    }

    #custom-pricing-final .cp-amount {
        font-size: 52px !important;
    }

    #custom-pricing-final .cp-btn {
        padding: 13px 14px !important;
        font-size: 15px !important;
    }
}


/* =====================================================================
   Styles du composant : 14-carousel.php
   ===================================================================== */
/* =========================================================
   Isolation complète du composant
   ========================================================= */

#pshg-proshow-root {
    --pshg-proshow-bg: #ffffff;
    --pshg-proshow-soft: #f7fbfd;
    --pshg-proshow-card: #ffffff;
    --pshg-proshow-text: #0b1028;
    --pshg-proshow-muted: #667085;
    --pshg-proshow-blue: #056df6;
    --pshg-proshow-blue-2: #159ceb;
    --pshg-proshow-cyan: #41c0e1;
    --pshg-proshow-border: #dcecf5;
    --pshg-proshow-border-soft: #e8f1f7;

    display: block !important;
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    clear: both !important;
    float: none !important;
    color: var(--pshg-proshow-text) !important;
    background: var(--pshg-proshow-bg) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    filter: none !important;
    text-shadow: none !important;
    isolation: isolate !important;
}

#pshg-proshow-root,
#pshg-proshow-root *,
#pshg-proshow-root *::before,
#pshg-proshow-root *::after {
    box-sizing: border-box !important;
    box-shadow: none !important;
    filter: none !important;
    text-shadow: none !important;
}

/* Empêche le thème de créer des voiles ou ombres latérales */
#pshg-proshow-root::before,
#pshg-proshow-root::after,
#pshg-proshow-root .pshg-proshow-section::before,
#pshg-proshow-root .pshg-proshow-section::after,
#pshg-proshow-root .pshg-proshow-wrapper::before,
#pshg-proshow-root .pshg-proshow-wrapper::after,
#pshg-proshow-root .pshg-proshow-track-window::before,
#pshg-proshow-root .pshg-proshow-track-window::after {
    display: none !important;
    content: none !important;
}

/* =========================================================
   Section et conteneur
   ========================================================= */

#pshg-proshow-root .pshg-proshow-section {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: clamp(58px, 7vw, 96px) 0 !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border: 0 !important;
    border-radius: 0 !important;
}

#pshg-proshow-root .pshg-proshow-container {
    display: block !important;
    position: static !important;
    width: 100% !important;
    max-width: 1180px !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 0 clamp(16px, 3vw, 30px) !important;
    overflow: visible !important;
}

/* =========================================================
   En-tête
   ========================================================= */

#pshg-proshow-root .pshg-proshow-header {
    display: block !important;
    position: static !important;
    width: 100% !important;
    max-width: 850px !important;
    min-width: 0 !important;
    margin: 0 auto 36px !important;
    padding: 0 !important;
    text-align: center !important;
}

#pshg-proshow-root .pshg-proshow-label {
    display: inline-flex !important;
    position: static !important;
    max-width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin: 0 0 16px !important;
    padding: 8px 12px !important;
    color: var(--pshg-proshow-blue) !important;
    background: #f1f8ff !important;
    border: 1px solid var(--pshg-proshow-border) !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.055em !important;
    text-transform: uppercase !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
}

#pshg-proshow-root .pshg-proshow-label-icon {
    display: block !important;
    width: 17px !important;
    min-width: 17px !important;
    height: 17px !important;
    flex: 0 0 17px !important;
    fill: currentColor !important;
}

#pshg-proshow-root .pshg-proshow-title {
    display: block !important;
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    color: var(--pshg-proshow-text) !important;
    background: none !important;
    border: 0 !important;
    font-size: clamp(33px, 5vw, 58px) !important;
    font-weight: 800 !important;
    line-height: 1.06 !important;
    letter-spacing: -0.045em !important;
    text-align: center !important;
    opacity: 1 !important;
    visibility: visible !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    -webkit-text-fill-color: var(--pshg-proshow-text) !important;
}

#pshg-proshow-root .pshg-proshow-title-line,
#pshg-proshow-root .pshg-proshow-title-blue {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
}

#pshg-proshow-root .pshg-proshow-title-blue {
    color: var(--pshg-proshow-blue) !important;
    -webkit-text-fill-color: var(--pshg-proshow-blue) !important;
}

#pshg-proshow-root .pshg-proshow-description {
    display: block !important;
    width: 100% !important;
    max-width: 720px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    color: var(--pshg-proshow-muted) !important;
    font-size: clamp(16px, 1.35vw, 18px) !important;
    font-weight: 400 !important;
    line-height: 1.68 !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
}

/* =========================================================
   Zone du carrousel — sans ombrage
   ========================================================= */

#pshg-proshow-root .pshg-proshow-wrapper {
    display: block !important;
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: clamp(12px, 2vw, 18px) !important;
    overflow: hidden !important;
    background: var(--pshg-proshow-soft) !important;
    border: 1px solid var(--pshg-proshow-border) !important;
    border-radius: 20px !important;
}

#pshg-proshow-root .pshg-proshow-track-window {
    display: block !important;
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
}

#pshg-proshow-root .pshg-proshow-track {
    display: grid !important;
    position: static !important;
    grid-auto-flow: column !important;
    grid-auto-columns: calc((100% - 32px) / 3) !important;
    gap: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 0 6px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    scrollbar-width: none !important;
    overscroll-behavior-x: contain !important;
    -webkit-overflow-scrolling: touch !important;
    background: transparent !important;
    border: 0 !important;
}

#pshg-proshow-root .pshg-proshow-track::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

/* =========================================================
   Carte client — totalement plate
   ========================================================= */

#pshg-proshow-root .pshg-proshow-client {
    display: flex !important;
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 205px !important;
    height: auto !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    margin: 0 !important;
    padding: 22px 18px !important;
    overflow: hidden !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;
    color: var(--pshg-proshow-text) !important;
    background: var(--pshg-proshow-card) !important;
    border: 1px solid var(--pshg-proshow-border-soft) !important;
    border-radius: 17px !important;
}

#pshg-proshow-root .pshg-proshow-client-main {
    display: flex !important;
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
}

#pshg-proshow-root .pshg-proshow-logo-box {
    display: grid !important;
    position: static !important;
    place-items: center !important;
    width: 124px !important;
    max-width: 100% !important;
    height: 80px !important;
    margin: 0 auto !important;
    padding: 7px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border: 0 !important;
    border-radius: 10px !important;
}

#pshg-proshow-root .pshg-proshow-logo {
    display: block !important;
    width: 100% !important;
    max-width: 108px !important;
    height: 100% !important;
    max-height: 66px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    opacity: 1 !important;
}

#pshg-proshow-root .pshg-proshow-logo.pshg-proshow-hidden {
    display: none !important;
}

#pshg-proshow-root .pshg-proshow-initials {
    display: none !important;
    width: 62px !important;
    height: 62px !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    background: var(--pshg-proshow-blue) !important;
    border: 0 !important;
    border-radius: 16px !important;
    font-size: 20px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
}

#pshg-proshow-root .pshg-proshow-initials.pshg-proshow-visible {
    display: flex !important;
}

#pshg-proshow-root .pshg-proshow-client-name {
    display: block !important;
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--pshg-proshow-text) !important;
    background: none !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    -webkit-text-fill-color: var(--pshg-proshow-text) !important;
}

#pshg-proshow-root .pshg-proshow-client-tag {
    display: inline-flex !important;
    position: static !important;
    max-width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 7px 10px !important;
    color: var(--pshg-proshow-blue) !important;
    background: #f1f8ff !important;
    border: 1px solid var(--pshg-proshow-border) !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    white-space: normal !important;
}

/* =========================================================
   Chargement et état vide
   ========================================================= */

#pshg-proshow-root .pshg-proshow-status {
    display: flex !important;
    position: static !important;
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 190px !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 26px !important;
    color: var(--pshg-proshow-muted) !important;
    background: #ffffff !important;
    border: 1px solid var(--pshg-proshow-border-soft) !important;
    border-radius: 16px !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    text-align: center !important;
    overflow-wrap: anywhere !important;
}

#pshg-proshow-root .pshg-proshow-status-title {
    margin: 0 !important;
    color: var(--pshg-proshow-text) !important;
    font-size: 19px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
}

/* =========================================================
   Navigation
   ========================================================= */

#pshg-proshow-root .pshg-proshow-controls {
    display: flex !important;
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    margin: 16px 0 0 !important;
    padding: 0 !important;
}

#pshg-proshow-root .pshg-proshow-arrows {
    display: flex !important;
    position: static !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
}

#pshg-proshow-root .pshg-proshow-arrows[hidden] {
    display: none !important;
}

#pshg-proshow-root .pshg-proshow-arrow {
    display: grid !important;
    position: static !important;
    place-items: center !important;
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--pshg-proshow-blue) !important;
    background: #ffffff !important;
    border: 1px solid var(--pshg-proshow-border) !important;
    border-radius: 11px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

#pshg-proshow-root .pshg-proshow-arrow:hover {
    color: #ffffff !important;
    background: var(--pshg-proshow-blue) !important;
    border-color: var(--pshg-proshow-blue) !important;
}

#pshg-proshow-root .pshg-proshow-arrow:focus-visible,
#pshg-proshow-root .pshg-proshow-dot:focus-visible,
#pshg-proshow-root .pshg-proshow-cta:focus-visible {
    outline: 3px solid rgba(5, 109, 246, 0.28) !important;
    outline-offset: 3px !important;
}

#pshg-proshow-root .pshg-proshow-arrow-icon {
    display: block !important;
    width: 21px !important;
    height: 21px !important;
    fill: currentColor !important;
}

#pshg-proshow-root .pshg-proshow-dots {
    display: flex !important;
    position: static !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
    margin: 0 !important;
    padding: 0 !important;
}

#pshg-proshow-root .pshg-proshow-dots:empty {
    display: none !important;
}

#pshg-proshow-root .pshg-proshow-dot {
    display: block !important;
    position: static !important;
    width: 9px !important;
    min-width: 9px !important;
    height: 9px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #cbd9e3 !important;
    border: 0 !important;
    border-radius: 999px !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

#pshg-proshow-root .pshg-proshow-dot.pshg-proshow-dot-active {
    width: 25px !important;
    background: var(--pshg-proshow-blue) !important;
}

/* =========================================================
   Appel à l'action
   ========================================================= */

#pshg-proshow-root .pshg-proshow-footer {
    display: block !important;
    position: static !important;
    width: 100% !important;
    max-width: 760px !important;
    margin: 24px auto 0 !important;
    padding: 19px !important;
    color: var(--pshg-proshow-text) !important;
    background: var(--pshg-proshow-soft) !important;
    border: 1px solid var(--pshg-proshow-border) !important;
    border-radius: 16px !important;
    text-align: center !important;
}

#pshg-proshow-root .pshg-proshow-footer-title {
    margin: 0 0 6px !important;
    color: var(--pshg-proshow-text) !important;
    font-size: 19px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    overflow-wrap: anywhere !important;
}

#pshg-proshow-root .pshg-proshow-footer-text {
    margin: 0 0 15px !important;
    color: var(--pshg-proshow-muted) !important;
    font-size: 15px !important;
    line-height: 1.58 !important;
    overflow-wrap: anywhere !important;
}

#pshg-proshow-root .pshg-proshow-cta {
    display: inline-flex !important;
    position: relative !important;
    z-index: 2 !important;
    max-width: 100% !important;
    min-height: 49px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 12px 18px !important;
    color: #ffffff !important;
    background: var(--pshg-proshow-blue) !important;
    border: 1px solid var(--pshg-proshow-blue) !important;
    border-radius: 13px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    -webkit-text-fill-color: #ffffff !important;
}

#pshg-proshow-root .pshg-proshow-cta:hover {
    color: #ffffff !important;
    background: #075fd3 !important;
    border-color: #075fd3 !important;
}

#pshg-proshow-root .pshg-proshow-cta-icon {
    display: block !important;
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
    fill: currentColor !important;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 900px) {
    #pshg-proshow-root .pshg-proshow-track {
        grid-auto-columns: calc((100% - 16px) / 2) !important;
    }
}

@media (max-width: 620px) {
    #pshg-proshow-root .pshg-proshow-section {
        padding: 54px 0 !important;
    }

    #pshg-proshow-root .pshg-proshow-container {
        padding: 0 14px !important;
    }

    #pshg-proshow-root .pshg-proshow-header {
        margin-bottom: 28px !important;
    }

    #pshg-proshow-root .pshg-proshow-title {
        font-size: clamp(30px, 9.4vw, 43px) !important;
        letter-spacing: -0.035em !important;
    }

    #pshg-proshow-root .pshg-proshow-description {
        font-size: 16px !important;
        line-height: 1.62 !important;
    }

    #pshg-proshow-root .pshg-proshow-wrapper {
        padding: 12px !important;
        border-radius: 17px !important;
    }

    #pshg-proshow-root .pshg-proshow-track {
        grid-auto-columns: 100% !important;
        gap: 12px !important;
    }

    #pshg-proshow-root .pshg-proshow-client {
        min-height: 200px !important;
        padding: 20px 16px !important;
    }

    #pshg-proshow-root .pshg-proshow-controls {
        flex-direction: column !important;
        justify-content: center !important;
    }

    #pshg-proshow-root .pshg-proshow-dots {
        order: 1 !important;
        width: 100% !important;
        justify-content: center !important;
    }

    #pshg-proshow-root .pshg-proshow-arrows {
        order: 2 !important;
        width: 100% !important;
    }

    #pshg-proshow-root .pshg-proshow-footer {
        padding: 17px 14px !important;
    }

    #pshg-proshow-root .pshg-proshow-cta {
        width: 100% !important;
    }
}

@media (max-width: 390px) {
    #pshg-proshow-root .pshg-proshow-container {
        padding: 0 12px !important;
    }

    #pshg-proshow-root .pshg-proshow-label {
        display: flex !important;
        width: 100% !important;
        border-radius: 12px !important;
        font-size: 11px !important;
    }

    #pshg-proshow-root .pshg-proshow-title {
        font-size: clamp(28px, 9.7vw, 37px) !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    #pshg-proshow-root .pshg-proshow-track {
        scroll-behavior: auto !important;
    }
}


/* =====================================================================
   Styles du composant : footer.php
   ===================================================================== */
/* =========================================================
   Isolation générale
   ========================================================= */

#pshg-sitefooter-root {
    --pshg-sitefooter-bg: #0b1028;
    --pshg-sitefooter-bg-soft: #111936;
    --pshg-sitefooter-border: rgba(255, 255, 255, 0.10);
    --pshg-sitefooter-text: #ffffff;
    --pshg-sitefooter-muted: #b7c0d1;
    --pshg-sitefooter-blue: #159ceb;
    --pshg-sitefooter-cyan: #41c0e1;
    --pshg-sitefooter-success: #00b67a;

    display: block !important;
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    clear: both !important;
    float: none !important;
    color: var(--pshg-sitefooter-text) !important;
    background: var(--pshg-sitefooter-bg) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    filter: none !important;
    text-shadow: none !important;
    isolation: isolate !important;
}

#pshg-sitefooter-root,
#pshg-sitefooter-root *,
#pshg-sitefooter-root *::before,
#pshg-sitefooter-root *::after {
    box-sizing: border-box !important;
    box-shadow: none !important;
    filter: none !important;
    text-shadow: none !important;
}

#pshg-sitefooter-root::before,
#pshg-sitefooter-root::after,
#pshg-sitefooter-root .pshg-sitefooter-main::before,
#pshg-sitefooter-root .pshg-sitefooter-main::after,
#pshg-sitefooter-root .pshg-sitefooter-bottom::before,
#pshg-sitefooter-root .pshg-sitefooter-bottom::after {
    display: none !important;
    content: none !important;
}

/* =========================================================
   Structure principale
   ========================================================= */

#pshg-sitefooter-root .pshg-sitefooter-main {
    display: block !important;
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: clamp(54px, 7vw, 88px) 0 !important;
    overflow: hidden !important;
    color: var(--pshg-sitefooter-text) !important;
    background: var(--pshg-sitefooter-bg) !important;
    border: 0 !important;
}

#pshg-sitefooter-root .pshg-sitefooter-container {
    display: block !important;
    position: static !important;
    width: 100% !important;
    max-width: 1180px !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    padding: 0 clamp(16px, 3vw, 30px) !important;
}

#pshg-sitefooter-root .pshg-sitefooter-grid {
    display: grid !important;
    position: static !important;
    grid-template-columns: minmax(240px, 1.1fr) minmax(0, 2.1fr) !important;
    gap: clamp(38px, 6vw, 78px) !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    align-items: start !important;
}

#pshg-sitefooter-root .pshg-sitefooter-brand,
#pshg-sitefooter-root .pshg-sitefooter-links-area,
#pshg-sitefooter-root .pshg-sitefooter-column {
    display: block !important;
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* =========================================================
   Marque et logos
   ========================================================= */

#pshg-sitefooter-root .pshg-sitefooter-logos {
    display: flex !important;
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 18px !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
}

#pshg-sitefooter-root .pshg-sitefooter-logo-link {
    display: inline-flex !important;
    position: static !important;
    max-width: 100% !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
    color: inherit !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    text-decoration: none !important;
}

#pshg-sitefooter-root .pshg-sitefooter-logo-main {
    display: block !important;
    width: auto !important;
    max-width: 190px !important;
    height: auto !important;
    max-height: 56px !important;
    margin: 0 !important;
    object-fit: contain !important;
}

#pshg-sitefooter-root .pshg-sitefooter-logo-partner {
    display: block !important;
    width: auto !important;
    max-width: 100px !important;
    height: auto !important;
    max-height: 44px !important;
    margin: 0 !important;
    object-fit: contain !important;
}

#pshg-sitefooter-root .pshg-sitefooter-brand-text {
    display: block !important;
    width: 100% !important;
    max-width: 330px !important;
    margin: 0 0 21px !important;
    padding: 0 !important;
    color: var(--pshg-sitefooter-muted) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.68 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
}

#pshg-sitefooter-root .pshg-sitefooter-brand-proof {
    display: inline-flex !important;
    max-width: 100% !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 9px 12px !important;
    color: #d7f8ed !important;
    background: rgba(0, 182, 122, 0.10) !important;
    border: 1px solid rgba(0, 182, 122, 0.22) !important;
    border-radius: 12px !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
}

#pshg-sitefooter-root .pshg-sitefooter-brand-proof svg {
    display: block !important;
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
    fill: var(--pshg-sitefooter-success) !important;
}

/* =========================================================
   Colonnes de liens
   ========================================================= */

#pshg-sitefooter-root .pshg-sitefooter-links-grid {
    display: grid !important;
    position: static !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(24px, 4vw, 46px) !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

#pshg-sitefooter-root .pshg-sitefooter-title {
    display: flex !important;
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    color: var(--pshg-sitefooter-text) !important;
    background: none !important;
    border: 0 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    -webkit-text-fill-color: var(--pshg-sitefooter-text) !important;
}

#pshg-sitefooter-root .pshg-sitefooter-title-icon {
    display: block !important;
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    flex: 0 0 20px !important;
    stroke: var(--pshg-sitefooter-cyan) !important;
    fill: none !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

#pshg-sitefooter-root .pshg-sitefooter-list {
    display: block !important;
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#pshg-sitefooter-root .pshg-sitefooter-list-item {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
}

#pshg-sitefooter-root .pshg-sitefooter-list-item:last-child {
    margin-bottom: 0 !important;
}

#pshg-sitefooter-root .pshg-sitefooter-link,
#pshg-sitefooter-root .pshg-sitefooter-static {
    display: flex !important;
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    align-items: flex-start !important;
    gap: 9px !important;
    margin: 0 !important;
    padding: 5px 0 !important;
    color: var(--pshg-sitefooter-muted) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    text-decoration: none !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    -webkit-text-fill-color: var(--pshg-sitefooter-muted) !important;
}

#pshg-sitefooter-root .pshg-sitefooter-link:hover {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

#pshg-sitefooter-root .pshg-sitefooter-link-icon,
#pshg-sitefooter-root .pshg-sitefooter-static-icon {
    display: block !important;
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
    margin-top: 1px !important;
    stroke: var(--pshg-sitefooter-blue) !important;
    fill: none !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

#pshg-sitefooter-root .pshg-sitefooter-column-text {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 15px !important;
    color: var(--pshg-sitefooter-muted) !important;
    font-size: 14px !important;
    line-height: 1.58 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
}

/* =========================================================
   Bouton statut
   ========================================================= */

#pshg-sitefooter-root .pshg-sitefooter-status-link {
    display: inline-flex !important;
    position: relative !important;
    z-index: 2 !important;
    max-width: 100% !important;
    min-height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 10px 14px !important;
    color: #ffffff !important;
    background: #159ceb !important;
    border: 1px solid #159ceb !important;
    border-radius: 11px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    font-size: 14px !important;
    font-weight: 750 !important;
    line-height: 1.3 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    -webkit-text-fill-color: #ffffff !important;
}

#pshg-sitefooter-root .pshg-sitefooter-status-link:hover {
    color: #ffffff !important;
    background: #087dca !important;
    border-color: #087dca !important;
    -webkit-text-fill-color: #ffffff !important;
}

#pshg-sitefooter-root .pshg-sitefooter-status-icon {
    display: block !important;
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
    fill: currentColor !important;
}

/* =========================================================
   Barre inférieure
   ========================================================= */

#pshg-sitefooter-root .pshg-sitefooter-bottom {
    display: block !important;
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 20px 0 !important;
    background: var(--pshg-sitefooter-bg-soft) !important;
    border-top: 1px solid var(--pshg-sitefooter-border) !important;
}

#pshg-sitefooter-root .pshg-sitefooter-bottom-row {
    display: flex !important;
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
}

#pshg-sitefooter-root .pshg-sitefooter-copyright {
    display: block !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--pshg-sitefooter-muted) !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
}

#pshg-sitefooter-root .pshg-sitefooter-copyright strong {
    color: #ffffff !important;
    font-weight: 750 !important;
}

#pshg-sitefooter-root .pshg-sitefooter-socials {
    display: flex !important;
    position: static !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 9px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#pshg-sitefooter-root .pshg-sitefooter-social-item {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

#pshg-sitefooter-root .pshg-sitefooter-social-link {
    display: grid !important;
    position: static !important;
    place-items: center !important;
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    border: 1px solid var(--pshg-sitefooter-border) !important;
    border-radius: 10px !important;
    text-decoration: none !important;
}

#pshg-sitefooter-root .pshg-sitefooter-social-link:hover {
    color: #ffffff !important;
    background: var(--pshg-sitefooter-blue) !important;
    border-color: var(--pshg-sitefooter-blue) !important;
}

#pshg-sitefooter-root .pshg-sitefooter-social-icon {
    display: block !important;
    width: 18px !important;
    height: 18px !important;
    fill: currentColor !important;
}

/* =========================================================
   Accessibilité
   ========================================================= */

#pshg-sitefooter-root a:focus-visible,
#pshg-sitefooter-root button:focus-visible {
    outline: 3px solid rgba(65, 192, 225, 0.45) !important;
    outline-offset: 3px !important;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 950px) {
    #pshg-sitefooter-root .pshg-sitefooter-grid {
        grid-template-columns: 1fr !important;
        gap: 42px !important;
    }

    #pshg-sitefooter-root .pshg-sitefooter-brand {
        max-width: 620px !important;
    }

    #pshg-sitefooter-root .pshg-sitefooter-brand-text {
        max-width: 560px !important;
    }
}

@media (max-width: 720px) {
    #pshg-sitefooter-root .pshg-sitefooter-main {
        padding: 52px 0 !important;
    }

    #pshg-sitefooter-root .pshg-sitefooter-container {
        padding: 0 16px !important;
    }

    #pshg-sitefooter-root .pshg-sitefooter-links-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 30px 24px !important;
    }

    #pshg-sitefooter-root .pshg-sitefooter-bottom-row {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    #pshg-sitefooter-root .pshg-sitefooter-socials {
        justify-content: flex-start !important;
    }
}

@media (max-width: 520px) {
    #pshg-sitefooter-root .pshg-sitefooter-container {
        padding: 0 14px !important;
    }

    #pshg-sitefooter-root .pshg-sitefooter-links-grid {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }

    #pshg-sitefooter-root .pshg-sitefooter-logos {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    #pshg-sitefooter-root .pshg-sitefooter-logo-main {
        max-width: 175px !important;
    }

    #pshg-sitefooter-root .pshg-sitefooter-status-link {
        width: 100% !important;
    }

    #pshg-sitefooter-root .pshg-sitefooter-bottom-row {
        align-items: center !important;
        text-align: center !important;
    }

    #pshg-sitefooter-root .pshg-sitefooter-socials {
        justify-content: center !important;
    }
}


/* =====================================================================
   Couche finale d'harmonisation — priorité sur les composants
   ===================================================================== */
/* ==========================================================================
   PhotoSharing.fr — Design system de la page d'accueil
   Fichier unique chargé après les feuilles historiques du thème.
   ========================================================================== */

:root {
    --ps-color-primary: #056df6;
    --ps-color-primary-hover: #075fd3;
    --ps-color-secondary: #159ceb;
    --ps-color-accent: #41c0e1;
    --ps-color-navy: #0b1028;
    --ps-color-navy-soft: #151d3b;
    --ps-color-text: #0b1028;
    --ps-color-muted: #667085;
    --ps-color-white: #ffffff;
    --ps-color-surface: #ffffff;
    --ps-color-surface-soft: #f7fbfd;
    --ps-color-border: #dcecf5;
    --ps-color-border-soft: #e8f1f7;
    --ps-color-success: #00a878;

    --ps-container-width: 1240px;
    --ps-section-space: clamp(64px, 7vw, 104px);
    --ps-section-space-mobile: 56px;
    --ps-radius-large: 24px;
    --ps-radius-medium: 17px;
    --ps-radius-small: 12px;

    /* Ombre volontairement bleutée et très légère : aucune ombre noire. */
    --ps-shadow-soft: 0 8px 24px rgba(5, 109, 246, 0.055);

    --ps-font-family:
        Inter,
        "Segoe UI",
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        sans-serif;
}

html {
    scroll-behavior: smooth;
    background: var(--ps-color-white);
}

body.pshg-home-page {
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow-x: hidden;
    color: var(--ps-color-text);
    background: var(--ps-color-white) !important;
    font-family: var(--ps-font-family);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.pshg-home-page img,
body.pshg-home-page svg,
body.pshg-home-page video,
body.pshg-home-page iframe {
    max-width: 100%;
}

body.pshg-home-page a {
    text-underline-offset: 3px;
}

.pshg-home-main {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

/* --------------------------------------------------------------------------
   Isolation générale
   -------------------------------------------------------------------------- */

:is(
    #hero-modern-final,
    #custom-banner-section,
    #custom-reviews-final,
    #custom-home-reassurance-final,
    #custom-services-final,
    #custom-event-demo-final,
    #custom-why-final,
    #custom-pricing-final,
    #pshg-proshow-root
) {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    color: var(--ps-color-text);
    font-family: var(--ps-font-family);
}

:is(
    #hero-modern-final,
    #custom-banner-section,
    #custom-reviews-final,
    #custom-home-reassurance-final,
    #custom-services-final,
    #custom-event-demo-final,
    #custom-why-final,
    #custom-pricing-final,
    #pshg-proshow-root
),
:is(
    #hero-modern-final,
    #custom-banner-section,
    #custom-reviews-final,
    #custom-home-reassurance-final,
    #custom-services-final,
    #custom-event-demo-final,
    #custom-why-final,
    #custom-pricing-final,
    #pshg-proshow-root
) *,
:is(
    #hero-modern-final,
    #custom-banner-section,
    #custom-reviews-final,
    #custom-home-reassurance-final,
    #custom-services-final,
    #custom-event-demo-final,
    #custom-why-final,
    #custom-pricing-final,
    #pshg-proshow-root
) *::before,
:is(
    #hero-modern-final,
    #custom-banner-section,
    #custom-reviews-final,
    #custom-home-reassurance-final,
    #custom-services-final,
    #custom-event-demo-final,
    #custom-why-final,
    #custom-pricing-final,
    #pshg-proshow-root
) *::after {
    box-sizing: border-box;
}

/* Suppression des ombres et filtres noirs issus des versions précédentes. */
:is(
    #custom-banner-section,
    #custom-reviews-final,
    #custom-home-reassurance-final,
    #custom-services-final,
    #custom-event-demo-final,
    #custom-why-final,
    #custom-pricing-final,
    #pshg-proshow-root
) * {
    text-shadow: none !important;
    filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

/* --------------------------------------------------------------------------
   Rythme commun des sections
   -------------------------------------------------------------------------- */

:is(
    #custom-banner-section .cb-section,
    #custom-reviews-final .cr-section,
    #custom-home-reassurance-final .cma-section,
    #custom-services-final .cs-section,
    #custom-event-demo-final .ced-section,
    #custom-why-final .cw-section,
    #custom-pricing-final .cp-section,
    #pshg-proshow-root .pshg-proshow-section
) {
    width: 100% !important;
    max-width: 100% !important;
    padding: var(--ps-section-space) 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* Alternance volontairement simple et classique. */
#custom-banner-section .cb-section,
#custom-home-reassurance-final .cma-section,
#custom-event-demo-final .ced-section,
#custom-pricing-final .cp-section {
    background: var(--ps-color-surface-soft) !important;
}

#custom-reviews-final .cr-section,
#custom-services-final .cs-section,
#custom-why-final .cw-section,
#pshg-proshow-root .pshg-proshow-section {
    background: var(--ps-color-white) !important;
}

/* Tous les conteneurs utilisent désormais la même largeur. */
:is(
    #hero-modern-final .hm-container,
    #custom-banner-section .cb-container,
    #custom-reviews-final .cr-container,
    #custom-home-reassurance-final .cma-container,
    #custom-services-final .cs-container,
    #custom-event-demo-final .ced-container,
    #custom-why-final .cw-container,
    #custom-pricing-final .cp-container,
    #pshg-proshow-root .pshg-proshow-container
) {
    width: 100% !important;
    max-width: var(--ps-container-width) !important;
    min-width: 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: clamp(16px, 3vw, 32px) !important;
    padding-left: clamp(16px, 3vw, 32px) !important;
}

/* --------------------------------------------------------------------------
   Titres, introductions et badges
   -------------------------------------------------------------------------- */

:is(
    #custom-banner-section .cb-title,
    #custom-reviews-final .cr-title,
    #custom-home-reassurance-final .cma-title,
    #custom-services-final .cs-title,
    #custom-event-demo-final .ced-title,
    #custom-why-final .cw-title,
    #custom-pricing-final .cp-title,
    #pshg-proshow-root .pshg-proshow-title
) {
    max-width: 920px !important;
    margin-top: 0 !important;
    color: var(--ps-color-navy) !important;
    font-size: clamp(2.05rem, 4vw, 3.8rem) !important;
    font-weight: 800 !important;
    line-height: 1.06 !important;
    letter-spacing: -0.045em !important;
    text-shadow: none !important;
    opacity: 1 !important;
    filter: none !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    -webkit-text-fill-color: var(--ps-color-navy) !important;
}

:is(
    #custom-banner-section .cb-title-highlight,
    #custom-reviews-final .cr-title-highlight,
    #custom-home-reassurance-final .cma-title-gradient,
    #custom-services-final .cs-title-highlight,
    #custom-event-demo-final .ced-title-highlight,
    #custom-why-final .cw-title-highlight,
    #custom-pricing-final .cp-title-highlight,
    #pshg-proshow-root .pshg-proshow-title-blue
) {
    color: var(--ps-color-primary) !important;
    background: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    -webkit-text-fill-color: var(--ps-color-primary) !important;
}

:is(
    #custom-banner-section .cb-intro,
    #custom-reviews-final .cr-intro,
    #custom-home-reassurance-final .cma-intro,
    #custom-services-final .cs-desc,
    #custom-event-demo-final .ced-desc,
    #custom-why-final .cw-desc,
    #custom-pricing-final .cp-intro,
    #pshg-proshow-root .pshg-proshow-description
) {
    color: var(--ps-color-muted) !important;
    font-size: clamp(1rem, 1.3vw, 1.12rem) !important;
    line-height: 1.7 !important;
}

:is(
    #custom-banner-section .cb-eyebrow,
    #custom-reviews-final .cr-eyebrow,
    #custom-home-reassurance-final .cma-eyebrow,
    #custom-services-final .cs-eyebrow,
    #custom-event-demo-final .ced-kicker,
    #custom-why-final .cw-eyebrow,
    #custom-pricing-final .cp-kicker,
    #pshg-proshow-root .pshg-proshow-label
) {
    max-width: 100% !important;
    padding: 8px 12px !important;
    color: var(--ps-color-primary) !important;
    background: #edf7ff !important;
    border: 1px solid var(--ps-color-border) !important;
    border-radius: 999px !important;
    font-size: 0.75rem !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.055em !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
}

/* --------------------------------------------------------------------------
   Cartes et cadres
   -------------------------------------------------------------------------- */

:is(
    #custom-banner-section .cb-feature,
    #custom-reviews-final .cr-feature,
    #custom-reviews-final .cr-phone-card,
    #custom-home-reassurance-final .cma-feature-card,
    #custom-services-final .cs-card,
    #custom-services-final .cs-bottom,
    #custom-event-demo-final .ced-photo-card,
    #custom-event-demo-final .ced-bottom,
    #custom-why-final .cw-item,
    #custom-pricing-final .cp-card,
    #custom-pricing-final .cp-subscription,
    #custom-pricing-final .cp-reassurance-item,
    #pshg-proshow-root .pshg-proshow-client,
    #pshg-proshow-root .pshg-proshow-footer
) {
    color: var(--ps-color-text) !important;
    background: var(--ps-color-surface) !important;
    border: 1px solid var(--ps-color-border) !important;
    border-radius: var(--ps-radius-medium) !important;
    box-shadow: var(--ps-shadow-soft) !important;
}

:is(
    #custom-banner-section .cb-img-frame,
    #custom-reviews-final .cr-phone-card,
    #custom-home-reassurance-final .cma-video-wrapper,
    #custom-event-demo-final .ced-photo-card,
    #custom-why-final .cw-img-frame
) {
    border-color: var(--ps-color-border) !important;
    box-shadow: none !important;
}

:is(
    #custom-banner-section .cb-feature,
    #custom-reviews-final .cr-feature,
    #custom-home-reassurance-final .cma-feature-card,
    #custom-services-final .cs-card,
    #custom-event-demo-final .ced-photo-card,
    #custom-why-final .cw-item,
    #pshg-proshow-root .pshg-proshow-client
):hover {
    transform: translateY(-2px) !important;
    border-color: #b9dbef !important;
    box-shadow: var(--ps-shadow-soft) !important;
}

/* Les anciens éléments décoratifs dépassant des colonnes sont supprimés. */
#custom-banner-section .cb-media::before,
#custom-why-final .cw-media::before {
    display: none !important;
    content: none !important;
}

#custom-banner-section .cb-media-badge,
#custom-why-final .cw-media-badge {
    position: relative !important;
    inset: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: calc(100% - 20px) !important;
    max-width: 430px !important;
    margin: -12px auto 0 !important;
    box-shadow: var(--ps-shadow-soft) !important;
}

/* --------------------------------------------------------------------------
   Puces de réassurance
   -------------------------------------------------------------------------- */

:is(
    #custom-reviews-final .cr-mini-proof span,
    #custom-home-reassurance-final .cma-highlight-item,
    #custom-services-final .cs-proof span,
    #custom-event-demo-final .ced-proof span,
    #custom-pricing-final .cp-reassurance-item
) {
    color: var(--ps-color-text) !important;
    background: var(--ps-color-white) !important;
    border: 1px solid var(--ps-color-border) !important;
    box-shadow: none !important;
}

/* --------------------------------------------------------------------------
   Boutons communs
   -------------------------------------------------------------------------- */

:is(
    #hero-modern-final .hm-button,
    #custom-banner-section .cb-btn,
    #custom-reviews-final .cr-btn,
    #custom-home-reassurance-final .cma-cta-button,
    #custom-services-final .cs-btn,
    #custom-event-demo-final .ced-btn,
    #custom-why-final .cw-btn,
    #custom-pricing-final .cp-btn,
    #pshg-proshow-root .pshg-proshow-cta
) {
    min-height: 50px !important;
    max-width: 100% !important;
    padding: 12px 18px !important;
    border-radius: 13px !important;
    box-shadow: none !important;
    font-size: 0.95rem !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: normal !important;
}

:is(
    #hero-modern-final .hm-button-primary,
    #custom-banner-section .cb-btn-primary,
    #custom-reviews-final .cr-btn-primary,
    #custom-home-reassurance-final .cma-cta-button,
    #custom-services-final .cs-btn-primary,
    #custom-event-demo-final .ced-btn-primary,
    #custom-why-final .cw-btn-primary,
    #custom-pricing-final .cp-btn,
    #pshg-proshow-root .pshg-proshow-cta
) {
    color: #ffffff !important;
    background: var(--ps-color-primary) !important;
    border: 1px solid var(--ps-color-primary) !important;
    -webkit-text-fill-color: #ffffff !important;
}

:is(
    #hero-modern-final .hm-button-primary,
    #custom-banner-section .cb-btn-primary,
    #custom-reviews-final .cr-btn-primary,
    #custom-home-reassurance-final .cma-cta-button,
    #custom-services-final .cs-btn-primary,
    #custom-event-demo-final .ced-btn-primary,
    #custom-why-final .cw-btn-primary,
    #custom-pricing-final .cp-btn,
    #pshg-proshow-root .pshg-proshow-cta
):hover {
    color: #ffffff !important;
    background: var(--ps-color-primary-hover) !important;
    border-color: var(--ps-color-primary-hover) !important;
    transform: translateY(-1px) !important;
}

:is(
    #hero-modern-final .hm-button-secondary,
    #custom-banner-section .cb-btn-secondary,
    #custom-reviews-final .cr-btn-secondary,
    #custom-services-final .cs-btn-secondary,
    #custom-event-demo-final .ced-btn-secondary,
    #custom-why-final .cw-btn-secondary
) {
    color: var(--ps-color-primary) !important;
    background: var(--ps-color-white) !important;
    border: 1px solid var(--ps-color-border) !important;
    -webkit-text-fill-color: var(--ps-color-primary) !important;
}

/* --------------------------------------------------------------------------
   Hero : conserve la photo immersive, mais retire les effets lourds
   -------------------------------------------------------------------------- */

#hero-modern-final .hm-hero {
    min-height: min(820px, 100svh) !important;
    background: var(--ps-color-navy) !important;
}

#hero-modern-final .hm-copy {
    max-width: 760px !important;
    background: rgba(11, 16, 40, 0.86) !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    border-radius: var(--ps-radius-large) !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

#hero-modern-final .hm-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(8, 12, 29, 0.90) 0%,
            rgba(8, 12, 29, 0.76) 48%,
            rgba(8, 12, 29, 0.42) 75%,
            rgba(8, 12, 29, 0.30) 100%
        ),
        linear-gradient(
            180deg,
            rgba(8, 12, 29, 0.20) 0%,
            rgba(8, 12, 29, 0.32) 55%,
            rgba(8, 12, 29, 0.78) 100%
        ) !important;
}

#hero-modern-final .hm-noise {
    display: none !important;
}

#hero-modern-final .hm-title {
    color: #ffffff !important;
    font-size: clamp(2.5rem, 5.5vw, 5.2rem) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.055em !important;
    text-shadow: none !important;
}

#hero-modern-final .hm-title-accent {
    color: #7ed5f0 !important;
    -webkit-text-fill-color: #7ed5f0 !important;
}

#hero-modern-final .hm-slideshow-control,
#hero-modern-final .hm-review-card {
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

/* --------------------------------------------------------------------------
   Tarification
   -------------------------------------------------------------------------- */

#custom-pricing-final .cp-container {
    max-width: 920px !important;
}

#custom-pricing-final .cp-card {
    padding: clamp(24px, 4vw, 38px) !important;
}

#custom-pricing-final .cp-price-block {
    padding: 22px !important;
    background: #edf7ff !important;
    border: 1px solid var(--ps-color-border) !important;
    border-radius: var(--ps-radius-medium) !important;
}

#custom-pricing-final .cp-amount {
    color: var(--ps-color-navy) !important;
    -webkit-text-fill-color: var(--ps-color-navy) !important;
}

/* --------------------------------------------------------------------------
   Carrousel professionnel
   -------------------------------------------------------------------------- */

#pshg-proshow-root .pshg-proshow-wrapper {
    padding: clamp(12px, 2vw, 18px) !important;
    background: var(--ps-color-surface-soft) !important;
    border: 1px solid var(--ps-color-border) !important;
    border-radius: var(--ps-radius-large) !important;
    box-shadow: none !important;
}

#pshg-proshow-root .pshg-proshow-client {
    box-shadow: none !important;
}

#pshg-proshow-root .pshg-proshow-arrow {
    color: var(--ps-color-primary) !important;
    background: var(--ps-color-white) !important;
    border: 1px solid var(--ps-color-border) !important;
    box-shadow: none !important;
}

/* --------------------------------------------------------------------------
   Header et footer : même palette que le contenu
   -------------------------------------------------------------------------- */

#pshg-siteheader-root {
    --pshg-siteheader-text: var(--ps-color-navy);
    --pshg-siteheader-muted: var(--ps-color-muted);
    --pshg-siteheader-blue: var(--ps-color-primary);
    --pshg-siteheader-blue-hover: var(--ps-color-primary-hover);
    --pshg-siteheader-cyan: var(--ps-color-accent);
    --pshg-siteheader-border: var(--ps-color-border);
    --pshg-siteheader-border-soft: var(--ps-color-border-soft);
}

#pshg-sitefooter-root {
    --pshg-sitefooter-bg: var(--ps-color-navy);
    --pshg-sitefooter-bg-soft: var(--ps-color-navy-soft);
    --pshg-sitefooter-blue: var(--ps-color-secondary);
    --pshg-sitefooter-cyan: var(--ps-color-accent);
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 1050px) {
    :is(
        #custom-banner-section .cb-row,
        #custom-reviews-final .cr-row,
        #custom-home-reassurance-final .cma-row,
        #custom-why-final .cw-row
    ) {
        grid-template-columns: 1fr !important;
        gap: 42px !important;
    }

    #custom-banner-section .cb-col-text,
    #custom-reviews-final .cr-col-left,
    #custom-why-final .cw-col-right {
        text-align: center !important;
    }

    :is(
        #custom-banner-section .cb-actions,
        #custom-reviews-final .cr-actions,
        #custom-why-final .cw-actions
    ) {
        justify-content: center !important;
    }
}

@media (max-width: 720px) {
    :is(
        #custom-banner-section .cb-section,
        #custom-reviews-final .cr-section,
        #custom-home-reassurance-final .cma-section,
        #custom-services-final .cs-section,
        #custom-event-demo-final .ced-section,
        #custom-why-final .cw-section,
        #custom-pricing-final .cp-section,
        #pshg-proshow-root .pshg-proshow-section
    ) {
        padding: var(--ps-section-space-mobile) 0 !important;
    }

    :is(
        #custom-banner-section .cb-title,
        #custom-reviews-final .cr-title,
        #custom-home-reassurance-final .cma-title,
        #custom-services-final .cs-title,
        #custom-event-demo-final .ced-title,
        #custom-why-final .cw-title,
        #custom-pricing-final .cp-title,
        #pshg-proshow-root .pshg-proshow-title
    ) {
        font-size: clamp(1.9rem, 9vw, 2.8rem) !important;
        letter-spacing: -0.035em !important;
    }

    :is(
        #custom-banner-section .cb-actions,
        #custom-reviews-final .cr-actions,
        #custom-services-final .cs-actions,
        #custom-event-demo-final .ced-actions,
        #custom-why-final .cw-actions
    ) {
        width: 100% !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }

    :is(
        #custom-banner-section .cb-btn,
        #custom-reviews-final .cr-btn,
        #custom-home-reassurance-final .cma-cta-button,
        #custom-services-final .cs-btn,
        #custom-event-demo-final .ced-btn,
        #custom-why-final .cw-btn,
        #custom-pricing-final .cp-btn,
        #pshg-proshow-root .pshg-proshow-cta
    ) {
        width: 100% !important;
    }

    #hero-modern-final .hm-container {
        padding-top: 80px !important;
        padding-bottom: 72px !important;
    }

    #hero-modern-final .hm-copy {
        padding: 24px 18px !important;
    }

    #hero-modern-final .hm-title {
        font-size: clamp(2.35rem, 12vw, 3.8rem) !important;
    }
}

@media (max-width: 420px) {
    :is(
        #custom-banner-section .cb-container,
        #custom-reviews-final .cr-container,
        #custom-home-reassurance-final .cma-container,
        #custom-services-final .cs-container,
        #custom-event-demo-final .ced-container,
        #custom-why-final .cw-container,
        #custom-pricing-final .cp-container,
        #pshg-proshow-root .pshg-proshow-container
    ) {
        padding-right: 12px !important;
        padding-left: 12px !important;
    }

    :is(
        #custom-banner-section .cb-eyebrow,
        #custom-reviews-final .cr-eyebrow,
        #custom-home-reassurance-final .cma-eyebrow,
        #custom-services-final .cs-eyebrow,
        #custom-event-demo-final .ced-kicker,
        #custom-why-final .cw-eyebrow,
        #custom-pricing-final .cp-kicker,
        #pshg-proshow-root .pshg-proshow-label
    ) {
        width: 100% !important;
        justify-content: center !important;
        border-radius: var(--ps-radius-small) !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    body.pshg-home-page *,
    body.pshg-home-page *::before,
    body.pshg-home-page *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
