.products-hero{padding:5rem 0;background:linear-gradient(135deg,#eaf5ff,#f7f3ff)}.products-hero__row{display:grid;align-items:center;grid-gap:3rem;gap:3rem;grid-template-columns:1fr 1fr}.products-hero h1{font-weight:900}.products-hero img{border-radius:18px;background:#fff;box-shadow:0 20px 50px rgba(30,64,175,.16)}.product-catalog{padding:5rem 0}.product-category{margin-bottom:4rem}.product-category__head{max-width:800px;margin-bottom:1.5rem}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.product-card{border:1px solid var(--brand-border);border-radius:12px;background:#fff;overflow:hidden}.product-card__image img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card__body{padding:1.2rem}@media (max-width:991px){.product-grid,.products-hero__row{grid-template-columns:1fr}}