
:root{
  --ink:#12131a;--muted:#5b6472;--bg:#f7f7fb;--card:#ffffff;--red:#e3262f;--deep-red:#b9121c;--yellow:#ffd233;--blue:#1463ff;--black:#050507;--line:#e6e8ef;--shadow:0 18px 50px rgba(17,24,39,.12);--radius:22px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;background:var(--bg);color:var(--ink)}img{max-width:100%;display:block}a{color:inherit}.topbar{background:#0b0b10;color:#fff;text-align:center;font-size:14px;font-weight:800;padding:9px 16px;letter-spacing:.01em}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;max-width:1240px;margin:auto;padding:12px 22px}.brand{display:flex;align-items:center;gap:13px;text-decoration:none;font-weight:1000;line-height:1}.brand img{width:64px;height:64px;object-fit:contain;border-radius:50%;box-shadow:0 8px 24px rgba(0,0,0,.18)}.brand-text{display:flex;flex-direction:column}.brand-main{font-size:18px}.brand-sub{font-size:12px;color:var(--red);letter-spacing:.14em;text-transform:uppercase}.nav{display:flex;gap:22px;align-items:center}.nav a{text-decoration:none;font-size:14px;font-weight:900;color:#242632}.nav a:hover{color:var(--red)}.header-actions{display:flex;gap:10px;align-items:center}.pill{border:1px solid var(--line);border-radius:999px;padding:10px 14px;background:#fff;text-decoration:none;font-weight:900;font-size:13px}.pill.red{background:var(--red);color:#fff;border-color:var(--red)}.menu-btn{display:none;background:#111;color:#fff;border:none;border-radius:12px;padding:10px 13px;font-size:22px}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 78% 20%,rgba(255,210,51,.35),transparent 26%),radial-gradient(circle at 15% 18%,rgba(227,38,47,.22),transparent 28%),linear-gradient(135deg,#fff 0%,#fbfbfd 48%,#f3f4fa 100%);border-bottom:1px solid var(--line)}.hero-inner{max-width:1240px;margin:auto;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:48px;padding:70px 22px 80px}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--deep-red);text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:1000;margin:0 0 12px}.hero h1{font-size:clamp(42px,6vw,82px);letter-spacing:-.06em;line-height:.92;margin:0 0 18px}.hero h1 span{color:var(--red)}.lead{font-size:20px;line-height:1.55;color:var(--muted);max-width:620px;margin:0 0 28px}.hero-buttons{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:14px;padding:15px 22px;text-decoration:none;font-weight:1000;box-shadow:0 12px 28px rgba(0,0,0,.12);cursor:pointer}.btn-red{background:var(--red);color:#fff}.btn-dark{background:#111827;color:#fff}.btn-light{background:#fff;color:#111;border:1px solid var(--line)}.hero-card{background:#fff;border:1px solid var(--line);border-radius:30px;padding:26px;box-shadow:var(--shadow);transform:rotate(1.5deg)}.hero-card img{width:100%;max-height:390px;object-fit:contain}.stock-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px}.stock-mini{background:#0d0f17;color:#fff;border-radius:18px;padding:15px}.stock-mini strong{font-size:24px;color:var(--yellow)}.section{max-width:1240px;margin:auto;padding:72px 22px}.section.dark{max-width:none;background:#08090f;color:#fff}.section.dark>.section-inner{max-width:1240px;margin:auto}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:28px}.section-title{font-size:clamp(30px,4vw,52px);letter-spacing:-.04em;margin:0}.section-copy{color:var(--muted);max-width:560px;line-height:1.6}.dark .section-copy{color:#bac1d1}.grid{display:grid;gap:20px}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.category-card{position:relative;min-height:220px;border-radius:var(--radius);padding:24px;overflow:hidden;text-decoration:none;color:#fff;box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:flex-end}.category-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.72));z-index:0}.category-card>*{position:relative}.cat-red{background:linear-gradient(135deg,#ef4444,#111)}.cat-yellow{background:linear-gradient(135deg,#ffd233,#111);}.cat-blue{background:linear-gradient(135deg,#1463ff,#111)}.cat-dark{background:linear-gradient(135deg,#2b2f3a,#050507)}.category-card h3{font-size:24px;margin:0 0 8px}.product-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 10px 34px rgba(17,24,39,.08);display:flex;flex-direction:column}.product-media{height:245px;background:linear-gradient(135deg,#f0f2f7,#fff);display:grid;place-items:center;padding:18px}.product-media.logo-bg{background:radial-gradient(circle,#fff, #eef1f8)}.product-media img{max-height:100%;object-fit:contain}.placeholder-product{width:88%;height:82%;border-radius:18px;background:linear-gradient(135deg,#111827,#e3262f);display:grid;place-items:center;color:#fff;font-size:28px;font-weight:1000;text-align:center;padding:20px}.product-info{padding:20px}.tag{display:inline-flex;border-radius:999px;background:#fff0f1;color:var(--deep-red);font-size:12px;font-weight:1000;padding:7px 10px;margin-bottom:10px}.product-info h3{font-size:21px;margin:0 0 8px}.product-info p{color:var(--muted);line-height:1.5;margin:0 0 14px}.price-row{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:auto}.price{font-size:23px;font-weight:1000}.stock{font-size:13px;font-weight:900;color:#047857;background:#ecfdf5;border-radius:999px;padding:7px 10px}.low{color:#b45309;background:#fffbeb}.sold{color:#991b1b;background:#fef2f2}.trust-panel{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.trust-item{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;text-align:center;box-shadow:0 8px 24px rgba(17,24,39,.06)}.trust-icon{font-size:30px;margin-bottom:8px}.split{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}.callout{background:linear-gradient(135deg,#111827,#000);color:#fff;border-radius:30px;padding:38px;box-shadow:var(--shadow)}.callout.light{background:#fff;color:var(--ink);border:1px solid var(--line)}.callout h2{font-size:42px;letter-spacing:-.04em;margin:0 0 14px}.callout p{line-height:1.65;color:#cbd5e1}.callout.light p{color:var(--muted)}.review-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:0 8px 24px rgba(17,24,39,.06)}.stars{color:#f59e0b;font-size:18px;font-weight:1000}.page-hero{background:linear-gradient(135deg,#0b0d15,#181b27);color:#fff;text-align:center;padding:70px 22px}.page-hero h1{font-size:clamp(38px,5vw,66px);letter-spacing:-.05em;margin:0 0 12px}.content{max-width:1240px;margin:auto;padding:60px 22px}.filter-bar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:24px}.filter-bar span{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 14px;font-weight:900}.info-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:0 8px 24px rgba(17,24,39,.06);margin-bottom:18px}.form input,.form textarea{width:100%;padding:15px;border:1px solid var(--line);border-radius:14px;margin-bottom:12px;font:inherit}.form textarea{min-height:150px}.footer{background:#050507;color:#fff;margin-top:40px}.footer-inner{max-width:1240px;margin:auto;padding:45px 22px;display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:24px}.footer a{display:block;color:#cbd5e1;text-decoration:none;margin:8px 0}.footer-logo{width:92px;border-radius:50%;margin-bottom:12px}.small{font-size:13px;color:#9ca3af;line-height:1.5}.notice{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;padding:12px 14px;border-radius:14px;font-size:14px;font-weight:800;margin-top:18px}.admin-note{background:#eef2ff;border:1px solid #c7d2fe;color:#3730a3;padding:14px;border-radius:14px;margin-top:18px;font-size:14px;font-weight:800}
@media(max-width:1000px){.hero-inner,.split{grid-template-columns:1fr}.grid-4,.trust-panel{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr 1fr}.hero-card{transform:none}.section-head{display:block}.stock-strip{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:720px){.header-actions{display:none}.menu-btn{display:block}.nav{display:none;position:absolute;left:0;right:0;top:98px;background:#fff;flex-direction:column;padding:18px 22px;border-bottom:1px solid var(--line);box-shadow:var(--shadow)}.nav.open{display:flex}.brand img{width:52px;height:52px}.hero-inner{padding:46px 18px 58px}.grid-4,.grid-3,.trust-panel,.footer-inner,.stock-strip{grid-template-columns:1fr}.product-media{height:210px}.callout h2{font-size:32px}.topbar{font-size:12px}.page-hero{padding:50px 18px}.content,.section{padding:48px 18px}}

/* Product image upgrades */
.product-media{background:#fff;overflow:hidden}
.product-media img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.hero-card.product-showcase{transform:rotate(0.5deg);padding:22px}
.hero-product-main{height:260px;background:#fff;border-radius:22px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--line)}
.hero-product-main img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.hero-product-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}
.hero-product-row img{height:145px;width:100%;object-fit:contain;background:#fff;border:1px solid var(--line);border-radius:18px;padding:8px;mix-blend-mode:multiply}
@media(max-width:720px){.hero-product-main{height:220px}.hero-product-row img{height:120px}}


/* Product card polish update */
.product-card{display:flex;flex-direction:column;height:100%;}
.product-media{height:260px;display:flex;align-items:center;justify-content:center;}
.product-media img{max-height:230px;object-fit:contain;}
.product-info{display:flex;flex-direction:column;flex:1;}
.product-info .btn{margin-top:auto!important;}
.price small{display:block;font-size:0.78rem;font-weight:800;color:#c9161d;line-height:1.2;margin-top:2px;}


/* Stripe checkout update */
.buy-btn{width:100%;margin-top:16px!important;text-align:center;}
.dual-buttons{display:grid;grid-template-columns:1fr;gap:10px;margin-top:auto;}
.dual-buttons .btn{width:100%;margin-top:0!important;}
.checkout-note{font-size:12px;font-weight:900;color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:9px 10px;margin:4px 0 0;}
.product-info h3{min-height:54px;}
.product-info p{min-height:72px;}
@media(max-width:720px){.product-info h3,.product-info p{min-height:auto}}


/* Final Stripe buy-now cleanup */
.product-info > p{display:none!important;}
.product-info h3{min-height:92px;}
.product-card{background:#fff;}
.btn.disabled-btn{opacity:.55;pointer-events:none;}
.dual-buttons{display:grid;grid-template-columns:1fr;gap:9px;margin-top:auto;}
.dual-buttons .btn{box-shadow:none;}
.checkout-note{font-size:12px;font-weight:900;color:#475569;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:8px 10px;text-align:center;}
@media(max-width:720px){.product-info h3{min-height:auto;}}


/* Compact product cards: remove big empty gaps */
.product-info{display:flex;flex-direction:column;gap:10px;}
.product-info h3{min-height:0!important;margin-bottom:4px;}
.product-info > p{display:none!important;}
.price-row{margin-top:0!important;}
.product-info .btn,.dual-buttons{margin-top:10px!important;}
.product-card{height:auto;}
.btn.disabled-btn{background:#6b7280!important;color:#fff!important;opacity:.7!important;pointer-events:none!important;}

.bundle-deal{color:#0b2d5c!important;font-weight:900;}


/* FINAL BEN FIX - Stripe buttons and compact product cards */
.bundle-deal{color:#1463ff!important;font-weight:1000!important;}
.dual-buttons .btn-dark{background:#111827!important;color:#fff!important;}
.product-info > p{display:none!important;}
.product-info h3{min-height:0!important;}
.product-card{height:auto!important;}
