section {
  padding: 80px 0;
}

.section-heading {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 10px;
  letter-spacing: -0.03em;
}

.section-sub {
  font-family: var(--font-body);
  color: var(--text-muted);
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: -0.005em;
}

.section-divider {
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, var(--green-light), var(--green-pale));
  border-radius: 2px;
  margin: 14px auto 30px;
}

.bg-cream {
  background: var(--cream) !important;
}

.bg-cream-dark {
  background: var(--cream-dark) !important;
}
