/** Shopify CDN: Minification failed

Line 18:0 All "@import" rules must come first

**/
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --black:#0A0A0A;--white:#FFFFFF;--off-white:#F8F8F8;--border:#E5E5E5;
  --muted:#6B6B6B;--blue:#1A56FF;--blue-light:#EEF2FF;--blue-dark:#1340D4;
  --green:#16A34A;--green-light:#F0FDF4;--gold:#F59E0B;--red:#DC2626;
  --font:'Inter',sans-serif;
}
html{scroll-behavior:smooth}
body{font-family:var(--font);background:var(--white);color:var(--black);-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button{cursor:pointer;font-family:var(--font)}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

.announce{background:var(--black);color:var(--white);text-align:center;padding:11px 16px;font-size:13px;font-weight:600;letter-spacing:.01em}
.announce span{color:#60A5FA}

nav{position:sticky;top:0;z-index:900;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 40px;height:64px}
.nav-brand{font-size:20px;font-weight:900;letter-spacing:-.02em;color:var(--black)}
.nav-brand em{color:var(--blue);font-style:normal}
.nav-rating{font-size:13px;color:var(--muted);display:flex;align-items:center;gap:6px}
.nav-rating .stars{color:var(--gold)}
.nav-cta{background:var(--blue);color:var(--white);border:none;border-radius:8px;padding:10px 22px;font-size:14px;font-weight:700;transition:background .15s;text-decoration:none;display:inline-block}
.nav-cta:hover{background:var(--blue-dark)}

.hero{display:grid;grid-template-columns:1fr 1fr;max-width:1100px;margin:0 auto;padding:60px 40px 80px;gap:64px;align-items:start}
.hero-main-img{width:100%;aspect-ratio:1/1;background:var(--off-white);border-radius:16px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:12px;border:1px solid var(--border)}
.hero-main-img img{width:100%;height:100%;object-fit:cover}
.hero-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.thumb{aspect-ratio:1/1;border-radius:8px;background:var(--off-white);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:24px;cursor:pointer;transition:border-color .15s;overflow:hidden}
.thumb img{width:100%;height:100%;object-fit:cover}
.thumb.active,.thumb:hover{border-color:var(--blue)}

.hero-badge-row{display:flex;align-items:center;gap:8px;margin-bottom:16px}
.badge-pill{background:var(--blue-light);color:var(--blue);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border-radius:20px;padding:4px 12px}
.badge-pill.red{background:#FEF2F2;color:var(--red)}
.hero h1{font-size:clamp(28px,3.5vw,40px);font-weight:900;line-height:1.1;letter-spacing:-.02em;margin-bottom:12px}
.hero-rating{display:flex;align-items:center;gap:8px;margin-bottom:20px}
.hero-rating .stars{color:var(--gold);font-size:16px}
.hero-rating span{font-size:14px;color:var(--muted)}
.hero-desc{font-size:16px;color:var(--muted);line-height:1.7;margin-bottom:24px}
.hero-bullets{list-style:none;display:flex;flex-direction:column;gap:9px;margin-bottom:28px}
.hero-bullets li{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:500}
.hero-bullets li::before{content:'✓';color:var(--green);font-weight:800;font-size:15px;flex-shrink:0}

.price-row{display:flex;align-items:baseline;gap:12px;margin-bottom:6px}
.price-now{font-size:38px;font-weight:900;letter-spacing:-.02em}
.price-orig{font-size:20px;color:var(--muted);text-decoration:line-through}
.price-tag{background:var(--red);color:#fff;font-size:13px;font-weight:800;border-radius:6px;padding:3px 10px;letter-spacing:.04em}
.price-sub{font-size:13px;color:var(--muted);margin-bottom:24px}

.bundle-label{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:10px}
.bundles{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}
.bundle-opt{display:flex;align-items:center;justify-content:space-between;border:2px solid var(--border);border-radius:10px;padding:14px 18px;cursor:pointer;transition:border-color .15s,background .15s;position:relative}
.bundle-opt.selected{border-color:var(--blue);background:var(--blue-light)}
.bundle-opt:hover{border-color:#93C5FD}
.bo-left{display:flex;align-items:center;gap:12px}
.radio{width:18px;height:18px;border-radius:50%;border:2px solid var(--border);background:#fff;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:border-color .15s}
.bundle-opt.selected .radio{border-color:var(--blue)}
.bundle-opt.selected .radio::after{content:'';width:8px;height:8px;border-radius:50%;background:var(--blue);display:block}
.bo-name{font-size:15px;font-weight:700}
.bo-sub{font-size:13px;color:var(--muted)}
.bo-price{font-size:18px;font-weight:800;color:var(--black)}
.bo-price s{font-size:13px;color:var(--muted);font-weight:400}
.best-badge{position:absolute;top:-10px;right:14px;background:var(--blue);color:#fff;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;border-radius:20px;padding:3px 10px}

.atc-btn{width:100%;padding:18px;background:var(--blue);color:#fff;border:none;border-radius:10px;font-size:18px;font-weight:800;letter-spacing:.01em;transition:background .15s,transform .1s;margin-bottom:12px;display:block;text-align:center}
.atc-btn:hover{background:var(--blue-dark);transform:translateY(-1px)}
.shopify-payment-button{margin-bottom:12px}
.buynow-btn{width:100%;padding:15px;background:#fff;color:var(--black);border:2px solid var(--black);border-radius:10px;font-size:16px;font-weight:700;transition:background .15s;margin-bottom:20px;display:block;text-align:center}
.buynow-btn:hover{background:var(--off-white)}

.payment-icons{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap;align-items:center}
.picon-svg{height:26px;width:auto}
.picon{height:26px;padding:4px 8px;border:1px solid var(--border);border-radius:5px;font-size:11px;font-weight:700;color:var(--muted);display:flex;align-items:center}
.trust-row{display:flex;gap:20px;flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--muted);font-weight:500}
.trust-item::before{content:'✓';color:var(--green);font-weight:800}

.divider{height:1px;background:var(--border);max-width:1100px;margin:0 auto}
.section{padding:80px 40px;max-width:1100px;margin:0 auto}
.section-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--blue);margin-bottom:10px}
.section-title{font-size:clamp(28px,3vw,40px);font-weight:900;letter-spacing:-.02em;line-height:1.1;margin-bottom:16px}
.section-sub{font-size:17px;color:var(--muted);line-height:1.7;max-width:560px}

.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-top:48px}
.why-cards{display:flex;flex-direction:column;gap:20px}
.why-card{display:flex;gap:16px;align-items:flex-start;padding:24px;background:#fff;border:1px solid var(--border);border-radius:12px}
.why-icon{width:44px;height:44px;border-radius:10px;background:var(--blue-light);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}
.why-text h3{font-size:16px;font-weight:700;margin-bottom:4px}
.why-text p{font-size:14px;color:var(--muted);line-height:1.6}
.why-img{background:var(--off-white);border-radius:16px;border:1px solid var(--border);aspect-ratio:4/5;display:flex;align-items:center;justify-content:center;overflow:hidden}
.why-img img{width:100%;height:100%;object-fit:cover}
.section-cta{display:inline-block;margin-top:32px;background:var(--blue);color:#fff;border:none;border-radius:8px;padding:14px 32px;font-size:16px;font-weight:700;transition:background .15s;text-decoration:none}
.section-cta:hover{background:var(--blue-dark)}

.compare-section{padding:80px 40px;background:#fff}
.compare-inner{max-width:860px;margin:0 auto;text-align:center}
.compare-table{width:100%;border-collapse:collapse;margin-top:40px;text-align:left}
.compare-table thead th{padding:14px 20px;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);border-bottom:2px solid var(--border)}
.compare-table thead th.highlight{background:var(--blue);color:#fff;border-radius:10px 10px 0 0;text-align:center}
.compare-table tbody td{padding:16px 20px;font-size:15px;border-bottom:1px solid var(--border);vertical-align:middle}
.compare-table tbody td.highlight{background:var(--blue-light);text-align:center;font-weight:700;color:var(--blue);border-left:1px solid #BFDBFE;border-right:1px solid #BFDBFE}
.compare-table tbody tr:last-child td.highlight{border-radius:0 0 10px 10px;border-bottom:1px solid #BFDBFE}
.check{color:var(--green);font-weight:800}
.cross{color:#D1D5DB}

.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}
.how-card{text-align:center}
.how-img{aspect-ratio:1/1;border-radius:16px;background:var(--off-white);border:1px solid var(--border);margin-bottom:20px;display:flex;align-items:center;justify-content:center;font-size:56px;overflow:hidden}
.how-img img{width:100%;height:100%;object-fit:cover}
.step-num{width:32px;height:32px;border-radius:50%;background:var(--blue);color:#fff;font-size:15px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}
.how-card h3{font-size:18px;font-weight:800;margin-bottom:8px}
.how-card p{font-size:14px;color:var(--muted);line-height:1.6}

.reviews-section{background:var(--off-white);padding:80px 40px}
.reviews-inner{max-width:1100px;margin:0 auto}
.reviews-top{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px}
.review-summary{display:flex;align-items:center;gap:20px}
.rating-big{font-size:64px;font-weight:900;line-height:1;letter-spacing:-.04em}
.rating-meta .stars{color:var(--gold);font-size:22px}
.rating-meta p{font-size:14px;color:var(--muted);margin-top:4px}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.review-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:24px}
.r-stars{color:var(--gold);font-size:15px;margin-bottom:12px}
.r-text{font-size:14px;line-height:1.7;margin-bottom:16px;color:var(--black)}
.r-author{display:flex;align-items:center;gap:10px}
.r-avatar{width:36px;height:36px;border-radius:50%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}
.r-name{font-size:14px;font-weight:600}
.r-verified{font-size:12px;color:var(--green);font-weight:500}

.box-section{padding:80px 40px;background:#fff}
.box-inner{max-width:1100px;margin:0 auto}
.box-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;margin-top:48px}
.box-img{aspect-ratio:1/1;border-radius:16px;background:var(--off-white);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:80px;overflow:hidden}
.box-img img{width:100%;height:100%;object-fit:cover}
.box-items{display:flex;flex-direction:column;gap:14px}
.box-item{display:flex;align-items:center;gap:14px;padding:16px;border:1px solid var(--border);border-radius:10px;background:#fff}
.box-item-icon{font-size:24px;flex-shrink:0}
.box-item-text h4{font-size:15px;font-weight:700;margin-bottom:2px}
.box-item-text p{font-size:13px;color:var(--muted)}

.guarantee-section{background:var(--off-white);padding:80px 40px;text-align:center}
.guarantee-inner{max-width:600px;margin:0 auto}
.guarantee-badge{width:96px;height:96px;border-radius:50%;background:var(--green-light);border:3px solid var(--green);display:flex;align-items:center;justify-content:center;font-size:44px;margin:0 auto 24px}
.guarantee-section h2{font-size:32px;font-weight:900;letter-spacing:-.02em;margin-bottom:16px}
.guarantee-section p{font-size:16px;color:var(--muted);line-height:1.7;margin-bottom:28px}
.g-trust{display:flex;justify-content:center;gap:28px;flex-wrap:wrap}
.g-trust-item{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--muted);font-weight:500}
.g-trust-item::before{content:'✓';color:var(--green);font-weight:800}

.specs-section{padding:80px 40px;background:#fff}
.specs-inner{max-width:1100px;margin:0 auto}
.specs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:40px}
.spec-box{border:1px solid var(--border);border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:6px}
.spec-val{font-size:28px;font-weight:900;color:var(--blue);letter-spacing:-.02em}
.spec-label{font-size:13px;color:var(--muted);font-weight:500}

.faq-section{background:var(--off-white);padding:80px 40px}
.faq-inner{max-width:700px;margin:0 auto}
.faq-list{margin-top:40px}
.faq-item{border-bottom:1px solid var(--border)}
.faq-q{width:100%;background:none;border:none;display:flex;align-items:center;justify-content:space-between;padding:20px 0;font-size:16px;font-weight:600;color:var(--black);text-align:left;cursor:pointer}
.faq-icon{font-size:22px;color:var(--muted);transition:transform .3s;line-height:1;flex-shrink:0}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-a p{font-size:15px;color:var(--muted);line-height:1.7;padding-bottom:20px}
.faq-item.open .faq-a{max-height:200px}
.faq-item.open .faq-icon{transform:rotate(45deg)}

.final-section{padding:100px 40px;text-align:center;background:var(--black)}
.final-inner{max-width:640px;margin:0 auto}
.final-eyebrow{color:var(--blue);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}
.final-section h2{font-size:clamp(32px,4vw,52px);font-weight:900;color:#fff;letter-spacing:-.02em;margin-bottom:16px;line-height:1.1}
.final-section p{font-size:17px;color:#9CA3AF;line-height:1.7;margin-bottom:36px}
.final-btn{display:inline-block;background:var(--blue);color:#fff;border:none;border-radius:10px;padding:18px 48px;font-size:18px;font-weight:800;transition:background .15s;text-decoration:none}
.final-btn:hover{background:var(--blue-dark)}
.final-trust{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;margin-top:24px}
.final-trust span{font-size:13px;color:#6B7280;display:flex;align-items:center;gap:5px}
.final-trust span::before{content:'✓';color:var(--green)}

.sticky{position:fixed;bottom:0;left:0;right:0;z-index:800;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:14px 40px;transform:translateY(100%);transition:transform .35s}
.sticky.show{transform:translateY(0)}
.sticky-left{display:flex;align-items:center;gap:16px}
.sticky-name{font-size:16px;font-weight:800}
.sticky-stars{color:var(--gold);font-size:13px}
.sticky-price{font-size:20px;font-weight:900;color:var(--blue)}
.sticky-btn{background:var(--blue);color:#fff;border:none;border-radius:8px;padding:12px 28px;font-size:15px;font-weight:700;transition:background .15s;text-decoration:none;display:inline-block}
.sticky-btn:hover{background:var(--blue-dark)}

footer{background:var(--black);color:#9CA3AF;padding:48px 40px 28px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px;border-top:1px solid #1F2937}
.footer-brand{font-size:18px;font-weight:900;color:#fff}
.footer-brand em{color:var(--blue);font-style:normal}
.footer-brand p{font-size:13px;color:#6B7280;margin-top:4px}
.footer-links{display:flex;gap:20px;flex-wrap:wrap}
.footer-links a{font-size:13px;color:#6B7280;transition:color .15s}
.footer-links a:hover{color:#fff}
.footer-copy{width:100%;text-align:center;font-size:12px;color:#4B5563;padding-top:24px;border-top:1px solid #1F2937;margin-top:8px}

@media(max-width:768px){
  nav{padding:0 20px}
  .hero{grid-template-columns:1fr;padding:32px 20px 56px;gap:32px}
  .why-grid,.box-grid{grid-template-columns:1fr}
  .why-img,.box-img{display:none}
  .how-grid{grid-template-columns:1fr;gap:24px}
  .reviews-grid{grid-template-columns:1fr}
  .reviews-top{flex-direction:column;align-items:flex-start;gap:16px}
  .specs-grid{grid-template-columns:repeat(2,1fr)}
  .section,.reviews-section,.box-section,.guarantee-section,.specs-section,.faq-section,.final-section,.compare-section{padding:56px 20px}
  .sticky{padding:12px 20px}
  footer{padding:40px 20px 20px}
  .compare-table{font-size:13px}
  .compare-table thead th,.compare-table tbody td{padding:10px 12px}
}
