.industries-hero{min-height:600px;display:grid;align-items:end}.industries-hero>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.industries-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(31,88,104,.52),rgba(18,47,55,.88));z-index:1}.industries-hero .container{position:relative;z-index:2;max-width:860px}.industry-cards{background:#fff}.industry-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.industry-grid article{position:relative;display:grid;overflow:hidden;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;box-shadow:0 10px 30px rgba(31,88,104,.08)}.industry-grid img{width:100%;aspect-ratio:3/2;-o-object-fit:cover;object-fit:cover}.industry-grid h3{margin:18px 20px 8px;color:var(--brand-text)}.industry-grid p{margin:0 20px 22px;color:var(--brand-text)}.project-stats{background:var(--brand-primary-dark)}.project-stats h2{margin:0 0 26px;color:#fff;text-align:center}.stats-row{display:flex;flex-wrap:nowrap;gap:14px}.stat-item{flex:1 1 0;min-width:0;padding:18px 14px;border:1px solid rgba(255,255,255,.3);border-radius:var(--brand-radius);text-align:center}.stat-item span,.stat-item strong{display:block;color:#fff}.stat-item strong{font-size:1.25rem}.industries-cta{background:linear-gradient(135deg,var(--brand-primary-dark),#123843)}@media (max-width:991px){.industry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-row{flex-wrap:wrap}.stat-item{flex-basis:calc(50% - 14px)}}@media (max-width:575px){.industry-grid{grid-template-columns:1fr}.stat-item{flex-basis:100%}}