.products-featured{background:linear-gradient(135deg,#eaf2fa,#fff);padding:96px 0}.products-featured h1{font-size:2.6rem;font-weight:800;line-height:1.12}.products-featured img{border-radius:var(--radius);box-shadow:var(--shadow-md)}.product-feature-points{display:grid;grid-gap:10px;gap:10px;margin:22px 0 28px}.product-feature-points span{padding:10px 14px;border-left:4px solid var(--brand-accent);background:#fff;border-radius:var(--radius);font-weight:700}.category-section{margin-bottom:58px}.category-heading{max-width:780px;margin-bottom:24px}.product-card{border:1px solid var(--brand-border);border-radius:var(--radius);background:#fff;padding:16px;display:flex;flex-direction:column;gap:16px;box-shadow:var(--shadow-sm)}.product-card a{color:var(--brand-text)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:contain;object-fit:contain;background:var(--brand-bg-alt);border-radius:var(--radius)}.product-card-body{padding-top:14px}.spec-chip{display:inline-block;background:#e6f1fc;color:var(--brand-primary-dark);font-size:.78rem;font-weight:800;padding:4px 8px;border-radius:var(--radius);margin-bottom:10px}.product-card h3{font-size:1.12rem}.product-card p{color:var(--brand-muted)}