.elementor-8058 .elementor-element.elementor-element-fba0681{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8058 .elementor-element.elementor-element-fba0681.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-8058 .elementor-element.elementor-element-fba0681{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-63ccab0 *//* ================================================================ */
/* MONEY SHIFT BY KIDDY MIND â€” V5                                     */
/* Design premium Ã©ditorial Â· Palette Kiddy Mind Â· UX conversion     */
/* ================================================================ */

:root {
    /* Palette Kiddy Mind V1 conservÃ©e */
    --ink: #16123f;
    --ink-2: #1e1852;
    --ink-3: #0d0a26;
    --gold: #eab589;
    --gold-2: #d9a478;
    --gold-3: #b0885f;
    --gold-soft: #f5dfc7;
    --cream: #fff6ee;
    --cream-2: #f2ede4;
    --line: rgba(234, 181, 137, 0.28);
    --line-strong: rgba(234, 181, 137, 0.55);
    --text: #3d3854;
    --text-mute: #605a76;
    --text-light: #8a839e;
    --white: #ffffff;

    --serif: 'Cormorant', serif;
    --sans: 'Montserrat', sans-serif;

    --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    font-family: var(--sans);
    color: var(--text);
    line-height: 1.65;
    background: var(--white);
    font-weight: 300;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ===== TYPO ===== */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--serif);
    line-height: 1.15;
    color: var(--ink);
    letter-spacing: -0.015em;
    font-weight: 600;
}

h1 { font-size: clamp(2.2rem, 5vw, 4rem); font-weight: 500; }
h2 { font-size: clamp(2rem, 3.8vw, 3rem); font-weight: 500; }
h3 { font-size: clamp(1.5rem, 2.4vw, 1.9rem); font-weight: 600; }
h4 { font-size: clamp(1.15rem, 1.6vw, 1.3rem); font-weight: 600; }
h5 { font-size: 0.95rem; font-weight: 600; }

p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text);
    font-weight: 300;
}

strong { font-weight: 600; color: var(--ink); }

/* ===== CONTAINER ===== */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
}

section {
    padding: 100px 0;
    position: relative;
}

/* ===== SECTION LEAD ===== */
.section-lead {
    max-width: 800px;
    margin: 0 auto 70px;
    text-align: center;
}

.section-chapter {
    display: inline-block;
    font-family: var(--sans);
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--gold-3);
    letter-spacing: 0.32em;
    text-transform: uppercase;
    margin-bottom: 22px;
    padding: 6px 14px;
    border: 1px solid var(--line);
    border-radius: 2px;
}

.section-chapter.light {
    color: var(--gold);
    border-color: rgba(234, 181, 137, 0.35);
    background: rgba(234, 181, 137, 0.05);
}

.section-title {
    margin-bottom: 22px;
}

.section-title::after {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: var(--gold);
    margin: 22px auto 0;
}

.section-intro {
    font-family: var(--sans);
    font-size: 1.05rem;
    color: var(--text-mute);
    line-height: 1.75;
    max-width: 660px;
    margin: 0 auto;
    font-weight: 300;
}

/* ===== BOUTONS ===== */
.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 40px;
    background: var(--gold);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    border-radius: 2px;
    transition: all 0.35s var(--ease);
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--ink);
    transform: translateX(-100%);
    transition: transform 0.4s var(--ease);
    z-index: 0;
}

.btn-primary > * { position: relative; z-index: 1; }
.btn-primary { position: relative; }

.btn-primary:hover {
    color: var(--gold);
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(22, 18, 63, 0.25);
}

.btn-primary:hover::before { transform: translateX(0); }

.btn-primary span, .btn-primary {
    position: relative;
    z-index: 1;
}

.btn-large {
    padding: 22px 48px;
    font-size: 0.85rem;
}

/* ============================================= */
/* STICKY HEADER                                  */
/* ============================================= */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 18px 0;
    background: transparent;
    transition: all 0.35s var(--ease);
}

.site-header.scrolled {
    background: rgba(22, 18, 63, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 12px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.header-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-logo img {
    height: 52px;
    width: auto;
    display: block;
    opacity: 1;
    transition: height 0.3s ease;
}

.site-header.scrolled .site-logo img {
    height: 42px;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav-link {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-family: var(--sans);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.nav-link:hover { color: var(--gold); }

.nav-cta {
    padding: 11px 22px;
    border: 1px solid var(--gold);
    color: var(--gold) !important;
    transition: all 0.3s ease;
}

.nav-cta:hover {
    background: var(--gold);
    color: var(--ink) !important;
}

/* ============================================= */
/* 1. HERO                                        */
/* ============================================= */
.hero {
    background: linear-gradient(135deg, var(--ink) 0%, var(--ink-2) 100%);
    color: white;
    padding: 160px 0 100px;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -15%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(234, 181, 137, 0.1) 0%, transparent 60%);
    border-radius: 50%;
    pointer-events: none;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: -25%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(234, 181, 137, 0.05) 0%, transparent 60%);
    border-radius: 50%;
    pointer-events: none;
}

.hero-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 100%;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--gold);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-family: var(--sans);
}

.eyebrow-line {
    width: 32px;
    height: 1px;
    background: var(--gold);
    display: inline-block;
}

.hero-content h1 {
    color: white;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 32px;
    max-width: 720px;
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    letter-spacing: -0.02em;
}

.hero-sub {
    font-family: var(--sans);
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 42px;
    max-width: 580px;
    font-weight: 300;
}

.hero-cta-block {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.hero-trust {
    display: flex;
    align-items: center;
    gap: 14px;
}

.trust-avatars {
    display: flex;
    align-items: center;
}

.avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--serif);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--ink);
    border: 2px solid var(--ink);
    margin-left: -10px;
}

.avatar:first-child { margin-left: 0; }
.avatar-1 { background: #f5dfc7; }
.avatar-2 { background: #ebc9a5; }
.avatar-3 { background: #e0b686; }
.avatar-4 { background: #d5a56a; }

.trust-text {
    font-family: var(--sans);
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.4;
    font-weight: 300;
}

.trust-text strong {
    color: var(--gold);
    font-weight: 600;
}

.hero-scroll-hint {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(234, 181, 137, 0.6);
    font-size: 0.7rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-family: var(--sans);
    margin-top: 20px;
}

.hero-scroll-hint span {
    width: 40px;
    height: 1px;
    background: var(--gold);
    display: inline-block;
    animation: scrollHint 2s ease-in-out infinite;
}

@keyframes scrollHint {
    0%, 100% { transform: scaleX(1); opacity: 0.6; }
    50% { transform: scaleX(1.5); opacity: 1; }
}

.hero-visual {
    position: relative;
}

.hero-photo-frame {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.hero-photo-frame::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: -20px;
    bottom: -20px;
    border: 1.5px solid var(--gold);
    z-index: 0;
    transition: all 0.5s var(--ease);
}

.hero-photo-frame:hover::before {
    top: 15px;
    left: 15px;
    right: -25px;
    bottom: -25px;
}

.hero-photo-frame img {
    position: relative;
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    display: block;
    z-index: 1;
    background: rgba(234, 181, 137, 0.15);
    filter: contrast(1.02);
}

.frame-label {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--ink-3);
    padding: 12px 28px;
    z-index: 2;
    text-align: center;
    border: 1px solid var(--gold);
    min-width: 240px;
}

.label-title {
    display: block;
    font-family: var(--serif);
    font-size: 1.25rem;
    color: white;
    font-weight: 500;
    margin-bottom: 2px;
}

.label-sub {
    display: block;
    font-family: var(--sans);
    font-size: 0.68rem;
    color: var(--gold);
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

/* ============================================= */
/* 2. PAIN POINTS                                 */
/* ============================================= */
.pain-points { background: var(--white); }

.pain-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.pain-card {
    background: var(--cream);
    padding: 36px 30px;
    border-radius: 3px;
    transition: all 0.4s var(--ease);
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
}

.pain-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(234, 181, 137, 0.08) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.pain-card:hover {
    background: var(--white);
    border-color: var(--line-strong);
    transform: translateY(-8px);
    box-shadow: 0 30px 50px -20px rgba(22, 18, 63, 0.18);
}

.pain-card:hover::before { opacity: 1; }

.pain-num {
    display: inline-block;
    font-family: var(--serif);
    font-size: 1rem;
    color: var(--gold-3);
    letter-spacing: 0.15em;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
}

.pain-card h3 {
    font-size: 1.4rem;
    margin-bottom: 14px;
    color: var(--ink);
    line-height: 1.3;
    font-weight: 600;
    position: relative;
}

.pain-card p {
    color: var(--text-mute);
    line-height: 1.7;
    font-size: 0.96rem;
    position: relative;
}

.pain-bridge {
    margin-top: 70px;
    text-align: center;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 30px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.pain-bridge p {
    font-family: var(--serif);
    font-size: 1.5rem;
    color: var(--text-mute);
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 12px;
}

.pain-bridge .bridge-emph {
    color: var(--ink);
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 0;
}

/* ============================================= */
/* 3. AUDIENCE                                    */
/* ============================================= */
.audience { background: var(--cream); }

.audience-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto 60px;
}

.audience-card {
    background: var(--white);
    padding: 38px 34px;
    border-radius: 3px;
    border-top: 2px solid var(--gold);
    transition: all 0.35s var(--ease);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.audience-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 40px -18px rgba(22, 18, 63, 0.15);
}

.audience-icon {
    width: 56px;
    height: 56px;
    color: var(--gold);
    margin-bottom: 8px;
    transition: transform 0.4s var(--ease);
}

.audience-icon svg {
    width: 100%;
    height: 100%;
}

.audience-card:hover .audience-icon {
    transform: translateY(-4px);
    color: var(--gold-3);
}

.audience-card h3 {
    color: var(--ink);
    font-size: 1.4rem;
    font-weight: 600;
}

.audience-card p {
    color: var(--text-mute);
    font-size: 0.95rem;
}

.audience-experience {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
}

.exp-card {
    background: var(--ink);
    color: white;
    padding: 32px 32px;
    border-radius: 3px;
    border-left: 3px solid var(--gold);
    position: relative;
}

.exp-tag {
    display: inline-block;
    font-family: var(--sans);
    font-size: 0.68rem;
    color: var(--gold);
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-bottom: 14px;
    padding: 5px 12px;
    border: 1px solid rgba(234, 181, 137, 0.4);
    border-radius: 2px;
}

.exp-card p {
    color: rgba(255, 255, 255, 0.92);
    font-family: var(--sans);
    font-size: 1rem;
    line-height: 1.65;
    font-weight: 400;
}

/* ============================================= */
/* 4. EXPERT                                      */
/* ============================================= */
.expert-section {
    background: var(--ink);
    color: white;
    padding: 120px 0;
    position: relative;
    /* overflow visible imperative for sticky to work */
    overflow: visible;
}

.expert-section > * {
    position: relative;
    z-index: 1;
}

.expert-section::before {
    content: '';
    position: absolute;
    top: 15%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(234, 181, 137, 0.06) 0%, transparent 65%);
    border-radius: 50%;
    pointer-events: none;
}

.expert-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 1;
}

.expert-intro {
    text-align: center;
    margin-bottom: 70px;
}

.expert-intro h2 {
    color: white;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 500;
}

.expert-intro h2::after {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: var(--gold);
    margin: 22px auto 0;
}

.expert-grid {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 80px;
    align-items: flex-start;
}

.expert-visual {
    position: sticky;
    top: 100px;
    align-self: flex-start;
}

.expert-narrative {
    min-height: 800px;
}

.expert-photo-frame {
    position: relative;
    margin-bottom: 25px;
}

.expert-photo-frame::before {
    content: '';
    position: absolute;
    top: 18px;
    left: -18px;
    right: 18px;
    bottom: -18px;
    border: 1.5px solid var(--gold);
    z-index: 0;
}

.expert-photo-frame img {
    position: relative;
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    display: block;
    z-index: 1;
    background: rgba(234, 181, 137, 0.15);
    filter: contrast(1.02);
}

.expert-badge {
    text-align: center;
    padding: 20px 24px;
    background: rgba(234, 181, 137, 0.06);
    border: 1px solid rgba(234, 181, 137, 0.25);
    border-radius: 3px;
}

.badge-title {
    display: block;
    font-family: var(--serif);
    font-size: 1.4rem;
    color: white;
    font-weight: 500;
    margin-bottom: 4px;
}

.badge-sub {
    display: block;
    font-family: var(--sans);
    font-size: 0.72rem;
    color: var(--gold);
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.expert-narrative {
    color: rgba(255, 255, 255, 0.9);
}

.narrative-opener {
    font-family: var(--serif) !important;
    font-size: clamp(1.5rem, 2.4vw, 1.9rem) !important;
    color: white !important;
    line-height: 1.35 !important;
    margin-bottom: 55px !important;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(234, 181, 137, 0.25);
    font-weight: 500;
}

.narrative-block {
    margin-bottom: 55px;
}

.narrative-block h3 {
    color: white;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.3;
}

.narrative-marker {
    display: inline-block;
    font-family: var(--sans);
    font-size: 0.72rem;
    color: var(--gold);
    letter-spacing: 0.28em;
    text-transform: uppercase;
    margin-bottom: 18px;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--gold);
    font-weight: 600;
}

.narrative-block p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.05rem;
    line-height: 1.85;
    margin-bottom: 18px;
    font-family: var(--sans);
    font-weight: 300;
}

.narrative-pullquote {
    padding: 38px 44px;
    margin: 55px 0;
    background: rgba(255, 255, 255, 0.03);
    border-left: 3px solid rgba(234, 181, 137, 0.5);
    border-radius: 2px;
    position: relative;
}

.narrative-pullquote::before {
    content: 'â€œ';
    position: absolute;
    top: 5px;
    left: 20px;
    font-family: var(--serif);
    font-size: 4rem;
    color: var(--gold);
    line-height: 1;
    opacity: 0.4;
}

.narrative-pullquote p {
    font-family: var(--serif);
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.98);
    line-height: 1.45;
    margin: 0;
    font-weight: 500;
    position: relative;
}

.narrative-pullquote.gold {
    background: rgba(234, 181, 137, 0.08);
    border-left-color: var(--gold);
}

.narrative-pullquote.gold p {
    color: var(--gold);
}

.narrative-pullquote.gold::before {
    color: var(--gold);
    opacity: 0.6;
}

.expert-facts {
    list-style: none;
    padding: 30px 0 0;
    margin-top: 45px;
    border-top: 1px solid rgba(234, 181, 137, 0.25);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.expert-facts li {
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.78rem;
    font-family: var(--sans);
    letter-spacing: 0.05em;
    line-height: 1.4;
}

.expert-facts li span {
    display: block;
    font-family: var(--serif);
    font-size: 1.9rem;
    color: var(--gold);
    margin-bottom: 6px;
    font-weight: 600;
}

/* ============================================= */
/* 5. PREMISE                                     */
/* ============================================= */
.premise { background: var(--cream); }

.premise-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 60px;
    max-width: 1100px;
    margin: 0 auto 60px;
    align-items: start;
}

.premise-text p {
    font-size: 1.05rem;
    line-height: 1.85;
    color: var(--text);
    margin-bottom: 20px;
}

.premise-quote {
    background: var(--ink);
    color: white;
    padding: 40px 36px;
    border-radius: 3px;
    position: sticky;
    top: 100px;
    border-left: 3px solid var(--gold);
}

.quote-mark {
    display: block;
    font-family: var(--serif);
    font-size: 4.5rem;
    color: var(--gold);
    line-height: 0.6;
    margin-bottom: 15px;
    font-weight: 600;
}

.premise-quote p {
    color: white;
    font-family: var(--serif);
    font-size: 1.35rem;
    line-height: 1.45;
    font-weight: 500;
    margin: 0;
}

.premise-outcome {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 45px 40px;
    background: var(--white);
    border-radius: 3px;
    border-top: 2px solid var(--gold);
    border-bottom: 2px solid var(--gold);
}

.premise-outcome p {
    font-family: var(--serif);
    font-size: 1.35rem;
    color: var(--text);
    line-height: 1.5;
    margin-bottom: 18px;
    font-weight: 500;
}

.outcome-shift {
    color: var(--ink) !important;
    font-size: 1.8rem !important;
    padding-top: 22px !important;
    margin-top: 22px !important;
    margin-bottom: 0 !important;
    border-top: 1px solid var(--line);
    font-weight: 600 !important;
}

/* ============================================= */
/* 6. PROGRAMME                                   */
/* ============================================= */
.program-section { background: var(--white); }

.days-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    max-width: 1150px;
    margin: 0 auto 70px;
}

.day-card {
    background: var(--cream);
    padding: 42px 38px;
    border-radius: 4px;
    border-top: 3px solid var(--gold);
    transition: all 0.4s var(--ease);
}

.day-card:hover {
    box-shadow: 0 25px 50px -20px rgba(22, 18, 63, 0.15);
    transform: translateY(-4px);
}

.day-header {
    padding-bottom: 28px;
    margin-bottom: 32px;
    border-bottom: 1px solid var(--line);
    text-align: center;
}

.day-marker {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
}

.day-num {
    font-family: var(--sans);
    font-size: 0.72rem;
    color: var(--gold-3);
    letter-spacing: 0.32em;
    text-transform: uppercase;
    font-weight: 600;
}

.day-date {
    font-family: var(--serif);
    font-size: 1rem;
    color: var(--text-mute);
    font-weight: 500;
}

.day-header h3 {
    font-family: var(--serif);
    font-size: 2.2rem;
    color: var(--ink);
    font-weight: 600;
    margin-bottom: 10px;
}

.day-sub {
    color: var(--text-mute);
    font-size: 1rem;
    font-family: var(--sans);
    font-weight: 300;
}

.modules {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.modules li {
    padding-left: 20px;
    border-left: 2px solid var(--line-strong);
    transition: border-color 0.3s ease;
}

.modules li:hover {
    border-left-color: var(--gold);
}

.module-slot {
    display: inline-block;
    font-family: var(--sans);
    font-size: 0.65rem;
    color: var(--gold-3);
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 600;
}

.modules h4 {
    color: var(--ink);
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-family: var(--serif);
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
}

.modules p {
    color: var(--text-mute);
    font-size: 0.93rem;
    line-height: 1.7;
}

.program-outcome {
    background: var(--ink);
    color: white;
    padding: 55px 55px;
    border-radius: 4px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.program-outcome::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(234, 181, 137, 0.08) 0%, transparent 65%);
    border-radius: 50%;
    pointer-events: none;
}

.program-outcome > * { position: relative; z-index: 1; }

.program-outcome h3 {
    color: white;
    font-size: 1.9rem;
    margin-bottom: 35px;
    font-weight: 500;
}

.outcome-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 32px;
    text-align: left;
    max-width: 780px;
    margin: 0 auto;
}

.outcome-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--sans);
    font-size: 0.95rem;
    line-height: 1.5;
    padding: 12px 0;
    font-weight: 300;
}

.outcome-check {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border: 1.5px solid var(--gold);
    border-radius: 50%;
    position: relative;
    margin-top: 2px;
}

.outcome-check::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    background: var(--gold);
    border-radius: 50%;
}

/* ============================================= */
/* 7. INCLUSIONS                                  */
/* ============================================= */
.inclusions { background: var(--cream); }

.inclusions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.inc-card {
    background: var(--white);
    padding: 36px 30px;
    border-radius: 3px;
    border-top: 2px solid var(--gold);
    transition: all 0.4s var(--ease);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.inc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 45px -20px rgba(22, 18, 63, 0.18);
}

.inc-num {
    font-family: var(--serif);
    font-size: 1.8rem;
    color: var(--gold);
    font-weight: 600;
}

.inc-card h4 {
    color: var(--ink);
    font-size: 1.25rem;
    font-family: var(--serif);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.3;
}

.inc-card p {
    color: var(--text-mute);
    font-size: 0.95rem;
    line-height: 1.7;
}

/* ============================================= */
/* 8. TESTIMONIALS                                */
/* ============================================= */
.testimonials { background: var(--white); }

.tm-google-badge {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 340px;
    margin: -30px auto 55px;
    padding: 14px 22px;
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 40px;
}

.badge-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.badge-stars {
    display: flex;
    gap: 2px;
}

.badge-stars .star { display: block; }

.badge-text {
    font-family: var(--sans);
    font-size: 0.82rem;
    color: var(--text-mute);
}

.badge-text strong {
    color: var(--ink);
    font-weight: 700;
}

.tm-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.tm-card {
    background: var(--cream);
    padding: 32px 28px;
    border-radius: 4px;
    transition: all 0.4s var(--ease);
    border: 1px solid transparent;
}

.tm-card:hover {
    background: var(--white);
    border-color: var(--line-strong);
    transform: translateY(-5px);
    box-shadow: 0 22px 40px -18px rgba(22, 18, 63, 0.15);
}

.tm-header {
    display: grid;
    grid-template-columns: 44px 1fr auto;
    gap: 12px;
    align-items: center;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line);
}

.tm-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--serif);
    font-size: 0.9rem;
    font-weight: 600;
    color: white;
    letter-spacing: 0;
}

.tm-av-1 { background: linear-gradient(135deg, #d5a56a, #b0885f); }
.tm-av-2 { background: linear-gradient(135deg, #eab589, #d9a478); }
.tm-av-3 { background: linear-gradient(135deg, #16123f, #2a2159); }
.tm-av-4 { background: linear-gradient(135deg, #b0885f, #8a6a48); }
.tm-av-5 { background: linear-gradient(135deg, #e0b686, #c98f68); }
.tm-av-6 { background: linear-gradient(135deg, #1e1852, #382a75); }

.tm-meta { display: flex; flex-direction: column; }

.tm-name {
    font-family: var(--serif);
    font-size: 1.1rem;
    color: var(--ink);
    font-weight: 600;
    line-height: 1.2;
}

.tm-role {
    font-family: var(--sans);
    font-size: 0.72rem;
    color: var(--text-light);
    letter-spacing: 0.05em;
}

.tm-stars {
    display: flex;
    gap: 1px;
}

.tm-stars svg { display: block; }

.tm-text {
    font-family: var(--sans);
    font-size: 0.98rem;
    line-height: 1.7;
    color: var(--text);
    font-weight: 400;
}

.tm-text strong {
    color: var(--ink);
    font-weight: 600;
}

/* ============================================= */
/* 9. VALUE                                       */
/* ============================================= */
.value { background: var(--cream); }

.value-scenario {
    max-width: 780px;
    margin: 0 auto 32px;
}

.value-scenario p {
    font-size: 1.05rem;
    line-height: 1.85;
    color: var(--text);
    margin-bottom: 16px;
}

.value-scenario p strong { color: var(--ink); }

.value-highlight {
    max-width: 780px;
    margin: 0 auto 40px;
    padding: 32px 40px;
    background: var(--white);
    border-left: 3px solid var(--gold);
    border-radius: 2px;
    text-align: center;
}

.value-highlight p {
    font-family: var(--serif);
    font-size: 1.7rem;
    color: var(--ink);
    line-height: 1.45;
    font-weight: 600;
    margin: 0;
}

/* ============================================= */
/* 10. PRICING                                    */
/* ============================================= */
.pricing {
    background: linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 100%);
    color: white;
    padding: 110px 0;
    position: relative;
    overflow: hidden;
}

.pricing::before {
    content: '';
    position: absolute;
    top: 10%;
    left: -8%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(234, 181, 137, 0.06) 0%, transparent 65%);
    border-radius: 50%;
    pointer-events: none;
}

.pricing .section-lead { position: relative; z-index: 1; }
.pricing .section-title { color: white; }
.pricing .section-title::after { background: var(--gold); }
.pricing .section-intro { color: rgba(255, 255, 255, 0.75); }

.pricing-card {
    max-width: 640px;
    margin: 0 auto;
    background: var(--white);
    border-radius: 4px;
    position: relative;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

.pricing-ribbon {
    background: var(--ink);
    color: var(--gold);
    padding: 18px 30px;
    text-align: center;
    border-bottom: 2px solid var(--gold);
    position: relative;
}

.pricing-ribbon::before,
.pricing-ribbon::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background: rgba(234, 181, 137, 0.4);
}

.pricing-ribbon::before { left: 20px; }
.pricing-ribbon::after { right: 20px; }

.ribbon-label {
    display: block;
    font-family: var(--serif);
    font-size: 1.25rem;
    color: var(--gold);
    font-weight: 600;
}

.ribbon-sub {
    display: block;
    font-family: var(--sans);
    font-size: 0.72rem;
    color: rgba(234, 181, 137, 0.8);
    letter-spacing: 0.25em;
    text-transform: uppercase;
    margin-top: 4px;
}

.pricing-body {
    padding: 45px 45px 40px;
}

.pricing-head {
    text-align: center;
    padding-bottom: 26px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--line);
}

.pricing-head h3 {
    font-family: var(--serif);
    font-size: 2rem;
    color: var(--ink);
    margin-bottom: 10px;
    font-weight: 600;
}



/* ===== BLOC INFOS PRATIQUES ===== */
.pricing-tagline {
    font-family: var(--serif);
    font-size: 1.1rem;
    color: var(--gold-3);
    margin-top: 4px;
    font-weight: 500;
}

.pricing-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 0 0 32px;
    padding: 24px 20px;
    background: linear-gradient(135deg, var(--cream) 0%, var(--cream-2) 100%);
    border: 1px solid var(--line);
    border-radius: 4px;
}

.info-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    padding: 8px 4px;
    border-right: 1px solid var(--line);
}

.info-block:last-child { border-right: none; }

.info-icon {
    width: 32px;
    height: 32px;
    color: var(--gold-3);
}

.info-icon svg { width: 100%; height: 100%; }

.info-label {
    font-family: var(--sans);
    font-size: 0.68rem;
    color: var(--gold-3);
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-weight: 700;
}

.info-value {
    font-family: var(--serif);
    font-size: 0.95rem;
    color: var(--ink);
    line-height: 1.35;
    font-weight: 600;
}

/* ===== BLOC PRIX ===== */
.pricing-figures {
    text-align: center;
    margin-bottom: 28px;
    padding: 30px 24px;
    background: var(--cream);
    border-radius: 4px;
    border: 1px solid var(--line);
    position: relative;
}

.price-strike-row {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 2px;
}

.strike-tag {
    font-family: var(--sans);
    font-size: 0.72rem;
    color: var(--text-mute);
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 700;
}

.strike-value {
    font-family: var(--serif);
    font-size: 1.9rem;
    color: var(--ink);
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: var(--gold-3);
    font-weight: 600;
    line-height: 1;
}

.price-now-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.price-now-label {
    font-family: var(--sans);
    font-size: 0.78rem;
    color: var(--gold-3);
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-weight: 700;
}

.price-now-value {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
    line-height: 1;
}

.price-amount {
    font-family: var(--serif);
    font-size: clamp(5rem, 9vw, 7rem);
    color: var(--ink);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
}

.price-currency {
    font-family: var(--serif);
    font-size: 1.8rem;
    color: var(--ink);
    font-weight: 600;
}

.price-save-badge {
    display: inline-block;
    padding: 7px 18px;
    background: var(--gold);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border-radius: 2px;
    margin-top: 4px;
}

/* ===== DEADLINE EARLY BIRD ===== */
.pricing-deadline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 22px;
    background: linear-gradient(135deg, rgba(234, 181, 137, 0.15), rgba(234, 181, 137, 0.08));
    border: 1.5px solid var(--gold);
    border-radius: 4px;
    margin-top: 16px;
    margin-bottom: 14px;
}

.pricing-deadline svg {
    color: var(--gold-3);
    flex-shrink: 0;
}

.pricing-deadline p {
    font-family: var(--sans);
    font-size: 0.9rem;
    color: var(--ink);
    margin: 0;
    line-height: 1.4;
    font-weight: 500;
}

.pricing-deadline p strong {
    color: var(--gold-3);
    font-weight: 700;
}

.pricing-fine {
    font-family: var(--sans);
    font-size: 0.82rem;
    color: var(--text-light);
    text-align: center;
    line-height: 1.55;
    margin-top: 12px;
    font-style: italic;
}

.pricing-klarna {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 14px 20px;
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 3px;
    margin-bottom: 32px;
}

.klarna-brand {
    background: #FFA8C5;
    color: #17120f;
    padding: 6px 14px;
    border-radius: 4px;
    font-family: var(--sans);
    font-weight: 800;
    font-size: 0.82rem;
    letter-spacing: -0.02em;
}

.pricing-klarna p {
    font-family: var(--sans);
    font-size: 0.9rem;
    color: var(--ink);
    margin: 0;
}

.pricing-inclusions {
    background: var(--cream);
    padding: 26px 28px;
    border-radius: 3px;
    margin-bottom: 30px;
}

.pi-title {
    font-family: var(--sans);
    font-size: 0.7rem;
    color: var(--gold-3);
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--line);
}

.pricing-inclusions ul {
    list-style: none;
    padding: 0;
}

.pricing-inclusions ul li {
    padding: 8px 0 8px 22px;
    color: var(--ink);
    font-family: var(--sans);
    font-size: 0.92rem;
    position: relative;
    font-weight: 400;
}

.pricing-inclusions ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 12px;
    height: 1.5px;
    background: var(--gold);
}

.pricing-card .btn-primary {
    display: block;
    width: 100%;
    text-align: center;
    padding: 22px;
    margin-bottom: 22px;
    box-sizing: border-box;
}



/* ============================================= */
/* 11. FAQ                                        */
/* ============================================= */
.faq { background: var(--white); }

.faq-list {
    max-width: 830px;
    margin: 0 auto;
}

.faq-item {
    background: var(--cream);
    margin-bottom: 12px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.faq-item[open] {
    background: var(--white);
    border-color: var(--line-strong);
    box-shadow: 0 15px 30px -18px rgba(22, 18, 63, 0.12);
}

.faq-item summary {
    padding: 24px 28px 24px 24px;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-family: var(--serif);
    font-size: 1.2rem;
    color: var(--ink);
    font-weight: 600;
    line-height: 1.3;
    transition: color 0.3s ease;
    position: relative;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
    content: '';
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border: 1.5px solid var(--gold);
    border-radius: 50%;
    background:
        linear-gradient(var(--gold), var(--gold)) center/8px 1.5px no-repeat,
        linear-gradient(var(--gold), var(--gold)) center/1.5px 8px no-repeat;
    transition: transform 0.3s ease;
}

.faq-item[open] summary::after {
    background:
        linear-gradient(var(--gold), var(--gold)) center/8px 1.5px no-repeat;
    transform: rotate(180deg);
}

.faq-item summary:hover { color: var(--gold-3); }

.faq-body {
    padding: 0 28px 24px;
}

.faq-body p {
    font-family: var(--sans);
    color: var(--text-mute);
    line-height: 1.75;
    font-size: 0.94rem;
}

/* ============================================= */
/* 12. FINAL                                      */
/* ============================================= */
.final {
    background: linear-gradient(135deg, var(--ink) 0%, var(--ink-2) 100%);
    color: white;
    padding: 110px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.final::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -80px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(234, 181, 137, 0.09) 0%, transparent 65%);
    border-radius: 50%;
    pointer-events: none;
}

.final::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -80px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(234, 181, 137, 0.05) 0%, transparent 65%);
    border-radius: 50%;
    pointer-events: none;
}

.final-wrap {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 1;
}

.final h2 {
    color: white;
    font-size: clamp(1.9rem, 4vw, 2.9rem);
    margin: 22px 0 40px;
    line-height: 1.2;
    font-weight: 500;
}

.final h2::after {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: var(--gold);
    margin: 30px auto;
}

.final-para {
    font-family: var(--sans);
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.05rem;
    line-height: 1.85;
    margin-bottom: 22px;
    font-weight: 300;
}

.final-para.pull {
    font-family: var(--serif);
    font-size: 1.55rem;
    color: var(--gold);
    margin: 30px 0 45px;
    line-height: 1.45;
    font-weight: 500;
}

.final-signature {
    margin-top: 45px;
    font-family: var(--serif);
    color: var(--gold);
    font-size: 1.15rem;
    font-weight: 500;
}

/* ============================================= */
/* FOOTER                                         */
/* ============================================= */
.site-footer {
    background: var(--ink-3);
    padding: 60px 0 24px;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px 40px;
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    gap: 60px;
    border-bottom: 1px solid rgba(234, 181, 137, 0.15);
}

.footer-brand img {
    height: 60px;
    width: auto;
    opacity: 0.95;
    margin-bottom: 16px;
    display: block;
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.6);
    font-family: var(--sans);
    font-size: 0.88rem;
    line-height: 1.65;
    max-width: 340px;
    font-weight: 300;
}

.footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.footer-col h5 {
    color: var(--gold);
    font-family: var(--sans);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(234, 181, 137, 0.2);
}

.footer-col a {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-family: var(--sans);
    font-size: 0.88rem;
    padding: 5px 0;
    transition: color 0.3s ease;
}

.footer-col a:hover { color: var(--gold); }

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 40px 0;
    text-align: center;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.4);
    font-family: var(--sans);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
}

/* ============================================= */
/* REVEAL ANIMATIONS                              */
/* ============================================= */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================= */
/* RESPONSIVE â€” TABLETTE (max 992px)              */
/* ============================================= */
@media (max-width: 992px) {
    section { padding: 80px 0; }

    .header-inner { padding: 0 24px; }
    .site-logo img { height: 46px; }
    .header-nav { gap: 18px; }
    .nav-link { font-size: 0.7rem; letter-spacing: 0.15em; }

    .hero { padding: 130px 0 90px; min-height: auto; }

    .hero-container {
        grid-template-columns: 1fr;
        gap: 60px;
        text-align: center;
    }

    .hero-content h1 { font-size: 2.3rem; }
    .hero-sub, .hero-cta-block { justify-content: center; margin-left: auto; margin-right: auto; }
    .hero-cta-block { flex-direction: column; }
    .hero-photo-frame { max-width: 320px; }
    .hero-scroll-hint { display: none; }

    .pain-grid { grid-template-columns: repeat(2, 1fr); }

    .audience-grid, .audience-experience,
    .inclusions-grid, .tm-grid, .outcome-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .expert-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .expert-visual {
        position: relative;
        top: auto;
        max-width: 360px;
        margin: 0 auto;
    }

    .expert-facts { grid-template-columns: repeat(4, 1fr); gap: 12px; }
    .expert-facts li span { font-size: 1.4rem; }

    .premise-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }
    .premise-quote { position: static; }

    .days-wrap { grid-template-columns: 1fr; }

    .footer-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

/* ============================================= */
/* RESPONSIVE â€” MOBILE (max 768px)                */
/* ============================================= */
@media (max-width: 768px) {
    section { padding: 60px 0; }
    .container { padding: 0 22px; }

    .section-lead { margin-bottom: 45px; }

    .site-header { padding: 14px 0; }
    .site-logo img { height: 40px; }
    .header-nav a.nav-link:not(.nav-cta) { display: none; }
    .nav-cta { padding: 9px 16px; font-size: 0.65rem; }

    /* HERO */
    .hero { padding: 110px 0 60px; }
    .hero-container { padding: 0 22px; gap: 45px; }
    .hero-content h1 { font-size: 1.9rem; line-height: 1.2; }
    .hero-sub { font-size: 1rem; margin-bottom: 32px; }
    .hero-cta-block { gap: 24px; margin-bottom: 40px; }

    .btn-primary {
        width: 100%;
        max-width: 340px;
        padding: 16px 28px;
        font-size: 0.75rem;
        letter-spacing: 0.15em;
    }

    .hero-trust { flex-direction: column; text-align: center; gap: 10px; }

    /* PAIN */
    .pain-grid { grid-template-columns: 1fr; }
    .pain-bridge p { font-size: 1.2rem; }
    .pain-bridge .bridge-emph { font-size: 1.3rem; }

    /* AUDIENCE */
    .audience-grid, .audience-experience { grid-template-columns: 1fr; }
    .exp-card p { font-size: 1rem; }

    /* EXPERT */
    .expert-intro h2 { font-size: 1.8rem; }
    .narrative-opener { font-size: 1.25rem !important; }
    .narrative-pullquote { padding: 24px 26px; }
    .narrative-pullquote p { font-size: 1.15rem; }
    .expert-facts { grid-template-columns: repeat(2, 1fr); }
    .expert-facts li span { font-size: 1.5rem; }

    /* PROGRAMME */
    .day-card { padding: 32px 26px; }
    .day-header h3 { font-size: 1.7rem; }
    .program-outcome { padding: 40px 28px; }
    .outcome-list { grid-template-columns: 1fr; }

    /* INCLUSIONS */
    .inclusions-grid { grid-template-columns: 1fr; }

    /* TESTIMONIALS */
    .tm-grid { grid-template-columns: 1fr; }

    /* VALUE */
    .value-highlight { padding: 26px 26px; }
    .value-highlight p { font-size: 1.25rem; }

    /* PRICING */
    .pricing-body { padding: 35px 25px 30px; }
    .price-amount { font-size: 4.5rem; }
    .price-currency { font-size: 1.4rem; }
    .strike-value { font-size: 1.5rem; }
    .pricing-inclusions { padding: 22px 22px; }
    .ribbon-label { font-size: 1rem; }
    .ribbon-sub { font-size: 0.65rem; }
    .pricing-ribbon::before, .pricing-ribbon::after { display: none; }
    .pricing-info-grid {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 8px 16px;
    }
    .info-block {
        flex-direction: row;
        text-align: left;
        justify-content: flex-start;
        gap: 14px;
        padding: 14px 4px;
        border-right: none;
        border-bottom: 1px solid var(--line);
    }
    .info-block:last-child { border-bottom: none; }
    .info-icon { width: 26px; height: 26px; flex-shrink: 0; }
    .info-value { text-align: left; font-size: 0.9rem; }
    .info-value br { display: none; }
    .pricing-figures { padding: 26px 20px; }
    .price-strike-row { padding: 8px 14px; gap: 10px; }
    .strike-tag { font-size: 0.65rem; letter-spacing: 0.18em; }
    .pricing-deadline { padding: 14px 18px; }
    .pricing-deadline p { font-size: 0.82rem; }

    /* FAQ */
    .faq-item summary {
        padding: 20px 22px;
        font-size: 1rem;
    }
    .faq-body { padding: 0 22px 20px; }

    /* FINAL */
    .final { padding: 70px 0; }
    .final h2 { font-size: 1.7rem; }
    .final-para.pull { font-size: 1.2rem; }
}

@media (max-width: 480px) {
    section { padding: 50px 0; }
    .hero-content h1 { font-size: 1.6rem; }
    .price-amount { font-size: 3.8rem; }
    .price-currency { font-size: 1.2rem; }
    .expert-facts { grid-template-columns: repeat(2, 1fr); }
    .footer-links { grid-template-columns: 1fr; gap: 30px; }
}/* End custom CSS */
/* Start custom CSS *//* ========== FIX 1 : Encodage des guillemets ========== */
.quote-mark,
.narrative-pullquote::before {
    font-family: Georgia, 'Times New Roman', serif !important;
}

.quote-mark {
    content: '' !important;
}

.narrative-pullquote::before {
    content: '' !important;
}

/* On remplace les guillemets par un simple filet doré */
.premise-quote .quote-mark {
    display: block;
    width: 40px;
    height: 3px;
    background: var(--gold);
    margin-bottom: 20px;
    font-size: 0 !important;
    line-height: 0 !important;
}

.narrative-pullquote::before {
    display: none !important;
}

/* ========== FIX 2 : Titres masqués par le thème WordPress ========== */
.hero h1,
.hero h2,
section h2,
section h3,
section h4,
.section-title,
.expert-intro h2,
.pricing h2,
.final h2 {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    padding: 0 !important;
    display: block !important;
    text-align: center;
}

/* Correction spéciale titre pricing sur fond bleu */
.pricing .section-title {
    color: white !important;
    background: transparent !important;
    padding: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 800px;
}

.pricing .section-intro {
    color: rgba(255, 255, 255, 0.85) !important;
    background: transparent !important;
    max-wid
  
 /* ========== FIX SURVOL BOUTONS ========== */

/* Bouton doré au survol - texte doit être blanc/doré sur fond bleu */
html body a.btn-primary:hover,
html body a.btn-primary:hover span,
html body a.btn-primary:focus,
html body a.btn-primary:focus span,
html body .btn-primary:hover,
html body .btn-primary:focus {
    color: #eab589 !important;
    -webkit-text-fill-color: #eab589 !important;
    background-color: #16123f !important;
    background-image: none !important;
    text-decoration: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Nav CTA header au survol - texte bleu sur fond doré */
html body a.nav-cta:hover,
html body a.nav-cta:hover span,
html body a.nav-cta:focus,
html body a.nav-cta:focus span,
html body .nav-cta:hover {
    color: #16123f !important;
    -webkit-text-fill-color: #16123f !important;
    background-color: #eab589 !important;
    background-image: none !important;
    text-decoration: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Empêcher les overlays du thème CoachPress au survol */
html body a.btn-primary:hover::before,
html body a.btn-primary:hover::after,
html body a.nav-cta:hover::before,
html body a.nav-cta:hover::after {
    display: none !important;
    content: none !important;
    background: none !important;
    opacity: 0 !important;
}
/* Bouton avec sous-texte en dessous */
a.btn-with-sub {
    display: inline-flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    line-height: 1.3 !important;
}

a.btn-with-sub .btn-sub {
    font-size: 0.75em !important;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: 0.03em !important;
    opacity: 0.9 !important;
    font-style: italic !important;
}/* End custom CSS */