.products-hero{background:linear-gradient(135deg,#f8fbff 0,#e9f7ff 100%);padding-top:88px;padding-bottom:84px}.products-hero h1{color:var(--brand-primary-dark);font-size:max(2.3rem, min(5vw, 4rem));line-height:1.08;font-weight:900;margin-bottom:18px}.products-hero p{color:var(--brand-text-soft);font-size:1.08rem;margin-bottom:26px}.products-hero img{width:100%;min-height:420px;-o-object-fit:cover;object-fit:cover;border-radius:8px;box-shadow:var(--shadow-soft);background:#eaf2ff}.product-catalog-section{padding:80px 0 96px;background:#fff}.catalog-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:34px}.catalog-toolbar h2{color:var(--brand-primary-dark);font-size:max(2rem, min(4vw, 3rem));font-weight:900;margin-bottom:0}.category-grid{display:grid;grid-gap:28px;gap:28px}.category-panel{padding:28px;border:1px solid var(--brand-border);border-radius:8px;background:var(--brand-bg-alt)}.category-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:22px}.category-head h3{color:var(--brand-primary-dark);font-weight:900;margin-bottom:0}.category-head p{color:var(--brand-text-soft);max-width:620px;margin-bottom:0}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.product-card{position:relative;display:flex;flex-direction:column;min-height:100%;padding:18px;border-radius:8px;border:1px solid var(--brand-border);background:#fff;box-shadow:var(--shadow-card)}.product-card a{color:var(--brand-text);-webkit-text-decoration:none;text-decoration:none}.product-card img{display:block;width:100%;height:210px;-o-object-fit:cover;object-fit:cover;border-radius:8px;background:#eaf2ff;margin-bottom:16px}.product-standard{display:inline-flex;margin-bottom:10px;padding:5px 9px;border-radius:999px;background:var(--brand-primary-light);color:var(--brand-primary-dark);font-size:.78rem;font-weight:900}.product-card h4{color:var(--brand-primary-dark);font-weight:900;font-size:1.08rem;margin-bottom:12px}.product-card p{color:var(--brand-text-soft);font-size:.94rem}.product-card .btn-primary-solid{margin-top:auto}@media (max-width:991px){.catalog-toolbar,.category-head{align-items:flex-start;flex-direction:column}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.product-grid{grid-template-columns:1fr}.category-panel{padding:18px}}