.industries-dark-hero{padding:94px 0;background:var(--brand-primary-dark)}.industries-dark-hero h1,.industries-dark-hero p{color:var(--brand-text-inverse)}.industries-dark-hero .section-kicker{color:var(--brand-accent)}.industry-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.industry-grid article{min-height:310px;padding:26px;border:1px solid var(--brand-line);background:var(--brand-bg);transition:background .18s,border-color .18s}.industry-grid article:hover{background:#f8fafc;border-color:var(--brand-accent)}.industry-grid span{width:56px;height:56px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:18px;background:var(--brand-primary);color:var(--brand-text-inverse);font-weight:800}.industry-grid h2{font-size:1.18rem}.industry-grid p{color:var(--brand-text-muted)}.industries-centered-cta{padding:86px 0;text-align:center;background:var(--brand-primary)}.industries-centered-cta h2,.industries-centered-cta p{color:var(--brand-text-inverse)}.industries-centered-cta p{max-width:760px;margin:0 auto 24px}@media (max-width:1199.98px){.industry-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:991.98px){.industry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575.98px){.industry-grid{grid-template-columns:1fr}}