.industries-hero{position:relative;min-height:560px;display:grid;align-items:center;overflow:hidden;background:var(--brand-primary-dark);padding:150px 0 96px}.industries-hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.industries-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(42,34,48,.84),rgba(132,32,106,.36))}.industries-hero .container{position:relative;z-index:1;max-width:840px}.industries-hero .section-kicker,.industries-hero h1,.industries-hero p{color:var(--brand-text-inverse)}.industries-regions{background:#fff}.industries-tabs{justify-content:center;gap:10px;margin-bottom:26px}.industries-tabs .nav-link{color:var(--brand-text);background:var(--brand-neutral-light);border-radius:999px;font-weight:800}.industries-tabs .nav-link.active{background:var(--brand-primary);color:var(--brand-text-inverse)}.industries-tab-content{border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:30px;background:var(--brand-bg-alt);margin-bottom:28px}.industries-stats{background:var(--brand-neutral-light)}.industries-bars{display:grid;grid-gap:16px;gap:16px;margin-bottom:28px}.industries-bars div{display:grid;grid-gap:8px;gap:8px}.industries-bars span{color:var(--brand-text);font-weight:800}.industries-bars strong{display:block;min-width:160px;max-width:100%;color:var(--brand-text-inverse);background:linear-gradient(90deg,var(--brand-primary),var(--brand-accent));border-radius:999px;padding:8px 14px;text-align:right}.industries-cta{background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-primary))}.industries-cta__grid{display:grid;grid-template-columns:minmax(0,0.8fr) minmax(340px,1fr);grid-gap:34px;gap:34px;align-items:start}.industries-cta h2,.industries-cta p{color:var(--brand-text-inverse)}@media (max-width:991px){.industries-cta__grid{grid-template-columns:1fr}}