:root{--black: #000000;--near-black: #0a0a0a;--bg-base: #0d0d0d;--bg-card: #161616;--bg-elevated: #1e1e1e;--bg-border: #2a2a2a;--white: #ffffff;--off-white: #f5f5f7;--muted: #86868b;--faint: #424245;--gold: #d4a843;--gold-light: rgba(212,168,67,.15);--gold-border: rgba(212,168,67,.3);--serif: "Playfair Display", Georgia, serif;--sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--r: 6px;--r-sm: 3px;--transition: .22s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg-base);color:var(--off-white);font-family:var(--sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit;border:none;background:none}ul{list-style:none}.t-tag{display:inline-block;font-size:.68rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.t-display{font-family:var(--serif);font-size:clamp(2.4rem,5.5vw,4.4rem);font-weight:400;line-height:1.08;letter-spacing:-.02em;color:var(--white)}.t-display em{font-style:italic;color:var(--gold)}.t-h2{font-family:var(--serif);font-size:clamp(1.9rem,3.8vw,3rem);font-weight:400;line-height:1.15;letter-spacing:-.015em;color:var(--white)}.t-h2 em{font-style:italic;color:var(--gold)}.t-h3{font-family:var(--serif);font-size:1.25rem;font-weight:400;color:var(--white);line-height:1.3}.t-sub{font-size:1.05rem;font-weight:300;color:var(--muted);line-height:1.7;max-width:56ch}.t-body{font-size:.9rem;font-weight:300;color:var(--muted);line-height:1.75}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.95rem 2.2rem;border-radius:50px;font-size:.9rem;font-weight:600;letter-spacing:.01em;transition:all var(--transition);white-space:nowrap}.btn-primary{background:var(--white);color:var(--black)}.btn-primary:hover{background:var(--off-white);transform:translateY(-1px)}.btn-secondary{background:transparent;color:var(--white);border:1.5px solid rgba(255,255,255,.25)}.btn-secondary:hover{border-color:#ffffff8c;background:#ffffff0f}.btn-gold{background:var(--gold);color:var(--black)}.btn-gold:hover{background:#e0b84e;transform:translateY(-1px);box-shadow:0 8px 28px #d4a8434d}.btn-lg{padding:1.1rem 2.8rem;font-size:1rem}.btn-full{width:100%}.container{max-width:1120px;margin:0 auto;padding:0 5%}.section-pad{padding:7rem 0}.section-pad-sm{padding:4.5rem 0}.centered{text-align:center}.centered .t-sub{margin:0 auto}.hr{width:100%;height:1px;background:var(--bg-border);border:none;margin:0}.gold-rule{display:block;width:40px;height:2px;background:var(--gold);margin:1rem auto 1.5rem}.gold-rule.left{margin-left:0}.trust-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem 1rem;border-radius:50px;border:1px solid var(--bg-border);background:var(--bg-card);font-size:.78rem;font-weight:500;color:var(--off-white);white-space:nowrap}.trust-pill .check{color:var(--gold);font-weight:700}.stars{color:var(--gold);letter-spacing:.05em;font-size:.9rem}.fade-up{opacity:0;transform:translateY(28px);transition:opacity .55s ease,transform .55s ease}.fade-up.visible{opacity:1;transform:translateY(0)}.site-header{position:sticky;top:0;z-index:100;background:#0d0d0de0;backdrop-filter:saturate(180%) blur(16px);-webkit-backdrop-filter:saturate(180%) blur(16px);border-bottom:1px solid var(--bg-border)}.nav-inner{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 5%;height:60px}.nav-logo{display:flex;align-items:center;gap:.55rem;font-family:var(--serif);font-size:1.3rem;font-weight:400;color:var(--white);letter-spacing:.04em}.nav-logo-mark{width:30px;height:30px;border-radius:50%;background:var(--white);color:var(--black);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;letter-spacing:0;font-family:var(--sans)}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{font-size:.82rem;font-weight:400;color:var(--muted);letter-spacing:.01em;transition:color var(--transition)}.nav-links a:hover{color:var(--white)}.nav-social{display:flex;align-items:center;gap:.8rem}.nav-social a{color:var(--muted);transition:color var(--transition)}.nav-social a:hover{color:var(--white)}.nav-social svg{width:16px;height:16px;fill:currentColor}.nav-cart{display:flex;align-items:center;gap:.4rem;color:var(--muted);font-size:.82rem;transition:color var(--transition);position:relative}.nav-cart:hover{color:var(--white)}.nav-cart svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.cart-badge{position:absolute;top:-6px;right:-8px;width:16px;height:16px;border-radius:50%;background:var(--gold);color:var(--black);font-size:.6rem;font-weight:700;display:flex;align-items:center;justify-content:center}.nav-cta-btn{padding:.5rem 1.2rem;border-radius:50px;background:var(--white);color:var(--black);font-size:.8rem;font-weight:600;transition:all var(--transition)}.nav-cta-btn:hover{background:var(--off-white)}.nav-hamburger{display:none;flex-direction:column;gap:5px;padding:6px;cursor:pointer}.nav-hamburger span{display:block;width:22px;height:1.5px;background:var(--white);transition:all var(--transition)}.hero{min-height:92vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6rem 5% 5rem;position:relative;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 50% 40%,rgba(212,168,67,.07) 0%,transparent 60%),radial-gradient(ellipse 60% 40% at 80% 80%,rgba(212,168,67,.04) 0%,transparent 50%);pointer-events:none}.hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;border-radius:50px;border:1px solid var(--gold-border);background:var(--gold-light);font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:2rem}.hero-eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--gold);flex-shrink:0}.hero-headline{font-family:var(--serif);font-size:clamp(2.6rem,6.5vw,5.2rem);font-weight:400;line-height:1.06;letter-spacing:-.025em;color:var(--white);max-width:18ch;margin:0 auto 1.4rem}.hero-headline em{font-style:italic;color:var(--gold)}.hero-sub{font-size:clamp(1rem,1.8vw,1.18rem);font-weight:300;color:var(--muted);max-width:52ch;margin:0 auto 2.8rem;line-height:1.75}.hero-cta-row{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.hero-trust-row{display:flex;align-items:center;justify-content:center;gap:.6rem;flex-wrap:wrap}.hero-img-wrap{position:relative;width:100%;max-width:820px;margin:4rem auto 0;border-radius:16px;overflow:hidden;border:1px solid var(--bg-border);background:var(--bg-card);aspect-ratio:16/7;display:flex;align-items:center;justify-content:center}.hero-img-placeholder{display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--faint)}.hero-img-placeholder .icon{font-size:3rem;opacity:.5}.hero-img-placeholder p{font-size:.8rem;font-weight:300}.trust-bar{border-top:1px solid var(--bg-border);border-bottom:1px solid var(--bg-border);background:var(--bg-card);padding:1rem 0;overflow:hidden}.trust-bar-track{display:flex;gap:3rem;animation:scrollTrack 28s linear infinite;width:max-content}.trust-bar-track:hover{animation-play-state:paused}.trust-bar-item{display:flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:500;color:var(--muted);white-space:nowrap}.trust-bar-item .dot{color:var(--gold);font-size:1.1rem;line-height:1}@keyframes scrollTrack{0%{transform:translate(0)}to{transform:translate(-50%)}}.problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1px;background:var(--bg-border);border:1px solid var(--bg-border);border-radius:var(--r);overflow:hidden;margin-top:3.5rem}.problem-card{background:var(--bg-card);padding:2rem 1.8rem;transition:background var(--transition)}.problem-card:hover{background:var(--bg-elevated)}.problem-icon{font-size:1.6rem;margin-bottom:.9rem}.problem-title{font-size:.92rem;font-weight:600;color:var(--white);margin-bottom:.4rem}.problem-desc{font-size:.82rem;font-weight:300;color:var(--muted);line-height:1.65}.problem-quote{margin-top:3.5rem;padding:2.5rem 3rem;background:var(--bg-card);border-left:3px solid var(--gold);border-radius:0 var(--r) var(--r) 0}.problem-quote blockquote{font-family:var(--serif);font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:400;font-style:italic;color:var(--off-white);line-height:1.5;margin-bottom:1rem}.problem-quote cite{font-size:.78rem;color:var(--muted);font-style:normal}.solution-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3.5rem}.solution-card{padding:2.2rem;background:var(--bg-card);border:1px solid var(--bg-border);border-radius:var(--r);transition:border-color var(--transition),transform var(--transition)}.solution-card:hover{border-color:var(--gold-border);transform:translateY(-3px)}.solution-icon{font-size:1.8rem;margin-bottom:1rem}.solution-title{font-family:var(--serif);font-size:1.05rem;font-weight:400;color:var(--white);margin-bottom:.5rem}.solution-desc{font-size:.85rem;font-weight:300;color:var(--muted);line-height:1.7}.ba-timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3.5rem}.ba-card{background:var(--bg-card);border:1px solid var(--bg-border);border-radius:var(--r);overflow:hidden;transition:border-color var(--transition)}.ba-card.featured{border-color:var(--gold-border)}.ba-card:hover{border-color:#ffffff26}.ba-img{aspect-ratio:3/4;background:var(--bg-elevated);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.ba-img img{width:100%;height:100%;object-fit:cover}.ba-img-placeholder{display:flex;flex-direction:column;align-items:center;gap:.6rem;color:var(--faint);font-size:.78rem;font-weight:300;text-align:center;padding:1rem}.ba-img-placeholder span{font-size:2.4rem;opacity:.3}.ba-label{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.4rem}.ba-day{font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold)}.ba-shade-wrap{display:flex;align-items:center;gap:.4rem}.ba-shade{width:16px;height:16px;border-radius:50%;border:1px solid var(--bg-border)}.ba-shade-label{font-size:.72rem;color:var(--muted)}.ba-disclaimer{text-align:center;margin-top:1.5rem;font-size:.72rem;color:var(--faint)}.how-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3.5rem;position:relative}.how-steps:before{content:"";position:absolute;top:2.2rem;left:calc(16.67% + 2rem);right:calc(16.67% + 2rem);height:1px;background:linear-gradient(to right,var(--bg-border) 0%,var(--gold-border) 50%,var(--bg-border) 100%)}.how-step{text-align:center;position:relative}.how-num{width:44px;height:44px;border-radius:50%;border:1px solid var(--gold-border);background:var(--gold-light);color:var(--gold);font-size:.82rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1.4rem;position:relative;z-index:1}.how-icon{font-size:2rem;margin-bottom:.8rem}.how-title{font-family:var(--serif);font-size:1rem;font-weight:400;color:var(--white);margin-bottom:.6rem}.how-desc{font-size:.83rem;font-weight:300;color:var(--muted);line-height:1.7}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:3.5rem}.review-card{background:var(--bg-card);border:1px solid var(--bg-border);border-radius:var(--r);padding:1.8rem;transition:border-color var(--transition)}.review-card:hover{border-color:var(--gold-border)}.review-header{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem}.review-avatar{width:38px;height:38px;border-radius:50%;background:var(--bg-elevated);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;color:var(--white);flex-shrink:0;border:1px solid var(--bg-border)}.review-name{font-size:.85rem;font-weight:600;color:var(--white)}.review-meta{font-size:.72rem;color:var(--muted);margin-top:.1rem}.review-title{font-size:.9rem;font-weight:600;color:var(--white);margin-bottom:.5rem;line-height:1.3}.review-body{font-size:.82rem;font-weight:300;color:var(--muted);line-height:1.72}.review-verified{font-size:.68rem;color:var(--gold);font-weight:500;margin-top:.9rem;display:flex;align-items:center;gap:.3rem}.comparison-wrap{margin-top:3.5rem;border:1px solid var(--bg-border);border-radius:var(--r);overflow:hidden}.comparison-thead{display:grid;grid-template-columns:1fr 1fr 1fr;background:var(--bg-elevated)}.comparison-thead div{padding:1.1rem 1.5rem;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.comparison-thead .col-trention{background:var(--gold-light);border-left:1px solid var(--gold-border);border-right:1px solid var(--gold-border);color:var(--gold);text-align:center}.comparison-thead .col-others{color:var(--muted);text-align:center}.comparison-row{display:grid;grid-template-columns:1fr 1fr 1fr;border-top:1px solid var(--bg-border);background:var(--bg-card);transition:background var(--transition)}.comparison-row:hover{background:var(--bg-elevated)}.comparison-row .col-feature{padding:1.1rem 1.5rem;font-size:.85rem;font-weight:400;color:var(--off-white)}.comparison-row .col-trention{padding:1.1rem 1.5rem;font-size:1rem;text-align:center;background:#d4a8430a;border-left:1px solid var(--gold-border);border-right:1px solid var(--gold-border);color:var(--gold)}.comparison-row .col-others{padding:1.1rem 1.5rem;font-size:1rem;text-align:center;color:var(--faint)}.offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--bg-border);border:1px solid var(--bg-border);border-radius:var(--r);overflow:hidden;margin-top:3.5rem}.offer-item{background:var(--bg-card);padding:2rem 1.8rem;display:flex;align-items:flex-start;gap:1rem}.offer-icon{font-size:1.5rem;flex-shrink:0;margin-top:.1rem}.offer-name{font-size:.9rem;font-weight:600;color:var(--white);margin-bottom:.25rem}.offer-desc{font-size:.8rem;font-weight:300;color:var(--muted);line-height:1.6}.bundle-section{padding:7rem 0}.bundle-intro{text-align:center;margin-bottom:3rem}.bundle-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;max-width:1000px;margin:0 auto}.bundle-img-wrap{position:relative;border-radius:12px;overflow:hidden;border:1px solid var(--bg-border);background:var(--bg-card);aspect-ratio:1;display:flex;align-items:center;justify-content:center}.bundle-img-wrap img{width:100%;height:100%;object-fit:cover}.bundle-img-placeholder{display:flex;flex-direction:column;align-items:center;gap:.8rem;color:var(--faint);font-size:.8rem;font-weight:300}.bundle-img-placeholder span{font-size:4rem;opacity:.4}.bundle-badge-img{position:absolute;top:1rem;left:1rem;padding:.35rem .75rem;background:var(--gold);color:var(--black);font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;border-radius:4px}.bundle-trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--bg-border);border:1px solid var(--bg-border);border-radius:var(--r);overflow:hidden;margin-top:1px}.bundle-trust-item{background:var(--bg-card);padding:.9rem 1rem;display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:300;color:var(--muted)}.bundle-trust-item .icon{font-size:1rem;flex-shrink:0}.bundle-rating-row{background:var(--bg-card);border:1px solid var(--bg-border);border-top:0;padding:.75rem 1rem;display:flex;align-items:center;gap:.6rem;font-size:.78rem;color:var(--muted)}.bundle-title{font-family:var(--serif);font-size:1.7rem;font-weight:400;color:var(--white);line-height:1.2;margin-bottom:.4rem}.bundle-subtitle{font-size:.82rem;font-weight:300;color:var(--muted);margin-bottom:1.4rem}.urgency-bar{display:flex;align-items:center;gap:.6rem;padding:.65rem 1rem;background:var(--gold-light);border:1px solid var(--gold-border);border-radius:var(--r-sm);font-size:.77rem;font-weight:500;color:var(--gold);margin-bottom:1.4rem}.qty-label{font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:.7rem}#bundle-qty-wrap{display:flex;flex-direction:column;gap:.5rem}.qty-opt{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.1rem;border:1.5px solid var(--bg-border);border-radius:var(--r-sm);cursor:pointer;transition:border-color var(--transition),background var(--transition);background:var(--bg-card)}.qty-opt:hover{border-color:#d4a84366;background:var(--bg-elevated)}.qty-opt.active{border-color:var(--gold);background:#d4a8430f}.qty-opt-left{display:flex;align-items:center;gap:.75rem}.qty-radio{width:18px;height:18px;border-radius:50%;border:1.5px solid var(--faint);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color var(--transition)}.qty-opt.active .qty-radio{border-color:var(--gold)}.qty-radio-dot{width:8px;height:8px;border-radius:50%;background:var(--gold);display:none}.qty-opt.active .qty-radio-dot{display:block}.qty-name{font-size:.87rem;font-weight:500;color:var(--off-white)}.qty-sub{font-size:.73rem;font-weight:300;color:var(--muted);margin-top:.1rem}.qty-badge{font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.22rem .6rem;border-radius:3px;border:1px solid var(--gold-border);color:var(--muted);background:transparent;white-space:nowrap}.qty-opt.active .qty-badge{background:var(--gold);color:var(--black);border-color:var(--gold)}.bundle-price-row{display:flex;align-items:baseline;gap:.6rem;margin:1.4rem 0 1rem}.bundle-price{font-family:var(--serif);font-size:2.4rem;font-weight:300;color:var(--white)}.bundle-price-note{font-size:.78rem;font-weight:300;color:var(--muted)}.atc-btn{width:100%;padding:1.1rem;border-radius:50px;background:var(--white);color:var(--black);font-size:.95rem;font-weight:700;letter-spacing:.02em;transition:all var(--transition);display:flex;align-items:center;justify-content:center;gap:.5rem}.atc-btn:hover{background:var(--off-white);transform:translateY(-1px)}.atc-microtrust{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:.9rem;flex-wrap:wrap}.atc-microtrust span{font-size:.7rem;font-weight:300;color:var(--muted);display:flex;align-items:center;gap:.3rem}.why-mini{margin-top:1.8rem;padding:1.3rem;background:var(--bg-card);border:1px solid var(--bg-border);border-radius:var(--r)}.why-mini-title{font-size:.65rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem}.why-mini-row{display:flex;align-items:center;gap:.6rem;font-size:.8rem;font-weight:300;color:var(--muted);margin-bottom:.4rem}.why-mini-row .check{color:var(--gold);font-weight:700}.guarantee-inner{display:grid;grid-template-columns:auto 1fr;gap:3rem;align-items:center;max-width:780px;margin:0 auto}.guarantee-shield{width:110px;height:110px;border-radius:50%;border:2px solid var(--gold-border);background:var(--gold-light);display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0}.guarantee-shield .num{font-family:var(--serif);font-size:1.8rem;color:var(--gold);line-height:1}.guarantee-shield .word{font-size:.6rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold)}.faq-list{margin-top:3rem}.faq-item{border-bottom:1px solid var(--bg-border)}.faq-q{width:100%;text-align:left;padding:1.3rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.95rem;font-weight:500;color:var(--off-white);background:none;transition:color var(--transition)}.faq-q:hover{color:var(--white)}.faq-q .chevron{flex-shrink:0;font-size:1.2rem;color:var(--muted);transition:transform var(--transition);line-height:1}.faq-item.open .faq-q .chevron{transform:rotate(45deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .3s ease;font-size:.85rem;font-weight:300;color:var(--muted);line-height:1.8;padding-bottom:0}.faq-item.open .faq-a{max-height:300px;padding-bottom:1.4rem}.final-cta{padding:8rem 5%;text-align:center;position:relative;overflow:hidden}.final-cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 50% at 50% 50%,rgba(212,168,67,.09) 0%,transparent 65%);pointer-events:none}.final-cta-headline{font-family:var(--serif);font-size:clamp(2.2rem,5vw,4rem);font-weight:400;line-height:1.1;color:var(--white);max-width:18ch;margin:0 auto 1.2rem}.final-cta-sub{font-size:1.05rem;font-weight:300;color:var(--muted);margin:0 auto 2.5rem;max-width:44ch;line-height:1.7}.footer{background:var(--black);border-top:1px solid var(--bg-border);padding:4rem 5% 2rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand-name{font-family:var(--serif);font-size:1.2rem;color:var(--white);margin-bottom:.6rem}.footer-tagline{font-size:.8rem;font-weight:300;color:var(--muted);line-height:1.65;max-width:28ch}.footer-social{display:flex;gap:.8rem;margin-top:1.2rem}.footer-social a{color:var(--faint);transition:color var(--transition)}.footer-social a:hover{color:var(--white)}.footer-social svg{width:18px;height:18px;fill:currentColor}.footer-col-title{font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem}.footer-col a{display:block;font-size:.82rem;font-weight:300;color:var(--faint);margin-bottom:.55rem;transition:color var(--transition)}.footer-col a:hover{color:var(--white)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:2rem;border-top:1px solid var(--bg-border);font-size:.74rem;color:var(--faint);flex-wrap:wrap;gap:.6rem}.cart-page{max-width:680px;margin:5rem auto;padding:0 5%}.cart-page h1{font-family:var(--serif);font-size:2rem;color:var(--white);margin-bottom:2rem}.cart-empty{text-align:center;padding:3rem 0;color:var(--muted)}.cart-line{display:flex;align-items:center;gap:1.2rem;padding:1.2rem 0;border-bottom:1px solid var(--bg-border)}.cart-line-img{width:64px;height:64px;border-radius:var(--r-sm);background:var(--bg-elevated);flex-shrink:0;object-fit:cover}.cart-line-info{flex:1}.cart-line-name{font-size:.88rem;font-weight:500;color:var(--white)}.cart-line-price{font-size:.82rem;color:var(--muted);margin-top:.2rem}.cart-qty-wrap{display:flex;align-items:center;gap:0;border:1px solid var(--bg-border);border-radius:50px;overflow:hidden}.cart-qty-btn{width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--muted);background:transparent;transition:all var(--transition)}.cart-qty-btn:hover{color:var(--white);background:var(--bg-elevated)}.cart-qty-num{min-width:28px;text-align:center;font-size:.82rem;color:var(--white)}.cart-remove{font-size:.72rem;color:var(--faint);background:none;border:none;cursor:pointer;transition:color var(--transition)}.cart-remove:hover{color:#ff5f5f}.cart-subtotal{display:flex;align-items:center;justify-content:space-between;padding:1.4rem 0;font-size:1rem}.cart-subtotal-label{font-weight:500;color:var(--white)}.cart-subtotal-val{font-family:var(--serif);font-size:1.3rem;color:var(--white)}.cart-actions{display:flex;flex-direction:column;gap:.7rem}.sticky-atc{display:none;position:fixed;bottom:0;left:0;right:0;z-index:90;background:#0d0d0df2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--bg-border);padding:.85rem 5%;flex-direction:row;align-items:center;gap:1rem}.sticky-atc-price{font-family:var(--serif);font-size:1.3rem;font-weight:300;color:var(--white);white-space:nowrap}.sticky-atc-btn{flex:1;padding:.85rem;border-radius:50px;background:var(--white);color:var(--black);font-size:.88rem;font-weight:700;text-align:center;transition:background var(--transition)}.sticky-atc-btn:hover{background:var(--off-white)}@media(max-width:900px){.nav-links{display:none}.nav-links.open{display:flex;flex-direction:column;position:fixed;top:60px;left:0;right:0;bottom:0;background:#0d0d0dfa;padding:2rem 5%;z-index:99;align-items:flex-start;gap:1.5rem;overflow-y:auto}.nav-links.open a{font-size:1.1rem;color:var(--off-white)}.nav-hamburger{display:flex}.solution-grid,.ba-timeline,.how-steps{grid-template-columns:1fr}.how-steps:before{display:none}.review-grid{grid-template-columns:1fr}.comparison-thead,.comparison-row{font-size:.8rem}.offer-grid{grid-template-columns:1fr 1fr}.bundle-layout{grid-template-columns:1fr;gap:2.5rem}.bundle-img-wrap{max-width:400px}.guarantee-inner{grid-template-columns:1fr;text-align:center;justify-items:center}.footer-grid{grid-template-columns:1fr;gap:2rem}.sticky-atc{display:flex}body{padding-bottom:75px}}@media(max-width:600px){.problem-grid{grid-template-columns:1fr}.comparison-thead{display:none}.comparison-row{grid-template-columns:1fr;padding:.8rem;gap:.3rem}.comparison-row .col-trention,.comparison-row .col-others{border:none;text-align:left;padding:0}.comparison-row .col-feature{font-weight:600}.offer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
