/* ============================================================
   Shinhyup Preview — 신규 홈페이지/상세 디자인
   브랜드: 와이에스커넥션 × 신협 주택담보대출
   토큰: --sh- 접두어
============================================================ */

:root {
  --sh-navy: #002970;
  --sh-navy-deep: #001a4d;
  --sh-point: #295cb3;
  --sh-point-soft: #e8f1fb;
  --sh-orange: #ffa412;
  --sh-orange-soft: #fff5e1;
  --sh-text: #1a1f2e;
  --sh-text-soft: #4f5666;
  --sh-muted: #8892a6;
  --sh-line: #e3e8f1;
  --sh-bg: #ffffff;
  --sh-surface: #f6f8fc;
  --sh-yellow-tint: #fff8d6;
  --sh-pink-tint: #fde6ee;
  --sh-green-tint: #e2f5e7;
  --sh-shadow-sm: 0 6px 20px rgba(0, 41, 112, 0.06);
  --sh-shadow-md: 0 18px 46px rgba(0, 41, 112, 0.10);
  --sh-shadow-lg: 0 26px 70px rgba(0, 41, 112, 0.14);
  --sh-radius-sm: 12px;
  --sh-radius-md: 18px;
  --sh-radius-lg: 28px;
  --sh-container: 1160px;
}

.sh-page {
  font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Malgun Gothic', system-ui, -apple-system, sans-serif;
  color: var(--sh-text);
  background: var(--sh-bg);
  word-break: keep-all;
  letter-spacing: 0;
  line-height: 1.55;
}

.sh-page * {
  box-sizing: border-box;
}

.sh-page img {
  max-width: 100%;
  height: auto;
}

.sh-container {
  max-width: var(--sh-container);
  margin: 0 auto;
  padding: 0 24px;
}

.sh-section {
  padding: 88px 0;
}

.sh-section--soft {
  background: var(--sh-surface);
}

.sh-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--sh-point);
  background: var(--sh-point-soft);
  padding: 6px 14px;
  border-radius: 999px;
  text-transform: uppercase;
}

.sh-section h2 {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--sh-navy);
  margin: 14px 0 14px;
}

.sh-section .sh-lead {
  font-size: 17px;
  color: var(--sh-text-soft);
  margin: 0 0 32px;
  max-width: 760px;
}

/* ====== Preview banner ====== */
.sh-preview-banner {
  background: var(--sh-navy-deep);
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
}

.sh-preview-banner__inner {
  max-width: var(--sh-container);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.sh-preview-banner__tag {
  background: var(--sh-orange);
  color: var(--sh-navy-deep);
  font-weight: 800;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
}

.sh-preview-banner p {
  margin: 0;
  flex: 1;
  min-width: 240px;
  line-height: 1.5;
}

/* ====== Trust bar ====== */
.sh-trust-bar {
  background: var(--sh-navy);
  color: #fff;
  padding: 12px 0;
  font-size: 13px;
}

.sh-trust-bar__inner {
  max-width: var(--sh-container);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  justify-content: center;
}

.sh-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.92);
}

.sh-trust-item strong {
  color: var(--sh-orange);
  font-weight: 700;
}

/* ====== Header ====== */
.sh-header {
  position: relative;
  background: #fff;
  border-bottom: 1px solid var(--sh-line);
}

.sh-header__inner {
  max-width: var(--sh-container);
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.sh-header__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--sh-navy);
  font-weight: 800;
  font-size: 17px;
}

.sh-header__logo img {
  height: 28px;
  width: auto;
}

.sh-header__nav {
  display: flex;
  gap: 22px;
  flex: 1;
}

.sh-header__nav a {
  color: var(--sh-text);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}

.sh-header__nav a:hover {
  color: var(--sh-point);
}

.sh-header__contact {
  /* 데스크탑 헤더 우상단 전화번호 노출 제외 */
  display: none;
  align-items: center;
  gap: 8px;
  color: var(--sh-navy);
  font-weight: 800;
  font-size: 16px;
  text-decoration: none;
}

.sh-header__cta {
  display: inline-flex;
  align-items: center;
  background: var(--sh-orange);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(255, 164, 18, 0.32);
}

.sh-header__cta:hover {
  filter: brightness(1.05);
}

.sh-header__menu-btn {
  display: none;
  background: none;
  border: 1px solid var(--sh-line);
  border-radius: 10px;
  padding: 8px 12px;
  font-weight: 700;
  color: var(--sh-navy);
  cursor: pointer;
}

@media (max-width: 900px) {
  .sh-header__inner {
    gap: 12px;
  }
  .sh-header__nav,
  .sh-header__contact {
    display: none;
  }
  .sh-header__menu-btn {
    display: inline-block;
    margin-left: auto;
  }
  .sh-header__nav.is-open {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    border-bottom: 1px solid var(--sh-line);
    padding: 14px 24px;
    gap: 14px;
  }
}

/* ====== Character hero ====== */
.sh-hero {
  background: linear-gradient(180deg, #d6f0ff 0%, #eef7ff 100%);
  padding: 48px 0 0;
  overflow: hidden;
}

.sh-hero__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.sh-hero__text {
  padding-bottom: 48px;
}

.sh-hero__sub {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 600;
  color: var(--sh-text-soft);
}

.sh-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 500;
  line-height: 1.2;
  color: var(--sh-text);
  letter-spacing: -0.02em;
}

.sh-hero h1 strong {
  font-weight: 800;
  color: var(--sh-point);
}

/* 스크린리더 전용 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 히어로 제목 상품 키워드 세로 롤링 */
.sh-hero__roll {
  display: inline-block;
  height: 1.2em;
  overflow: hidden;
  vertical-align: bottom;
}

.sh-hero__roll-track {
  display: flex;
  flex-direction: column;
  animation: sh-roll 10s cubic-bezier(0.6, 0, 0.2, 1) infinite;
}

.sh-hero__roll-track > span {
  height: 1.2em;
  line-height: 1.2;
  white-space: nowrap;
  font-weight: 800;
  color: var(--sh-point);
}

@keyframes sh-roll {
  0%, 22%   { transform: translateY(0); }
  25%, 47%  { transform: translateY(-25%); }
  50%, 72%  { transform: translateY(-50%); }
  75%, 100% { transform: translateY(-75%); }
}

.sh-hero__lead {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--sh-point);
}

.sh-hero__disclaimer {
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 500;
  color: var(--sh-text-soft);
}

.sh-hero__mascot {
  width: clamp(200px, 30vw, 360px);
  height: auto;
  flex-shrink: 0;
  align-self: flex-end;
  animation: sh-mascot-fly-in 1s ease-out both, sh-mascot-float 3s ease-in-out 1s infinite;
}

@keyframes sh-mascot-fly-in {
  from {
    opacity: 0;
    transform: translate(-30px, 30px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes sh-mascot-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@media (max-width: 700px) {
  .sh-hero {
    padding: 24px 0 0;
    min-height: calc(100svh - 60px);
    display: flex;
    align-items: center;
  }
  .sh-hero__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
  }
  .sh-hero__text {
    padding-bottom: 0;
  }
  .sh-hero h1 {
    font-size: 34px;
  }
  .sh-hero__mascot {
    width: 180px;
  }
}

/* ====== Question groups ====== */
.sh-questions {
  padding: 72px 0 88px;
}

.sh-q-group {
  margin-bottom: 48px;
}

.sh-q-group:last-of-type {
  margin-bottom: 0;
}

.sh-q-group__title {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  color: var(--sh-navy);
  margin: 0 0 20px;
  text-align: center;
  letter-spacing: -0.02em;
}

.sh-q-group__options {
  display: grid;
  gap: 14px;
  max-width: 720px;
  margin: 0 auto;
}

.sh-q-group__options--4 {
  grid-template-columns: repeat(4, 1fr);
}

.sh-q-group__options--3 {
  grid-template-columns: repeat(3, 1fr);
}

.sh-q-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 2px solid var(--sh-line);
  border-radius: var(--sh-radius-md);
  padding: 22px 12px;
  cursor: pointer;
  text-align: center;
  transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
  font-family: inherit;
}

.sh-q-btn:hover {
  border-color: var(--sh-point);
  transform: translateY(-2px);
  box-shadow: var(--sh-shadow-sm);
}

.sh-q-btn.is-selected {
  border-color: var(--sh-point);
  background: var(--sh-point-soft);
  box-shadow: var(--sh-shadow-md);
  transform: translateY(-2px);
}

.sh-q-btn__icon {
  width: 48px;
  height: auto;
}

.sh-q-btn span {
  font-size: 14px;
  font-weight: 700;
  color: var(--sh-navy);
  line-height: 1.35;
}

@media (max-width: 700px) {
  .sh-q-group__options--4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .sh-q-group__options--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .sh-q-btn {
    padding: 16px 10px;
  }
  .sh-q-btn span {
    font-size: 13px;
  }
  .sh-q-group {
    margin-bottom: 36px;
  }
}

/* ====== Consult direction card ====== */
.sh-consult-card {
  margin-top: 28px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.sh-consult-card--enter {
  opacity: 1;
  transform: translateY(0);
}

.sh-consult-card__inner {
  background: linear-gradient(135deg, var(--sh-point-soft) 0%, #fff 100%);
  border: 2px solid var(--sh-point);
  border-radius: var(--sh-radius-lg);
  padding: 36px;
  text-align: center;
  box-shadow: var(--sh-shadow-md);
}

.sh-consult-card__tag {
  display: inline-block;
  background: var(--sh-point);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 999px;
}

.sh-consult-card__inner h3 {
  margin: 16px 0 8px;
  font-size: 24px;
  font-weight: 800;
  color: var(--sh-navy);
}

.sh-consult-card__inner p {
  margin: 0 0 24px;
  font-size: 16px;
  color: var(--sh-text-soft);
  line-height: 1.6;
}

.sh-consult-card__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

@media (max-width: 700px) {
  .sh-consult-card__inner {
    padding: 24px 18px;
  }
  .sh-consult-card__actions {
    flex-direction: column;
  }
  .sh-consult-card__actions a {
    justify-content: center;
  }
}

/* ====== Mobile bottom bar ====== */
.sh-bottom-bar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background: #fff;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.12);
  padding: 0 env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

@media (max-width: 900px) {
  .sh-bottom-bar:not([hidden]) {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
  }
  /* 하단 바 높이만큼 콘텐츠 여백 */
  .sh-footer {
    padding-bottom: 72px;
  }
}

.sh-bottom-bar__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  font-family: inherit;
  border: none;
  cursor: pointer;
  letter-spacing: -0.02em;
}

.sh-bottom-bar__btn--phone {
  background: var(--sh-navy);
  color: #fff;
}

.sh-bottom-bar__btn--cta {
  background: var(--sh-orange);
  color: #fff;
}

.sh-bottom-bar__btn--menu {
  background: #fff;
  color: var(--sh-text-soft);
  width: 56px;
  border-left: 1px solid var(--sh-line);
  font-size: 12px;
}

/* 메뉴 펼침 */
.sh-bottom-menu {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  background: #fff;
  border-top: 1px solid var(--sh-line);
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.1);
  grid-template-columns: 1fr 1fr;
  gap: 0;
  display: none;
}

.sh-bottom-menu:not([hidden]) {
  display: grid;
}

.sh-bottom-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  font-size: 15px;
  font-weight: 600;
  color: var(--sh-navy);
  text-decoration: none;
  border-bottom: 1px solid var(--sh-line);
}

.sh-bottom-menu a:nth-child(odd) {
  border-right: 1px solid var(--sh-line);
}

.sh-bottom-menu a:active {
  background: var(--sh-surface);
}


/* ====== Result card actions ====== */
.sh-card-result__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 8px;
}

.sh-btn-primary,
.sh-btn-ghost,
.sh-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 16px;
  padding: 14px 22px;
  border-radius: 14px;
  text-decoration: none;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.sh-btn-primary {
  background: var(--sh-orange);
  color: #fff;
  box-shadow: 0 8px 22px rgba(255, 164, 18, 0.34);
}

.sh-btn-primary:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.sh-btn-secondary {
  background: var(--sh-navy);
  color: #fff;
}

.sh-btn-secondary:hover {
  background: var(--sh-point);
}

.sh-btn-ghost {
  background: transparent;
  color: var(--sh-navy);
  border-color: var(--sh-navy);
}

.sh-btn-ghost:hover {
  background: var(--sh-navy);
  color: #fff;
}

@media (max-width: 900px) {
  .sh-journey-hero {
    min-height: 720px;
    align-items: end;
  }
  .sh-journey-hero::before {
    background:
      linear-gradient(180deg, rgba(255, 250, 242, 0.38) 0%, rgba(255, 250, 242, 0.94) 44%, rgba(255, 250, 242, 0.99) 100%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 41, 112, 0.12));
  }
  .sh-journey-hero__media {
    object-position: 66% center;
  }
  .sh-journey-hero__inner {
    padding: 260px 18px 56px;
  }
  .sh-journey-hero h1 {
    max-width: 520px;
    font-size: 40px;
  }
  .sh-journey-hero p {
    margin-bottom: 24px;
    font-size: 17px;
  }
  .sh-journey-hero__actions {
    display: grid;
  }
  .sh-journey-hero__actions a {
    justify-content: center;
  }
}

/* ====== First question stage ====== */
.sh-journey-stage {
  background: #fff;
  padding: 88px 0 96px;
}

.sh-question-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(260px, 1fr);
  gap: 28px;
  align-items: end;
}

.sh-question-stage {
  border: 1px solid var(--sh-line);
  border-radius: var(--sh-radius-lg);
  background: linear-gradient(180deg, #fff 0%, var(--sh-surface) 100%);
  padding: 42px;
  box-shadow: var(--sh-shadow-md);
}

.sh-question-stage__progress {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 28px;
  color: var(--sh-navy);
  font-size: 14px;
  font-weight: 800;
}

.sh-question-stage__progress i {
  position: relative;
  height: 3px;
  border-radius: 999px;
  background: var(--sh-line);
  overflow: hidden;
}

.sh-question-stage__progress i::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 20%;
  border-radius: inherit;
  background: var(--sh-orange);
}

.sh-question-stage h2 {
  max-width: 620px;
  margin: 18px 0 12px;
  color: var(--sh-navy);
  font-size: 42px;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.sh-question-stage > p {
  margin: 0 0 28px;
  color: var(--sh-text-soft);
  font-size: 18px;
}

.sh-question-choices {
  display: grid;
  gap: 12px;
}

.sh-question-choice {
  min-height: 76px;
  width: 100%;
  border: 1px solid var(--sh-line);
  border-radius: var(--sh-radius-md);
  background: #fff;
  color: var(--sh-text);
  padding: 18px 62px 18px 22px;
  position: relative;
  text-align: left;
  cursor: pointer;
  box-shadow: var(--sh-shadow-sm);
  transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.sh-question-choice::after {
  content: '>';
  position: absolute;
  top: 50%;
  right: 24px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--sh-surface);
  color: var(--sh-point);
  display: grid;
  place-items: center;
  font-weight: 900;
  transform: translateY(-50%);
}

.sh-question-choice span {
  display: block;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
}

.sh-question-choice:hover,
.sh-question-choice:focus-visible,
.sh-question-choice.is-selected {
  border-color: var(--sh-point);
  background: var(--sh-point-soft);
  box-shadow: var(--sh-shadow-md);
  outline: none;
  transform: translateY(-1px);
}

.sh-question-choice.is-selected::after {
  background: var(--sh-point);
  color: #fff;
}

.sh-question-stage .sh-question-stage__status {
  min-height: 25px;
  margin: 22px 0 0;
  color: var(--sh-point);
  font-size: 15px;
  font-weight: 800;
}

.sh-question-next {
  min-height: 286px;
  border: 1px solid var(--sh-line);
  border-radius: var(--sh-radius-lg);
  background: var(--sh-orange-soft);
  padding: 34px;
  display: grid;
  align-content: space-between;
  gap: 18px;
}

.sh-question-next span {
  color: var(--sh-point);
  font-size: 13px;
  font-weight: 800;
}

.sh-question-next strong {
  color: var(--sh-navy);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3;
}

.sh-question-next p {
  margin: 0;
  color: var(--sh-text-soft);
  font-size: 16px;
}

@media (max-width: 900px) {
  .sh-journey-stage {
    padding: 64px 0 72px;
  }
  .sh-question-layout {
    grid-template-columns: 1fr;
  }
  .sh-question-stage {
    padding: 28px 18px;
  }
  .sh-question-stage h2 {
    font-size: 32px;
  }
  .sh-question-stage > p,
  .sh-question-choice span {
    font-size: 16px;
  }
  .sh-question-choice {
    min-height: 68px;
    padding: 16px 54px 16px 16px;
  }
  .sh-question-next {
    min-height: 220px;
    padding: 26px 22px;
  }
  .sh-question-next strong {
    font-size: 25px;
  }
}

/* ====== Journey multi-step transitions ====== */
.sh-journey__step {
  animation: sh-step-in 0.32s ease both;
}

.sh-journey__step--entering {
  animation: sh-step-in 0.32s ease both;
}

@keyframes sh-step-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sh-journey-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  color: var(--sh-point);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
  margin-bottom: 14px;
  font-family: inherit;
}

.sh-journey-back:hover {
  color: var(--sh-navy);
}

.sh-journey-back--restart {
  color: var(--sh-muted);
  font-size: 14px;
  font-weight: 600;
}

.sh-journey-back--restart:hover {
  color: var(--sh-point);
}

/* Progress bar uses --sh-progress custom property */
.sh-question-stage__progress i::before {
  width: var(--sh-progress, 20%);
}

/* ====== Journey result card ====== */
.sh-journey-result {
  max-width: 760px;
}

.sh-result-card {
  border: 1px solid var(--sh-line);
  border-radius: var(--sh-radius-lg);
  background: linear-gradient(180deg, #fff 0%, var(--sh-surface) 100%);
  padding: 48px;
  box-shadow: var(--sh-shadow-md);
}

.sh-result-card h2 {
  margin: 14px 0 8px;
  color: var(--sh-navy);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.25;
}

.sh-result-direction {
  margin: 0 0 28px;
  color: var(--sh-text-soft);
  font-size: 18px;
  line-height: 1.6;
}

.sh-result-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
}

.sh-result-summary > div {
  background: #fff;
  border: 1px solid var(--sh-line);
  border-radius: var(--sh-radius-sm);
  padding: 14px 16px;
}

.sh-result-summary dt {
  font-size: 12px;
  color: var(--sh-muted);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.sh-result-summary dd {
  margin: 6px 0 0;
  font-size: 15px;
  font-weight: 800;
  color: var(--sh-navy);
}

.sh-result-disclaimer {
  margin: 0 0 24px;
  color: var(--sh-muted);
  font-size: 13px;
  line-height: 1.6;
  padding: 12px 16px;
  background: var(--sh-surface);
  border-radius: var(--sh-radius-sm);
  border-left: 3px solid var(--sh-orange);
}

.sh-result-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

@media (max-width: 900px) {
  .sh-result-card {
    padding: 28px 18px;
  }
  .sh-result-card h2 {
    font-size: 26px;
  }
  .sh-result-summary {
    grid-template-columns: 1fr;
  }
  .sh-result-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .sh-result-actions a,
  .sh-result-actions button {
    justify-content: center;
    text-align: center;
  }
}

.sh-question-next--final {
  background: linear-gradient(180deg, var(--sh-point-soft) 0%, #fff 100%);
  border-color: var(--sh-point);
}

@media (prefers-reduced-motion: reduce) {
  .sh-hero__mascot {
    animation: none;
  }
  .sh-situation-card,
  .sh-consult-card {
    transition: none;
  }
}

/* ====== Empathy cards ====== */
.sh-empathy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 12px;
}

.sh-empathy-card {
  background: #fff;
  border: 1px solid var(--sh-line);
  border-radius: var(--sh-radius-md);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: var(--sh-shadow-sm);
}

.sh-empathy-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--sh-orange-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.sh-empathy-card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: var(--sh-navy);
  line-height: 1.4;
}

.sh-empathy-card p {
  margin: 0;
  font-size: 15px;
  color: var(--sh-text-soft);
  line-height: 1.65;
}

@media (max-width: 900px) {
  .sh-empathy-grid {
    grid-template-columns: 1fr;
  }
}

/* ====== Value cards — "상담하면 이걸 확인합니다" ====== */
.sh-value-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 16px;
}

.sh-value-card {
  background: #fff;
  border: 1px solid var(--sh-line);
  border-radius: var(--sh-radius-md);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: var(--sh-shadow-sm);
}

.sh-value-card__num {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: var(--sh-point);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sh-value-card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: var(--sh-navy);
  line-height: 1.35;
}

.sh-value-card p {
  margin: 0;
  font-size: 15px;
  color: var(--sh-text-soft);
  line-height: 1.65;
}

.sh-value-cta {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.sh-value-cta__note {
  font-size: 14px;
  font-weight: 600;
  color: var(--sh-muted);
}

@media (max-width: 700px) {
  .sh-value-grid {
    grid-template-columns: 1fr;
  }
  .sh-value-cta {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .sh-value-cta a {
    justify-content: center;
  }
}

/* ====== Compact CTA section ====== */
.sh-cta-compact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.sh-cta-compact__head h2 {
  margin: 14px 0 12px;
  color: var(--sh-navy);
  font-size: clamp(26px, 3.6vw, 36px);
  font-weight: 800;
  line-height: 1.3;
}

.sh-cta-compact__head > p {
  margin: 0 0 20px;
  font-size: 16px;
  color: var(--sh-text-soft);
  line-height: 1.6;
}

.sh-cta-compact__proof {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sh-cta-compact__proof li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--sh-text);
}

.sh-cta-compact__proof li::before {
  content: '✓';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--sh-orange);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .sh-cta-compact {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* ====== Story situations ====== */
.sh-story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 12px;
}

.sh-story-card {
  background: #fff;
  border: 1px solid var(--sh-line);
  border-radius: var(--sh-radius-md);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: var(--sh-shadow-sm);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.sh-story-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-shadow-md);
  border-color: var(--sh-point);
}

.sh-story-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--sh-point-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.sh-story-card h3 {
  margin: 0;
  font-size: 19px;
  font-weight: 800;
  color: var(--sh-navy);
  line-height: 1.4;
}

.sh-story-card p {
  margin: 0;
  font-size: 15px;
  color: var(--sh-text-soft);
  line-height: 1.6;
  flex: 1;
}

.sh-story-card__link {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--sh-point);
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
}

.sh-story-card__link::after {
  content: '→';
}

@media (max-width: 900px) {
  .sh-story-grid {
    grid-template-columns: 1fr;
  }
}

/* ====== Product cards ====== */
.sh-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 12px;
}

.sh-product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid var(--sh-line);
  border-radius: var(--sh-radius-md);
  padding: 28px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
  position: relative;
  overflow: hidden;
}

.sh-product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-shadow-md);
  border-color: var(--sh-point);
}

.sh-product-card--apartment {
  background: linear-gradient(180deg, #fff 60%, var(--sh-yellow-tint));
}

.sh-product-card--jeonse {
  background: linear-gradient(180deg, #fff 60%, var(--sh-pink-tint));
}

.sh-product-card--business {
  background: linear-gradient(180deg, #fff 60%, var(--sh-green-tint));
}

.sh-product-card__tag {
  align-self: flex-start;
  background: var(--sh-navy);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
}

.sh-product-card__icon {
  width: 72px;
  height: auto;
  align-self: center;
}

.sh-product-card__title {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  color: var(--sh-navy);
  line-height: 1.3;
  text-align: center;
}

.sh-product-card__desc {
  margin: 0;
  font-size: 15px;
  color: var(--sh-text-soft);
}

.sh-product-card__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 4px;
}

.sh-product-card__metric {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--sh-line);
  border-radius: var(--sh-radius-sm);
  padding: 10px;
  text-align: center;
}

.sh-product-card__metric dt {
  font-size: 11px;
  color: var(--sh-muted);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sh-product-card__metric dd {
  margin: 4px 0 0;
  font-size: 14px;
  font-weight: 800;
  color: var(--sh-navy);
}

.sh-product-card__cta {
  margin-top: auto;
  font-weight: 800;
  color: var(--sh-point);
  font-size: 14px;
}

.sh-product-card__cta::after {
  content: ' →';
}

@media (max-width: 900px) {
  .sh-products-grid {
    grid-template-columns: 1fr;
  }
}

/* ====== Process steps ====== */
.sh-process-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  align-items: start;
}

.sh-process-list {
  display: grid;
  gap: 16px;
}

.sh-process-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  background: #fff;
  border: 1px solid var(--sh-line);
  border-radius: var(--sh-radius-md);
  padding: 22px 24px;
  align-items: start;
  box-shadow: var(--sh-shadow-sm);
}

.sh-process-item__num {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--sh-navy);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sh-process-item h3 {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 800;
  color: var(--sh-navy);
}

.sh-process-item p {
  margin: 0;
  font-size: 15px;
  color: var(--sh-text-soft);
}

.sh-process-item__duration {
  display: inline-block;
  margin-top: 8px;
  font-size: 12px;
  color: var(--sh-point);
  background: var(--sh-point-soft);
  padding: 3px 10px;
  border-radius: 999px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .sh-process-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* ====== Summary / answer-style block ====== */
.sh-answer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.sh-answer-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
}

.sh-answer-list article {
  background: #fff;
  border: 1px solid var(--sh-line);
  border-radius: var(--sh-radius-md);
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  align-items: start;
  box-shadow: var(--sh-shadow-sm);
}

.sh-answer-list span[aria-hidden] {
  font-size: 22px;
}

.sh-answer-list dt {
  font-size: 14px;
  font-weight: 800;
  color: var(--sh-navy);
  margin-bottom: 4px;
}

.sh-answer-list dd {
  margin: 0;
  font-size: 14px;
  color: var(--sh-text-soft);
  line-height: 1.55;
}

@media (max-width: 900px) {
  .sh-answer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* ====== Compliance / about ====== */
.sh-compliance-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin-top: 24px;
  padding: 0;
  list-style: none;
}

.sh-compliance-list li {
  background: #fff;
  border: 1px solid var(--sh-line);
  border-radius: var(--sh-radius-sm);
  padding: 14px 16px;
  font-size: 14px;
  color: var(--sh-text);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sh-compliance-list li::before {
  content: '✓';
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--sh-orange);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ====== Pros & Cons ====== */
.sh-pros-cons-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 20px; }
.sh-pros, .sh-cons { background: #fff; border: 1px solid var(--sh-line); border-radius: var(--sh-radius-md); padding: 28px; }
.sh-pros h3, .sh-cons h3 { font-size: 18px; font-weight: 800; color: var(--sh-navy); margin: 0 0 16px; }
.sh-pros ul, .sh-cons ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.sh-pros li, .sh-cons li { padding-left: 24px; position: relative; font-size: 15px; color: var(--sh-text-soft); line-height: 1.6; }
.sh-pros li::before { content: '\2713'; position: absolute; left: 0; color: var(--sh-point); font-weight: 800; }
.sh-cons li::before { content: '!'; position: absolute; left: 0; color: var(--sh-orange); font-weight: 800; }
@media (max-width: 700px) { .sh-pros-cons-grid { grid-template-columns: 1fr; } }

/* ====== FAQ accordion ====== */
.sh-faq-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.sh-faq-item {
  background: #fff;
  border: 1px solid var(--sh-line);
  border-radius: var(--sh-radius-md);
  padding: 6px 22px;
  box-shadow: var(--sh-shadow-sm);
}

.sh-faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 0;
  font-weight: 700;
  color: var(--sh-navy);
  font-size: 16px;
}

.sh-faq-item summary::-webkit-details-marker {
  display: none;
}

.sh-faq-item summary::before {
  content: 'Q';
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--sh-point-soft);
  color: var(--sh-point);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  flex-shrink: 0;
}

.sh-faq-item summary span {
  flex: 1;
}

.sh-faq-item summary h3 { font-size: 16px; font-weight: 700; color: var(--sh-navy); margin: 0; flex: 1; }

.sh-faq-item summary::after {
  content: '+';
  margin-left: auto;
  font-size: 22px;
  color: var(--sh-muted);
  transition: transform 0.18s ease;
}

.sh-faq-item[open] summary::after {
  content: '−';
  color: var(--sh-orange);
}

.sh-faq-item p {
  margin: 0 0 18px 44px;
  font-size: 15px;
  color: var(--sh-text-soft);
  line-height: 1.7;
}

/* ====== Centered section heading ====== */
.sh-section-head--center {
  text-align: center;
  margin-bottom: 32px;
}

.sh-section-head__sub {
  font-size: 20px;
  font-weight: 600;
  color: var(--sh-text-soft);
  margin: 0 0 4px;
}

.sh-section-head--center h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--sh-navy);
  margin: 0;
}

.sh-section-head--center h2 strong {
  color: var(--sh-point);
}

.sh-section-head__sub {
  font-size: 16px;
  font-weight: 600;
  color: var(--sh-text-soft);
  margin: 8px 0 0;
}

/* ====== Product row (condition table + card) ====== */
.sh-product-list {
  display: grid;
  gap: 36px;
}

.sh-product-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.sh-product-row--reverse {
  direction: rtl;
}

.sh-product-row--reverse > * {
  direction: ltr;
}

.sh-product-card-v2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 32px 24px;
  border-radius: var(--sh-radius-md);
  text-decoration: none;
  color: inherit;
  text-align: center;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.sh-product-card-v2:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-shadow-md);
}

.sh-product-card-v2__icon {
  width: 72px;
  height: auto;
}

.sh-product-card-v2 h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  color: var(--sh-navy);
}

.sh-product-card-v2 p {
  margin: 0;
  font-size: 14px;
  color: var(--sh-text-soft);
  line-height: 1.5;
}

.sh-product-card-v2__cta {
  font-size: 14px;
  font-weight: 700;
  color: var(--sh-point);
}

@media (max-width: 700px) {
  .sh-product-row {
    grid-template-columns: 1fr;
  }
  .sh-product-row--reverse {
    direction: ltr;
  }
  .sh-product-card-v2 {
    padding: 24px 18px;
  }
}

/* ====== Form with questions layout ====== */
.sh-form-with-questions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start;
}

.sh-form-questions {
  display: grid;
  gap: 28px;
}

.sh-fq-group {
  border: none;
  padding: 0;
  margin: 0;
}

.sh-fq-group legend {
  font-size: 16px;
  font-weight: 800;
  color: var(--sh-navy);
  margin-bottom: 12px;
  display: block;
}

.sh-fq-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sh-fq-btn {
  padding: 10px 16px;
  border: 2px solid var(--sh-line);
  border-radius: 999px;
  background: #fff;
  color: var(--sh-text);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease;
  font-family: inherit;
  white-space: nowrap;
}

.sh-fq-btn:hover {
  border-color: var(--sh-point);
}

.sh-fq-btn.is-selected {
  border-color: var(--sh-point);
  background: var(--sh-point);
  color: #fff;
}

@media (max-width: 900px) {
  .sh-form-with-questions {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* ====== Trust strip ====== */
.sh-trust-strip {
  background: var(--sh-navy);
  color: #fff;
  padding: 56px 0;
}

.sh-trust-strip__inner {
  display: flex;
  align-items: center;
  gap: 36px;
  justify-content: center;
}

.sh-trust-strip__mascot {
  width: 120px;
  height: auto;
  flex-shrink: 0;
}

.sh-trust-strip h2 {
  font-size: clamp(24px, 3.4vw, 36px);
  font-weight: 800;
  margin: 0 0 12px;
  color: #fff;
}

.sh-trust-strip p {
  margin: 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  max-width: 540px;
}

.sh-trust-strip__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 40px;
}

.sh-trust-strip__header h2 {
  color: #fff;
}

.sh-trust-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.sh-trust-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--sh-radius-md);
  padding: 28px 24px;
  text-align: center;
}

.sh-trust-card__icon {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--sh-orange);
  border-radius: 50%;
  margin-bottom: 14px;
}

.sh-trust-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  line-height: 1.4;
}

.sh-trust-card p {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

@media (max-width: 600px) {
  .sh-trust-strip__header {
    flex-direction: column;
    text-align: center;
    gap: 14px;
  }
  .sh-trust-strip__mascot {
    width: 90px;
  }
  .sh-trust-cards {
    grid-template-columns: 1fr;
  }
}

/* ====== Compact footer ====== */
.sh-footer__legal-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

/* ====== CTA / lead form section ====== */
.sh-cta-section {
  background: linear-gradient(180deg, var(--sh-point-soft) 0%, #fff 100%);
}

.sh-cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.sh-cta-grid h2 {
  margin: 14px 0 16px;
}

.sh-cta-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.sh-cta-proof span {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid var(--sh-line);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  color: var(--sh-text);
}

@media (max-width: 900px) {
  .sh-cta-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* ====== Footer ====== */
.sh-footer {
  background: var(--sh-navy-deep);
  color: rgba(255, 255, 255, 0.85);
  padding: 56px 0 32px;
  font-size: 13px;
  line-height: 1.7;
}

.sh-footer__inner {
  max-width: var(--sh-container);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  gap: 24px;
}

.sh-footer__top {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 36px;
}

.sh-footer__brand strong {
  display: block;
  color: #fff;
  font-size: 16px;
  margin-bottom: 8px;
}

.sh-footer__legal ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.sh-footer__legal li::before {
  content: '· ';
  color: rgba(255, 255, 255, 0.4);
}

.sh-footer__company {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 18px;
  font-size: 12px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.sh-footer__company p {
  margin: 0 0 6px;
}

.sh-footer__company p:last-child {
  margin-bottom: 0;
}

.sh-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 900px) {
  .sh-footer__top {
    grid-template-columns: 1fr;
  }
}

/* ====== Detail page extras ====== */
.sh-breadcrumb {
  font-size: 13px;
  color: var(--sh-muted);
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.sh-breadcrumb a {
  color: var(--sh-text-soft);
  text-decoration: none;
}

.sh-breadcrumb a:hover {
  color: var(--sh-point);
}

.sh-loan-hero {
  padding: 64px 0 40px;
  background: linear-gradient(180deg, var(--sh-surface) 0%, #fff 100%);
}

.sh-loan-hero h1 {
  font-size: clamp(30px, 4.4vw, 44px);
  font-weight: 800;
  color: var(--sh-navy);
  margin: 12px 0 14px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.sh-loan-hero__lead {
  font-size: 17px;
  color: var(--sh-text-soft);
  margin: 0 0 12px;
  max-width: 720px;
}

.sh-loan-hero__hook {
  font-size: 15px;
  color: var(--sh-point);
  font-weight: 700;
  margin: 0 0 24px;
}

.sh-loan-hero__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 720px;
  margin: 0 0 28px;
  padding: 0;
}

.sh-loan-hero__metrics > div {
  background: #fff;
  border: 1px solid var(--sh-line);
  border-radius: var(--sh-radius-md);
  padding: 16px 18px;
  box-shadow: var(--sh-shadow-sm);
}

.sh-loan-hero__metrics dt {
  font-size: 12px;
  color: var(--sh-muted);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.sh-loan-hero__metrics dd {
  margin: 6px 0 0;
  font-size: 17px;
  font-weight: 800;
  color: var(--sh-navy);
}

.sh-loan-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sh-condition-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--sh-line);
  border-radius: var(--sh-radius-md);
  overflow: hidden;
  box-shadow: var(--sh-shadow-sm);
}

.sh-condition-table th,
.sh-condition-table td {
  padding: 16px 20px;
  border-bottom: 1px solid var(--sh-line);
  text-align: left;
  font-size: 15px;
  vertical-align: top;
}

.sh-condition-table tr:last-child th,
.sh-condition-table tr:last-child td {
  border-bottom: 0;
}

.sh-condition-table th {
  width: 200px;
  background: var(--sh-surface);
  color: var(--sh-navy);
  font-weight: 800;
}

.sh-condition-table td {
  color: var(--sh-text);
}

.sh-checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}

.sh-checklist li {
  background: #fff;
  border: 1px solid var(--sh-line);
  border-radius: var(--sh-radius-sm);
  padding: 12px 14px;
  font-size: 14px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  box-shadow: var(--sh-shadow-sm);
}

.sh-checklist li::before {
  content: '✓';
  color: var(--sh-orange);
  font-weight: 800;
  flex-shrink: 0;
}

@media (max-width: 700px) {
  .sh-checklist {
    grid-template-columns: 1fr;
  }
  .sh-condition-table th {
    width: 130px;
  }
}

.sh-related {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 12px;
}

.sh-related a {
  background: #fff;
  border: 1px solid var(--sh-line);
  border-radius: var(--sh-radius-md);
  padding: 22px 24px;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.sh-related a:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-shadow-md);
}

.sh-related a span {
  font-size: 12px;
  color: var(--sh-point);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sh-related a strong {
  font-size: 18px;
  color: var(--sh-navy);
  font-weight: 800;
}

.sh-related a small {
  font-size: 13px;
  color: var(--sh-text-soft);
}

@media (max-width: 700px) {
  .sh-related {
    grid-template-columns: 1fr;
  }
}

/* ====== Guide cards ====== */
.sh-guide-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.sh-guide-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid var(--sh-line);
  border-radius: var(--sh-radius-lg);
  padding: 32px 20px 24px;
  text-decoration: none;
  color: inherit;
  text-align: center;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.sh-guide-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-shadow-md);
  border-color: var(--sh-point);
}

.sh-guide-card__icon {
  width: 64px;
  height: auto;
}

.sh-guide-card__title {
  font-size: 20px;
  font-weight: 800;
  color: var(--sh-navy);
}

.sh-guide-card__conditions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.sh-guide-card__conditions > div {
  background: var(--sh-surface);
  border-radius: var(--sh-radius-sm);
  padding: 10px 8px;
}

.sh-guide-card__conditions dt {
  font-size: 11px;
  color: var(--sh-muted);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.sh-guide-card__conditions dd {
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: 800;
  color: var(--sh-navy);
}

.sh-guide-card__cta {
  font-size: 14px;
  font-weight: 700;
  color: var(--sh-point);
  margin-top: auto;
}

@media (max-width: 700px) {
  .sh-guide-cards {
    grid-template-columns: 1fr;
  }
  .sh-guide-card {
    padding: 24px 18px 20px;
  }
}

/* ====== Card-step journey ====== */
.sh-journey-section {
  padding: 80px 0 96px;
  background: var(--sh-surface);
}

/* 질문 영역 패널: 카드가 떠 보이지 않도록 테두리로 시선 고정 */
#sh-journey {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--sh-line);
  border-radius: var(--sh-radius-lg);
  box-shadow: var(--sh-shadow-md);
  padding: 48px 40px;
}

.sh-card-step {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  animation: sh-card-in 0.3s ease both;
}

/* [hidden]가 모바일 미디어쿼리의 display:flex보다 우선하도록 (클래스+속성 특이도) */
.sh-card-step[hidden] {
  display: none;
}

.sh-card-step--enter {
  animation: sh-card-in 0.3s ease both;
}

@keyframes sh-card-in {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.sh-card-step__num {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: var(--sh-point);
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}

/* 진단 진행 표시: 라벨 + 진행 바 + 단계 카운트 */
.sh-journey-progress {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.sh-journey-progress__label {
  font-size: 13px;
  font-weight: 700;
  color: var(--sh-point);
  background: var(--sh-point-soft);
  padding: 5px 13px;
  border-radius: 999px;
  letter-spacing: 0.02em;
}

.sh-journey-progress__track {
  width: 200px;
  max-width: 60%;
  height: 6px;
  background: var(--sh-line);
  border-radius: 999px;
  overflow: hidden;
}

.sh-journey-progress__fill {
  display: block;
  height: 100%;
  background: var(--sh-point);
  border-radius: inherit;
  transition: width 0.4s ease;
}

.sh-journey-progress__count {
  font-size: 13px;
  font-weight: 700;
  color: var(--sh-muted);
}

.sh-journey-progress__count b {
  color: var(--sh-point);
}

.sh-card-step h2 {
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 800;
  color: var(--sh-navy);
  margin: 0 0 36px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.sh-card-step__back {
  display: inline-block;
  background: none;
  border: none;
  color: var(--sh-point);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
  margin-bottom: 20px;
  font-family: inherit;
}

.sh-card-step__back:hover {
  color: var(--sh-navy);
}

.sh-card-step__restart {
  display: inline-block;
  background: none;
  border: none;
  color: var(--sh-muted);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 16px;
  font-family: inherit;
}

.sh-card-step__restart:hover {
  color: var(--sh-point);
}

.sh-card-choices {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.sh-card-choices--3 {
  grid-template-columns: repeat(3, 1fr);
}

.sh-card-choice {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 2px solid #cdd7e8;
  border-radius: var(--sh-radius-lg);
  padding: 32px 16px;
  cursor: pointer;
  box-shadow: var(--sh-shadow-sm);
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
  font-family: inherit;
}

.sh-card-choice img {
  width: 56px;
  height: auto;
}

.sh-card-choice span {
  font-size: 17px;
  font-weight: 700;
  color: var(--sh-navy);
  line-height: 1.4;
}

.sh-card-choice:hover {
  border-color: var(--sh-point);
  transform: translateY(-3px);
  box-shadow: var(--sh-shadow-sm);
}

.sh-card-choice.is-selected {
  border-color: var(--sh-point);
  background: var(--sh-point-soft);
  box-shadow: var(--sh-shadow-md);
  transform: translateY(-2px);
  animation: sh-card-pop 0.32s ease;
}

.sh-card-choice.is-selected span {
  color: var(--sh-point);
}

/* 선택 시 우상단 체크 배지 */
.sh-card-choice.is-selected::after {
  content: '✓';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--sh-point);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  border-radius: 50%;
  animation: sh-check-in 0.28s ease;
}

@keyframes sh-card-pop {
  0% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-2px) scale(1.03); }
  100% { transform: translateY(-2px) scale(1); }
}

@keyframes sh-check-in {
  0% { transform: scale(0); opacity: 0; }
  60% { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}

/* ====== Card result ====== */
.sh-card-result__desc {
  font-size: 18px;
  color: var(--sh-text-soft);
  line-height: 1.65;
  margin: 0 0 32px;
}

.sh-card-result__summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0 0 36px;
  padding: 0;
}

.sh-card-result__summary > div {
  background: #fff;
  border: 1px solid var(--sh-line);
  border-radius: var(--sh-radius-sm);
  padding: 16px;
}

.sh-card-result__summary dt {
  font-size: 12px;
  color: var(--sh-muted);
  font-weight: 700;
}

.sh-card-result__summary dd {
  margin: 6px 0 0;
  font-size: 16px;
  font-weight: 800;
  color: var(--sh-navy);
}

/* ====== Result product preview ====== */
.sh-result-product {
  background: #fff;
  border: 2px solid var(--sh-point);
  border-radius: var(--sh-radius-lg);
  padding: 36px 32px;
  margin-bottom: 32px;
  text-align: center;
}

.sh-result-product strong {
  display: block;
  font-size: 26px;
  font-weight: 800;
  color: var(--sh-navy);
  margin-bottom: 20px;
}

.sh-result-product__conditions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
}

.sh-result-product__conditions > div {
  background: var(--sh-surface);
  border: 1px solid var(--sh-line);
  border-radius: var(--sh-radius-md);
  padding: 18px 12px;
}

.sh-result-product__conditions dt {
  font-size: 12px;
  color: var(--sh-muted);
  font-weight: 700;
  margin-bottom: 6px;
}

.sh-result-product__conditions dd {
  margin: 0;
  font-size: 17px;
  font-weight: 800;
  color: var(--sh-navy);
}

.sh-result-product__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 24px;
  border: 2px solid var(--sh-point);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  color: var(--sh-point);
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.sh-result-product__link:hover {
  background: var(--sh-point);
  color: #fff;
}

/* ====== 결과 카드 CTA 그룹 (모양·폭·높이 통일) ====== */
.sh-result-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 440px;
  margin: 4px auto 0;
}

/* 주 버튼(주황 채움) + 보조 버튼(네이비 외곽선) 공통 박스 */
.sh-result-actions .sh-btn-primary--lg,
.sh-result-actions .sh-result-product__link {
  width: 100%;
  justify-content: center;
  padding: 17px 24px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 800;
}

/* 주 버튼: 흐릿한 광채 제거, 깔끔한 중립 그림자 */
.sh-result-actions .sh-btn-primary--lg {
  box-shadow: 0 4px 14px rgba(0, 41, 112, 0.14);
}

.sh-result-actions .sh-btn-primary--lg:hover {
  box-shadow: 0 6px 18px rgba(0, 41, 112, 0.18);
}

/* 보조 버튼: 네이비 외곽선 */
.sh-result-actions .sh-result-product__link {
  border: 2px solid var(--sh-navy);
  color: var(--sh-navy);
}

.sh-result-actions .sh-result-product__link:hover {
  background: var(--sh-navy);
  color: #fff;
}

/* 처음부터 다시: 가운데 텍스트 링크 */
.sh-result-actions .sh-card-step__restart {
  margin-top: 6px;
  align-self: center;
}

/* ====== Reassurance strip ====== */
.sh-reassurance {
  padding: 36px 0;
  background: var(--sh-surface);
  border-top: 1px solid var(--sh-line);
  border-bottom: 1px solid var(--sh-line);
}

.sh-reassurance__inner {
  text-align: center;
}

.sh-reassurance__inner p {
  margin: 0 0 6px;
  font-size: 15px;
  color: var(--sh-text-soft);
  line-height: 1.6;
}

.sh-reassurance__inner p:last-child {
  margin-bottom: 0;
}

.sh-reassurance__inner strong {
  color: var(--sh-navy);
}

/* ====== LTV Calculator ====== */
.sh-calc {
  margin: 24px 0 20px;
  padding: 24px;
  background: var(--sh-surface);
  border: 1px solid var(--sh-line);
  border-radius: var(--sh-radius-md);
}

.sh-calc__title {
  font-size: 17px;
  font-weight: 800;
  color: var(--sh-navy);
  margin: 0 0 16px;
  text-align: center;
}

.sh-calc__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 16px;
}

.sh-calc__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sh-calc__field span {
  font-size: 13px;
  font-weight: 700;
  color: var(--sh-text-soft);
}

.sh-calc__field input {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1.5px solid var(--sh-line);
  border-radius: var(--sh-radius-sm);
  font-size: 16px;
  font-family: inherit;
  font-weight: 700;
  color: var(--sh-navy);
  background: #fff;
  outline: none;
  text-align: right;
}

.sh-calc__field-kr {
  font-size: 13px;
  font-weight: 600;
  color: var(--sh-point);
  min-height: 18px;
}

.sh-calc__field input:focus {
  border-color: var(--sh-point);
  box-shadow: 0 0 0 3px rgba(41, 92, 179, 0.1);
}

.sh-calc__result {
  text-align: center;
  padding: 20px 0;
  margin-bottom: 8px;
}

.sh-calc__result-label {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--sh-text-soft);
}

.sh-calc__result-value {
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: 800;
  color: var(--sh-point);
  letter-spacing: -0.02em;
}

.sh-calc__result-value--none {
  font-size: 18px;
  color: var(--sh-muted);
}

.sh-calc__result-msg {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--sh-text-soft);
}

/* LTV 초과 시 상담 유도 강조 (하이라이트 박스 + 펄스) */
.sh-calc__result-msg--alert {
  margin: 14px 0 0;
  padding: 14px 16px 14px 44px;
  position: relative;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  color: #8a4b00;
  background: #fff6e6;
  border: 1px solid #f4c970;
  border-left: 4px solid #f0a020;
  border-radius: 12px;
  animation: sh-alert-pulse 2s ease-out infinite;
}

.sh-calc__result-msg--alert::before {
  content: '!';
  position: absolute;
  left: 14px;
  top: 14px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0a020;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  border-radius: 50%;
}

.sh-calc__result-msg--alert strong {
  color: #b35900;
  font-weight: 800;
}

@keyframes sh-alert-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(240, 160, 32, 0.32); }
  50% { box-shadow: 0 0 0 7px rgba(240, 160, 32, 0); }
}

.sh-calc__note {
  margin: 0;
  font-size: 12px;
  color: var(--sh-muted);
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 480px) {
  .sh-calc__fields {
    grid-template-columns: 1fr;
  }
}

/* ====== Large primary button ====== */
.sh-btn-primary--lg {
  font-size: 18px;
  padding: 18px 36px;
  border-radius: 16px;
}

/* ====== Narrow form container ====== */
.sh-form-narrow {
  max-width: 720px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  /* 여정 각 스텝: min-height 없이 padding으로 자연스럽게 */
  .sh-journey-section {
    padding: 24px 16px 32px;
  }
  #sh-journey {
    padding: 28px 18px;
    border-radius: var(--sh-radius-md);
  }
  .sh-card-step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px 0;
  }
  .sh-card-step h2 {
    font-size: 26px;
    margin-bottom: 24px;
  }
  .sh-card-choices {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .sh-card-choices--3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .sh-card-choice {
    padding: 20px 14px;
  }
  .sh-card-choice img {
    width: 44px;
  }
  .sh-card-choice span {
    font-size: 14px;
  }

  /* 결과 카드 */
  .sh-card-result {
    min-height: auto;
    justify-content: flex-start;
    padding-top: 32px;
  }
  .sh-card-result__summary {
    grid-template-columns: 1fr;
  }
  .sh-result-product {
    padding: 20px 16px;
  }
  .sh-result-product strong {
    font-size: 20px;
  }
  .sh-result-product__conditions {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
  }
  .sh-result-product__conditions > div {
    padding: 12px 6px;
  }
  .sh-result-product__conditions dd {
    font-size: 13px;
  }
  .sh-calc {
    padding: 16px;
  }

  /* 신뢰 섹션 */
  .sh-trust-strip {
    padding: 40px 0;
  }
  .sh-trust-cards {
    gap: 12px;
  }
  .sh-trust-card {
    padding: 20px 16px;
  }
  .sh-trust-card h3 {
    font-size: 16px;
  }
  .sh-trust-card p {
    font-size: 13px;
  }

  /* 프로세스 */
  .sh-process-step {
    padding: 20px 14px;
  }
  .sh-process-step h3 {
    font-size: 16px;
  }
  .sh-process-step p {
    font-size: 14px;
  }

  /* 가이드 카드 */
  .sh-guide-card {
    padding: 24px 18px 20px;
  }
  .sh-guide-card__title {
    font-size: 18px;
  }
  .sh-guide-card__conditions dd {
    font-size: 13px;
  }

  /* 안심 문구 */
  .sh-reassurance {
    padding: 24px 0;
  }
  .sh-reassurance__inner p {
    font-size: 14px;
  }

  /* 폼 섹션 */
  .sh-cta-section {
    padding: 40px 0 80px;
  }

  /* 섹션 간격 통일 */
  .sh-section {
    padding: 48px 0;
  }

  /* 섹션 제목 */
  .sh-section-head--center h2 {
    font-size: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sh-hero__mascot {
    animation: none !important;
  }
  .sh-card-step,
  .sh-card-step--enter,
  .sh-card-choice.is-selected,
  .sh-card-choice.is-selected::after,
  .sh-calc__result-msg--alert,
  .sh-hero__roll-track {
    animation: none;
  }
}

/* ====== Process steps (한도 확인 절차) ====== */
.sh-process-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  max-width: 800px;
  margin: 0 auto;
}

.sh-process-step {
  flex: 1;
  text-align: center;
  padding: 24px 16px;
}

.sh-process-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--sh-point);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 14px;
}

.sh-process-step h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
  color: var(--sh-navy);
}

.sh-process-step p {
  margin: 0;
  font-size: 14px;
  color: var(--sh-text-soft);
  line-height: 1.5;
}

.sh-process-step__arrow {
  width: 24px;
  height: 2px;
  background: var(--sh-line);
  margin-top: 44px;
  flex-shrink: 0;
}

@media (max-width: 600px) {
  .sh-process-steps {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .sh-process-step__arrow {
    width: 2px;
    height: 24px;
    margin: 0 auto;
  }
}

/* ====== Extra links (FAQ/Guide) ====== */
.sh-extra-links {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.sh-extra-links a {
  display: inline-block;
  padding: 10px 24px;
  border: 1px solid var(--sh-line, #ddd);
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  color: var(--sh-navy, #003087);
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}

.sh-extra-links a:hover {
  background: var(--sh-bg, #f7f9fc);
  border-color: var(--sh-navy, #003087);
}

/* ====== FAQ tabs ====== */
.sh-faq-tabs {
  display: flex;
  gap: 8px;
  margin: 32px 0 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.sh-faq-tab {
  padding: 10px 20px;
  border: 1px solid var(--sh-line, #ddd);
  border-radius: 24px;
  background: #fff;
  font-size: 15px;
  font-weight: 600;
  color: var(--sh-text-soft, #666);
  cursor: pointer;
  transition: all 0.2s;
}

.sh-faq-tab.is-active {
  background: var(--sh-navy, #003087);
  color: #fff;
  border-color: var(--sh-navy, #003087);
}

.sh-faq-tab:hover:not(.is-active) {
  border-color: var(--sh-navy, #003087);
  color: var(--sh-navy, #003087);
}

.sh-faq-cta {
  text-align: center;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--sh-line, #eee);
}

.sh-faq-cta p {
  font-size: 16px;
  color: var(--sh-text-soft, #666);
  margin-bottom: 16px;
}

.sh-faq-cta .sh-btn-primary {
  margin-right: 12px;
}

/* ====== Guide page features ====== */
.sh-guide-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}

.sh-guide-feature {
  background: #fff;
  border-radius: 12px;
  padding: 28px 24px;
  border: 1px solid var(--sh-line, #eee);
}

.sh-guide-feature h3 {
  font-size: 18px;
  font-weight: 800;
  color: var(--sh-navy, #003087);
  margin: 0 0 12px;
}

.sh-guide-feature p {
  font-size: 15px;
  color: var(--sh-text-soft, #555);
  line-height: 1.6;
  margin: 0;
}

.sh-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 600px) {
  .sh-guide-features {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ====== Mobile general tweaks ====== */
@media (max-width: 600px) {
  .sh-container {
    padding: 0 18px;
  }
}
