.stra-products-hero.stra-hero--ltr{min-height:420px;padding:176px 0 48px;background:radial-gradient(ellipse at 20% 30%,rgba(11,119,173,.12) 0,transparent 45%),var(--stra-bg-alt)}.stra-products-hero .stra-hero__content h1{font-size:max(2rem, min(4vw, 3.25rem));color:var(--stra-accent)}.stra-products-hero .stra-hero__lede{margin-top:16px;color:var(--stra-text-secondary);max-width:36rem}.stra-products-hero .stra-hero__actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:32px}.stra-products-hero .stra-hero__media img{width:100%;min-height:320px;-o-object-fit:cover;object-fit:cover;border-radius:var(--stra-radius);background:#e2e8f0}.stra-products-catalog{padding:48px 0 80px;background:var(--stra-bg)}.stra-product-category{margin-bottom:48px}.stra-product-category__title{font-size:1.5rem;margin-bottom:24px;color:var(--stra-accent);padding-bottom:12px;border-bottom:2px solid var(--stra-primary)}.stra-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.stra-product-card{border:1px solid var(--stra-border);border-radius:var(--stra-radius);background:#fff;overflow:hidden;transition:box-shadow .2s,transform .2s}.stra-product-card:hover{box-shadow:var(--shadow-soft);transform:translateY(-2px)}.stra-product-card__link{display:block;width:100%;padding:0;border:0;background:0 0;text-align:left;cursor:pointer;color:inherit}.stra-product-card__img{display:block;width:100%;height:200px;-o-object-fit:cover;object-fit:cover;background:var(--stra-bg-alt)}.stra-product-card__body{display:block;padding:16px 20px 20px}.stra-product-card__name{display:block;font-weight:700;color:var(--stra-accent);margin-bottom:8px}.stra-product-card__cta{display:block;font-size:.9rem;font-weight:650;color:var(--stra-primary)}@media (max-width:991.98px){.stra-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575.98px){.stra-product-grid{grid-template-columns:1fr}}