.products-hero{background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-primary));padding:64px 0;text-align:center}.products-hero h1{color:#fff;font-size:2.2rem;font-weight:700;margin-bottom:12px}.products-hero p{color:rgba(255,255,255,.85);font-size:1.05rem;max-width:600px;margin:0 auto}.products-grid{padding:64px 0}.products-grid .product-item{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff;cursor:pointer;transition:transform .25s,box-shadow .25s}.products-grid .product-item:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(0,0,0,.08)}.products-grid .product-img{background-color:var(--bg-light);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;padding:20px}.products-grid .product-info{padding:20px}.products-grid .product-info h3{font-size:1.05rem;font-weight:600;margin-bottom:4px}.products-grid .product-info .product-cta{font-size:.9rem;color:var(--brand-primary);font-weight:600}@media (max-width:767.98px){.products-hero h1{font-size:1.8rem}}