.section-title h2 {
  font-family: 'Satoshi', system-ui, sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #F5EFEE;
  margin: 0 0 8px;
  text-align: center;
}

.section-subtitle p {
  font-family: 'Geist', system-ui, sans-serif;
  font-size: 0.93rem;
  font-weight: 400;
  color: #A89F99;
  line-height: 1.65;
  margin: 0;
  text-align: center;
}

.section-title {
  margin-bottom: 12px;
}