*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:Arial,Helvetica,sans-serif;background:#f4f8f5;color:#122016}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,calc(100% - 28px));margin:0 auto}
.topbar{background:linear-gradient(90deg,#bb1010,#0f8f4d);color:#fff;font-size:14px}
.topbar-wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 0}
.site-header{background:rgba(7,27,18,.92);color:#fff}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:74px;gap:20px}
.brand{display:flex;align-items:center;gap:12px;color:#fff}
.brand-badge{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#17b567,#0b6f3d);font-weight:800;font-size:22px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;font-weight:700;border:1px solid transparent}
.btn-solid{background:linear-gradient(135deg,#13b767,#0d8c4f);color:#fff}
.btn-outline{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.22);color:#fff}
.btn-red{background:linear-gradient(135deg,#cf1f1f,#a80d0d);color:#fff}
.btn-block{width:100%}
.hero{background:radial-gradient(circle at top left,rgba(19,183,103,.2),transparent 34%),linear-gradient(180deg,#071b12 0%,#0d281c 100%);color:#fff;padding:54px 0}
.eyebrow{display:inline-flex;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.08);font-size:12px;font-weight:800;text-transform:uppercase}
.hero h1{margin:16px 0 12px;font-size:clamp(34px,5vw,56px);line-height:1.03}
.hero p{margin:0;color:rgba(255,255,255,.84)}
.commission-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:24px}
.compact-grid{margin-top:14px}
.com-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:18px;text-align:center}
.com-card strong{display:block;font-size:30px}
.section{padding:32px 0 54px}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.product-card,.empty-box{background:#fff;border-radius:24px;padding:24px;box-shadow:0 20px 60px rgba(3,20,13,.08)}
.product-thumb{width:76px;height:76px;border-radius:18px;display:grid;place-items:center;background:#dff8ea;font-size:34px;margin-bottom:14px}
.shop-img{width:100%;height:220px;object-fit:cover;border-radius:18px;margin-bottom:14px;background:#eef5f0}
.cat-label{display:inline-block;padding:6px 12px;border-radius:999px;background:#dff8ea;color:#0e6b3d;font-size:12px;font-weight:800;text-transform:uppercase;margin-bottom:12px}
.product-card h2,.product-card h3,.empty-box h2{margin:0 0 10px;font-size:28px}
.price{font-size:32px;font-weight:900;color:#0e6b3d;margin-bottom:10px}
.empty-box{text-align:center}
.empty-icon{font-size:54px;margin-bottom:10px}
.category-filter{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:22px}
.cat-pill{display:inline-flex;padding:10px 16px;border-radius:999px;background:#eef5f0;color:#0e2418;font-weight:700}
.active-pill{background:linear-gradient(135deg,#13b767,#0d8c4f);color:#fff}
@media(max-width:900px){.product-grid,.commission-grid{grid-template-columns:1fr}.btn{width:100%}}
