/* Shared section header — centered title + optional subtitle */
.section-header {
  max-width: 73.75rem;
  margin: 0 auto 2.5rem;
  padding: 0 1.25rem;
  text-align: center;
}

@media (min-width: 768px) {
  .section-header {
    margin-bottom: 3rem;
  }
}

.section-header__title {
  margin: 0 0 0.75rem;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--color-text, #0d1532);
}

@media (min-width: 768px) {
  .section-header__title {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .section-header__title {
    font-size: 3rem;
  }
}

.section-header__subtitle {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  opacity: 0.9;
  white-space: pre-line;
}

@media (min-width: 768px) {
  .section-header__subtitle {
    font-size: 1.0625rem;
  }
}

@media (min-width: 1024px) {
  .section-header__subtitle {
    font-size: 1.125rem;
  }
}
