:root {
  --surface-page: #fbfafb;
  --surface-card: #ffffff;
  --surface-warm: #f5f2ef;
  --surface-lavender: #f1eaf6;
  --surface-blush: #f8e9ee;
  --primary: #76528b;
  --primary-hover: #5d3f70;
  --primary-vivid: #855ca0;
  --secondary: #8c7697;
  --ink-strong: #2d2931;
  --ink: #343038;
  --muted: #69636d;
  --line: #e4dfe5;
  --shadow: 0 20px 60px rgba(61, 47, 68, .11);

  /* 기존 컴포넌트의 역할별 토큰 연결 */
  --cream: var(--surface-page);
  --cream-deep: var(--surface-warm);
  --paper: var(--surface-card);
  --coral: var(--surface-lavender);
  --orange: var(--primary-vivid);
  --orange-dark: var(--primary);
  --terracotta: var(--secondary);
  --cocoa: var(--ink-strong);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 17px; }
body {
  margin: 0;
  padding-bottom: 72px;
  color: var(--ink);
  background: var(--cream);
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  word-break: keep-all;
}
button, input { font: inherit; }
a { color: inherit; }
.wh-shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.wh-section { padding: clamp(72px, 8vw, 112px) 0; }
.wh-kicker {
  margin: 0 0 16px;
  color: var(--orange-dark);
  font-size: .83rem;
  font-weight: 850;
  letter-spacing: .13em;
}
.wh-heading { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.wh-heading h2,
.wh-waiver-only h2,
.wh-form-copy h2 {
  margin: 0;
  color: var(--cocoa);
  font-size: clamp(2rem, 4.2vw, 3.15rem);
  font-weight: 850;
  line-height: 1.16;
  letter-spacing: -.045em;
}
.wh-heading h2 em { color: var(--orange-dark); font-style: normal; }
.wh-heading > p:last-child,
.wh-section-copy {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

/* Hero */
.wh-hero {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #f5eff8;
}
.wh-hero-media { position: absolute; inset: 0; }
.wh-hero-media picture,
.wh-hero-media img { display: block; width: 100%; height: 100%; }
.wh-hero-media img { object-fit: cover; object-position: center center; }
.wh-hero-wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(250,247,251,.99) 0%, rgba(250,247,251,.95) 35%, rgba(250,247,251,.28) 62%, rgba(250,247,251,0) 78%);
}
.wh-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, .55fr);
  gap: clamp(40px, 8vw, 100px);
  align-items: end;
  padding: 92px 0 148px;
}
.wh-hero-copy { max-width: 620px; }
.wh-product-name {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: -.01em;
}
.wh-hero h1 {
  margin: 0;
  color: var(--cocoa);
  font-size: clamp(3rem, 6.2vw, 5.5rem);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: -.065em;
}
.wh-search-title { display: block; margin-bottom: 12px; color: var(--primary); font-size: 1rem; font-weight: 850; line-height: 1.3; letter-spacing: -.02em; }
.wh-hero h1 em { color: var(--orange-dark); font-style: normal; }
.wh-lead { max-width: 560px; margin: 28px 0 0; color: #5d5662; font-size: clamp(1.04rem, 1.8vw, 1.25rem); line-height: 1.75; font-weight: 600; }
.wh-hero-package {
  display: inline-flex;
  margin: 28px 0 0;
  padding: 13px 20px;
  border: 1px solid rgba(118, 82, 139, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: var(--primary);
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(69, 57, 76, .1);
}
.wh-hero-note { max-width: 530px; margin: 18px 0 0; color: var(--muted); font-size: .84rem; line-height: 1.6; }
.wh-price-card {
  align-self: end;
  margin-bottom: -72px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
.wh-price-card p { margin: 0 0 10px; color: var(--terracotta); font-size: .9rem; font-weight: 800; }
.wh-price-card strong { display: block; color: var(--cocoa); font-size: clamp(2.1rem, 4vw, 3rem); letter-spacing: -.04em; }
.wh-price-split { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }
.wh-price-split > b { display: block; margin-bottom: 10px; color: var(--muted); font-size: .74rem; font-weight: 800; letter-spacing: .04em; }
.wh-price-split > div { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 5px 0; }
.wh-price-split span { display: block; margin: 0; color: #5d5662; font-size: .86rem; font-weight: 700; }
.wh-price-split i { color: var(--cocoa); font-size: 1rem; font-weight: 850; font-style: normal; white-space: nowrap; }
.wh-price-split .is-women span, .wh-price-split .is-women i { color: var(--primary); }
.wh-price-card > span { display: block; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); color: #5d5662; font-size: .9rem; font-weight: 700; line-height: 1.6; }
.wh-price-card small { display: block; margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: .75rem; }

/* Persona + care cost */
.wh-insight { background: var(--surface-warm); }
.wh-insight-grid { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: 18px; }
.wh-persona-profile { display: flex; flex-direction: column; justify-content: center; min-height: 330px; padding: 42px 38px; border-radius: 18px; color: #fff; background: linear-gradient(145deg, #76568a, #9477a1); }
.wh-persona-profile > span { margin-bottom: 24px; font-size: .82rem; font-weight: 850; letter-spacing: .08em; opacity: .75; }
.wh-persona-profile strong { font-size: clamp(1.45rem, 2.5vw, 2rem); line-height: 1.5; letter-spacing: -.03em; }
.wh-persona-profile p { margin: 22px 0 0; color: rgba(255,255,255,.72); font-size: .86rem; }
.wh-health-rate-head h2 { margin: 0; color: var(--cocoa); font-size: clamp(2rem, 4vw, 3.1rem); line-height: 1.17; letter-spacing: -.045em; }
.wh-cost-card { padding: 30px 34px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 12px 36px rgba(61,47,68,.06); }
.wh-cost-card > p { margin: 0; color: var(--muted); font-size: .88rem; font-weight: 750; }
.wh-cost-card > strong { display: block; margin-top: 4px; color: var(--cocoa); font-size: clamp(2rem, 4vw, 2.75rem); letter-spacing: -.04em; }
.wh-cost-visual { margin-top: 18px; padding-top: 13px; border-top: 1px solid var(--line); }
.wh-cost-visual > div { display: grid; grid-template-columns: 62px 155px minmax(0, 1fr); gap: 18px; align-items: center; padding: 13px 0; }
.wh-cost-visual span { color: var(--cocoa); font-weight: 850; }
.wh-cost-visual strong { color: #564e5a; font-size: 1.05rem; text-align: right; white-space: nowrap; }
.wh-cost-visual i { display: block; width: var(--cost-width); height: 22px; background: #bba5c8; border-radius: 3px; }
.wh-cost-visual .wh-cost-peak strong { color: var(--orange-dark); font-size: 1.2rem; }
.wh-cost-visual .wh-cost-peak i { background: var(--orange); }
/* 사적 간병비 부담 추이 (밝은 배경 카드 내부) */
.wh-cost-trend { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); }
.wh-cost-trend > b { display: block; margin-bottom: 12px; color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .02em; }
.wh-cost-trend > div { display: flex; align-items: center; gap: 10px; }
.wh-cost-trend span { flex: 1; text-align: center; color: var(--muted); font-size: .76rem; font-weight: 750; }
.wh-cost-trend em { display: block; margin-top: 4px; color: #564e5a; font-size: 1.05rem; font-weight: 850; font-style: normal; white-space: nowrap; }
.wh-cost-trend .is-last em { color: var(--orange-dark); font-size: 1.2rem; }
.wh-cost-trend i { flex: 0 0 14px; height: 1px; background: #cfc4d6; }

/* 간병 도우미료 상승률 (보라 배경 섹션 내부) */
.wh-rate-trend { margin-top: 16px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 14px; background: #faf8fb; }
.wh-rate-trend > b { display: block; margin-bottom: 12px; color: var(--primary); font-size: .8rem; font-weight: 850; }
.wh-rate-trend > div { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.wh-rate-trend span { color: var(--muted); font-size: .74rem; font-weight: 750; text-align: center; }
.wh-rate-trend em { display: block; margin-top: 4px; color: #564e5a; font-size: 1.15rem; font-weight: 850; font-style: normal; }
.wh-rate-trend .is-last em { color: var(--orange-dark); }
.wh-rate-trend small { display: block; margin-top: 12px; color: var(--muted); font-size: .72rem; }

.wh-source { margin: 22px 0 0; color: var(--muted); font-size: .84rem; line-height: 1.65; }
.wh-source a { color: var(--orange-dark); font-weight: 800; }

/* Care first */
.wh-care-focus { color: #fff; background: #76528b; }
.wh-heading-light h2 { color: #fff; }
.wh-heading-light .wh-kicker { color: #eadff0; }
.wh-heading-light > p:last-child { color: rgba(255,255,255,.78); }
.wh-support-flow { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.wh-support-flow article { min-height: 190px; padding: 25px 24px; border: 1px solid rgba(255,255,255,.23); border-radius: 14px; background: rgba(255,255,255,.08); }
.wh-support-flow b { display: block; color: #eadff0; font-size: .78rem; letter-spacing: .12em; }
.wh-support-flow strong { display: block; margin-top: 24px; color: #fff; font-size: 1.25rem; }
.wh-support-flow p { margin: 12px 0 0; color: rgba(255,255,255,.76); font-size: .88rem; line-height: 1.65; }
.wh-support-limit { margin-top: 18px; padding: 30px 32px 24px; border-radius: 16px; color: var(--ink); background: #fff; box-shadow: 0 16px 42px rgba(45,31,52,.16); }
.wh-support-limit-head { display: flex; justify-content: space-between; gap: 30px; align-items: end; }
.wh-support-limit-head span { color: var(--primary); font-size: .79rem; font-weight: 850; }
.wh-support-limit-head strong { display: block; margin-top: 5px; color: var(--cocoa); font-size: 1.35rem; }
.wh-support-limit-head p { max-width: 340px; margin: 0; color: var(--muted); font-size: .79rem; line-height: 1.55; text-align: right; }
.wh-support-limit-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin-top: 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.wh-support-limit-grid > div { padding: 18px 14px; border-right: 1px solid var(--line); text-align: center; }
.wh-support-limit-grid > div:last-child { border-right: 0; }
.wh-support-limit-grid span { display: block; color: var(--muted); font-size: .75rem; }
.wh-support-limit-grid strong { display: block; margin-top: 5px; color: var(--cocoa); font-size: 1.05rem; white-space: nowrap; }
.wh-support-limit-grid .is-last { background: var(--surface-lavender); }
.wh-support-limit-grid .is-last strong { color: var(--primary); }
.wh-support-limit-note { margin: 18px 0 0; color: var(--muted); font-size: .8rem; line-height: 1.65; }
.wh-care-limit { margin: 22px auto 0; max-width: 860px; color: rgba(255,255,255,.72); font-size: .86rem; line-height: 1.65; text-align: center; }

/* Conversion summary */
.wh-value-summary { padding: 34px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.wh-value-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.wh-value-grid article { padding: 20px 18px; border: 1px solid var(--line); border-radius: 14px; background: #faf8fb; text-align: center; }
.wh-value-grid span { display: block; color: var(--muted); font-size: .78rem; font-weight: 800; }
.wh-value-grid strong { display: block; margin-top: 5px; color: var(--primary); font-size: 1.65rem; letter-spacing: -.03em; }
.wh-value-grid small { display: block; margin-top: 5px; color: #675f6b; font-size: .74rem; line-height: 1.4; }
.wh-value-wide { grid-column: span 2; border-color: var(--primary); background: var(--surface-lavender); }
.wh-value-inner { display: block; margin-top: 8px; color: #584465; font-size: .82rem; font-weight: 750; line-height: 1.5; }
.wh-value-inner em { color: var(--primary); font-style: normal; font-weight: 900; }
.wh-value-summary > .wh-shell > p { margin: 16px auto 0; max-width: 900px; color: var(--muted); font-size: .78rem; line-height: 1.55; text-align: center; }

/* What it is */
.wh-what { background: var(--cream); }
.wh-what-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; max-width: 960px; margin: 0 auto; }
.wh-what-card { padding: 32px 30px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: 0 14px 38px rgba(69,57,76,.06); }
.wh-what-card b { display: inline-block; margin-bottom: 16px; padding: 5px 12px; border-radius: 999px; background: var(--surface-lavender); color: var(--primary); font-size: .74rem; font-weight: 850; letter-spacing: .06em; }
.wh-what-card h3 { margin: 0 0 14px; color: var(--cocoa); font-size: 1.4rem; line-height: 1.35; letter-spacing: -.03em; }
.wh-what-card > p { margin: 0; color: var(--muted); font-size: .93rem; line-height: 1.75; }
.wh-what-card ul { margin: 18px 0 0; padding: 16px 0 0; border-top: 1px solid var(--line); list-style: none; }
.wh-what-card li { position: relative; padding: 6px 0 6px 16px; color: #58515d; font-size: .88rem; font-weight: 750; line-height: 1.6; }
.wh-what-card li::before { position: absolute; left: 0; top: 6px; color: var(--orange); content: "·"; font-weight: 900; }
.wh-what-foot { max-width: 960px; margin: 26px auto 0; color: var(--muted); font-size: .84rem; line-height: 1.7; text-align: center; }

/* Gate cards */
.wh-intro { background: var(--paper); }
.wh-persona-women { display: block; max-width: 1000px; margin: 0 auto 22px; padding: 30px 34px; border-radius: 18px; color: #fff; background: linear-gradient(145deg, #76568a, #9477a1); text-align: center; }
.wh-persona-women > span { display: block; margin-bottom: 14px; font-size: .78rem; font-weight: 850; letter-spacing: .08em; opacity: .72; }
.wh-persona-women strong { display: block; font-size: clamp(1.2rem, 2.3vw, 1.7rem); line-height: 1.5; letter-spacing: -.03em; }
.wh-persona-women p { margin: 16px 0 0; color: rgba(255,255,255,.72); font-size: .85rem; }
.wh-gate-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; max-width: 1000px; margin: 0 auto; }
.wh-gate-card {
  padding: 28px 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--cream);
  transition: transform .2s ease, box-shadow .2s ease;
}
.wh-gate-card:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(69, 57, 76, .09); }
.wh-gate-card span { display: inline-block; margin-bottom: 14px; padding: 5px 11px; border-radius: 999px; background: var(--surface-blush); color: #96486a; font-size: .72rem; font-weight: 850; }
.wh-gate-card h3 { margin: 0; color: var(--cocoa); font-size: 1.08rem; line-height: 1.45; letter-spacing: -.02em; }
.wh-gate-card p { margin: 10px 0 0; color: var(--muted); font-size: .88rem; line-height: 1.7; }
.wh-gate-foot { max-width: 1000px; margin: 28px auto 0; color: var(--muted); font-size: .82rem; line-height: 1.7; text-align: center; }

/* Payment period */
.wh-coral { background: var(--coral); }
.wh-pay-lanes { display: grid; gap: 18px; max-width: 900px; margin: 0 auto; }
.wh-pay-lane { padding: 26px 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.wh-pay-main { border: 2px solid var(--primary); box-shadow: var(--shadow); }
.wh-pay-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 20px; }
.wh-pay-head strong { color: var(--cocoa); font-size: 1.15rem; letter-spacing: -.02em; }
.wh-pay-main .wh-pay-head strong { color: var(--primary); }
.wh-pay-head span { color: var(--muted); font-size: .92rem; font-weight: 800; }
.wh-pay-track { display: grid; grid-template-columns: 1fr 2fr; gap: 6px; margin-bottom: 14px; }
.wh-pay-lane:not(.wh-pay-main) .wh-pay-track { grid-template-columns: 1fr; }
.wh-pay-track > div { padding: 14px 16px; border-radius: 10px; }
.wh-track-pay { background: var(--primary); color: #fff; }
.wh-track-free { background: var(--surface-lavender); color: var(--primary); }
.wh-track-keep { background: #ece5f0; color: #6c5c78; }
.wh-pay-track b { display: block; font-size: .94rem; font-weight: 850; }
.wh-pay-track em { display: block; margin-top: 4px; font-size: .76rem; font-weight: 700; font-style: normal; opacity: .88; }
.wh-pay-lane > p { margin: 0; color: var(--muted); font-size: .87rem; line-height: 1.7; }
.wh-pay-highlight { max-width: 900px; margin: 34px auto 0; padding: 22px 26px; border-radius: 16px; background: var(--cocoa); color: #fff; text-align: center; }
.wh-pay-highlight strong { display: block; font-size: clamp(1.05rem, 2.2vw, 1.24rem); letter-spacing: -.03em; line-height: 1.5; }
.wh-pay-highlight span { display: block; margin-top: 10px; color: #b8b0bd; font-size: .85rem; line-height: 1.65; }
.wh-plan-list { max-width: 900px; margin: 44px auto 0; border-top: 2px solid var(--cocoa); }
.wh-plan-list > div { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 20px; padding: 22px 4px; border-bottom: 1px solid rgba(49,45,56,.22); }
.wh-plan-list dt { color: var(--terracotta); font-size: .9rem; font-weight: 850; }
.wh-plan-list dd { margin: 0; color: var(--cocoa); font-weight: 750; line-height: 1.55; }
.wh-renewal-reference { max-width: 900px; margin: 22px auto 0; padding-top: 18px; border-top: 1px solid rgba(49,45,56,.2); color: #6c6371; font-size: .79rem; line-height: 1.65; }

/* Coverage */
.wh-coverage-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.wh-coverage-panel { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); box-shadow: 0 14px 38px rgba(69,57,76,.06); }
.wh-coverage-panel.wh-wide { grid-column: 1 / -1; }
.wh-coverage-panel header { display: flex; justify-content: space-between; gap: 14px; padding: 22px 24px; color: #fff; background: var(--cocoa); }
.wh-coverage-panel header span { font-size: 1.1rem; font-weight: 850; }
.wh-coverage-panel header b { color: #eadff0; font-size: .84rem; white-space: nowrap; }
.wh-coverage-panel ul { margin: 0; padding: 12px 24px 20px; list-style: none; }
.wh-coverage-panel li { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); align-items: center; }
.wh-coverage-panel li:last-child { border-bottom: 0; }
.wh-coverage-panel li span { color: #58515d; font-size: .92rem; line-height: 1.45; }
.wh-coverage-panel li span em { display: block; margin-top: 4px; color: var(--muted); font-size: .78rem; font-style: normal; line-height: 1.45; }
.wh-coverage-panel li strong { color: var(--orange-dark); font-size: .92rem; white-space: nowrap; }
.wh-coverage-more { margin: 4px 0 20px; }
.wh-split-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wh-split-list ul + ul { border-left: 1px solid var(--line); }
.wh-care-main { border-color: #d9cbe1; }
.wh-care-main header { background: var(--primary); }
.wh-care-main li { grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); }
.wh-care-choice { display: flex; align-items: center; justify-content: flex-end; gap: 10px; white-space: nowrap; }
.wh-care-choice strong { padding: 9px 12px; border-radius: 8px; color: var(--primary); background: var(--surface-lavender); font-size: .88rem; }
.wh-care-choice i { color: var(--muted); font-size: .75rem; font-style: normal; font-weight: 800; }
.wh-care-main-note { margin: 0; padding: 0 24px 20px; color: var(--muted); font-size: .82rem; line-height: 1.6; text-align: center; }
.wh-all-coverages { margin-top: 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); overflow: hidden; }
.wh-all-coverages summary { display: flex; justify-content: space-between; padding: 19px 22px; color: var(--cocoa); background: #f7f3f8; font-weight: 850; cursor: pointer; list-style: none; }
.wh-all-coverages summary::-webkit-details-marker { display: none; }
.wh-all-coverages[open] summary span { transform: rotate(45deg); }
.wh-table-wrap { overflow-x: auto; }
.wh-table-wrap table { width: 100%; min-width: 980px; border-collapse: collapse; font-size: .86rem; }
.wh-table-wrap caption { padding: 18px 16px 14px; color: var(--cocoa); background: #fff; font-size: 1rem; font-weight: 850; text-align: left; }
.wh-table-wrap th { padding: 13px 16px; color: #fff; background: #493d50; text-align: left; white-space: nowrap; }
.wh-table-wrap td { padding: 12px 16px; border-bottom: 1px solid var(--line); line-height: 1.5; }
.wh-table-wrap td:nth-child(n+2) { white-space: nowrap; }
.wh-table-total td { color: var(--cocoa); background: #f7f3f8; font-weight: 850; }
.wh-caption { margin: 0; padding: 14px 18px 18px; color: var(--muted); font-size: .84rem; line-height: 1.65; }

/* Waiver */
.wh-dark { color: #fff; background: var(--cocoa); }
.wh-waiver-only { max-width: 900px; }
.wh-waiver-copy { max-width: 820px; }
.wh-dark .wh-kicker { color: #d9c6e3; }
.wh-dark h2 { color: #fff; }
.wh-waiver-copy > p:not(.wh-kicker) { margin: 26px 0 14px; color: rgba(255,255,255,.78); line-height: 1.75; }
.wh-waiver-sub { margin: 26px 0 0; color: #eadff0; font-size: .92rem; font-weight: 850; letter-spacing: -.01em; }
.wh-waiver-reasons { margin: 12px 0 0; padding-left: 22px; color: rgba(255,255,255,.72); font-size: .86rem; line-height: 1.6; }
.wh-waiver-reasons li + li { margin-top: 7px; }
.wh-waiver-copy small { display: block; margin-top: 20px; color: rgba(255,255,255,.55); font-size: .8rem; line-height: 1.6; }

/* Health disclosure chart */
.wh-health-rate { background: var(--surface-blush); }
.wh-health-rate-head { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .7fr); gap: 64px; align-items: end; }
.wh-health-rate-head > p { margin: 0 0 6px; color: #625a66; font-size: 1.02rem; line-height: 1.75; }
.wh-vertical-chart { height: 430px; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; align-items: end; margin-top: 60px; padding: 30px 30px 0; border-bottom: 2px solid var(--cocoa); background: rgba(255,255,255,.62); }
.wh-chart-item { height: 100%; display: grid; grid-template-rows: 32px minmax(0, 1fr) 72px; align-items: end; text-align: center; }
.wh-chart-item > strong { align-self: start; color: var(--cocoa); font-size: .92rem; white-space: nowrap; }
.wh-chart-item > i { display: block; width: 70%; height: var(--bar-size); margin: 0 auto; background: #9b82a8; border-radius: 6px 6px 0 0; }
.wh-chart-item > span { align-self: start; padding-top: 12px; color: var(--cocoa); font-weight: 900; }
.wh-chart-item small { display: block; margin-top: 4px; color: #6a606e; font-size: .68rem; font-weight: 650; line-height: 1.25; }
.wh-chart-best > i { background: var(--orange); }
.wh-chart-best > strong { color: var(--orange-dark); }
.wh-chart-saving { display: inline-block; margin: 22px 0 0; padding: 12px 16px; border-left: 4px solid var(--orange); color: var(--cocoa); background: rgba(255,255,255,.45); font-weight: 850; }
.wh-chart-note { margin: 18px 0 0; color: #685e6c; font-size: .84rem; line-height: 1.65; }

/* Form */
.wh-form-section { background: #f7f3f6; }
.wh-form-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(380px, .65fr); gap: 80px; align-items: center; }
.wh-form-copy > p:not(.wh-kicker) { margin: 22px 0 0; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.wh-form-copy ul { margin: 30px 0 0; padding: 0; list-style: none; }
.wh-form-copy li { position: relative; margin: 13px 0; padding-left: 27px; color: #58515d; font-weight: 700; }
.wh-form-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--orange-dark); font-weight: 900; }
.wh-form-card { padding: 38px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); scroll-margin-top: 20px; }
.wh-form-card h3 { margin: 0; color: var(--cocoa); font-size: 1.5rem; }
.wh-form-card > p { margin: 8px 0 24px; color: var(--muted); font-size: .9rem; }
.wh-form-card form > label:not(.wh-agree label) { display: block; margin: 16px 0 8px; color: #514a56; font-size: .92rem; font-weight: 800; }
.wh-form-card form > label small { margin-left: 4px; color: var(--primary); font-size: .72rem; font-weight: 750; }
.wh-form-card input[type="text"],
.wh-form-card input[type="tel"],
.wh-region-trigger { width: 100%; min-height: 51px; padding: 0 15px; border: 1px solid var(--line); border-radius: 9px; color: var(--ink); background: #fff; outline: none; }
.wh-form-card input:focus,
.wh-region-trigger:focus { border-color: var(--orange-dark); box-shadow: 0 0 0 3px rgba(98,81,112,.13); }
.wh-region { position: relative; }
.wh-region-trigger { display: flex; justify-content: space-between; align-items: center; color: #817984; text-align: left; cursor: pointer; }
.wh-region-trigger.has-value { color: var(--ink); }
.wh-region-trigger i { width: 9px; height: 9px; border-right: 2px solid #756b79; border-bottom: 2px solid #756b79; transform: rotate(45deg) translateY(-2px); }
.wh-region-panel { position: absolute; left: 0; right: 0; z-index: 20; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 7px; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: var(--shadow); }
.wh-region-panel[hidden] { display: none; }
.wh-region-panel button { min-height: 37px; border: 1px solid var(--line); border-radius: 7px; color: #58515d; background: #faf8fa; font-size: .84rem; font-weight: 700; cursor: pointer; }
.wh-region-panel button:hover,
.wh-region-panel button.is-selected { color: #fff; border-color: var(--cocoa); background: var(--cocoa); }
.wh-agree { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 9px; align-items: start; margin-top: 18px; }
.wh-agree input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--orange-dark); }
.wh-agree label { color: #58515d; font-size: .82rem; line-height: 1.5; cursor: pointer; }
.wh-privacy { margin: 11px 0 0; border: 1px solid var(--line); border-radius: 9px; overflow: hidden; }
.wh-privacy summary { padding: 11px 13px; color: #625a67; background: #faf8fa; font-size: .78rem; font-weight: 750; cursor: pointer; }
.wh-privacy div { max-height: 190px; overflow-y: auto; padding: 12px 14px; border-top: 1px solid var(--line); }
.wh-privacy p { margin: 0 0 7px; color: var(--muted); font-size: .75rem; line-height: 1.55; }
.wh-submit { width: 100%; min-height: 56px; margin-top: 17px; border: 0; border-radius: 9px; color: #fff; background: var(--orange-dark); font-weight: 850; cursor: pointer; }
.wh-submit:hover { background: var(--primary-hover); }
.wh-submit:disabled { opacity: .55; cursor: wait; }
.wh-field-error { margin: 6px 2px 0; color: #a23f4b; font-size: .78rem; font-weight: 700; line-height: 1.4; }
.wh-field-error[hidden] { display: none; }
.wh-form-card [aria-invalid="true"] { border-color: #b55260; box-shadow: 0 0 0 3px rgba(181,82,96,.1); }

/* Legal */
/* Fold (공용 접기) */
.wh-fold { margin-top: 14px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.55); }
.wh-fold summary { padding: 11px 15px; color: #625a67; font-size: .8rem; font-weight: 800; cursor: pointer; list-style: none; }
.wh-fold summary::-webkit-details-marker { display: none; }
.wh-fold summary::after { float: right; content: "+"; font-weight: 900; }
.wh-fold[open] summary::after { content: "\2212"; }
.wh-fold > p, .wh-fold > div { margin: 0; padding: 0 15px 14px; color: var(--muted); font-size: .78rem; line-height: 1.65; }
.wh-fold-dark { margin-top: 22px; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.06); }
.wh-fold-dark summary { color: #eadff0; font-size: .86rem; }
.wh-fold-dark > div { padding: 4px 18px 18px; color: rgba(255,255,255,.72); font-size: inherit; }
.wh-fold-dark > div > p { margin: 0; color: rgba(255,255,255,.78); font-size: .92rem; line-height: 1.75; }

.wh-essential { padding: 42px 0; color: #58515d; background: #f1edef; }
.wh-essential-lead { margin: 0 0 10px; font-size: .87rem; line-height: 1.68; }
.wh-essential-fold { background: rgba(255,255,255,.45); }
.wh-essential-fold .wh-essential-body { padding: 0 15px 14px; border-top: 0; }
.wh-essential h2 { margin: 0 0 18px; color: var(--cocoa); font-size: 1.1rem; }
.wh-essential-body { padding-top: 18px; border-top: 1px solid #d2cad5; }
.wh-essential-body p { margin: 0 0 9px; font-size: .87rem; line-height: 1.68; }
.wh-review-number { min-height: 25px; color: var(--cocoa); font-weight: 850; }
.wh-agency-info { line-height: 1.75; }
.wh-footer { padding: 28px 0 88px; color: rgba(255,255,255,.72); background: #342d38; text-align: center; }
.wh-footer p { margin: 4px 0; font-size: .78rem; line-height: 1.5; }
.wh-fixed-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: flex; align-items: center; justify-content: center; min-height: 64px; color: #fff; background: var(--orange-dark); font-weight: 850; text-decoration: none; box-shadow: 0 -10px 30px rgba(69,57,76,.2); transition: transform .2s ease, opacity .2s ease; }
.wh-fixed-cta.is-hidden { transform: translateY(110%); opacity: 0; pointer-events: none; }
.wh-toast { position: fixed; left: 50%; top: 50%; z-index: 200; max-width: min(360px, calc(100vw - 40px)); padding: 18px 24px; border: 1px solid var(--line); border-top: 4px solid var(--orange); border-radius: 12px; color: var(--cocoa); background: #fff; box-shadow: var(--shadow); font-weight: 800; line-height: 1.5; text-align: center; transform: translate(-50%, -45%) scale(.96); opacity: 0; visibility: hidden; transition: .2s ease; }
.wh-toast.is-visible { transform: translate(-50%, -50%) scale(1); opacity: 1; visibility: visible; }

/* Search answer content */
.wh-faq { background: var(--surface-page); }
.wh-faq-list { max-width: 880px; margin: 0 auto; border-top: 1px solid var(--line); }
.wh-faq-list details { border-bottom: 1px solid var(--line); }
.wh-faq-list summary {
  position: relative;
  padding: 24px 50px 24px 4px;
  color: var(--cocoa);
  font-size: 1.05rem;
  font-weight: 850;
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
}
.wh-faq-list summary::-webkit-details-marker { display: none; }
.wh-faq-list summary::after { position: absolute; right: 5px; top: 24px; content: "+"; color: var(--orange-dark); font-size: 1.35rem; line-height: 1; }
.wh-faq-list details[open] summary::after { content: "\2212"; }
.wh-faq-list details p { margin: -4px 0 24px; padding: 0 54px 0 4px; color: var(--muted); line-height: 1.8; }
.wh-content-basis { max-width: 880px; margin: 44px auto 0; padding: 26px 28px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.wh-content-basis h3 { margin: 0 0 12px; color: var(--cocoa); font-size: 1rem; }
.wh-content-basis p { margin: 8px 0; color: var(--muted); font-size: .82rem; line-height: 1.65; }
.wh-content-basis ul { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 14px 0; padding: 0; list-style: none; }
.wh-content-basis li { font-size: .82rem; font-weight: 750; }
.wh-content-basis a { color: var(--primary); text-underline-offset: 3px; }

@media (max-width: 900px) {
  .wh-hero { min-height: 760px; align-items: flex-end; }
  .wh-hero-media img { object-position: 62% center; }
  .wh-hero-wash { background: linear-gradient(180deg, rgba(250,247,251,.15) 0%, rgba(250,247,251,.74) 48%, rgba(250,247,251,.99) 73%); }
  .wh-hero-grid { grid-template-columns: 1fr; gap: 28px; padding-top: 240px; }
  .wh-hero-copy { max-width: 650px; }
  .wh-price-card { max-width: 460px; margin-bottom: 0; }
  .wh-insight-grid,
  .wh-health-rate-head { grid-template-columns: 1fr; gap: 28px; }
  .wh-persona-profile { min-height: 280px; }
  .wh-support-flow { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .wh-gate-grid,
  .wh-what-grid { grid-template-columns: 1fr; }
  .wh-form-grid { grid-template-columns: 1fr; gap: 48px; }
  .wh-value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wh-form-card { max-width: 560px; width: 100%; margin: 0 auto; }
}

@media (max-width: 620px) {
  html { font-size: 16px; }
  body { padding-bottom: 76px; }
  .wh-shell { width: min(100% - 28px, 1120px); }
  .wh-section { padding: 58px 0; }
  .wh-heading { margin-bottom: 34px; text-align: center; }
  .wh-heading h2,
  .wh-waiver-only h2,
  .wh-form-copy h2,
  .wh-health-rate-head h2 { font-size: clamp(1.8rem, 8.8vw, 2.35rem); line-height: 1.2; }
  .wh-hero { min-height: 0; }
  .wh-hero-media { height: min(62vh, 500px); }
  .wh-hero-media img { object-position: 92% center; }
  .wh-hero-wash { background: linear-gradient(180deg, rgba(250,247,251,0) 62%, #faf7fb 100%); height: min(62vh, 500px); }
  .wh-hero-grid { padding: calc(min(62vh, 500px) - 34px) 0 44px; }
  .wh-hero-copy { margin: 0 auto; text-align: center; }
  .wh-hero h1 { font-size: clamp(2.45rem, 11.8vw, 3.4rem); line-height: 1.06; }
  .wh-lead { margin: 20px auto 0; font-size: 1rem; }
  .wh-hero-package { margin-top: 22px; }
  .wh-hero-note { margin-right: auto; margin-left: auto; }
  .wh-price-card { width: 100%; max-width: 460px; margin: 0 auto; padding: 24px; text-align: center; }
  .wh-gate-grid,
  .wh-coverage-grid,
  .wh-split-list { grid-template-columns: 1fr; }
  .wh-persona-profile { min-height: 250px; padding: 34px 24px; text-align: center; }
  .wh-cost-card { padding: 24px 18px; text-align: center; }
  .wh-cost-visual > div { grid-template-columns: 38px 112px minmax(0, 1fr); gap: 8px; }
  .wh-cost-trend > div { gap: 4px; }
  .wh-cost-trend em { font-size: .95rem; }
  .wh-cost-trend .is-last em { font-size: 1.05rem; }
  .wh-rate-trend { padding: 16px 14px; text-align: center; }
  .wh-rate-trend > div { gap: 4px; }
  .wh-rate-trend em { font-size: 1rem; }
  .wh-cost-visual strong { font-size: .9rem; }
  .wh-source { text-align: center; }
  .wh-support-flow { grid-template-columns: 1fr; }
  .wh-support-flow article { min-height: 0; text-align: center; }
  .wh-support-limit { padding: 25px 18px 20px; }
  .wh-support-limit-head { align-items: center; flex-direction: column; gap: 10px; text-align: center; }
  .wh-support-limit-head p { width: 100%; max-width: none; text-align: center; }
  .wh-support-limit-grid { grid-template-columns: 1fr; }
  .wh-support-limit-grid > div { display: flex; justify-content: space-between; align-items: center; padding: 13px 10px; border-right: 0; border-bottom: 1px solid var(--line); text-align: left; }
  .wh-support-limit-grid > div:last-child { border-bottom: 0; }
  .wh-support-limit-grid strong { margin-top: 0; }
  .wh-support-limit-note { text-align: center; }
  .wh-gate-card { padding: 26px 20px; text-align: center; }
  .wh-value-summary { padding: 26px 0; }
  .wh-value-grid { gap: 8px; }
  .wh-value-grid article { min-height: 132px; padding: 17px 10px; }
  .wh-value-grid strong { font-size: 1.42rem; }
  .wh-value-summary > .wh-shell > p { font-size: .73rem; }
  .wh-what-card { padding: 26px 22px; text-align: center; }
  .wh-what-card ul { text-align: left; }
  .wh-pay-lane { padding: 22px 20px; }
  .wh-pay-track { grid-template-columns: 1fr; }
  .wh-pay-highlight { padding: 20px 18px; }
  .wh-value-wide { grid-column: span 2; }
  .wh-coverage-panel.wh-wide { grid-column: auto; }
  .wh-care-main li { grid-template-columns: 1fr; gap: 10px; }
  .wh-care-choice { justify-content: center; flex-wrap: wrap; white-space: normal; }
  .wh-split-list ul + ul { border-left: 0; border-top: 1px solid var(--line); }
  .wh-plan-list > div { grid-template-columns: 96px minmax(0, 1fr); gap: 12px; }
  .wh-waiver-copy > .wh-kicker,
  .wh-waiver-copy > h2,
  .wh-waiver-copy > p:not(.wh-kicker) { text-align: center; }
  .wh-health-rate-head { text-align: center; }
  .wh-health-rate-head > p { max-width: 540px; margin: 0 auto; }
  .wh-vertical-chart {
    height: auto;
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: stretch;
    margin-top: 36px;
    padding: 20px 14px;
    border-bottom: 0;
    border-radius: 14px;
  }
  .wh-chart-item {
    height: auto;
    grid-template-columns: 74px minmax(0, 1fr) 66px;
    grid-template-rows: 52px;
    grid-template-areas: "label bar value";
    gap: 10px;
    align-items: center;
    text-align: left;
  }
  .wh-chart-item > strong { grid-area: value; align-self: center; font-size: .72rem; text-align: right; }
  .wh-chart-item > i { grid-area: bar; width: var(--bar-size); height: 18px; margin: 0; border-radius: 0 6px 6px 0; }
  .wh-chart-item > span { grid-area: label; align-self: center; padding-top: 0; font-size: .88rem; }
  .wh-chart-item small { margin-top: 2px; font-size: .58rem; }
  .wh-chart-saving { display: block; border-left: 0; border-top: 4px solid var(--orange); text-align: center; }
  .wh-chart-note { text-align: center; }
  .wh-form-copy { text-align: center; }
  .wh-form-copy ul { display: inline-block; text-align: left; }
  .wh-form-card { padding: 26px 20px; }
  .wh-region-panel { grid-template-columns: repeat(3, 1fr); }
  .wh-faq-list summary { padding: 20px 40px 20px 2px; font-size: .98rem; }
  .wh-faq-list summary::after { top: 21px; }
  .wh-faq-list details p { margin-bottom: 20px; padding: 0 2px; font-size: .92rem; }
  .wh-content-basis { margin-top: 34px; padding: 22px 20px; }
  .wh-content-basis ul { display: grid; }
  .wh-essential { padding: 34px 0; }
  .wh-fixed-cta { left: 10px; right: 10px; bottom: calc(9px + env(safe-area-inset-bottom)); min-height: 55px; border-radius: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
