.industries-hero{position:relative;min-height:520px;padding:170px 0 96px;overflow:hidden;background:#1a2230}.industries-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.48}.industries-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(26,34,48,.9),rgba(71,28,95,.72))}.industries-hero .container{position:relative;z-index:1}.industries-hero__copy{max-width:780px}.industries-hero h1{color:#fff;font-size:max(2rem, min(4vw, 3.5rem))}.industries-hero p{color:#fff}.industry-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px}.industry-detail-grid article{display:grid;grid-template-columns:42% minmax(0,1fr);min-height:300px;border:1px solid var(--brand-border);background:var(--brand-bg);overflow:hidden}.industry-detail-grid img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.industry-detail-grid div{padding:24px;display:flex;flex-direction:column;justify-content:center}.industry-detail-grid h3{font-size:1.25rem}.selector-layout{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(360px,1.1fr);grid-gap:40px;gap:40px;align-items:start}.selector-checklist{display:grid;grid-gap:12px;gap:12px}.selector-checklist label{display:flex;gap:12px;align-items:flex-start;padding:16px;border:1px solid var(--brand-border);background:var(--brand-bg);color:var(--brand-text);font-weight:700}.selector-checklist input{margin-top:5px}.industries-cta{background:linear-gradient(135deg,#471c5f,#1a2230)}@media (max-width:991px){.industry-detail-grid,.industry-detail-grid article,.selector-layout{grid-template-columns:1fr}.industry-detail-grid img{height:240px}}