/* ============================================================
   page-reserver-presta.css — TicTocProd
   Charte : noir / blanc / minimal / clean
   Font   : Plus Jakarta Sans (Google Fonts)
   ============================================================ */

/* ── VARIABLES ──────────────────────────────────────────────── */
:root {
    --bg:      #000;
    --bg2:     #0a0a0a;
    --bg3:     #111;
    --bg4:     #1a1a1a;
    --bg5:     #222;
    --white:   #fff;
    --off:     #f5f5f5;
    --muted:   #999;
    --muted2:  #666;
    --border:  rgba(255,255,255,.12);
    --border2: rgba(255,255,255,.06);
    --green:   #16a34a;
    --green2:  #22c55e;
    --green-lt: rgba(22,163,74,.10);
    --shadow:  0 20px 40px rgba(0,0,0,.3);
    --shadow-h: 0 30px 60px rgba(0,0,0,.5);
    --shadow-g: 0 4px 20px rgba(22,163,74,.25);
    --radius:    10px;
    --radius-lg: 18px;
    --radius-xl: 25px;
    --font: 'Plus Jakarta Sans', system-ui, sans-serif;
}

/* ── ASTRA : PREVENTION SCROLL HORIZONTAL ───────────────────── */
body, html { overflow-x: hidden; }

/* ── ASTRA : BREAKOUT PLEINE LARGEUR ────────────────────────── */
/* Sections pleine largeur — technique position:relative + left */
.ttp-urgency,
.presta-resa-bg,
.hiw-section,
.ttp-cta-bottom {
    position: relative;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
}
/* .presta-resa-center : même résultat visuel mais SANS position:relative
   pour ne pas casser le form.offsetTop utilisé dans le JS de scroll */
.presta-resa-center {
    margin-left: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
}

/* ── FONT GLOBALE ────────────────────────────────────────────── */
.ttp-urgency, .ttp-urgency *,
.presta-resa-bg, .presta-resa-bg *,
.hiw-section, .hiw-section *,
.resa-section, .resa-section *,
.presta-resa-center, .presta-resa-center *,
.seo-content-section, .seo-content-section *,
.ttp-cta-bottom, .ttp-cta-bottom * {
    font-family: var(--font);
    box-sizing: border-box;
}

/* ── BODY ────────────────────────────────────────────────────── */
body {
    background:
        repeating-linear-gradient(0deg,   transparent, transparent 59px, rgba(255,255,255,.05) 59px, rgba(255,255,255,.05) 60px),
        repeating-linear-gradient(90deg,  transparent, transparent 59px, rgba(255,255,255,.05) 59px, rgba(255,255,255,.05) 60px),
        linear-gradient(160deg, #000 0%, #070707 60%, #0a0a0a 100%) !important;
}

/* ── HEADER ASTRA — overlay transparent sur le hero ─────────── */
#masthead,
.site-header,
.site-header.ast-header-break-point,
#masthead.ast-header-break-point {
    position: absolute !important;
    top: 0 !important; left: 0 !important; right: 0 !important;
    width: 100% !important;
    z-index: 200 !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
/* Cibler TOUS les wrappers internes Astra (desktop + mobile) */
.main-header-bar-wrap,
.main-header-bar,
.ast-primary-header-bar,
.ast-header-break-point .main-header-bar-wrap,
.ast-header-break-point .main-header-bar,
.ast-header-break-point .ast-primary-header-bar,
.ast-mobile-header-wrap {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border-bottom: none !important;
}
.site-logo-img img { filter: none; }
.site-header,
.main-header-bar,
.ast-header-break-point,
.ast-header-break-point .main-header-bar {
    color: #fff !important;
}
.site-header a,
.main-header-bar a,
.ast-header-break-point a {
    color: #fff !important;
    transition: color .18s;
}
.site-header a:hover,
.main-header-bar a:hover,
.ast-header-break-point a:hover {
    color: rgba(255,255,255,.55) !important;
    text-decoration: none;
}
@media (max-width: 921px) {
    .site-header a, .main-header-bar a { color: #fff !important; }
    .ast-header-break-point .ast-header-button-1[data-section="section-hb-button-1"] { display: block; }
    .ast-custom-button { border-radius: 0; }
    /* Padding-top hero adapté à la navbar mobile (~80px) */
    .presta-resa-bg { padding: calc(80px + 2rem) 0 2rem !important; }
    /* Menu hamburger ouvert → fond sombre pour lisibilité */
    .ast-header-break-point.toggled .main-header-bar-wrap,
    .ast-header-break-point.toggled .main-header-bar,
    .toggled .main-header-bar-wrap,
    .toggled .main-header-bar,
    .toggled .ast-mobile-header-wrap {
        background: rgba(0,0,0,.97) !important;
        background-color: rgba(0,0,0,.97) !important;
    }
    /* Navigation mobile déroulante : fond blanc, texte noir */
    #primary-site-navigation-mobile .menu-item > a,
    #ast-hf-menu-1-mobile .menu-item > a {
        color: #1a1a1a !important;
    }
    /* Header sombre uniquement quand le menu est ouvert (CSS pur, sans JS) */
    #masthead:has(#primary-site-navigation-mobile.toggled) {
        background: rgba(0,0,0,0.97) !important;
        background-color: rgba(0,0,0,0.97) !important;
    }
}
@media (max-width: 544px) {
    .presta-resa-bg { padding: calc(65px + 1.5rem) 0 1.8rem !important; }
}

/* ── AST-CONTAINER ───────────────────────────────────────────── */
.site-content .ast-container { display: block !important; }

/* ── BANDEAU URGENCE ─────────────────────────────────────────── */
.ttp-urgency {
    background:
        repeating-linear-gradient(
            -55deg,
            transparent,
            transparent 12px,
            rgba(255,255,255,.015) 12px,
            rgba(255,255,255,.015) 13px
        ),
        rgba(22,163,74,.09);
    border-bottom: 1px solid rgba(22,163,74,.20);
    padding: .7rem 1.5rem;
    font-size: .82rem;
    font-weight: 500;
    color: var(--green2);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .7rem;
    flex-wrap: wrap;
    line-height: 1.5;
    text-align: center;
}
.ttp-urgency strong { font-weight: 700; }
.ttp-urgency-dot {
    display: inline-block;
    width: 7px; height: 7px;
    background: var(--green2);
    border-radius: 50%;
    flex-shrink: 0;
    animation: ttp-pulse 2s ease-in-out infinite;
}
@keyframes ttp-pulse {
    0%,100% { box-shadow: 0 0 0 0 rgba(34,197,94,.5); }
    50%      { box-shadow: 0 0 0 5px rgba(34,197,94,0); }
}
.ttp-urgency-link {
    color: var(--green2) !important;
    text-decoration: underline !important;
    font-weight: 700;
    white-space: nowrap;
}

/* ── HERO — redesign complet ─────────────────────────────────── */
.presta-resa-bg {
    background:
        /* Petits points */
        radial-gradient(circle, rgba(255,255,255,.10) 1px, transparent 1px),
        /* Grande grille de zone (type plan aérien) */
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
        /* Glow central gauche */
        radial-gradient(ellipse 55% 65% at 18% 55%, rgba(22,163,74,.07) 0%, transparent 65%),
        #000;
    background-size: 34px 34px, 102px 102px, 102px 102px, auto;
    padding: calc(90px + 3rem) 0 4.5rem;
    border-radius: 0 0 48px 48px;
    position: relative;
    overflow: hidden;
}

/* Fond animé — wrapper */
.hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

/* Aurora — lumière tournante très subtile */
.hero-aurora {
    position: absolute;
    top: -60%; left: -60%;
    width: 220%; height: 220%;
    background: conic-gradient(
        from 0deg at 68% 28%,
        transparent 0deg,
        rgba(255,255,255,.018) 25deg,
        transparent 55deg,
        transparent 180deg,
        rgba(22,163,74,.022) 205deg,
        transparent 235deg,
        transparent 360deg
    );
    animation: hero-aurora-spin 35s linear infinite;
}
@keyframes hero-aurora-spin {
    to { transform: rotate(360deg); }
}

/* Anneaux rotatifs */
.hero-ring {
    position: absolute;
    border-radius: 50%;
    top: 50%; right: -18%;
}
.hero-ring-outer {
    width: 800px; height: 800px;
    transform: translateY(-54%);
    border: 1px solid rgba(255,255,255,.08);
    animation: hero-spin-cw 45s linear infinite;
}
.hero-ring-inner {
    width: 480px; height: 480px;
    transform: translateY(-47%);
    border: 1px solid rgba(255,255,255,.13);
    animation: hero-spin-cw 26s linear infinite reverse;
}
.hero-ring-dash {
    width: 1080px; height: 1080px;
    transform: translateY(-58%);
    border: 1px dashed rgba(255,255,255,.04);
    animation: hero-spin-cw 70s linear infinite;
}
@keyframes hero-spin-cw {
    to { transform: translateY(-54%) rotate(360deg); }
}

/* Lueurs parallax */
.hero-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    will-change: transform;
    transition: transform .1s linear;
}
.hero-glow-tr {
    width: 700px; height: 700px;
    top: -200px; right: -150px;
    background: radial-gradient(circle, rgba(255,255,255,.08) 0%, transparent 65%);
}
.hero-glow-bl {
    width: 480px; height: 480px;
    bottom: -130px; left: -100px;
    background: radial-gradient(circle, rgba(22,163,74,.14) 0%, transparent 65%);
}

/* Marqueurs de coin (détail technique) */
.hero-corner {
    position: absolute;
    width: 28px; height: 28px;
    pointer-events: none;
}
.hero-corner::before,
.hero-corner::after {
    content: '';
    position: absolute;
    background: rgba(255,255,255,.22);
}
.hero-corner::before { width: 100%; height: 1px; top: 0; left: 0; }
.hero-corner::after  { width: 1px; height: 100%; top: 0; left: 0; }
.hero-corner-tl { top: 28px; left: 40px; }
.hero-corner-br {
    bottom: 28px; right: 40px;
    transform: rotate(180deg);
}

/* ── Contenu hero ── */
.presta-resa-hero {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
    width: 90%;
    color: var(--white);
}

/* Badge pulsant */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .45rem 1.15rem;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 50px;
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: rgba(255,255,255,.5);
    margin-bottom: 2.2rem;
    background: rgba(255,255,255,.04);
    backdrop-filter: blur(10px);
    opacity: 0;
    animation: hero-fade-up .5s ease forwards .1s;
}
.hero-badge-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--green2);
    box-shadow: 0 0 0 0 rgba(34,197,94,.5);
    animation: ttp-pulse 2s ease-in-out infinite;
}

/* H1 */
.hero-h1 {
    font-family: var(--font) !important;
    font-size: clamp(2.6rem, 6vw, 4.2rem) !important;
    font-weight: 800 !important;
    color: var(--white) !important;
    letter-spacing: -2.5px !important;
    line-height: 1.04 !important;
    margin-bottom: 1.5rem !important;
}
.hero-h1-sub {
    display: block !important;
    font-size: clamp(1rem, 2.2vw, 1.35rem) !important;
    font-weight: 400 !important;
    color: rgba(255,255,255,.38) !important;
    letter-spacing: -.3px !important;
    margin-top: .8rem !important;
}
.hero-accent {
    color: var(--green2) !important;
}

/* Mots animés — état initial + animation */
.hw {
    display: inline-block;
    opacity: 0;
    transform: translateY(22px);
}
.hw.is-visible {
    animation: hero-word-up .55s cubic-bezier(.22,1,.36,1) forwards;
}
@keyframes hero-word-up {
    to { opacity: 1; transform: translateY(0); }
}

/* Éléments avec animation CSS var(--d) */
.hero-animate {
    opacity: 0;
    transform: translateY(14px);
    animation: hero-fade-up .6s ease forwards var(--d, 1s);
}
@keyframes hero-fade-up {
    to { opacity: 1; transform: translateY(0); }
}

/* Shimmer sur bouton primary */
.ttp-btn-primary {
    position: relative !important;
    overflow: hidden !important;
}
.ttp-btn-primary::after {
    content: '';
    position: absolute;
    top: 0; left: -120%;
    width: 60%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
    transform: skewX(-20deg);
    transition: left .55s ease;
}
.ttp-btn-primary:hover::after { left: 160%; }

/* Ancienne compatibilité */
.presta-resa-hero-icon { display: none !important; }
.presta-resa-lead-badge { display: none !important; }
.presta-resa-hero {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
    width: 90%;
    color: var(--white);
}
.ttp-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 1.2rem;
}
.ttp-hero-kicker::before,
.ttp-hero-kicker::after {
    content: '';
    display: block;
    width: 22px; height: 1px;
    background: rgba(255,255,255,.2);
}
.presta-resa-hero h1 {
    font-family: var(--font) !important;
    font-size: clamp(2.1rem, 5vw, 3.2rem) !important;
    font-weight: 800 !important;
    color: var(--white) !important;
    letter-spacing: -1.5px !important;
    line-height: 1.08 !important;
    margin-bottom: .3em !important;
    text-shadow: 0 2px 16px rgba(0,0,0,.18);
}
.ttp-hero-sub-title {
    display: block !important;
    font-weight: 400 !important;
    font-size: clamp(1.2rem, 2.8vw, 1.8rem) !important;
    color: rgba(255,255,255,.65) !important;
    letter-spacing: -.4px !important;
    margin-top: .3rem !important;
    font-style: normal !important;
}
.presta-resa-hero-icon { display: none !important; }
.presta-resa-lead {
    font-size: 1.05em !important;
    margin: .4em auto .8em !important;
    line-height: 1.65 !important;
    color: var(--muted) !important;
    max-width: 640px !important;
    text-align: center !important;
}
.presta-resa-lead strong { color: rgba(255,255,255,.8) !important; font-weight: 500 !important; }
.presta-resa-lead-badge { display: none !important; }

/* Stats de confiance */
.ttp-trust-stats {
    display: flex;
    justify-content: center;
    gap: 1px;
    flex-wrap: wrap;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--radius-lg);
    overflow: hidden;
    max-width: 520px;
    margin: 0 auto 1.8rem;
    background: rgba(255,255,255,.06);
}
.ttp-stat-item {
    background: rgba(0,0,0,.85);
    padding: 1rem 1.2rem;
    flex: 1 1 100px;
    text-align: center;
    transition: background .2s;
}
.ttp-stat-item:hover { background: rgba(255,255,255,.06); }
.ttp-stat-num {
    display: block;
    font-size: 1.7rem;
    font-weight: 800;
    color: var(--white);
    line-height: 1;
    margin-bottom: .2rem;
}
.ttp-stat-lbl {
    display: block;
    font-size: .63rem;
    color: var(--muted2);
    text-transform: uppercase;
    letter-spacing: .5px;
}

/* Hero CTAs */
.ttp-hero-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: .9rem;
}
.ttp-btn-primary {
    display: inline-flex;
    align-items: center;
    padding: .9rem 2.2rem;
    background: var(--green);
    color: #fff !important;
    border: none;
    border-radius: var(--radius);
    font-family: var(--font) !important;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none !important;
    cursor: pointer;
    transition: background .2s, transform .2s, box-shadow .2s;
    box-shadow: var(--shadow-g);
    line-height: 1.4;
}
.ttp-btn-primary:hover {
    background: #15803d;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(22,163,74,.38);
    color: #fff !important;
    text-decoration: none !important;
}
.ttp-btn-secondary {
    display: inline-flex;
    align-items: center;
    padding: .9rem 2rem;
    background: transparent;
    color: var(--white) !important;
    border: 1.5px solid rgba(255,255,255,.25);
    border-radius: var(--radius);
    font-family: var(--font) !important;
    font-weight: 500;
    font-size: .93rem;
    text-decoration: none !important;
    transition: border-color .2s, background .2s;
    line-height: 1.4;
}
.ttp-btn-secondary:hover {
    border-color: rgba(255,255,255,.5);
    background: rgba(255,255,255,.06);
    color: var(--white) !important;
    text-decoration: none !important;
}
.ttp-hero-guarantee {
    font-size: .76rem;
    color: var(--muted2);
    margin-top: .35rem;
}

/* ── COMMENT ÇA MARCHE — timeline alternée (fond clair) ─────── */
.hiw-section {
    position: relative;
    background: #f5f4f1;
    padding: 5rem 1.5rem;
    border-top: 1px solid rgba(0,0,0,.07);
    border-bottom: 1px solid rgba(0,0,0,.07);
    overflow: hidden;
}

/* Fond — relief très subtil */
.hiw-bg { position: absolute; inset: 0; pointer-events: none; }
.hiw-bg-glow {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px; height: 1000px;
    background: radial-gradient(circle, rgba(22,163,74,.04) 0%, transparent 60%);
    border-radius: 50%;
}

/* En-tête */
.hiw-header {
    text-align: center;
    margin-bottom: 4.5rem;
    position: relative; z-index: 1;
}
.hiw-kicker {
    display: inline-block;
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 1.1rem;
    padding: .3rem 1rem;
    border: 1px solid rgba(22,163,74,.28);
    border-radius: 50px;
    background: rgba(22,163,74,.07);
}
.hiw-title {
    font-family: var(--font) !important;
    font-size: clamp(1.7rem, 3.2vw, 2.5rem) !important;
    font-weight: 800 !important;
    color: #0a0a0a !important;
    letter-spacing: -1.5px !important;
    margin: .5rem 0 .9rem !important;
    line-height: 1.1 !important;
}
.hiw-sub {
    color: #666;
    font-size: 1rem;
    line-height: 1.65;
    max-width: 500px;
    margin: 0 auto;
}

/* Timeline */
.hiw-timeline {
    position: relative;
    max-width: 840px;
    margin: 0 auto;
    z-index: 1;
}

/* Ligne verticale centrale */
.hiw-track {
    position: absolute;
    left: 50%;
    top: 28px; bottom: 28px;
    width: 1px;
    background: rgba(0,0,0,.1);
    transform: translateX(-50%);
    border-radius: 1px;
    overflow: hidden;
    pointer-events: none;
}
.hiw-track-fill {
    width: 100%;
    height: 0%;
    background: linear-gradient(to bottom, var(--green), rgba(22,163,74,.2));
    transition: height .12s linear;
    border-radius: 1px;
}

/* Étape — grille 3 colonnes */
.hiw-step {
    display: grid;
    grid-template-columns: 1fr 58px 1fr;
    gap: 0 2.5rem;
    align-items: center;
    min-height: 80px;
    margin-bottom: 2.8rem;
}
.hiw-step:last-child { margin-bottom: 0; }

/* Numéro central */
.hiw-dot {
    grid-column: 2; grid-row: 1;
    width: 56px; height: 56px;
    border-radius: 50%;
    border: 1.5px solid rgba(0,0,0,.13);
    background: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: .88rem;
    font-weight: 800;
    color: rgba(0,0,0,.25);
    letter-spacing: .5px;
    position: relative; z-index: 2;
    box-shadow: 0 0 0 6px #f5f4f1, 0 2px 8px rgba(0,0,0,.08);
    transform: scale(.85);
    transition: transform .45s cubic-bezier(.22,1,.36,1),
                border-color .45s, color .45s,
                background .45s, box-shadow .45s;
    margin: 0 auto;
}
.hiw-step.is-visible .hiw-dot {
    transform: scale(1);
    border-color: var(--green);
    color: var(--green);
    background: #fff;
    box-shadow: 0 0 0 6px #f5f4f1, 0 0 20px rgba(22,163,74,.22);
}

/* Placement des cartes */
.hiw-odd  .hiw-card { grid-column: 1; grid-row: 1; }
.hiw-even .hiw-card { grid-column: 3; grid-row: 1; }

/* Carte — état initial (caché, directionnel) */
.hiw-odd  .hiw-card { opacity: 0; transform: translateX(-24px); }
.hiw-even .hiw-card { opacity: 0; transform: translateX(24px); }

/* Carte — révélation */
.hiw-step.is-visible.hiw-odd  .hiw-card { animation: hiw-from-left  .55s cubic-bezier(.22,1,.36,1) var(--hiw-d, 0s) forwards; }
.hiw-step.is-visible.hiw-even .hiw-card { animation: hiw-from-right .55s cubic-bezier(.22,1,.36,1) var(--hiw-d, 0s) forwards; }
@keyframes hiw-from-left  { from { opacity:0; transform:translateX(-24px); } to { opacity:1; transform:translateX(0); } }
@keyframes hiw-from-right { from { opacity:0; transform:translateX( 24px); } to { opacity:1; transform:translateX(0); } }
@keyframes hiw-from-up    { from { opacity:0; transform:translateY( 16px); } to { opacity:1; transform:translateY(0); } }

/* Carte — style */
.hiw-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,.07);
    border-radius: var(--radius-lg);
    padding: 1.4rem 1.5rem;
    position: relative;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
    transition: border-color .25s, box-shadow .25s, transform .25s;
}
.hiw-card:hover {
    border-color: rgba(22,163,74,.3);
    box-shadow: 0 6px 24px rgba(0,0,0,.1);
    transform: translateY(-2px);
}

/* Connecteur horizontal dot ↔ carte */
.hiw-card::before {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    width: 2.5rem;
    background: rgba(0,0,0,.1);
    pointer-events: none;
}
.hiw-odd  .hiw-card::before { right: -2.5rem; }
.hiw-even .hiw-card::before { left:  -2.5rem; }

/* Icône */
.hiw-icon {
    width: 36px; height: 36px;
    border-radius: 9px;
    background: rgba(22,163,74,.1);
    border: 1px solid rgba(22,163,74,.2);
    display: flex; align-items: center; justify-content: center;
    color: var(--green);
    margin-bottom: .9rem;
    flex-shrink: 0;
}

/* Titre */
.hiw-card h3 {
    font-family: var(--font) !important;
    font-size: .96rem !important;
    font-weight: 700 !important;
    color: #0f0f0f !important;
    margin: 0 0 .35rem !important;
    letter-spacing: -.2px !important;
    line-height: 1.3 !important;
}

/* Texte */
.hiw-card p {
    font-size: .85rem !important;
    color: #555 !important;
    line-height: 1.62 !important;
    margin: 0 !important;
}

/* ── Mobile ── */
@media (max-width: 680px) {
    .hiw-section  { padding: 3rem 1.25rem; }
    .hiw-header   { margin-bottom: 2.8rem; }

    .hiw-timeline { padding-left: 0; }
    .hiw-track    { left: 20px; top: 0; bottom: 0; }

    .hiw-step {
        display: block;
        position: relative;
        padding-left: 3.6rem;
        margin-bottom: 2rem;
    }
    .hiw-dot {
        position: absolute;
        left: 0; top: 2px;
        width: 40px; height: 40px;
        font-size: .78rem;
        box-shadow: 0 0 0 5px #f5f4f1, 0 2px 8px rgba(0,0,0,.08);
        margin: 0;
        transform: scale(.85);
    }
    .hiw-step.is-visible .hiw-dot {
        box-shadow: 0 0 0 5px #f5f4f1, 0 0 16px rgba(22,163,74,.2);
    }
    .hiw-card::before { display: none; }
    .hiw-odd  .hiw-card,
    .hiw-even .hiw-card { opacity: 0; transform: translateY(14px); }
    .hiw-step.is-visible.hiw-odd  .hiw-card,
    .hiw-step.is-visible.hiw-even .hiw-card {
        animation: hiw-from-up .5s cubic-bezier(.22,1,.36,1) var(--hiw-d, 0s) forwards;
    }
}

/* -- TARIFS -- */
.presta-resa-center {
    background:
        radial-gradient(circle, rgba(255,255,255,.09) 1px, transparent 1px),
        radial-gradient(ellipse 65% 55% at 12% 65%, rgba(22,163,74,.09) 0%, transparent 55%),
        radial-gradient(ellipse 55% 65% at 88% 25%, rgba(22,163,74,.06) 0%, transparent 55%),
        #000;
    background-size: 34px 34px, auto, auto, auto !important;
    padding: 5rem 1rem !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
}

/* En-tete section tarifs */
.pack-header {
    text-align: center;
    margin-bottom: 3.5rem;
    width: 100%;
}
.pack-kicker {
    display: inline-block;
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: var(--green2);
    margin-bottom: 1rem;
    padding: .3rem 1rem;
    border: 1px solid rgba(34,197,94,.22);
    border-radius: 50px;
    background: rgba(34,197,94,.06);
}
.pack-title {
    font-family: var(--font) !important;
    font-size: clamp(1.7rem, 3.2vw, 2.5rem) !important;
    font-weight: 800 !important;
    color: var(--white) !important;
    letter-spacing: -1.5px !important;
    margin: .5rem 0 .8rem !important;
    line-height: 1.1 !important;
}
.pack-sub {
    color: var(--muted) !important;
    font-size: .95rem !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* Grille */
.elite-pricing {
    display: flex !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 1.5rem !important;
    max-width: 1050px !important;
    margin: 0 auto 3rem !important;
    flex-wrap: wrap !important;
}

/* Carte base */
.elite-card {
    position: relative !important;
    background: #111 !important;
    border: 1px solid rgba(255,255,255,.1) !important;
    border-radius: 22px !important;
    padding: 2rem !important;
    width: 300px !important;
    flex: 0 0 300px !important;
    box-shadow: 0 8px 30px rgba(0,0,0,.3) !important;
    transition: transform .3s ease, box-shadow .3s ease, border-color .2s !important;
    overflow: hidden !important;
    cursor: pointer !important;
    display: flex !important;
    flex-direction: column !important;
}
.elite-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 28px 60px rgba(0,0,0,.55) !important;
    border-color: rgba(255,255,255,.2) !important;
}
.elite-card.selected-presta {
    border-color: var(--green) !important;
    box-shadow: 0 0 0 2px var(--green), 0 28px 60px rgba(0,0,0,.55) !important;
    transform: translateY(-8px) scale(1.015) !important;
}

/* Kill old SVG pseudo-elements */
.elite-card::before,
.pricing-immersion-bg::before,
.pricing-altitude-bg::before,
.pricing-fullride-bg::before {
    display: none !important;
    content: '' !important;
    background: none !important;
}

/* Carte vedette Full Ride */
.pricing-fullride-bg {
    background: #151515 !important;
    border-color: rgba(255,255,255,.18) !important;
    box-shadow: 0 28px 70px rgba(0,0,0,.6) !important;
    border-top: 2px solid var(--green) !important;
}
.pricing-fullride-bg:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 36px 80px rgba(0,0,0,.7) !important;
}

/* Badge Le plus populaire */
.ttp-best-badge {
    position: absolute !important;
    top: -1px; right: 20px !important;
    background: var(--green) !important;
    color: #fff !important;
    font-family: var(--font) !important;
    font-size: .62rem !important;
    font-weight: 700 !important;
    letter-spacing: .5px !important;
    text-transform: uppercase !important;
    padding: .28rem .9rem !important;
    border-radius: 0 0 8px 8px !important;
    line-height: 1.5 !important;
    z-index: 1 !important;
}

/* Tag */
.elite-tag {
    display: inline-block !important;
    padding: .22rem .75rem !important;
    font-size: .63rem !important;
    font-weight: 700 !important;
    border-radius: 6px !important;
    background: rgba(255,255,255,.07) !important;
    color: rgba(255,255,255,.45) !important;
    margin-bottom: .85rem !important;
    text-transform: uppercase !important;
    letter-spacing: 1.4px !important;
}

/* Titre */
.elite-title {
    font-family: var(--font) !important;
    font-size: 1.4rem !important;
    font-weight: 800 !important;
    color: var(--white) !important;
    margin: 0 0 .3rem !important;
    letter-spacing: -.5px !important;
    line-height: 1.2 !important;
}

/* Sous-titre */
.elite-subtitle {
    font-size: .83rem !important;
    color: var(--muted2) !important;
    margin-bottom: 1.4rem !important;
    line-height: 1.5 !important;
}

/* Prix */
.elite-price {
    font-family: var(--font) !important;
    font-size: 3rem !important;
    font-weight: 800 !important;
    color: var(--white) !important;
    margin-bottom: .15rem !important;
    letter-spacing: -2px !important;
    line-height: 1 !important;
}
.elite-price span {
    font-size: 1.6rem !important;
    font-weight: 700 !important;
    letter-spacing: -1px !important;
}
.elite-price-note {
    display: block !important;
    font-size: .74rem !important;
    color: var(--muted2) !important;
    margin-bottom: 1.3rem !important;
}

/* Separateur */
.elite-divider {
    height: 1px !important;
    border: none !important;
    background: rgba(255,255,255,.07) !important;
    margin: 0 0 1.3rem !important;
}

/* Features */
.elite-features {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 1.8rem !important;
    flex: 1 !important;
}
.elite-features li {
    position: relative !important;
    padding-left: 1.7rem !important;
    margin-bottom: .58rem !important;
    font-size: .87rem !important;
    color: rgba(255,255,255,.75) !important;
    line-height: 1.5 !important;
}
.elite-features li::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important; top: .22em !important;
    width: 13px !important; height: 13px !important;
    border-radius: 50% !important;
    background: rgba(22,163,74,.15) !important;
    border: 1px solid rgba(22,163,74,.3) !important;
}
.elite-features li::after {
    content: '\2713' !important;
    position: absolute !important;
    left: 2px !important; top: .1em !important;
    font-size: .6rem !important;
    color: var(--green2) !important;
    font-weight: 800 !important;
    line-height: 1.7 !important;
}

/* CTA */
.elite-cta {
    display: block !important;
    width: 100% !important;
    padding: .82rem 1.4rem !important;
    border-radius: 10px !important;
    border: 1.5px solid rgba(255,255,255,.18) !important;
    background: transparent !important;
    color: var(--white) !important;
    font-family: var(--font) !important;
    font-weight: 700 !important;
    font-size: .92rem !important;
    cursor: pointer !important;
    transition: background .2s, border-color .2s, transform .15s !important;
    text-align: center !important;
    letter-spacing: -.1px !important;
}
.elite-cta:hover {
    background: rgba(255,255,255,.08) !important;
    border-color: rgba(255,255,255,.35) !important;
    transform: translateY(-1px) !important;
}
.pricing-fullride-bg .elite-cta {
    background: var(--green) !important;
    border-color: transparent !important;
    box-shadow: 0 6px 20px rgba(22,163,74,.3) !important;
}
.pricing-fullride-bg .elite-cta:hover {
    background: #15803d !important;
    box-shadow: 0 10px 30px rgba(22,163,74,.4) !important;
}

@media (max-width: 900px) {
    .elite-pricing { flex-direction: column !important; align-items: center !important; }
    .elite-card    { width: min(340px, 92vw) !important; flex: none !important; }
}

/* -- SECTION FORM + FAQ ---------------------------------------- */
/* Breakout sans position:relative pour ne pas casser offsetTop JS */
.resa-section {
    margin-left: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
    background: #fff;
    padding: 5rem 1.5rem 6rem;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.resa-inner {
    display: flex;
    gap: 5rem;
    max-width: 1040px;
    margin: 0 auto;
    align-items: flex-start;
    flex-wrap: wrap;
}

/* Colonne formulaire */
.resa-form-col {
    flex: 1 1 460px;
    min-width: 0;
}
.resa-kicker {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-family: var(--font);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 1.1rem;
}
.resa-kicker::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 2px;
    background: var(--green);
    border-radius: 2px;
}
.resa-title {
    font-family: var(--font) !important;
    font-size: 2.1rem !important;
    font-weight: 800 !important;
    color: #0a0a0a !important;
    letter-spacing: -1.2px !important;
    line-height: 1.1 !important;
    margin: 0 0 2rem !important;
}

/* Pack sélectionné */
.presta-selected-pack {
    margin: 0 0 1.8rem !important;
    padding: .9rem 1.3rem !important;
    background: #fff !important;
    border: 1.5px solid #e0e0e0 !important;
    border-left: 3px solid var(--green) !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: .75rem !important;
    box-shadow: 0 2px 8px rgba(0,0,0,.04) !important;
}
.presta-selected-pack-label {
    font-size: .67rem !important;
    font-weight: 600 !important;
    color: #999 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.1px !important;
    white-space: nowrap;
    flex-shrink: 0;
    font-family: var(--font) !important;
}
.presta-selected-pack-value {
    font-size: .96rem !important;
    font-weight: 700 !important;
    color: #111 !important;
    letter-spacing: -.2px !important;
    font-family: var(--font) !important;
}

/* Formulaire */
.presta-resa-form {
    background: #fff !important;
    border: 1.5px solid #e0dedd !important;
    border-radius: 20px !important;
    box-shadow: 0 6px 32px rgba(0,0,0,.09) !important;
    padding: 2.2rem 2.4rem 2.6rem !important;
    margin: 0 !important;
    max-width: none !important;
    position: relative;
    min-height: 260px;
}

/* Etat desactive */
.presta-resa-form-disabled { pointer-events: none !important; opacity: 1 !important; }
.presta-resa-form-enabled  { pointer-events: auto !important; }

/* Etat verrouille */
.presta-resa-form.presta-resa-form-disabled {
    background: #fff !important;
    box-shadow: 0 6px 32px rgba(0,0,0,.09) !important;
}
/* Overlay flou + icone cadenas */
.presta-resa-form.presta-resa-form-disabled::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background-color: rgba(255,255,255,.88);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%23bbb' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2'/%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center calc(50% - 20px);
    background-size: 28px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 5;
    pointer-events: none;
}
/* Message sous l'icone */
.presta-resa-form.presta-resa-form-disabled::after {
    content: "Choisissez un pack ci-dessus pour débloquer";
    position: absolute;
    left: 0; right: 0;
    top: 50%;
    margin-top: 22px;
    text-align: center;
    padding: 0 2rem;
    z-index: 6;
    font-family: var(--font);
    font-size: .84rem;
    font-style: italic;
    font-weight: 500;
    color: #bbb;
    line-height: 1.5;
    pointer-events: none;
}

.presta-resa-form-row {
    margin-bottom: 1.3rem !important;
    display: flex;
    flex-direction: column;
}

/* Labels */
.presta-resa-form label {
    font-weight: 700 !important;
    color: #444 !important;
    margin-bottom: .5rem !important;
    font-size: .72rem !important;
    font-family: var(--font) !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

/* Champs */
#presta-date,
#presta-note,
.presta-resa-form input[type="text"],
.presta-resa-form textarea {
    border: 1.5px solid #d8d8d8 !important;
    border-radius: 12px !important;
    padding: 1rem 1.2rem !important;
    font-size: 1rem !important;
    background: #fafafa !important;
    color: #111 !important;
    transition: border-color .2s, box-shadow .2s !important;
    font-family: var(--font) !important;
    width: 100% !important;
    box-sizing: border-box !important;
    -webkit-appearance: none !important;
}
#presta-date:focus,
#presta-note:focus,
.presta-resa-form input[type="text"]:focus,
.presta-resa-form textarea:focus {
    border-color: var(--green) !important;
    box-shadow: 0 0 0 3px rgba(22,163,74,.12) !important;
    outline: none !important;
    background: #fff !important;
}
.presta-resa-form textarea { resize: vertical; min-height: 5em; max-height: 10em; }
.presta-resa-form input::placeholder,
.presta-resa-form textarea::placeholder { color: #bbb !important; font-size: .95rem !important; }

/* Bouton */
.presta-resa-btn {
    background: var(--green) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 14px !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    padding: 1.1rem 2rem !important;
    box-shadow: 0 6px 24px rgba(22,163,74,.35) !important;
    cursor: pointer !important;
    transition: transform .25s, box-shadow .25s, background .2s !important;
    margin-top: 1.4rem !important;
    width: 100% !important;
    font-family: var(--font) !important;
    letter-spacing: .1px !important;
}
.presta-resa-btn:disabled {
    background: #e0e0e0 !important;
    color: #aaa !important;
    opacity: 1 !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
}
.presta-resa-btn:not(:disabled):hover {
    background: #15803d !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 32px rgba(22,163,74,.45) !important;
}

/* Reassurance sous le bouton */
.resa-reassurance {
    display: flex !important;
    align-items: center !important;
    gap: .5rem !important;
    margin-top: 1rem !important;
    font-family: var(--font) !important;
    font-size: .78rem !important;
    color: #999 !important;
    line-height: 1.5 !important;
}
.resa-reassurance svg { flex-shrink: 0; color: var(--green); }

/* Colonne FAQ */
.resa-faq-col {
    flex: 0 0 300px;
    min-width: 0;
    padding-left: 4rem;
    border-left: 1px solid #e8e8e5;
}
.presta-resa-faq {
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    border: none !important;
    counter-reset: faq-counter;
}
.presta-resa-faq h2 {
    font-family: var(--font) !important;
    font-size: 1.05rem !important;
    font-weight: 800 !important;
    color: #0a0a0a !important;
    margin: 0 0 1.6rem !important;
    padding: 0 !important;
    border-bottom: none !important;
    background: transparent !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}
.presta-resa-faq-item {
    padding: 1.2rem 0 !important;
    border-bottom: 1px solid #e4e4e0 !important;
    margin: 0 !important;
    counter-increment: faq-counter;
}
.presta-resa-faq-item:last-child { border-bottom: none !important; }
.presta-resa-faq-item strong {
    display: block !important;
    color: #111 !important;
    font-size: .92rem !important;
    font-weight: 700 !important;
    margin-bottom: .4rem !important;
    line-height: 1.45 !important;
    font-family: var(--font) !important;
}
.presta-resa-faq-item div {
    color: #777 !important;
    font-size: .86rem !important;
    line-height: 1.72 !important;
    font-family: var(--font) !important;
}
.resa-faq-link {
    color: var(--green) !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}

/* Responsive */
@media (max-width: 960px) {
    .resa-inner { flex-direction: column; gap: 2.5rem; }
    .resa-form-col, .resa-faq-col { flex: none; width: 100%; }
    .resa-faq-col { padding-left: 0; border-left: none; border-top: 1px solid #e8e8e5; padding-top: 2rem; }
}
@media (max-width: 640px) {
    .resa-section { padding: 3.5rem .8rem 4rem; }
    .resa-title { font-size: 1.6rem !important; }
    .presta-resa-form { padding: 1.5rem 1.3rem 2rem !important; }
    .presta-resa-form label { font-size: .68rem !important; }
}

/* ── ZONE D'INTERVENTION ────────────────────────────────────── */
.zone-section {
    margin-left: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
    background: #fff;
    padding: 5rem 1.5rem 5.5rem;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    font-family: var(--font);
}
.zone-section, .zone-section * { font-family: var(--font); box-sizing: border-box; }
.zone-inner { max-width: 1040px; margin: 0 auto; }

.zone-header { text-align: center; margin-bottom: 3rem; }
.zone-kicker {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 1rem;
}
.zone-kicker::before {
    content: '';
    display: inline-block;
    width: 22px; height: 2px;
    background: var(--green);
    border-radius: 2px;
}
.zone-title {
    font-size: 2rem !important;
    font-weight: 800 !important;
    color: #0a0a0a !important;
    letter-spacing: -1px !important;
    line-height: 1.1 !important;
    margin: 0 0 1rem !important;
}
.zone-sub {
    font-size: .98rem;
    color: #777;
    line-height: 1.65;
    max-width: 520px;
    margin: 0 auto;
}
.zone-sub strong { color: #111; }

.zone-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    margin-bottom: 2.5rem;
}
.zone-card {
    background: #fafaf9;
    border: 1.5px solid #efefed;
    border-radius: 18px;
    padding: 1.6rem 1.2rem 1.4rem;
    text-align: center;
    transition: transform .22s, box-shadow .22s, border-color .22s, background .22s;
    cursor: default;
}
.zone-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,.07);
    border-color: var(--green);
    background: #fff;
}
.zone-card img {
    width: 52px;
    height: auto;
    display: block;
    margin: 0 auto .9rem;
}
.zone-dept {
    font-size: .95rem !important;
    font-weight: 700 !important;
    color: #111 !important;
    margin: 0 0 .65rem !important;
    line-height: 1.25 !important;
}
.zone-cities {
    font-size: .76rem !important;
    color: #999 !important;
    line-height: 1.8 !important;
    margin: 0 !important;
}
.zone-footer {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #eee;
    font-size: .9rem;
    color: #888;
    line-height: 1.65;
    margin: 0;
}
.zone-footer a {
    color: var(--green);
    text-decoration: underline;
    font-weight: 600;
}
@media (max-width: 860px) {
    .zone-grid { grid-template-columns: repeat(3, 1fr); }
    /* 5 cartes sur 3 col → 3 | 2 : les 2 dernières centrées */
    .zone-card:nth-child(4),
    .zone-card:nth-child(5) { grid-column: auto; }
}
@media (max-width: 560px) {
    .zone-section { padding: 3.5rem .8rem 4rem; }
    .zone-grid { grid-template-columns: repeat(2, 1fr); gap: .8rem; }
    .zone-title { font-size: 1.7rem !important; }
    /* Dernière carte seule dans sa rangée → pleine largeur horizontale */
    .zone-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        display: flex;
        align-items: center;
        gap: 1.2rem;
        text-align: left;
        padding: 1.2rem 1.4rem;
    }
    .zone-card:last-child:nth-child(odd) img {
        flex-shrink: 0;
        margin: 0;
    }
    .zone-card:last-child:nth-child(odd) .zone-dept { margin-bottom: .3rem !important; }
}

/* ── VISITE VIRTUELLE + QR CODE ─────────────────────────────── */
.qrv-section {
    margin-left: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
    background: #0a0a0a;
    padding: 5rem 1.5rem 5.5rem;
    font-family: var(--font);
}
.qrv-section, .qrv-section * { font-family: var(--font); box-sizing: border-box; }
.qrv-inner {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 5rem;
    max-width: 1040px;
    margin: 0 auto;
    align-items: center;
}
.qrv-kicker {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 1.2rem;
}
.qrv-kicker::before {
    content: '';
    display: inline-block;
    width: 22px; height: 2px;
    background: var(--green);
    border-radius: 2px;
}
.qrv-title {
    font-size: 2.4rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -1.2px;
    line-height: 1.1;
    margin: 0 0 1.4rem;
}
.qrv-lead {
    font-size: 1rem;
    color: rgba(255,255,255,.55);
    line-height: 1.75;
    margin: 0 0 2rem;
    max-width: 520px;
}
.qrv-lead strong { color: #fff; font-weight: 600; }
.qrv-steps { margin: 0 0 2rem; }
.qrv-step {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255,255,255,.07);
}
.qrv-step:last-child { border-bottom: none; }
.qrv-step-num {
    width: 32px; height: 32px;
    border-radius: 50%;
    background: rgba(22,163,74,.15);
    border: 1px solid rgba(22,163,74,.3);
    color: var(--green);
    font-size: .78rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: var(--font);
}
.qrv-step-body {
    flex: 1;
    min-width: 0;
    font-size: .95rem;
    color: rgba(255,255,255,.55);
    line-height: 1.65;
}
.qrv-step-body strong { color: #fff; font-weight: 600; }
.qrv-callout {
    background: rgba(22,163,74,.08);
    border-left: 3px solid var(--green);
    border-radius: 0 10px 10px 0;
    padding: 1.2rem 1.4rem;
    margin-bottom: 2rem;
}
.qrv-callout-label {
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--green);
    margin: 0 0 .4rem;
}
.qrv-callout p:last-child {
    font-size: .92rem;
    color: rgba(255,255,255,.6);
    line-height: 1.65;
    margin: 0;
}
.qrv-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
}
.qrv-tags span {
    font-size: .75rem;
    font-weight: 600;
    color: rgba(255,255,255,.5);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 30px;
    padding: .35rem .85rem;
    letter-spacing: .3px;
}
/* Visuel */
.qrv-visual-col { text-align: center; }
.qrv-img-label {
    font-size: .7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: rgba(255,255,255,.3);
    margin: 0 0 1rem;
}
.qrv-img-frame {
    background: #fff;
    border-radius: 16px;
    padding: 6px;
    box-shadow: 0 24px 60px rgba(0,0,0,.5);
    margin-bottom: 1rem;
}
.qrv-img-frame img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}
.qrv-img-caption {
    font-size: .82rem;
    color: rgba(255,255,255,.35);
    line-height: 1.6;
    margin: 0;
}
@media (max-width: 900px) {
    .qrv-inner { grid-template-columns: 1fr; gap: 3rem; }
    .qrv-visual-col { max-width: 380px; margin: 0 auto; }
    .qrv-title { font-size: 1.9rem; }
}
@media (max-width: 520px) {
    .qrv-section { padding: 3.5rem .8rem 4rem; }
    .qrv-title { font-size: 1.6rem; }
}

/* ── SECTION SEO ─────────────────────────────────────────────── */
.seo-content-section {
    max-width: 1200px !important;
    margin: 3rem auto 4rem !important;
    padding: 0 1rem !important;
    font-family: var(--font) !important;
}

/* ── FAQ SECTION ─────────────────────────────────────────────── */
.faq-section {
    margin-left: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
    background: #0a0a0a;
    padding: 5rem 1.5rem 5.5rem;
    font-family: var(--font);
}
.faq-section, .faq-section * { font-family: var(--font); box-sizing: border-box; }
.faq-inner { max-width: 760px; margin: 0 auto; }
.faq-header { text-align: center; margin-bottom: 3.5rem; }
.faq-kicker {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 1.1rem;
}
.faq-kicker::before {
    content: '';
    display: inline-block;
    width: 22px; height: 2px;
    background: var(--green);
    border-radius: 2px;
}
.faq-title {
    font-size: 2rem !important;
    font-weight: 800 !important;
    color: #fff !important;
    letter-spacing: -1px !important;
    margin: 0 0 .9rem !important;
    line-height: 1.1 !important;
}
.faq-sub {
    font-size: .95rem;
    color: rgba(255,255,255,.4);
    line-height: 1.65;
    margin: 0;
}

.seo-faq-accordion {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
}
.seo-faq-item {
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
}
.seo-faq-item:first-child { border-top: 1px solid rgba(255,255,255,.08) !important; }
.seo-faq-question {
    width: 100% !important;
    padding: 1.4rem 0 !important;
    border: none !important;
    background: transparent !important;
    cursor: pointer !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 1.5rem !important;
    font-size: .97rem !important;
    font-weight: 600 !important;
    color: rgba(255,255,255,.85) !important;
    text-align: left !important;
    line-height: 1.45 !important;
    font-family: var(--font) !important;
    box-shadow: none !important;
    transition: color .2s !important;
}
.seo-faq-question:hover { color: #fff !important; }
.seo-faq-item.active .seo-faq-question { color: #fff !important; }
.seo-faq-icon {
    font-size: 1.3rem !important;
    font-weight: 300 !important;
    transition: transform .3s ease !important;
    flex-shrink: 0 !important;
    color: rgba(255,255,255,.25) !important;
    line-height: 1 !important;
}
.seo-faq-item.active .seo-faq-icon { transform: rotate(45deg) !important; color: var(--green) !important; }
.seo-faq-answer {
    height: 0;
    overflow: hidden !important;
    transition: height .32s ease !important;
    font-family: var(--font) !important;
    will-change: height;
}
.seo-faq-answer p {
    margin: 0 !important;
    padding-bottom: 1.4rem !important;
    line-height: 1.8 !important;
    color: rgba(255,255,255,.5) !important;
    font-size: .93rem !important;
}
.seo-faq-answer p:last-child { padding-bottom: 1.6rem !important; }
.seo-faq-answer strong { color: rgba(255,255,255,.9) !important; font-weight: 600 !important; }
.seo-faq-answer ul, .seo-faq-answer ol {
    color: rgba(255,255,255,.5) !important;
    margin: .5rem 0 1rem !important;
    padding-left: 1.4rem !important;
    line-height: 1.8 !important;
}
.seo-faq-answer li { margin-bottom: .5rem !important; }
.seo-faq-answer li strong { color: rgba(255,255,255,.9) !important; }
.faq-link { color: var(--green) !important; text-decoration: underline !important; font-weight: 600 !important; }

@media (max-width: 640px) {
    .faq-section { padding: 3.5rem .8rem 4rem; }
    .seo-faq-question { font-size: .92rem !important; }
    .faq-title { font-size: 1.65rem !important; }
    .presta-resa-hero h1 { font-size: 1.9rem !important; line-height: 1.15 !important; }
    .presta-resa-select-pack-hint h2 { font-size: 1.5rem !important; }
    .presta-resa-hero { padding: 1.5rem 1rem 0 !important; }
}
@media (max-width: 480px) {
    .qr-code-section h3 { font-size: 1.2rem !important; }
    .qr-code-section p  { font-size: .88rem !important; word-break: break-word !important; }
}

/* ── CTA FINAL ──────────────────────────────────────────────── */
.ttp-cta-bottom {
    background:
        radial-gradient(ellipse 70% 80% at 50% 120%, rgba(22,163,74,.12) 0%, transparent 65%),
        var(--bg3);
    padding: 5rem 2rem;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,.06);
    overflow: hidden;
}
/* Cercles décoratifs CTA */
.ttp-cta-bottom::before {
    content: '';
    position: absolute;
    top: -280px; right: -280px;
    width: 700px; height: 700px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.11);
    pointer-events: none;
    z-index: 0;
}
.ttp-cta-bottom::after {
    content: '';
    position: absolute;
    bottom: -200px; left: -200px;
    width: 520px; height: 520px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.08);
    background: radial-gradient(circle, rgba(255,255,255,.05) 0%, transparent 65%);
    pointer-events: none;
    z-index: 0;
}
.ttp-cta-bottom > * { position: relative; z-index: 1; }
.ttp-cta-bottom-kicker {
    display: block;
    font-size: .7rem !important;
    font-weight: 600 !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase !important;
    color: var(--muted) !important;
    margin-bottom: .7rem !important;
}
.ttp-cta-bottom-title,
.ttp-cta-bottom h2 {
    font-family: var(--font) !important;
    font-size: clamp(1.8rem,4vw,2.8rem) !important;
    font-weight: 800 !important;
    color: var(--white) !important;
    margin-bottom: .7rem !important;
    letter-spacing: -1.5px !important;
    line-height: 1.1 !important;
}
.ttp-cta-bottom-sub,
.ttp-cta-bottom p {
    font-family: var(--font) !important;
    color: var(--muted) !important;
    font-size: .97rem !important;
    max-width: 480px !important;
    margin: 0 auto 2rem !important;
    line-height: 1.75 !important;
}
.ttp-cta-bottom .ttp-btn-primary { margin-bottom: 1.8rem; }
.ttp-cta-bottom-trust {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    font-size: .76rem;
    color: var(--muted2);
}
@media (max-width: 768px) {
    .ttp-cta-bottom { padding: 3.5rem 1.2rem !important; }
}

/* ══════════════════════════════════════════════════════════════
   MOBILE GLOBAL — optimisé public non-tech / grand public
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 520px) {

    /* ── Hero ── */
    .presta-resa-bg { padding: calc(85px + 2rem) 0 1.8rem !important; border-radius: 0 0 20px 20px !important; }
    .presta-resa-hero { width: 92% !important; }
    .presta-resa-lead { font-size: .93em !important; }
    .ttp-hero-kicker { font-size: .62rem; letter-spacing: 1.8px; margin-bottom: .9rem; }

    /* Boutons hero pleine largeur — cible de tap large */
    .ttp-hero-cta {
        flex-direction: column !important;
        gap: .75rem !important;
        width: 100% !important;
        padding: 0 1.2rem !important;
        box-sizing: border-box !important;
    }
    .ttp-btn-primary,
    .ttp-btn-secondary {
        width: 100% !important;
        justify-content: center !important;
        min-height: 52px !important;
        font-size: 1rem !important;
        padding: 1rem 1.5rem !important;
    }

    /* Stats de confiance */
    .ttp-trust-stats { max-width: 94vw !important; }
    .ttp-stat-item   { padding: .75rem .5rem !important; }
    .ttp-stat-num    { font-size: 1.35rem !important; }
    .ttp-stat-lbl    { font-size: .58rem !important; }

    /* ── Section tarifs ── */
    .presta-resa-select-pack-hint h2 { font-size: 1.3rem !important; }
    .presta-resa-select-pack-hint p  { font-size: .92rem !important; }

    /* Cartes pricing — presque pleine largeur */
    .elite-card { width: min(340px, 94vw) !important; padding: 1.6rem !important; }
    .elite-cta  { min-height: 48px !important; display: flex !important; align-items: center !important; justify-content: center !important; }

    /* ── Pack chip — vertical sur petits écrans ── */
    .presta-selected-pack {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: .3rem !important;
    }
    .presta-selected-pack-value { font-size: 1.05rem !important; }

    /* ── Formulaire — champs encore plus lisibles ── */
    #presta-date,
    #presta-note,
    .presta-resa-form input[type="text"],
    .presta-resa-form textarea {
        font-size: 1.05rem !important;
        padding: 1rem 1.1rem !important;
        min-height: 52px !important;
    }
    .presta-resa-form textarea { min-height: 80px !important; min-height: unset; }
    .presta-resa-form label    { font-size: .72rem !important; }

    /* Bouton confirmation — encore plus grand */
    .presta-resa-btn {
        padding: 1.2rem 1.5rem !important;
        font-size: 1.05rem !important;
        min-height: 56px !important;
        border-radius: 16px !important;
    }

    /* ── CTA final ── */
    .ttp-cta-bottom { padding: 2.5rem 1rem !important; }
    .ttp-cta-bottom .ttp-btn-primary {
        width: 100% !important;
        justify-content: center !important;
        min-height: 52px !important;
    }
    .ttp-cta-bottom-trust { gap: .8rem !important; font-size: .7rem !important; }

    /* ── SEO FAQ sections ── */
    .seo-faq-question { padding: 1.2rem !important; }
    .seo-content-section { margin: 1.5rem auto !important; }
}

/* Très petits écrans (< 360px) */
@media (max-width: 360px) {
    .presta-resa-hero h1 { font-size: 1.7rem !important; letter-spacing: -.8px !important; }
    .elite-card { width: 96vw !important; padding: 1.3rem !important; }
    #presta-form-container::before { font-size: 1.45rem !important; padding: 1.5rem 1.2rem .7rem !important; }
    .presta-resa-form { padding: 1.4rem 1.2rem 1.8rem !important; }
    .presta-resa-faq h2 { padding: 1.5rem 1.2rem 1.2rem !important; font-size: 1.15rem !important; }
    .presta-resa-faq-item { padding: 1.1rem 1.2rem 1.1rem 3rem !important; }
    .presta-resa-faq-item::before { left: 1.2rem !important; font-size: 1rem !important; }
}

/* ── FLATPICKR BLANC ─────────────────────────────────────────── */
.flatpickr-calendar {
    background: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 16px !important;
    box-shadow: 0 16px 48px rgba(0,0,0,.18) !important;
    font-family: var(--font) !important;
    color: #111 !important;
}
.flatpickr-day {
    color: #111 !important;
    border-radius: 8px !important;
}
.flatpickr-day:hover {
    background: #f0f0f0 !important;
    border-color: transparent !important;
    color: #000 !important;
}
.flatpickr-day.selected,
.flatpickr-day.selected:hover {
    background: #111 !important;
    border-color: #111 !important;
    color: #fff !important;
}
.flatpickr-day.disabled,
.flatpickr-day.flatpickr-disabled {
    color: #ccc !important;
    text-decoration: line-through;
}
.flatpickr-day.today {
    border-color: #999 !important;
    color: #111 !important;
}
.flatpickr-months,
.flatpickr-month {
    background: #fff !important;
    color: #111 !important;
    fill: #111 !important;
}
.flatpickr-current-month,
.flatpickr-current-month .cur-month,
.flatpickr-current-month input.cur-year {
    color: #111 !important;
    font-weight: 700 !important;
    font-family: var(--font) !important;
}
.flatpickr-weekday {
    background: #fff !important;
    color: #999 !important;
    fill: #999 !important;
    font-weight: 600 !important;
}
.flatpickr-weekdays { background: #fff !important; }
.flatpickr-prev-month svg,
.flatpickr-next-month svg { fill: #333 !important; }
.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg { fill: #000 !important; }
.numInputWrapper span { border-color: #ddd !important; }
.numInputWrapper:hover { background: #f5f5f5 !important; }
.flatpickr-innerContainer { border-top: 1px solid #f0f0f0 !important; }

.presta-flatpickr-loader { display: none !important; }
.presta-flatpickr-popup-loader {
    position: absolute !important; inset: 0;
    background: rgba(255,255,255,.95) !important;
    border-radius: 16px;
    z-index: 9999;
    display: flex; align-items: center; justify-content: center;
    flex-direction: column;
    font-family: var(--font);
    font-size: .85rem; font-weight: 600;
    color: #333 !important;
    gap: .8rem;
    pointer-events: auto;
}
.presta-flatpickr-popup-spinner {
    border: 3px solid #e0e0e0 !important;
    border-top: 3px solid #111 !important;
    border-radius: 50%;
    width: 30px; height: 30px;
    animation: ttp-spin .8s linear infinite;
}
@keyframes ttp-spin { to { transform: rotate(360deg); } }

/* ===== BANNIÈRE D'ERREUR FORMULAIRE ============================= */
.presta-resa-error-banner {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffebee;
    color: #c62828;
    border-radius: 10px;
    padding: 1em 1.5em;
    font-size: 1.08em;
    font-weight: 600;
    box-shadow: 0 2px 12px rgba(198,40,40,.08);
    margin-bottom: 1.2em;
    position: relative;
    animation: fadeInResaError .4s;
    z-index: 100;
}
.presta-resa-error-banner .presta-resa-error-icon {
    font-size: 1.5em;
    margin-right: 4px;
    flex-shrink: 0;
}
.presta-resa-error-banner .presta-resa-error-close {
    position: absolute;
    right: 18px;
    top: 12px;
    font-size: 1.3em;
    color: #c62828;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity .2s;
}
.presta-resa-error-banner .presta-resa-error-close:hover { opacity: 1; }
@keyframes fadeInResaError {
    from { opacity: 0; transform: translateY(-12px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ===== EXPERTISE SECTION ========================================= */
.expertise-section {
    margin-left: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
    background: #fff;
    border-top: 1px solid #e8e8e8;
    padding: 5rem 0 5.5rem;
}
.expertise-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.expertise-header {
    text-align: center;
    margin-bottom: 3rem;
}
.expertise-kicker {
    display: inline-block;
    padding: 0.45rem 1.4rem;
    background: #f4f4f2;
    border: 1.5px solid #e0dedd;
    border-radius: 30px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1.8px;
    color: #555;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
}
.expertise-title {
    font-size: 2rem;
    color: #111;
    font-weight: 800;
    margin: 0 0 0.8rem;
    line-height: 1.2;
}
.expertise-subtitle {
    color: #666;
    font-size: 1.05rem;
    margin: 0;
}
.expertise-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}
.expertise-card {
    padding: 2rem 1.6rem;
    background: #fafaf9;
    border: 1.5px solid #e8e8e5;
    border-radius: 18px;
    text-align: center;
    transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
}
.expertise-card:hover {
    box-shadow: 0 8px 28px rgba(0,0,0,.08);
    transform: translateY(-4px);
    border-color: #d0d0cb;
}
.expertise-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: var(--green-lt);
    border-radius: 16px;
    margin: 0 auto 1.2rem;
}
.expertise-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 0.9rem;
}
.expertise-card-text {
    font-size: 0.88rem;
    color: #777;
    line-height: 1.85;
    margin: 0;
}
.expertise-footer {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1.5px solid #e8e8e5;
    text-align: center;
}
.expertise-footer p {
    color: #555;
    font-size: 0.98rem;
    line-height: 1.7;
    margin: 0;
}
.expertise-footer strong {
    color: #111;
}

@media (max-width: 900px) {
    .expertise-grid { grid-template-columns: repeat(2, 1fr); }
    .expertise-title { font-size: 1.6rem; }
}
@media (max-width: 480px) {
    .expertise-grid { grid-template-columns: 1fr; }
    .expertise-section { padding: 3.5rem 0 4rem; }
}
