@font-face{font-family:Playfair;src:url('/assets/fonts/playfair-display.woff2?v=production-20260715') format('woff2');font-weight:700 800;font-display:swap}
@font-face{font-family:Dancing;src:url('/assets/fonts/dancing-script.woff2?v=production-20260715') format('woff2');font-weight:700;font-display:swap}
@font-face{font-family:Inter;src:url('/assets/fonts/inter.woff2?v=production-20260715') format('woff2');font-weight:400 700;font-display:swap}
@font-face{font-family:RobotoCondensed;src:url('/assets/fonts/roboto-condensed.woff2?v=production-20260715') format('woff2');font-weight:700 800;font-display:swap}

:root{
  --ivory:#fdfaf4;--cream:#faf4ec;--plum:#2a1e51;--plum-2:#3a2768;
  --lavender:#af95df;--lavender-deep:#6c4ab3;--lavender-soft:#efe7fb;
  --rose:#e1568f;--rose-soft:#edcddb;--gold:#dbb155;--white:#fff;
  --shadow:0 14px 38px rgba(64,35,92,.12);--shadow-soft:0 8px 20px rgba(64,35,92,.09);
  --radius:24px;--max:1160px;--narrow:920px;--bar-height:40px;
}

*{box-sizing:border-box}
[hidden]{display:none!important}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;background:var(--ivory);color:var(--plum);font-family:Inter,Arial,sans-serif;font-size:16px;line-height:1.58;overflow-x:hidden}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit}
.skip-link{position:fixed;left:16px;top:-70px;z-index:100;background:#fff;padding:12px 18px;border-radius:8px;box-shadow:var(--shadow)}
.skip-link:focus{top:52px}
.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}
.container--narrow{width:min(var(--narrow),calc(100% - 40px))}
.container--faq{width:min(780px,calc(100% - 40px))}
.section{position:relative;padding:104px 0}
.section-heading{text-align:center;max-width:760px;margin:0 auto 52px}
.section-heading h2,.product h2,.guarantee h2,.final-cta h2{font:800 clamp(34px,4vw,54px)/1.06 Playfair,Georgia,serif;margin:8px 0 16px;letter-spacing:-.025em}
.section-heading>p:last-child{margin:0;color:#6d6580;font-size:17px}
.script{font-family:Dancing,cursive;color:var(--rose);font-size:1.1em;white-space:nowrap}
.eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 12px;padding:6px 14px;border:1px solid rgba(108,74,179,.2);border-radius:999px;background:rgba(255,255,255,.78);color:var(--lavender-deep);font:700 11px/1.2 Inter,sans-serif;letter-spacing:.16em;text-transform:uppercase}
.eyebrow--section:before,.eyebrow--section:after{content:'✦';color:var(--rose);font-size:10px}

.urgency{position:sticky;top:0;z-index:50;height:var(--bar-height);background:linear-gradient(90deg,#c8102e,#e30613,#c8102e);color:#fff;box-shadow:0 3px 12px rgba(150,0,20,.23)}
.urgency__inner{height:100%;display:flex;align-items:center;justify-content:center;gap:7px;font:700 12px/1 RobotoCondensed,Arial,sans-serif;letter-spacing:.02em}
.urgency__flame{color:#ffd180}.urgency strong{color:#ffe24a}.urgency__mobile{display:none}
.countdown{display:flex;align-items:center;gap:4px;margin-left:3px}.countdown span{min-width:25px;padding:6px 5px;border-radius:4px;background:rgba(85,0,13,.45);text-align:center;font-variant-numeric:tabular-nums}.countdown b{opacity:.8}

.hero{min-height:767px;padding:65px 0 66px;background:radial-gradient(circle at 24% 12%,rgba(218,198,255,.7),transparent 32%),radial-gradient(circle at 87% 92%,rgba(238,110,175,.38),transparent 36%),linear-gradient(135deg,#f9efff 0%,#fff7fa 53%,#f8d8ec 100%)}
.hero:after{content:'';position:absolute;inset:auto 0 0;height:85px;background:linear-gradient(180deg,transparent,rgba(194,164,238,.18))}
.hero__grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:64px;position:relative;z-index:1}
.hero__copy h1{font:800 clamp(50px,5.2vw,72px)/.99 Playfair,Georgia,serif;margin:0 0 22px;letter-spacing:-.04em;max-width:650px}
.scribble{position:relative;display:inline-block}.scribble:after{content:'';position:absolute;left:-2%;right:-2%;bottom:-5px;height:5px;border-radius:50%;background:var(--rose);transform:rotate(-2deg)}
.hero__lead{max-width:600px;margin:0 0 18px;color:#5e566e;font-size:17px}.hero__lead strong{color:var(--lavender-deep)}
.rating-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:10px 0 22px;font-size:13px;color:#7d758b}.rating-line strong{color:var(--plum)}.stars{color:var(--gold);letter-spacing:1px;font-size:17px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:14px 26px;border:0;border-radius:999px;font-weight:800;text-align:center;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease}
.button--primary{background:linear-gradient(110deg,#db1b8d,#7138cd);color:white;box-shadow:0 8px 0 rgba(88,35,151,.14),0 14px 28px rgba(181,36,150,.24)}
.button--primary:hover{transform:translateY(-3px);filter:saturate(1.08);box-shadow:0 10px 0 rgba(88,35,151,.12),0 17px 34px rgba(181,36,150,.3)}
.button:focus-visible,.gallery__thumb:focus-visible,.carousel-controls button:focus-visible,.faq-item button:focus-visible{outline:3px solid #ffbf47;outline-offset:3px}
.hero__button{font-size:17px;padding-inline:34px;margin-bottom:12px}
.secure-line{display:flex;gap:8px;align-items:center;margin:0 0 16px;color:#837b8e;font-size:10px}.secure-line span+span:before{content:'·';margin-right:8px}
.hero__benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px 24px;list-style:none;padding:0;margin:0;font-size:14px;font-weight:600}.hero__benefits li:before,.check-list li:before{content:'✓';display:inline-grid;place-items:center;width:18px;height:18px;margin-right:8px;border-radius:50%;background:var(--rose);color:white;font-size:11px;font-weight:900}
.hero__visual{position:relative}.hero__visual picture{display:block;padding:8px;border-radius:34px;background:rgba(255,255,255,.86);box-shadow:0 18px 36px rgba(77,37,88,.2)}.hero__visual img{width:100%;border-radius:27px;animation:float 5s ease-in-out infinite}.hero__badge{position:absolute;z-index:2;top:-12px;right:-10px;display:grid;place-items:center;width:82px;height:82px;border-radius:50%;background:#e8be45;color:var(--plum);font:800 11px/1.04 RobotoCondensed,Arial,sans-serif;text-align:center;transform:rotate(7deg);box-shadow:0 7px 18px rgba(88,65,12,.18)}.hero__label{position:absolute;z-index:2;bottom:17px;padding:7px 13px;border-radius:999px;font:800 10px/1 Inter,sans-serif;letter-spacing:.04em;box-shadow:0 3px 10px rgba(42,30,81,.12)}.hero__label--left{left:20px;background:#fff;color:var(--lavender-deep)}.hero__label--right{right:20px;background:var(--plum);color:#fff}

.pain{background:linear-gradient(180deg,#f6f0ff 0 8%,var(--ivory) 22%)}
.stack-cards{display:grid;gap:16px}.info-card{display:flex;align-items:center;gap:20px;padding:22px 28px;background:#fff;border:1px solid rgba(107,75,158,.12);border-radius:20px;box-shadow:var(--shadow-soft)}
.info-card h3{font:700 19px/1.25 Playfair,Georgia,serif;margin:0 0 4px}.info-card p{margin:0;color:#6e667a}.icon-badge{flex:0 0 48px;width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#eadfff,#be8bdc);color:var(--lavender-deep);font:800 23px/1 Inter,sans-serif;box-shadow:inset 0 0 0 1px rgba(255,255,255,.7)}

.benefits{background:#fffcf7}.stack-cards--benefits .info-card{padding-block:25px}.stack-cards--benefits strong{color:var(--rose)}

.categories{background:linear-gradient(180deg,#f5eeff,#fff8f5)}
.category-grid{display:grid;grid-template-columns:1.45fr 1fr;grid-template-rows:repeat(3,460px);gap:14px;max-width:980px;margin:auto}
.category-card{position:relative;overflow:hidden;border-radius:22px;box-shadow:var(--shadow);background:#ddd}.category-card--large{grid-row:1/3}.category-card:nth-child(4){grid-column:1}.category-card:nth-child(5){grid-column:2}
.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.category-card:hover img{transform:scale(1.035)}
.category-card:after{content:'';position:absolute;inset:38% 0 0;background:linear-gradient(transparent,rgba(26,15,46,.82))}.category-card div{position:absolute;z-index:1;left:20px;right:20px;bottom:18px;color:#fff}.category-card small{font:800 10px/1 Inter,sans-serif;letter-spacing:.14em}.category-card h3{font:700 24px/1.1 Playfair,Georgia,serif;margin:7px 0 0}.category-card--large h3{font-size:34px}

.product{background:#fffcf6;scroll-margin-top:74px}.product__grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px}
.gallery__main{overflow:hidden;border-radius:24px;background:#f6eef8;box-shadow:var(--shadow)}.gallery__main img{width:100%;aspect-ratio:1/1;object-fit:cover;transition:opacity .18s ease,transform .3s ease}.gallery__main.is-changing img{opacity:.35;transform:scale(.985)}
.gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}.gallery__thumb{padding:3px;border:2px solid transparent;border-radius:14px;background:#fff;cursor:pointer;overflow:hidden}.gallery__thumb img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px}.gallery__thumb.is-active{border-color:var(--rose);box-shadow:0 0 0 3px rgba(225,86,143,.15)}
.offer-pill{display:inline-block;margin:0 0 12px;padding:7px 12px;border-radius:999px;background:var(--lavender-soft);color:var(--lavender-deep);font:800 11px/1 Inter,sans-serif;letter-spacing:.08em}.product__copy>p{color:#625a71}.product__copy h2{font-size:48px;margin-top:3px}.price-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:20px 0 5px}.price-row strong{font:800 42px/1 RobotoCondensed,Arial,sans-serif;color:var(--plum)}.price-row del{color:#8a8491}.price-row>span{padding:5px 9px;border-radius:999px;background:#ed2d86;color:#fff;font-size:11px;font-weight:800}.price-meta{font-size:12px!important}.check-list{display:grid;gap:10px;list-style:none;padding:0;margin:24px 0}.check-list li{font-size:14px}.button--wide{width:100%;font-size:17px}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px;text-align:center;font-size:10px;color:#7c7486}.trust-row span{display:grid;place-items:center;min-height:48px;padding:5px;border:1px solid #eee3f0;border-radius:11px}.trust-row b{font-size:15px;color:var(--lavender-deep)}

.bonuses{background:linear-gradient(180deg,#f4edff,#fffaf4)}
.bonus-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.bonus-card{overflow:hidden;background:#fff;border:1px solid rgba(109,75,161,.12);border-radius:20px;box-shadow:var(--shadow-soft);transition:transform .25s ease,box-shadow .25s ease}.bonus-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.bonus-card__image{position:relative}.bonus-card__image img{width:100%;aspect-ratio:1.2/1;object-fit:cover}.bonus-card__image span{position:absolute;top:12px;right:12px;padding:6px 9px;border-radius:999px;background:var(--lavender-deep);color:#fff;font-size:10px;font-weight:800}.bonus-card>div:last-child{padding:20px}.bonus-card h3{font:700 24px/1.1 Playfair,Georgia,serif;margin:0 0 5px}.bonus-card h4{margin:0 0 10px;color:var(--rose);font-size:13px}.bonus-card p{min-height:70px;margin:0 0 15px;color:#71697b;font-size:13px}.bonus-card>div>strong{color:var(--rose);font-size:11px;letter-spacing:.08em}.bonus-card:last-child{grid-column:2}.bonus-cta{max-width:650px;margin:52px auto 0;padding:28px 38px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-radius:20px;background:#fff;box-shadow:var(--shadow);text-align:center}.bonus-cta p{margin:0}.bonus-cta strong{color:var(--rose);font-size:12px;letter-spacing:.12em}

.reviews{background:#fffcf7}.review-carousel__viewport{overflow:hidden}.review-carousel__track{display:flex;gap:18px;transition:transform .45s cubic-bezier(.2,.7,.2,1)}.review-card{flex:0 0 calc((100% - 36px)/3);min-height:330px;padding:24px;background:#fff;border:1px solid #eee8ef;border-radius:14px;box-shadow:var(--shadow-soft);color:#29232e}.review-card header{display:flex;align-items:center;gap:10px}.review-card header>div{min-width:0}.review-card h3{font:700 14px/1.2 Inter,sans-serif;margin:0}.review-card header p{margin:2px 0 0;color:#7d7781;font-size:10px}.avatar{flex:0 0 38px;display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#e9dbfb;color:var(--lavender-deep);font-size:12px;font-weight:800}.verified{margin-left:auto;display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#33b77b;color:white;font-size:11px}.review-card>.stars{margin-top:18px}.review-card small{color:#7c7580}.review-card h4{font-size:16px;margin:10px 0}.review-card>p{font-size:13px;line-height:1.55;color:#57505d}.review-card footer{margin-top:20px;padding-top:14px;border-top:1px solid #eee;font-size:9px;color:#817b84}.carousel-controls{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:28px}.carousel-controls button{width:40px;height:40px;border:1px solid #e0d5e9;border-radius:50%;background:#fff;cursor:pointer}.carousel-controls button:hover{background:var(--lavender-soft)}.carousel-dots{display:flex;gap:6px}.carousel-dot{width:8px;height:8px;padding:0!important;border:0!important;background:#d9cce6!important}.carousel-dot.is-active{width:22px;border-radius:10px;background:var(--lavender-deep)!important}

.guarantee{background:linear-gradient(180deg,#f4edff,#fffaf5)}.guarantee-card{display:flex;align-items:center;gap:34px;padding:42px 52px;border-radius:24px;background:#fff;box-shadow:var(--shadow)}.guarantee-seal{flex:0 0 110px;width:110px;height:110px;display:grid;place-content:center;border-radius:50%;background:radial-gradient(circle,#d94aaf 0 45%,#873dcc 48% 69%,#ead2ff 71%);color:#fff;text-align:center;filter:drop-shadow(0 12px 15px rgba(114,54,178,.25))}.guarantee-seal strong{font:800 46px/.8 Playfair,serif}.guarantee-seal span{font-size:10px;font-weight:800;letter-spacing:.16em}.guarantee h2{font-size:40px;margin:0 0 10px}.guarantee-card p:last-child{margin:0;color:#696172}

.faq{background:#fffaf4}.faq .section-heading{margin-bottom:38px}.faq-list{display:grid;gap:10px}.faq-item{overflow:hidden;border:1px solid #e9e2ed;border-radius:14px;background:#fff;box-shadow:0 4px 12px rgba(50,29,71,.04)}.faq-item h3{margin:0}.faq-item button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 22px;border:0;background:transparent;text-align:left;font:700 14px/1.35 Inter,sans-serif;cursor:pointer}.faq-item button span{flex:0 0 25px;height:25px;display:grid;place-items:center;border-radius:50%;background:var(--lavender-soft);color:var(--lavender-deep)}.faq-item [role=region]{padding:0 22px 18px;color:#716a78;font-size:13px}.faq-item [role=region] p{margin:0}.faq-item.is-open{border-color:#d9c9e8}.faq-item.is-open button{color:var(--lavender-deep)}

.final-cta{padding:86px 0 118px;background:radial-gradient(circle at 84% 70%,rgba(181,59,182,.28),transparent 32%),linear-gradient(135deg,#251a48,#32205e 60%,#261a4b);color:#fff;text-align:center}.final-cta .offer-pill{background:rgba(255,255,255,.12);color:#e7d9ff}.final-cta h2{font-size:56px;margin:8px 0 30px}.final-cta .script{color:#dd6ac0}.final-features{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:0 auto 30px}.final-features div{padding:16px 12px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.055)}.final-features strong,.final-features span{display:block}.final-features strong{font-size:14px}.final-features span{color:#cfc5df;font-size:10px}.final-price{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap;margin:0 0 20px}.final-price strong{font:800 44px/1 RobotoCondensed,Arial,sans-serif}.final-price del{color:#a99ebe}.final-price>span{padding:5px 9px;border-radius:999px;background:var(--rose);font-size:11px;font-weight:800}.final-price small{width:100%;color:#cfc5df}.final-cta .button{min-width:300px}.final-trust{display:flex;justify-content:center;gap:22px;margin:20px 0 0;color:#bfb6d0;font-size:10px}

.sticky-cta{position:fixed;z-index:40;left:50%;bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:28px;width:min(680px,calc(100% - 28px));padding:12px 14px 12px 22px;border:1px solid rgba(197,164,224,.7);border-radius:22px;background:rgba(255,255,255,.95);box-shadow:0 12px 40px rgba(42,30,81,.25);backdrop-filter:blur(14px);transform:translate(-50%,calc(100% + 40px));opacity:0;pointer-events:none;transition:transform .45s ease,opacity .45s ease}.sticky-cta.is-visible{transform:translate(-50%,0);opacity:1;pointer-events:auto}.sticky-cta small{display:block;color:#765d87;font-size:10px;text-transform:uppercase}.sticky-cta small i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#2ac77c}.sticky-cta p{margin:1px 0 0}.sticky-cta p strong{font:800 22px/1 RobotoCondensed,Arial,sans-serif}.sticky-cta del{margin-left:7px;color:#8b8490;font-size:11px}.sticky-cta p>span{margin-left:8px;font-size:10px}.sticky-cta .button{min-height:46px;padding:10px 24px}

.reveal{animation:fadeUp .65s ease both}.reveal.is-visible{opacity:1;transform:none}
@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}

@media(max-width:900px){
  .section{padding:82px 0}.hero{padding-top:46px}.hero__grid,.product__grid{grid-template-columns:1fr;gap:36px}.hero__copy{text-align:center}.hero__copy h1,.hero__lead{margin-inline:auto}.hero__benefits{max-width:650px;margin-inline:auto;text-align:left}.secure-line,.rating-line{justify-content:center}.hero__visual{max-width:600px;margin:auto}.category-grid{grid-template-columns:1.35fr 1fr;grid-template-rows:repeat(3,360px)}.category-card--large{grid-row:1/3}.category-card:nth-child(4){grid-column:1}.category-card:nth-child(5){grid-column:2}.bonus-grid{grid-template-columns:repeat(2,1fr)}.bonus-card:last-child{grid-column:auto}.review-card{flex-basis:calc((100% - 18px)/2)}
}

@media(max-width:639px){
  :root{--bar-height:36px}.container,.container--narrow,.container--faq{width:min(100% - 36px,520px)}.section{padding:74px 0}.urgency__desktop,.urgency__ends{display:none}.urgency__mobile{display:inline}.urgency__inner{font-size:11px}.countdown span{min-width:24px;padding:5px 4px}
  .hero{min-height:0;padding:30px 0 48px}.hero__grid{display:flex;flex-direction:column;gap:16px}.hero__copy{display:contents}.hero__copy .eyebrow{order:1;align-self:center;margin-bottom:4px}.hero__copy h1{order:2;font-size:39px;line-height:1.02;margin:0;text-align:center}.hero__lead{order:3;font-size:15px;line-height:1.55;margin:0;text-align:center}.rating-line{order:4;margin:0;font-size:12px}.hero__visual{order:5;width:100%;margin:8px auto 0}.hero__visual picture{padding:6px;border-radius:26px}.hero__visual img{border-radius:21px}.hero__badge{top:-10px;right:-5px;width:67px;height:67px;font-size:9px}.hero__label{bottom:13px;padding:6px 10px;font-size:8px}.hero__label--left{left:12px}.hero__label--right{right:12px}.hero__button{order:6;width:100%;margin:0;font-size:16px}.secure-line{order:7;margin:-2px 0 0;font-size:8px}.hero__benefits{order:8;width:100%;grid-template-columns:1fr;gap:8px;font-size:13px}.hero:after{height:35px}
  .section-heading{margin-bottom:34px}.section-heading h2,.product h2,.guarantee h2,.final-cta h2{font-size:36px}.section-heading>p:last-child{font-size:15px}.eyebrow{font-size:9px}
  .info-card{align-items:flex-start;padding:20px 18px;gap:14px}.icon-badge{flex-basis:44px;width:44px;height:44px}.info-card h3{font-size:17px}.info-card p{font-size:13px}
  .category-grid{display:grid;grid-template-columns:1fr;grid-template-rows:560px repeat(4,370px);gap:10px}.category-card--large,.category-card:nth-child(4),.category-card:nth-child(5){grid-column:1;grid-row:auto}.category-card h3{font-size:23px}.category-card--large h3{font-size:29px}.category-card div{left:14px;right:14px;bottom:14px}
  .product__grid{gap:32px}.product__copy h2{font-size:38px}.product__copy{text-align:center}.product__copy .rating-line{justify-content:center}.price-row{justify-content:center}.price-row strong{font-size:38px}.check-list{text-align:left}.gallery__thumbs{gap:7px}.gallery__thumb{border-radius:10px}.trust-row{gap:5px}
  .bonus-grid{grid-template-columns:1fr;gap:18px}.bonus-card{display:block}.bonus-card__image img{width:100%;height:auto;aspect-ratio:1.2/1;object-fit:cover}.bonus-card>div:last-child{padding:20px}.bonus-card h3{font-size:23px}.bonus-card p{min-height:0;font-size:13px}.bonus-cta{display:grid;padding:24px 20px}.bonus-cta .button{width:100%}
  .review-card{flex-basis:100%;min-height:345px}.guarantee-card{display:grid;justify-items:center;padding:32px 24px;text-align:center}.guarantee-seal{width:98px;height:98px;flex-basis:98px}.guarantee h2{font-size:32px}.faq{padding-block:115px}.faq-item button{padding:19px 16px;font-size:13px}.faq-item [role=region]{padding:0 16px 19px}
  .final-cta{padding:90px 0 150px}.final-cta h2{font-size:42px}.final-features{grid-template-columns:1fr;gap:8px}.final-features div{padding:12px}.final-trust{gap:12px;flex-wrap:wrap}.final-cta .button{width:100%;min-width:0}
  .sticky-cta{bottom:8px;width:calc(100% - 20px);gap:10px;padding:9px 9px 9px 14px;border-radius:18px}.sticky-cta small{font-size:8px}.sticky-cta p strong{font-size:20px}.sticky-cta del{font-size:9px}.sticky-cta .button{min-height:44px;padding:9px 18px;font-size:13px}
}

/* Checkpoint 1e — fidelity pass from annotated review */
.eyebrow__icon,.eyebrow>img{width:14px;height:14px;flex:0 0 14px}
.gold-stars{display:inline-flex;gap:1px}.gold-stars img{width:16px;height:16px}
.button__icon{width:18px;height:18px;transition:transform .22s ease}.button:hover .button__icon{transform:translateX(4px)}
[data-cta-pulse]{box-shadow:0 0 0 0 rgba(233,66,162,.38);animation:pulseGlow 2.5s ease-out infinite}
@keyframes pulseGlow{0%,100%{box-shadow:0 0 0 0 rgba(233,66,162,.38)}50%{box-shadow:0 0 0 14px rgba(233,66,162,0)}}
.sticky-cta .button,.sticky-cta .button:hover{box-shadow:none}
.secure-line span{display:inline-flex;align-items:center;gap:4px}.secure-line img{width:12px;height:12px}
.icon-badge img{width:24px;height:24px}.stack-cards--benefits .icon-badge{border-radius:50%;background:var(--lavender-soft);box-shadow:var(--shadow-soft)}.stack-cards--benefits .icon-badge img{width:27px;height:27px}
.pain .icon-badge{flex-basis:48px;width:48px;height:48px;border-radius:16px}.benefits .icon-badge{flex-basis:56px;width:56px;height:56px}
.offer-pill{display:inline-flex;align-items:center;gap:7px;background:rgba(225,86,143,.1);color:var(--rose);padding:6px 11px;font-size:10px}.offer-pill img{width:13px;height:13px}
.product__copy>.offer-pill{color:var(--rose)}
.trust-row span{display:flex;align-items:center;justify-content:center;gap:6px;min-height:40px;padding:8px;background:rgba(239,231,251,.58);border:0;color:rgba(42,30,81,.8);font-weight:600}.trust-row img{width:15px;height:15px;flex:0 0 15px}
.bonus-heading__highlight{color:var(--rose);font-weight:800}
.bonus-card>div:last-child{display:flex;min-height:245px;flex-direction:column}.bonus-card p{flex:1}.bonus-card__footer{display:flex;justify-content:flex-end;margin-top:auto;padding-top:13px;border-top:1px dashed rgba(175,149,223,.38)}.bonus-card__free{display:inline-flex;padding:4px 12px;border-radius:999px;background:rgba(225,86,143,.1);color:var(--rose);font-size:11px;font-weight:800;letter-spacing:.08em}
.bonus-cta{display:block;max-width:768px;padding:32px;text-align:center;border:1px solid rgba(175,149,223,.3);border-radius:28px}.bonus-cta__icon{width:32px;height:32px;margin:0 auto 8px}.bonus-cta p{display:grid;gap:3px}.bonus-cta p strong{color:#6d6580;font-size:11px;letter-spacing:.2em}.bonus-cta p span{font:700 34px/1.1 Dancing,cursive;color:var(--rose)}.bonus-cta .button{margin-top:18px}
.review-eyebrow{background:rgba(0,182,122,.1);border:0;color:#00734a}.review-eyebrow img{width:14px;height:14px}.trustpilot-summary{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:12px}.trustpilot-summary>p{margin:0;color:var(--plum);font-size:14px}.trustscore{color:#00b67a;font-weight:800}.trustpilot-stars,.review-stars{display:flex;gap:2px}.trustpilot-stars span,.review-stars span{display:grid;place-items:center;background:#00b67a}.trustpilot-stars span{width:24px;height:24px}.trustpilot-stars img{width:18px;height:18px}.review-stars span{width:20px;height:20px}.review-stars img{width:14px;height:14px}.review-card{border-color:rgba(175,149,223,.18);border-radius:16px;box-shadow:var(--shadow-soft)}.review-card header{display:grid;grid-template-columns:auto 1fr}.avatar{width:44px;height:44px;flex-basis:44px;background:#d4f5e3;color:#00734a}.review-card__rating{display:flex;align-items:center;justify-content:space-between;margin-top:16px}.review-card__rating small{font-size:11px}.review-card h4{margin-top:12px}.review-card footer strong{color:var(--plum)}
.guarantee-card{position:relative;overflow:hidden;gap:48px;padding:48px;border:1px solid rgba(175,149,223,.3);border-radius:32px;box-shadow:0 20px 50px -20px rgba(108,74,179,.25)}.guarantee-seal{position:relative;flex:0 0 176px;width:176px;height:176px;border:4px solid rgba(108,74,179,.2);background:var(--lavender-soft);filter:none;box-shadow:var(--shadow)}.guarantee-seal__core{display:grid;place-content:center;width:112px;height:112px;border-radius:28px;background:linear-gradient(135deg,#e1568f,#7138cd);box-shadow:0 0 60px rgba(225,86,143,.35)}.guarantee-seal__core strong{font:800 48px/.88 Inter,sans-serif}.guarantee-seal__core span{display:block;margin-top:6px;font-size:10px;line-height:1;letter-spacing:.18em}.guarantee-seal__shield{position:absolute;right:5px;bottom:-8px;display:grid;place-items:center;width:42px;height:42px;padding:7px;border:4px solid #fff;border-radius:50%;background:var(--gold);box-shadow:var(--shadow-soft)}.guarantee-seal__shield img{width:100%;height:100%}.guarantee-copy .eyebrow{background:rgba(225,86,143,.1);border:0;color:var(--rose)}.guarantee-copy>p:last-child strong:last-of-type{color:var(--rose)}
.final-cta .offer-pill{border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.1);color:var(--lavender-soft)}.final-features{max-width:768px;text-align:left}.final-features div{padding:20px;border-radius:16px}.final-feature__icon{width:24px;height:24px;margin-bottom:12px}.final-features strong{font:700 18px/1.2 Playfair,Georgia,serif}.final-features span{margin-top:3px;font-size:13px}.final-price{margin-top:30px}.final-price strong{font-size:48px}.final-trust span{display:inline-flex;align-items:center;gap:6px}.final-trust img{width:14px;height:14px}

@media(max-width:639px){
  .product__copy{text-align:left}.product__copy .rating-line,.price-row{justify-content:flex-start}.product__copy .offer-pill{align-self:flex-start}.trust-row{gap:6px}.trust-row span{flex-direction:column;gap:4px;min-height:56px;font-size:9px}.trust-row img{width:16px;height:16px}
  .bonus-card>div:last-child{min-height:0}.bonus-card__footer{margin-top:2px}.bonus-cta{display:block;padding:28px 22px}.bonus-cta p span{font-size:32px}.bonus-cta .button{width:auto;min-width:240px}
  .trustpilot-summary{flex-direction:column;gap:8px}.trustpilot-summary>p{font-size:13px}.review-card{min-height:365px}.review-card__rating{margin-top:18px}
  .guarantee-card{gap:28px;padding:32px 24px}.guarantee-seal{width:144px;height:144px;flex-basis:144px}.guarantee-seal__core{width:96px;height:96px;border-radius:24px}.guarantee-seal__core strong{font-size:42px}.guarantee-seal__core span{margin-top:7px}.guarantee-seal__shield{right:2px;width:39px;height:39px}.guarantee-copy h2{font-size:34px}
  .final-features div{padding:20px}.final-feature__icon{margin-bottom:10px}.final-price strong{font-size:36px}.final-price del{font-size:14px}.final-price{gap:10px}.final-cta .button{min-height:60px}.final-trust{gap:14px}
}

/* Legal pages and sales-page legal navigation */
.legal-footer{padding:26px 20px 120px;background:#251a48;color:#d7cde7;text-align:center;font-size:12px}.legal-footer nav{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.legal-footer a{text-decoration:underline;text-underline-offset:3px}.legal-footer a:hover{color:#fff}.legal-footer p{margin:14px 0 0}
.legal-page{min-height:100vh;padding:56px 0 80px;background:linear-gradient(180deg,#f4edff,#fffaf4)}.legal-page__back{display:inline-flex;margin-bottom:24px;color:var(--lavender-deep);font-weight:700}.legal-card{padding:clamp(26px,5vw,58px);border:1px solid rgba(175,149,223,.3);border-radius:28px;background:#fff;box-shadow:var(--shadow)}.legal-card h1{font:800 clamp(38px,6vw,58px)/1.05 Playfair,Georgia,serif;margin:0 0 8px}.legal-card h2{font:700 24px/1.2 Playfair,Georgia,serif;margin:34px 0 10px}.legal-card p,.legal-card li{color:#625a71}.legal-card ul{padding-left:22px}.legal-card__updated{margin:0 0 30px;color:#81778e!important;font-size:13px}.legal-card__notice{margin-top:38px;padding:18px;border-radius:14px;background:var(--lavender-soft)}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}
