@charset "UTF-8";.products-hero{background:var(--brand-dark);color:#fff;padding:80px 0 60px;position:relative;overflow:hidden}.products-hero::after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--brand-primary),var(--brand-accent))}.products-hero h1{font-size:2.4rem;font-weight:800;margin-bottom:.8rem}.products-hero .hero-desc{font-size:1.05rem;color:rgba(255,255,255,.8);max-width:580px;margin-bottom:1.5rem}.products-hero .hero-filters{display:flex;gap:10px;flex-wrap:wrap}.filter-chip{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);color:rgba(255,255,255,.85);padding:6px 16px;border-radius:20px;font-size:.82rem;font-weight:500;cursor:pointer;transition:background .2s,border-color .2s}.filter-chip.active,.filter-chip:hover{background:var(--brand-primary);border-color:var(--brand-primary);color:#fff}.products-grid-section{padding:60px 0;background:#fff}.product-category-block{margin-bottom:56px}.product-category-block .cat-header{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid var(--brand-border)}.product-category-block .cat-header h2{font-size:1.4rem;font-weight:700;color:var(--brand-dark);margin:0}.product-category-block .cat-header .cat-count{background:var(--brand-light);color:var(--brand-primary);font-size:.8rem;font-weight:700;padding:3px 10px;border-radius:12px}.product-category-block .cat-desc{font-size:.9rem;color:var(--brand-muted);margin:-12px 0 20px}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.product-item{border:1px solid var(--brand-border);border-radius:var(--radius);overflow:hidden;background:#fff;transition:box-shadow .25s,transform .25s;cursor:pointer}.product-item:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.product-item .img-wrap{aspect-ratio:3/2;overflow:hidden;background:var(--brand-light)}.product-item .img-wrap ai-img,.product-item .img-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s;display:block}.product-item:hover .img-wrap ai-img,.product-item:hover .img-wrap img{transform:scale(1.06)}.product-item .p-body{padding:16px 18px 20px}.product-item .p-name{font-size:.97rem;font-weight:700;color:var(--brand-dark);margin-bottom:4px}.product-item .p-desc{font-size:.83rem;color:var(--brand-muted);margin-bottom:12px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-item .p-cta{display:flex;align-items:center;gap:6px;font-size:.82rem;font-weight:600;color:var(--brand-primary);transition:gap .2s}.product-item:hover .p-cta{gap:10px}.product-item .p-cta svg{width:14px;height:14px;fill:currentColor}@media (max-width:992px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.products-grid{grid-template-columns:1fr}.products-hero h1{font-size:1.8rem}}