/* =========================================================================
   /industries hub. Loaded only there (see inc/setup.php). The card grid and
   legend styles are shared and live in style.css.
   ========================================================================= */

.ind-hub { min-height: 70vh; }
.ind-hub .sec-head h1 { font-size: clamp(34px, 5vw, 56px); color: #fff; margin-top: 16px; }
.hub-legend { display: flex; gap: 22px; justify-content: center; margin-top: 18px; font-size: 13.5px; color: var(--text2); }
.hub-cta { text-align: center; margin-top: 56px; }
.hub-cta p { margin-top: 14px; font-size: 13.5px; color: var(--text2); }
