.geap-product-hero{padding:92px 0;background:linear-gradient(135deg,#eef4ff,#fff)}.geap-product-hero__row{display:grid;grid-template-columns:1fr 520px;grid-gap:48px;gap:48px;align-items:center}.geap-product-hero h1{font-size:max(2.2rem, min(5vw, 3.4rem));font-weight:900;line-height:1.08}.geap-product-hero img{border-radius:14px;background:#dfe8f2}.geap-product-grid{background:#fff}.geap-product-category{margin-bottom:56px}.geap-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:24px;gap:24px}.geap-product-card{border:1px solid var(--brand-border);border-radius:8px;background:#fff;overflow:hidden;box-shadow:0 12px 30px rgba(23,51,68,.07);padding:0 0 22px}.geap-product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:#edf3f7}.geap-product-card button,.geap-product-card h3,.geap-product-card p{margin-left:22px;margin-right:22px}.geap-product-card h3{margin-top:22px;font-size:1.18rem;font-weight:800}.geap-product-card p{color:var(--brand-text-muted)}@media (max-width:900px){.geap-product-hero__row{grid-template-columns:1fr}}