/* ==========================================================================
   lbcx.fr — l'accueil. Une section = une idée, un décor, une animation qui
   explique quelque chose (jamais une animation « pour faire joli »).
   ========================================================================== */

.hero, .sec, .final, .foot { position: relative; isolation: isolate; }
.sec { padding: clamp(96px, 11vw, 150px) 0 0; }
.sec-cta { display: flex; justify-content: center; margin-top: clamp(40px, 5vw, 60px); }
.sec-cta-duo { display: grid; grid-template-columns: repeat(2, 262px); justify-content: center; gap: 14px; }
.sec-cta-duo > a { width: 100%; padding: 0 18px; }
@media (max-width: 560px) { .sec-cta-duo { grid-template-columns: minmax(0, 1fr); gap: 10px; } .sec-cta-duo > .btn { order: -1; } }

/* ---------- décors propres à l'accueil ---------- */
.sky-hero { --sky-in: 34%; --sky-out: 2%; }
.sky-hero .floor { --fh: 58%; --fb: 0%; --fa: 64deg; --fc: rgba(255, 138, 74, .24); }
.sky-hero .glow { bottom: 2%; --gw: 1300px; --gh: 520px; --gc: rgba(255, 106, 31, .34); }
.sky-hero .stars { -webkit-mask-image: linear-gradient(180deg, #000, transparent 70%); mask-image: linear-gradient(180deg, #000, transparent 70%); }

.sky-stage { --sky-in: 12%; --sky-out: 10%; }
.sky-stage .shafts b:nth-child(1) { --x: 12%; --w: 320px; --r: -24deg; --c: rgba(255, 178, 122, .12); }
.sky-stage .shafts b:nth-child(2) { --x: 66%; --w: 320px; --r: 24deg; --sa: -7deg; --c: rgba(255, 138, 74, .13); --sd: 13s; }
.sky-stage .shafts b:nth-child(3) { --x: 44%; --w: 200px; --r: 0deg; --sa: 4deg; --c: rgba(255, 240, 230, .06); --sd: 9s; }
.sky-stage .floor { --fh: 52%; --fb: 4%; --fa: 62deg; }
.sky-stage .glow { bottom: 10%; --gw: 1000px; --gh: 380px; --gc: rgba(255, 106, 31, .3); }

.sky-gallery { --sky-in: 12%; --sky-out: 14%; }
.sky-gallery .stars { -webkit-mask-image: radial-gradient(70% 60% at 50% 40%, #000, transparent 80%); mask-image: radial-gradient(70% 60% at 50% 40%, #000, transparent 80%); }
.sky-gallery .glow { top: 28%; --gw: 1200px; --gh: 600px; --gc: rgba(230, 80, 20, .32); }

.sky-feat { --sky-in: 8%; --sky-out: 8%; }
.sky-feat .glow { top: 18%; left: 12%; --gw: 700px; --gh: 700px; --gc: rgba(255, 106, 31, .2); }
.sky-feat .glow.g2 { top: 58%; left: 86%; --gc: rgba(230, 80, 20, .22); }

.sky-price { --sky-in: 12%; --sky-out: 12%; }
.sky-price .dots { -webkit-mask-image: radial-gradient(50% 55% at 50% 55%, #000, transparent 80%); mask-image: radial-gradient(50% 55% at 50% 55%, #000, transparent 80%); }
.sky-price .glow { top: 44%; --gw: 760px; --gh: 760px; --gc: rgba(255, 80, 16, .26); }

.sky-proof { --sky-in: 10%; --sky-out: 10%; }
.sky-proof .glow { top: 30%; --gw: 1100px; --gh: 560px; --gc: rgba(74, 222, 128, .07); }

.sky-faq { --sky-in: 12%; --sky-out: 12%; }
.sky-faq .ring-o.l { left: -300px; top: 16%; }
.sky-faq .ring-o.r { right: -330px; top: 46%; width: 640px; animation-direction: reverse; }
.sky-faq .glow { top: 2%; --gw: 900px; --gh: 420px; --gc: rgba(255, 106, 31, .24); }

.sky-night { --sky-in: 10%; --sky-out: 0%; }
.sky-night .glow { bottom: -6%; --gw: 1300px; --gh: 460px; --gc: rgba(255, 80, 16, .34); }
.sky-night .stars { -webkit-mask-image: radial-gradient(min(460px, 44vw) min(260px, 30vw) at 50% 24%, transparent 50%, #000 100%); mask-image: radial-gradient(min(460px, 44vw) min(260px, 30vw) at 50% 24%, transparent 50%, #000 100%); }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero { padding: 130px 0 20px; text-align: center; }
/* une nébuleuse orange derrière le titre et la vidéo : le héros s'allume */
.hero::before { content: ""; position: absolute; inset: -80px 0 0; z-index: -1; pointer-events: none;
  background: radial-gradient(46% 38% at 50% 22%, rgba(255, 80, 16, .2), transparent 72%), radial-gradient(60% 40% at 50% 62%, rgba(255, 70, 10, .16), transparent 75%); }
.hero-in { position: relative; }
.hero-title {
  max-width: 1120px; margin: 0 auto;
  max-width: 940px; font-weight: 800; font-stretch: 116%; letter-spacing: -.038em;
  font-size: clamp(30px, 4.3vw, 58px); line-height: 1.06;
}
.hero-title .u-beam::after { bottom: -.02em; }
.hero-sub { max-width: 660px; margin: 24px auto 0; font: 500 clamp(17px, 1.55vw, 20px)/1.55 var(--body); color: var(--ink-2); text-wrap: balance; }

.vsl-zone { position: relative; width: min(820px, 100%); margin: 40px auto 0; }
.vsl { --lg-r: 26px; padding: 7px; }
.vsl-player { position: relative; display: block; width: 100%; aspect-ratio: 16 / 9; border-radius: 20px; overflow: hidden; background: #140804; }
.vsl-player img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.vsl-player:hover img { transform: scale(1.03); }
.vsl-shade { position: absolute; inset: 0; background: radial-gradient(60% 70% at 50% 55%, rgba(10, 5, 3, 0), rgba(10, 5, 3, .45)); }
.vsl-play {
  position: absolute; left: 50%; top: 50%; width: 92px; height: 92px; margin: -46px 0 0 -46px; border-radius: 50%;
  display: grid; place-items: center; color: #fff;
  background: radial-gradient(circle at 34% 26%, rgba(255, 236, 222, .55), transparent 42%), radial-gradient(circle at 50% 50%, rgba(255, 106, 31, .55), rgba(90, 30, 6, .75) 72%);
  box-shadow: inset 0 0 0 1.5px rgba(255, 200, 170, .7), inset 0 -10px 20px rgba(255, 106, 31, .6), 0 18px 50px -10px rgba(255, 106, 31, .9);
  transition: transform .5s var(--spring);
}
.vsl-play svg { margin-left: 5px; filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .4)); }
.vsl-play i { position: absolute; inset: 0; border-radius: 50%; border: 1.5px solid rgba(255, 178, 122, .8); animation: ripple 2.6s var(--ease) infinite; animation-play-state: var(--pp); }
.vsl-play i + i { animation-delay: 1.3s; }
@keyframes ripple { from { transform: scale(1); opacity: .9; } to { transform: scale(1.9); opacity: 0; } }
.vsl-player:hover .vsl-play { transform: scale(1.08); }
.vsl mux-player { display: block; width: 100%; aspect-ratio: 16 / 9; border-radius: 20px; overflow: hidden; --media-accent-color: #ff6a1f; }
.vsl.is-loading .vsl-play::after { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 2px solid transparent; border-top-color: #fff; animation: spin .8s linear infinite; }


.hero-cta { display: grid; grid-template-columns: repeat(2, 262px); justify-content: center; gap: 14px; margin-top: 34px; }
.hero-cta > a { width: 100%; padding: 0 18px; }
.hero-stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: min(640px, 100%); margin: 46px auto 0; padding: 0; }
.stat { display: flex; flex-direction: column-reverse; align-items: center; gap: 6px; padding: 0 16px; min-width: 0; }
.stat + .stat { border-left: 1px solid; border-image: linear-gradient(180deg, transparent, rgba(255, 176, 128, .35), transparent) 1; }
.stat dd { margin: 0; font: 800 clamp(32px, 3.4vw, 46px)/1 var(--disp); font-stretch: 112%; letter-spacing: -.03em; color: var(--ink); font-variant-numeric: tabular-nums; white-space: nowrap; }
.stat dt { font: 600 15.5px/1.3 var(--body); color: var(--ink-3); }

@media (max-width: 760px) {
  .hero { padding-top: 102px; }
  .hero-title { font-stretch: 100%; letter-spacing: -.03em; font-size: clamp(27px, 7.8vw, 34px); line-height: 1.1; }
  .hero-sub { margin-top: 18px; font-size: 17px; }
  .vsl-zone { margin-top: 28px; }
  .vsl { padding: 5px; --lg-r: 20px; }
  .vsl-player { border-radius: 16px; }
  .vsl-play { width: 72px; height: 72px; margin: -36px 0 0 -36px; }
  .hero-cta { grid-template-columns: minmax(0, 1fr); margin-top: 24px; gap: 10px; }
  .hero-cta > .btn { order: -1; }
  .hero-cta .btn, .hero-cta .btn-ghost { width: 100%; }
  .hero-stats { margin-top: 32px; }
  .stat { padding: 0 10px; }
  .stat dd { font-size: clamp(26px, 8vw, 34px); font-stretch: 100%; }
  .stat dt { font-size: 14px; text-align: center; }
}

/* ==========================================================================
   MÉTHODE — la chaîne : produit → annonce → vente
   ========================================================================== */
.chain {
  margin-top: clamp(48px, 6vw, 72px);
  display: grid; grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr) 64px minmax(0, 1fr); align-items: start;
}
.cstep { min-width: 0; }
.cvis { --lg-r: 26px; position: relative; height: 392px; display: grid; place-items: center; padding: 18px; transition: box-shadow .3s var(--ease), transform .35s var(--ease); }
.cstep.is-on .cvis { transform: translateY(-6px); }
.cvis::after { background: radial-gradient(520px circle at var(--mx, 50%) var(--my, 0%), rgba(255, 220, 196, .10), transparent 46%); }
.chain .cstep:not(.is-on) .cvis > * { filter: saturate(.8) brightness(.88); transition: filter .3s; }
.chain .cstep.is-on .cvis > * { transition: filter .3s; }
.cstep.is-on .cvis {
  box-shadow: inset 0 1px 0 rgba(255, 236, 222, .3), inset 0 -30px 60px -40px rgba(255, 106, 31, .7), 0 0 0 1px rgba(255, 150, 100, .45), 0 0 70px -16px rgba(255, 106, 31, .6), 0 30px 80px -30px rgba(0, 0, 0, .85);
}
.ctxt { padding: 26px 6px 0; }
.cnum { display: inline-flex; align-items: center; gap: 10px; font: 800 15px/1 var(--disp); font-stretch: 125%; letter-spacing: .06em; color: var(--o-3); transition: color .5s, text-shadow .5s; }
.cnum::after { content: ""; width: 34px; height: 2px; border-radius: 2px; background: currentColor; opacity: .5; transition: width .6s var(--ease), opacity .5s; }
.cstep.is-on .cnum { color: #ffe6d4; text-shadow: 0 0 14px rgba(255, 106, 31, .9); }
.cstep.is-on .cnum::after { width: 60px; opacity: 1; box-shadow: 0 0 10px #ff6a1f; }
.ctxt .h3 { margin: 14px 0 10px; }
.ctxt p { margin: 0; font-size: 16.5px; line-height: 1.6; color: var(--ink-2); }

/* le lien entre deux cartes : un rail, une lumière qui le parcourt, le produit qui passe */
.clink { position: relative; height: 392px; container-type: size; }
.clink-rail, .clink-run { position: absolute; left: 8px; right: 8px; top: 50%; height: 2px; margin-top: -1px; border-radius: 2px; }
.clink-rail { background: repeating-linear-gradient(90deg, rgba(255, 176, 128, .35) 0 6px, transparent 6px 12px); }
.clink-run { background: linear-gradient(90deg, rgba(255, 106, 31, .2), #ffd9bf); box-shadow: 0 0 12px #ff6a1f; transform: scaleX(0); transform-origin: 0 50%; }
.clink.is-run .clink-run { animation: runLine .5s var(--ease-io) forwards; }
@keyframes runLine { 0% { transform: scaleX(0); opacity: 1; } 60% { transform: scaleX(1); opacity: 1; } 100% { transform: scaleX(1); opacity: 0; } }
.clink-tok {
  position: absolute; left: 0; top: 50%; width: 40px; height: 40px; margin: -20px 0 0 -20px; border-radius: 13px;
  display: grid; place-items: center; opacity: 0; color: #ffd9bf;
  background: radial-gradient(circle at 30% 25%, rgba(255, 200, 170, .5), rgba(255, 106, 31, .3) 60%), #2a1105;
  box-shadow: inset 0 0 0 1px rgba(255, 190, 150, .7), 0 0 26px rgba(255, 106, 31, .8);
}
.clink-tok .pi { width: 22px; height: 22px; }
.clink-tok.coin { border-radius: 50%; font: 900 19px/1 var(--disp); color: #3b1603; background: radial-gradient(circle at 34% 28%, #fff3e6, #ffb27a 45%, #e0621c 90%); box-shadow: inset 0 0 0 2px rgba(255, 240, 230, .5), 0 0 26px rgba(255, 138, 74, .9); }
.clink.is-run .clink-tok { animation: tokX .45s var(--ease-io) forwards; }
@keyframes tokX {
  0% { opacity: 0; transform: translateX(0) scale(.5); }
  18% { opacity: 1; transform: translateX(10cqw) scale(1); }
  82% { opacity: 1; transform: translateX(90cqw) scale(1); }
  100% { opacity: 0; transform: translateX(100cqw) scale(.5); }
}

/* icônes produit (traits) */
.pi { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.thumb { flex: none; width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; color: #ffc9a3;
  background: radial-gradient(circle at 32% 26%, rgba(255, 190, 150, .28), rgba(255, 106, 31, .08) 70%), #1c0b04; box-shadow: inset 0 0 0 1px rgba(255, 170, 120, .22); }

/* le curseur qui clique (partagé : méthode et formation) */
.ccur { position: absolute; left: 0; top: 0; z-index: 6; pointer-events: none; opacity: 0; transform: translate(var(--cx, 60%), var(--cy, 80%)); transition: transform .3s var(--ease-io), opacity .25s; filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .6)); }
.ccur.is-on { opacity: 1; }
.ccur i { position: absolute; left: 1px; top: 1px; width: 30px; height: 30px; margin: -15px 0 0 -15px; border-radius: 50%; border: 2px solid rgba(255, 220, 196, .9); opacity: 0; }
.ccur.is-clic i { animation: clic .55s var(--ease) forwards; }
.ccur.is-clic svg { animation: press .3s var(--ease); }
@keyframes clic { from { transform: scale(.3); opacity: 1; } to { transform: scale(1.5); opacity: 0; } }
@keyframes press { 50% { transform: scale(.82); } }

/* 01 · le catalogue */
.cat { width: 100%; align-self: stretch; display: flex; flex-direction: column; gap: 9px; }
.cat-hd { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; padding: 2px 4px 6px; }
.cat-hd span { font: 700 16px/1.2 var(--body); color: var(--ink); }
.cat-hd em { font: 600 13.5px/1.2 var(--body); font-style: normal; color: var(--ink-3); white-space: nowrap; }
.cat-row { display: grid; grid-template-columns: 40px minmax(0, 1fr) auto; grid-template-rows: auto auto; column-gap: 12px; row-gap: 2px; align-items: center; padding: 10px 11px; border-radius: 15px;
  background: rgba(255, 255, 255, .03); box-shadow: inset 0 0 0 1px rgba(255, 220, 200, .07); transition: background .25s, box-shadow .25s, transform .25s var(--ease); }
.cat-row .thumb { grid-row: 1 / 3; }
.cat-nm { font: 700 15px/1.2 var(--body); color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cat-pr { grid-column: 2; font: 600 13.5px/1.2 var(--body); color: var(--ink-3); white-space: nowrap; }
.cat-pr b { color: var(--g); }
.cat-buy { grid-column: 3; grid-row: 1 / 3; position: relative; height: 34px; min-width: 84px; padding: 0 12px; border-radius: 999px; display: grid; place-items: center;
  font: 700 13.5px/1 var(--body); color: #fff; background: linear-gradient(180deg, rgba(255, 150, 100, .3), rgba(255, 106, 31, .14)), #2c1105; box-shadow: inset 0 0 0 1px rgba(255, 160, 110, .5); transition: background .35s, box-shadow .35s; }
.cat-buy svg { position: absolute; width: 18px; height: 18px; color: #04200e; opacity: 0; transform: scale(.4); transition: opacity .3s, transform .45s var(--spring); }
.cat-buy span { transition: opacity .25s; }
.cat-row.is-hot { background: rgba(255, 106, 31, .09); box-shadow: inset 0 0 0 1px rgba(255, 150, 100, .45), 0 0 30px -12px rgba(255, 106, 31, .8); transform: translateX(4px); }
.cat-row.is-bought .cat-buy { background: radial-gradient(circle at 30% 25%, #d9ffe6, #4ade80 75%); box-shadow: 0 0 18px rgba(74, 222, 128, .6); }
.cat-row.is-bought .cat-buy span { opacity: 0; }
.cat-row.is-bought .cat-buy svg { opacity: 1; transform: none; }

/* 02 · le téléphone */
.phone { position: relative; width: 206px; height: 352px; padding: 7px; border-radius: 36px;
  background: linear-gradient(150deg, #4a3326 0%, #1b0f09 26%, #0c0604 62%, #2e1f16 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 220, 200, .18), inset 0 1px 1px rgba(255, 255, 255, .35), 0 0 0 1px rgba(0, 0, 0, .65), 0 40px 70px -30px rgba(0, 0, 0, .95); }
.phone::after { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; background: linear-gradient(118deg, rgba(255, 255, 255, .16) 0%, rgba(255, 255, 255, .03) 22%, transparent 36%, transparent 72%, rgba(255, 255, 255, .06)); }
/* l'île du téléphone s'ouvre en notification quand l'annonce est en ligne */
.phone-island { position: absolute; top: 15px; left: 50%; z-index: 3; width: 64px; height: 17px; border-radius: 99px; background: #050201; transform: translateX(-50%);
  display: grid; place-items: center; overflow: hidden; transition: width .55s var(--spring), height .45s var(--spring), top .45s var(--ease), box-shadow .4s; }
.cvis.is-toast .phone-island { top: 12px; width: 170px; height: 30px; box-shadow: 0 0 0 1px rgba(74, 222, 128, .45), 0 0 24px -4px rgba(74, 222, 128, .55); }
.phone-scr { position: relative; height: 100%; border-radius: 29px; overflow: hidden; padding: 12px 12px 12px; display: flex; flex-direction: column; gap: 8px;
  background: radial-gradient(120% 60% at 50% 0%, rgba(255, 106, 31, .12), transparent 60%), #120704; }
.ph-bar { display: flex; justify-content: space-between; align-items: center; height: 18px; padding: 0 8px; font: 700 13px/1 var(--body); color: var(--ink); }
.ph-bar i { width: 22px; height: 10px; border-radius: 3px; box-shadow: inset 0 0 0 1.5px rgba(255, 244, 236, .7); position: relative; }
.ph-bar i::after { content: ""; position: absolute; inset: 2.5px 7px 2.5px 2.5px; border-radius: 1px; background: var(--ink); }
.ph-hd { font: 700 15px/1.2 var(--body); color: var(--ink); text-align: center; padding: 6px 0 2px; }
.ph-photo { position: relative; height: 76px; flex: none; border-radius: 14px; display: grid; place-items: center; overflow: hidden;
  background: rgba(255, 255, 255, .03); box-shadow: inset 0 0 0 1.5px rgba(255, 150, 100, .35); }
.ph-photo > span { position: absolute; inset: 0; display: grid; place-items: center; transition: opacity .35s, transform .45s var(--ease); }
.ph-empty { grid-auto-flow: row; gap: 4px; align-content: center; font: 600 13px/1 var(--body); color: var(--o-3); }
.ph-empty svg { margin: 0 auto; color: var(--o-2); }
.ph-up { opacity: 0; align-content: center; gap: 8px; }
.ph-up i { display: block; width: 110px; height: 6px; border-radius: 6px; background: rgba(255, 255, 255, .1); overflow: hidden; }
.ph-up b { display: block; height: 100%; width: var(--pc, 0%); border-radius: 6px; background: linear-gradient(90deg, #ff6a1f, #ffd9bf); box-shadow: 0 0 10px #ff6a1f; }
.ph-up em { font: 700 13px/1 var(--body); font-style: normal; color: var(--ink-2); text-align: center; font-variant-numeric: tabular-nums; }
.ph-img { opacity: 0; transform: scale(.7); color: #ffd9bf; background: radial-gradient(circle at 50% 45%, rgba(255, 138, 74, .35), rgba(255, 106, 31, .06) 60%); }
.ph-img .pi { width: 44px; height: 44px; stroke-width: 1.4; filter: drop-shadow(0 0 10px rgba(255, 106, 31, .8)); }
.phone.is-up .ph-empty { opacity: 0; }
.phone.is-up .ph-up { opacity: 1; }
.phone.is-photo .ph-empty, .phone.is-photo .ph-up { opacity: 0; }
.phone.is-photo .ph-img { opacity: 1; transform: none; }
.ph-field { display: flex; flex-direction: column; gap: 5px; }
.ph-field label { font: 700 13px/1 var(--body); color: var(--ink-3); padding-left: 3px; }
.ph-in { height: 38px; border-radius: 11px; padding: 0 11px; display: flex; align-items: center; font: 600 14.5px/1 var(--body); color: var(--ink); white-space: nowrap; overflow: hidden;
  background: rgba(255, 255, 255, .04); box-shadow: inset 0 0 0 1px rgba(255, 220, 200, .1); transition: box-shadow .3s; }
.ph-in.is-focus { box-shadow: inset 0 0 0 1.5px rgba(255, 150, 100, .75), 0 0 16px -4px rgba(255, 106, 31, .7); }
.ph-caret { width: 2px; height: 16px; margin-left: 1px; background: var(--o-3); opacity: 0; }
.ph-in.is-focus .ph-caret { animation: blink 1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 1; } }
.ph-price { font-variant-numeric: tabular-nums; }
.ph-btn { position: relative; margin-top: auto; height: 42px; flex: none; border-radius: 12px; display: grid; place-items: center; font: 700 15px/1 var(--body); color: #fff;
  background: linear-gradient(180deg, rgba(255, 150, 100, .38), rgba(255, 106, 31, .16)), #3a1504; box-shadow: inset 0 0 0 1px rgba(255, 170, 120, .6), 0 0 22px -6px rgba(255, 106, 31, .8); transition: background .4s, box-shadow .4s, transform .3s var(--spring); }
.ph-btn > span { grid-area: 1 / 1; display: inline-flex; align-items: center; gap: 6px; transition: opacity .3s, transform .4s var(--spring); }
.ph-ok { opacity: 0; transform: scale(.6); color: #04200e; }
.phone.is-press .ph-btn { transform: scale(.95); }
.phone.is-done .ph-btn { background: radial-gradient(circle at 30% 20%, #d9ffe6, #4ade80 80%); box-shadow: 0 0 26px rgba(74, 222, 128, .6); }
.phone.is-done .ph-go { opacity: 0; transform: scale(.6); }
.phone.is-done .ph-ok { opacity: 1; transform: none; }
.ph-toast { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; font: 700 13px/1 var(--body); color: #d9ffe6; opacity: 0; transform: scale(.8); transition: opacity .25s, transform .4s var(--spring); }
.ph-toast svg { color: var(--g); }
.cvis.is-toast .ph-toast { opacity: 1; transform: none; transition-delay: .18s; }

/* 03 · la banque */
.bank { position: relative; width: 100%; align-self: stretch; display: flex; flex-direction: column; justify-content: flex-end; gap: 10px; padding-top: 70px; }
.bank-note { position: absolute; left: 0; right: 0; top: 0; z-index: 3; display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 16px;
  background: linear-gradient(160deg, rgba(74, 222, 128, .12), rgba(255, 255, 255, .02)), rgba(10, 30, 18, .8); box-shadow: inset 0 0 0 1px rgba(74, 222, 128, .35), 0 16px 34px -18px rgba(0, 0, 0, .9);
  opacity: 0; transform: translateY(-14px) scale(.96); transition: opacity .2s, transform .35s var(--spring); }
.bank.is-note .bank-note { opacity: 1; transform: none; }
.bank-note-ic { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; color: #04200e; background: radial-gradient(circle at 30% 25%, #d9ffe6, #4ade80 75%); }
.bank-note b { display: block; font: 700 14px/1.2 var(--body); color: var(--ink); }
.bank-note em { display: block; font: 500 13.5px/1.2 var(--body); font-style: normal; color: var(--ink-3); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bank-note-amt { font: 800 18px/1 var(--disp); font-stretch: 110%; color: var(--g); white-space: nowrap; }
.bank-card { position: relative; flex: none; padding: 16px 18px; border-radius: 20px; overflow: hidden;
  background: linear-gradient(135deg, #3a1a08 0%, #170904 46%, #0d0503 70%, #2b1207 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 190, 150, .28), inset 0 1px 0 rgba(255, 236, 222, .3), 0 24px 50px -24px rgba(0, 0, 0, .95), 0 0 0 1px rgba(0, 0, 0, .5); transition: box-shadow .4s; }
.bank-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 30%, rgba(255, 220, 196, .12) 44%, transparent 58%); pointer-events: none; }
.bank-card::after { content: ""; position: absolute; right: -40px; top: -60px; width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(closest-side, rgba(255, 106, 31, .35), transparent); pointer-events: none; }
.bank-top { display: flex; justify-content: space-between; align-items: center; }
.bank-nm { font: 700 14px/1 var(--body); color: var(--ink-2); }
.bank-chip { width: 34px; height: 25px; border-radius: 6px; display: grid; grid-template-columns: 1fr 1fr; gap: 2px; padding: 4px; background: linear-gradient(135deg, #ffe0b8, #d99a52 60%, #a8662a); }
.bank-chip i { border-radius: 2px; background: rgba(90, 50, 10, .35); }
.bank-num { margin-top: 14px; font: 600 15px/1 var(--body); letter-spacing: .12em; color: var(--ink-3); }
.bank-bal { margin-top: 12px; display: flex; justify-content: space-between; align-items: flex-end; gap: 10px; }
.bank-bal > span { font: 700 13px/1 var(--body); letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); }
.bank-bal strong { font: 800 30px/1 var(--disp); font-stretch: 108%; letter-spacing: -.02em; color: var(--ink); font-variant-numeric: tabular-nums; white-space: nowrap; transition: color .3s, text-shadow .3s; }
.bank-card.is-bump { box-shadow: inset 0 0 0 1px rgba(74, 222, 128, .6), inset 0 1px 0 rgba(255, 236, 222, .3), 0 0 40px -6px rgba(74, 222, 128, .55), 0 0 0 1px rgba(0, 0, 0, .5); }
.bank-card.is-bump .bank-bal strong { color: #d9ffe6; text-shadow: 0 0 18px rgba(74, 222, 128, .8); }
.bank-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 7px; overflow: hidden; }
.bank-list li { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 8px 12px; border-radius: 12px; background: rgba(255, 255, 255, .03); box-shadow: inset 0 0 0 1px rgba(255, 220, 200, .06);
  font: 600 14px/1.2 var(--body); color: var(--ink-2); animation: liIn .5s var(--spring) both; }
.bank-list li b { font: 800 14.5px/1 var(--disp); font-stretch: 108%; color: var(--g); }
@keyframes liIn { from { opacity: 0; transform: translateY(-10px); } }
.fly-coin { position: absolute; left: 0; top: 0; z-index: 8; width: 20px; height: 20px; margin: -10px 0 0 -10px; border-radius: 50%; pointer-events: none;
  display: grid; place-items: center; font: 900 11px/1 var(--disp); color: #3b1603;
  background: radial-gradient(circle at 34% 28%, #fff3e6, #ffb27a 45%, #e0621c 90%); box-shadow: 0 0 12px rgba(255, 138, 74, .9); }

@media (max-width: 960px) {
  .chain { grid-template-columns: minmax(0, 1fr); max-width: 460px; margin-inline: auto; }
  .clink { height: 72px; }
  .clink-rail, .clink-run { left: 50%; right: auto; top: 8px; bottom: 8px; width: 2px; height: auto; margin: 0 0 0 -1px; }
  .clink-rail { background: repeating-linear-gradient(180deg, rgba(255, 176, 128, .35) 0 6px, transparent 6px 12px); }
  .clink-run { background: linear-gradient(180deg, rgba(255, 106, 31, .2), #ffd9bf); transform: scaleY(0); transform-origin: 50% 0; }
  .clink.is-run .clink-run { animation-name: runLineY; }
  @keyframes runLineY { 0% { transform: scaleY(0); opacity: 1; } 60% { transform: scaleY(1); opacity: 1; } 100% { transform: scaleY(1); opacity: 0; } }
  .clink-tok { left: 50%; top: 0; margin: -20px 0 0 -20px; }
  .clink.is-run .clink-tok { animation-name: tokY; }
  @keyframes tokY {
    0% { opacity: 0; transform: translateY(0) scale(.5); }
    18% { opacity: 1; transform: translateY(12cqh) scale(1); }
    82% { opacity: 1; transform: translateY(88cqh) scale(1); }
    100% { opacity: 0; transform: translateY(100cqh) scale(.5); }
  }
  .ctxt { padding: 20px 4px 4px; }
  .cvis { height: 372px; }
}

/* ==========================================================================
   RÉSULTATS — carrousel 3D
   ========================================================================== */
.ring-stage {
  --cw: 360px; --ch: var(--cw); --foot: calc(40px + var(--ch));
  position: relative; height: calc(var(--ch) + 150px); margin-top: clamp(30px, 4vw, 52px); margin-bottom: -30px;
  perspective: 1900px; perspective-origin: 50% 30%; overflow: hidden; touch-action: pan-y; cursor: grab; user-select: none; -webkit-user-select: none;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 13%, #000 87%, transparent), linear-gradient(180deg, #000 var(--foot), rgba(0, 0, 0, .5) calc(var(--foot) + 46px), transparent);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(90deg, transparent, #000 13%, #000 87%, transparent), linear-gradient(180deg, #000 var(--foot), rgba(0, 0, 0, .5) calc(var(--foot) + 46px), transparent);
  mask-composite: intersect;
}
.ring-stage.is-drag { cursor: grabbing; }
.ring { position: absolute; left: 50%; top: 40px; width: var(--cw); height: var(--ch); margin-left: calc(var(--cw) / -2); transform-style: preserve-3d; will-change: transform; }
.rcard { position: absolute; inset: 0; border-radius: 24px; overflow: hidden; background: #0b0604;
  -webkit-backface-visibility: hidden; backface-visibility: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 200, 170, .16), 0 0 0 1px rgba(0, 0, 0, .5);
  -webkit-box-reflect: below 14px linear-gradient(transparent 66%, rgba(255, 255, 255, .2)); }
.rcard img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.rcard .shade { position: absolute; inset: 0; z-index: 2; background: #070302; opacity: var(--sh, 0); pointer-events: none; }
.rcard .shine { position: absolute; inset: 0; z-index: 3; pointer-events: none; background: linear-gradient(115deg, transparent 30%, rgba(255, 236, 222, .16) 45%, transparent 60%); opacity: var(--gl, 0); }
.ring-blur { position: absolute; left: 0; right: 0; top: calc(var(--foot) + 4px); bottom: 0; pointer-events: none; }
.ring-blur i { position: absolute; inset: 0; }
.ring-blur i:nth-child(1) { -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); -webkit-mask-image: linear-gradient(180deg, transparent, #000 22%); mask-image: linear-gradient(180deg, transparent, #000 22%); }
.ring-blur i:nth-child(2) { -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px); -webkit-mask-image: linear-gradient(180deg, transparent 18%, #000 48%); mask-image: linear-gradient(180deg, transparent 18%, #000 48%); }
.ring-blur i:nth-child(3) { -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); -webkit-mask-image: linear-gradient(180deg, transparent 42%, #000 76%); mask-image: linear-gradient(180deg, transparent 42%, #000 76%); }
.ring-floor { position: absolute; left: 50%; top: calc(var(--foot) - 70px); width: min(900px, 92%); height: 140px; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(closest-side, rgba(255, 106, 31, .3), transparent); filter: blur(10px); pointer-events: none; }
@media (max-width: 1100px) { .ring-stage { --cw: 320px; } }
@media (max-width: 760px) { .ring-stage { --cw: min(270px, 74vw); perspective: 1300px; } }
@media (hover: none) and (pointer: coarse) { .ring-blur { display: none; } }

/* ==========================================================================
   FONCTIONNALITÉS — le fil de lumière
   ========================================================================== */
.frz { position: relative; margin-top: clamp(56px, 7vw, 90px); padding-bottom: 150px; }
.frz-rail { position: absolute; left: 50%; top: 0; bottom: 150px; width: 2px; margin-left: -1px; }
.frz-rail i { position: absolute; inset: 0; border-radius: 2px; }
.frz-off { background: linear-gradient(180deg, transparent, rgba(255, 176, 128, .18) 6%, rgba(255, 176, 128, .18) 94%, transparent); }
.frz-on { background: linear-gradient(180deg, rgba(255, 106, 31, .2), #ff8a4a 12%, #ffd9bf); box-shadow: 0 0 14px #ff6a1f, 0 0 34px rgba(255, 106, 31, .5); transform: scaleY(0); transform-origin: 50% 0; will-change: transform; }
.frz-head { position: absolute; left: 50%; top: 0; z-index: 2; width: 16px; height: 16px; margin: -8px 0 0 -8px; border-radius: 50%; opacity: 0;
  background: radial-gradient(circle, #fff 20%, #ffb27a 50%, rgba(255, 106, 31, 0) 72%); box-shadow: 0 0 22px 6px rgba(255, 106, 31, .7); transition: opacity .3s; }
.frz-step { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: 130px; align-items: center; padding: 34px 0; }
.frz-step + .frz-step { margin-top: 40px; }
.frz-step[data-side="r"] .frz-vis { order: 2; }
.frz-step[data-side="r"] .frz-txt { order: 1; text-align: right; }
.frz-step[data-side="r"] .frz-txt p { margin-left: auto; }
.frz-vis { display: flex; justify-content: flex-end; min-width: 0; }
.frz-step[data-side="r"] .frz-vis { justify-content: flex-start; }
.frz-txt { min-width: 0; }
.frz-txt .h3 { font-size: clamp(24px, 2.5vw, 34px); }
.frz-txt p { margin: 16px 0 0; max-width: 440px; font-size: 17px; line-height: 1.6; color: var(--ink-2); }
.frz-pt { position: absolute; left: 50%; top: 50%; z-index: 2; width: 22px; height: 22px; margin: -11px 0 0 -11px; border-radius: 50%; background: #1a0b05; box-shadow: inset 0 0 0 2px rgba(255, 176, 128, .3); transition: box-shadow .5s, background .5s; }
.frz-pt i { position: absolute; inset: 6px; border-radius: 50%; background: rgba(255, 176, 128, .35); transition: background .5s, box-shadow .5s; }
.frz-pt::after { content: ""; position: absolute; inset: -8px; border-radius: 50%; border: 1.5px solid rgba(255, 138, 74, .8); opacity: 0; }
.frz-step.is-on .frz-pt { box-shadow: inset 0 0 0 2px #ffb27a, 0 0 22px rgba(255, 106, 31, .8); }
.frz-step.is-on .frz-pt i { background: #fff1e6; box-shadow: 0 0 10px #ff8a4a; }
.frz-step.is-on .frz-pt::after { animation: ptWave 1.2s var(--ease) 1; }
@keyframes ptWave { from { transform: scale(.6); opacity: 1; } to { transform: scale(2.2); opacity: 0; } }
/* avant que le fil n'arrive : la scène attend, éteinte */
.js .frz-step .frz-vis, .js .frz-step .frz-txt { opacity: .32; transform: translateY(18px); transition: opacity .7s var(--ease), transform .8s var(--ease); }
.js .frz-step.is-on .frz-vis, .js .frz-step.is-on .frz-txt { opacity: 1; transform: none; }

/* la gerbe d'euros au bout du fil */
.frz-end { position: absolute; left: 50%; bottom: 150px; width: 0; height: 0; }
.frz-end-core { position: absolute; left: -9px; top: -9px; width: 18px; height: 18px; border-radius: 50%; background: #2a1106; box-shadow: inset 0 0 0 2px rgba(255, 176, 128, .3); transition: all .5s; }
.frz-end.is-on .frz-end-core { background: #fff1e6; box-shadow: 0 0 0 5px rgba(255, 106, 31, .35), 0 0 30px 8px rgba(255, 106, 31, .8); }
.frz-end i { position: absolute; left: 0; top: 0; font: 900 var(--s)/1 var(--disp); font-style: normal; color: #ffb27a; text-shadow: 0 0 14px rgba(255, 106, 31, .9); opacity: 0; transform: translate(-50%, -50%) scale(.3); }
.frz-end i::before { content: "€"; }
.frz-end.is-on i { animation: euBurst 1.5s var(--ease) var(--dl, 0s) forwards; }
@keyframes euBurst {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(.3) rotate(0deg); }
  25% { opacity: 1; }
  70% { opacity: 1; transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y))) scale(1) rotate(var(--r)); }
  100% { opacity: 0; transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y) + 30px)) scale(.9) rotate(var(--r)); }
}

/* les fenêtres d'app */
.win { --lg-r: 22px; width: min(470px, 100%); padding: 16px 16px 18px; }
.win-hd { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 2px 4px 14px; }
.win-t { font: 700 16px/1.2 var(--body); color: var(--ink); }
.win-live, .win-rec { display: inline-flex; align-items: center; gap: 7px; font: 700 13px/1 var(--body); color: #bdf5d0; white-space: nowrap; }
.win-live i, .win-rec i { width: 7px; height: 7px; border-radius: 50%; background: var(--g); box-shadow: 0 0 8px var(--g); animation: dotPulse 2s ease-in-out infinite; animation-play-state: var(--pp); }
.win-rec { color: #ffd0d8; font-variant-numeric: tabular-nums; }
.win-rec i { background: #ff4d6d; box-shadow: 0 0 8px #ff4d6d; }

/* catalogue : la liste défile toute seule quand la scène est allumée */
.cl { height: 292px; overflow: hidden; -webkit-mask-image: linear-gradient(180deg, transparent, #000 10%, #000 88%, transparent); mask-image: linear-gradient(180deg, transparent, #000 10%, #000 88%, transparent); }
.cl-track { display: flex; flex-direction: column; gap: 8px; animation: clScroll 18s linear infinite; animation-play-state: paused; }
.frz-step.is-on .cl-track { animation-play-state: var(--pp); }
@keyframes clScroll { to { transform: translateY(calc(-50% - 4px)); } }
.cl-row { display: grid; grid-template-columns: 40px minmax(0, 1fr) auto auto; align-items: center; gap: 12px; padding: 9px 11px; border-radius: 15px; background: rgba(255, 255, 255, .03); box-shadow: inset 0 0 0 1px rgba(255, 220, 200, .07); }
.cl-row b { font: 700 15px/1.2 var(--body); color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cl-row .gn { font: 800 15px/1 var(--disp); font-stretch: 108%; color: var(--g); white-space: nowrap; }
.cl-row .buy { height: 32px; padding: 0 12px; border-radius: 999px; display: inline-grid; place-items: center; font: 700 13.5px/1 var(--body); color: #fff; background: linear-gradient(180deg, rgba(255, 150, 100, .3), rgba(255, 106, 31, .14)), #2c1105; box-shadow: inset 0 0 0 1px rgba(255, 160, 110, .5); }
.cl-row:nth-child(3n + 1) { background: rgba(255, 106, 31, .06); box-shadow: inset 0 0 0 1px rgba(255, 150, 100, .22); }

/* tableau de bord ↔ stock : la carte se retourne */
.flip { position: relative; width: min(470px, 100%); display: grid; perspective: 1400px; }
.flip > .win { grid-area: 1 / 1; width: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; transition: transform 1s var(--ease-io);
  -webkit-backdrop-filter: none; backdrop-filter: none; background: linear-gradient(160deg, rgba(255, 230, 214, .10), rgba(255, 255, 255, .02) 40%, rgba(255, 170, 120, .06)), rgba(28, 12, 5, .96); }
.flip-b { transform: rotateY(-180deg); }
.flip.is-back .flip-f { transform: rotateY(180deg); }
.flip.is-back .flip-b { transform: rotateY(0deg); }
.db-ca { display: flex; align-items: center; gap: 10px; padding: 0 4px; }
.db-num { font: 800 38px/1 var(--disp); font-stretch: 110%; letter-spacing: -.03em; color: var(--ink); font-variant-numeric: tabular-nums; }
.db-up { color: var(--g); filter: drop-shadow(0 0 6px rgba(74, 222, 128, .7)); }
.db-pct { padding: 8px 4px 0; font: 600 14.5px/1.2 var(--body); color: var(--ink-3); }
.db-pct b { color: var(--g); font-variant-numeric: tabular-nums; }
.db-chart { position: relative; height: 170px; margin-top: 16px; }
.db-chart svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.db-line { stroke-dasharray: 1; stroke-dashoffset: 1; filter: drop-shadow(0 0 6px rgba(255, 106, 31, .8)); }
.db-area { opacity: 0; transition: opacity 1s; }
.flip.is-draw .db-line { stroke-dashoffset: 0; transition: stroke-dashoffset 2.6s var(--ease-io); }
.flip.is-draw .db-area { opacity: 1; transition-delay: .8s; }
.db-dot { position: absolute; left: var(--x); top: var(--y); width: 11px; height: 11px; margin: -5.5px 0 0 -5.5px; border-radius: 50%; background: #ffd9bf; box-shadow: 0 0 0 2px #1a0a04, 0 0 12px #ff6a1f; opacity: 0; transform: scale(.3); transition: opacity .3s, transform .4s var(--spring); }
.db-dot.is-on { opacity: 1; transform: none; }
.db-dot.is-cur { box-shadow: 0 0 0 2px #1a0a04, 0 0 0 6px rgba(255, 138, 74, .3), 0 0 16px #ff6a1f; }
.db-tip { position: absolute; left: var(--tx, 0); top: var(--ty, 100%); z-index: 2; display: inline-flex; align-items: baseline; gap: 6px; padding: 7px 10px; border-radius: 10px; white-space: nowrap;
  background: rgba(20, 8, 3, .95); box-shadow: inset 0 0 0 1px rgba(255, 170, 120, .45), 0 10px 24px -10px rgba(0, 0, 0, .9);
  transform: translate(-50%, calc(-100% - 14px)); opacity: 0; transition: left .5s var(--ease-io), top .5s var(--ease-io), opacity .3s; }
.db-tip.is-on { opacity: 1; }
.db-tip-d { font: 600 13px/1 var(--body); color: var(--ink-3); }
.db-tip-v { font: 800 15px/1 var(--disp); font-stretch: 108%; color: var(--g); }
.st-hd { display: grid; grid-template-columns: 40px minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 4px 4px 14px; }
.st-hd b { font: 700 16px/1.2 var(--body); color: var(--ink); }
.st-pill { padding: 6px 10px; border-radius: 999px; font: 700 13px/1 var(--body); color: #bdf5d0; background: rgba(74, 222, 128, .1); box-shadow: inset 0 0 0 1px rgba(74, 222, 128, .35); white-space: nowrap; }
.st-cells { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.st-c { display: flex; flex-direction: column; gap: 7px; padding: 13px 14px; border-radius: 15px; background: rgba(255, 255, 255, .03); box-shadow: inset 0 0 0 1px rgba(255, 220, 200, .08); }
.st-c span { font: 700 13px/1 var(--body); letter-spacing: .02em; color: var(--ink-3); }
.st-c b { font: 800 22px/1 var(--disp); font-stretch: 108%; color: var(--ink); letter-spacing: -.02em; }
.st-c.hot { background: rgba(74, 222, 128, .06); box-shadow: inset 0 0 0 1px rgba(74, 222, 128, .28); }
.st-c.hot b { color: var(--g); }

/* formation : modules → leçons → lecture */
.ac { height: 284px; overflow: hidden; border-radius: 14px; }
.ac-track { display: flex; width: 300%; height: 100%; transform: translateX(calc(var(--pane, 0) * -33.3333%)); transition: transform .7s var(--ease-io); }
.ac-pane { width: 33.3333%; flex: none; display: flex; flex-direction: column; gap: 8px; padding: 0 2px; }
.ac-row { display: grid; grid-template-columns: 30px minmax(0, 1fr) auto; align-items: center; gap: 10px; min-height: 46px; padding: 0 12px; border-radius: 14px;
  background: rgba(255, 255, 255, .03); box-shadow: inset 0 0 0 1px rgba(255, 220, 200, .07); transition: background .35s, box-shadow .35s; }
.ac-n { font: 800 14px/1 var(--disp); font-stretch: 112%; color: var(--o-2); }
.ac-t { font: 600 15px/1.2 var(--body); color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ac-c { font: 600 13.5px/1 var(--body); color: var(--ink-3); font-variant-numeric: tabular-nums; }
.ac-v { width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center; color: #ffd9bf; background: rgba(255, 106, 31, .18); box-shadow: inset 0 0 0 1px rgba(255, 150, 100, .4); }
.ac-back { padding: 4px 4px 4px; font: 700 14px/1.3 var(--body); color: var(--o-3); }
.ac-row.is-hot { background: rgba(255, 106, 31, .1); box-shadow: inset 0 0 0 1px rgba(255, 150, 100, .5), 0 0 24px -10px rgba(255, 106, 31, .8); }
.ac-player { position: relative; height: 100%; border-radius: 14px; overflow: hidden; background: #0a0402; box-shadow: inset 0 0 0 1px rgba(255, 200, 170, .14); display: flex; flex-direction: column; }
.ac-screen { position: relative; flex: 1; overflow: hidden; display: grid; place-items: end center; padding-bottom: 14px; background: radial-gradient(80% 90% at 30% 20%, #3a1807, #0a0402 70%); }
.ac-screen i { position: absolute; border-radius: 50%; filter: blur(22px); }
.ac-screen .b1 { width: 170px; height: 170px; left: 8%; top: 4%; background: rgba(255, 106, 31, .45); animation: blobA 7s ease-in-out infinite alternate; animation-play-state: paused; }
.ac-screen .b2 { width: 140px; height: 140px; right: 6%; top: 24%; background: rgba(255, 190, 150, .25); animation: blobA 9s ease-in-out infinite alternate-reverse; animation-play-state: paused; }
.frz-step.is-on .ac-screen i { animation-play-state: var(--pp); }
@keyframes blobA { to { transform: translate(40px, 24px) scale(1.2); } }
.ac-sub { position: relative; padding: 6px 10px; border-radius: 8px; background: rgba(0, 0, 0, .55); font: 600 14px/1.3 var(--body); color: #fff; }
.ac-ptitle { padding: 10px 14px 0; font: 700 14.5px/1.2 var(--body); color: var(--ink); }
.ac-ctrl { display: grid; grid-template-columns: 18px 1fr auto; align-items: center; gap: 12px; padding: 10px 14px 14px; }
.ac-pause { display: flex; gap: 4px; justify-content: center; }
.ac-pause i { width: 4px; height: 14px; border-radius: 2px; background: var(--ink); }
.ac-bar { height: 5px; border-radius: 5px; background: rgba(255, 255, 255, .14); overflow: hidden; }
.ac-bar i { display: block; height: 100%; width: 31%; border-radius: 5px; background: linear-gradient(90deg, #ff6a1f, #ffb27a); box-shadow: 0 0 10px #ff6a1f; }
.win[data-win="academy"][data-pane="2"] .ac-bar i { animation: acBar 3.4s linear forwards; }
@keyframes acBar { from { width: 31%; } to { width: 52%; } }
.ac-time { font: 600 13px/1 var(--body); color: var(--ink-3); font-variant-numeric: tabular-nums; }
.win[data-win="academy"] { position: relative; }

/* communauté : l'appel de groupe */
.cm-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.cm-tile { position: relative; aspect-ratio: 1 / .92; border-radius: 16px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  background: radial-gradient(90% 80% at 50% 30%, rgba(255, 106, 31, .1), transparent 70%), #140804; box-shadow: inset 0 0 0 1px rgba(255, 220, 200, .08); transition: box-shadow .35s; }
.cm-av { position: relative; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; font: 800 20px/1 var(--disp); color: #fff;
  background: radial-gradient(circle at 32% 26%, rgba(255, 255, 255, .35), transparent 45%), linear-gradient(135deg, var(--c), #1a0a04); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18); }
.cm-nm { font: 700 13.5px/1 var(--body); color: var(--ink-2); }
.cm-tile.is-talk { box-shadow: inset 0 0 0 2px rgba(74, 222, 128, .75), 0 0 24px -8px rgba(74, 222, 128, .7); }
.cm-tile.is-talk .cm-av::after { content: ""; position: absolute; inset: -5px; border-radius: 50%; border: 2px solid rgba(74, 222, 128, .8); animation: talk 1s ease-out infinite; }
@keyframes talk { from { transform: scale(.95); opacity: 1; } to { transform: scale(1.3); opacity: 0; } }
.cm-foot { display: flex; justify-content: center; gap: 12px; padding-top: 14px; }
.cm-btn { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; color: var(--ink); background: rgba(255, 255, 255, .06); box-shadow: inset 0 0 0 1px rgba(255, 220, 200, .12); }
.cm-btn.hang { color: #fff; background: radial-gradient(circle at 30% 25%, #ff8fa3, #e11d48 70%); box-shadow: 0 0 18px rgba(225, 29, 72, .5); }

/* les trois membres */
.wins3 { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 40px; padding: 10px 0 6px; }
.wins3 + .sec-cta { margin-top: clamp(36px, 4vw, 50px); }
.win3 { position: relative; display: flex; flex-direction: column; align-items: center; padding: 0 20px; text-align: center; }
/* entre deux membres : un fin trait lumineux vertical */
.win3 + .win3::before { content: ""; position: absolute; left: 0; top: 118px; bottom: 4px; width: 1px; background: linear-gradient(180deg, rgba(255, 106, 31, .7), rgba(255, 106, 31, 0)); box-shadow: 0 0 8px rgba(255, 90, 20, .6); }
.w3-av { position: relative; z-index: 1; width: 96px; height: 96px; padding: 0; border-radius: 50%; cursor: pointer; -webkit-tap-highlight-color: transparent; }
.w3-av:hover img { transform: scale(1.05); }
.w3-av img { transition: transform .45s var(--spring); }
.w3-av.is-pop img { animation: avPop .7s var(--spring); }
.w3-av::after { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 2px solid rgba(74, 222, 128, .9); box-shadow: 0 0 20px rgba(74, 222, 128, .8); opacity: 0; pointer-events: none; }
.w3-av.is-pop::after { animation: avRing .8s var(--ease) forwards; }
@keyframes avPop { 0% { transform: scale(1); } 30% { transform: scale(.86); } 60% { transform: scale(1.12); } 100% { transform: scale(1); } }
@keyframes avRing { from { transform: scale(.9); opacity: 1; } to { transform: scale(1.7); opacity: 0; } }
.w3-eu { position: absolute; left: 50%; top: 50%; z-index: 3; pointer-events: none; font: 900 22px/1 var(--disp); color: var(--g); text-shadow: 0 0 12px rgba(74, 222, 128, .9); }
.w3-av img { position: relative; width: 96px; height: 96px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 3px #120503, 0 0 0 5px rgba(255, 130, 60, .95), 0 0 26px 4px rgba(255, 90, 20, .75), 0 0 60px rgba(255, 90, 20, .45); }
.w3-av i { position: absolute; inset: -13px; border-radius: 50%; border: 1.5px dashed rgba(255, 150, 90, .45); animation: spin 26s linear infinite; animation-play-state: var(--pp); }
.w3-av i + i { inset: -22px; border-style: solid; border-color: transparent; border-top-color: rgba(255, 138, 74, .9); animation-duration: 6s; filter: drop-shadow(0 0 5px #ff6a1f); }
.w3-amt { margin-top: 34px; font: 800 clamp(38px, 3.8vw, 52px)/1 var(--disp); font-stretch: 112%; letter-spacing: -.03em; font-variant-numeric: tabular-nums; white-space: nowrap;
  background: var(--lum-g); -webkit-background-clip: text; background-clip: text; color: transparent; filter: drop-shadow(0 0 16px rgba(74, 222, 128, .55)) drop-shadow(0 0 36px rgba(74, 222, 128, .25)); }
.w3-line { width: 44px; height: 2px; margin: 16px 0 12px; border-radius: 2px; background: linear-gradient(90deg, transparent, #ff8a3d, transparent); box-shadow: 0 0 10px #ff6a1f; }
.w3-per { font: 700 16px/1.2 var(--body); letter-spacing: .02em; color: var(--ink-2); }

@media (max-width: 960px) {
  .frz { padding-bottom: 110px; }
  .frz-rail { left: 11px; bottom: 110px; }
  .frz-head, .frz-pt { left: 11px; }
  .frz-pt { top: 34px; }
  .frz-step, .frz-step[data-side="r"] { grid-template-columns: minmax(0, 1fr); row-gap: 22px; padding: 18px 0 18px 38px; }
  .frz-step + .frz-step { margin-top: 26px; }
  .frz-step[data-side="r"] .frz-vis { order: 0; }
  .frz-step[data-side="r"] .frz-txt { order: 0; text-align: left; }
  .frz-step[data-side="r"] .frz-txt p { margin-left: 0; }
  .frz-vis, .frz-step[data-side="r"] .frz-vis { justify-content: flex-start; }
  .frz-txt { order: -1; }
  .frz-end { left: 11px; bottom: 110px; }
  .wins3 { grid-template-columns: minmax(0, 1fr); gap: 0; max-width: 460px; margin: 30px auto 0; padding: 0; }
  .win3 { display: grid; grid-template-columns: 84px minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 22px; align-items: center; padding: 18px 4px; text-align: left; }
  .win3 + .win3::before { left: 110px; right: 0; top: 0; bottom: auto; width: auto; height: 1px; background: linear-gradient(90deg, rgba(255, 106, 31, .6), rgba(255, 106, 31, 0)); }
  .w3-av { grid-row: 1 / 3; width: 72px; height: 72px; margin: 6px; }
  .w3-av img { width: 72px; height: 72px; }
  .w3-av i { inset: -8px; }
  .w3-av i + i { inset: -14px; }
  .w3-amt { margin: 0; font-size: 32px; align-self: end; }
  .w3-line { display: none; }
  .w3-per { margin-top: 6px; align-self: start; }
}
@media (max-width: 560px) {
  .win { padding: 13px 12px 14px; }
  .cl { height: 256px; }
  .ac { height: 262px; }
  .db-num { font-size: 32px; }
  .db-chart { height: 140px; }
  .cm-av { width: 44px; height: 44px; font-size: 17px; }
  .cl-row { grid-template-columns: 38px minmax(0, 1fr) auto; }
  .cl-row .buy { display: none; }
}

/* ==========================================================================
   TARIFS
   ========================================================================== */
.pay-toggle { position: relative; display: grid; grid-template-columns: 1fr 1fr; width: max-content; margin: 30px auto 0; padding: 5px; border-radius: 999px;
  background: rgba(20, 8, 3, .8); box-shadow: inset 0 0 0 1px rgba(255, 220, 200, .14), 0 14px 40px -20px rgba(0, 0, 0, .9); }
.pay-thumb { position: absolute; top: 5px; bottom: 5px; left: 5px; width: calc(50% - 5px); border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 150, 100, .32), rgba(255, 106, 31, .12)), #3a1504;
  box-shadow: inset 0 0 0 1px rgba(255, 170, 120, .6), inset 0 1px 0 rgba(255, 236, 222, .4), 0 0 26px -6px rgba(255, 106, 31, .8); transition: transform .55s var(--ease-io); }
.pay-toggle.is-single .pay-thumb { transform: translateX(100%); }
.pay-opt { position: relative; z-index: 1; height: 42px; padding: 0 20px; border-radius: 999px; font: 700 15.5px/1 var(--body); color: var(--ink-3); white-space: nowrap; transition: color .3s; }
.pay-opt.is-active { color: #fff; }

/* la carte de prix : désirable, hiérarchie nette — l'identité, le prix, ce qu'on reçoit, le bouton */
.plan { --lg-r: 28px; position: relative; width: min(434px, 100%); margin: 20px auto 0; padding: 36px 30px 28px;
  background:
    radial-gradient(70% 45% at 100% 0%, rgba(255, 106, 31, .2), transparent 70%),
    radial-gradient(90% 60% at 50% 120%, rgba(255, 90, 20, .2), transparent 60%),
    linear-gradient(165deg, rgba(255, 230, 214, .09), rgba(255, 255, 255, .015) 40%),
    rgba(24, 9, 4, .78); }
.plan-shine { position: absolute; left: 14%; right: 14%; top: 0; height: 1px; z-index: 2; pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 244, 236, .95), transparent); box-shadow: 0 0 14px 1px rgba(255, 170, 120, .7); }
.plan-top { display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; column-gap: 14px; }
.plan-ic { width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; color: #fff4ec;
  background: radial-gradient(circle at 30% 25%, rgba(255, 200, 170, .55), rgba(255, 106, 31, .3) 60%), #2e1204; box-shadow: inset 0 0 0 1px rgba(255, 170, 120, .65), 0 0 26px -6px rgba(255, 106, 31, .85); }
.plan-name { margin: 0; font: 800 22px/1.1 var(--disp); font-stretch: 108%; letter-spacing: -.02em; color: var(--ink); }
.plan-tag { display: block; margin-top: 4px; font: 600 14.5px/1.3 var(--body); color: var(--ink-3); }

/* le prix, façon boutique : l'ancien prix barré bien visible, le nouveau en grand, l'étiquette de réduction */
.plan-price { margin-top: 28px; }
.pp-line { display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px 14px; }
.pp-old { position: relative; font: 700 28px/1 var(--disp); font-stretch: 104%; color: #b99a86; text-decoration: none; white-space: nowrap; }
.pp-old::after { content: ""; position: absolute; left: -3px; right: -3px; top: 50%; height: 2.5px; margin-top: -1px; border-radius: 2px; background: #f3dccb; }
.pp-now { font: 800 60px/1 var(--disp); font-stretch: 104%; letter-spacing: -.02em; color: var(--ink); white-space: nowrap; font-variant-numeric: tabular-nums; text-shadow: 0 0 30px rgba(255, 106, 31, .45); }
.pp-now small { font: 700 20px/1 var(--body); letter-spacing: 0; color: var(--ink-3); text-shadow: none; }
.pp-off { align-self: center; padding: 6px 10px; border-radius: 10px; font: 800 15px/1 var(--body); color: #fff4ec; white-space: nowrap;
  background: linear-gradient(180deg, rgba(255, 130, 60, .55), rgba(230, 70, 12, .45)); box-shadow: inset 0 0 0 1px rgba(255, 180, 130, .7), 0 0 18px -4px rgba(255, 90, 20, .9); }
.pp-sub { margin: 10px 0 0; font: 600 16px/1.3 var(--body); color: var(--ink-2); }

.plan-sub { margin: 30px 0 0; font: 700 16px/1.35 var(--body); color: var(--ink); }
.plan-feats { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 15px; }
.plan-feats li { display: flex; align-items: center; gap: 12px; font: 500 15.5px/1.35 var(--body); color: var(--ink-2); }
.pf-ic { flex: none; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; color: #fff4ec;
  background: radial-gradient(circle at 30% 25%, rgba(255, 190, 150, .55), rgba(255, 106, 31, .35) 70%); box-shadow: inset 0 0 0 1px rgba(255, 170, 120, .7), 0 0 12px -2px rgba(255, 106, 31, .7); }
.pf-ic svg { stroke-width: 3; }

.plan-btn { width: 100%; margin-top: 34px; --h: 60px; font-size: 17.5px; }
/* bascule 3× ↔ unique : la carte entière pivote (JS), un reflet la balaie */
#plan { -webkit-backdrop-filter: none; backdrop-filter: none; backface-visibility: hidden; }
.plan-sweep { position: absolute; inset: 0; z-index: 3; border-radius: inherit; overflow: hidden; pointer-events: none; }
.plan-sweep::before { content: ""; position: absolute; top: -10%; bottom: -10%; left: -60%; width: 45%; opacity: 0; transform: skewX(-18deg);
  background: linear-gradient(100deg, transparent, rgba(255, 236, 222, .2) 45%, rgba(255, 255, 255, .32) 50%, rgba(255, 236, 222, .2) 55%, transparent); }
.plan.is-swap .plan-sweep::before { animation: cardSweep .6s var(--ease) forwards; }
@keyframes cardSweep { 0% { left: -60%; opacity: 1; } 100% { left: 130%; opacity: 1; } }
.plan-trust { display: flex; justify-content: center; align-items: center; gap: 8px; margin: 16px 0 0; font: 500 14px/1.3 var(--body); color: var(--ink-3); }
.plan-trust svg { color: var(--g); }
.plan-trust b { color: var(--ink-2); font-weight: 700; }
@media (max-width: 560px) {
  .pay-toggle { margin-top: 20px; }
  .pay-opt { padding: 0 14px; font-size: 14.5px; height: 40px; }
  .plan { padding: 18px 16px 14px; --lg-r: 22px; margin-top: 12px; }
  .plan-top { grid-template-columns: 42px minmax(0, 1fr); gap: 12px; }
  .plan-ic { width: 42px; height: 42px; border-radius: 13px; }
  .plan-name { font-size: 19px; font-stretch: 100%; }
  .plan-tag { font-size: 13.5px; }
  .plan-price { margin-top: 16px; }
  .pp-line { gap: 4px 10px; }
  .pp-old { font-size: 22px; }
  .pp-now { font-size: 46px; }
  .pp-now small { font-size: 16px; }
  .pp-off { font-size: 14px; padding: 5px 8px; }
  .pp-sub { font-size: 15px; margin-top: 8px; }
  .plan-sub { margin-top: 14px; font-size: 15px; }
  .plan-feats { gap: 7px; margin-top: 9px; }
  .plan-feats li { font-size: 14px; gap: 10px; }
  .pf-ic { width: 19px; height: 19px; }
  .plan-btn { --h: 52px; font-size: 16px; margin-top: 18px; }
  .plan-trust { margin-top: 10px; font-size: 13.5px; }
}

/* ==========================================================================
   PREUVES
   ========================================================================== */
.proofs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: clamp(44px, 5vw, 64px); }
.proof { --lg-r: 26px; margin: 0; padding: 14px 14px 18px; display: flex; flex-direction: column; transition: transform .6s var(--ease), box-shadow .6s var(--ease); }
.proof:hover { transform: translateY(-6px); }
.proof-hd { display: flex; align-items: center; gap: 10px; padding: 4px 6px 12px; }
.proof-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--g); box-shadow: 0 0 10px var(--g); animation: dotPulse 2.4s ease-in-out infinite; animation-play-state: var(--pp); }
.proof-user { font: 800 16px/1 var(--disp); font-stretch: 108%; color: var(--ink); letter-spacing: -.01em; }
.proof-m { margin-left: auto; font: 600 13.5px/1 var(--body); color: var(--ink-3); }
.proof-img { border-radius: 16px; overflow: hidden; background: #0b0604; box-shadow: inset 0 0 0 1px rgba(255, 220, 200, .08); }
.proof-img img { width: 100%; height: auto; aspect-ratio: 501 / 424; object-fit: cover; }
.proof-ft { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 16px 6px 0; }
.proof-l { font: 700 13.5px/1 var(--body); letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); }
.proof-v { font: 800 clamp(24px, 2.4vw, 30px)/1 var(--disp); font-stretch: 110%; letter-spacing: -.02em; white-space: nowrap; font-variant-numeric: tabular-nums; }
@media (max-width: 860px) {
  /* au téléphone : on les fait glisser, une à la fois */
  .proofs { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; margin-inline: calc(var(--gut) * -1); padding: 6px var(--gut) 18px; scrollbar-width: none; }
  .proofs::-webkit-scrollbar { display: none; }
  .proof { flex: 0 0 min(84%, 360px); scroll-snap-align: center; }
  .proof:hover { transform: none; }
}

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq { margin-top: clamp(36px, 4.5vw, 54px); display: flex; flex-direction: column; gap: 10px; }
.qa { border-radius: 20px; background: rgba(255, 255, 255, .03); box-shadow: inset 0 0 0 1px rgba(255, 220, 200, .09), inset 0 1px 0 rgba(255, 255, 255, .04); transition: background .4s, box-shadow .4s; }
.qa[open] { background: linear-gradient(160deg, rgba(255, 220, 196, .07), rgba(255, 255, 255, .015)), rgba(255, 106, 31, .06); box-shadow: inset 0 0 0 1px rgba(255, 150, 100, .38), inset 0 1px 0 rgba(255, 255, 255, .1), 0 24px 60px -30px rgba(255, 106, 31, .55); }
.qa summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 22px; cursor: pointer; list-style: none; -webkit-tap-highlight-color: transparent; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary span { font: 700 17.5px/1.4 var(--body); color: var(--ink); }
.qa summary i { position: relative; flex: none; width: 36px; height: 36px; border-radius: 50%; background: rgba(255, 255, 255, .05); box-shadow: inset 0 0 0 1px rgba(255, 220, 200, .16); transition: transform .5s var(--spring), background .3s, box-shadow .3s; }
.qa summary i::before, .qa summary i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 13px; height: 2px; margin: -1px 0 0 -6.5px; border-radius: 2px; background: #fff4ec; }
.qa summary i::after { transform: rotate(90deg); }
.qa[open] summary i { transform: rotate(135deg); background: rgba(255, 106, 31, .3); box-shadow: inset 0 0 0 1px rgba(255, 170, 120, .7), 0 0 18px -4px #ff6a1f; }
.qa-a { overflow: hidden; }
.qa-a > div { padding: 0 22px 22px; }
.qa-lead { margin: 0; font: 600 17px/1.55 var(--body); color: var(--ink); }
.qa-a ul { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 9px; }
.qa-a li { position: relative; padding-left: 22px; font: 400 16.5px/1.55 var(--body); color: var(--ink-2); }
.qa-a li::before { content: ""; position: absolute; left: 3px; top: .62em; width: 7px; height: 7px; border-radius: 50%; background: #ffb27a; box-shadow: 0 0 8px #ff6a1f; }
.qa-after { margin: 14px 0 0; font: 600 16.5px/1.5 var(--body); color: var(--o-3); }

/* ==========================================================================
   DERNIER APPEL — la pièce 3D, puis le mot géant qui se pose sur le sol
   ========================================================================== */
.final { margin-top: clamp(50px, 7vw, 90px); padding: 0 0 0; text-align: center; overflow: hidden; }
.final { padding-top: clamp(80px, 9vw, 130px); }

/* la carte de fin : verre, liseré qui tourne, anneaux qui respirent, € en filigrane */
.apply { --lg-r: 34px; position: relative; overflow: hidden; padding: clamp(56px, 7vw, 92px) clamp(20px, 5vw, 72px);
  background:
    radial-gradient(80% 70% at 50% 0%, rgba(255, 90, 20, .42), transparent 62%),
    radial-gradient(70% 60% at 50% 100%, rgba(200, 50, 8, .55), transparent 70%),
    linear-gradient(180deg, #1a0703, #0c0402); }
.ap-ring { position: absolute; left: 50%; top: 50%; border-radius: 50%; pointer-events: none; transform: translate(-50%, -50%); }
.ap-ring { border: 1px solid rgba(255, 106, 31, .3); }
.ap-ring.r1 { width: 600px; height: 600px; box-shadow: 0 0 40px -10px rgba(255, 106, 31, .5) inset; }
.ap-ring.r2 { width: 900px; height: 900px; border-color: rgba(255, 106, 31, .18); }
.ap-ring.r3 { width: 1200px; height: 1200px; border-color: rgba(255, 106, 31, .1); }
.ap-eu { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -52%); pointer-events: none; font: 900 min(560px, 90vw)/1 var(--disp); color: transparent; -webkit-text-stroke: 1.5px rgba(255, 106, 31, .12); }
.ap-in { position: relative; z-index: 2; }
.apply .promo { margin-bottom: 18px; }
.apply .h2-xl { font-size: clamp(36px, 6vw, 84px); }
.apply .lead { max-width: 640px; color: var(--ink-2); }
/* sur ordinateur le paragraphe tient en 3 lignes */
@media (min-width: 1000px) { .apply .lead { max-width: 860px; font-size: 18.5px; line-height: 1.6; text-wrap: balance; } }
.apply .final-cta { margin-top: 30px; }

.h2-xl { font-size: clamp(38px, 6.6vw, 94px); line-height: 1.02; letter-spacing: -.045em; }
.final .lead { max-width: 720px; }
.final-cta { display: flex; flex-direction: column; align-items: center; gap: 16px; margin-top: 36px; }
.promo { display: inline-flex; align-items: center; gap: 10px; font: 700 15px/1 var(--body); color: var(--ink-2); }
.promo i { width: 8px; height: 8px; border-radius: 50%; background: #ff8a4a; box-shadow: 0 0 0 0 rgba(255, 106, 31, .7); animation: promo 1.8s ease-out infinite; animation-play-state: var(--pp); }
@keyframes promo { to { box-shadow: 0 0 0 10px rgba(255, 106, 31, 0); } }
.mega { position: relative; z-index: 1; display: flex; justify-content: center; align-items: flex-end; margin-top: clamp(60px, 8vw, 110px); line-height: .78; overflow: hidden; }
.mega span { display: block; flex: none; font: 900 clamp(64px, 17.5vw, 270px)/.8 var(--disp); font-stretch: 125%; letter-spacing: -.04em; white-space: nowrap;
  color: transparent; -webkit-text-fill-color: transparent; -webkit-text-stroke: 2px #ff6a1f; filter: drop-shadow(0 0 5px rgba(255, 106, 31, .55));
  /* l'espacement négatif laisse un vide après la dernière lettre : on recentre l'encre */
  transform: translate(-.02em, 8%); }
/* là où le navigateur sait rogner la boîte du texte à la hauteur des capitales et à la ligne de base,
   le bas des lettres tombe EXACTEMENT sur l'arête du sol */
@supports (text-box: trim-both cap alphabetic) {
  .mega span { line-height: 1; text-box: trim-both cap alphabetic; transform: translateX(-.02em); padding-bottom: 1px;
    /* le rognage s'arrête à la hauteur des capitales : on rend de la place au contour, aux lettres rondes qui dépassent et à la lueur */
    padding-top: calc(.05em + 8px); }
}
@media (max-width: 760px) {
  .final-cta .btn { width: 100%; }
  .h2-xl { font-stretch: 100%; }
  .mega span { font-stretch: 112%; -webkit-text-stroke-width: 1.1px; filter: drop-shadow(0 0 3px rgba(255, 106, 31, .5)); }
}

/* « pseudo » s'écrit lettre par lettre, comme un nom qu'on tape */
[data-type].is-typing::after { content: ""; display: inline-block; width: .07em; min-width: 3px; height: .82em; margin-left: .04em; vertical-align: -.05em; border-radius: 2px; background: #ffb27a; box-shadow: 0 0 10px #ff6a1f; animation: blink 1s steps(1) infinite; -webkit-text-fill-color: initial; }

/* ==========================================================================
   TÉLÉPHONE — retours du 10e tour (l'ordinateur ne change pas)
   ========================================================================== */
.pcar { display: none; }
.lb { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 70px 16px 90px; background: rgba(6, 3, 2, .88); opacity: 0; visibility: hidden; transition: opacity .3s, visibility 0s .3s; }
.lb.is-open { opacity: 1; visibility: visible; transition: opacity .3s; }
.lb figure { margin: 0; display: flex; flex-direction: column; align-items: center; gap: 14px; max-width: min(900px, 100%); }
.lb img { max-width: 100%; max-height: calc(100svh - 190px); width: auto; height: auto; border-radius: 18px; box-shadow: 0 0 0 1px rgba(255, 220, 200, .14); }
.lb figcaption { display: flex; align-items: baseline; gap: 14px; font: 800 18px/1 var(--disp); color: var(--ink); }
.lb figcaption b { font-weight: 800; background: var(--lum-g); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lb-x, .lb-nav { position: absolute; width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: rgba(255, 255, 255, .08); box-shadow: inset 0 0 0 1px rgba(255, 220, 200, .22); }
.lb-x { top: 16px; right: 16px; }
.lb-nav { bottom: 22px; }
.lb-nav.prev { left: calc(50% - 60px); }
.lb-nav.next { right: calc(50% - 60px); }
.lb-nav.prev svg { transform: scaleX(-1); }

@media (max-width: 760px) {
  /* 2. sous-titre du héros plus petit */
  .hero-sub { font-size: 16px; line-height: 1.5; }
}
@media (max-width: 960px) {
  /* 3. titres des 3 étapes sur une ligne */
  .ctxt .h3 { white-space: nowrap; font-size: clamp(19px, 5.4vw, 24px); letter-spacing: -.03em; }
  .ctxt .h3 br { display: none; }
}
@media (max-width: 860px) {
  /* 5. « Ton pseudo… » : le carrousel sans fin remplace les 3 cartes */
  .proofs { display: none; }
  .pcar { display: block; position: relative; margin: 34px calc(var(--gut) * -1) 0; padding: 6px 0 16px; overflow: hidden; touch-action: pan-y; user-select: none; -webkit-user-select: none; }
  .pcar:focus-visible { outline: 2px solid var(--o-3); outline-offset: -2px; }
  .pcar-track { position: relative; }
  .pc { position: absolute; left: 0; top: 0; width: min(72vw, 300px); display: flex; flex-direction: column; padding: 10px 10px 12px; border-radius: 22px; text-align: left; cursor: pointer;
    background: linear-gradient(160deg, rgba(255, 230, 214, .09), rgba(255, 255, 255, .015) 40%), rgba(30, 10, 4, .95);
    box-shadow: inset 0 0 0 1px rgba(255, 170, 120, .28), inset 0 1px 0 rgba(255, 220, 196, .22); -webkit-tap-highlight-color: transparent; }
  .pc img { pointer-events: none; -webkit-user-drag: none; }
  .pc-hd { display: flex; align-items: center; gap: 8px; padding: 3px 4px 9px; min-width: 0; }
  .pc-dot { flex: none; width: 8px; height: 8px; border-radius: 50%; background: var(--g); box-shadow: 0 0 8px var(--g); }
  .pc-user { font: 800 14.5px/1.1 var(--disp); color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .pc-img { display: block; aspect-ratio: 1; border-radius: 14px; overflow: hidden; background: #0b0604; }
  .pc-img img { width: 100%; height: 100%; object-fit: cover; }
  .pc-ft { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; padding: 11px 4px 0; min-height: 30px; }
  .pc-l { font: 700 13px/1 var(--body); letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); }
  .pc-v { font: 800 18px/1 var(--disp); white-space: nowrap; background: var(--lum-g); -webkit-background-clip: text; background-clip: text; color: transparent; }
}
@media (max-width: 560px) {
  /* 4. carte de prix : haute, remplit l'écran sous le menu (sélecteur compris), l'air se répartit */
  .plan { display: flex; flex-direction: column; gap: 12px; min-height: min(calc(100svh - 184px), 700px); padding: 24px 18px 18px; }
  .plan > .plan-price, .plan > .plan-sub, .plan > .plan-btn { margin-top: auto; }
  .plan-price { padding-top: 6px; }
  .pp-now { font-size: 52px; }
  .pp-old { font-size: 24px; }
  .plan-feats { margin-top: 0; gap: clamp(7px, 1.4svh, 13px); }
  .plan-feats li { font-size: 15px; }
  .plan-sub { font-size: 15.5px; }
  .plan-btn { --h: 56px; }
  .plan-trust { margin-top: 0; }
}
@media (max-width: 760px) {
  /* 6. carte finale : paragraphe plus compact, anneaux dans la carte (coins nets) */
  .apply { margin-inline: -8px; padding: 44px 12px 40px; --lg-r: 28px; }
  .apply .lead { max-width: none; font-size: 14px; line-height: 1.55; text-wrap: pretty; }
  .ap-ring.r1 { width: 300px; height: 300px; }
  .ap-ring.r2 { width: 460px; height: 460px; }
  .ap-ring.r3 { display: none; }
  .ap-eu { font-size: min(380px, 90vw); }
}

/* ==========================================================================
   iPhone — MÉMOIRE (Safari ferme l'onglet quand elle déborde : « le site crashe »,
   « la page se recharge toute seule »). Au doigt, on retire ce qui coûte cher
   sans rien apporter de visible : reflets de cartes 3D, liserés qui tournent en
   continu (repeints à chaque image), halos animés plein écran, flous.
   ========================================================================== */
@media (hover: none) and (pointer: coarse) {
  .rcard { -webkit-box-reflect: none; box-shadow: inset 0 0 0 1px rgba(255, 200, 170, .16); }
  .ring { will-change: auto; }
  .lg-live::before, .btn-live::before, .ap-wave { animation: none !important; }
  .ambient i { animation: none; }
  .mega span, .mega-foot span { filter: none; }
  .ring-floor { filter: none; }
  .frz-on { will-change: auto; }
}

/* ==========================================================================
   TÉLÉPHONE — haut de page plus aéré, vidéo plus large ; les chiffres
   arrivent après un petit défilement
   ========================================================================== */
@media (max-width: 760px) {
  .hero { padding-top: clamp(116px, 15svh, 150px); }
  .hero-sub { margin-top: 22px; }
  .vsl-zone { width: calc(100% + 8px); margin: 34px -4px 0; }
  .hero-cta { margin-top: 30px; gap: 12px; }
  .hero-stats { margin-top: clamp(64px, 14svh, 150px); }
}

/* ==========================================================================
   ORDINATEUR — les preuves 3 par 3 avec des flèches (le téléphone garde son carrousel)
   ========================================================================== */
.pslide { display: grid; grid-template-columns: 56px minmax(0, 1fr) 56px; align-items: center; gap: 18px; margin-top: clamp(44px, 5vw, 64px); }
/* la fenêtre ne coupe qu'à gauche et à droite (pendant le glissement), loin des cartes :
   en haut et en bas, les lueurs débordent librement (plus d'arête nette) */
.pslide-vue { position: relative; overflow-x: clip; overflow-y: visible; margin: -24px -60px; padding: 24px 60px; pointer-events: none; }
.pslide-vue .proofs { pointer-events: auto; }
.pslide-fl { position: relative; z-index: 2; }
.pslide .proofs { margin-top: 0; }
.pslide .proof { cursor: zoom-in; }
.pslide .proof-img { aspect-ratio: 1; background: #0b0604; }
.pslide .proof-img img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: contain; }
.pslide-fl { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; color: #fff4ec;
  background: linear-gradient(180deg, rgba(255, 170, 110, .45), rgba(255, 106, 31, .3) 50%, rgba(240, 80, 14, .55)), #4a1603;
  box-shadow: inset 0 0 0 1px rgba(255, 190, 140, .75), inset 0 1px 0 rgba(255, 240, 230, .6), 0 10px 30px -8px rgba(255, 106, 31, .85);
  transition: transform .35s var(--spring), box-shadow .3s; }
.pslide-fl:hover { transform: scale(1.08); box-shadow: inset 0 0 0 1px rgba(255, 210, 170, .9), inset 0 1px 0 rgba(255, 240, 230, .7), 0 14px 40px -8px rgba(255, 106, 31, 1); }
.pslide-fl.prev svg { transform: scaleX(-1); }
.pslide-fl:focus-visible { outline: 2px solid #fff4ec; outline-offset: 4px; }
@media (max-width: 860px) { .pslide { display: none; } }
