/* =============================
   for-dental.css — For Dental 전용
============================= */


/* =========================================

    ⭐ Hero Section
    
========================================= */


@media (min-width: 1024px) {

  /* 치과 페이지 Hero 래퍼 */
  .hero--dental {
    position: relative;
    overflow: visible;
    background-color: #f5fafc;
  }

  /* 비주얼 사이즈/위치 보정 */
  .hero--dental .hero__visual {
    max-width: 760px;      /* 필요시 조절 */
    margin: 40px auto 0;   /* 위쪽 여백 조금 주고 중앙 정렬 */
  }

  /* 바로 다음 섹션을 위로 당겨서
     비주얼 하단과 살짝 겹쳐 보이게 */
  .page--dental .hero--dental + .section {
    margin-top: -0px;               /* 섹션을 위로 당김 */
    padding-top: calc(0px + 0px);  /* 원래 상단 패딩(80) + 보정(80) */
  }
}


/* ======== Mobile(~1023) ============ */
@media (max-width: 1023px) {

  /* 치과 페이지 Hero 래퍼 */
  .hero--dental {
    position: relative;
    overflow: visible;
    background-color: #f5fafc;
  }

  .hero--dental .hero__visual {
    max-width: 640px;    /* 뷰포트에 맞춰 축소 */
    margin-top: 32px;    /* Hero 텍스트와 간격 */
  }
}




/* =========================================

    ⭐ Summary Section
    
========================================= */


.section--dental-summary {
  width: 100%;
  max-width: none;
  margin-top: 0;
  background: #f5fafc;
  padding: 0 0 120px;
}

.dental-summary__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px; /* 시작 본문 높이*/
  text-align: center;
}

/* 타이틀 / 서브타이틀 / 본문 */
.dental-summary__title {
  margin: 0 0 16px;
} 

.dental-summary__subtitle {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 600;
  color: #54707f;
}

.dental-summary__description {
  margin: 0 0 48px;
  color: #3c4f57;
} 

/* 버튼들을 배치하는 영역 */
.dental-summary__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

/* ========= 모바일 (~1023px) ========= */
@media (max-width: 1023px) {
  .section--dental-summary {
    padding: 0px 0 96px;
  }

  .dental-summary__title {
  margin: 0 0 16px;
} 

  .dental-summary__subtitle {
    font-size: 18px;
  }

  .dental-summary__description {
  margin: 0 0 48px;
  color: #3c4f57;
} 

  .dental-summary__actions {
    flex-direction: column;
    gap: 12px;
  }

  .section--dental-summary .btn {
    width: 100%;      
  }
}



/* =========================================

    ⭐ Pain Point Section
    
========================================= */


.section--dental-pain {
  width: 100%;
  padding: 120px 0;
  background: #ffffff;
}

.section-block--dental-pain {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
}

/* eyebrow & title 정렬 */

.section--dental-pain .section-block__eyebrow {
  text-align: left;
  margin-bottom: 16px;
}

.section--dental-pain .section-block__eyebrow-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.section--dental-pain .section-block__title {
  text-align: left;
  margin-bottom: 32px;
}

/* ================================
   Hero 일러스트
================================ */

.dental-pain__hero {
  margin-top: 8px;
  margin-bottom: 56px;
}

.dental-pain__hero-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 32px;
}

/* ================================
   이슈 리스트 + CTA 카드 (PC 기본)
================================ */

.dental-pain__grid {
  display: flex;
  gap: 40px;
  align-items: stretch;
  margin-bottom: 56px;
}

/* 왼쪽 컬럼을 CTA 카드 높이에 맞추기 */
.dental-pain__issues {
  flex: 1.4;
  display: flex;
}

.dental-pain__issue-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.dental-pain__issue-list li {
  padding: 10px 18px;
  border-radius: 16px;
  background: #eef3f7;
  color: #222;
  font-weight: 600;
  text-align: center; 
}

/* CTA 카드 */

.dental-pain__cta-card {
  flex: 1;
  background: #5895A6;
  border-radius: 32px;
  padding: 60px 24px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.dental-pain__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.36);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
}

/* 아이콘 – 경로만 프로젝트에 맞게 수정 */
.dental-pain__cta-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  background-image: url("../../images/for-dental/icon-dental-bot.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.dental-pain__cta-text {
  margin: 0;
  line-height: 1.5;
}

/* ================================
   Body copy
================================ */

.dental-pain__body {
  margin-top: 24px;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.dental-pain__body:first-of-type {
  margin-top: 0;
}

.dental-pain__body strong {
  font-weight: 700;
}


/* ======== Mobile(~1023) ============ */
@media (max-width: 1023px) {
  .section--dental-pain {
    padding: 80px 0;
  }

  .section-block--dental-pain {
    padding: 0 24px;
  }

  .section--dental-pain .section-block__title {
    margin-bottom: 24px;
    font-size: 26px;
  }

  .dental-pain__hero {
    margin-bottom: 40px;
  }

  .dental-pain__hero-img {
    border-radius: 24px;
  }

  /* 세로 스택 + 양옆 꽉 채우기 */
  .dental-pain__grid {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    margin-bottom: 40px;
  }

  .dental-pain__issues {
    flex: 1;
    display: block;
  }

  .dental-pain__issue-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
    align-items: stretch;
  }

  .dental-pain__issue-list li {
    width: 100%;
    max-width: none;
  }

  .dental-pain__cta-card {
    width: 100%;
    max-width: none;
    padding: 60px 24px;
    border-radius: 24px;
  }

  .dental-pain__body {
    max-width: 100%;
    margin-top: 16px;
  }
}

/* Extra small (~480px) */

@media (max-width: 480px) {
  .dental-pain__issue-list li {
    border-radius: 14px;
    padding: 9px 14px;
  }

  .dental-pain__cta-icon {
    width: 48px;
    height: 48px;
  }
}




/* =========================================

    ⭐ Kpi-Summary Section
    
========================================= */


.section--insurance-stats {
  width: 100%;
  max-width: none;
  padding: 120px 0;
  background: #f5fafc;
}

/* 제목 ↔ 카드 섹션 간격 */
.section--insurance-stats .section-block__title {
  margin-bottom: 60px;  
}

/* 카드 섹션 ↔ 본문 간격 */
.section--insurance-stats .stats__cards {
  margin-bottom: 60px;  
}

/* 본문 위쪽 여유 (필요하면) */
.section--insurance-stats .stats__body {
  margin-top: 16px;   
}

/* ==========================
   카드 섹션 (3개)
========================== */

.stats__cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.stats-card {
  flex: 1;
  min-width: 200px;
  background: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
}

.stats-card__value {
  font-size: 32px;
  font-weight: 700;
  color: #0c5672;
  margin-bottom: 8px;
}

.stats-card__unit {
  font-size: 18px;
  font-weight: 500;
}

.stats-card__label {
  font-size: 16px;
  color: #6d7c85;
}

/* ==========================
   본문
========================== */

.stats__body {
  font-size: 17px;
  line-height: 1.6;
  color: #4a4a4a;
  margin-bottom: 24px;
  text-align: left;
}

/* ==========================
   footer 본문 (후킹 문장)
========================== */

.stats__footer {
  font-size: 17px;
  line-height: 1.6;
  color: #4a4a4a;
  text-align: left;
}

/* ==========================
   MOBILE (~1023px)
========================== */

@media (max-width: 1023px) {
  .section--insurance-stats {
    padding: 80px 0;
  }

  .stats__cards {
    flex-direction: column;
    gap: 16px;
  }

  .stats-card {
    padding: 28px 20px;
  }

  .stats-card__value {
    font-size: 28px;
  }
}




/* =========================================

    ⭐ Benefit Section
    
========================================= */


.section--dental-benefits {
  background: #324B5F; 
  color: #ffffff;
}

.section-block--dental-benefits {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section--dental-benefits .section-block__eyebrow-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.dental-benefits__eyebrow span {
  color: #c6e7f4;
}

.dental-benefits__title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 20px;
}

.dental-benefits__desc {
  margin: 60px 0 0;
  color: #e1f4ff;
}

/* 가운데 원형 그리드 */

.dental-benefits {
  margin-top: 80px;      
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 36px;           
}

.dental-benefits__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;             
  flex: 1 1 200px;       
  max-width: 220px;
}

/* 원형 버블 */

.dental-benefits__bubble {
  width: 210px;        
  height: 210px;
  padding: 8px;
  background: #f8f9fd;
  border-radius: 999px;
  outline: 2px #324B5F solid;
  outline-offset: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dental-benefits__bubble-text {
  margin: 0;
  text-align: center;
  color: #424242;
  font-size: 24px;      
  line-height: 1.2;
  font-weight: 600;
}

/* 아래 캡션 텍스트 */

.dental-benefits__caption {
  margin: 0;
  text-align: center;
  color: #98e3ff;
  font-size: 24px;       
  line-height: 1.4;   
  font-weight: 700;
}


/* ======== Mobile(~1023) ============ */
@media (max-width: 1023px) {
  .section-block--dental-benefits {
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .section--dental-benefits .section-block__title {
    margin-bottom: 16px;
  }

  .dental-benefits__desc {
    margin-top: 32px;
  }

  .dental-benefits {
    margin-top: 60px;
    gap: 24px;
  }

  .dental-benefits__item {
    flex: 1 1 45%;   /* 모바일/태블릿에서 2열 → 줄바뀜 */
    max-width: none;
  }

  .dental-benefits__bubble {
    width: 190px;     
    height: 190px;
  }

  .dental-benefits__bubble-text {
    font-size: 22px;     
  }

  .dental-benefits__caption {
    font-size: 20px;      
  }
}



/* =========================================

    ⭐ App function Section
    
========================================= */


.section--dental-app {
  background: #ffffff;
}

.section--dental-app .section-block--dental-app {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section--dental-app .section-block__eyebrow-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.section--dental-app .section-block__title {
  margin-top: 12px;
  margin-bottom: 40px;
}

/* 그리드: 2열, 3행 구조
   데이터 카드만 왼쪽에서 2행 span */
.dental-app {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  grid-auto-rows: auto;
  gap: 24px;
}

/* 공통 카드 */

.dental-app__card {
  position: relative;
  border-radius: 16px;
  padding: 24px;
  overflow: hidden;
  background: #f5f5f5;
}

/* 각 카드 배경색 / 레이아웃 */

.dental-app__card--data {
  background-color: #f8f9fd;
  display: flex;
  flex-direction: column;
  gap: 24px;
  grid-row: 1 / span 2; /* 왼쪽 큰 카드 */
}

.dental-app__card--analysis {
  background-color: #f7f4fe;
}

.dental-app__card--report {
  background-color: #e9f9f5;
}


.dental-app__card--planned {
  background-color: #f4f4f4;
}

/* 내용 공통 */

.dental-app__content {
  max-width: 560px;
}

.dental-app__title {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  color: #424242;
  margin: 12px 0 12px;
}

.dental-app__body {
  font-size: 17px;
  line-height: 1.7;
  color: #424242;
  margin: 0;
}

/* 라벨 pill – 글자만 감싸는 형태 */

.dental-app__label {
  font-size: 14px;
}

/* 카드별 pill 배경색 */

.dental-app__label--white {
  background-color: #ffffff;
}

.dental-app__label--lavender {
  background-color: #e7e2f4;
}

.dental-app__label--mint {
  background-color: #d2f3e7;
}

/* 리스트 */

.dental-app__list {
  margin: 0;
  padding-left: 20px;
  list-style: disc;
  font-size: 17px;
  line-height: 1.7;
  color: #424242;
}

.dental-app__list li + li {
  margin-top: 4px;
}

/* ========= 이미지 / 아이콘 ========= */

/* 데이터 카드 – 모니터 목업 가운데 정렬 */

.dental-app__visual {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.dental-app__visual img {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
}

/* 보장·분석 / 편의성 – 오른쪽 상단 아이콘 */

.dental-app__illust {
  position: absolute;
  right: 24px;
  top: 24px;
}

.dental-app__illust img {
  display: block;
  width: 80px;
  height: 80px;
}

/* 하단 카피 */

.dental-app__summary {
  margin-top: 32px;
}


/* ======== Mobile(~1023) ============ */
@media (max-width: 1023px) {
  .section--dental-app .section-block--dental-app {
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .section--dental-app .section-block__title {
    margin-bottom: 32px;
  }

  .dental-app {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .dental-app__card--data {
    grid-row: auto;
  }

  .dental-app__card {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .dental-app__title {
    font-size: 22px;
  }

  .dental-app__body,
  .dental-app__list {
    font-size: 15px;
  }

  .dental-app__visual img {
    max-width: 360px;
  }

  .dental-app__illust img {
    width: 60px;
    height: 60px;
  }
}



/* =========================================

    ⭐ Product Section
    
========================================= */


.section--dental-product {
  width: 100%;
  padding: 120px 0;
  background: #F7FAFC;
}

.section-block--dental-product {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
}

/* Eyebrow & Title LEFT ALIGN */
.section--dental-product .section-block__eyebrow {
  text-align: left;
  margin-bottom: 16px;
}

.section--dental-product .section-block__title {
  text-align: left;
  margin-bottom: 80px;
}

/* 이 섹션 안에서만 아이콘 크기 조정 */
.section--dental-product .section-block__eyebrow-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

/* =========================================
   Product Content
========================================= */

.dental-product__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 각 블록 공통 레이아웃 */
.dental-product__block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}


/* =========================================
   Large Web Screenshot (첫 번째 블록)
========================================= */

.dental-product__media--large {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

.dental-product__img--large {
  width: 100%;
  height: auto;
  border-radius: 16px;
  filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.15));
}

/* =========================================
   2x2 Grid (작은 카드 4개 - 이미지만)
========================================= */

.dental-product__grid--four {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 24px; /* 세로 32px, 가로 24px */
  padding: 20px 0;
}

.dental-product__grid-img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  filter: drop-shadow(0 12px 35px rgba(0, 0, 0, 0.12));
}

/* =========================================
   텍스트
========================================= */

.dental-product__text {
  margin: 48px auto 0;
  max-width: 760px;
  text-align: center;
}

.section--dental-product .dental-product__content strong {
  color: #0e6a85;
  font-weight: 700;
}

/* =========================================
   Tag Row
========================================= */

.dental-product__tag-row {
  margin-top: 80px;        /* 블록과 태그 사이 간격 */
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.dental-product__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  background: #4a8fa0;
  color: #ffffff;
}

.dental-product__tag--outline {
  background: transparent;
  color: #4a8fa0;
  border: 1px solid rgba(74, 143, 160, 0.4);
}

.dental-product__tag-caption {
  margin: 16px auto 48px; 
  max-width: 600px;
  text-align: center;
}


/* ======== Mobile(~1023) ============ */
@media (max-width: 1023px) {
  .section--dental-product {
    padding: 80px 0;
  }

  .section-block--dental-product {
    padding: 0 24px;
  }

  .section--dental-product .section-block__title {
    margin-bottom: 40px;
    font-size: 26px;
  }

  .dental-product__block + .dental-product__block {
    margin-top: 64px;
  }

  .dental-product__media--large {
    max-width: 100%;
  }

  .dental-product__img--large {
    border-radius: 12px;
  }

  .dental-product__grid--four {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
    max-width: 100%;
  }

  .dental-product__grid-img {
    border-radius: 12px;
  }

  .dental-product__text {
    margin-top: 32px;
  }

  .dental-product__tag {
    padding: 6px 14px;
    font-size: 13px;
  }

  .dental-product__tag-caption {
    margin-bottom: 40px;
  }
}

/* =========================================
   Extra Small Mobile (~480px)
========================================= */

@media (max-width: 480px) {
  .dental-product__grid--four {
    gap: 20px 12px;
  }
}



/* =========================================

    ⭐ Growth Section
    
========================================= */

.section--dental-growth {
  width: 100%;
  padding: 120px 0;
  background: #ffffff;
}

.section-block--dental-growth {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
}

/* eyebrow & title */

.section-block--dental-growth .section-block__eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.section-block--dental-growth .section-block__eyebrow-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.section-block--dental-growth .section-block__title {
  margin-top: 8px;
  margin-bottom: 72px;
}

/* =========================================
   2컬럼 레이아웃: 왼쪽(성장률) + 오른쪽(2단)
========================================= */

.dental-growth {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 좌우 2컬럼 */
  gap: 24px;
}

/* 왼쪽: 성장률 (2행 차지) */
.dental-growth__col--growth {
  grid-row: 1 / 3;
}

/* 오른쪽: 병원 가치 (1행) */
.dental-growth__col--hospital {
  grid-column: 2;
  grid-row: 1;
}

/* 오른쪽: 테스트 수요 (2행) */
.dental-growth__col--test {
  grid-column: 2;
  grid-row: 2;
}

.dental-growth__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* 상단 그라데이션 라벨 */

.dental-growth__label {
  padding: 14px 16px;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  background: linear-gradient(
    90deg,
    #5895a6 0%,
    #9ce9ff 100%
  );
}

/* 공통 패널 카드 */

.dental-growth__panel {
  flex: 1;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(48, 92, 120, 0.16);
  padding: 32px 28px;
}

/* =========================================
   1) 성장률 패널
========================================= */

.dental-growth__panel--growth {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dental-growth__growth-img {
  display: block;
  width: 100%;
  height: auto;
}

.dental-growth__growth-img--pc {
  display: block;
}

.dental-growth__growth-img--mobile {
  display: none;
}

/* =========================================
   2) 병원 가치 패널
========================================= */

.dental-growth__panel--hospital {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: #f4fbff;
}

.hospital-value__graph {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px 16px;
}

.hospital-value__graph img {
  display: block;
  width: 100%;
  height: auto;
}

.hospital-value__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  background: #e9f7ff;
  border-radius: 20px;
  padding: 18px 16px;
}

.hospital-metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.hospital-metric__icon {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hospital-metric__icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.hospital-metric__text {
  margin: 0;
  font-weight: 700;
  color: #2f3b47;
  line-height: 1.4;
}

/* =========================================
   3) 테스트 기간 중 수요 패널
========================================= */

.dental-growth__panel--test {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: #f4fbff;
}

.test-metric-card {
  background: #e9f7ff;
  border-radius: 20px;
  padding: 24px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.test-metric-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.test-metric-card__icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.test-metric-card__title {
  margin: 0;
  font-weight: 700;
  color: #2f3b47;
  line-height: 1.5;
}

.test-metric-card__value {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: #138caf;
}

/* =========================================
   출처 & 요약
========================================= */

.dental-growth__footnote {
  margin: 48px 0 40px;
  text-align: center;
  color: #8b95a1;
}

.dental-growth__body {
  max-width: none; 
  text-align: left;
}




/* =========================================
   Mobile (~1023px)
========================================= */

@media (max-width: 1023px) {
  .section-block--dental-growth {
    padding: 0 24px;
  }

  .section-block--dental-growth .section-block__title {
    margin-bottom: 40px;
    font-size: 26px;
  }

  .dental-growth {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  /* 모바일에서는 순서대로 */
  .dental-growth__col--growth,
  .dental-growth__col--hospital,
  .dental-growth__col--test {
    grid-column: auto;
    grid-row: auto;
  }

  .dental-growth__panel {
    border-radius: 20px;
    padding: 24px 20px;
  }

  .dental-growth__growth-img--pc {
    display: none;
  }

  .dental-growth__growth-img--mobile {
    display: block;
  }

  .hospital-value__metrics {
    grid-template-columns: 1fr;
  }

  .test-metric-card {
    padding: 20px 18px;
  }

  .test-metric-card__value {
    font-size: 18px;
  }

  .dental-growth__body {
    font-size: 15px;
    line-height: 1.65;
  }
}




/* =========================================

    ⭐ Persona Section
    
========================================= */


.section--dental-persona {
  background: #f7fafc;
}

.section--dental-persona .section-block--dental-persona {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section--dental-persona .section-block__eyebrow-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.section--dental-persona .section-block__title {
  margin-top: 12px;
  margin-bottom: 60px;
}

/* ========================================
   카드 래퍼
======================================== */

.dental-persona {
  padding: 24px;
  border-radius: 8px;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  gap: 20px;
}

/* 개별 카드 */
.dental-persona__item {
  flex: 1 1 0;
  min-width: 248px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

/* 아바타 영역 (정사각형, 가운데 정렬) */
.dental-persona__avatar {
  width: 160px;
  height: 160px;
  position: relative;
  overflow: hidden;
}

.dental-persona__avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 이름 / 정보 */
.dental-persona__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.dental-persona__name {
  font-weight: 700;
  font-size: 24px;
  color: #181818;
}

.dental-persona__info {
  font-size: 18px;
  color: #586472;
}

/* 설명 말풍선 */
.dental-persona__bubble {
  width: 100%;
  min-height: 140px;
  padding: 16px;
  border-radius: 8px;
  background-color: #ecf5f7;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.dental-persona__bubble p {
  font-size: 17px;
  line-height: 1.6;
  color: #586472;
}

.dental-persona__bubble strong {
  font-weight: 700;
}


/* ======== Mobile(~1023) ============ */
@media (max-width: 1023px) {
  .section--dental-persona .section-block--dental-persona {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section--dental-persona .section-block__title {
    margin-bottom: 48px;
  }

  .dental-persona {
    padding: 20px;
    gap: 16px;
  }

  .dental-persona__name {
    font-size: 22px;
  }

  .dental-persona__info {
    font-size: 16px;
  }

  .dental-persona__bubble p {
    font-size: 16px;
  }
}




/* =========================================

    ⭐ Pricing Section
    
========================================= */


.section--pricing {
  width: 100%;
  background-color: #ffffff;
  padding: 80px 0;
}

.section-block--pricing {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
}

/* eyebrow 아이콘 */
.section--pricing .section-block__eyebrow {
  margin-bottom: 12px;
}

.section--pricing .section-block__eyebrow-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
}

/* 제목 / 본문 색상 */
.section--pricing .section-block__title {
  color: #222;
  margin-bottom: 40px;
}

.section--pricing .section-block__body {
  color: #424242;
}

/* 요금제 테이블 이미지 래퍼 */
.pricing-table {
  margin-top: 32px;
  text-align: center;
}

.pricing-table img {
  width: 100%;
  max-width: 1040px;         /* 카드 5개 들어가는 폭 기준 */
  display: inline-block;
}

/* 하단 설명 문장 */
.pricing__body {
  margin-top: 32px;
  line-height: 1.8;
}


/* ======== Mobile(~1023) ============ */
@media (max-width: 1023px) {
  .section--pricing {
    padding: 64px 0 72px;
  }

  .section-block--pricing {
    padding: 0 24px;
  }

  .pricing-table {
    margin-top: 28px;
  }

  .pricing__body {
    margin-top: 24px;
  }
}

@media (max-width: 600px) {
  .section-block--pricing {
    padding: 0 20px;
  }

  .pricing__body {
    font-size: 15px;  /* u-body-lg 기본에서 살짝만 축소하고 싶으면 */
  }
}



/* =========================================

    ⭐ Final CTA Section
    
========================================= */


.section--final-cta {
  width: 100%;
  background: #28465a;
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}

/* CTA 안쪽 컨테이너: 푸터와 좌우 패딩 맞추기 */
.section-block--final-cta {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 48px 64px; 
}

/* eyebrow */
.section--final-cta .section-block__eyebrow {
  margin-bottom: 16px;
}

.section--final-cta .section-block__eyebrow span {
  color: rgba(255, 255, 255, 0.82);
}

/* 헤드: 타이틀 + 버튼 */
.final-cta__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}

.final-cta__title {
  margin: 0;
}

/* 본문 (쓰면) */
.final-cta__body {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}

/* chip 버튼 */
.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: 999px;
  border: none;
  background: #ffffff;
  color: #28465a;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

.chip__icon {
  font-size: 14px;
  line-height: 1;
}

/* 모바일: 버튼 풀폭 */
@media (max-width: 1023px) {
  .section-block--final-cta {
    padding: 40px 24px 48px;  /* footer 모바일 padding: 0 24px 과 맞춤 */
  }

  .final-cta__head {
    align-items: flex-start;
  }

  .chip.chip--inquiry {
    width: 100%;
    justify-content: center;
    margin-top: 4px;
  }

  .final-cta__title {
    font-size: 24px;
    line-height: 1.5;
  }
}

/* PC: 오른쪽 플로팅 버튼 */
@media (min-width: 1024px) {
  .section-block--final-cta {
    padding: 56px 48px 72px;  /* 위 여백/아래 여백만 조절 */
  }

  .final-cta__head {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .final-cta__title {
    max-width: 640px;
  }

  .chip.chip--inquiry {
    width: auto;
    white-space: nowrap;
  }
}