/* ============================================================
   VERTICAL page (Industrial Manufacturing / Aerospace & Defense / Life
   Sciences & Biopharma / High-Tech Electronics). Centered hero (no
   nav-pill switcher and no CTA buttons -- the header's own "Verticals"
   dropdown and "Request Assessment" pill already cover both), problem/
   solution split, use-case card grid, proof stat band, comparison
   table, closing CTA.
   ============================================================ */
.vert-hero{ position: relative; overflow: hidden; padding: 140px 0 40px; text-align: center; }
@media (max-width: 1024px){ .vert-hero{ padding-top: 120px; } }
@media (max-width: 640px){ .vert-hero{ padding-top: 100px; } }
.vert-hero-inner{ max-width: none; }
.vert-hero .eyebrow{ justify-content: center; }
.vert-hero h1{ margin: 0 0 18px; text-wrap: balance; }
.vert-hero .lede{ font-size: 18px; line-height: 1.7; color: var(--text-secondary); margin: 0 auto; max-width: 780px; }
@media (max-width: 640px){ .vert-hero .lede{ font-size: 16px; } }

.use-cases-section .card-grid{ margin-top: 4px; }
