
/* Section Styles */
section {
  padding: 4rem 0;
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: var(--spacing-md);
}

.section-description {
  font-size: 1.125rem;
  color: hsl(var(--text-muted));
  max-width: 42rem;
  margin: 0 auto;
}