/* ============================================================
   HOME -- landing page. Centered hero, ambient hero-visual (vitals
   diagram), capabilities grid, case-file proof log, verticals teaser,
   closing CTA.
   ============================================================ */
.home-hero{ position: relative; overflow: hidden; padding: 150px 24px 56px; text-align: center; }
@media (max-width: 1024px){ .home-hero{ padding: 128px 24px 48px; } }
@media (max-width: 640px){ .home-hero{ padding: 108px 20px 40px; } }
.home-hero-inner{ max-width: 900px; margin: 0 auto; }
.home-hero .eyebrow{ justify-content: center; }
.home-hero-title{ margin: 0 0 20px; text-wrap: balance; }
.home-hero-sub{ font-size: 18px; line-height: 1.7; color: var(--text-secondary); margin: 0 auto; max-width: 720px; }
@media (max-width: 640px){ .home-hero-sub{ font-size: 16px; } }
.home-hero-sub strong{ color: var(--text-primary); font-weight: 700; }
.home-hero .hero-actions,
.home-hero .hero-badges{ justify-content: center; }

.home-hero-visual{ margin-top: 48px; }

.divider-line{ border: none; border-top: 1px solid var(--border); max-width: 1280px; margin: 0 auto; }
