.products-hero{padding:82px 0;background:linear-gradient(135deg,#f3f8fd,#fff)}.products-hero .container{display:grid;grid-template-columns:1.1fr 0.9fr;grid-gap:48px;gap:48px;align-items:center}.products-hero h1{font-size:2.7rem;font-weight:800}.products-hero p{color:var(--brand-text-secondary)}.products-hero img{border-radius:8px;background:#dbeafe;min-height:360px;-o-object-fit:cover;object-fit:cover}.products-grid-section{padding:76px 0 96px}.product-category{margin-bottom:64px}.product-category header{margin-bottom:24px}.product-category h2{font-weight:800}.product-category header p{color:var(--brand-text-secondary);max-width:760px}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:24px;gap:24px}.product-card{border:1px solid var(--brand-border);border-radius:8px;overflow:hidden;background:#fff;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(23,51,68,.12)}.product-card a{color:var(--brand-text);display:block;height:100%}.product-card__image{aspect-ratio:4/3;background:var(--brand-bg-alt)}.product-card__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-card__body{padding:22px}.product-card__body h3{font-size:1.15rem;font-weight:800}.product-card__body p{color:var(--brand-text-secondary);font-size:.94rem}.product-card__body span{color:var(--brand-primary);font-weight:800}@media (max-width:768px){.products-hero .container{grid-template-columns:1fr}}