.products-featured{padding:90px 0;background:linear-gradient(135deg,#f7fbff,#eef6ff)}.products-featured__row{display:grid;grid-template-columns:1.05fr 0.95fr;grid-gap:48px;gap:48px;align-items:center}.products-featured h1{font-size:max(2.3rem, min(5vw, 3.7rem));line-height:1.08;margin-bottom:16px}.products-featured p{color:var(--brand-text-muted);font-size:1.08rem}.products-featured__visual img{border-radius:var(--brand-radius);background:var(--brand-bg);box-shadow:0 22px 54px rgba(30,57,175,.14);aspect-ratio:1;-o-object-fit:cover;object-fit:cover}.products-catalog{padding:72px 0 96px}.product-category{margin-bottom:64px}.product-category__header{margin-bottom:24px;max-width:760px}.product-category__header h2{font-size:2rem;margin-bottom:8px}.product-category__header p{color:var(--brand-text-muted)}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:22px;gap:22px}.product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:var(--brand-bg);transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(23,51,68,.1)}.product-card__image{aspect-ratio:4/3;background:var(--brand-bg-alt);display:grid;align-items:center;justify-items:center;place-items:center}.product-card__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-card__body{padding:22px}.product-card__body h3{color:var(--brand-text);font-size:1.12rem}.product-card__body p{color:var(--brand-text-muted);font-size:.92rem}.product-card__body span{font-weight:800;color:var(--brand-primary)}@media (max-width:991px){.products-featured__row{grid-template-columns:1fr}}