.gs-hero--customers .gs-hero__title{max-width:28ch;text-wrap:balance}.gs-hero--customers .gs-hero__description{max-width:38rem;text-wrap:balance}.gs-customers-list{background:var(--color-bg-muted);padding:5rem 1.5rem}.gs-customers-list__inner{display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:var(--content-frame)}.gs-customer-band{background:var(--color-bg);border-radius:16px;color:inherit;display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);min-height:280px;overflow:hidden;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.gs-customer-band:hover{box-shadow:0 12px 24px rgba(0,38,69,.1);transform:translateY(-6px)}.gs-customer-band__media{overflow:hidden}.gs-customer-band__media img{display:block;height:100%;object-fit:cover;width:100%}.gs-customer-band__content{align-items:flex-start;display:flex;flex-direction:column;padding:2.5rem 2.75rem}.gs-customer-band__kicker{color:var(--color-brand-accent);display:inline-block;font-size:.8125rem;font-weight:var(--weight-bold);letter-spacing:.08em;margin-bottom:.5rem;text-transform:uppercase}.gs-customer-band__title{color:var(--color-fg);font-size:var(--text-h4);margin:0 0 .75rem;text-wrap:balance}.gs-customer-band__lede{color:var(--color-fg-body);font-size:var(--text-base);line-height:var(--leading-relaxed);margin:0 0 1.5rem;text-wrap:pretty}.gs-customer-band__cta{align-items:center;color:var(--color-fg);display:inline-flex;font-size:var(--text-sm);font-weight:var(--weight-bold);gap:.4rem;letter-spacing:.05em;margin-top:auto;text-transform:uppercase;transition:color .2s ease}.gs-customer-band:hover .gs-customer-band__cta{color:var(--color-fg-body)}.gs-customer-band__cta-arrow{display:inline-block;transition:transform .2s ease}.gs-customer-band:hover .gs-customer-band__cta-arrow{transform:translateX(4px)}@media (max-width:900px){.gs-customer-band{grid-template-columns:1fr;min-height:auto}.gs-customer-band__media{aspect-ratio:16/9}}@media (max-width:767px){.gs-customers-list{padding:3rem 1.5rem}.gs-customer-band__content{padding:2rem 1.75rem}}