:root{
  --bg:#070707;--bg2:#0b0b0b;--panel:#111112;--panel2:#161414;--line:#2a2525;
  --text:#f6f0e7;--muted:#b9b0a8;--red:#c62128;--red2:#8d171d;--red-soft:#2c1012;
  --gold:#c99d45;--gold2:#9e762e;--cream:#f2e8d8;--white:#fff;
  --shadow:0 30px 80px rgba(0,0,0,.45);--radius:24px;--container:1180px;
  --head:"Oswald","Arial Narrow",Impact,sans-serif;--body:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--body);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased;padding-bottom:84px}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(calc(100% - 36px),var(--container));margin-inline:auto}.narrow{width:min(calc(100% - 36px),820px);margin-inline:auto}.center{text-align:center}.red{color:#ef3b42}.gold{color:var(--gold)}.muted{color:var(--muted)}

.urgency-strip{position:relative;z-index:50;background:linear-gradient(90deg,#731015,#b71920 46%,#731015);color:#fff;border-bottom:1px solid rgba(255,255,255,.1);font-size:14px}.urgency-strip .container{min-height:38px;display:flex;justify-content:center;align-items:center;gap:14px;text-align:center;flex-wrap:wrap}.urgency-strip strong{text-transform:uppercase;letter-spacing:.13em}.urgency-strip b{color:#ffe0a2;font-size:16px}.urgency-strip s{opacity:.75}
.topbar{position:sticky;top:0;z-index:45;background:rgba(5,5,5,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.07)}.topbar-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand-logo{display:flex;align-items:center;gap:12px;min-width:0}.brand-logo img{width:58px;height:58px;border-radius:50%;box-shadow:0 0 0 1px rgba(201,157,69,.35),0 8px 28px rgba(0,0,0,.4)}.brand-logo span{display:flex;flex-direction:column;line-height:1.15}.brand-logo strong{font-family:Georgia,serif;color:var(--cream);font-size:21px;font-weight:700}.brand-logo small{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-top:5px}

.btn{appearance:none;border:0;background:linear-gradient(180deg,#e02c34,#b6141b);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:13px;padding:15px 22px;font-weight:900;font-family:var(--body);line-height:1.1;cursor:pointer;box-shadow:0 12px 28px rgba(198,33,40,.24),inset 0 1px rgba(255,255,255,.2);transition:.18s transform,.18s filter,.18s box-shadow;text-align:center}.btn:hover{transform:translateY(-2px);filter:brightness(1.06);box-shadow:0 16px 36px rgba(198,33,40,.34),inset 0 1px rgba(255,255,255,.2)}.btn:active{transform:translateY(0)}.btn.xl{padding:18px 26px;font-size:16px;min-height:58px}.btn.mega{padding:20px 34px;font-size:18px;min-height:64px}.btn.compact{padding:12px 18px;font-size:14px}.btn.secondary{background:#151515;border:1px solid #333;box-shadow:none}.btn[aria-disabled=true]{opacity:.52;pointer-events:none}

.hero{position:relative;overflow:hidden}.sales-hero{min-height:720px;padding:78px 0 72px;background:radial-gradient(circle at 80% 25%,rgba(198,33,40,.15),transparent 32%),radial-gradient(circle at 18% 35%,rgba(201,157,69,.08),transparent 29%),linear-gradient(180deg,#050505 0%,#0a0909 70%,#0d0c0c 100%)}.sales-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.015) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.015) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,black,transparent 82%)}.sales-hero:after{content:"";position:absolute;left:-8%;right:-8%;height:160px;bottom:-105px;background:var(--panel);border-radius:50% 50% 0 0/100% 100% 0 0;opacity:.96}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.02fr .98fr;gap:60px;align-items:center}.eyebrow{color:var(--gold);font-size:12px;font-weight:900;letter-spacing:.19em;text-transform:uppercase;margin-bottom:14px}.display{font-family:var(--head);font-weight:900;font-size:clamp(40px,5.2vw,68px);line-height:1.02;letter-spacing:-.02em;text-transform:uppercase;margin:0 0 22px;max-width:780px;word-break:break-word}.headline{font-family:var(--head);font-size:clamp(30px,3.6vw,50px);line-height:1.06;text-transform:uppercase;letter-spacing:-.015em;margin:0 0 20px;word-break:break-word}.lead{font-size:19px;color:#d8d0c8;line-height:1.62;margin:0 0 20px}.hero-copy .lead{max-width:680px}.hero-checks{list-style:none;margin:26px 0 28px;padding:0;display:grid;gap:10px}.hero-checks li{position:relative;padding-left:29px;color:#e7dfd5}.hero-checks li:before{content:"✓";position:absolute;left:0;top:0;color:var(--gold);font-weight:1000}.price-stack{border-left:3px solid var(--red);padding:7px 0 7px 18px;margin:26px 0}.price-kicker{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.16em;color:#ff777d}.price-row{display:flex;align-items:baseline;gap:14px}.price-row .old,.final-price .old{color:#817a75;text-decoration:line-through;font-weight:700;font-size:22px}.price-row .now,.final-price .now{font-family:var(--head);font-size:48px;color:#fff;font-weight:900}.price-note{font-size:12px;color:#8f8984}.hero-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.trustline{display:flex;gap:16px;flex-wrap:wrap;color:#8f8984;font-size:12px;margin-top:17px}.hero-visual{position:relative;min-height:610px}.book-stage{position:absolute;inset:0}.book{position:absolute;width:44%;filter:drop-shadow(0 28px 30px rgba(0,0,0,.56));transition:.25s transform}.book img{width:100%;border-radius:4px}.book.b1{left:8%;bottom:8%;transform:rotate(-6deg);z-index:4}.book.b2{left:33%;bottom:9%;transform:rotate(4deg);z-index:3}.book.b3{right:1%;bottom:13%;transform:rotate(7deg);z-index:2}.book.b4{left:28%;top:0;transform:rotate(-1deg) scale(.92);z-index:1;opacity:.96}.hero-visual:hover .b1{transform:rotate(-4deg) translateY(-4px)}.hero-visual:hover .b2{transform:rotate(2deg) translateY(-7px)}.hero-value-badge{position:absolute;right:0;top:12%;z-index:6;background:rgba(10,10,10,.94);border:1px solid rgba(201,157,69,.35);border-radius:18px;padding:16px 18px;box-shadow:var(--shadow);display:flex;flex-direction:column;min-width:170px}.hero-value-badge span{font-size:9px;letter-spacing:.16em;color:var(--gold);font-weight:900}.hero-value-badge s{font-size:15px;color:#8f8984}.hero-value-badge strong{font-family:var(--head);font-size:34px;color:#fff;line-height:1.05}

.section{position:relative;padding:96px 0}.section-tight{position:relative;padding:42px 0}.section-panel{background:var(--panel)}.section-dark{background:#080808}.section-glow:before{content:"";position:absolute;width:620px;height:620px;border-radius:50%;background:rgba(198,33,40,.09);filter:blur(90px);right:-250px;top:-220px;pointer-events:none}.story{position:relative;z-index:2}.story p{color:#cdc5be;font-size:19px;line-height:1.8}.story strong{color:#fff}.beat{font-family:var(--head);text-transform:uppercase;font-size:clamp(24px,3vw,38px);line-height:1.1;color:#fff;padding:24px 0;word-break:break-word}.cycle-flow{display:flex;gap:9px;align-items:center;flex-wrap:wrap;margin:32px 0}.cycle-flow span{background:#131313;border:1px solid #332323;border-radius:99px;padding:9px 13px;font-size:13px;font-weight:800;color:#eee}.cycle-flow i{font-style:normal;color:var(--red);font-weight:900}.split-copy{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}.pain-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.pain-card{background:linear-gradient(145deg,#171414,#101010);border:1px solid #2d2323;border-radius:18px;padding:22px;min-height:150px}.pain-card strong{display:block;font-family:var(--head);font-size:25px;text-transform:uppercase;margin-bottom:8px}.pain-card span{display:block;color:#aaa29d;font-size:14px;line-height:1.55}.cta-band{background:linear-gradient(90deg,#671015,#a4161c 50%,#671015);border-block:1px solid rgba(255,255,255,.07);padding:28px 0}.cta-band .container{display:flex;align-items:center;justify-content:space-between;gap:28px}.cta-band span{display:block;font-size:13px;text-transform:uppercase;letter-spacing:.13em;color:#f6c4c6;font-weight:900}.cta-band strong{display:block;font-family:var(--head);font-size:29px;text-transform:uppercase;line-height:1.1;margin-top:4px}.spirit-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:center}.spirit-cards{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:26px}.spirit-card{border:1px solid #302924;background:#11100f;border-radius:16px;padding:19px}.spirit-card strong{display:block;color:var(--gold);font-family:var(--head);text-transform:uppercase;font-size:21px;margin-bottom:4px}.spirit-card span{display:block;color:#aaa39b;font-size:13px;line-height:1.5}

.media-slot{position:relative;width:100%;overflow:hidden;border-radius:22px;background:#0c0c0c;border:1px solid #262020;box-shadow:var(--shadow)}.media-slot:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);pointer-events:none}.media-slot img{width:100%;height:auto;aspect-ratio:1672/941;object-fit:cover}.media-slot.square img{aspect-ratio:1/1}.premium-slot{transform:translateY(-8px)}

.section-intro{max-width:820px;margin:auto}.book-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:44px}.book-card{overflow:hidden;border-radius:20px;border:1px solid #2d2523;background:linear-gradient(180deg,#151313,#0d0d0d);box-shadow:0 18px 50px rgba(0,0,0,.3)}.book-card>img{width:100%;aspect-ratio:2/3;object-fit:cover}.book-card-body{padding:19px}.step-num{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-weight:900}.book-card h3{font-family:var(--head);font-size:25px;text-transform:uppercase;line-height:1.05;margin:9px 0 12px}.book-card p{font-size:14px;color:#aaa29b;line-height:1.55;margin:0 0 16px}.book-value{border-top:1px solid #2e2623;padding-top:13px;color:#8d8580;font-size:12px}.book-value b{color:#e1c58a;font-size:14px}

.transform-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:54px;align-items:center}.clean-list{list-style:none;margin:0;padding:0;display:grid;gap:11px}.clean-list li{position:relative;padding-left:28px;color:#c8c0b9}.clean-list li:before{content:"✓";position:absolute;left:0;color:var(--gold);font-weight:900}.strong-list{margin-top:27px}.strong-list li{font-size:17px}.transformation-card{background:radial-gradient(circle at top right,rgba(198,33,40,.25),transparent 42%),linear-gradient(145deg,#1a1515,#0e0e0e);border:1px solid #3d2727;border-radius:28px;padding:38px;box-shadow:var(--shadow)}.transformation-card>span{font-size:10px;letter-spacing:.2em;color:var(--gold);font-weight:900}.transformation-card h3{font-family:var(--head);text-transform:uppercase;font-size:clamp(28px,3.6vw,38px);line-height:1.08;margin:14px 0 18px;word-break:break-word}.transformation-card p{color:#aaa19b}.fit-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.fit-card{background:#121212;border:1px solid #2c2622;border-radius:22px;padding:32px}.fit-card.no{background:linear-gradient(145deg,#181111,#101010);border-color:#3d2426}.fit-card h3{font-family:var(--head);font-size:35px;text-transform:uppercase;margin:0 0 24px}.quote-box{margin-top:24px;border-left:3px solid var(--red);padding:16px 18px;background:#0d0d0d;font-weight:800}

.offer-section{background:radial-gradient(circle at 50% 0,rgba(198,33,40,.18),transparent 37%),#090909}.offer-box{max-width:900px;margin:auto;background:linear-gradient(150deg,#171414,#0c0c0c);border:1px solid #4a2e28;border-radius:30px;padding:48px;box-shadow:0 40px 100px rgba(0,0,0,.55);text-align:center;position:relative;overflow:hidden}.offer-box:before{content:"";position:absolute;top:0;left:12%;right:12%;height:2px;background:linear-gradient(90deg,transparent,var(--gold),var(--red),var(--gold),transparent)}.value-breakdown{max-width:660px;margin:32px auto 26px;border:1px solid #302826;border-radius:18px;overflow:hidden;text-align:left}.value-breakdown div{display:flex;justify-content:space-between;gap:20px;padding:14px 17px;border-bottom:1px solid #292322;color:#c9c0b8}.value-breakdown div:last-child{border-bottom:0}.value-breakdown b{color:var(--gold);white-space:nowrap}.offer-total{margin:28px auto 30px;display:flex;flex-direction:column;align-items:center}.offer-total>span{color:#8e8782;font-size:12px;text-transform:uppercase;letter-spacing:.12em}.offer-total s{font-size:25px;color:#817a75}.offer-total strong{font-family:var(--head);font-size:clamp(40px,6vw,60px);line-height:1;color:#fff}.offer-total small{color:#8e8782}.secure-row{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;font-size:11px;color:#8d8580;margin-top:18px}.secure-row span:before{content:"✓ ";color:var(--gold)}.config-warning{margin:20px 0 0;color:#ffc7c7;background:#351113;border:1px solid #6b2428;border-radius:12px;padding:13px;font-size:13px}

.faq-section{padding-bottom:120px}.faq-list{display:grid;gap:10px;margin-top:34px}.faq-list details{border:1px solid #2b2724;background:#151414;border-radius:16px;overflow:hidden}.faq-list summary{cursor:pointer;list-style:none;padding:20px 54px 20px 20px;font-weight:900;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";position:absolute;right:20px;top:13px;color:var(--gold);font-size:30px;font-weight:400}.faq-list details[open] summary:after{content:"–"}.faq-list p{margin:0;padding:0 20px 22px;color:#aaa39d;line-height:1.65}

.final-cta{text-align:center;padding:100px 0 120px;background:radial-gradient(circle at 50% 0,rgba(198,33,40,.18),transparent 34%),linear-gradient(180deg,#080808,#050505)}.final-cta .container{max-width:870px}.final-logo{width:104px;height:104px;border-radius:50%;margin:0 auto 18px;box-shadow:0 0 0 1px rgba(201,157,69,.4),0 20px 50px rgba(0,0,0,.5)}.final-price{display:flex;justify-content:center;align-items:baseline;gap:15px;margin:24px 0}.footer{background:#050505;border-top:1px solid #211d1a;padding:28px 0;color:#766f6a;font-size:12px}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer-brand{display:flex;align-items:center;gap:10px}.footer-brand img{width:38px;height:38px;border-radius:50%}.footer-brand span{display:flex;flex-direction:column}.footer-brand b{color:#c8bba8}.footer-brand small{font-size:9px;letter-spacing:.1em}.footer-links{display:flex;gap:16px}.footer a:hover{color:#d6c6b1}

.sticky-buy{position:fixed;z-index:60;left:50%;bottom:14px;transform:translateX(-50%);width:min(calc(100% - 24px),720px);display:flex;align-items:center;justify-content:space-between;gap:16px;background:rgba(12,12,12,.94);border:1px solid #382a26;border-radius:18px;padding:10px 11px 10px 17px;box-shadow:0 18px 60px rgba(0,0,0,.65);backdrop-filter:blur(14px)}.s-label{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#8c837c}.s-price{font-family:var(--head);font-size:25px;line-height:1;color:#fff}.s-price s{font-family:var(--body);font-size:12px;color:#7c746f;margin-left:5px}.sticky-buy .btn{padding:14px 22px}.checkout-loading{display:none;position:fixed;z-index:100;inset:0;background:rgba(0,0,0,.78);backdrop-filter:blur(8px);align-items:center;justify-content:center;padding:20px}.checkout-loading.open{display:flex}.checkout-loading-card{width:min(100%,360px);background:#111;border:1px solid #332827;border-radius:22px;padding:30px;text-align:center;box-shadow:var(--shadow);display:flex;flex-direction:column;align-items:center;gap:9px}.checkout-loading-card span{font-size:12px;color:#8c8580}.spinner{width:35px;height:35px;border-radius:50%;border:3px solid #39272a;border-top-color:var(--red);animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}

.return-page{min-height:100vh;display:grid;place-items:center;padding:30px;background:radial-gradient(circle at center top,rgba(198,33,40,.16),transparent 38%),#070707}.return-card{width:min(100%,640px);background:#111;border:1px solid #322828;border-radius:26px;padding:42px;text-align:center;box-shadow:var(--shadow)}.return-card h1{font-family:var(--head);font-size:46px;text-transform:uppercase;line-height:1.02}.return-card p{color:#aaa39e}.status-icon{width:74px;height:74px;border-radius:50%;display:grid;place-items:center;margin:12px auto 18px;background:#191414;border:1px solid #4a292d;color:var(--gold);font-size:36px;font-weight:900}.form-error{color:#ffd3d3;background:#321315;border:1px solid #6b272c;padding:14px;border-radius:12px}

@media(max-width:980px){
  .hero-grid,.split-copy,.spirit-grid,.transform-grid{grid-template-columns:1fr}
  .sales-hero{padding-top:56px}
  .hero-visual{min-height:540px;max-width:620px;width:100%;margin:0 auto}
  .book-cards{grid-template-columns:1fr 1fr}
  .fit-grid{grid-template-columns:1fr}
  .cta-band .container{flex-direction:column;text-align:center}
  .display{font-size:clamp(38px,8vw,56px)}
  .headline{font-size:clamp(28px,6vw,40px)}
  .hero-copy{text-align:center}
  .hero-copy .lead{margin-inline:auto}
  .hero-checks{text-align:left;max-width:680px;margin-inline:auto}
  .price-stack{display:inline-block;text-align:left}
  .hero-actions,.trustline{justify-content:center}
  .spirit-grid .media-slot.square{max-width:650px;margin:auto}
}
@media(max-width:680px){
  body{font-size:15px;padding-bottom:86px}
  .container,.narrow{width:min(calc(100% - 20px),var(--container))}
  .urgency-strip .container{gap:4px;padding:8px 0;line-height:1.2}
  .topbar-inner{height:auto;min-height:64px;padding:10px 0;gap:10px}
  .brand-logo{min-width:0;flex:1 1 auto}
  .brand-logo img{width:42px;height:42px}
  .brand-logo strong{font-size:15px}
  .brand-logo small{font-size:8px}
  .topbar .btn.compact{font-size:11px;padding:10px 12px;max-width:none;white-space:nowrap}
  .sales-hero{min-height:0;padding:38px 0 64px}
  .display{font-size:clamp(30px,9vw,42px);line-height:1.02;margin-bottom:16px}
  .headline{font-size:clamp(24px,7.5vw,32px);line-height:1.08;margin-bottom:16px}
  .lead{font-size:16px;line-height:1.55}
  .hero-grid{gap:16px}
  .hero-visual{min-height:360px}
  .hero-value-badge{top:2%;right:0;min-width:128px;padding:10px 11px}
  .hero-value-badge strong{font-size:24px}
  .price-row .now{font-size:36px}
  .price-row .old{font-size:18px}
  .btn.xl,.btn.mega{width:100%;font-size:14px;min-height:54px}
  .trustline{gap:8px}
  .section{padding:58px 0}
  .section-tight{padding:24px 0}
  .story p{font-size:16px}
  .beat{font-size:28px;padding:16px 0}
  .cycle-flow{gap:6px}
  .cycle-flow span{font-size:11px;padding:7px 9px}
  .pain-grid,.spirit-cards,.book-cards{grid-template-columns:1fr}
  .book-cards{gap:16px}
  .book-card{display:grid;grid-template-columns:34% 66%;align-items:stretch}
  .book-card>img{height:100%;aspect-ratio:auto}
  .book-card-body{padding:14px}
  .book-card h3{font-size:18px;line-height:1.08}
  .book-card p{font-size:13px}
  .transformation-card{padding:22px}
  .transformation-card h3{font-size:28px;line-height:1.08}
  .fit-card{padding:22px}
  .fit-card h3{font-size:26px;line-height:1.08}
  .offer-box{padding:26px 16px;border-radius:22px}
  .value-breakdown div{font-size:12px;padding:12px 14px}
  .offer-total strong{font-size:46px}
  .sticky-buy{bottom:8px;border-radius:14px;padding:10px 10px 10px 12px;gap:10px}
  .sticky-buy .s-label{display:none}
  .s-price{font-size:20px}
  .sticky-buy .btn{font-size:11px;padding:12px 14px}
  .final-cta{padding:64px 0 104px}
  .footer-inner{justify-content:center;text-align:center}
  .footer-brand{width:100%;justify-content:center}
  .faq-list summary{padding:16px 46px 16px 16px;font-size:15px}
  .faq-list p{padding:0 16px 18px;font-size:14px}
  .return-card{padding:26px 18px}
  .return-card h1{font-size:30px}
}
@media(max-width:420px){
  .topbar .btn.compact{font-size:10px;padding:9px 11px;max-width:132px}
  .brand-logo small{display:none}
  .display{font-size:clamp(26px,10vw,36px)}
  .headline{font-size:clamp(21px,7vw,28px)}
  .hero-visual{min-height:320px}
  .book{width:46%}
  .hero-value-badge{font-size:10px}
  .book-card{grid-template-columns:38% 62%}
  .book-card p{font-size:12px}
  .book-value{font-size:10px}
  .book-card h3{font-size:17px}
  .transformation-card h3{font-size:24px}
  .beat{font-size:24px}
  .offer-total strong{font-size:40px}
  .sticky-buy{flex-direction:column;align-items:stretch}
  .sticky-buy .btn{width:100%}
}

/* =========================================================
   V2.2 — RESPONSIVE MOBILE HARDENING
   Corrige les débordements horizontaux sur écrans étroits.
   ========================================================= */
html,body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
body{min-width:0}
main,header,footer,section,.topbar,.urgency-strip{
  width:100%;
  max-width:100%;
}
.container,.narrow{
  max-width:100%;
}
.hero-grid>*,.split-copy>*,.spirit-grid>*,.transform-grid>*,
.fit-grid>*,.pain-grid>*,.spirit-cards>*,.book-cards>*,
.topbar-inner>*,.cta-band .container>*{
  min-width:0;
}
h1,h2,h3,p,li,.lead,.eyebrow,.brand-logo strong,.brand-logo small,
.book-card-body,.value-breakdown span,.faq-list summary{
  overflow-wrap:anywhere;
  word-break:normal;
}
.media-slot,.offer-box,.transformation-card,.fit-card,.pain-card,.book-card{
  max-width:100%;
}
.price-row,.final-price,.secure-row,.footer-links{
  max-width:100%;
  flex-wrap:wrap;
}

@media(max-width:680px){
  .container,.narrow{
    width:calc(100% - 24px);
    margin-left:auto;
    margin-right:auto;
  }

  .urgency-strip{
    font-size:12px;
  }
  .urgency-strip .container{
    min-height:0;
    padding:8px 0 9px;
    display:grid;
    grid-template-columns:1fr;
    gap:2px;
    justify-items:center;
  }
  .urgency-strip strong{
    font-size:11px;
    line-height:1.2;
    letter-spacing:.10em;
  }
  .urgency-strip b{font-size:14px}

  .topbar-inner{
    width:100%;
    min-height:62px;
    height:auto;
    padding:8px 0;
    gap:8px;
  }
  .brand-logo{
    flex:1 1 0;
    min-width:0;
    gap:8px;
  }
  .brand-logo img{
    width:40px;
    height:40px;
    flex:0 0 40px;
  }
  .brand-logo span{
    min-width:0;
    flex:1 1 auto;
  }
  .brand-logo strong{
    font-size:14px;
    line-height:1.08;
  }
  .brand-logo small{font-size:7px;letter-spacing:.10em}
  .topbar .btn.compact{
    flex:0 1 118px;
    max-width:118px;
    min-width:0;
    padding:9px 10px;
    font-size:10px;
    white-space:normal;
    line-height:1.12;
  }

  .sales-hero{
    padding:32px 0 54px;
  }
  .hero-grid{
    width:100%;
    gap:14px;
  }
  .hero-copy{
    width:100%;
    min-width:0;
  }
  .eyebrow{
    font-size:10px;
    line-height:1.45;
    letter-spacing:.12em;
    margin-bottom:12px;
  }
  .display{
    font-size:clamp(28px,7.2vw,38px);
    line-height:1.04;
    letter-spacing:-.012em;
    margin-bottom:15px;
    max-width:100%;
  }
  .headline{
    font-size:clamp(24px,6.2vw,31px);
    line-height:1.09;
    letter-spacing:-.008em;
    max-width:100%;
  }
  .lead{
    font-size:15px;
    line-height:1.55;
  }
  .hero-checks{
    width:100%;
    max-width:100%;
    margin:20px 0 22px;
    gap:10px;
  }
  .hero-checks li{
    font-size:14px;
    line-height:1.55;
    padding-left:25px;
  }
  .price-stack{
    width:100%;
    max-width:100%;
    margin:20px 0;
    padding-left:14px;
  }
  .price-kicker{font-size:10px;letter-spacing:.12em}
  .price-row{gap:10px}
  .price-row .old,.final-price .old{font-size:16px}
  .price-row .now,.final-price .now{font-size:34px}
  .price-note{font-size:11px;line-height:1.45}
  .hero-actions{width:100%}
  .btn.xl,.btn.mega{
    width:100%;
    min-width:0;
    max-width:100%;
    padding:15px 14px;
    font-size:13px;
    min-height:52px;
    white-space:normal;
  }
  .trustline{
    width:100%;
    font-size:10px;
    line-height:1.4;
  }

  .hero-visual{
    width:100%;
    max-width:480px;
    min-height:330px;
    overflow:hidden;
  }
  .hero-value-badge{
    right:2px;
    min-width:112px;
    max-width:42%;
    padding:9px 10px;
  }
  .hero-value-badge span{font-size:7px;letter-spacing:.10em}
  .hero-value-badge s{font-size:11px}
  .hero-value-badge strong{font-size:22px}

  .section{padding:52px 0}
  .section-tight{padding:20px 0}
  .story p{font-size:15px;line-height:1.7}
  .beat{font-size:24px;line-height:1.12;padding:14px 0}
  .cycle-flow{margin:24px 0;gap:5px}
  .cycle-flow span{font-size:10px;padding:6px 8px}

  .pain-card,.spirit-card,.fit-card,.transformation-card{
    padding:20px;
  }
  .pain-card{min-height:0}
  .pain-card strong{font-size:20px}
  .spirit-card strong{font-size:18px}
  .fit-card h3{font-size:24px;line-height:1.08}
  .transformation-card h3{font-size:24px;line-height:1.1}

  .cta-band{padding:22px 0}
  .cta-band .container{gap:16px}
  .cta-band span{font-size:10px;letter-spacing:.10em}
  .cta-band strong{font-size:22px;line-height:1.12}

  .book-cards{
    width:100%;
    grid-template-columns:1fr;
    gap:16px;
  }
  .book-card{
    display:grid;
    grid-template-columns:minmax(105px,34%) minmax(0,1fr);
    width:100%;
  }
  .book-card>img{
    width:100%;
    height:100%;
    min-width:0;
    object-fit:cover;
  }
  .book-card-body{min-width:0;padding:14px}
  .book-card h3{font-size:18px;line-height:1.08}
  .book-card p{font-size:12px;line-height:1.5}
  .book-value{font-size:10px}

  .offer-box{
    width:100%;
    padding:24px 14px;
    border-radius:20px;
  }
  .value-breakdown{
    width:100%;
    max-width:100%;
    margin:24px auto 22px;
  }
  .value-breakdown div{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    gap:8px;
    padding:11px 12px;
    font-size:11px;
  }
  .value-breakdown span{min-width:0}
  .value-breakdown b{font-size:11px}
  .offer-total strong{font-size:42px}
  .offer-total s{font-size:20px}

  .faq-list summary{
    font-size:14px;
    line-height:1.4;
  }
  .faq-list p{font-size:13px;line-height:1.6}

  .final-cta{padding:58px 0 100px}
  .final-logo{width:82px;height:82px}
  .final-price{gap:10px}

  .sticky-buy{
    width:calc(100% - 16px);
    max-width:calc(100% - 16px);
    left:8px;
    right:8px;
    transform:none;
    bottom:8px;
    gap:8px;
    padding:9px;
  }
  .sticky-buy>div{min-width:0}
  .s-price{font-size:18px;white-space:nowrap}
  .s-price s{font-size:10px}
  .sticky-buy .btn{
    min-width:0;
    max-width:52%;
    padding:11px 10px;
    font-size:10px;
    white-space:normal;
  }
}

@media(max-width:480px){
  .container,.narrow{width:calc(100% - 20px)}
  .display{font-size:28px}
  .headline{font-size:24px}
  .hero-visual{min-height:300px}

  .book-card{
    display:block;
  }
  .book-card>img{
    width:min(100%,230px);
    height:auto;
    aspect-ratio:2/3;
    margin:0 auto;
  }
  .book-card-body{padding:16px}
  .book-card h3{font-size:19px}
  .book-card p{font-size:13px}

  .sticky-buy{
    align-items:center;
    flex-direction:row;
  }
  .sticky-buy .btn{max-width:55%}
}

@media(max-width:360px){
  .container,.narrow{width:calc(100% - 16px)}
  .topbar-inner{justify-content:center}
  .topbar .btn.compact{display:none}
  .brand-logo{justify-content:center;flex:0 1 auto}
  .brand-logo strong{font-size:13px}
  .brand-logo small{display:none}

  .urgency-strip strong{font-size:10px;letter-spacing:.07em}
  .urgency-strip span{font-size:11px}

  .display{font-size:24px;line-height:1.06}
  .headline{font-size:21px;line-height:1.1}
  .eyebrow{font-size:9px;letter-spacing:.09em}
  .lead{font-size:14px}
  .hero-checks li{font-size:13px}
  .hero-visual{min-height:270px}
  .hero-value-badge{display:none}

  .price-row .now,.final-price .now{font-size:30px}
  .beat{font-size:21px}
  .cta-band strong{font-size:20px}
  .transformation-card h3,.fit-card h3{font-size:21px}
  .offer-total strong{font-size:36px}

  .value-breakdown div{
    grid-template-columns:1fr;
    text-align:center;
  }
  .value-breakdown b{white-space:normal}

  .sticky-buy{
    flex-direction:column;
    align-items:stretch;
  }
  .sticky-buy>div{text-align:center}
  .sticky-buy .btn{width:100%;max-width:100%}
}



/* =========================================================
   V2.3 — COLLECTION DES 4 LIVRES : ROUGE PREMIUM + HORIZONTAL
   ========================================================= */
#collection{
  background:
    radial-gradient(circle at 12% 0%,rgba(226,45,52,.22),transparent 34%),
    radial-gradient(circle at 88% 100%,rgba(100,0,8,.42),transparent 42%),
    linear-gradient(180deg,#9b1118 0%,#7b0d13 48%,#5d090e 100%);
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
  overflow:hidden;
}
#collection:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:44px 44px;
  opacity:.55;
}
#collection>.container{position:relative;z-index:1}
#collection .section-intro{max-width:850px}
#collection .section-intro .eyebrow{color:#f2c560}
#collection .section-intro .headline{color:#fff8ed}
#collection .section-intro .headline .gold{color:#f0c15a}
#collection .section-intro .lead{color:#f5d9d9}

#collection .book-cards{
  display:grid;
  grid-template-columns:1fr;
  gap:22px;
  margin-top:42px;
  max-width:1040px;
  margin-left:auto;
  margin-right:auto;
}
#collection .book-card{
  display:grid;
  grid-template-columns:210px minmax(0,1fr);
  gap:0;
  align-items:stretch;
  overflow:hidden;
  border-radius:22px;
  border:1px solid rgba(240,193,90,.34);
  background:linear-gradient(135deg,rgba(20,7,8,.96),rgba(46,7,10,.94));
  box-shadow:0 20px 50px rgba(28,0,2,.34);
}
#collection .book-card>img{
  width:100%;
  height:100%;
  min-height:300px;
  aspect-ratio:auto;
  object-fit:cover;
  object-position:center top;
  border-radius:0;
}
#collection .book-card-body{
  min-width:0;
  padding:30px 32px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
#collection .step-num{
  display:block;
  color:#f0c15a;
  font-size:11px;
  letter-spacing:.17em;
  font-weight:900;
  text-transform:uppercase;
  margin-bottom:9px;
}
#collection .book-card h3{
  color:#fff8ed;
  font-family:var(--head);
  font-size:clamp(27px,3vw,38px);
  line-height:1.04;
  text-transform:uppercase;
  margin:0 0 14px;
  overflow-wrap:anywhere;
}
#collection .book-card p{
  color:#f0d8d8;
  font-size:16px;
  line-height:1.62;
  margin:0 0 20px;
  max-width:680px;
}
#collection .book-value{
  margin-top:auto;
  padding-top:15px;
  border-top:1px solid rgba(240,193,90,.18);
  color:#d9bcbc;
  font-size:12px;
}
#collection .book-value b{
  color:#ffd978;
  font-size:17px;
}

@media(max-width:760px){
  #collection{padding-top:58px;padding-bottom:58px}
  #collection .book-cards{gap:14px;margin-top:30px}
  #collection .book-card{
    grid-template-columns:126px minmax(0,1fr);
    border-radius:17px;
  }
  #collection .book-card>img{
    min-height:218px;
    height:100%;
  }
  #collection .book-card-body{
    padding:17px 16px;
  }
  #collection .step-num{
    font-size:9px;
    letter-spacing:.12em;
    margin-bottom:6px;
  }
  #collection .book-card h3{
    font-size:20px;
    line-height:1.05;
    margin-bottom:9px;
  }
  #collection .book-card p{
    font-size:13px;
    line-height:1.46;
    margin-bottom:12px;
  }
  #collection .book-value{
    padding-top:9px;
    font-size:10px;
  }
  #collection .book-value b{font-size:14px}
}

@media(max-width:480px){
  #collection .section-intro .headline{font-size:26px}
  #collection .section-intro .lead{font-size:15px;line-height:1.5}
  #collection .book-card{
    grid-template-columns:104px minmax(0,1fr);
    gap:0;
    border-radius:15px;
  }
  #collection .book-card>img{
    min-height:188px;
  }
  #collection .book-card-body{padding:13px 12px}
  #collection .step-num{font-size:8px;letter-spacing:.09em}
  #collection .book-card h3{font-size:16px;line-height:1.06;margin-bottom:7px}
  #collection .book-card p{font-size:11.5px;line-height:1.4;margin-bottom:8px}
  #collection .book-value{font-size:9px;padding-top:7px}
  #collection .book-value b{font-size:12px}
}

@media(max-width:360px){
  #collection .book-card{grid-template-columns:92px minmax(0,1fr)}
  #collection .book-card>img{min-height:174px}
  #collection .book-card-body{padding:11px 10px}
  #collection .book-card h3{font-size:14px}
  #collection .book-card p{font-size:10.5px}
}


/* =========================================================
   V2.4 — Pour vous / Pas pour vous : code couleur explicite
   ========================================================= */
.fit-card:not(.no){
  background:
    radial-gradient(circle at 92% 8%, rgba(47, 199, 105, .075), transparent 38%),
    linear-gradient(145deg,#111411,#0c0e0c);
  border:1px solid rgba(49, 207, 116, .58);
  box-shadow:0 18px 45px rgba(0,0,0,.28), inset 0 0 0 1px rgba(49,207,116,.035);
}
.fit-card:not(.no) .eyebrow{
  color:#36d77f !important;
}
.fit-card:not(.no) .clean-list li{
  color:#d4cec6;
}
.fit-card:not(.no) .clean-list li:before{
  content:"✓";
  color:#36d77f !important;
  font-weight:1000;
  text-shadow:0 0 16px rgba(54,215,127,.18);
}

.fit-card.no{
  background:
    radial-gradient(circle at 92% 8%, rgba(231, 54, 63, .10), transparent 38%),
    linear-gradient(145deg,#181011,#0f0b0c);
  border:1px solid rgba(235, 55, 65, .62) !important;
  box-shadow:0 18px 45px rgba(0,0,0,.30), inset 0 0 0 1px rgba(235,55,65,.035);
}
.fit-card.no .eyebrow{
  color:#ff5059 !important;
}
.fit-card.no .clean-list li{
  color:#d4cec6;
}
.fit-card.no .clean-list li:before{
  content:"✕" !important;
  color:#ff5059 !important;
  font-weight:1000;
  text-shadow:0 0 16px rgba(255,80,89,.16);
}
.fit-card.no .quote-box{
  border-left-color:#ff3f49;
  background:#120b0c;
}

@media(max-width:680px){
  .fit-card:not(.no),.fit-card.no{
    padding:23px 20px;
  }
  .fit-card .eyebrow{
    font-size:10px;
    line-height:1.4;
    letter-spacing:.14em;
  }
  .fit-card h3{
    font-size:24px;
    line-height:1.08;
    margin-bottom:20px;
  }
  .fit-card .clean-list{
    gap:13px;
  }
  .fit-card .clean-list li{
    padding-left:31px;
    font-size:16px;
    line-height:1.6;
  }
  .fit-card .clean-list li:before{
    left:1px;
    top:0;
    font-size:18px;
  }
}

@media(max-width:420px){
  .fit-card:not(.no),.fit-card.no{
    padding:21px 17px;
    border-radius:19px;
  }
  .fit-card h3{font-size:21px}
  .fit-card .clean-list li{
    font-size:15px;
    line-height:1.55;
    padding-left:29px;
  }
}


/* =========================================================
   V2.5 — Covers collection dézoomées + cartes plus compactes
   ========================================================= */
#collection .book-card{
  align-items:center;
}

#collection .book-card>img{
  width:100%;
  height:auto !important;
  min-height:0 !important;
  aspect-ratio:2 / 3 !important;
  object-fit:contain !important;
  object-position:center center !important;
  align-self:center;
  background:#090909;
}

#collection .book-card-body{
  justify-content:center;
}

#collection .book-card p{
  margin-bottom:12px;
}

#collection .book-value{
  margin-top:4px !important;
  padding-top:11px;
}

@media(max-width:760px){
  #collection .book-card{
    grid-template-columns:118px minmax(0,1fr);
    align-items:center;
  }
  #collection .book-card>img{
    width:118px;
    max-width:118px;
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:2 / 3 !important;
  }
  #collection .book-card-body{
    padding:14px 15px;
  }
  #collection .book-card p{
    margin-bottom:8px;
  }
  #collection .book-value{
    margin-top:2px !important;
    padding-top:8px;
  }
}

@media(max-width:480px){
  #collection .book-card{
    grid-template-columns:98px minmax(0,1fr);
  }
  #collection .book-card>img{
    width:98px;
    max-width:98px;
    height:auto !important;
    min-height:0 !important;
  }
  #collection .book-card-body{
    padding:11px 11px;
  }
  #collection .book-card p{
    margin-bottom:6px;
  }
  #collection .book-value{
    padding-top:6px;
    margin-top:1px !important;
  }
}

@media(max-width:360px){
  #collection .book-card{
    grid-template-columns:86px minmax(0,1fr);
  }
  #collection .book-card>img{
    width:86px;
    max-width:86px;
    height:auto !important;
    min-height:0 !important;
  }
}

/* =========================================================
   V2.6 — HERO SIMPLIFIÉ + BANNIÈRE ENTRE TITRE ET DESCRIPTION
   - suppression de l'ancien header logo/nom/CTA
   - suppression du montage de livres dans le hero
   - réutilisation de l'emplacement 1672x941 dans le hero
   - badge prix conservé sur la bannière
   ========================================================= */
.sales-hero{
  min-height:0;
  padding:54px 0 72px;
}
.hero-single{
  position:relative;
  z-index:2;
  width:min(calc(100% - 36px),1000px);
  margin-inline:auto;
}
.hero-single .hero-copy{
  width:100%;
  text-align:center;
}
.hero-single .display{
  max-width:980px;
  margin-left:auto;
  margin-right:auto;
}
.hero-banner-slot{
  position:relative;
  width:100%;
  margin:30px auto 28px;
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(201,157,69,.28);
  background:linear-gradient(145deg,#621014,#a4161c 52%,#5d0d11);
  box-shadow:0 26px 70px rgba(0,0,0,.42);
}
.hero-banner-slot img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1672/941;
  object-fit:cover;
}
.hero-banner-slot .hero-value-badge{
  position:absolute;
  top:18px;
  right:18px;
  z-index:3;
}
.hero-single .lead{
  max-width:860px;
  margin:0 auto 20px;
}
.hero-single .hero-checks{
  max-width:860px;
  margin:26px auto 28px;
  text-align:left;
}
.hero-single .price-stack{
  display:inline-block;
  text-align:left;
  margin:26px auto;
}
.hero-single .hero-actions,
.hero-single .trustline{
  justify-content:center;
}

/* L'ancien visuel héro n'est plus utilisé. */
.hero-visual,.book-stage{display:none!important}

@media(max-width:680px){
  .sales-hero{padding:34px 0 58px}
  .hero-single{
    width:calc(100% - 24px);
  }
  .hero-banner-slot{
    margin:22px auto 22px;
    border-radius:18px;
  }
  .hero-banner-slot .hero-value-badge{
    top:10px;
    right:10px;
    min-width:122px;
    padding:9px 10px;
    border-radius:13px;
  }
  .hero-banner-slot .hero-value-badge span{
    font-size:7px;
    letter-spacing:.11em;
  }
  .hero-banner-slot .hero-value-badge s{font-size:11px}
  .hero-banner-slot .hero-value-badge strong{font-size:22px}
  .hero-single .lead{
    font-size:15px;
    line-height:1.55;
  }
  .hero-single .hero-checks{
    margin-top:18px;
    margin-bottom:22px;
  }
}

@media(max-width:420px){
  .hero-banner-slot{
    border-radius:15px;
  }
  .hero-banner-slot .hero-value-badge{
    top:8px;
    right:8px;
    min-width:108px;
  }
  .hero-banner-slot .hero-value-badge strong{font-size:19px}
}


/* V3.1 — Bannière collection après le CTA : fond harmonisé, sans badge */
.collection-banner-section{
  background:
    radial-gradient(circle at 50% 15%, rgba(148,20,26,.14), transparent 46%),
    linear-gradient(180deg,#090909 0%,#0b0808 58%,#090909 100%);
  border-top:1px solid rgba(255,255,255,.025);
  border-bottom:1px solid rgba(255,255,255,.025);
}
.collection-banner-slot{
  border-color:#352525;
  background:#0b0b0b;
  box-shadow:0 24px 65px rgba(0,0,0,.48);
}
.collection-banner-slot img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1672/941;
  object-fit:cover;
}
@media(max-width:680px){
  .collection-banner-section{padding:18px 0 22px}
  .collection-banner-slot{border-radius:18px;transform:none}
}

/* =========================================================
   V3.3 — BLOCS DOULEURS EN 2x2 SUR MOBILE
   4 blocs égaux sur 2 rangées + titres légèrement réduits.
   ========================================================= */
.pain-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  align-items:stretch;
}
.pain-card{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  height:100%;
  min-height:170px;
}
.pain-card strong{
  font-size:clamp(18px,2.1vw,24px);
  line-height:1.04;
  letter-spacing:-.01em;
  margin-bottom:10px;
}
.pain-card span{
  font-size:15px;
  line-height:1.5;
}

@media(max-width:980px){
  .pain-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
  }
  .pain-card{
    min-height:156px;
    padding:18px;
  }
  .pain-card strong{
    font-size:clamp(15px,3vw,20px);
  }
  .pain-card span{
    font-size:13px;
    line-height:1.45;
  }
}

@media(max-width:680px){
  .pain-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
  }
  .pain-card{
    min-height:148px;
    padding:16px;
    border-radius:16px;
  }
  .pain-card strong{
    font-size:16px;
    line-height:1.02;
    margin-bottom:8px;
  }
  .pain-card span{
    font-size:12.5px;
    line-height:1.42;
  }
}

@media(max-width:420px){
  .pain-grid{gap:10px}
  .pain-card{
    min-height:140px;
    padding:14px;
  }
  .pain-card strong{
    font-size:14px;
    line-height:1.02;
  }
  .pain-card span{
    font-size:12px;
    line-height:1.4;
  }
}

@media(max-width:360px){
  .pain-grid{gap:9px}
  .pain-card{
    min-height:132px;
    padding:12px;
  }
  .pain-card strong{
    font-size:13px;
    line-height:1.02;
  }
  .pain-card span{
    font-size:11.5px;
    line-height:1.35;
  }
}

/* =========================================================
   V3.4 — STYLE ROUGE POUR LES 4 BLOCS DOULEURS
   Apparence alignée sur le bloc rouge du screenshot.
   ========================================================= */
.pain-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.pain-card{
  background:
    radial-gradient(circle at top right, rgba(160,25,35,.22), transparent 45%),
    linear-gradient(180deg, rgba(54,8,12,.96) 0%, rgba(16,8,10,.98) 100%);
  border:1px solid rgba(223, 56, 76, .55);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);
}

.pain-card strong{
  color:var(--red);
  text-transform:uppercase;
}

.pain-card span{
  color:rgba(255,255,255,.88);
}

@media(max-width:680px){
  .pain-grid{gap:12px;}
  .pain-card{
    border-radius:16px;
    padding:16px;
  }
}

@media(max-width:420px){
  .pain-grid{gap:10px;}
  .pain-card{
    padding:14px;
  }
}
