*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Barlow,sans-serif;background:#0d0d0d;color:#f0ede8;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{display:block;max-width:100%;height:auto}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit;border:none;background:none}ul,ol{list-style:none}.skip-link{position:absolute;top:-100px;left:0;z-index:9999;background:#d4420a;color:#fff;padding:12px 20px;font-weight:700}.skip-link:focus{top:0}.wrap{max-width:1280px;margin:0 auto;padding:0 48px}.section{padding:80px 0}.text-center{text-align:center}.eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#d4420a;margin-bottom:14px}.h-display{font-family:Barlow Condensed,sans-serif;font-weight:900;text-transform:uppercase;letter-spacing:-1px;line-height:.95}.h2{font-size:clamp(36px,5vw,64px)}.h3{font-size:clamp(24px,3vw,36px)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:800;font-size:14px;letter-spacing:.8px;text-transform:uppercase;padding:15px 32px;border-radius:8px;border:none;cursor:pointer;transition:all .18s}.btn--primary{background:#d4420a;color:#fff;box-shadow:0 8px 32px #d4420a59}.btn--primary:hover{background:#a33008;transform:translateY(-2px)}.btn--ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.2)}.btn--ghost:hover{border-color:#d4420a;color:#d4420a}.btn--white{background:#fff;color:#d4420a}.btn--white:hover{transform:translateY(-2px)}.btn--dark{background:#242424;color:#fff;border:1px solid rgba(255,255,255,.1)}.btn--dark:hover{border-color:#d4420a}.btn--lg{padding:18px 44px;font-size:16px}.btn--full{width:100%}.btn[disabled]{opacity:.4;cursor:not-allowed}.announce{display:flex;align-items:center;justify-content:center;gap:20px;padding:10px 24px;font-size:12px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase}.announce__cd{display:flex;align-items:center;gap:4px}.cd-box{background:#0000004d;border:1px solid rgba(255,255,255,.15);border-radius:4px;padding:3px 8px;font-size:15px;font-weight:800;min-width:30px;text-align:center}.cd-sep{font-weight:900;opacity:.6}.site-header{position:sticky;top:0;z-index:200;display:flex;align-items:center;justify-content:space-between;height:68px;padding:0 48px;border-bottom:1px solid rgba(255,255,255,.07);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.header-nav{display:flex;gap:32px}.header-nav a{font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;transition:color .18s}.header-nav a:hover{color:#fff}.header-logo{font-family:Barlow Condensed,sans-serif;font-size:28px;font-weight:900;letter-spacing:-1px;display:flex;align-items:center;gap:8px}.header-logo img{max-height:44px;width:auto}.header-actions{display:flex;align-items:center;gap:6px}.header-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;transition:background .18s}.header-icon:hover{background:#ffffff0f}.header-icon svg{width:20px;height:20px}.header-cart{display:flex;align-items:center;gap:8px;padding:9px 20px;border-radius:8px;font-weight:700;font-size:12px;letter-spacing:1px;text-transform:uppercase;transition:all .18s}.cart-badge{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;font-size:11px;font-weight:800}.menu-btn{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;border-radius:8px}.menu-btn span{display:block;height:2px;width:22px;border-radius:2px}.mobile-nav{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;flex-direction:column;padding:80px 40px 40px;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.mobile-nav.is-open{display:flex}.mobile-nav a{display:block;font-family:Barlow Condensed,sans-serif;font-size:36px;font-weight:900;text-transform:uppercase;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.05);color:#fff}.mobile-nav__close{position:absolute;top:20px;right:24px;width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;font-size:22px}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;z-index:400;opacity:0;pointer-events:none;transition:opacity .28s}.cart-overlay.is-open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:-500px;width:480px;max-width:100vw;height:100vh;z-index:500;display:flex;flex-direction:column;background:#141414;border-left:1px solid rgba(255,255,255,.1);box-shadow:-8px 0 64px #000000e6;transition:right .3s cubic-bezier(.4,0,.2,1)}.cart-drawer.is-open{right:0}.cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:22px 28px;border-bottom:1px solid rgba(255,255,255,.07);background:#1c1c1c}.cart-drawer__title{font-family:Barlow Condensed,sans-serif;font-size:22px;font-weight:900;text-transform:uppercase}.cart-drawer__close{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#999;background:#242424;font-size:20px;transition:all .18s}.cart-drawer__close:hover{background:#d4420a;color:#fff}.cart-drawer__body{flex:1;overflow-y:auto;padding:24px 28px}.cart-drawer__foot{padding:20px 28px;border-top:1px solid rgba(255,255,255,.07);background:#1c1c1c}.hero{position:relative;min-height:100svh;display:flex;align-items:center;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__bg img,.hero__bg div{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.hero__content{position:relative;z-index:2;padding:120px 48px 80px;max-width:750px}.hero__rating{display:flex;align-items:center;gap:10px;margin-bottom:24px}.hero__stars{color:#f59e0b;font-size:18px;letter-spacing:3px}.hero__title{font-family:Barlow Condensed,sans-serif;font-size:clamp(52px,7vw,96px);font-weight:900;text-transform:uppercase;letter-spacing:-2px;line-height:.95;margin-bottom:28px}.hero__title em{font-style:normal;display:block}.hero__bullets{display:flex;flex-direction:column;gap:14px;margin-bottom:40px}.hero__bullet{display:flex;align-items:flex-start;gap:14px;font-size:16px;color:#ffffffd9}.hero__dot{width:24px;height:24px;min-width:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:1px}.hero__dot svg{width:12px;height:12px}.hero__ctas{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:20px}.hero__note{font-size:12px;color:#ffffff73}.marquee{overflow:hidden;padding:12px 0}.marquee__track{display:flex;white-space:nowrap;animation:marquee 28s linear infinite}.marquee__item{display:inline-flex;align-items:center;gap:12px;padding:0 36px;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase}.marquee__dot{display:inline-block;width:4px;height:4px;border-radius:50%;background:#d4420a}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.trust-bar{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07)}.trust-item{display:flex;align-items:center;gap:14px;padding:24px 36px;border-right:1px solid rgba(255,255,255,.07);transition:background .18s}.trust-item:last-child{border-right:none}.trust-item:hover{background:#1a1a1a}.trust-icon{width:44px;height:44px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center}.trust-icon svg{width:20px;height:20px}.trust-item strong{display:block;font-size:13px;font-weight:700}.trust-item span{display:block;font-size:11px;color:#666}.product-showcase{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch}.product-gallery{position:relative;padding:80px 64px;display:flex;flex-direction:column;gap:16px;background:linear-gradient(135deg,#1c1c1c,#141414)}.product-gallery__main{border-radius:16px;overflow:hidden;background:#f5f5f5;aspect-ratio:1/1;box-shadow:0 24px 64px #000000e6;transform:perspective(1200px) rotateY(3deg) rotateX(-1deg);transition:transform .35s}.product-gallery__main:hover{transform:perspective(1200px) rotateY(0) rotateX(0) scale(1.02)}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:10px;flex-wrap:wrap}.product-thumb{width:72px;height:72px;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;background:#f5f5f5;transition:all .18s;box-shadow:0 4px 16px #000000b3}.product-thumb:hover{border-color:#fff3}.product-thumb.is-active{border-color:#d4420a}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-panel{padding:80px 80px 80px 64px;background:#0d0d0d;display:flex;flex-direction:column;justify-content:center;border-left:1px solid rgba(255,255,255,.07)}.product-badge{display:inline-flex;background:#d4420a26;border:1px solid rgba(212,66,10,.3);border-radius:4px;padding:5px 14px;margin-bottom:18px;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#d4420a}.product-title{font-family:Barlow Condensed,sans-serif;font-size:clamp(32px,4vw,52px);font-weight:900;text-transform:uppercase;letter-spacing:-1px;line-height:1;margin-bottom:14px}.product-rating{display:flex;align-items:center;gap:10px;margin-bottom:22px;font-size:14px;color:#999}.product-stars{color:#f59e0b;font-size:16px}.product-rating a,.product-rating__link{color:#d4420a;font-weight:700;cursor:pointer}.product-price-row{display:flex;align-items:baseline;gap:14px;margin-bottom:10px}.product-price{font-family:Barlow Condensed,sans-serif;font-size:clamp(40px,5vw,56px);font-weight:900;color:#d4420a}.product-compare{font-size:22px;color:#666;text-decoration:line-through}.product-save{background:#d4420a;color:#fff;font-size:12px;font-weight:800;padding:4px 10px;border-radius:4px}.product-desc{font-size:15px;color:#999;line-height:1.85;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.07)}.product-desc p{margin-bottom:12px}.product-desc strong{color:#f0ede8;font-weight:700}.product-features{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:24px}.product-feature{background:#1a1a1a;border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:18px 12px;text-align:center;transition:all .18s}.product-feature:hover{border-color:#d4420a66;transform:translateY(-2px)}.product-feature svg{width:26px;height:26px;margin:0 auto 10px;display:block}.product-feature span{font-size:11px;font-weight:700;color:#999}.qty-row{display:flex;align-items:center;gap:16px;margin-bottom:14px}.qty-selector{display:flex;align-items:center;border:1px solid rgba(255,255,255,.1);border-radius:8px;overflow:hidden}.qty-btn{width:44px;height:44px;background:#242424;color:#fff;font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .18s}.qty-btn:hover{background:#333;color:#d4420a}.qty-num{min-width:44px;text-align:center;font-size:16px;font-weight:700}.stock-note{font-size:13px;font-weight:600;color:#4ade80}.guarantee-strip{display:flex;align-items:center;gap:14px;background:#d4420a12;border:1px solid rgba(212,66,10,.2);border-radius:12px;padding:16px 18px;margin:14px 0}.guarantee-strip svg{width:26px;height:26px;flex-shrink:0}.guarantee-strip strong{display:block;font-size:13px;font-weight:800}.guarantee-strip span{display:block;font-size:12px;color:#666}.trust-row-mini{display:flex;gap:20px;flex-wrap:wrap;margin:16px 0 4px}.trust-mini{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#888}.payment-row{display:flex;gap:6px;flex-wrap:wrap;margin-top:14px}.pay-icon{background:#1a1a1a;border:1px solid rgba(255,255,255,.07);border-radius:5px;padding:6px 10px;font-size:10px;font-weight:700;color:#666}.inline-reviews{margin-top:32px;padding-top:28px;border-top:1px solid rgba(255,255,255,.07)}.inline-reviews__head{display:flex;align-items:center;gap:10px;margin-bottom:20px}.inline-review{background:#141414;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:20px;margin-bottom:12px;transition:border-color .18s}.inline-review:hover{border-color:#d4420a4d}.inline-review__stars{color:#f59e0b;font-size:14px;margin-bottom:8px;letter-spacing:1px}.inline-review__title{font-size:14px;font-weight:700;margin-bottom:6px}.inline-review__body{font-size:13px;color:#999;line-height:1.7;margin-bottom:12px}.inline-review__foot{display:flex;align-items:center;gap:10px}.inline-review__avatar{width:32px;height:32px;border-radius:50%;background:#d4420a;color:#fff;font-weight:800;font-size:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.inline-review__foot strong{display:block;font-size:13px}.inline-review__foot span{display:block;font-size:11px;color:#666}.inline-review__verified{margin-left:auto;font-size:11px;font-weight:700;color:#4ade80;letter-spacing:.5px}.sticky-atc{position:fixed;bottom:-100px;left:0;right:0;z-index:250;background:#111;border-top:1px solid rgba(255,255,255,.1);box-shadow:0 -4px 32px #000c;transition:bottom .35s cubic-bezier(.4,0,.2,1);padding:12px 0}.sticky-atc.is-visible{bottom:0}.sticky-atc__inner{max-width:1280px;margin:0 auto;padding:0 48px;display:flex;align-items:center;justify-content:space-between;gap:16px}.sticky-atc__info{display:flex;align-items:center;gap:14px}.sticky-atc__img{width:48px;height:48px;border-radius:8px;object-fit:cover}.sticky-atc__name{font-size:14px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.sticky-atc__price{font-size:16px;font-weight:800;color:#d4420a}.sticky-atc__btn{white-space:nowrap}.stats-bar{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07)}.stat-item{padding:48px 32px;border-right:1px solid rgba(255,255,255,.07);text-align:center}.stat-item:last-child{border-right:none}.stat-num{font-family:Barlow Condensed,sans-serif;font-size:56px;font-weight:900;color:#d4420a;line-height:1;margin-bottom:8px}.stat-label{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#666}.how-steps{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.07)}.how-step{padding:60px 48px;border-right:1px solid rgba(255,255,255,.07);position:relative;overflow:hidden}.how-step:last-child{border-right:none}.how-step:hover{background:#1a1a1a}.how-step__num{font-family:Barlow Condensed,sans-serif;font-size:96px;font-weight:900;color:#ffffff0a;line-height:1;margin-bottom:16px}.how-step__title{font-family:Barlow Condensed,sans-serif;font-size:24px;font-weight:800;text-transform:uppercase;margin-bottom:12px}.how-step__desc{font-size:14px;color:#999;line-height:1.75}.split-section{display:grid;grid-template-columns:1fr 1fr;align-items:stretch}.split-section--flip{direction:rtl}.split-section--flip>*{direction:ltr}.split-img{position:relative;overflow:hidden;min-height:500px}.split-content{padding:80px 72px;display:flex;flex-direction:column;justify-content:center}.split-bullets{display:flex;flex-direction:column;gap:14px;margin:24px 0 32px}.split-bullet{display:flex;align-items:flex-start;gap:14px;font-size:15px;color:#999;line-height:1.5}.split-bullet:before{content:"";display:block;width:20px;height:20px;min-width:20px;border-radius:50%;background:#d4420a;margin-top:2px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpolyline points='1.5,6 4.5,9 10.5,3' stroke='white' stroke-width='2' stroke-linecap='round' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:10px}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-card{background:#1a1a1a;border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:28px;transition:all .35s}.review-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #000c}.review-stars{color:#f59e0b;font-size:16px;margin-bottom:12px}.review-title{font-size:15px;font-weight:700;margin-bottom:10px}.review-body{font-size:14px;color:#999;line-height:1.75;margin-bottom:20px}.review-foot{display:flex;align-items:center;gap:12px}.review-avatar{width:42px;height:42px;border-radius:50%;background:#d4420a;color:#fff;font-weight:800;font-size:15px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.review-name{font-size:14px;font-weight:700}.review-sub{font-size:12px;color:#666}.faq-list{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid rgba(255,255,255,.07)}.faq-item:first-child{border-top:1px solid rgba(255,255,255,.07)}.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;padding:22px 0;font-size:16px;font-weight:700;text-align:left;cursor:pointer;background:none;border:none;color:#f0ede8;gap:20px;transition:color .18s}.faq-q:hover{color:#d4420a}.faq-q svg{width:20px;height:20px;flex-shrink:0;transition:transform .18s}.faq-item.is-open .faq-q{color:#d4420a}.faq-item.is-open .faq-q svg{transform:rotate(45deg)}.faq-a{display:none;padding:0 0 22px;font-size:15px;color:#999;line-height:1.8}.faq-item.is-open .faq-a{display:block}.guarantee-section{text-align:center;padding:100px 48px;position:relative;overflow:hidden}.guarantee-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(212,66,10,.2),transparent 70%);pointer-events:none}.guarantee-icon{width:88px;height:88px;border-radius:50%;background:#d4420a26;border:1px solid rgba(212,66,10,.3);display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.guarantee-pills{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:40px}.guarantee-pill{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:5px;padding:9px 20px;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#fff}.site-footer{border-top:1px solid rgba(255,255,255,.07)}.footer-main{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:80px;max-width:1280px;margin:0 auto;padding:72px 48px 56px}.footer-brand{display:flex;flex-direction:column}.footer-logo-wrap{font-family:Barlow Condensed,sans-serif;font-size:34px;font-weight:900;letter-spacing:-1px;margin-bottom:16px}.footer-tagline{font-size:14px;color:#666;line-height:1.75;margin-bottom:20px;max-width:320px}.footer-contact{font-size:13px;color:#666}.footer-social{display:flex;gap:10px;margin-top:20px}.footer-social a{width:38px;height:38px;border-radius:8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:#666;transition:all .18s}.footer-social a:hover{background:#d4420a;border-color:#d4420a;color:#fff}.footer-social svg{width:16px;height:16px}.footer-col{display:flex;flex-direction:column}.footer-col-head{font-size:10px;font-weight:800;letter-spacing:2.5px;text-transform:uppercase;color:#555;margin-bottom:20px}.footer-link{display:block;font-size:13px;color:#666;margin-bottom:12px;transition:color .18s}.footer-link:hover{color:#fff}.footer-bottom{max-width:1280px;margin:0 auto;padding:20px 48px;border-top:1px solid rgba(255,255,255,.07);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px}.footer-copy{font-size:12px;color:#555}.footer-pays{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.footer-pays img{height:24px;width:auto}.footer-pay{background:#1a1a1a;border:1px solid rgba(255,255,255,.07);border-radius:4px;padding:5px 10px;font-size:10px;font-weight:700;color:#555}.page-wrap{max-width:1200px;margin:0 auto;padding:60px 48px 100px}.page-title{font-family:Barlow Condensed,sans-serif;font-size:48px;font-weight:900;text-transform:uppercase;letter-spacing:-1px;margin-bottom:36px}.auth-wrap{min-height:60vh;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:80px 24px;gap:20px}.auth-wrap h1{font-family:Barlow Condensed,sans-serif;font-size:36px;font-weight:900;text-transform:uppercase}.auth-wrap input{width:100%;max-width:360px;padding:12px 16px;background:#1c1c1c;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:15px;margin-bottom:12px}.auth-wrap input:focus{outline:none;border-color:#d4420a}.auth-wrap button[type=submit]{background:#d4420a;color:#fff;padding:14px 32px;border-radius:8px;font-weight:800;font-size:14px;text-transform:uppercase;width:100%;max-width:360px}.auth-wrap a{color:#d4420a;font-weight:700;font-size:14px}.rte{color:#999;line-height:1.85;font-size:16px}.rte h1,.rte h2,.rte h3{color:#fff;margin:24px 0 12px;font-weight:800}.rte p{margin-bottom:16px}@media(max-width:1100px){.product-showcase{grid-template-columns:1fr}.product-gallery{padding:60px 40px}.product-gallery__main{transform:none}.product-panel{padding:60px 40px;border-left:none;border-top:1px solid rgba(255,255,255,.07)}.stats-bar{grid-template-columns:repeat(2,1fr)}.split-section,.split-section--flip{grid-template-columns:1fr;direction:ltr}.split-section--flip>*{direction:ltr}.split-img{min-height:340px}.split-content{padding:56px 40px}.footer-main{gap:48px}}@media(max-width:900px){.wrap{padding:0 20px}.section{padding:56px 0}.site-header{padding:0 16px;height:56px}.header-nav{display:none}.header-logo{font-size:22px}.header-cart{padding:7px 14px;font-size:11px}.menu-btn{display:flex}.hero__content{padding:80px 20px 60px;max-width:100%}.hero__title{font-size:clamp(38px,10vw,56px)}.hero__ctas{flex-direction:column;align-items:stretch}.hero__ctas .btn{text-align:center;justify-content:center}.trust-bar{grid-template-columns:1fr}.trust-item{border-right:none;border-bottom:1px solid rgba(255,255,255,.07);padding:16px 20px}.trust-item:last-child{border-bottom:none}.product-gallery{padding:32px 20px}.product-gallery__main{box-shadow:0 12px 40px #0009}.product-panel{padding:40px 20px}.product-title{font-size:clamp(28px,8vw,42px)}.product-price{font-size:clamp(32px,8vw,48px)}.trust-badges{flex-direction:column}.trust-badge-item{border-right:none;border-bottom:1px solid rgba(255,255,255,.07)}.trust-badge-item:last-child{border-bottom:none}.product-features{grid-template-columns:repeat(3,1fr);gap:8px}.product-feature{padding:14px 8px}.product-feature span{font-size:10px}.how-steps{grid-template-columns:1fr}.how-step{border-right:none;border-bottom:1px solid rgba(255,255,255,.07);padding:40px 20px}.how-step:last-child{border-bottom:none}.how-step__num{font-size:64px}.stats-bar{grid-template-columns:repeat(2,1fr)}.stat-item{padding:32px 16px}.stat-num{font-size:36px}.reviews-grid{grid-template-columns:1fr}.faq-q{font-size:14px;padding:18px 0}.footer-main{grid-template-columns:1fr;gap:32px;padding:40px 20px}.footer-bottom{padding:16px 20px;flex-direction:column;align-items:flex-start;gap:12px}.guarantee-section{padding:60px 20px}.page-wrap{padding:32px 20px 60px}.page-title{font-size:32px}.cart-drawer{width:100vw}.sticky-atc__inner{padding:0 16px}.sticky-atc__name{max-width:100px;font-size:12px}.sticky-atc__price{font-size:14px}.sticky-atc__btn{padding:14px 20px;font-size:13px}.split-content{padding:40px 20px}.bundle-opts{grid-template-columns:1fr}}@media(max-width:480px){.trust-row-mini{flex-direction:column;gap:8px}.sticky-atc__info{display:none}.sticky-atc__btn{width:100%}.announce{font-size:10px;padding:8px 12px;gap:10px;flex-wrap:wrap;justify-content:center}.cd-box{font-size:13px;padding:2px 6px}.eyebrow{font-size:10px;letter-spacing:2px}}.footer-logo-text{font-family:Barlow Condensed,sans-serif;font-size:38px;font-weight:900;letter-spacing:-1px;line-height:1;margin-bottom:20px}.footer-logo-1{color:#fff}.footer-logo-2{color:#d4420a}.footer-tagline{font-size:14px;color:#fff6;line-height:1.8;margin-bottom:20px;max-width:320px;font-weight:400}.footer-contact{font-size:13px;color:#ffffff59;font-weight:400}.footer-contact a{color:#d4420a;font-weight:600;transition:opacity .18s}.footer-contact a:hover{opacity:.8}.footer-col-head{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#ffffff40;margin-bottom:22px;font-family:Barlow Condensed,sans-serif}.footer-link{display:block;font-size:14px;color:#ffffff73;margin-bottom:14px;transition:all .18s;font-weight:400}.footer-link:hover{color:#fff;padding-left:4px}.footer-copy{font-size:12px;color:#ffffff40}.pay-svg{width:44px;height:28px;border-radius:4px;vertical-align:middle}.footer-pays{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.footer-pays img{height:30px;width:auto;border-radius:5px}.gallery-lb{position:fixed;top:0;right:0;bottom:0;left:0;z-index:600;background:#000000f2;display:none;align-items:center;justify-content:center;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.gallery-lb.is-open{display:flex}.glb-img-wrap{display:flex;flex-direction:column;align-items:center;gap:16px}.glb-img{max-width:80vw;max-height:80vh;object-fit:contain;border-radius:12px;transition:opacity .2s}.glb-counter{font-size:13px;color:#ffffff80;font-weight:600;letter-spacing:2px}.glb-close{position:absolute;top:20px;right:24px;width:48px;height:48px;border-radius:50%;background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:#fff;font-size:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .18s;z-index:2}.glb-close:hover{background:#d4420a;border-color:#d4420a}.glb-arrow{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:#fff;font-size:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .18s;z-index:2}.glb-arrow:hover{background:#d4420a;border-color:#d4420a}.glb-prev{left:24px}.glb-next{right:24px}@media(max-width:900px){.glb-prev{left:10px}.glb-next{right:10px}.glb-arrow{width:40px;height:40px;font-size:24px}.glb-close{top:12px;right:12px;width:40px;height:40px;font-size:22px}.glb-img{max-width:92vw;max-height:85vh;border-radius:8px}}.product-desc-below{margin-top:20px;border:1px solid rgba(255,255,255,.07);border-radius:12px;overflow:hidden}.desc-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#141414;border:none;color:#f0ede8;font-size:14px;font-weight:700;cursor:pointer;transition:background .18s}.desc-toggle:hover{background:#1a1a1a}.desc-toggle svg{width:18px;height:18px;transition:transform .2s}.product-desc-below.is-open .desc-toggle svg{transform:rotate(180deg)}.desc-body{display:none;padding:20px;font-size:14px;color:#999;line-height:1.85;background:#0d0d0d}.desc-body p{margin-bottom:12px}.desc-body strong{color:#f0ede8}.product-desc-below.is-open .desc-body{display:block}.trust-badges{display:flex;gap:0;margin:18px 0 8px;border:1px solid rgba(255,255,255,.07);border-radius:12px;overflow:hidden}.trust-badge-item{flex:1;display:flex;align-items:center;gap:12px;padding:16px 14px;border-right:1px solid rgba(255,255,255,.07);transition:background .18s}.trust-badge-item:last-child{border-right:none}.trust-badge-item:hover{background:#ffffff05}.trust-badge-item svg{width:22px;height:22px;min-width:22px;flex-shrink:0}.trust-badge-item strong{display:block;font-size:12px;font-weight:700;color:#f0ede8;white-space:nowrap}.trust-badge-item span{display:block;font-size:10px;color:#666;white-space:nowrap}.payment-row{display:flex;gap:6px;flex-wrap:wrap;margin-top:14px;align-items:center}.payment-row .shopify-payment-icon{height:28px;width:auto;border-radius:4px}.payment-row svg{height:28px;width:auto}.contact-page{max-width:1280px;margin:0 auto;padding:80px 48px 100px}.contact-hero{text-align:center;margin-bottom:56px}.contact-hero__sub{font-size:16px;color:#999;max-width:540px;margin:16px auto 0;line-height:1.75}.contact-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:64px;align-items:start}.contact-form-wrap{background:#141414;border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:40px}.contact-form{display:flex;flex-direction:column;gap:20px}.contact-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-field{display:flex;flex-direction:column;gap:6px}.contact-field label{font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#999}.contact-optional{font-weight:400;text-transform:none;letter-spacing:0;color:#555}.contact-field input,.contact-field textarea,.contact-field select{width:100%;padding:14px 16px;background:#0d0d0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#f0ede8;font-size:15px;font-family:Barlow,sans-serif;transition:border-color .18s;-webkit-appearance:none;appearance:none}.contact-field input:focus,.contact-field textarea:focus,.contact-field select:focus{outline:none;border-color:#d4420a;box-shadow:0 0 0 3px #d4420a26}.contact-field input::placeholder,.contact-field textarea::placeholder{color:#444}.contact-field select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:16px;padding-right:40px}.contact-field select option{background:#141414;color:#f0ede8}.contact-field textarea{resize:vertical;min-height:140px}.contact-submit{align-self:flex-start;margin-top:4px}.contact-success{text-align:center;padding:40px 20px}.contact-success h3{font-family:Barlow Condensed,sans-serif;font-size:28px;font-weight:900;text-transform:uppercase;margin-bottom:8px}.contact-success p{color:#999;font-size:15px}.contact-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:10px;padding:16px 20px;font-size:14px;color:#f87171}.contact-error p{margin-bottom:8px;font-weight:700}.contact-info{display:flex;flex-direction:column;gap:16px}.contact-info-card{display:flex;gap:16px;align-items:flex-start;background:#141414;border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:24px;transition:border-color .18s}.contact-info-card:hover{border-color:#d4420a4d}.contact-info-icon{width:44px;height:44px;min-width:44px;border-radius:50%;background:#d4420a1a;border:1px solid rgba(212,66,10,.2);display:flex;align-items:center;justify-content:center}.contact-info-icon svg{width:20px;height:20px}.contact-info-card h4{font-size:15px;font-weight:800;margin-bottom:6px}.contact-info-card p{font-size:13px;color:#888;line-height:1.65;white-space:pre-line}.contact-info-card a{color:#d4420a;font-size:13px;font-weight:700;display:inline-block;margin-top:6px;transition:opacity .18s}.contact-info-card a:hover{opacity:.75}.contact-faq-link{background:#d4420a0f;border:1px solid rgba(212,66,10,.15);border-radius:14px;padding:28px;margin-top:8px}.contact-faq-link h4{font-size:15px;font-weight:800;margin-bottom:8px}.contact-faq-link p{font-size:13px;color:#888;line-height:1.65;margin-bottom:16px}@media(max-width:900px){.contact-page{padding:48px 20px 80px}.contact-grid{grid-template-columns:1fr;gap:32px}.contact-form-wrap{padding:24px}.contact-row{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/30/assets/base.css.map */
