/* Main Page Styles */
body {
  overflow: hidden; /* 메인 페이지는 스크롤 없음 */
}

.hero-content__text {
  max-width: 1400px; /* Figma: 컨테이너 너비 1400px (부제목이 한 줄로 표시되도록) */
}

.hero-content__title {
  margin-bottom: clamp(10px, 1.04vw, 20px); /* Figma 간격 */
}

.hero-content__subtitle {
  margin-bottom: clamp(30px, 3.13vw, 60px); /* Figma 간격 */
}

.hero-content__description {
  margin-bottom: clamp(6px, 0.63vw, 12px); /* Figma 간격 */
}

.hero-content__description:last-of-type {
  margin-bottom: 0;
}

/* 슬라이드 2번 (Doctors) 텍스트 간격 */
.hero-slide--doctors .hero-content__title {
  margin-bottom: clamp(6px, 0.63vw, 12px); /* Figma 간격 */
}

.hero-slide--doctors .hero-content__description {
  margin-bottom: clamp(30px, 3.13vw, 60px); /* Figma: 설명과 버튼 사이 60px 간격 */
}

/* 슬라이드 3번 (Users) 텍스트 간격 - 슬라이드 2번과 동일 */
.hero-slide--users .hero-content__title {
  margin-bottom: clamp(6px, 0.63vw, 12px); /* Figma 간격 */
}

.hero-slide--users .hero-content__description {
  margin-bottom: clamp(30px, 3.13vw, 60px); /* Figma: 설명과 버튼 사이 60px 간격 */
}
