.industries-hero{padding:160px 0 96px;background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-ink))}.industries-hero h1,.industries-hero p{color:#fff}.industries-hero h1{max-width:900px;font-size:max(2.4rem, min(5vw, 4.5rem))}.industries-hero p{max-width:830px;color:rgba(255,255,255,.84)}.industry-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px}.industry-detail-grid article{position:relative;background:#fff;border:1px solid var(--brand-border);border-radius:4px;padding:30px;box-shadow:0 12px 30px rgba(8,62,117,.08)}.industry-detail-grid h2{font-size:1.35rem}.industry-detail-grid a{font-weight:750}.selector-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.selector-grid div{background:#fff;border:1px solid var(--brand-border);border-radius:4px;padding:24px}.selector-grid strong{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;background:var(--brand-accent);color:var(--brand-ink);border-radius:50%;margin-bottom:14px}.industries-cta{background:var(--brand-primary-dark)}.industries-cta h2,.industries-cta p{color:#fff}@media (max-width:991px){.selector-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.industry-detail-grid,.selector-grid{grid-template-columns:1fr}}