.f-industries-hero{background:linear-gradient(120deg,var(--brand-primary-dark),var(--brand-primary));padding:140px 0 96px}.f-industries-hero h1{font-size:max(2rem, min(4vw, 3.5rem));max-width:900px}.f-industries-hero h1,.f-industries-hero p{color:var(--brand-text-inverse)}.f-industry-grid,.f-requirements{padding:80px 0}.f-industry-cards{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.f-industry-cards article{padding:24px;border:1px solid var(--brand-border)}.f-industry-cards span{display:grid;align-items:center;justify-items:center;place-items:center;width:42px;height:42px;background:var(--brand-primary-light);color:var(--brand-primary);font-weight:700}.f-requirements{background:var(--brand-bg-alt)}.f-requirements .table th{background:var(--brand-primary);color:var(--brand-text-inverse)}.f-industries-cta{background:var(--brand-neutral-dark);padding:80px 0 96px;text-align:center}.f-industries-cta h2,.f-industries-cta p{color:var(--brand-text-inverse)}@media (max-width:900px){.f-industry-cards{grid-template-columns:repeat(2,1fr)}}