.industries-hero{position:relative;min-height:620px;padding:170px 0 96px;overflow:hidden;display:grid;align-items:end;background:var(--brand-secondary)}.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(135deg,rgba(20,32,16,.82),rgba(59,120,35,.64));z-index:1}.industries-hero .container{position:relative;z-index:2}.industries-hero h1{color:var(--brand-text-inverse);font-size:max(2rem, min(4vw, 3.5rem));line-height:1.1}.industries-hero p{max-width:860px}.industry-cards-section,.selector-guide-section{padding:80px 0}.industry-detailed-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px}.industry-detailed-grid article{border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);padding:28px}.selector-guide-section{background:var(--brand-bg-alt)}.selector-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,0.8fr);grid-gap:32px;gap:32px;align-items:start}.checklist-card{display:grid;grid-gap:12px;gap:12px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);padding:28px}.checklist-card label{display:flex;gap:10px;color:var(--brand-text);font-weight:750}@media (max-width:991.98px){.industry-detailed-grid,.selector-grid{grid-template-columns:1fr}}