:root{--accent: #5e60ce;--accent-dark: #4a4cb8;--accent-light: #eeeffe;--dark: #2e2a39;--bg1: #faf8f4;--bg2: #ece7dd;--text: #1a1a1a;--muted: #6b6880;--white: #ffffff;--gold: #c8a84b;--radius: 34px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:var(--bg1);color:var(--text);font-size:16px;line-height:1.6;padding-bottom:80px}h1,h2,h3,h4{font-family:Outfit,sans-serif;letter-spacing:-.4px;line-height:1.15}img{max-width:100%;height:auto;display:block}.container{max-width:1100px;margin:0 auto;padding:0 24px}.narrow{max-width:780px;margin:0 auto;padding:0 24px}.topbar{background:var(--dark);color:var(--bg1);text-align:center;padding:11px 20px;font-size:13.5px;font-weight:500;letter-spacing:.2px}.topbar span{color:gold}.header{background:var(--bg1);border-bottom:1px solid rgba(0,0,0,.07);padding:14px 24px;text-align:center;position:sticky;top:0;z-index:200}.logo{font-family:Outfit,sans-serif;font-size:21px;font-weight:700;color:var(--dark);letter-spacing:-.3px}.logo span{color:var(--accent)}.btn{display:inline-block;background:var(--accent);color:var(--bg1);padding:16px 36px;border-radius:var(--radius);font-family:Outfit,sans-serif;font-weight:600;font-size:17px;text-decoration:none;cursor:pointer;border:none;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 20px #5e60ce4d;white-space:nowrap}.btn:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 8px 28px #5e60ce66}.btn.lg{padding:20px 52px;font-size:20px}.btn.full{display:block;text-align:center;width:100%}.btn.ghost{background:transparent;color:var(--accent);border:2px solid var(--accent);box-shadow:none}.btn.ghost:hover{background:var(--accent);color:var(--bg1)}.section{padding:80px 24px}.section-sm{padding:50px 24px}.bg2{background:var(--bg2)}.bg-dark{background:var(--dark);color:var(--bg1)}.bg-accent{background:var(--accent);color:#fff}.center{text-align:center}.label{display:inline-block;background:var(--accent-light);color:var(--accent);border:1px solid rgba(94,96,206,.25);border-radius:20px;padding:5px 15px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:14px}.label.light{background:#ffffff26;color:#fff;border-color:#ffffff4d}.section-title{font-size:clamp(28px,3.5vw,44px);font-weight:800;color:var(--dark);margin-bottom:16px}.section-title.light{color:#fff}.section-sub{font-size:17px;color:var(--muted);max-width:640px;margin:0 auto 40px;line-height:1.7}.section-sub.light{color:#faf8f4bf}.divider{width:56px;height:3px;background:var(--accent);border-radius:2px;margin:16px auto 24px}.hero{position:relative;overflow:hidden;background:#0a0a1a;min-height:660px;display:flex;flex-direction:column;justify-content:center}.hero-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000085;z-index:1}.hero-mobile-photo{display:none}.hero-inner{position:relative;z-index:2;max-width:1100px;margin:0 auto;padding:90px 24px;width:100%}.hero-content{max-width:560px}.hero-eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:18px}.hero-stars{color:gold;font-size:15px;letter-spacing:1px}.hero-count{font-size:13px;color:#ffffffa6;font-weight:500}.hero h1{font-size:clamp(34px,4.5vw,56px);font-weight:900;color:#fff;margin-bottom:18px}.hero h1 em{color:#a5b4fc;font-style:normal}.hero-desc{font-size:17px;color:#ffffffc7;margin-bottom:28px;line-height:1.7}.checklist{list-style:none;margin-bottom:32px}.checklist li{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:500;color:#ffffffe6;margin-bottom:10px}.checkmark{width:22px;height:22px;background:var(--accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;flex-shrink:0}.hero-trust{display:flex;gap:14px;flex-wrap:nowrap;margin-top:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.15)}.trust-item{display:flex;align-items:center;gap:5px;font-size:12px;color:#ffffffa6;font-weight:500;white-space:nowrap}.trust-item svg{flex-shrink:0}.label.on-dark{background:#ffffff1f;color:#fff;border-color:#ffffff40}.hero-bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;display:none}.hero-bg-img[src]:not([src=""]){display:block}.proof-strip{background:var(--dark);color:var(--bg1);padding:16px 0;overflow:hidden}.proof-track{display:flex;width:max-content;animation:proof-marquee 28s linear infinite}.proof-track:hover{animation-play-state:paused}.proof-strip-inner{display:flex;align-items:center;gap:0;flex-shrink:0}.proof-item{display:flex;align-items:center;gap:9px;font-size:14.5px;font-weight:500;padding:0 36px;white-space:nowrap}.proof-item .stars{color:gold}.proof-sep{color:#faf8f433;font-size:18px;flex-shrink:0}@keyframes proof-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.problems-intro{max-width:680px;margin:0 auto 50px}.problems-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.problem-card{background:var(--white);border-radius:18px;padding:10px 26px 12px;border:1px solid rgba(0,0,0,.06);transition:box-shadow .2s}.problem-card:hover{box-shadow:0 8px 32px #00000014}.problem-card-header{display:flex;align-items:center;gap:12px;margin-bottom:10px}.problem-emoji{font-size:32px;flex-shrink:0}.problem-card h3{font-size:18px;font-weight:700;color:var(--dark);margin:0}.problem-card p{font-size:14px;color:var(--muted);line-height:1.65}.problem-note{background:#5e60ce12;border-left:3px solid var(--accent);border-radius:0 10px 10px 0;padding:12px 16px;margin-top:14px;font-size:13px;color:var(--accent);font-weight:600}.agitate-box{background:var(--dark);color:var(--bg1);border-radius:18px;padding:36px 40px;margin:50px auto 0;max-width:780px;text-align:center}.agitate-box h3{font-size:24px;font-weight:700;color:#fff;margin-bottom:14px}.agitate-box p{font-size:15px;color:#faf8f4bf;line-height:1.7}.solution-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}.solution-list{list-style:none;margin:24px 0 36px}.solution-list li{display:flex;align-items:flex-start;gap:12px;font-size:15.5px;color:var(--text);margin-bottom:14px;line-height:1.55}.solution-list .checkmark{flex-shrink:0;margin-top:2px}.solution-text{flex:1}.solution-text strong{color:var(--dark)}.solution-img{border-radius:20px;overflow:hidden;box-shadow:0 12px 48px #0000001a}.solution-img img{width:100%}.sol-slider{border-radius:20px;overflow:hidden;box-shadow:0 12px 48px #0000001a;position:relative;background:var(--bg2);width:100%}.sol-slides{display:flex;width:300%;transition:transform .6s cubic-bezier(.4,0,.2,1);will-change:transform}.sol-slide{width:33.333%;flex-shrink:0}.sol-slide img{width:100%;display:block;object-fit:cover;aspect-ratio:1/1}.sol-dots{display:flex;justify-content:center;gap:8px;padding:18px 0 16px;background:var(--bg2)}.sol-dot{width:8px;height:8px;border-radius:50%;background:#0003;border:none;cursor:pointer;transition:background .25s,transform .25s;padding:0}.sol-dot.active{background:var(--accent);transform:scale(1.25)}.before-after-wrap{border-radius:20px;overflow:hidden;margin:50px auto;max-width:780px;box-shadow:0 8px 40px #0000001a}.before-after-wrap img{width:100%}.result-highlight{background:var(--accent);color:#fff;text-align:center;padding:28px 24px}.result-highlight p{font-family:Outfit,sans-serif;font-size:clamp(18px,2.5vw,28px);font-weight:700;line-height:1.3}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.step-card{background:var(--white);border-radius:18px;padding:32px 24px;text-align:center;border:1px solid rgba(0,0,0,.06)}.step-num{width:50px;height:50px;background:var(--accent);color:#fff;border-radius:50%;font-family:Outfit,sans-serif;font-size:24px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 18px}.step-card h3{font-size:18px;font-weight:700;color:var(--dark);margin-bottom:10px}.step-card p{font-size:14px;color:var(--muted);line-height:1.65}.tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.tech-cards{display:flex;flex-direction:column;gap:16px}.tech-card{background:var(--white);border-radius:14px;padding:20px 22px;border:1px solid rgba(94,96,206,.15);border-left:4px solid var(--accent)}.tech-card-head{display:flex;align-items:center;gap:10px;margin-bottom:8px}.tech-icon{font-size:22px}.tech-card h4{font-size:16px;font-weight:700;color:var(--dark)}.tech-badge-pill{background:var(--accent);color:#fff;font-size:10px;padding:2px 9px;border-radius:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.tech-card p{font-size:13.5px;color:var(--muted);line-height:1.6}.tech-img{border-radius:16px;overflow:hidden;box-shadow:0 8px 40px #0000001a}.tech-img img{width:100%}.patch-duo{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:780px;margin:52px auto 0;text-align:left}.patch-card{background:var(--white);border-radius:18px;overflow:hidden;border:1px solid rgba(0,0,0,.07);box-shadow:0 4px 20px #0000000f}.patch-photo{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.patch-photo-placeholder{width:100%;aspect-ratio:4/3;background:var(--bg2);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:var(--muted);font-size:12px;border-bottom:2px dashed rgba(0,0,0,.08)}.patch-body{padding:18px 20px 20px}.patch-num{display:inline-block;background:var(--accent);color:#fff;font-family:Outfit,sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;padding:3px 10px;border-radius:10px;margin-bottom:10px}.patch-title{font-family:Outfit,sans-serif;font-size:17px;font-weight:700;color:var(--dark);margin-bottom:8px;line-height:1.25}.patch-desc{font-size:13.5px;color:var(--muted);line-height:1.6;margin-bottom:14px}.patch-targets{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}.patch-target{display:flex;align-items:center;gap:7px;font-size:12.5px;font-weight:600;color:var(--dark)}.patch-target-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);flex-shrink:0}@media(max-width:600px){.patch-duo{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:12px;max-width:none;margin-left:-20px;margin-right:-20px;width:calc(100% + 40px);padding:0 20px 4px;scrollbar-width:none}.patch-duo::-webkit-scrollbar{display:none}.patch-card{flex:0 0 82%;scroll-snap-align:start;min-width:0}}.anatomy-wrap{max-width:700px;margin:0 auto;border-radius:20px;overflow:hidden;box-shadow:0 8px 40px #00000014}.anatomy-wrap img{width:100%}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.stat-box{text-align:center;padding:44px 20px;border-right:1px solid rgba(250,248,244,.12)}.stat-box:last-child{border-right:none}.stat-num{font-family:Outfit,sans-serif;font-size:clamp(52px,6vw,72px);font-weight:900;color:#fff;line-height:1;margin-bottom:8px}.stat-label{font-size:14.5px;color:#faf8f4b3;line-height:1.4}.table-wrap{overflow-x:auto;margin-top:44px}.comp-table{width:100%;border-collapse:separate;border-spacing:0;font-size:14.5px;min-width:600px}.comp-table thead th{padding:16px 14px;font-family:Outfit,sans-serif;font-weight:700;font-size:13.5px;text-align:center;border-bottom:2px solid rgba(0,0,0,.08)}.comp-table thead th:first-child{text-align:left;padding-left:0}.comp-table thead th.hl{background:var(--accent);color:#fff;border-radius:12px 12px 0 0}.comp-table tbody td{padding:14px;border-bottom:1px solid rgba(0,0,0,.06);text-align:center;vertical-align:middle}.comp-table tbody td:first-child{text-align:left;padding-left:0;font-weight:500;color:var(--dark);font-size:14px}.comp-table tbody td.hl{background:#5e60ce0d}.ck{color:#22c55e;font-size:19px}.cx{color:#ef4444;font-size:19px}.cp{color:#f59e0b;font-size:19px}.rating-hero{margin-bottom:50px}.rating-big{font-family:Outfit,sans-serif;font-size:80px;font-weight:900;color:var(--dark);line-height:1}.rating-stars{color:gold;font-size:28px;letter-spacing:3px;margin:6px 0}.rating-count{font-size:15px;color:var(--muted)}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.review-card{background:var(--white);border-radius:18px;padding:26px;border:1px solid rgba(0,0,0,.06)}.reviewer-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.reviewer-name{font-weight:700;color:var(--dark);font-size:15px}.reviewer-date{font-size:12px;color:var(--muted)}.review-stars{color:gold;font-size:13px;margin-bottom:10px}.review-title{font-weight:700;font-size:15px;color:var(--dark);margin-bottom:8px}.review-body{font-size:14px;color:var(--text);line-height:1.65;font-style:italic}.verified{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#22c55e;font-weight:600;margin-top:12px}.testimonials-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.testimonial-card{background:var(--white);border-radius:18px;padding:30px;border:1px solid rgba(0,0,0,.06)}.testimonial-card h4{font-size:17px;font-weight:700;color:var(--dark);margin-bottom:12px}.testimonial-card p{font-size:14.5px;color:var(--text);line-height:1.7;margin-bottom:16px}.testimonial-author{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid rgba(0,0,0,.07)}.author-avatar{width:44px;height:44px;border-radius:50%;background:var(--accent-light);display:flex;align-items:center;justify-content:center;font-family:Outfit,sans-serif;font-weight:700;color:var(--accent);font-size:16px;flex-shrink:0}.author-info strong{display:block;font-size:14px;color:var(--dark)}.author-info span{font-size:13px;color:var(--muted)}.guarantee-box{background:var(--white);border:2px solid var(--gold);border-radius:22px;padding:52px 48px;text-align:center;max-width:680px;margin:0 auto;box-shadow:0 8px 40px #c8a84b1a}.guarantee-seal{width:110px;height:110px;background:#fef8e7;border:3px solid var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:44px}.guarantee-box h2{font-size:28px;font-weight:800;color:var(--dark);margin-bottom:14px}.guarantee-box p{font-size:15.5px;color:var(--muted);line-height:1.75}.expert-grid{display:grid;grid-template-columns:1fr 2fr;gap:56px;align-items:center}.expert-icon{width:120px;height:120px;background:var(--accent-light);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:54px;margin:0 auto 16px}.expert-name{font-family:Outfit,sans-serif;font-weight:700;font-size:18px;color:var(--dark);text-align:center}.expert-title{font-size:13px;color:var(--muted);text-align:center;line-height:1.4}.expert-quote{font-size:17px;font-style:italic;color:var(--dark);line-height:1.8;margin-bottom:20px}.expert-note{font-size:14px;color:var(--muted)}.faq-list{max-width:780px;margin:40px auto 0}.faq-item{border-bottom:1px solid rgba(0,0,0,.09)}.faq-q{display:flex;justify-content:space-between;align-items:center;padding:20px 0;cursor:pointer;font-weight:600;font-size:16px;color:var(--dark);-webkit-user-select:none;user-select:none;gap:16px}.faq-icon{width:28px;height:28px;background:var(--accent-light);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--accent);font-size:18px;font-weight:300;flex-shrink:0;transition:transform .25s}.faq-a{font-size:14.5px;color:var(--muted);line-height:1.75;padding-bottom:20px;display:none}.faq-item.open .faq-a{display:block}.faq-item.open .faq-icon{transform:rotate(45deg);background:var(--accent);color:#fff}.buy-section{background:var(--bg2);padding-top:48px;padding-bottom:60px}.buy-layout{display:flex;flex-wrap:wrap;gap:40px;align-items:start}.buy-right{flex:1 1 380px;min-width:0}.buy-left{flex:1 1 380px;min-width:0;display:flex;flex-direction:column;gap:20px}.buy-rating-row{display:flex;align-items:center;gap:8px}.buy-stars{color:#f59e0b;font-size:19px;letter-spacing:1px}.buy-rating-txt{font-size:14px;color:var(--muted)}.buy-product-title{font-family:Outfit,sans-serif;font-size:24px;font-weight:800;color:var(--dark);line-height:1.2;margin:0}.buy-social-img{margin:-10px 0}.buy-social-img img{width:100%;display:block;border-radius:8px}.buy-social-img-ph{background:var(--bg2);border:2px dashed rgba(0,0,0,.1);border-radius:8px;padding:18px;text-align:center;font-size:12px;color:var(--muted)}.buy-outcome{font-size:14.5px;color:#374151;font-weight:500;background:#5e60ce12;border-left:3px solid var(--accent);padding:10px 14px;border-radius:0 8px 8px 0;margin:0}.buy-benefits{list-style:none;display:flex;flex-direction:column;gap:9px;padding:0;margin:0}.buy-benefits li{display:flex;align-items:flex-start;gap:9px;font-size:14.5px;color:var(--dark);line-height:1.45}.buy-benefits li:before{content:"u2713";color:#10b981;font-weight:800;font-size:13px;margin-top:2px;flex-shrink:0}.buy-bundles{display:flex;flex-direction:column;gap:10px}.buy-bundle{display:grid;grid-template-columns:54px 1fr auto 22px;align-items:center;gap:12px;border:2px solid rgba(0,0,0,.1);border-radius:14px;padding:14px 16px;cursor:pointer;transition:border-color .2s,background .2s;background:var(--white)}.buy-bundle{position:relative}.buy-bundle:hover{border-color:var(--accent);box-shadow:0 4px 16px #5e60ce1f}.buy-bundle.active{border-color:var(--accent);background:#eef0fd;box-shadow:0 6px 28px #5e60ce26}.bundle-popular{position:absolute;top:-1px;right:-1px;background:var(--accent);color:#fff;font-size:10px;font-weight:700;letter-spacing:.4px;padding:4px 12px;border-radius:0 13px 0 10px}.bundle-ebook{font-size:11.5px;color:#10b981;font-weight:600;margin-top:5px}.bundle-img-wrap{width:52px;height:52px;border-radius:10px;background:var(--bg2);display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0;overflow:hidden}.bundle-img-wrap img{width:100%;height:100%;object-fit:cover;border-radius:10px}.bundle-name{font-weight:700;font-size:14px;color:var(--dark);margin-bottom:3px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.bundle-desc{font-size:12.5px;color:var(--muted);line-height:1.4}.bundle-price{text-align:right;flex-shrink:0}.bundle-current{font-family:Outfit,sans-serif;font-weight:800;font-size:20px;color:var(--dark)}.bundle-old{font-size:12px;color:var(--muted);text-decoration:line-through}.bundle-radio{width:20px;height:20px;border-radius:50%;border:2px solid rgba(0,0,0,.2);flex-shrink:0;transition:border-color .2s;position:relative}.buy-bundle.active .bundle-radio{border-color:var(--accent)}.buy-bundle.active .bundle-radio:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background:var(--accent)}.vbadge{background:#ef4444;color:#fff;font-size:10px;padding:2px 7px;border-radius:6px;font-weight:700}.buy-cta-wrap{display:flex;flex-direction:column;gap:10px}.buy-guarantee-txt{text-align:center;font-size:13px;color:var(--muted)}.buy-trust-row{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:nowrap}.buy-trust-item{font-size:12px;color:var(--muted);white-space:nowrap}.buy-trust-sep{color:#0000002e;font-size:13px}@keyframes buy-pulse{0%{box-shadow:0 4px 24px #5e60ce59,0 0 #5e60ce66}70%{box-shadow:0 4px 24px #5e60ce59,0 0 0 14px #5e60ce00}to{box-shadow:0 4px 24px #5e60ce59,0 0 #5e60ce00}}#buy-btn,.hero-cta-btn{animation:buy-pulse 2.2s ease-out infinite}.buy-urgency{background:#ef444412;border:1px solid rgba(239,68,68,.2);border-radius:8px;padding:10px 14px;font-size:13px;color:#dc2626;font-weight:500}.buy-right{position:static}.buy-photo-wrap{position:relative;border-radius:20px;overflow:hidden;background:var(--white);box-shadow:0 16px 60px #0000001f;aspect-ratio:1/1;cursor:grab}.buy-photo-wrap:active{cursor:grabbing}.buy-photos{display:flex;width:500%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.buy-photo-slide{width:20%;flex-shrink:0;height:100%}.buy-photo-slide img{width:100%;height:100%;object-fit:cover;display:block}.buy-photo-ph{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:var(--bg2);text-align:center;padding:24px}.buy-photo-ph .ph-icon{font-size:32px}.buy-photo-ph .ph-title{font-weight:600;font-size:14px;color:var(--dark)}.buy-photo-ph .ph-desc{font-size:12px;color:var(--muted);max-width:180px;line-height:1.4}.buy-photo-dots{position:absolute;bottom:14px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:2}.buy-dot{height:8px;width:8px;border-radius:4px;background:#ffffff80;border:none;cursor:pointer;transition:background .2s,width .2s;padding:0}.buy-dot.active{background:#fff;width:22px}.buy-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;width:36px;height:36px;border-radius:50%;font-size:22px;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026;transition:background .15s;font-family:sans-serif;line-height:1}.buy-arrow:hover{background:#fff}.buy-arrow-prev{left:12px}.buy-arrow-next{right:12px}.buy-right{display:flex;flex-direction:column;gap:10px}.buy-thumbnails{display:flex;gap:8px}.buy-thumb{flex:1;aspect-ratio:1/1;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s;background:var(--bg2)}.buy-thumb.active{border-color:var(--accent)}.buy-thumb img{width:100%;height:100%;object-fit:cover;display:block}.buy-thumb-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:18px}.sticky-bar{position:fixed;bottom:0;left:0;right:0;background:var(--dark);color:var(--bg1);padding:13px 24px;display:flex;align-items:center;justify-content:space-between;z-index:500;box-shadow:0 -4px 24px #0000002e}.sticky-text{font-size:15px}.sticky-text strong{font-family:Outfit,sans-serif;font-size:19px;display:block}.sticky-bar .btn{padding:12px 26px;font-size:15px}.step-photo-placeholder{background:var(--bg2);border-radius:12px;margin:18px 0 0;min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:2px dashed rgba(0,0,0,.12);color:var(--muted);font-size:12px}.expert-photo-placeholder{width:140px;height:140px;border-radius:50%;background:var(--bg2);border:2px dashed rgba(0,0,0,.15);display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto 16px;color:var(--muted);font-size:12px;text-align:center;gap:4px;overflow:hidden}.review-photo-placeholder{background:var(--bg2);border-radius:10px;min-height:120px;margin-top:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:2px dashed rgba(0,0,0,.1);color:var(--muted);font-size:12px}.warning-section{background:#fff8f0;border-top:4px solid #f59e0b;border-bottom:4px solid #f59e0b}.warning-box{max-width:780px;margin:0 auto}.warning-title{font-family:Outfit,sans-serif;font-size:clamp(20px,2.5vw,26px);font-weight:800;color:#92400e;margin-bottom:16px}.warning-body{font-size:15.5px;color:var(--dark);line-height:1.75;margin-bottom:24px}.warning-img-placeholder{background:#fef3c7;border-radius:14px;min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:2px dashed #d97706;color:#92400e;font-size:14px;margin-top:20px}.prefaq-cta{background:linear-gradient(135deg,var(--dark) 0%,#1a1a3e 100%);color:#fff;padding:70px 24px;text-align:center}.prefaq-cta h2{font-family:Outfit,sans-serif;font-size:clamp(24px,3vw,38px);font-weight:800;color:#fff;margin-bottom:14px;line-height:1.2}.prefaq-sub{font-size:16px;color:#faf8f4bf;margin:0 auto 32px;line-height:1.7;max-width:580px}.prefaq-stats{display:flex;justify-content:center;gap:48px;flex-wrap:wrap;margin-bottom:40px}.prefaq-stat{text-align:center}.prefaq-stat strong{display:block;font-family:Outfit,sans-serif;font-size:38px;font-weight:900;color:#fff;line-height:1}.prefaq-stat span{font-size:13px;color:#faf8f48c;margin-top:4px;display:block}.cta-strip{background:var(--accent);padding:44px 24px;text-align:center}.cta-strip p{font-size:17px;font-weight:600;color:#ffffffeb;margin-bottom:22px;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.cta-strip .btn{background:#fff;color:var(--accent);box-shadow:0 4px 20px #00000026}.cta-strip .btn:hover{background:var(--bg1)}.cta-strip-sub{font-size:13px;color:#ffffffa6;margin-top:12px}@media(min-width:860px){.buy-right{position:sticky;top:24px}}@media(max-width:859px){.buy-layout{gap:24px}.buy-right{margin-left:-24px;margin-right:-24px}.buy-photo-wrap{border-radius:0}.buy-thumbnails{padding:0 16px}}@media(max-width:768px){body{padding-bottom:100px}.hero{min-height:600px}.hero-video{display:none}.hero-bg-img[src]:not([src=""]){display:block}.hero-inner{padding:40px 20px 52px}.hero-content{max-width:100%}.hero h1{font-size:30px}.problems-grid{grid-template-columns:1fr}.solution-grid{grid-template-columns:1fr;gap:36px}.steps-grid{grid-template-columns:1fr}.tech-grid{grid-template-columns:1fr;gap:36px}.stats-row{grid-template-columns:1fr}.stat-box{border-right:none;border-bottom:1px solid rgba(250,248,244,.12);padding:28px 20px}.stat-box:last-child{border-bottom:none}.reviews-grid,.testimonials-grid{grid-template-columns:1fr}.expert-grid{grid-template-columns:1fr;gap:28px}.guarantee-box{padding:34px 24px}.buy-bundle{grid-template-columns:44px 1fr auto 20px;gap:9px;padding:12px 14px}.bundle-current{font-size:17px}.buy-product-title{font-size:20px}.sticky-bar{flex-direction:column;gap:10px;padding:14px 20px;text-align:center}.proof-item{padding:0 20px;font-size:13px}.section{padding:56px 20px}.agitate-box{padding:28px 22px}.prefaq-stats{gap:24px}.prefaq-stat strong{font-size:30px}.warning-section.section{padding:44px 20px}.solution-list{margin:20px 0 28px}.solution-list li{background:var(--white);border-radius:14px;padding:14px 16px;margin-bottom:10px;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 8px #0000000a;align-items:flex-start}.solution-list .checkmark{margin-top:1px}.solution-text strong{display:block;margin-bottom:3px;font-size:14.5px}.solution-text{font-size:13.5px;color:var(--muted);line-height:1.55}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/ep-pro-lp.css.map */
