.products-hero{background:linear-gradient(135deg,#e65100,#bf360c);color:#fff;padding:180px 0 60px;text-align:center}.products-hero h1{color:#fff;font-size:2.5rem;margin-bottom:12px}.products-hero p{color:rgba(255,255,255,.9);font-size:1.1rem;max-width:600px;margin:0 auto}.products-grid{padding:64px 0}.category-section{margin-bottom:48px}.category-section h2{font-size:1.5rem;margin-bottom:8px;padding-bottom:12px;border-bottom:2px solid var(--brand-primary);display:inline-block}.category-section .category-desc{color:var(--brand-text-secondary);margin-bottom:24px}.product-item{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;transition:transform .3s,box-shadow .3s;cursor:pointer;height:100%;display:flex;flex-direction:column}.product-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.product-item .product-img{height:200px;overflow:hidden;background:var(--brand-bg-alt);display:flex;align-items:center;justify-content:center}.product-item .product-img ai-img,.product-item .product-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-item .product-info{padding:16px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.product-item .product-info h3{font-size:1rem;margin-bottom:8px}.product-item .product-info .btn-sm{font-size:.8rem;padding:6px 16px}