/* Home Page Sections */

/* Home Hero Typography */
.home-hero-title {
  font-size: 3rem;
  line-height: 1.1;
  color: var(--foreground);
  font-weight: bold;
  letter-spacing: -0.025em;
}

@media (min-width: 768px) {
  .home-hero-title {
    font-size: 4.5rem;
  }
}

.home-hero-subtitle {
  font-size: 1.25rem;
  color: var(--muted-foreground);
}

@media (min-width: 768px) {
  .home-hero-subtitle {
    font-size: 1.5rem;
  }
}

.home-hero-stat-number {
  font-size: 1.875rem;
  color: var(--foreground);
  font-weight: bold;
}

.home-hero-stat-label {
  color: var(--muted-foreground);
  font-size: 0.875rem;
}

/* Home Page Sections */

.home-section-title-mb {
  margin-bottom: 4rem;
}

.home-trusted-title-mb {
  margin-bottom: 3rem;
}

.home-hero-max-width {
  max-width: 64rem;
}

.home-hero-subtitle-max-width {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.home-hero-margin-bottom {
  margin-bottom: 2rem;
}

.home-hero-padding-top {
  padding-top: 1rem;
}

.home-hero-stats-padding {
  padding-top: 3rem;
  gap: 2rem;
}

.home-hero-stat-gap {
  gap: 0.25rem;
}

.home-ai-max-width {
  max-width: 72rem;
}

.home-ai-card-max-width {
  max-width: 48rem;
}

.home-services-max-width {
  max-width: 64rem;
}
