.industries-hero{background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-primary));padding-top:96px}.industries-hero__grid{align-items:center;display:grid;grid-gap:42px;gap:42px;grid-template-columns:minmax(0,1fr) minmax(340px,0.82fr)}.industries-hero h1{color:var(--brand-text-inverse);font-size:max(2rem, min(4vw, 3.5rem));margin-bottom:18px}.industries-hero p:not(.eyebrow){color:var(--brand-text-inverse);font-size:1.08rem}.industries-hero img{aspect-ratio:4/3;border-radius:var(--brand-radius);-o-object-fit:cover;object-fit:cover;width:100%}.industry-cards-section{background:var(--brand-bg)}.industry-card-grid{display:grid;grid-gap:24px;gap:24px;grid-template-columns:repeat(2,minmax(0,1fr))}.industry-card-grid article{background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);display:grid;grid-template-columns:44% minmax(0,1fr);min-height:100%;overflow:hidden;position:relative}.industry-card-grid img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.industry-card-grid article>div{padding:22px}.industry-card-grid p,.selector-guide p{color:var(--brand-text)}.selector-guide{background:var(--brand-bg-alt)}.selector-guide__grid{align-items:start;display:grid;grid-gap:34px;gap:34px;grid-template-columns:minmax(0,0.9fr) minmax(0,1.1fr)}.selector-checks{background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);display:grid;grid-gap:14px;gap:14px;padding:24px}.selector-checks label{align-items:center;color:var(--brand-text);display:flex;gap:12px;font-weight:700}.selector-checks input{accent-color:var(--brand-primary);height:18px;width:18px}@media (max-width:991px){.industries-hero{padding-top:72px}.industries-hero__grid,.industry-card-grid,.industry-card-grid article,.selector-guide__grid{grid-template-columns:1fr}.industry-card-grid img{aspect-ratio:4/3;height:auto}}