/* ============================================================
   MonHaras — Landing /decouvrir (cible pub Facebook)
   Design futuriste : aurora, grille perspective, verre dépoli,
   scènes sticky pilotées par le scroll (voir presentation.js).
   ============================================================ */

.pres-page {
    --pn0: #0B1426;   /* nuit profonde */
    --pn1: #101C36;
    --pn2: #16233E;
    --pn3: #1B2A4A;
    --pn4: #26406E;
    --pgold: #E2B45C; /* doré lumineux (sur fond sombre) */
    --pglow: rgba(226, 180, 92, .45);
    --pline: rgba(255, 255, 255, .10);
    --pglass: rgba(255, 255, 255, .06);
    background: var(--pn1);
    color: #EAF0FA;
    font-size: 1.02rem;
}
.pres-page ::selection { background: var(--pgold); color: var(--pn0); }

/* ---------- Barre de progression du scroll ---------- */
.pres-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 300; pointer-events: none; }
.pres-progress i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--gold), var(--pgold), #fff); box-shadow: 0 0 12px var(--pglow); border-radius: 0 3px 3px 0; }

/* ============================================================
   HÉRO
   ============================================================ */
.pres-hero { position: relative; min-height: calc(100vh - var(--header-h)); display: flex; align-items: center; justify-content: center; text-align: center; padding: 90px 20px 120px; overflow: hidden; background: radial-gradient(120% 90% at 50% 0%, var(--pn4) 0%, var(--pn2) 45%, var(--pn0) 100%); }

/* Canvas étoiles / particules */
.pres-stars { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }

/* Aurora : nappes de lumière qui dérivent */
.pres-aurora { position: absolute; inset: -20%; pointer-events: none; filter: blur(70px); opacity: .55; }
.pres-aurora span { position: absolute; border-radius: 50%; mix-blend-mode: screen; }
.pres-aurora .a1 { width: 46vw; height: 46vw; left: -8%; top: 4%; background: radial-gradient(circle, #2C5AA8 0%, transparent 65%); animation: presDrift1 16s ease-in-out infinite alternate; }
.pres-aurora .a2 { width: 40vw; height: 40vw; right: -6%; top: 24%; background: radial-gradient(circle, #C8973F 0%, transparent 62%); opacity: .8; animation: presDrift2 20s ease-in-out infinite alternate; }
.pres-aurora .a3 { width: 34vw; height: 34vw; left: 30%; bottom: -12%; background: radial-gradient(circle, #1E5F8F 0%, transparent 65%); animation: presDrift3 24s ease-in-out infinite alternate; }
@keyframes presDrift1 { to { transform: translate(9vw, 6vh) scale(1.15); } }
@keyframes presDrift2 { to { transform: translate(-8vw, 10vh) scale(.9); } }
@keyframes presDrift3 { to { transform: translate(6vw, -8vh) scale(1.2); } }

/* Sol quadrillé en perspective */
.pres-grid-floor { position: absolute; left: -25%; right: -25%; bottom: -2%; height: 42%; pointer-events: none; transform: perspective(600px) rotateX(62deg); transform-origin: bottom center; background-image: linear-gradient(rgba(226,180,92,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(226,180,92,.16) 1px, transparent 1px); background-size: 54px 54px; -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,.8), transparent 85%); mask-image: linear-gradient(to top, rgba(0,0,0,.8), transparent 85%); animation: presFloor 3.2s linear infinite; }
@keyframes presFloor { to { background-position: 0 54px, 0 0; } }

.pres-hero-inner { position: relative; z-index: 2; max-width: 980px; will-change: transform; }

.pres-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 18px; border-radius: 999px; border: 1px solid var(--pline); background: var(--pglass); backdrop-filter: blur(8px); font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; color: var(--pgold); font-weight: 600; margin-bottom: 26px; box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 0 30px rgba(226,180,92,.12); }
.pres-eyebrow::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--pgold); box-shadow: 0 0 10px 2px var(--pglow); animation: presPulse 2.2s ease-in-out infinite; }
@keyframes presPulse { 50% { opacity: .35; transform: scale(.8); } }

.pres-title { font-family: var(--font-display); font-size: clamp(2.4rem, 6.4vw, 4.8rem); line-height: 1.06; margin: 0 0 22px; color: #fff; text-wrap: balance; }
.pres-title .pres-line { display: block; }
.pres-title .w { display: inline-block; opacity: 0; transform: translateY(.9em) rotate(4deg); filter: blur(6px); transition: opacity .7s ease, transform .7s cubic-bezier(.2, .8, .2, 1), filter .7s ease; transition-delay: var(--d, 0s); }
.pres-page.loaded .pres-title .w { opacity: 1; transform: none; filter: none; }
.pres-title .em { color: var(--pgold); text-shadow: 0 0 34px var(--pglow); }

.pres-hero .lead { font-size: clamp(1.02rem, 2.1vw, 1.28rem); color: rgba(234, 240, 250, .82); max-width: 56ch; margin: 0 auto 34px; opacity: 0; transform: translateY(16px); transition: opacity .8s ease .9s, transform .8s ease .9s; }
.pres-page.loaded .pres-hero .lead { opacity: 1; transform: none; }

/* Mot rotatif dans le sous-titre */
.pres-rotator { display: inline-block; color: var(--pgold); font-weight: 700; white-space: nowrap; transition: opacity .24s ease, transform .24s ease, filter .24s ease; }
.pres-rotator.out { opacity: 0; transform: translateY(-.55em); filter: blur(4px); }

.pres-cta-btns { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; opacity: 0; transform: translateY(16px); transition: opacity .8s ease 1.15s, transform .8s ease 1.15s; }
.pres-page.loaded .pres-cta-btns { opacity: 1; transform: none; }

.pres-btn-main { position: relative; display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px; border-radius: 999px; background: linear-gradient(135deg, var(--gold), var(--pgold)); color: var(--pn0); font-weight: 700; font-size: 1.02rem; text-decoration: none; box-shadow: 0 8px 30px rgba(200, 151, 63, .45), inset 0 1px 0 rgba(255,255,255,.4); transition: transform .25s ease, box-shadow .25s ease; overflow: hidden; }
.pres-btn-main i { font-style: normal; transition: transform .25s ease; }
.pres-btn-main::after { content: ''; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,.55) 50%, transparent 60%); transform: translateX(-120%); animation: presShine 3.4s ease-in-out infinite; }
@keyframes presShine { 18% { transform: translateX(120%); } 100% { transform: translateX(120%); } }
.pres-btn-main:hover { transform: translateY(-2px); box-shadow: 0 14px 44px rgba(200, 151, 63, .6), inset 0 1px 0 rgba(255,255,255,.4); color: var(--pn0); }
.pres-btn-main:hover i { transform: translateX(4px); }

.pres-btn-ghost { display: inline-flex; align-items: center; padding: 16px 30px; border-radius: 999px; border: 1px solid rgba(255,255,255,.28); color: #fff; background: var(--pglass); backdrop-filter: blur(8px); font-weight: 600; text-decoration: none; transition: border-color .25s ease, background .25s ease, transform .25s ease; }
.pres-btn-ghost:hover { border-color: var(--pgold); background: rgba(226,180,92,.10); color: #fff; transform: translateY(-2px); }

.pres-hero-chips { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; margin-top: 30px; font-size: .86rem; color: rgba(234,240,250,.62); opacity: 0; transition: opacity .9s ease 1.5s; }
.pres-page.loaded .pres-hero-chips { opacity: 1; }
.pres-hero-chips span::first-letter { color: var(--pgold); }

/* Badge circulaire qui tourne avec le défilement */
.pres-spin { position: absolute; bottom: -70px; right: -70px; width: 250px; height: 250px; transform: rotate(calc(var(--scrolly, 0) * 0.22deg)); opacity: .9; pointer-events: none; z-index: 2; }
.pres-spin text { fill: var(--pgold); font-size: 13.5px; letter-spacing: 3.4px; text-transform: uppercase; font-weight: 600; }

.pres-scroll-hint { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 2; width: 26px; height: 42px; border: 2px solid rgba(255,255,255,.35); border-radius: 14px; }
.pres-scroll-hint span { position: absolute; left: 50%; top: 7px; width: 4px; height: 8px; margin-left: -2px; border-radius: 3px; background: var(--pgold); box-shadow: 0 0 8px var(--pglow); animation: presWheel 1.8s ease-in-out infinite; }
@keyframes presWheel { 55% { transform: translateY(16px); opacity: 0; } 56% { transform: none; opacity: 0; } 100% { opacity: 1; } }

/* ============================================================
   MARQUEE — bandeau défilant infini
   ============================================================ */
.pres-marquee { overflow: hidden; background: linear-gradient(90deg, var(--pn0), var(--pn2), var(--pn0)); border-top: 1px solid var(--pline); border-bottom: 1px solid var(--pline); padding: 18px 0; position: relative; }
.pres-marquee::before, .pres-marquee::after { content: ''; position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2; pointer-events: none; }
.pres-marquee::before { left: 0; background: linear-gradient(90deg, var(--pn1), transparent); }
.pres-marquee::after { right: 0; background: linear-gradient(-90deg, var(--pn1), transparent); }
.pres-marquee-track { display: flex; gap: 48px; width: max-content; animation: presMarquee 30s linear infinite; }
.pres-marquee span { display: flex; align-items: center; gap: 48px; white-space: nowrap; font-family: var(--font-display); font-size: 1.06rem; color: rgba(234,240,250,.7); letter-spacing: .04em; }
.pres-marquee b { color: var(--pgold); font-weight: 600; }
@keyframes presMarquee { to { transform: translateX(-50%); } }

/* ============================================================
   SCÈNE 1 — Carte 3D holographique épinglée
   ============================================================ */
.pres-scene { position: relative; height: 380vh; background: linear-gradient(var(--pn1), var(--pn2)); }
.pres-pin { position: sticky; top: var(--header-h); height: calc(100vh - var(--header-h)); display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.pres-scene-head { position: absolute; top: 7vh; left: 0; right: 0; text-align: center; padding: 0 20px; }
.pres-kicker { display: inline-block; font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; color: var(--pgold); font-weight: 700; margin-bottom: 10px; }
.pres-h2 { font-family: var(--font-display); font-size: clamp(1.7rem, 4vw, 2.7rem); color: #fff; margin: 0; text-wrap: balance; }

.pres-steps { display: flex; flex-direction: column; gap: 30px; }
.pres-step { position: relative; padding-left: 58px; opacity: .25; transform: translateX(-12px); transition: opacity .5s ease, transform .5s ease; }
.pres-step.active { opacity: 1; transform: none; }
.pres-step-n { position: absolute; left: 0; top: 2px; display: flex; width: 40px; height: 40px; border-radius: 12px; border: 1px solid var(--pline); background: var(--pglass); color: var(--pgold); align-items: center; justify-content: center; font-weight: 700; font-family: var(--font-display); font-size: 1.05rem; transition: box-shadow .5s ease, border-color .5s ease; }
.pres-step.active .pres-step-n { border-color: var(--pgold); box-shadow: 0 0 22px rgba(226,180,92,.35), inset 0 0 12px rgba(226,180,92,.15); }
.pres-step h3 { font-family: var(--font-display); font-size: clamp(1.25rem, 2.4vw, 1.75rem); margin: 0 0 8px; color: #fff; }
.pres-step p { margin: 0; color: rgba(234,240,250,.66); font-size: .98rem; max-width: 46ch; line-height: 1.6; }

.pres-dots { display: flex; gap: 8px; margin-top: 6px; }
.pres-dots i { width: 26px; height: 4px; border-radius: 2px; background: rgba(255,255,255,.16); transition: background .4s ease, box-shadow .4s ease; }
.pres-dots i.active { background: var(--pgold); box-shadow: 0 0 10px var(--pglow); }

.pres-stage { perspective: 1400px; display: flex; justify-content: center; }
.pres-card3d { position: relative; width: min(410px, 86vw); aspect-ratio: 4 / 5; border-radius: 28px; background: linear-gradient(160deg, rgba(38,64,110,.9), rgba(16,28,54,.96)); border: 1px solid rgba(255,255,255,.14); box-shadow: 0 40px 100px rgba(4, 10, 24, .7), 0 0 80px rgba(44, 90, 168, .25), inset 0 1px 0 rgba(255,255,255,.12); transform: rotateY(calc((var(--p, 0) - .5) * 48deg)) rotateX(calc((var(--p, 0) - .5) * -6deg)) translateY(calc((.5 - var(--p, 0)) * 30px)); will-change: transform; overflow: hidden; backdrop-filter: blur(10px); }
/* reflet holographique balayé par le scroll */
.pres-card3d::after { content: ''; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.14) 48%, rgba(226,180,92,.12) 52%, transparent 70%); transform: translateX(calc((var(--p, 0) - .5) * 200%)); pointer-events: none; }
.pres-card3d::before { content: ''; position: absolute; inset: -1px; border-radius: 28px; padding: 1px; background: linear-gradient(calc(var(--p, 0) * 360deg), var(--pgold), transparent 40%, transparent 60%, var(--pgold)); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: .6; pointer-events: none; }

.pres-face { position: absolute; inset: 0; padding: 28px; color: #fff; opacity: 0; transform: scale(.94) translateY(10px); transition: opacity .5s ease, transform .5s ease; display: flex; flex-direction: column; gap: 13px; }
.pres-face.active { opacity: 1; transform: none; }
.pres-face h4 { margin: 0 0 2px; font-size: 1.2rem; color: var(--pgold); font-family: var(--font-display); }
.pres-mock-row { background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .12); border-radius: 14px; padding: 13px 15px; font-size: .87rem; display: flex; justify-content: space-between; align-items: center; gap: 8px; opacity: 0; transform: translateX(18px); }
.pres-face.active .pres-mock-row { opacity: 1; transform: none; transition: opacity .45s ease, transform .45s ease; }
.pres-face.active .pres-mock-row:nth-child(2) { transition-delay: .1s; }
.pres-face.active .pres-mock-row:nth-child(3) { transition-delay: .2s; }
.pres-face.active .pres-mock-row:nth-child(4) { transition-delay: .3s; }
.pres-mock-row .ok { color: #7fd6a4; font-weight: 700; white-space: nowrap; }
.pres-mock-big { font-family: var(--font-display); font-size: 2.5rem; color: #fff; margin: auto 0 0; text-shadow: 0 0 30px rgba(255,255,255,.25); }
.pres-mock-big small { display: block; font-size: .95rem; opacity: .65; font-family: var(--font-body); margin-top: 4px; }

/* ============================================================
   SCÈNE 2 — Panneaux horizontaux pilotés par le scroll vertical
   ============================================================ */
.pres-hscroll { position: relative; height: 400vh; background: var(--pn2); }
.pres-hpin { position: sticky; top: var(--header-h); height: calc(100vh - var(--header-h)); overflow: hidden; display: flex; flex-direction: column; justify-content: center; }
.pres-hhead { text-align: center; padding: 0 20px; margin-bottom: 4vh; }
.pres-htrack { display: flex; gap: 30px; padding: 0 max(24px, calc((100vw - var(--maxw)) / 2)); will-change: transform; }
.pres-panel { flex: 0 0 min(480px, 82vw); border-radius: 26px; padding: 40px 36px; min-height: 46vh; display: flex; flex-direction: column; justify-content: flex-end; gap: 12px; position: relative; overflow: hidden; border: 1px solid var(--pline); background: linear-gradient(160deg, rgba(255,255,255,.07), rgba(255,255,255,.02)); backdrop-filter: blur(6px); }
.pres-panel::before { content: attr(data-n); position: absolute; top: 18px; right: 26px; font-family: var(--font-display); font-size: 5.5rem; line-height: 1; color: transparent; -webkit-text-stroke: 1px rgba(226,180,92,.4); }
.pres-panel .big-ico { font-size: 3rem; margin-bottom: auto; filter: drop-shadow(0 0 18px rgba(226,180,92,.35)); }
.pres-panel h3 { font-family: var(--font-display); font-size: 1.6rem; margin: 0; color: #fff; }
.pres-panel p { margin: 0; color: rgba(234,240,250,.68); line-height: 1.6; font-size: .97rem; }
.pres-panel .tag { align-self: flex-start; font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--pgold); border: 1px solid rgba(226,180,92,.4); border-radius: 999px; padding: 5px 12px; margin-bottom: 6px; }
.pres-hbar { width: min(320px, 60vw); height: 4px; border-radius: 2px; background: rgba(255,255,255,.12); margin: 5vh auto 0; overflow: hidden; }
.pres-hbar i { display: block; height: 100%; width: calc(var(--hp, 0) * 100%); background: linear-gradient(90deg, var(--gold), var(--pgold)); box-shadow: 0 0 10px var(--pglow); border-radius: 2px; }

/* ============================================================
   CHIFFRES — compteurs lumineux
   ============================================================ */
.pres-stats { background: radial-gradient(90% 120% at 50% -20%, var(--pn4) 0%, var(--pn0) 70%); padding: 110px 20px; position: relative; overflow: hidden; }
.pres-stats::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(226,180,92,.5) 1px, transparent 1.5px); background-size: 90px 90px; opacity: .12; pointer-events: none; }
.pres-stats-grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 34px; text-align: center; position: relative; }
.pres-num { font-family: var(--font-display); font-size: clamp(2.6rem, 5.5vw, 4rem); color: var(--pgold); line-height: 1; text-shadow: 0 0 40px var(--pglow); display: block; font-variant-numeric: tabular-nums; }
.pres-stats small { display: block; margin-top: 12px; color: rgba(234,240,250,.66); font-size: .94rem; line-height: 1.5; max-width: 26ch; margin-left: auto; margin-right: auto; }

/* ============================================================
   FONCTIONNALITÉS — cartes verre + spotlight + tilt souris
   ============================================================ */
.pres-features { background: var(--pn1); padding: 110px 24px; }
.pres-features-inner { max-width: var(--maxw); margin: 0 auto; }
.pres-features .pres-h2 { text-align: center; margin-bottom: 14px; }
.pres-features .pres-sub { text-align: center; color: rgba(234,240,250,.6); max-width: 60ch; margin: 0 auto 50px; }
.pres-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.pres-feat { --mx: 50%; --my: 50%; position: relative; border-radius: 20px; padding: 30px 26px; border: 1px solid var(--pline); background: linear-gradient(160deg, rgba(255,255,255,.055), rgba(255,255,255,.015)); overflow: hidden; transform-style: preserve-3d; transition: transform .18s ease-out, border-color .3s ease; will-change: transform; }
.pres-feat::before { content: ''; position: absolute; inset: 0; background: radial-gradient(320px circle at var(--mx) var(--my), rgba(226,180,92,.14), transparent 65%); opacity: 0; transition: opacity .3s ease; pointer-events: none; }
.pres-feat:hover { border-color: rgba(226,180,92,.45); }
.pres-feat:hover::before { opacity: 1; }
.pres-feat .ico { display: inline-flex; width: 54px; height: 54px; align-items: center; justify-content: center; font-size: 1.7rem; border-radius: 16px; border: 1px solid var(--pline); background: var(--pglass); margin-bottom: 16px; filter: drop-shadow(0 0 12px rgba(226,180,92,.25)); }
.pres-feat h3 { font-size: 1.1rem; margin: 0 0 8px; color: #fff; }
.pres-feat p { margin: 0; color: rgba(234,240,250,.62); font-size: .92rem; line-height: 1.6; }

/* ============================================================
   SCÈNE 3 — Téléphone : notifications qui tombent au scroll
   ============================================================ */
.pres-phone-scene { position: relative; height: 340vh; background: linear-gradient(var(--pn1), var(--pn2)); }
.pres-phone-pin { position: sticky; top: var(--header-h); height: calc(100vh - var(--header-h)); display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.pres-phone-copy h2 { text-align: left; }
.pres-phone-copy .pres-sub { color: rgba(234,240,250,.62); line-height: 1.65; max-width: 46ch; margin: 16px 0 0; }
.pres-phone-wrap { display: flex; justify-content: center; perspective: 1200px; }
.pres-phone { position: relative; width: min(320px, 78vw); aspect-ratio: 9 / 19; border-radius: 44px; border: 1px solid rgba(255,255,255,.2); background: linear-gradient(170deg, #1B2A4A, #0D1730 60%); box-shadow: 0 40px 90px rgba(4,10,24,.7), inset 0 0 0 8px #060D1D, 0 0 60px rgba(44,90,168,.2); overflow: hidden; transform: rotateY(calc((var(--p, 0) - .5) * -16deg)) rotateX(calc((var(--p, 0) - .5) * 5deg)); will-change: transform; }
.pres-phone::before { content: ''; position: absolute; top: 14px; left: 50%; transform: translateX(-50%); width: 34%; height: 22px; border-radius: 12px; background: #060D1D; z-index: 3; }
.pres-phone-screen { position: absolute; inset: 8px; border-radius: 36px; padding: 52px 14px 14px; display: flex; flex-direction: column; gap: 10px; overflow: hidden; background: radial-gradient(120% 60% at 50% 0%, rgba(44,90,168,.35), transparent 60%); }
.pres-phone-time { text-align: center; font-family: var(--font-display); font-size: 2rem; color: #fff; margin-bottom: 2px; }
.pres-phone-date { text-align: center; font-size: .74rem; color: rgba(234,240,250,.6); margin-bottom: 10px; }
.pres-notif { display: flex; gap: 10px; align-items: flex-start; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(10px); border-radius: 16px; padding: 11px 13px; opacity: 0; transform: translateY(-18px) scale(.94); transition: opacity .5s cubic-bezier(.2,.8,.2,1), transform .5s cubic-bezier(.2,.8,.2,1); }
.pres-notif.show { opacity: 1; transform: none; }
.pres-notif .n-ico { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 1.05rem; background: linear-gradient(135deg, var(--gold), var(--pgold)); }
.pres-notif b { display: block; font-size: .78rem; color: #fff; }
.pres-notif span { font-size: .73rem; color: rgba(234,240,250,.72); line-height: 1.35; display: block; }
.pres-notif em { font-style: normal; float: right; font-size: .64rem; color: rgba(234,240,250,.45); }

/* ============================================================
   BANDEAU INCLINÉ
   ============================================================ */
.pres-signature { padding: 90px 24px; background: var(--pn1); }
.pres-signature-inner { max-width: 680px; margin: 0 auto; text-align: center; padding: 48px 40px; border-radius: 28px; border: 1px solid var(--pline); background: linear-gradient(160deg, rgba(226,180,92,.09), rgba(255,255,255,.02)); box-shadow: 0 30px 80px rgba(4,10,24,.5), inset 0 1px 0 rgba(255,255,255,.06); }
.pres-signature-inner .pres-h2 { margin-bottom: 14px; }
.pres-signature-inner .pres-sub { margin: 0 auto 26px; }
@media (max-width: 600px) { .pres-signature-inner { padding: 36px 22px; } }

.pres-tilt-clip { overflow-x: hidden; background: var(--pn2); }
.pres-tilt { background: linear-gradient(100deg, var(--gold), var(--pgold), var(--gold)); background-size: 200% 100%; animation: presGoldShift 6s ease-in-out infinite alternate; color: var(--pn0); transform: rotate(-1.6deg) scale(1.04); padding: 40px 20px; margin: 90px 0; box-shadow: 0 20px 60px rgba(200,151,63,.25); }
@keyframes presGoldShift { to { background-position: 100% 0; } }
.pres-tilt-inner { transform: rotate(1.6deg); max-width: 900px; margin: 0 auto; text-align: center; font-family: var(--font-display); font-size: clamp(1.2rem, 2.8vw, 1.9rem); font-weight: 600; }

/* ============================================================
   OFFRES — Gratuit vs Club Pro (bordure animée)
   ============================================================ */
.pres-pricing { background: var(--pn2); padding: 40px 24px 120px; }
.pres-pricing-inner { max-width: 900px; margin: 0 auto; }
.pres-pricing .pres-h2 { text-align: center; margin-bottom: 50px; }
.pres-price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; align-items: stretch; }
.pres-price { position: relative; border-radius: 24px; padding: 38px 32px; border: 1px solid var(--pline); background: linear-gradient(160deg, rgba(255,255,255,.05), rgba(255,255,255,.015)); display: flex; flex-direction: column; }
.pres-price h3 { font-family: var(--font-display); font-size: 1.35rem; color: #fff; margin: 0 0 4px; }
.pres-price .amount { font-family: var(--font-display); font-size: 2.7rem; color: #fff; margin: 14px 0 4px; }
.pres-price .amount small { font-size: 1rem; color: rgba(234,240,250,.55); font-family: var(--font-body); }
.pres-price .per { font-size: .84rem; color: rgba(234,240,250,.55); margin-bottom: 22px; }
.pres-price ul { list-style: none; margin: 0 0 28px; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.pres-price li { font-size: .92rem; color: rgba(234,240,250,.78); padding-left: 26px; position: relative; line-height: 1.45; }
.pres-price li::before { content: '✓'; position: absolute; left: 0; color: var(--pgold); font-weight: 700; }
.pres-price .pres-btn-ghost, .pres-price .pres-btn-main { margin-top: auto; justify-content: center; text-align: center; }
/* Carte Pro : halo + bordure conique animée */
.pres-price.pro { background: linear-gradient(160deg, rgba(226,180,92,.10), rgba(255,255,255,.02)); overflow: visible; }
.pres-price.pro::before { content: ''; position: absolute; inset: -2px; border-radius: 26px; padding: 2px; background: conic-gradient(from var(--spin, 0deg), var(--pgold), transparent 25%, transparent 72%, var(--pgold)); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
.pres-price .badge-pro { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--gold), var(--pgold)); color: var(--pn0); font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 6px 16px; border-radius: 999px; box-shadow: 0 6px 20px rgba(200,151,63,.5); white-space: nowrap; }

/* ============================================================
   CTA FINAL
   ============================================================ */
.pres-cta { position: relative; background: radial-gradient(110% 130% at 50% 115%, var(--pn4) 0%, var(--pn0) 65%); color: #fff; text-align: center; padding: 140px 20px 150px; overflow: hidden; }
.pres-cta .pres-aurora { opacity: .4; }
.pres-cta h2 { position: relative; font-family: var(--font-display); font-size: clamp(2rem, 5vw, 3.6rem); margin: 0 0 16px; color: #fff; text-wrap: balance; }
.pres-cta p { position: relative; color: rgba(234,240,250,.7); margin: 0 0 36px; font-size: 1.05rem; }
.pres-cta .pres-btn-main { font-size: 1.1rem; padding: 19px 42px; }
.pres-cta .micro { display: block; margin-top: 22px; font-size: .8rem; color: rgba(234,240,250,.45); }

/* ---------- Révélations génériques au scroll ---------- */
.pres-reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s cubic-bezier(.2,.8,.2,1), transform .8s cubic-bezier(.2,.8,.2,1); transition-delay: var(--rd, 0s); }
.pres-reveal.in { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
    .pres-pin, .pres-phone-pin { grid-template-columns: 1fr; gap: 16px; align-content: center; }
    .pres-scene { height: 330vh; }
    /* Le titre défile indépendamment du bloc épinglé : sur les téléphones
       étroits (360px et moins), un titre sur 3 lignes peut chevaucher le haut
       de la carte. On le réduit et on réserve une marge de sécurité au pin. */
    .pres-scene-head { top: 2.4vh; padding: 0 16px; }
    .pres-scene-head .pres-h2 { font-size: 1.32rem; line-height: 1.3; }
    .pres-pin { padding-top: 34px; }
    .pres-steps { order: 2; min-height: 168px; position: relative; margin-top: 10px; }
    /* Les 3 étapes sont empilées (position:absolute) pour n'en montrer qu'une à
       la fois : sans ceci, les étapes inactives (opacity .22 en desktop) restent
       visibles en fondu et leur texte se superpose à celui de l'étape active. */
    .pres-step { position: absolute; inset: 0; padding-left: 0; text-align: center; pointer-events: none; opacity: 0; transform: none; }
    .pres-step.active { opacity: 1; }
    .pres-step-n { display: none; }
    .pres-dots { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); margin-top: 14px; }
    .pres-stage { order: 1; }
    .pres-card3d { width: min(280px, 74vw); }
    /* La carte rétrécit bien plus que son contenu : sur mobile, le montant
       ("+37 réservations") dépasse de son cadre à 2.5rem. On resserre le
       padding et la taille des textes du recto pour qu'il tienne. */
    .pres-face { padding: 18px; gap: 9px; }
    .pres-face h4 { font-size: 1.02rem; }
    .pres-mock-row { padding: 10px 12px; font-size: .78rem; }
    .pres-mock-big { font-size: 1.5rem; }
    .pres-mock-big small { font-size: .82rem; }
    .pres-spin { width: 170px; height: 170px; bottom: -52px; right: -52px; }
    /* Panneaux : défilement horizontal natif sur mobile */
    .pres-hscroll { height: auto; padding: 80px 0; }
    .pres-hpin { position: static; height: auto; overflow: visible; }
    .pres-htrack { overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 16px; -webkit-overflow-scrolling: touch; transform: none !important; }
    .pres-panel { scroll-snap-align: center; min-height: 380px; }
    .pres-hbar { display: none; }
    /* Téléphone */
    .pres-phone-scene { height: 300vh; }
    .pres-phone-copy { order: 2; text-align: center; }
    .pres-phone-copy .pres-sub { display: none; }
    .pres-phone-wrap { order: 1; }
    .pres-phone { width: min(268px, 68vw); }
    /* Notification : l'horodatage flottant fait déborder le titre sur un
       téléphone aussi étroit — on le repasse sous le titre. */
    .pres-notif { padding: 10px 12px; gap: 8px; }
    .pres-notif b { padding-right: 0; }
    .pres-notif em { float: none; display: block; margin-top: 1px; }
    .pres-grid-floor { background-size: 40px 40px; }
}

/* ---------- Accessibilité : mouvement réduit ---------- */
@media (prefers-reduced-motion: reduce) {
    .pres-page * { animation: none !important; }
    .pres-title .w, .pres-hero .lead, .pres-cta-btns, .pres-hero-chips { opacity: 1 !important; transform: none !important; filter: none !important; transition: none !important; }
    .pres-card3d, .pres-phone, .pres-deco, .pres-spin { transform: none !important; }
    .pres-card3d::before, .pres-card3d::after { display: none; }
    .pres-scene, .pres-hscroll, .pres-phone-scene { height: auto; padding: 60px 0; }
    .pres-pin, .pres-hpin, .pres-phone-pin { position: static; height: auto; }
    .pres-step { opacity: 1; transform: none; position: static; }
    .pres-face { position: static; opacity: 1; transform: none; }
    .pres-face .pres-mock-row { opacity: 1; transform: none; }
    .pres-notif { opacity: 1; transform: none; }
    .pres-htrack { overflow-x: auto; transform: none !important; }
    .pres-reveal { opacity: 1; transform: none; transition: none; }
    .pres-stars { display: none; }
}

/* ---------- Raccords avec le gabarit du site (via body.pres-body) ---------- */
.pres-body { background: #0B1426; }
.pres-body .site-footer { margin-top: 0; }
