html {
  font-family: var(--font-sans);
}

body {
  overflow-x: clip;
  color: var(--color-ink);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body * {
  letter-spacing: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-sans);
}

body :is(.finder-title__line, .finder-info-box h4, .story-card h3, .callback-info__text strong) {
  font-family: var(--font-sans);
}

.section,
.brand-promise,
.service-pillars,
.customer-reviews,
.callback-section,
.brand-experts,
.section--consult-guide,
.story-interactive-section {
  padding-block: 80px; /* 최신 트렌드에 맞는 촘촘한 프리미엄 상하 패딩 */
}

.section-head {
  max-width: 800px;
  margin-bottom: 56px;
}

.section-head h2,
.callback-section .section-head h2,
.finder-title-ref,
.faq-consult__info h2,
.callback-info__title {
  color: var(--color-ink);
  font-size: clamp(2.2rem, 3.6vw, 2.75rem); /* 대제목 크기 일관성 보장 */
  font-weight: var(--font-heavy); /* 굵기 일관성 */
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.section-head p,
.callback-section .section-head p,
.finder-desc-ref,
.faq-consult__info p,
.callback-info__desc {
  color: var(--color-muted);
  font-size: 1.08rem;
  font-weight: var(--font-medium);
  line-height: 1.7;
  margin-top: 16px;
}

.section-head__eyebrow,
.hero__badge,
.finder-info-box__badge,
.story-card__badge,
.callback-info__text strong {
  font-weight: var(--font-bold);
  letter-spacing: 0;
}



.button,
.callback-submit-btn,
.service-ref-card__btn,
.mobile-cta-item {
  font-weight: var(--font-bold);
}

.button,
.callback-submit-btn {
  border-radius: var(--radius-sm);
}

.service-shortcut__rail,
.promise-card,
.service-ref-card,
.finder-right,
.story-card,
.review-ticker-card,
.callback-form-container {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

.promise-card {
  padding: 44px 34px;
}

.brand-promise__grid,
.service-pillars__grid {
  gap: 20px; /* 데스크톱 일괄 20px gap */
  margin-top: 44px;
}

.promise-card h3,
.service-ref-card__content h3,
.expert-card-item__body h3,
.process-step-card__content h3,
.story-card h3 {
  font-family: var(--font-sans);
  font-size: var(--type-card-title);
  font-weight: var(--font-bold);
  line-height: 1.36;
}

.promise-card p,
.service-ref-card__content p,
.expert-card-item__desc,
.process-step-card__content p,
.review-ticker-card__text,
.story-card p {
  color: var(--color-muted);
  font-size: var(--type-small, 0.92rem);
  font-weight: var(--font-medium);
  line-height: 1.65;
}

.service-ref-card {
  overflow: hidden;
}

.service-ref-card__image,
.service-ref-card__image img {
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.service-ref-card__content {
  padding: 46px 30px 38px;
}

.service-ref-card__icon {
  width: 48px;
  height: 48px;
  top: -24px;
  border-width: 3px;
}

.service-finder {
  padding-block: 88px;
  background: #fbfcfe;
}

.service-finder__container {
  gap: 56px;
}

.finder-title {
  gap: 10px;
  margin-bottom: 30px;
}

.finder-title__line {
  font-size: 1.9rem;
  font-weight: var(--font-heavy);
  line-height: 1.34;
}

.finder-question-row {
  font-size: 1.45rem;
  font-weight: var(--font-bold);
  line-height: 1.46;
}

.finder-left select {
  border-radius: var(--radius-md);
  font-size: 1.08rem;
  font-weight: var(--font-bold);
}

.finder-right {
  padding: 42px 34px;
}

.finder-info-box h4,
.story-card h3 {
  font-weight: var(--font-bold);
  line-height: 1.38;
}

.finder-info-box h4 {
  font-size: 1.22rem;
}

.story-interactive-container {
  gap: 56px;
}

.story-card {
  padding: 56px 48px;
}

.story-card h3 {
  font-size: 1.8rem;
}

.story-card p {
  color: var(--color-muted);
  font-weight: var(--font-medium);
}

.review-ticker-card {
  width: 340px;
  border-radius: var(--radius-lg);
}

.review-ticker-card__rating {
  color: var(--color-green);
}

.callback-section {
  background: #f4f7fa; /* 부드럽고 차분한 밝은 그레이/블루 톤 */
  padding-block: 100px;
}

.callback-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: center !important;
}

.callback-info {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.callback-info__header {
  margin-bottom: 32px;
}

.callback-info__eyebrow {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 12px;
}

.callback-info__title {
  font-size: 2.3rem;
  font-weight: 850;
  line-height: 1.3;
  color: var(--color-ink);
  margin: 0 0 16px 0;
  word-break: keep-all;
  letter-spacing: -0.02em;
}

.callback-info__desc {
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--color-muted);
  margin: 0;
  font-weight: 500;
  word-break: keep-all;
}

.callback-info__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 32px;
}

.callback-info__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.callback-info__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(4, 132, 109, 0.08);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.callback-info__item:hover .callback-info__icon {
  background: var(--color-primary);
  color: var(--color-white);
  transform: translateY(-2px);
}

.callback-info__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.callback-info__text strong {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--color-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 2px;
  display: block;
}

.callback-info__text span,
.callback-info__text address {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--color-ink);
  font-style: normal;
  line-height: 1.5;
}

.callback-info__phone-main {
  font-size: 1.75rem;
  font-weight: 850;
  color: var(--color-primary);
  text-decoration: none;
  line-height: 1.2;
  display: inline-block;
  transition: color var(--ease);
}

.callback-info__phone-main:hover {
  color: var(--color-green);
}

.callback-info__phone-sub {
  font-size: 0.95rem;
  color: var(--color-muted);
  font-weight: 500;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}

.callback-form-container {
  background: #ffffff;
  padding: 32px; /* 데스크톱 폼 패딩 32px로 촘촘화 */
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 24px 60px rgba(12, 42, 62, 0.04), 0 1px 3px rgba(0, 0, 0, 0.01);
}

.callback-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.callback-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.callback-form__group input,
.callback-form__group select,
.callback-form__group textarea {
  border: 1px solid #e2e8f0;
  background-color: #f8fafc;
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--color-ink);
  transition: all 0.25s ease;
}

.callback-form__group input:focus,
.callback-form__group select:focus,
.callback-form__group textarea:focus {
  background-color: #ffffff;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 4px rgba(4, 132, 109, 0.08);
}

.callback-form__agree label {
  align-items: flex-start;
  line-height: 1.55;
  font-size: 0.88rem;
}

.callback-submit-btn {
  min-height: 56px;
  padding: 16px 40px;
  border-radius: 12px !important;
  font-size: 1.05rem;
  font-weight: 700;
}

.callback-submit-btn:active {
  transform: translateY(0);
}

/* Full-width customer consultation CTA */
.callback-hero-section {
  padding-block: 0 !important;
  background: #f4f7fa;
}

.callback-hero {
  position: relative;
  min-height: clamp(500px, 42vw, 680px);
  overflow: hidden;
  isolation: isolate;
}

.callback-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.callback-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.callback-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 17, 22, 0.78) 0%, rgba(8, 17, 22, 0.54) 32%, rgba(8, 17, 22, 0.16) 58%, rgba(8, 17, 22, 0) 100%),
    linear-gradient(180deg, rgba(8, 17, 22, 0.08) 0%, rgba(8, 17, 22, 0.12) 100%);
}

.callback-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: inherit;
}

.callback-hero__content {
  width: min(640px, 100%);
  padding-block: 74px;
  color: #ffffff;
}

.callback-hero__eyebrow {
  display: block;
  margin-bottom: 18px;
  color: #18a579;
  font-size: 0.94rem;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.callback-hero__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.15rem, 2.75vw, 3.35rem);
  font-weight: 850;
  line-height: 1.22;
  word-break: keep-all;
}

.callback-hero__desc {
  max-width: 600px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.05rem;
  font-weight: 560;
  line-height: 1.78;
  word-break: keep-all;
}

.callback-hero__phone {
  display: grid;
  gap: 18px;
  margin-top: 40px;
}

.callback-hero__phone-item {
  display: flex;
  gap: 7px;
  align-items: center;
}

.callback-hero__phone span {
  color: rgba(255, 255, 255, 1);
  font-size: 1.4rem;
  font-weight: 760;
  background-color: #18873b;
  width:110px;
  text-align:center;
  border-radius:5px;
}

.callback-hero__phone a {
  width: fit-content;
  color: #ffffff;
  font-size: clamp(1.85rem, 2.25vw, 2.65rem);
  font-weight: 880;
  line-height: 1;
  text-decoration: none;
}

.callback-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 164px;
  min-height: 56px;
  margin-top: 34px;
  padding: 0 28px;
  border-radius: 4px;
  background: #ffffff;
  color: #111820;
  font-size: 1rem;
  font-weight: 820;
  line-height: 1;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.callback-hero__button svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.callback-hero__button:hover {
  color: var(--color-primary);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
}

.callback-hero__button:active {
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .section,
  .brand-promise,
  .service-pillars,
  .customer-reviews,
  .callback-section {
    padding-block: 68px;
  }

  .brand-promise__grid,
  .service-pillars__grid {
    gap: 22px;
  }

  .service-finder__container,
  .callback-layout {
    gap: 36px;
  }

  .callback-hero {
    min-height: 600px;
  }

  .callback-hero__media img {
    object-position: 62% center;
  }

  .callback-hero__overlay {
    background: linear-gradient(180deg, rgba(8, 17, 22, 0.86) 0%, rgba(8, 17, 22, 0.58) 48%, rgba(8, 17, 22, 0.12) 100%);
  }

  .callback-hero__inner {
    align-items: flex-start;
  }

  .callback-hero__content {
    padding-block: 56px;
  }
}

@media (max-width: 768px) {
  :root {
    --page-gutter: 18px;
  }

  .site-main {
    padding-top: 68px;
  }

  .section,
  .brand-promise,
  .service-pillars,
  .customer-reviews,
  .callback-section {
    padding-block: 44px; /* 모바일 일괄 44px 패딩 */
  }

  .hero,
  .hero.swiper {
    height: calc(100vh - 54px);
    height: calc(100dvh - 54px);
  }

  .hero__inner {
    height: 100%;
    padding-top: var(--header-height, 68px);
    box-sizing: border-box;
  }

  .hero h1,
  .hero h2 {
    font-size: 2.2rem;
    line-height: 1.22;
  }

  .hero__text {
    font-size: 0.98rem;
    line-height: 1.66;
  }

  .section-head h2,
  .callback-section .section-head h2,
  .finder-title-ref,
  .faq-consult__info h2,
  .callback-info__title {
    font-size: 1.78rem;
    line-height: 1.28;
  }

  .section-head p,
  .callback-section .section-head p,
  .finder-desc-ref,
  .faq-consult__info p,
  .callback-info__desc {
    font-size: 0.95rem;
    line-height: 1.64;
  }

  .promise-card h3,
  .service-ref-card__content h3,
  .expert-card-item__body h3,
  .process-step-card__content h3,
  .story-card h3 {
    font-size: 1.05rem;
    line-height: 1.3;
  }

  .promise-card p,
  .service-ref-card__content p,
  .expert-card-item__desc,
  .process-step-card__content p,
  .review-ticker-card__text,
  .story-card p {
    font-size: 0.82rem;
    line-height: 1.5;
  }

  .brand-promise__grid,
  .service-pillars__grid {
    margin-top: 30px;
    gap: 12px; /* 모바일 일괄 12px gap */
  }

  .promise-card {
    padding: 18px; /* 모바일 카드 패딩 18px */
  }

  .service-ref-card__content {
    padding: 18px; /* 모바일 카드 패딩 18px */
  }

  .callback-form-container {
    padding: 20px !important; /* 모바일 오버라이드 방지 폼 패딩 20px */
    border-radius: 20px !important;
  }

  .callback-info__list {
    gap: 12px !important;
    margin-top: 20px !important;
    padding-top: 20px !important;
  }

  .callback-form__row {
    gap: 12px !important;
  }

  .service-finder {
    padding-block: 60px;
  }

  .finder-title__line {
    font-size: 1.36rem;
    line-height: 1.42;
  }

  .finder-question-row {
    font-size: 1.16rem;
  }

  .finder-left select {
    width: 100%;
    font-size: 1rem;
  }

  .finder-right {
    padding: 30px 24px;
  }

  .story-card {
    padding: 34px 24px;
  }

  .story-card h3 {
    font-size: 1.45rem;
  }

  .review-ticker-card {
    width: 300px;
  }

  .callback-layout,
  .callback-form__row {
    grid-template-columns: 1fr;
  }

  .callback-section {
    padding-bottom: 88px;
  }

  .callback-info__item {
    align-items: flex-start;
  }

  .callback-submit-btn {
    width: 100%;
    padding-inline: 18px;
  }

  .callback-hero {
    min-height: 600px;
  }

  .callback-hero__media img {
    object-position: 72% center;
  }

  .callback-hero__content {
    padding-block: 48px;
  }

  .callback-hero__eyebrow {
    margin-bottom: 16px;
    font-size: 0.78rem;
  }

  .callback-hero__title {
    max-width: 320px;
    font-size: clamp(1.95rem, 8.6vw, 2.22rem);
    line-height: 1.2;
  }

  .callback-hero__desc {
    max-width: 300px;
    margin-top: 22px;
    font-size: 0.88rem;
    line-height: 1.62;
  }

  .callback-hero__phone {
    max-width: 280px;
    gap: 14px;
    margin-top: 34px;
  }

  .callback-hero__phone-item {
    gap: 8px;
  }

  .callback-hero__phone span {
    flex: 0 0 84px;
    width: 84px;
    min-height: 32px;
    padding: 5px 8px;
    font-size: 1rem;
    line-height: 1.35;
    border-radius: 4px;
  }

  .callback-hero__phone a {
    font-size: clamp(1.48rem, 6.4vw, 1.7rem);
    line-height: 1.12;
    white-space: nowrap;
  }
}

/* =================================================================
   신규: 섹션 대제목 및 카드 컴포넌트 소제목 통합 통일 스타일 규격
   ================================================================= */
/* 1. 섹션 대제목 (H2) 스타일의 크기 및 굵기 일관성 보증 */
.section-head h2,
.section-header__title,
.brand-experts .section-head h2,
#service-process h2,
#brand-experts h2,
#customer-reviews h2,
#finder-title,
.finder-title-ref,
.faq-consult__info h2 {
  font-size: clamp(2.2rem, 3.6vw, 2.75rem);
  font-weight: var(--font-heavy);
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--color-ink);
}

/* 2. 카드 컴포넌트 소제목 (H3) 스타일의 크기 및 굵기 일관성 보증 */
.story-card h3,
.expert-card-item__body h3,
.process-step-card__content h3,
.promise-card h3,
.service-ref-card__content h3 {
  font-size: var(--type-card-title);
  font-weight: var(--font-bold);
  line-height: 1.36;
  letter-spacing: -0.01em;
  color: var(--color-ink);
}
