/*
  funnel.css — sales page styles for /ebook.html and /thank-you.html
  Separate from styles.css (main site). Do not mix the two.

  DESIGN TOKENS:
    --funnel-yellow: #f4ca4d  (primary CTA background, hero background)
    --funnel-plum:   #321638  (dark backgrounds, text)
    --funnel-purple: #6f4c81  (accent)
    --funnel-cream:  #f7f0e5  (page background)
    --funnel-pink:   #e6cbe3  (alternating section backgrounds)
    --funnel-line:   #c9b9c8  (borders)

  EDITING RULES (2026-09-20):
  - No em dashes (—) in any copy — use commas, colons, or rewrite.
  - Do NOT add a sample column back to .comparison-table. The table is intentionally
    2-column: "Book bundle" vs "Future course". Class: comparison-table--two
  - .sample-section styles (line 13) are kept in this file but the HTML section
    was removed from ebook.html. Do not re-add the section or link to /sample.html.
  - One checkout block, no upsells. Do not add post-purchase offer sections.
  - Run `npm run build && npm run dev` after any CSS change.
*/
:root{--funnel-yellow:#f4ca4d;--funnel-plum:#321638;--funnel-purple:#6f4c81;--funnel-cream:#f7f0e5;--funnel-pink:#e6cbe3;--funnel-line:#c9b9c8}
.sales-page{background:var(--funnel-cream);color:#28152d}.sales-page h1,.sales-page h2,.sales-page h3{letter-spacing:-.045em}.sales-page .wrap{max-width:1180px}.sales-page .eyebrow{font-size:12px;font-weight:800;letter-spacing:.18em}.sales-page .micro{font-size:13px;line-height:1.55}.sales-page .button{border-radius:3px;background:var(--funnel-yellow);color:#251329;border:2px solid #251329;box-shadow:4px 4px 0 #251329;font-weight:850;text-transform:uppercase;letter-spacing:.045em}.sales-page .button:hover{transform:translate(2px,2px);box-shadow:2px 2px 0 #251329}.sales-page .button:disabled{opacity:.58;cursor:not-allowed}.sales-page .text-link{font-weight:800;text-decoration-thickness:2px;text-underline-offset:5px}
.funnel-ribbon{background:var(--funnel-plum);color:#fff;padding:10px 0}.funnel-ribbon .wrap{display:flex;justify-content:space-between;gap:24px;font-size:10px;font-weight:800;letter-spacing:.14em}.sales-header{background:#fff;border-bottom:1px solid var(--funnel-line)}.sales-header .nav{height:82px}.sales-header .header-note{margin-left:auto;font-size:11px;font-weight:800;letter-spacing:.17em}.sales-header .button{min-height:44px;padding:0 20px;font-size:11px}
.funnel-hero{position:relative;overflow:hidden;background:var(--funnel-yellow);padding:78px 0 86px;border-bottom:2px solid #251329}.funnel-hero:after{content:"R";position:absolute;right:-35px;bottom:-205px;font:700 520px/1 Georgia,serif;color:rgba(50,22,56,.07);pointer-events:none}.funnel-hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:80px;align-items:center;position:relative;z-index:1}.funnel-hero h1{font-size:clamp(62px,7vw,92px);line-height:.9;margin:20px 0 28px}.funnel-hero h1 em{font-family:Georgia,serif;font-weight:400}.hero-lead{font-size:25px;font-weight:850;color:#251329;margin:0 0 14px}.hero-body{max-width:600px;font-size:18px;line-height:1.65}.hero-points{list-style:none;padding:0;margin:28px 0}.hero-points li{font-size:15px;font-weight:750;border-top:1px solid rgba(37,19,41,.35);padding:11px 0}.hero-points li:before{content:"✓";display:inline-grid;place-items:center;width:22px;height:22px;margin-right:10px;background:var(--funnel-plum);color:#fff;border-radius:50%;font-size:12px}.funnel-hero .actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.funnel-hero .micro{max-width:560px;margin:18px 0 0;color:#513a42}
.hero-product{position:relative;min-height:590px;display:grid;place-items:center}.hero-device{position:relative;z-index:3;width:min(330px,78%);filter:drop-shadow(22px 26px 0 rgba(50,22,56,.2));transform:rotate(3deg)}.book-cover{min-height:470px;padding:30px;background:var(--funnel-plum);color:#fff;border:3px solid #251329;display:flex;flex-direction:column;justify-content:space-between}.book-brand,.book-eyebrow,.book-bottom{font-size:10px;font-weight:800;letter-spacing:.15em}.book-cover h2{font:400 53px/.92 Georgia,serif;color:#fff;margin:16px 0}.book-cover p{color:#fff;font-size:15px}.cover-rule{width:50px;height:5px;background:var(--funnel-yellow);margin-bottom:20px}.book-bottom span{color:var(--funnel-yellow)}.hero-sticker{position:absolute;right:1%;top:3%;z-index:5;display:grid;place-items:center;width:120px;height:120px;border-radius:50%;background:#fff;border:3px solid #251329;box-shadow:5px 5px 0 #251329;text-align:center;font-size:15px;font-weight:900;transform:rotate(9deg)}.hero-card{position:absolute;z-index:2;width:205px;height:260px;border:3px solid #251329;padding:25px;font-size:12px;font-weight:850;letter-spacing:.13em;box-shadow:8px 9px 0 rgba(50,22,56,.22)}.card-one{left:0;bottom:26px;background:#fff;transform:rotate(-10deg)}.card-two{right:0;bottom:4px;background:var(--funnel-pink);transform:rotate(9deg)}.slot-note{position:absolute;bottom:-35px;width:100%;text-align:center;font-size:9px!important;letter-spacing:.13em;text-transform:uppercase}
.proof-strip{background:#fff;border-bottom:1px solid var(--funnel-line)}.proof-strip .wrap{display:grid;grid-template-columns:repeat(4,1fr)}.proof-strip span{padding:18px 14px;border-right:1px solid var(--funnel-line);font-size:12px;font-weight:800;text-align:center}.proof-strip span:first-child{border-left:1px solid var(--funnel-line)}.proof-strip b{color:var(--funnel-purple);margin-right:6px}
.pain-section{background:var(--funnel-plum);color:#fff;padding:95px 0}.pain-grid{display:grid;grid-template-columns:.62fr 1.38fr;gap:70px}.pain-kicker{font-size:11px;font-weight:800;letter-spacing:.16em}.pain-kicker strong{display:block;color:var(--funnel-yellow);font:400 340px/.72 Georgia,serif}.pain-copy h2{font-size:clamp(43px,5vw,67px);line-height:.98;color:#fff;margin:0 0 38px}.pain-list p{display:grid;grid-template-columns:45px 1fr;gap:12px;border-top:1px solid rgba(255,255,255,.22);padding:16px 0;margin:0;color:#f7edf7;font-size:17px}.pain-list span{color:var(--funnel-yellow);font-size:11px;font-weight:800}.pain-copy blockquote{font:italic 26px/1.4 Georgia,serif;color:var(--funnel-yellow);margin:40px 0 0}
.future-section{padding:100px 0;background:#fff}.future-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center}.future-section h2,.section-heading h2,.offer-copy h2,.sample-section h2,.trust-section h2,.sales-faq h2,.checkout-heading h2,.final-close h2{font-size:clamp(43px,5vw,66px);line-height:.98;margin:16px 0 25px}.future-section h2 em{font-family:Georgia,serif;font-weight:400}.future-lead{font-size:21px;font-weight:700}.image-slot{position:relative;border:3px solid #251329;background:var(--funnel-pink);padding:12px 12px 46px;box-shadow:13px 13px 0 var(--funnel-yellow);transform:rotate(-1.5deg)}.image-slot img{width:100%;height:530px;object-fit:cover;display:block;filter:saturate(.75)}.image-slot span{position:absolute;left:20px;bottom:14px;font-size:9px;font-weight:800;letter-spacing:.12em}
.inside-section{padding:95px 0;background:var(--funnel-cream)}.section-heading{max-width:780px;margin:0 auto 50px;text-align:center}.section-heading>p:last-child{max-width:660px;margin-left:auto;margin-right:auto}.steps-showcase{display:grid;grid-template-columns:repeat(2,1fr);border:2px solid #251329}.steps-showcase article{display:grid;grid-template-columns:125px 1fr;gap:22px;padding:38px;border-right:1px solid #251329;border-bottom:1px solid #251329;background:#fff}.steps-showcase article:nth-child(2n){border-right:0}.steps-showcase article:nth-child(n+3){border-bottom:0}.big-number{font:400 70px/1 Georgia,serif;color:var(--funnel-purple)}.steps-showcase small{font-weight:900;letter-spacing:.14em}.steps-showcase h3{font-size:27px;margin:10px 0}.steps-showcase p{font-size:15px;margin:0}
.proof-placeholder-section{padding:95px 0;background:var(--funnel-pink)}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.review-slot{background:#fff;border:2px solid #251329;padding:30px;min-height:330px;box-shadow:6px 6px 0 #251329}.review-slot>span{font-size:10px;font-weight:900;letter-spacing:.14em}.review-slot h3{font-size:25px;margin:25px 0 14px}.review-slot p{font-size:15px}.avatar-slot{display:grid;place-items:center;width:66px;height:66px;margin-top:30px;border-radius:50%;background:var(--funnel-cream);border:1px dashed #251329;font-size:9px;font-weight:800}.featured-review{transform:translateY(-13px);background:var(--funnel-yellow)}
.offer-section{padding:105px 0;background:var(--funnel-yellow);border-block:2px solid #251329}.offer-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:95px;align-items:center}.bundle-visual{position:relative}.bundle-stage{height:510px;position:relative;margin-top:25px}.mini-book,.material-sheet{position:absolute;border:3px solid #251329;box-shadow:10px 10px 0 rgba(50,22,56,.2);padding:28px;font-weight:900;letter-spacing:.08em}.mini-book{z-index:3;width:280px;height:400px;left:85px;top:15px;background:var(--funnel-plum);color:#fff;font:400 44px/1 Georgia,serif}.material-sheet{width:230px;height:310px;background:#fff;font-size:15px}.material-sheet span{display:block;font:400 60px/1 Georgia,serif;color:var(--funnel-purple);margin-bottom:20px}.sheet-one{left:0;top:105px;transform:rotate(-7deg)}.sheet-two{right:0;top:90px;transform:rotate(8deg);background:var(--funnel-pink)}.bundle-visual>.slot-note{position:static}.offer-copy{background:#fff;border:3px solid #251329;padding:50px;box-shadow:10px 10px 0 #251329}.offer-label{display:inline-block;background:var(--funnel-plum);color:#fff;padding:8px 11px;font-size:10px;font-weight:900;letter-spacing:.14em}.stack-list{border-block:2px solid #251329}.stack-list>div{display:grid;grid-template-columns:36px 1fr auto;gap:13px;align-items:center;padding:15px 0;border-bottom:1px solid var(--funnel-line)}.stack-list>div:last-child{border:0}.stack-list span{font:400 25px Georgia,serif;color:var(--funnel-purple)}.stack-list p{font-size:13px;margin:0}.stack-list b{font-size:9px;letter-spacing:.12em}.offer-price-line{display:flex;justify-content:space-between;gap:20px;align-items:center;margin:26px 0}.offer-price-line span{font-size:10px;font-weight:900;letter-spacing:.14em}.offer-price-line strong{font-size:18px}.full-button{width:100%;justify-content:center}
.comparison-section{padding:95px 0;background:#fff}.comparison-table{border:2px solid #251329}.comparison-table>div{display:grid;grid-template-columns:1.4fr repeat(3,1fr)}.comparison-table--two>div{grid-template-columns:1.4fr repeat(2,1fr)}.comparison-table span,.comparison-table b{padding:20px;border-right:1px solid var(--funnel-line);border-bottom:1px solid var(--funnel-line);font-size:13px}.comparison-table b{text-align:center}.comparison-table .highlight{background:#fff2ba}.comparison-head{background:var(--funnel-plum);color:#fff}.comparison-head .highlight{background:var(--funnel-yellow);color:#251329}.comparison-note{text-align:center;font-size:13px;margin-top:22px}
.sample-section{background:var(--funnel-pink);padding:95px 0}.sample-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:center}.sample-sheet{background:#fff;border:2px solid #251329;padding:42px 48px;box-shadow:10px 10px 0 #251329;transform:rotate(1deg)}.sample-running{display:flex;justify-content:space-between;border-bottom:1px solid var(--funnel-line);padding-bottom:18px;font-size:9px;font-weight:800;letter-spacing:.13em}.sample-sheet h3{font:400 38px/1.05 Georgia,serif;margin:32px 0 22px}.sample-sheet blockquote{border-left:5px solid var(--funnel-yellow);padding-left:20px;font:italic 24px/1.4 Georgia,serif}.sample-end{font-size:9px;font-weight:800;letter-spacing:.12em}
.trust-section{padding:95px 0;background:var(--funnel-plum);color:#fff}.trust-grid{display:grid;grid-template-columns:.55fr 1.45fr;gap:90px;align-items:center}.trust-section h2{color:#fff}.trust-section p{color:#efe4ef}.trust-seal{aspect-ratio:1;border:2px solid var(--funnel-yellow);border-radius:50%;display:grid;place-items:center;align-content:center;gap:13px;color:var(--funnel-yellow);font-size:11px;font-weight:900;letter-spacing:.2em}.trust-seal strong{font-size:80px}
.sales-faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;padding-top:95px;padding-bottom:95px}.faq-list details{border-top:2px solid #251329}.faq-list details:last-child{border-bottom:2px solid #251329}.faq-list summary{padding:22px 0;font-weight:800}.faq-list details p{padding:0 0 22px;font-size:15px}
.checkout-section{padding:100px 0;background:var(--funnel-yellow);scroll-margin-top:15px}.checkout-shell{background:#fff;border:3px solid #251329;box-shadow:14px 14px 0 #251329;padding:55px}.checkout-heading{text-align:center;max-width:780px;margin:0 auto 45px}.checkout-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:0;border:2px solid #251329}.order-summary{background:var(--funnel-plum);color:#fff;padding:38px}.summary-product{display:grid;grid-template-columns:100px 1fr;gap:18px;align-items:center;border-bottom:1px solid rgba(255,255,255,.25);padding-bottom:28px}.summary-cover{aspect-ratio:.74;background:var(--funnel-yellow);color:#251329;border:2px solid #fff;padding:14px;font:700 16px/1.05 Georgia,serif}.summary-product span{font-size:9px;font-weight:900;letter-spacing:.13em;color:var(--funnel-yellow)}.summary-product h3{color:#fff;font-size:24px;margin:9px 0 5px}.summary-product p{color:#eee0ef;font-size:13px;margin:0}.summary-list{list-style:none;padding:20px 0;margin:0;border-bottom:1px solid rgba(255,255,255,.25)}.summary-list li{padding:8px 0;font-size:14px}.summary-list li:before{content:"✓";color:var(--funnel-yellow);margin-right:9px}.summary-total{display:flex;justify-content:space-between;gap:15px;align-items:center;padding:24px 0}.summary-total span{font-size:10px;font-weight:900;letter-spacing:.15em}.summary-total strong{color:var(--funnel-yellow);font-size:18px}.order-summary .micro{color:#d9c9dc}.checkout-card{padding:36px;background:#fff}.checkout-card-top{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-bottom:22px;border-bottom:1px solid var(--funnel-line)}.checkout-card-top span,.checkout-card-top b{font-size:9px;font-weight:900;letter-spacing:.13em}.checkout-card-top h3{font-size:27px;margin:6px 0 0}.checkout-preview{padding-top:24px}.preview-notice{background:#fff6cd;border:1px solid #d4b12a;padding:13px 15px;margin-bottom:22px}.preview-notice span{font-size:9px;font-weight:900;letter-spacing:.14em}.preview-notice p{font-size:12px;margin:4px 0 0}.checkout-preview label{display:block;font-size:12px;font-weight:800;margin-top:16px}.checkout-preview input,.checkout-preview select,.fake-card{display:block;width:100%;min-height:48px;margin-top:7px;border:1px solid #9b8d99;border-radius:4px;background:#f6f3f5;padding:13px;color:#655b64}.fake-card{display:flex;justify-content:space-between;font-size:12px}.payment-marks{display:flex;align-items:center;gap:8px;margin:15px 0}.payment-marks span{border:1px solid var(--funnel-line);padding:5px;font-size:9px;font-weight:900}.payment-marks span:last-child{border:0;margin-left:auto;color:#756d74;font-weight:500}.checkout-development,.checkout-terms{font-size:11px;text-align:center}.checkout-security{display:flex;justify-content:space-between;gap:12px;border-top:1px solid var(--funnel-line);margin-top:22px;padding-top:18px;font-size:10px;font-weight:800}.sales-page [hidden]{display:none!important}#stripe-checkout{min-height:440px}.checkout-card #checkout-retry{margin-top:20px}
.final-close{padding:80px 0;background:var(--funnel-pink)}.final-close-grid{display:flex;justify-content:space-between;align-items:center;gap:60px}.final-close-grid>div{max-width:730px}.final-close h2{margin-bottom:17px}.sales-footer{background:var(--funnel-plum);color:#fff;padding:60px 0 25px}.footer-funnel-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:45px}.footer-funnel-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-funnel-grid>div>span:first-child{color:var(--funnel-yellow);font-size:9px;font-weight:900;letter-spacing:.15em}.sales-footer a,.sales-footer p,.contact-placeholder{color:#eadfeb;font-size:13px}.sales-footer .logo{display:block;line-height:0}.footer-funnel-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.2);margin-top:40px;padding-top:22px;color:#cdbdcc;font-size:10px}
.thank-you{text-align:center;max-width:750px;padding-top:65px;padding-bottom:80px;min-height:70vh}.thank-you h1{font-size:48px}.order-symbol{font-size:68px;color:#9974bc;margin:10px 0 30px}.thank-you #order-download{padding:30px;background:var(--lilac);margin:35px 0}
/* ── New sections added 2026-09-20: mechanism, who-for, parts grid, science, CTA bridges ── */
.cta-bridge{background:var(--funnel-yellow);border-block:2px solid #251329;padding:40px 0}.cta-bridge .wrap{display:flex;align-items:center;justify-content:space-between;gap:36px}.cta-bridge-text{font-size:19px;font-weight:850;flex:1;max-width:660px;line-height:1.3}
.cta-bridge-plum{background:var(--funnel-plum);border-block:2px solid rgba(244,202,77,.35);padding:40px 0}.cta-bridge-plum .wrap{display:flex;align-items:center;justify-content:space-between;gap:36px}.cta-bridge-plum .cta-bridge-text{color:#fff}
.mechanism-section{padding:95px 0;background:var(--funnel-plum);color:#fff}.mechanism-section .eyebrow{color:var(--funnel-yellow)}.mechanism-section h2{font-size:clamp(43px,5vw,66px);line-height:.98;color:#fff;margin:12px 0 0}.mechanism-intro{max-width:760px;font-size:17px;line-height:1.62;margin:20px 0 48px;color:#d0b8d0}.mechanism-parts{display:grid;grid-template-columns:repeat(3,1fr);border:2px solid rgba(255,255,255,.2);margin:0 0 44px}.mechanism-part{padding:38px 32px;border-right:1px solid rgba(255,255,255,.18)}.mechanism-part:last-child{border-right:0}.mechanism-num{font:400 52px/1 Georgia,serif;color:var(--funnel-yellow)}.mechanism-part small{display:block;font-size:9px;font-weight:900;letter-spacing:.17em;color:var(--funnel-yellow);margin:14px 0 9px}.mechanism-part h3{font-size:20px;color:#fff;margin:0 0 11px}.mechanism-part p{font-size:14px;color:#c0a5c0;line-height:1.65}.mechanism-claim{font-size:17px;font-weight:700;color:var(--funnel-cream);border-left:5px solid var(--funnel-yellow);padding:3px 0 3px 22px;max-width:820px;line-height:1.55;margin:0 0 38px}
.for-section{padding:95px 0;background:var(--funnel-cream)}.for-section .section-heading{margin-bottom:0}.for-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:44px}.for-card{background:#fff;border:2px solid #251329;padding:42px;box-shadow:7px 7px 0 #251329;display:flex;flex-direction:column}.for-tag{display:inline-block;background:var(--funnel-yellow);border:2px solid #251329;padding:6px 13px;font-size:10px;font-weight:900;letter-spacing:.15em;margin-bottom:18px}.for-card h3{font-size:24px;margin:0 0 7px}.for-lead{font-size:14px;color:var(--funnel-purple);font-style:italic;margin:0 0 20px}.for-checklist{list-style:none;padding:0;margin:0 0 24px;flex:1}.for-checklist li{padding:10px 0 10px 24px;border-top:1px solid var(--funnel-line);font-size:14px;position:relative}.for-checklist li:before{content:"✓";position:absolute;left:0;color:var(--funnel-purple);font-weight:900}.for-what{background:var(--funnel-cream);border:1px solid var(--funnel-line);padding:14px 18px;font-size:13px;line-height:1.55}.for-what strong{display:block;font-size:9px;font-weight:900;letter-spacing:.14em;color:var(--funnel-purple);margin-bottom:5px}
.parts-grid{display:grid;grid-template-columns:1fr 1fr;border:2px solid #251329;margin-top:44px}.part-block{padding:30px 28px;border-right:1px solid var(--funnel-line);border-bottom:1px solid var(--funnel-line);background:#fff}.part-block:nth-child(2n){border-right:0}.bonus-row{grid-column:1/-1;background:var(--funnel-yellow);border-right:0;border-bottom:0}.bonus-row-inner{display:grid;grid-template-columns:1fr 1fr}.bonus-col{padding:30px 28px}.bonus-col:first-child{border-right:1px solid rgba(37,19,41,.25)}.bonus-col h3,.part-block h3{font-size:16px;margin:0 0 12px}.part-num{font:400 32px/1 Georgia,serif;color:var(--funnel-purple);margin-bottom:7px}.part-block ul,.bonus-col ul{list-style:none;padding:0;margin:0}.part-block li,.bonus-col li{padding:6px 0 6px 15px;border-top:1px solid var(--funnel-line);font-size:13px;position:relative}.part-block li:before,.bonus-col li:before{content:"→";position:absolute;left:0;color:var(--funnel-purple);font-size:11px;font-weight:800}
.science-section{padding:90px 0;background:var(--funnel-yellow);border-block:2px solid #251329}.science-section h2{font-size:clamp(43px,5vw,66px);line-height:.98;margin:12px 0 0}.science-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:75px;align-items:start}.science-intro{font-size:17px;line-height:1.62;margin:18px 0 0}.science-bullets{list-style:none;padding:0;margin:26px 0 34px}.science-bullets li{padding:13px 0 13px 24px;border-top:1px solid rgba(37,19,41,.2);font-size:15px;position:relative}.science-bullets li:before{content:"✓";position:absolute;left:0;color:var(--funnel-plum);font-weight:900}.science-stats{display:grid;grid-template-columns:1fr 1fr;border:2px solid #251329}.science-stat{padding:22px 18px;border-right:1px solid #251329;border-bottom:1px solid #251329;background:#fff}.science-stat:nth-child(2n){border-right:0}.science-stat:nth-child(3),.science-stat:nth-child(4){border-bottom:0}.science-stat b{display:block;font:400 40px/1 Georgia,serif;color:var(--funnel-purple);margin-bottom:5px}.science-stat span{font-size:12px;font-weight:700;line-height:1.4}
@media(max-width:980px){.mechanism-parts,.science-grid{gap:30px}.cta-bridge .wrap,.cta-bridge-plum .wrap{gap:24px}}
@media(max-width:760px){.mechanism-parts,.for-grid{grid-template-columns:1fr}.mechanism-part{border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}.mechanism-part:last-child{border-bottom:0}.mechanism-section,.for-section,.science-section{padding:65px 0}.parts-grid{grid-template-columns:1fr}.part-block{border-right:0}.bonus-row-inner{grid-template-columns:1fr}.bonus-col:first-child{border-right:0;border-bottom:1px solid rgba(37,19,41,.2)}.science-grid{grid-template-columns:1fr;gap:40px}.cta-bridge .wrap,.cta-bridge-plum .wrap{flex-direction:column;text-align:center}.cta-bridge,.cta-bridge-plum{padding:30px 0}}
@media(max-width:980px){.funnel-hero-grid,.future-grid,.offer-grid,.sample-grid,.trust-grid,.sales-faq{gap:45px}.funnel-hero h1{font-size:62px}.hero-product{min-height:520px}.hero-device{width:280px}.book-cover{min-height:420px}.hero-card{width:170px;height:220px}.bundle-stage{transform:scale(.88);transform-origin:center}.checkout-shell{padding:38px}.sales-header .header-note{display:none}}
@media(max-width:760px){.funnel-ribbon .wrap span:nth-child(2),.funnel-ribbon .wrap span:nth-child(3){display:none}.funnel-ribbon .wrap{justify-content:center}.sales-header .nav{height:72px}.sales-header .button{padding:0 13px}.funnel-hero{padding:50px 0 65px}.funnel-hero-grid,.pain-grid,.future-grid,.offer-grid,.sample-grid,.trust-grid,.sales-faq,.checkout-layout{grid-template-columns:1fr}.funnel-hero h1{font-size:50px}.hero-lead{font-size:21px}.funnel-hero .actions{align-items:stretch;flex-direction:column}.funnel-hero .text-link{text-align:center}.hero-product{min-height:500px;margin-top:20px}.hero-device{width:250px}.book-cover{min-height:370px}.book-cover h2{font-size:43px}.hero-card{width:150px;height:195px;padding:16px}.hero-sticker{width:95px;height:95px;font-size:12px}.proof-strip .wrap{grid-template-columns:repeat(2,1fr)}.pain-section,.future-section,.inside-section,.proof-placeholder-section,.offer-section,.comparison-section,.sample-section,.trust-section,.checkout-section{padding:65px 0}.pain-kicker strong{font-size:180px}.pain-grid{gap:30px}.pain-copy h2,.future-section h2,.section-heading h2,.offer-copy h2,.sample-section h2,.trust-section h2,.sales-faq h2,.checkout-heading h2,.final-close h2{font-size:42px}.image-slot img{height:410px}.steps-showcase,.review-grid{grid-template-columns:1fr}.steps-showcase article{grid-template-columns:80px 1fr;border-right:0!important;border-bottom:1px solid #251329!important;padding:28px}.steps-showcase article:last-child{border-bottom:0!important}.big-number{font-size:48px}.review-grid{gap:14px}.featured-review{transform:none}.bundle-stage{height:430px;transform:scale(.75);margin:-30px -40px}.offer-copy{padding:30px 22px}.comparison-table{overflow-x:auto}.comparison-table>div{min-width:660px}.sample-sheet{padding:28px 24px}.trust-seal{max-width:260px;margin:auto}.checkout-shell{padding:30px 14px;box-shadow:7px 7px 0 #251329}.order-summary,.checkout-card{padding:25px 20px}.checkout-security{flex-direction:column}.payment-marks span:last-child{display:none}.final-close{padding:60px 0}.final-close-grid{align-items:stretch;flex-direction:column}.footer-funnel-grid{grid-template-columns:1fr 1fr}.footer-funnel-grid>div:first-child{grid-column:1/-1}.footer-funnel-bottom{flex-direction:column;gap:8px}.sales-page .button{min-height:52px}.thank-you h1{font-size:38px}}
@media(max-width:420px){.funnel-hero h1{font-size:43px}.hero-product{min-height:455px}.hero-device{width:220px}.book-cover{min-height:340px;padding:23px}.hero-card{width:130px;height:175px}.hero-sticker{right:-2%}.summary-product{grid-template-columns:80px 1fr}.fake-card{font-size:10px}.stack-list>div{grid-template-columns:30px 1fr}.stack-list b{display:none}}
@media(prefers-reduced-motion:reduce){.sales-page *{scroll-behavior:auto!important;transition:none!important}}
