/* 공통 서브페이지 스타일 - MetaSpatium */

.subpage section {
  padding: var(--section-padding) 0;
}

.subpage section:nth-child(even) {
  background: var(--color-bg-mid);
}

.subpage section:nth-child(odd) {
  background: var(--color-bg);
}

.subpage .section-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 2rem;
  text-align: center;
}

.subpage .section-desc {
  text-align: center;
  color: var(--color-muted);
  max-width: 600px;
  margin: 0 auto 3rem;
  line-height: 1.7;
}
