.industries-hero{background:var(--brand-primary-dark);min-height:620px;overflow:hidden;position:relative}.industries-hero__bg{height:100%;top:0;right:0;bottom:0;left:0;-o-object-fit:cover;object-fit:cover;opacity:.42;position:absolute;width:100%;z-index:0}.industries-hero::after{background:linear-gradient(90deg,rgba(43,36,68,.92),rgba(43,36,68,.62));content:"";top:0;right:0;bottom:0;left:0;position:absolute;z-index:1}.industries-hero__content{max-width:850px;position:relative;z-index:2}.industries-hero h1,.industries-hero p{color:var(--brand-text-inverse)}.industries-tabs{gap:10px;justify-content:center;margin-bottom:28px}.industries-tabs .nav-link{border:1px solid var(--brand-border);border-radius:var(--brand-radius);color:var(--brand-text);font-weight:700}.industries-tabs .nav-link.active{background:var(--brand-primary);border-color:var(--brand-primary);color:var(--brand-text-inverse)}.industry-panel{background:var(--brand-bg);border:1px solid var(--brand-border);display:grid;grid-gap:34px;gap:34px;grid-template-columns:minmax(0,0.54fr) minmax(320px,0.46fr);padding:34px}.industry-panel h3{margin-bottom:14px}.industry-panel p{margin-bottom:0}.industry-panel img{background:var(--brand-neutral-light);height:100%;min-height:280px;-o-object-fit:cover;object-fit:cover;width:100%}.industry-stats{background:var(--brand-bg-alt)}.bar-chart{display:grid;grid-gap:18px;gap:18px;margin:0 auto;max-width:900px}.bar-row{align-items:center;display:grid;grid-gap:18px;gap:18px;grid-template-columns:190px minmax(0,1fr) 58px}.bar-row span,.bar-row strong{color:var(--brand-text);font-weight:700}.bar-row div{background:var(--brand-bg);border:1px solid var(--brand-border);height:22px}.bar-row b{background:linear-gradient(90deg,var(--brand-primary),var(--brand-accent));display:block;height:100%}@media (max-width:991px){.industry-panel{grid-template-columns:1fr}}@media (max-width:767px){.industries-hero{min-height:560px}.bar-row{grid-template-columns:1fr}}