/* wwwroot/css/shared/home-hero.css */

/* The homepage hero reuses .hero-section (wwwroot/css/shared/hero-section.css)
   for all base styling — this file only adds the homepage-specific touch of
   centering the hero content, since there is no document editor beside it
   to anchor a left-aligned layout the way tool pages have. */

.home .hero-section .row {
  justify-content: center;
  text-align: center;
}

.home .hero-section .hero-actions,
.home .hero-section .trust-badges,
.home .hero-section .hero-stats {
  justify-content: center;
}

.home .hero-section .hero-description {
  margin-left: auto;
  margin-right: auto;
}
