/**
 * host-cert.css — 위홈 특례 호스트 소개 (/host-cert)
 * 디자인 시스템: point-guide.css 동일 기준
 * 브랜드: #681DC7 · 플랫 · Pretendard · 그라디언트 금지
 */

#wehome-no-history-logo {
  display: none !important;
}

#body #ch-plugin {
  display: none !important;
}

.nav.clean {
  display: none !important;
}

/* ── 공통 페이지 컨테이너 ── */
#content.hc-page {
  font-family: var(--wh-ff, 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif);
  -webkit-font-smoothing: antialiased;
  background: #f2f4f6;
  padding: 0 !important;
  padding-bottom: calc(var(--bar-h, 66px) + env(safe-area-inset-bottom) + 24px) !important;
  min-height: 100vh;
}

#content.hc-page.hc-page-event,
#content.hc-page.hc-page-apply {
  padding-top: calc(56px + env(safe-area-inset-top, 0px) + 24px) !important;
  padding-bottom: calc(24px + env(safe-area-inset-bottom) + 16px) !important;
}

body:has(#content.hc-page-apply) .hc-countdown-bar,
body:has(#content.hc-page-apply) .hc-bottom-pad-countdown {
  display: none !important;
}

@media (min-width: 1024px) {
  html.sp-force-desktop-ui #content.hc-page.hc-page-event {
    padding-top: calc(var(--sp-dt-header-h, 108px) + 28px) !important;
  }

  html.sp-force-desktop-ui #content.hc-page.hc-page-apply {
    max-width: min(800px, 100%) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: calc(var(--sp-dt-header-h, 108px) + 24px) !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-bottom: 56px !important;
    background: transparent !important;
  }

  html.sp-force-desktop-ui #content.hc-page-apply .hc-apply-shell {
    padding-left: 0;
    padding-right: 0;
  }

  /* 신청 페이지에서는 intro용 sticky 카운트다운 비표시 */
  html.sp-force-desktop-ui body:has(#content.hc-page-apply) .hc-countdown-bar {
    display: none !important;
  }
}

body:has(#content.hc-page-event) nav#bottom_nav,
body:has(#content.hc-page-apply) nav#bottom_nav {
  display: none !important;
}

#content.hc-page a,
#content.hc-page a:hover,
#content.hc-page a:focus,
#content.hc-page a:active {
  text-decoration: none !important;
}

#content.hc-page-v3 a.hc-v3-promo-cta:hover,
#content.hc-page-v3 a.hc-v3-promo-cta:focus,
#content.hc-page-v3 a.hc-v3-promo-cta:active,
#content.hc-page-v3 a.hc-v3-hero-cta:hover,
#content.hc-page-v3 a.hc-cta-btn:hover,
#content.hc-page-v3 a.hc-countdown-cta:hover {
  color: #fff !important;
}

/* ── critical: deploy tail 50k 이전 유지 (route · v3 base) ── */
#content.hc-page-v3 {
  text-align: left;
}

#content.hc-page.hc-page-event.hc-page-v3 {
  padding-bottom: calc(12px + env(safe-area-inset-bottom)) !important;
}

@media (min-width: 1024px) {
  html.sp-force-desktop-ui #content.hc-page.hc-page-event.hc-page-v3 {
    padding-bottom: calc(16px + env(safe-area-inset-bottom)) !important;
  }
}

.hc-route-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hc-route-card {
  display: block;
  background: #fff;
  border: var(--hc-border, 1px solid rgba(0, 0, 0, 0.05));
  border-radius: var(--hc-radius-md, 18px);
  padding: 16px 18px;
  box-shadow: var(--hc-shadow-ambient, 0 1px 2px rgba(25, 31, 40, 0.04)), var(--hc-shadow-press, 0 2px 6px rgba(25, 31, 40, 0.05));
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  color: #191f28;
}

.hc-route-card:active {
  transform: translateY(1px);
}

.hc-route-card.primary {
  border-color: rgba(104, 29, 199, 0.2);
  background: rgba(104, 29, 199, 0.03);
  box-shadow: var(--hc-shadow-ambient), 0 0 0 1px rgba(104, 29, 199, 0.08), var(--hc-shadow-press);
}

.hc-route-title {
  display: block;
  font-size: 16px;
  font-weight: 800;
  color: #191f28;
  letter-spacing: -0.3px;
  margin-bottom: 4px;
  word-break: keep-all;
}

.hc-route-desc {
  display: block;
  font-size: 13px;
  color: #6b7684;
  line-height: 1.5;
  word-break: keep-all;
}

.hc-route-note {
  margin: 14px 0 0;
  font-size: 12px;
  color: #8b95a1;
  line-height: 1.55;
  word-break: keep-all;
  text-align: left;
}

/* ── 공통 섹션 ── */
.hc-section {
  padding: 28px 20px 0;
}

.hc-section-eyebrow {
  font-size: 13px;
  font-weight: 700;
  color: #8b95a1;
  letter-spacing: -0.2px;
  margin-bottom: 6px;
}

.hc-section-title {
  font-size: 22px;
  font-weight: 800;
  color: #191f28;
  letter-spacing: -0.5px;
  line-height: 1.3;
  margin-bottom: 8px;
  word-break: keep-all;
}

.hc-section-desc {
  font-size: 14px;
  color: #4e5968;
  line-height: 1.65;
  letter-spacing: -0.15px;
  word-break: keep-all;
  margin-bottom: 16px;
}

.hc-divider {
  height: 8px;
}

/* ── HERO ── */
.hc-hero {
  padding: 20px 20px 0;
  background: #f2f4f6;
}

.hc-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(104, 29, 199, 0.08);
  border-radius: 980px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 700;
  color: var(--wh-brand, #681DC7);
  letter-spacing: -0.2px;
  margin-bottom: 14px;
}

.hc-hero-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--wh-brand, #681DC7);
  flex-shrink: 0;
}

.hc-hero-title {
  font-size: 28px;
  font-weight: 800;
  color: #191f28;
  line-height: 1.28;
  letter-spacing: -0.7px;
  margin-bottom: 10px;
  word-break: keep-all;
}

.hc-hero-title .em {
  color: var(--wh-brand, #681DC7);
}

.hc-hero-sub {
  font-size: 15px;
  color: #4e5968;
  line-height: 1.65;
  letter-spacing: -0.2px;
  word-break: keep-all;
  margin-bottom: 20px;
}

.hc-hero-sub-line {
  margin: 0;
}

.hc-hero-sub-line + .hc-hero-sub-line {
  margin-top: 8px;
}

/* 히어로 KPI 수치 카드 */
.hc-kpi-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 4px;
}

.hc-kpi {
  background: #fff;
  border-radius: 16px;
  padding: 16px 10px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.hc-kpi-val {
  font-size: 17px;
  font-weight: 800;
  color: var(--wh-brand, #681DC7);
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.hc-kpi-firsttrack .hc-kpi-val,
.hc-kpi-fasttrack .hc-kpi-val {
  font-size: 17px;
  letter-spacing: -0.04em;
}

.hc-kpi-lbl {
  font-size: var(--wh-text-xs);
  font-weight: 500;
  color: #8b95a1;
  margin-top: 5px;
  letter-spacing: -0.01em;
  word-break: keep-all;
  line-height: 1.4;
}

/* ── AGITATION (공감) ── */
.hc-pain-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hc-pain-card {
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.hc-pain-icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: #fff4e6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hc-pain-icon svg {
  width: 18px;
  height: 18px;
  color: #d97706;
  fill: currentColor;
}

.hc-pain-text {
  font-size: 14px;
  font-weight: 600;
  color: #191f28;
  line-height: 1.55;
  letter-spacing: -0.2px;
  word-break: keep-all;
}

.hc-pain-text span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #6b7684;
  margin-top: 3px;
}

/* ── SOLUTION (해결책) ── */
.hc-solution-card {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.hc-solution-eyebrow {
  display: inline-flex;
  align-items: center;
  font-size: var(--wh-text-xs);
  font-weight: 700;
  color: var(--wh-brand, #681DC7);
  background: rgba(104, 29, 199, 0.08);
  border-radius: 980px;
  padding: 4px 10px;
  margin-bottom: 12px;
}

.hc-solution-title {
  font-size: 18px;
  font-weight: 800;
  color: #191f28;
  line-height: 1.35;
  letter-spacing: -0.4px;
  margin-bottom: 8px;
  word-break: keep-all;
}

.hc-solution-title .em {
  color: var(--wh-brand, #681DC7);
}

.hc-solution-desc {
  font-size: 14px;
  color: #4e5968;
  line-height: 1.65;
  letter-spacing: -0.15px;
  word-break: keep-all;
  margin-bottom: 14px;
}

.hc-cert-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f2f4f6;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 13px;
  color: #4e5968;
  line-height: 1.5;
  word-break: keep-all;
}

.hc-cert-badge svg {
  width: 20px;
  height: 20px;
  color: #059669;
  fill: currentColor;
  flex-shrink: 0;
}

/* ── FEATURES (특장점) ── */
.hc-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.hc-feature-card {
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.hc-feature-icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.hc-feature-icon.green  { background: #e8faf0; }
.hc-feature-icon.purple { background: rgba(104, 29, 199, 0.08); }
.hc-feature-icon.blue   { background: #e8f0fe; }
.hc-feature-icon.orange { background: #fff4e6; }

.hc-feature-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.hc-feature-icon.green  svg { color: #059669; }
.hc-feature-icon.purple svg { color: var(--wh-brand, #681DC7); }
.hc-feature-icon.blue   svg { color: #1a73e8; }
.hc-feature-icon.orange svg { color: #d97706; }

.hc-feature-lbl {
  font-size: var(--wh-text-xs);
  font-weight: 600;
  color: #8b95a1;
  margin-bottom: 4px;
}

.hc-feature-val {
  font-size: 15px;
  font-weight: 800;
  color: #191f28;
  letter-spacing: -0.3px;
  line-height: 1.25;
  margin-bottom: 5px;
  word-break: keep-all;
}

.hc-feature-desc {
  font-size: 12px;
  color: #6b7684;
  line-height: 1.55;
  letter-spacing: -0.1px;
  word-break: keep-all;
}

/* ── PROCESS (단계) ── */
.hc-steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hc-step {
  background: #fff;
  border-radius: 20px;
  padding: 16px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.hc-step-num {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  flex-shrink: 0;
  background: #191f28;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.2px;
}

.hc-step-title {
  font-size: 15px;
  font-weight: 700;
  color: #191f28;
  letter-spacing: -0.25px;
  margin-bottom: 4px;
  word-break: keep-all;
}

.hc-step-desc {
  font-size: 14px;
  color: #4e5968;
  line-height: 1.6;
  letter-spacing: -0.15px;
  word-break: keep-all;
}

.hc-steps-note {
  margin-top: 10px;
  background: #fff;
  border-radius: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #4e5968;
  line-height: 1.5;
  word-break: keep-all;
}

.hc-steps-note svg {
  width: 18px;
  height: 18px;
  color: var(--wh-brand, #681DC7);
  fill: currentColor;
  flex-shrink: 0;
}

/* ── FAQ ── */
.hc-faq-list {
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

.hc-faq-item {
  border-bottom: 1px solid #f2f4f6;
}

.hc-faq-item:last-child {
  border-bottom: none;
}

.hc-faq-q {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px;
  cursor: pointer;
  width: 100%;
  background: none;
  border: none;
  font-family: inherit;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}

.hc-faq-q:active {
  background: #f9fafb;
}

.hc-faq-q-icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  flex-shrink: 0;
  background: #f2f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hc-faq-q-icon svg {
  width: 16px;
  height: 16px;
  color: #4e5968;
  fill: currentColor;
}

.hc-faq-q-text {
  flex: 1;
  font-size: 15px;
  font-weight: 700;
  color: #191f28;
  letter-spacing: -0.2px;
  line-height: 1.4;
  word-break: keep-all;
}

/* FAQ — 아이콘 없는 compact variant */
.hc-faq-q:not(:has(.hc-faq-q-icon)) .hc-faq-a-inner {
  padding-left: 16px;
}

.hc-section-tight {
  padding-top: 20px;
}

.hc-faq-chevron {
  width: 20px;
  height: 20px;
  color: #b0b8c1;
  fill: currentColor;
  flex-shrink: 0;
  transition: transform 0.22s cubic-bezier(0.32, 0.72, 0, 1);
}

.hc-faq-item.open .hc-faq-chevron {
  transform: rotate(90deg);
}

.hc-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s cubic-bezier(0.32, 0.72, 0, 1);
}

.hc-faq-item.open .hc-faq-a {
  max-height: 600px;
}

.hc-faq-a-inner {
  padding: 0 16px 16px 58px;
  font-size: 14px;
  color: #4e5968;
  line-height: 1.65;
  letter-spacing: -0.15px;
  word-break: keep-all;
}

.hc-faq-a-inner strong {
  color: #191f28;
  font-weight: 700;
}

/* ── CTA ── */
.hc-cta {
  margin: 32px 20px 0;
  background: #fff;
  border-radius: 20px;
  padding: 24px 20px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.hc-cta-title {
  font-size: 20px;
  font-weight: 800;
  color: #191f28;
  line-height: 1.32;
  letter-spacing: -0.4px;
  margin-bottom: 8px;
  word-break: keep-all;
}

.hc-cta-title .em {
  color: var(--wh-brand, #681DC7);
}

.hc-cta-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.hc-cta-checklist li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #4e5968;
  line-height: 1.5;
}

.hc-cta-checklist li svg {
  width: 16px;
  height: 16px;
  color: #059669;
  fill: currentColor;
  flex-shrink: 0;
}

.hc-cta-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hc-cta-btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.2px;
  padding: 15px 20px;
  border-radius: 14px;
  transition: opacity 0.15s ease;
}

.hc-cta-btn.primary {
  background: var(--wh-brand, #681DC7);
  color: #fff;
}

.hc-cta-btn.secondary {
  background: #fff;
  color: #191f28 !important;
  border: 1px solid #d1d5db;
  box-shadow: none;
}

#content.hc-page-apply a.hc-cta-btn.secondary,
#content.hc-page-apply a.hc-cta-btn.secondary:hover,
#content.hc-page-apply a.hc-cta-btn.secondary:focus,
#content.hc-page-apply a.hc-cta-btn.secondary:active {
  color: #191f28 !important;
  background: #fff !important;
  text-decoration: none !important;
}

.hc-apply-loading {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(242, 244, 246, 0.88);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.hc-apply-loading[hidden] {
  display: none !important;
}

.hc-apply-loading-inner {
  width: 100%;
  max-width: 280px;
  padding: 28px 24px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 24px rgba(25, 31, 40, 0.08);
  text-align: center;
}

.hc-apply-spinner {
  width: 36px;
  height: 36px;
  margin: 0 auto 16px;
  border: 3px solid rgba(104, 29, 199, 0.16);
  border-top-color: #681DC7;
  border-radius: 50%;
  animation: hcApplySpin 0.75s linear infinite;
}

.hc-apply-loading-text {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: #191f28;
  line-height: 1.45;
}

.hc-apply-loading-sub {
  margin: 8px 0 0;
  font-size: 13px;
  color: #6b7684;
  line-height: 1.5;
}

@keyframes hcApplySpin {
  to {
    transform: rotate(360deg);
  }
}

.hc-cta-btn:active {
  opacity: 0.88;
}

.hc-cta-note {
  margin-top: 12px;
  font-size: 12px;
  color: #8b95a1;
  text-align: center;
  line-height: 1.55;
  word-break: keep-all;
}

/* ── 네비 ── */
.wh-page-nav-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(242, 244, 246, 0.92);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  padding-top: env(safe-area-inset-top, 0px);
}

body:has(#content.hc-page) .wh-page-nav-wrap,
body:has(#content.hc-page-apply) .wh-page-nav-wrap,
body:has(#content.hc-page-cert) .wh-page-nav-wrap {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: var(--max-width-in-mobile-only-mode, 720px);
  box-sizing: border-box;
  border-left: 1px solid var(--bottom-naverbar-border-side-color, rgba(0, 0, 0, 0.06));
  border-right: 1px solid var(--bottom-naverbar-border-side-color, rgba(0, 0, 0, 0.06));
}

.wh-page-nav {
  display: flex;
  align-items: center;
  height: 56px;
  padding: 0 8px 0 4px;
}

.wh-back-btn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  border-radius: 12px;
  flex-shrink: 0;
}

.wh-back-btn svg {
  width: 24px;
  height: 24px;
  fill: #191f28;
}

.wh-nav-title {
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  color: #191f28;
  letter-spacing: -0.3px;
  padding-left: 4px;
}

/* ── 미스터멘션 전환 배너 ── */
.hc-mm-banner {
  margin: 0 20px;
  background: #191f28;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.hc-mm-banner-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hc-mm-banner-icon svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

.hc-mm-banner-body {
  flex: 1;
  min-width: 0;
}

.hc-mm-banner-label {
  display: inline-flex;
  align-items: center;
  background: var(--wh-brand, #681DC7);
  border-radius: 980px;
  padding: 3px 9px;
  font-size: var(--wh-text-xs);
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.hc-mm-banner-title {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  line-height: 1.4;
  letter-spacing: -0.3px;
  margin-bottom: 4px;
  word-break: keep-all;
}

.hc-mm-banner-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  line-height: 1.55;
  word-break: keep-all;
}

.hc-mm-banner-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 10px;
  background: #fff;
  color: #191f28;
  border-radius: 10px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.hc-mm-banner-btn svg {
  width: 14px;
  height: 14px;
  fill: #191f28;
}

/* ── 실증특례 vs 허가특례 비교 ── */
.hc-compare {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hc-compare-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.hc-compare-card {
  border-radius: 16px;
  padding: 16px;
  border: 1px solid rgba(0,0,0,0.04);
}

.hc-compare-card.bad {
  background: #f2f4f6;
}

.hc-compare-card.good {
  background: #fff;
  border-color: var(--wh-brand, #681DC7);
  box-shadow: 0 0 0 1px rgba(104, 29, 199,0.15), 0 2px 12px rgba(104, 29, 199,0.08);
}

.hc-compare-tag {
  display: inline-flex;
  border-radius: 980px;
  padding: 3px 9px;
  font-size: var(--wh-text-xs);
  font-weight: 700;
  margin-bottom: 10px;
}

.hc-compare-card.bad .hc-compare-tag {
  background: #e8ecf0;
  color: #6b7684;
}

.hc-compare-card.good .hc-compare-tag {
  background: rgba(104, 29, 199,0.08);
  color: var(--wh-brand, #681DC7);
}

.hc-compare-title {
  font-size: 14px;
  font-weight: 800;
  color: #191f28;
  margin-bottom: 10px;
  letter-spacing: -0.25px;
  line-height: 1.3;
  word-break: keep-all;
}

.hc-compare-card.bad .hc-compare-title {
  color: #6b7684;
}

.hc-compare-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.hc-compare-list li {
  display: flex;
  gap: 7px;
  align-items: flex-start;
  font-size: 12px;
  line-height: 1.55;
  letter-spacing: -0.1px;
  word-break: keep-all;
}

.hc-compare-card.bad .hc-compare-list li {
  color: #8b95a1;
}

.hc-compare-card.good .hc-compare-list li {
  color: #4e5968;
  font-weight: 500;
}

.hc-compare-list li svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-top: 1px;
}

.hc-compare-card.bad .hc-compare-list li svg {
  fill: #b0b8c1;
}

.hc-compare-card.good .hc-compare-list li svg {
  fill: var(--wh-brand, #681DC7);
}

/* ── AI 등록 강조 배지 ── */
.hc-ai-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(104, 29, 199,0.06);
  border: 1px solid rgba(104, 29, 199,0.14);
  border-radius: 14px;
  padding: 14px;
  margin-bottom: 14px;
  word-break: keep-all;
}

.hc-ai-badge-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--wh-brand, #681DC7);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hc-ai-badge-icon svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

.hc-ai-badge-text strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: #191f28;
  margin-bottom: 2px;
  letter-spacing: -0.2px;
}

.hc-ai-badge-text span {
  font-size: 13px;
  color: #4e5968;
  line-height: 1.5;
}

/* ── 하단 여백 ── */
.hc-bottom-pad {
  height: 40px;
}

/* ── Hero 체크리스트 & 버튼 ── */
.hc-hero-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.hc-hero-checklist li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 600;
  color: #191f28;
  letter-spacing: -0.2px;
}

.hc-hero-checklist li svg {
  width: 16px;
  height: 16px;
  fill: var(--wh-brand, #681DC7);
  flex-shrink: 0;
}

.hc-hero-btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background: var(--wh-brand, #681DC7);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.2px;
  padding: 15px 20px;
  border-radius: 14px;
  transition: opacity 0.15s ease;
}

.hc-hero-btn:active {
  opacity: 0.88;
}

/* ── 비교 테이블 ── */
.hc-diff-table-wrap {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.hc-diff-table {
  width: 100%;
  border-collapse: collapse;
}

.hc-diff-table th {
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.2px;
  text-align: left;
}

.hc-diff-table th.bad {
  background: #f2f4f6;
  color: #8b95a1;
  border-right: 1px solid #eaecef;
  width: 50%;
}

.hc-diff-table th.good {
  background: rgba(104, 29, 199, 0.06);
  color: var(--wh-brand, #681DC7);
}

.hc-diff-table td {
  padding: 12px 16px;
  font-size: 13px;
  line-height: 1.55;
  vertical-align: middle;
  border-top: 1px solid #f2f4f6;
  word-break: keep-all;
}

.hc-diff-table td.bad {
  color: #8b95a1;
  border-right: 1px solid #eaecef;
  background: #fafbfc;
}

.hc-diff-table td.good {
  color: #191f28;
  font-weight: 600;
}

/* ── 한 줄 요약 ── */
.hc-one-liner {
  margin-top: 12px;
  background: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.hc-one-liner-label {
  font-size: var(--wh-text-xs);
  font-weight: 700;
  color: #8b95a1;
  margin-bottom: 5px;
  letter-spacing: -0.1px;
}

.hc-one-liner-text {
  font-size: 14px;
  font-weight: 600;
  color: #191f28;
  line-height: 1.6;
  letter-spacing: -0.2px;
  word-break: keep-all;
}

.hc-one-liner-text .em {
  color: var(--wh-brand, #681DC7);
}

/* ── 세로형 특장점 리스트 ── */
.hc-vfeature-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hc-vfeature-item {
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.hc-vfeature-check {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: rgba(104, 29, 199, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.hc-vfeature-check svg {
  width: 14px;
  height: 14px;
  fill: var(--wh-brand, #681DC7);
}

.hc-vfeature-title {
  font-size: 15px;
  font-weight: 700;
  color: #191f28;
  letter-spacing: -0.25px;
  margin-bottom: 3px;
  word-break: keep-all;
}

.hc-vfeature-desc {
  font-size: 13px;
  color: #6b7684;
  line-height: 1.6;
  letter-spacing: -0.1px;
  word-break: keep-all;
}

/* ── 신청 절차 카드 ── */
.hc-proc-header {
  text-align: center;
  margin-bottom: 20px;
}

.hc-proc-badge {
  display: inline-flex;
  align-items: center;
  background: var(--wh-brand, #681DC7);
  color: #fff;
  border-radius: 980px;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.1px;
  margin-bottom: 14px;
}

.hc-proc-title {
  font-size: 22px;
  font-weight: 800;
  color: #191f28;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 6px;
  word-break: keep-all;
}

.hc-proc-sub {
  font-size: 14px;
  color: #6b7684;
  letter-spacing: -0.15px;
  word-break: keep-all;
}

.hc-proc-sub .em {
  color: var(--wh-brand, #681DC7);
  font-weight: 700;
}

.hc-proc-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hc-proc-card {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.hc-proc-card-body {
  flex: 1;
  min-width: 0;
}

.hc-proc-step-label {
  display: inline-flex;
  align-items: center;
  background: rgba(104, 29, 199, 0.08);
  color: var(--wh-brand, #681DC7);
  border-radius: 8px;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}

.hc-proc-card-title {
  font-size: 18px;
  font-weight: 800;
  color: #191f28;
  letter-spacing: -0.4px;
  margin-bottom: 6px;
  word-break: keep-all;
}

.hc-proc-card-desc {
  font-size: 13px;
  color: #6b7684;
  line-height: 1.6;
  letter-spacing: -0.1px;
  word-break: keep-all;
  margin-bottom: 12px;
}

.hc-proc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.hc-proc-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #f2f4f6;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #4e5968;
}

.hc-proc-tag svg {
  width: 12px;
  height: 12px;
  fill: var(--wh-brand, #681DC7);
  flex-shrink: 0;
}

.hc-proc-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hc-proc-card-icon.green  { background: #e8faf0; }
.hc-proc-card-icon.purple { background: rgba(104, 29, 199, 0.08); }
.hc-proc-card-icon.blue   { background: #e8f0fe; }

.hc-proc-card-icon svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.hc-proc-card-icon.green  svg { color: #059669; }
.hc-proc-card-icon.purple svg { color: var(--wh-brand, #681DC7); }
.hc-proc-card-icon.blue   svg { color: #1a73e8; }

/* ── 데스크톱 ── */
@media (min-width: 768px) {
  .hc-hero {
    padding-top: 24px;
  }

  .hc-hero-title {
    font-size: 34px;
  }

  .hc-section-title {
    font-size: 26px;
  }

  .hc-section,
  .hc-hero {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hc-cta {
    margin-left: 24px;
    margin-right: 24px;
  }

  .hc-cta-btns {
    flex-direction: row;
  }

  .hc-cta-btn {
    flex: 1;
  }
}

/* ── 타 특례증 빠른 승격 배너 ── */
.hc-convert-banner {
  background: #191f28;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.hc-convert-banner-label {
  display: inline-flex;
  background: var(--wh-brand, #681DC7);
  color: #fff;
  border-radius: 980px;
  padding: 4px 10px;
  font-size: var(--wh-text-xs);
  font-weight: 700;
  margin-bottom: 10px;
}

.hc-convert-banner-title {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  line-height: 1.35;
  letter-spacing: -0.4px;
  margin-bottom: 8px;
  word-break: keep-all;
}

.hc-convert-banner-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
  word-break: keep-all;
  margin-bottom: 16px;
}

.hc-convert-banner-desc strong {
  color: #fff;
  font-weight: 700;
}

.hc-convert-banner-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #fff;
  color: #191f28;
  border-radius: 12px;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.hc-convert-banner-btn:active {
  opacity: 0.9;
}

.hc-inline-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--wh-brand, #681DC7);
}

/* ── 이벤트 카운트다운 고정 바 ── */
.hc-bottom-pad-countdown {
  height: 72px;
  min-height: 72px;
}

.hc-countdown-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: var(--max-width-in-mobile-only-mode, 720px);
  z-index: 500;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid var(--bottom-naverbar-border-side-color, rgba(0, 0, 0, 0.06));
  border-right: 1px solid var(--bottom-naverbar-border-side-color, rgba(0, 0, 0, 0.06));
  box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.07);
  padding-bottom: env(safe-area-inset-bottom);
  box-sizing: border-box;
}

@media (min-width: 1024px) {
  html.sp-force-desktop-ui .hc-countdown-bar {
    max-width: var(--sp-dt-wide-w, min(1120px, calc(100vw - 80px)));
    border-radius: 16px 16px 0 0;
    border-bottom: none;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.06);
  }
}

.hc-countdown-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px 12px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  min-height: 56px;
}

.hc-countdown-left {
  flex: 1;
  min-width: 0;
}

.hc-countdown-label {
  display: block;
  font-size: var(--wh-text-xs);
  font-weight: 700;
  color: #8b95a1;
  letter-spacing: -0.1px;
  margin-bottom: 2px;
}

.hc-countdown-timer {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 0;
  line-height: 1.2;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.hc-countdown-timer::-webkit-scrollbar {
  display: none;
}

.hc-cd-block {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  white-space: nowrap;
}

.hc-cd-block strong {
  font-size: 22px;
  font-weight: 800;
  color: var(--wh-brand, #681DC7);
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
  display: inline-block;
  min-width: 2ch;
  text-align: right;
}

.hc-cd-block .hc-cd-lbl {
  font-size: 13px;
  font-weight: 600;
  color: #4e5968;
}

.hc-cd-block-sm strong {
  font-size: 18px;
  min-width: 2ch;
}

.hc-cd-ms,
.hc-cd-ms-dot {
  font-size: 22px;
  font-weight: 800;
  color: var(--wh-brand, #681DC7);
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}

.hc-cd-ms {
  display: inline-block;
  min-width: 2ch;
  text-align: left;
}

.hc-cd-ms-dot {
  margin: 0 -1px;
}

.hc-cd-dot {
  font-size: 14px;
  font-weight: 700;
  color: #d1d5db;
  margin: 0 6px;
  line-height: 1;
}

.hc-countdown-cta {
  flex-shrink: 0;
  background: var(--wh-brand, #681DC7);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 11px 16px;
  border-radius: 12px;
  white-space: nowrap;
  line-height: 1.2;
  min-width: 88px;
  text-align: center;
  box-sizing: border-box;
}

.hc-countdown-cta:active {
  opacity: 0.88;
}

.hc-btn-sparkle {
  position: relative;
  overflow: hidden;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.hc-btn-sparkle::after,
.hc-btn-sparkle::before {
  display: none;
}

.hc-countdown-cta.hc-btn-sparkle,
.hc-cta-btn.primary.hc-btn-sparkle {
  box-shadow: 0 2px 8px rgba(104, 29, 199, 0.2);
}

.hc-convert-banner-btn.hc-btn-sparkle,
.hc-countdown-cta.hc-btn-sparkle,
.hc-cta-btn.hc-btn-sparkle {
  transform: translateZ(0);
}

.hc-convert-banner-btn.hc-btn-sparkle {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  border: none;
}

@media (hover: hover) {
  .hc-convert-banner-btn.hc-btn-sparkle:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  }

  .hc-countdown-cta.hc-btn-sparkle:hover,
  .hc-cta-btn.primary.hc-btn-sparkle:hover {
    box-shadow: 0 4px 14px rgba(104, 29, 199, 0.28);
  }
}

.hc-convert-banner-btn.hc-btn-sparkle:active,
.hc-countdown-cta.hc-btn-sparkle:active,
.hc-cta-btn.hc-btn-sparkle:active {
  transform: scale(0.98);
  opacity: 0.92;
}

@media (prefers-reduced-motion: reduce) {
  .hc-btn-sparkle {
    transition: none;
  }
}

@media (max-width: 360px) {
  .hc-countdown-inner {
    padding: 10px 12px 12px;
    gap: 8px;
  }

  .hc-cd-block strong {
    font-size: 19px;
  }

  .hc-cd-block .hc-cd-lbl {
    font-size: 12px;
  }

  .hc-countdown-cta {
    font-size: 13px;
    padding: 10px 12px;
  }
}

/* ── 신청 페이지 ── */
.hc-apply-shell {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.hc-apply-hero {
  padding: 8px 0 16px;
}

.hc-apply-hero-badge {
  display: inline-flex;
  background: rgba(104, 29, 199, 0.08);
  color: var(--wh-brand, #681DC7);
  border-radius: 980px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
}

.hc-apply-hero-title {
  font-size: 24px;
  font-weight: 800;
  color: #191f28;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin: 0 0 10px;
  word-break: keep-all;
}

.hc-apply-hero-desc {
  font-size: 14px;
  color: #4e5968;
  line-height: 1.65;
  margin: 0;
  word-break: keep-all;
}

.hc-apply-form {
  padding: 0 0 24px;
}

.hc-apply-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 16px;
  padding: 0 4px;
}

.hc-apply-step-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: #8b95a1;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.hc-apply-step-dot.is-active {
  color: #fff;
  background: var(--wh-brand, #681DC7);
  border-color: var(--wh-brand, #681DC7);
}

.hc-apply-step-line {
  flex: 1;
  max-width: 72px;
  height: 2px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}

.hc-step-lead {
  margin: 0 0 16px;
  font-size: 14px;
  color: #4e5968;
  line-height: 1.65;
  word-break: keep-all;
}

.hc-file-wrap-large .hc-file-label-large {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 148px;
  padding: 24px 16px;
  text-align: center;
}

.hc-file-label-sub {
  font-size: 12px;
  font-weight: 600;
  color: #8b95a1;
}

.hc-cert-preview {
  margin-top: 12px;
  padding: 12px;
  border-radius: 14px;
  background: #f2f4f6;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.hc-cert-preview img {
  display: block;
  max-width: 100%;
  max-height: 220px;
  margin: 0 auto 8px;
  border-radius: 10px;
}

.hc-cert-preview-name {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #4e5968;
  word-break: break-all;
}

.hc-ai-fill-banner {
  margin-bottom: 12px;
  padding: 16px;
  border-radius: 16px;
  background: #f5f0ff;
  border: 1px solid rgba(104, 29, 199, 0.14);
}

.hc-ai-fill-title {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 800;
  color: #191f28;
}

.hc-ai-fill-desc {
  margin: 0 0 10px;
  font-size: 13px;
  color: #4e5968;
  line-height: 1.55;
}

.hc-ai-fill-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hc-ai-fill-list li {
  font-size: 13px;
  font-weight: 600;
  color: var(--wh-brand, #681DC7);
}

.hc-attached-cert {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f2f4f6;
}

.hc-attached-cert-label {
  font-size: 12px;
  font-weight: 700;
  color: #8b95a1;
}

.hc-attached-cert-name {
  flex: 1;
  font-size: 13px;
  font-weight: 600;
  color: #191f28;
  word-break: break-all;
}

.hc-attached-cert-change {
  margin-left: auto;
  padding: 6px 10px;
  border: none;
  border-radius: 8px;
  background: #fff;
  color: var(--wh-brand, #681DC7);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.hc-form-section {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 12px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.hc-form-section.hc-tile {
  margin-bottom: 12px;
  padding: 18px 16px;
  background: #fff;
  border: var(--hc-border);
  border-radius: var(--hc-radius-md);
  box-shadow: var(--hc-shadow-ambient), var(--hc-shadow-press);
}

.hc-form-section-title {
  font-size: 16px;
  font-weight: 800;
  color: #191f28;
  margin-bottom: 16px;
  letter-spacing: -0.3px;
}

.hc-form-section-title .req,
.hc-field-label .req {
  color: #dc2626;
  font-style: normal;
}

.hc-field {
  display: block;
  margin-bottom: 14px;
}

.hc-field:last-child {
  margin-bottom: 0;
}

.hc-field-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #4e5968;
  margin-bottom: 6px;
}

.hc-input,
.hc-textarea,
.hc-select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 15px;
  font-family: inherit;
  color: #191f28;
  background: #fff;
  letter-spacing: -0.2px;
}

.hc-input:focus,
.hc-textarea:focus,
.hc-select:focus {
  outline: none;
  border-color: var(--wh-brand, #681DC7);
  box-shadow: 0 0 0 3px rgba(104, 29, 199, 0.1);
}

.hc-textarea {
  resize: vertical;
  min-height: 72px;
}

.hc-field-hint {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #8b95a1;
  line-height: 1.5;
}

.hc-doc-guide {
  margin-bottom: 16px;
}

.hc-doc-guide-lead {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.55;
  color: #4e5968;
  word-break: keep-all;
}

.hc-doc-guide-lead strong {
  color: #191f28;
  font-weight: 700;
}

.hc-doc-guide-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hc-doc-guide-item {
  border: var(--hc-border, 1px solid rgba(0, 0, 0, 0.05));
  border-radius: var(--hc-radius-sm, 14px);
  padding: 12px 14px;
  background: #fff;
}

.hc-doc-guide-ok {
  background: rgba(104, 29, 199, 0.04);
  border-color: rgba(104, 29, 199, 0.16);
}

.hc-doc-guide-no {
  background: #fef9ef;
  border-color: rgba(180, 120, 0, 0.18);
}

.hc-doc-guide-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 6px;
  padding: 3px 8px;
  border-radius: 980px;
  font-size: var(--wh-text-xs);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hc-doc-guide-ok .hc-doc-guide-badge {
  background: var(--wh-brand, #681DC7);
  color: #fff;
}

.hc-doc-guide-no .hc-doc-guide-badge {
  background: rgba(180, 120, 0, 0.14);
  color: #8a5a00;
}

.hc-doc-guide-title {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 800;
  color: #191f28;
  letter-spacing: -0.02em;
}

.hc-doc-guide-desc {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
  color: #4e5968;
  word-break: keep-all;
}

.hc-doc-guide-desc a {
  color: var(--wh-brand, #681DC7);
  font-weight: 700;
}

.hc-doc-guide-desc a:hover,
.hc-doc-guide-desc a:focus,
.hc-doc-guide-desc a:active {
  text-decoration: none !important;
}

.hc-file-wrap {
  position: relative;
}

.hc-file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}

.hc-file-label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  border: 1px dashed #d1d5db;
  border-radius: 12px;
  background: #f9fafb;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #4e5968;
}

.hc-file-label.has-file {
  border-color: var(--wh-brand, #681DC7);
  background: rgba(104, 29, 199, 0.04);
  color: #191f28;
}

.hc-file-label svg {
  width: 22px;
  height: 22px;
  fill: var(--wh-brand, #681DC7);
  flex-shrink: 0;
}

.hc-terms-box {
  background: #f9fafb;
  border: 1px solid #eaecef;
  border-radius: 14px;
  padding: 14px;
}

.hc-terms-intro {
  font-size: 13px;
  color: #4e5968;
  line-height: 1.65;
  margin: 0 0 14px;
  word-break: keep-all;
}

.hc-terms-intro strong {
  color: #191f28;
  font-weight: 700;
}

.hc-check-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  color: #4e5968;
  line-height: 1.55;
  word-break: keep-all;
}

.hc-check-row:last-child {
  margin-bottom: 0;
}

.hc-check-row input {
  margin-top: 3px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  accent-color: var(--wh-brand, #681DC7);
}

.hc-check-row a {
  color: var(--wh-brand, #681DC7);
  font-weight: 700;
}

.hc-form-actions {
  padding: 8px 0 0;
}

.hc-form-note {
  margin-top: 12px;
  font-size: 12px;
  color: #8b95a1;
  text-align: center;
  line-height: 1.55;
}

.hc-apply-success {
  padding: 120px 20px 40px;
  text-align: center;
}

.hc-success-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #e8faf0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.hc-success-icon svg {
  width: 28px;
  height: 28px;
  fill: #059669;
}

.hc-success-title {
  font-size: 20px;
  font-weight: 800;
  color: #191f28;
  margin-bottom: 10px;
}

.hc-success-desc {
  font-size: 14px;
  color: #4e5968;
  line-height: 1.65;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .hc-apply-hero,
  .hc-apply-form {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ══════════════════════════════════════════
   Flat 3D surface system (Toss v2)
   ══════════════════════════════════════════ */
#content.hc-page {
  --hc-radius-sm: 14px;
  --hc-radius-md: 18px;
  --hc-radius-lg: 22px;
  --hc-shadow-ambient: 0 1px 2px rgba(25, 31, 40, 0.04);
  --hc-shadow-lift: 0 8px 24px rgba(25, 31, 40, 0.06);
  --hc-shadow-press: 0 2px 6px rgba(25, 31, 40, 0.05);
  --hc-border: 1px solid rgba(0, 0, 0, 0.05);
  --hc-border-strong: 1px solid rgba(0, 0, 0, 0.08);
}

.hc-surface {
  background: #fff;
  border: var(--hc-border);
  border-radius: var(--hc-radius-lg);
  box-shadow: var(--hc-shadow-ambient), var(--hc-shadow-lift);
}

.hc-surface-hero {
  padding: 22px 20px 20px;
  margin-bottom: 14px;
}

.hc-surface-dark {
  background: #191f28;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: var(--hc-shadow-ambient), 0 12px 32px rgba(25, 31, 40, 0.18);
  color: #fff;
}

.hc-surface-cta {
  border-color: rgba(104, 29, 199, 0.12);
  box-shadow: var(--hc-shadow-ambient), 0 10px 28px rgba(104, 29, 199, 0.08);
}

.hc-tile {
  background: #fff;
  border: var(--hc-border);
  border-radius: var(--hc-radius-md);
  box-shadow: var(--hc-shadow-ambient), var(--hc-shadow-press);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.hc-tile:active {
  transform: translateY(1px);
  box-shadow: var(--hc-shadow-ambient);
}

.hc-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hc-kpi.hc-tile {
  padding: 16px 10px;
  text-align: center;
}

.hc-kpi-row:not(:has(.hc-kpi-lbl)) .hc-kpi.hc-tile {
  padding: 14px 10px 12px;
}

.hc-kpi-row:not(:has(.hc-kpi-lbl)) .hc-kpi-val {
  margin: 0;
}

.hc-step.hc-tile,
.hc-vfeature-item.hc-tile {
  padding: 16px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.hc-compare.hc-surface {
  padding: 12px;
}

.hc-convert-banner.hc-surface-dark {
  padding: 20px;
  border-radius: var(--hc-radius-lg);
}

.hc-convert-banner.hc-surface-dark .hc-convert-banner-label {
  background: var(--wh-brand, #681DC7);
  color: #fff;
}

.hc-convert-banner.hc-surface-dark .hc-convert-banner-title {
  color: #fff;
}

.hc-convert-banner.hc-surface-dark .hc-convert-banner-desc {
  color: rgba(255, 255, 255, 0.72);
}

.hc-convert-banner.hc-surface-dark .hc-convert-banner-btn {
  background: #fff;
  color: #191f28;
}

.hc-convert-banner.hc-surface-dark .hc-convert-banner-btn:not(.hc-btn-sparkle) {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.hc-cta.hc-surface {
  margin-left: 20px;
  margin-right: 20px;
  padding: 24px 20px;
}

.hc-one-liner {
  margin-top: 12px;
  background: #fff;
  border: var(--hc-border);
  border-radius: var(--hc-radius-md);
  padding: 14px 16px;
  box-shadow: var(--hc-shadow-ambient), var(--hc-shadow-press);
}

.hc-faq-list {
  border-radius: var(--hc-radius-lg);
  box-shadow: var(--hc-shadow-ambient), var(--hc-shadow-lift);
}

.hc-compare-card.good {
  box-shadow: var(--hc-shadow-ambient), 0 6px 18px rgba(104, 29, 199, 0.1);
}

.hc-cta-btn.primary {
  box-shadow: 0 6px 16px rgba(104, 29, 199, 0.22);
}

.hc-cta-btn.primary:active {
  transform: translateY(1px);
  box-shadow: 0 3px 10px rgba(104, 29, 199, 0.18);
}

.hc-apply-hero .hc-surface-hero {
  margin: 0;
  padding: 22px 18px 20px;
}

.hc-addr-row {
  display: flex;
  gap: 8px;
  align-items: stretch;
}

.hc-addr-row .hc-input {
  flex: 1;
  min-width: 0;
}

.hc-input-addr {
  cursor: pointer;
  background: #fff;
}

.hc-input-addr:focus {
  border-color: var(--wh-brand, #681DC7);
}

.hc-addr-search-btn {
  flex-shrink: 0;
  padding: 0 14px;
  min-height: 46px;
  border: none;
  border-radius: 12px;
  background: var(--wh-brand, #681DC7);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  letter-spacing: -0.2px;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(104, 29, 199, 0.18);
}

.hc-addr-search-btn:active {
  opacity: 0.88;
}

.hc-addr-detail {
  margin-top: 10px;
}

.hc-addr-detail[hidden] {
  display: none !important;
}

.hc-info-card {
  background: #f9fafb;
  border: var(--hc-border);
  border-radius: var(--hc-radius-sm);
  padding: 14px 16px;
  margin-bottom: 14px;
  font-size: 13px;
  color: #4e5968;
  line-height: 1.6;
  word-break: keep-all;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.hc-info-card strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: #191f28;
  margin-bottom: 4px;
}

.hc-info-card-notice {
  background: #fef9ef;
  border-color: rgba(180, 120, 0, 0.18);
}

.hc-info-card-notice > strong:first-child {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: #191f28;
  margin-bottom: 6px;
}

.hc-info-card-notice .hc-info-card-body {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #4e5968;
  word-break: keep-all;
}

.hc-info-card-notice strong {
  display: inline;
  font-weight: 700;
  color: #191f28;
  margin-bottom: 0;
}

.hc-optional {
  display: inline-block;
  font-size: var(--wh-text-xs);
  font-weight: 700;
  color: #8b95a1;
  background: #f2f4f6;
  border-radius: 6px;
  padding: 2px 6px;
  margin-left: 4px;
  vertical-align: middle;
}

.hc-check-card {
  background: #f9fafb;
  border: var(--hc-border);
  border-radius: var(--hc-radius-sm);
  padding: 12px 14px;
  margin-bottom: 14px;
}

.hc-check-card:has(input:checked) {
  border-color: rgba(104, 29, 199, 0.35);
  background: rgba(104, 29, 199, 0.04);
}

.hc-input,
.hc-textarea,
.hc-select {
  border-radius: var(--hc-radius-sm);
  box-shadow: inset 0 1px 2px rgba(25, 31, 40, 0.04);
}

.hc-file-label {
  border-radius: var(--hc-radius-sm);
  box-shadow: var(--hc-shadow-ambient);
}

.hc-terms-box {
  border-radius: var(--hc-radius-md);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.hc-file-label svg {
  display: none;
}

.hc-apply-success .hc-success-icon {
  display: none;
}

.hc-apply-success .hc-success-title {
  margin-top: 0;
}

@media (min-width: 768px) {
  .hc-surface-hero {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .hc-kpi-row {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}

/* ── 숙소 선택 (apply + wh-cert 공통) ── */
.hc-prop-picker {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.hc-prop-picker-desc {
  font-size: 13px;
  color: #4e5968;
  line-height: 1.55;
  margin: 0 0 4px;
  word-break: keep-all;
}

.hc-prop-option,
.property-option {
  display: block;
  background: #fff;
  border: var(--hc-border);
  border-radius: var(--hc-radius-sm);
  padding: 14px 16px;
  cursor: pointer;
  box-shadow: var(--hc-shadow-ambient), var(--hc-shadow-press);
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}

.hc-prop-option:last-child,
.property-option:last-child {
  margin-bottom: 0;
}

.hc-prop-option:hover,
.property-option:hover:not(.blocked) {
  border-color: rgba(104, 29, 199, 0.35);
}

.hc-prop-option.is-selected,
.hc-prop-option.selected,
.property-option.selected {
  border-color: rgba(104, 29, 199, 0.35);
  box-shadow: var(--hc-shadow-ambient), 0 0 0 3px rgba(104, 29, 199, 0.1), var(--hc-shadow-press);
  background: rgba(104, 29, 199, 0.03);
  transform: translateY(-1px);
}

.hc-prop-option input[type="radio"],
.property-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.hc-prop-option-body {
  display: block;
}

.hc-prop-option-title,
.property-option .property-title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #191f28;
  line-height: 1.35;
  letter-spacing: -0.2px;
}

.hc-prop-option-addr,
.property-option .property-address {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: #8b95a1;
  line-height: 1.45;
  word-break: keep-all;
}

.property-option.blocked {
  opacity: 0.55;
  cursor: not-allowed;
  background: #f8f9fa;
}

.property-select {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}

/* ── wh-cert A/B 페이지 (host-cert와 통일) ── */
#content.hc-page-cert {
  font-family: var(--wh-ff, 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif);
  -webkit-font-smoothing: antialiased;
  background: #f2f4f6 !important;
  padding: 0 !important;
  padding-top: calc(56px + env(safe-area-inset-top, 0px) + 20px) !important;
  padding-bottom: calc(var(--bottom-naverbar-height, 66px) + env(safe-area-inset-bottom, 48px)) !important;
  min-height: 100vh;
  box-sizing: border-box;
}

#content.page.hc-page-cert.cert-status,
#content.page.hc-page-cert.cert-request {
  padding: 0 !important;
  padding-top: calc(56px + env(safe-area-inset-top, 0px) + 20px) !important;
  padding-bottom: calc(var(--bottom-naverbar-height, 66px) + env(safe-area-inset-bottom, 48px)) !important;
  background: #f2f4f6 !important;
  min-height: 100vh;
}

#content.hc-page-cert a,
#content.hc-page-cert a:hover,
#content.hc-page-cert a:focus,
#content.hc-page-cert a:active {
  text-decoration: none !important;
}

.hc-cert-shell {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 4px 16px 32px;
  box-sizing: border-box;
}

#content.hc-page-cert.cert-status,
#content.hc-page-cert.cert-request {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#content.hc-page-cert .status-card,
#content.hc-page-cert .check-items,
#content.hc-page-cert .request-card,
#content.hc-page-cert .no-request,
#content.hc-page-cert .cert-property-picker,
#content.hc-page-cert .cert-prereq-alert,
#content.hc-page-cert .info-section,
#content.hc-page-cert .preparation-section,
#content.hc-page-cert .wcf-note-tile {
  border-radius: var(--hc-radius-lg);
  border: var(--hc-border);
  box-shadow: var(--hc-shadow-ambient), var(--hc-shadow-press);
  margin-bottom: 12px;
  background: #fff;
}

#content.hc-page-cert .no-request > .material-symbols-outlined:first-child,
#content.hc-page-cert #certStatusIcon,
#content.hc-page-cert .status-header .status-icon,
#content.hc-page-cert .cert-prereq-alert strong .material-symbols-outlined,
#content.hc-page-cert .wcf-inline-notice .material-symbols-outlined,
#content.hc-page-cert .benefit-icon {
  display: none !important;
}

#content.hc-page-cert .status-header {
  gap: 0;
  margin-bottom: 14px;
}

#content.hc-page-cert .no-request {
  padding: 20px 18px 18px;
}

#content.hc-page-cert .no-request h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

#content.hc-page-cert .benefit-item {
  padding: 12px 14px;
  background: #f2f4f6;
  border-radius: var(--hc-radius-sm);
  border-bottom: none;
  margin-bottom: 8px;
}

#content.hc-page-cert .benefit-item:last-child {
  margin-bottom: 0;
}

#content.hc-page-cert .preparation-section {
  overflow: hidden;
  padding: 0;
}

#content.hc-page-cert .preparation-header {
  padding: 16px 18px;
  background: #fff;
}

#content.hc-page-cert .preparation-content {
  padding: 0 18px 12px;
}

#content.hc-page-cert .preparation-item {
  padding: 14px 0;
}

#content.hc-page-cert .wcf-note-tile {
  padding: 14px 16px;
  font-size: 14px;
  color: #4e5968;
  line-height: 1.55;
  word-break: keep-all;
}

#content.hc-page-cert .wcf-note-tile strong,
#content.hc-page-cert .wcf-note-tile-title {
  display: block;
  color: #191f28;
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 6px;
}

#content.hc-page-cert .cert-property-option {
  align-items: flex-start;
  padding: 12px;
  border-radius: var(--hc-radius-sm);
  border: var(--hc-border);
  background: #fff;
  box-shadow: var(--hc-shadow-ambient);
}

#content.hc-page-cert .cert-property-option.is-selected {
  background: rgba(104, 29, 199, 0.04);
  border-color: rgba(104, 29, 199, 0.28);
  box-shadow: var(--hc-shadow-ambient), 0 0 0 3px rgba(104, 29, 199, 0.08), var(--hc-shadow-press);
  transform: translateY(-1px);
}

#content.hc-page-cert .request-card h3,
#content.hc-page-cert .check-items h3,
#content.hc-page-cert .cert-property-picker h4 {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.3px;
}

#content.hc-page-cert .cert-prereq-alert {
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.04) !important;
  padding: 18px 16px !important;
  border-radius: 20px !important;
}

#content.hc-page-cert .cert-prereq-alert strong {
  color: #191f28;
}

#content.hc-page-cert .cert-prereq-alert strong .material-symbols-outlined {
  display: none !important;
}

#content.hc-page-cert .cert-property-option-dot {
  margin-top: 6px;
  flex-shrink: 0;
}

#content.hc-page-cert .cert-property-thumb {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  flex-shrink: 0;
  margin-top: 2px;
}

#content.hc-page-cert .cert-property-picker {
  padding: 18px 16px;
  background: #fff;
}

/* 제출 서류 — 섹션 래퍼만, 체크리스트·업로드는 개별 타일 */
#content.hc-page-cert .check-items.mandatory-files {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  margin-bottom: 4px;
}

#content.hc-page-cert .check-items.mandatory-files > h3 {
  font-size: 18px;
  font-weight: 800;
  color: #191f28;
  letter-spacing: -0.4px;
  margin: 0 0 12px;
  padding: 0 2px;
}

#content.hc-page-cert .check-items.mandatory-files .wcf-note-tile {
  margin-bottom: 12px;
}

#content.hc-page-cert .wcf-doc-body {
  margin: 0;
  font-size: 14px;
  color: #4e5968;
  line-height: 1.55;
  word-break: keep-all;
}

#content.hc-page-cert .wcf-doc-body strong {
  color: #191f28;
  font-weight: 700;
}

#content.hc-page-cert .wcf-doc-note {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #8b95a1;
}

#content.hc-page-cert .check-items.mandatory-files .check-item {
  display: block;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 18px 16px;
  margin-bottom: 10px;
  box-shadow: var(--hc-shadow-ambient), var(--hc-shadow-press);
}

#content.hc-page-cert .check-items.mandatory-files .check-item:last-child {
  margin-bottom: 0;
}

#content.hc-page-cert .check-items.mandatory-files .check-item h4 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 800;
  color: #191f28;
  letter-spacing: -0.35px;
  line-height: 1.35;
  word-break: keep-all;
}

#content.hc-page-cert .check-items.mandatory-files .check-item p {
  margin: 0 0 14px;
  font-size: 14px;
  color: #4e5968;
  line-height: 1.55;
  letter-spacing: -0.15px;
  word-break: keep-all;
}

#content.hc-page-cert .check-items.mandatory-files .upload-icon {
  display: none !important;
}

#content.hc-page-cert .check-items.mandatory-files .file-upload {
  border: 1.5px dashed rgba(0, 0, 0, 0.14);
  border-radius: 14px;
  padding: 18px 16px;
  cursor: pointer;
  transition: border-color 0.15s, background-color 0.15s, box-shadow 0.15s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #f2f4f6;
  text-align: center;
  min-height: 100px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

#content.hc-page-cert .check-items.mandatory-files .file-upload:hover,
#content.hc-page-cert .check-items.mandatory-files .file-upload:active {
  border-color: rgba(104, 29, 199, 0.45);
  background: #fff;
  box-shadow: var(--hc-shadow-ambient), 0 0 0 3px rgba(104, 29, 199, 0.08);
}

#content.hc-page-cert .check-items.mandatory-files .file-upload input[type="file"] {
  display: none;
}

#content.hc-page-cert .check-items.mandatory-files .upload-text {
  font-size: 14px;
  font-weight: 600;
  color: #4e5968;
  letter-spacing: -0.2px;
  line-height: 1.5;
}

#content.hc-page-cert .check-items.mandatory-files .upload-text small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #8b95a1;
}

#content.hc-page-cert .check-items.mandatory-files .file-upload.required-missing {
  border-color: rgba(255, 59, 48, 0.5);
  background: rgba(255, 59, 48, 0.04);
}

#content.hc-page-cert .check-items.mandatory-files .file-upload.upload-success {
  border-color: rgba(52, 199, 89, 0.45);
  background: rgba(52, 199, 89, 0.06);
}

@media (min-width: 1024px) {
  html.sp-force-desktop-ui #content.hc-page-cert {
    max-width: var(--sp-dt-wide-w, min(1120px, calc(100vw - 80px))) !important;
    padding-top: calc(56px + env(safe-area-inset-top, 0px) + 16px) !important;
    padding-bottom: calc(var(--bottom-naverbar-height, 66px) + env(safe-area-inset-bottom, 56px)) !important;
    background: transparent !important;
  }

  html.sp-force-desktop-ui body:has(#content.hc-page-cert) .wh-page-nav-wrap {
    max-width: var(--sp-dt-wide-w, min(1120px, calc(100vw - 80px)));
  }

  html.sp-force-desktop-ui .hc-cert-shell {
    max-width: 720px;
  }

  html.sp-force-desktop-ui #content.hc-page-cert.cert-status {
    max-width: 720px !important;
  }
}

/* ── Minimal intro (/host-cert) ── */
#content.hc-page-minimal .hc-section {
  padding-top: 24px;
}

#content.hc-page-minimal .hc-section-title {
  margin-bottom: 14px;
}

#content.hc-page-minimal .hc-surface-hero {
  margin-bottom: 0;
}

#content.hc-page-minimal .hc-hero-sub {
  margin-bottom: 18px;
}

#content.hc-page-minimal .hc-hero-btn {
  margin-top: 4px;
}

.hc-route-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hc-route-card {
  display: block;
  background: #fff;
  border: var(--hc-border, 1px solid rgba(0, 0, 0, 0.05));
  border-radius: var(--hc-radius-md, 18px);
  padding: 16px 18px;
  box-shadow: var(--hc-shadow-ambient, 0 1px 2px rgba(25, 31, 40, 0.04)), var(--hc-shadow-press, 0 2px 6px rgba(25, 31, 40, 0.05));
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.hc-route-card:active {
  transform: translateY(1px);
}

.hc-route-card.primary {
  border-color: rgba(104, 29, 199, 0.2);
  background: rgba(104, 29, 199, 0.03);
  box-shadow: var(--hc-shadow-ambient), 0 0 0 1px rgba(104, 29, 199, 0.08), var(--hc-shadow-press);
}

.hc-route-title {
  display: block;
  font-size: 16px;
  font-weight: 800;
  color: #191f28;
  letter-spacing: -0.3px;
  margin-bottom: 4px;
}

.hc-route-desc {
  display: block;
  font-size: 13px;
  color: #6b7684;
  line-height: 1.5;
  word-break: keep-all;
}

.hc-route-note {
  margin: 14px 0 0;
  font-size: 12px;
  color: #8b95a1;
  line-height: 1.55;
  word-break: keep-all;
}

#content.hc-page-minimal .hc-faq-q {
  gap: 0;
  padding: 15px 16px;
}

#content.hc-page-minimal .hc-faq-a-inner {
  padding: 0 16px 15px;
}

#content.hc-page-minimal .hc-divider {
  height: 4px;
}

#content.hc-page-minimal .hc-bottom-pad-countdown {
  height: 72px;
}

/* ── v3 landing (/host-cert) ── */
#content.hc-page-v3 {
  padding-bottom: calc(12px + env(safe-area-inset-bottom)) !important;
}

.hc-v3-hero {
  padding: 16px 20px 0;
}

.hc-v3-hero-card {
  padding: 24px 20px 20px;
  border-radius: var(--hc-radius-lg, 22px);
}

.hc-v3-hero-title {
  font-size: 26px;
  font-weight: 800;
  color: #191f28;
  line-height: 1.28;
  letter-spacing: -0.65px;
  margin: 0 0 10px;
  word-break: keep-all;
}

.hc-v3-hero-title .em {
  color: var(--wh-brand, #681DC7);
}

.hc-v3-hero-lead {
  font-size: 15px;
  color: #4e5968;
  line-height: 1.65;
  letter-spacing: -0.2px;
  margin: 0 0 18px;
  word-break: keep-all;
}

.hc-stat-row {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.hc-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 64px;
  padding: 12px 6px;
  background: #f2f4f6;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  text-align: center;
}

.hc-stat-val {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: var(--wh-brand, #681DC7);
  letter-spacing: -0.35px;
  line-height: 1.2;
  word-break: keep-all;
}

.hc-stat-lbl {
  display: block;
  font-size: var(--wh-text-xs);
  font-weight: 600;
  color: #8b95a1;
  letter-spacing: -0.1px;
  line-height: 1.3;
  word-break: keep-all;
}

.hc-v3-hero-cta {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background: var(--wh-brand, #681DC7);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.2px;
  padding: 15px 20px;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(104, 29, 199, 0.22);
}

.hc-v3-hero-cta:active {
  opacity: 0.92;
  transform: translateY(1px);
}

.hc-v3-section {
  padding: 24px 20px 0;
}

.hc-v3-section-title {
  font-size: 20px;
  font-weight: 800;
  color: #191f28;
  letter-spacing: -0.45px;
  line-height: 1.3;
  margin: 0 0 14px;
  word-break: keep-all;
}

.hc-v3-benefit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.hc-v3-benefit {
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 132px;
}

.hc-v3-benefit-icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hc-v3-benefit-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.hc-v3-benefit-icon.is-green  { background: #e8faf0; color: #059669; }
.hc-v3-benefit-icon.is-purple { background: rgba(104, 29, 199, 0.08); color: var(--wh-brand, #681DC7); }
.hc-v3-benefit-icon.is-blue   { background: #e8f0fe; color: #1a73e8; }
.hc-v3-benefit-icon.is-orange { background: #fff4e6; color: #d97706; }

.hc-v3-benefit-title {
  font-size: 14px;
  font-weight: 800;
  color: #191f28;
  letter-spacing: -0.25px;
  line-height: 1.35;
  word-break: keep-all;
}

.hc-v3-benefit-desc {
  font-size: 12px;
  color: #6b7684;
  line-height: 1.55;
  letter-spacing: -0.1px;
  word-break: keep-all;
}

.hc-route-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  margin-bottom: 8px;
  flex-shrink: 0;
}

.hc-route-icon svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.hc-route-icon.is-purple { background: rgba(104, 29, 199, 0.08); color: var(--wh-brand, #681DC7); }

.hc-route-card:focus-visible {
  outline: 2px solid var(--wh-brand-soft, rgba(104, 29, 199, 0.35));
  outline-offset: 2px;
  border-radius: 10px;
}

.hc-route-note a {
  color: var(--wh-brand, #681DC7);
  font-weight: 700;
}

.hc-route-note a:hover,
.hc-route-note a:focus-visible {
  color: var(--wh-brand-hover, #5416A3);
}

.hc-v3-section-faq .hc-faq-q {
  gap: 0;
}

.hc-v3-section-faq .hc-faq-a-inner {
  padding: 0 16px 16px;
}

.hc-v3-cta {
  padding: 24px 20px;
  border-radius: var(--hc-radius-lg, 22px);
}

.hc-v3-cta-title {
  font-size: 20px;
  font-weight: 800;
  color: #191f28;
  line-height: 1.32;
  letter-spacing: -0.4px;
  margin: 0 0 12px;
  word-break: keep-all;
}

.hc-v3-cta-title .em {
  color: var(--wh-brand, #681DC7);
}

.hc-v3-section-cta {
  padding-bottom: 0;
  margin-bottom: 0;
  scroll-margin-bottom: calc(72px + env(safe-area-inset-bottom));
}

@media (min-width: 768px) {
  .hc-v3-hero,
  .hc-v3-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hc-v3-hero-title {
    font-size: 32px;
  }

  .hc-stat-val {
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  .hc-stat-val {
    font-size: 14px;
  }

  .hc-stat-lbl {
    font-size: var(--wh-text-xs);
  }

  .hc-v3-benefit-grid {
    grid-template-columns: 1fr;
  }
}

/* ── 호스트 되기 3+선택 허브 (/host-cert) ── */
#content.hc-page-choose {
  max-width: min(1120px, 100%);
  margin: 0 auto;
  padding: 72px 16px 48px;
  box-sizing: border-box;
}

.hc-choose-hero {
  padding: 8px 0 28px;
}

.hc-choose-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
  color: var(--wh-brand, #681DC7);
  letter-spacing: -0.2px;
}

.hc-choose-eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--wh-brand, #681DC7);
}

.hc-choose-title {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -0.6px;
  color: var(--wh-tx, #191f28);
  word-break: keep-all;
}

.hc-choose-lead {
  margin: 0;
  max-width: 560px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--wh-tx2, #4e5968);
  word-break: keep-all;
}

.hc-choose-section {
  padding: 28px 0 8px;
}

.hc-choose-section-label {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 700;
  color: var(--wh-tx3, #8b95a1);
  letter-spacing: -0.1px;
}

.hc-choose-section-title {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 800;
  color: var(--wh-tx, #191f28);
  letter-spacing: -0.4px;
}

.hc-choose-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hc-choose-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 20px 18px 16px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: var(--wh-radius-md, 20px);
  box-shadow: var(--wh-shadow-card, 0 1px 4px rgba(0, 0, 0, 0.06));
  text-decoration: none !important;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}

.hc-choose-card.is-primary {
  border-color: rgba(104, 29, 199, 0.22);
  background: rgba(104, 29, 199, 0.03);
}

.hc-choose-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(104, 29, 199, 0.1);
  color: var(--wh-brand, #681DC7);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -0.1px;
}

.hc-choose-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 4px;
  border-radius: 12px;
  background: rgba(104, 29, 199, 0.1);
  color: var(--wh-brand, #681DC7);
}

.hc-choose-icon.is-muted {
  background: rgba(78, 89, 104, 0.08);
  color: var(--wh-tx2, #4e5968);
}

.hc-choose-icon .material-symbols-rounded {
  font-size: 22px;
}

.hc-choose-card-hint {
  font-size: 12px;
  font-weight: 700;
  color: var(--wh-tx3, #8b95a1);
}

.hc-choose-card-title {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.3px;
  color: var(--wh-tx, #191f28);
  word-break: keep-all;
}

.hc-choose-card-desc {
  font-size: 13px;
  line-height: 1.55;
  color: var(--wh-tx2, #4e5968);
  word-break: keep-all;
  margin-bottom: 4px;
}

.hc-choose-card-cta {
  margin-top: auto;
  padding-top: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--wh-brand, #681DC7);
}

.hc-choose-route-note {
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--wh-tx3, #8b95a1);
  word-break: keep-all;
}

.hc-choose-route-note a {
  color: var(--wh-brand, #681DC7);
  font-weight: 700;
  text-decoration: none;
}

.hc-choose-route-note a:hover,
.hc-choose-route-note a:focus-visible {
  color: var(--wh-brand-hover, #5416A3);
}

/* apply 상단 허브 맥락 */
.hc-apply-hub-context {
  margin: 0 0 16px;
  padding: 16px 18px;
  border-radius: 16px;
  background: #f3e8ff;
  border: 1px solid rgba(104, 29, 199, 0.18);
  box-sizing: border-box;
}

.hc-apply-hub-context p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #4e5968;
  word-break: keep-all;
}

.hc-apply-hub-context a {
  color: #681DC7;
  font-weight: 800;
  text-decoration: none;
}

.hc-apply-hub-context a:hover,
.hc-apply-hub-context a:focus-visible {
  color: #5416A3;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .hc-choose-title {
    font-size: 36px;
  }

  .hc-choose-grid-special {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
  }

  .hc-choose-grid-biz {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .hc-choose-card {
    height: 100%;
    min-height: 200px;
    padding: 24px;
  }

  .hc-choose-card:hover {
    border-color: rgba(104, 29, 199, 0.28);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  }
}

@media (min-width: 1024px) {
  .hc-choose-grid-biz {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hc-choose-card-biz {
    min-height: 180px;
  }
}
