.industries-hero{background:linear-gradient(135deg,#fff,var(--brand-primary-light))}.segment-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.segment-card{position:relative;display:grid;min-height:260px;padding:26px;overflow:hidden;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff}.segment-card span{color:var(--brand-secondary);font-weight:900}.segment-card h2{color:var(--brand-primary-dark);font-size:1.35rem;font-weight:900}.benefits-grid h3{color:var(--brand-primary-dark)}@media (max-width:991px){.segment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.segment-grid{grid-template-columns:1fr}}