.gc-products-hero{padding:160px 0 60px;background:var(--gc-bg-alt)}.gc-products-hero h1{font-size:2.25rem;margin-bottom:12px}.gc-products-hero-sub{color:var(--gc-text-secondary);font-size:1.125rem;max-width:640px;margin:0 auto}.gc-product-category{margin-bottom:64px}.gc-category-title{font-size:1.5rem;padding-bottom:12px;border-bottom:2px solid var(--gc-primary);display:inline-block;margin-bottom:8px}.gc-category-desc{color:var(--gc-text-secondary);margin-bottom:24px}.gc-product-card{background:var(--gc-bg);border:1px solid #e5e7eb;border-radius:var(--gc-radius);overflow:hidden;cursor:pointer;transition:box-shadow .3s,transform .2s;height:100%;display:flex;flex-direction:column}.gc-product-card:hover{box-shadow:0 6px 20px rgba(15,118,110,.12);transform:translateY(-3px)}.gc-product-img{background:var(--gc-bg-alt);padding:16px;text-align:center}.gc-product-img img{max-width:100%;height:250px;-o-object-fit:contain;object-fit:contain}.gc-product-info{padding:16px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.gc-product-name{font-size:1rem;font-weight:600;margin-bottom:8px;color:var(--gc-text)}.gc-product-cta{color:var(--gc-primary);font-weight:600;font-size:.875rem}