:root {
  --care-ink: #14231e;
  --care-muted: #61736c;
  --care-green: #126c5a;
  --care-green-2: #1b8b73;
  --care-soft: #e1f3ec;
  --care-canvas: #f4f7f5;
  --care-card: #ffffff;
  --care-line: #dce7e2;
  --care-warm: #f3b26d;
  --care-warm-soft: #fff0df;
  --care-purple: #6854a3;
  --care-blue: #3576a8;
  --care-shadow: 0 24px 70px rgba(23, 67, 53, .10);
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  color: var(--care-ink);
  background: var(--care-canvas);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--care-canvas); color: var(--care-ink); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.consumer-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 76px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(54, 86, 76, .10);
  background: rgba(244, 247, 245, .88);
  backdrop-filter: blur(18px);
}

.consumer-brand { display: inline-flex; align-items: center; gap: 10px; font-size: 17px; }
.consumer-brand > span {
  width: 37px;
  height: 37px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--care-green);
  font-weight: 850;
}
.consumer-brand strong { letter-spacing: -.03em; }
.consumer-header nav { display: flex; align-items: center; gap: 26px; color: var(--care-muted); font-size: 13px; font-weight: 700; }
.consumer-header nav a:hover { color: var(--care-green); }
.consumer-header .header-cta { padding: 11px 17px; border-radius: 12px; color: #fff; background: var(--care-green); }

.consumer-hero {
  width: min(1180px, calc(100% - 48px));
  min-height: 680px;
  margin: 0 auto;
  padding: 92px 0 78px;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(430px, .97fr);
  align-items: center;
  gap: 70px;
}
.consumer-eyebrow { margin: 0 0 14px; color: var(--care-green-2); font-size: 11px; font-weight: 850; letter-spacing: .17em; }
.hero-copy h1 { max-width: 670px; margin: 0; font-size: clamp(43px, 5.2vw, 68px); line-height: 1.08; letter-spacing: -.065em; }
.hero-copy h1 em { color: var(--care-green); font-style: normal; }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: var(--care-muted); font-size: 17px; line-height: 1.78; word-break: keep-all; }
.hero-actions { margin-top: 34px; display: flex; gap: 10px; }
.consumer-button {
  min-height: 50px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 800;
  transition: transform .16s, box-shadow .16s;
}
.consumer-button:hover { transform: translateY(-2px); }
.consumer-button:disabled { opacity: .55; cursor: wait; transform: none; }
.consumer-button.primary { color: #fff; background: var(--care-green); box-shadow: 0 12px 28px rgba(18, 108, 90, .18); }
.consumer-button.ghost { color: var(--care-green); border-color: #cfe3dc; background: #fff; }
.consumer-button.secondary { color: var(--care-green); border-color: #cfe3dc; background: var(--care-soft); }
.trust-list { margin: 26px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 18px; color: var(--care-muted); font-size: 12px; list-style: none; }
.trust-list li::before { content: "✓"; margin-right: 6px; color: var(--care-green); font-weight: 850; }

.hero-visual { position: relative; min-height: 520px; }
.dog-orbit {
  position: absolute;
  inset: 57px 39px 45px 65px;
  border: 1px dashed rgba(18, 108, 90, .28);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225, 243, 236, .82) 0 34%, transparent 35%);
}
.dog-mark {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 126px;
  height: 126px;
  transform: translate(-50%, -50%);
  border-radius: 42% 48% 46% 52%;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, var(--care-green), var(--care-green-2));
  box-shadow: 0 25px 55px rgba(18, 108, 90, .22);
  text-align: center;
  font-size: 22px;
  font-weight: 850;
  line-height: 1.1;
}
.mode-card {
  position: absolute;
  width: 185px;
  min-height: 124px;
  padding: 18px;
  border: 1px solid var(--care-line);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--care-shadow);
}
.mode-card small { color: #9aaca5; font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.mode-card strong { margin-top: 15px; font-size: 20px; letter-spacing: -.04em; }
.mode-card span { margin-top: 5px; color: var(--care-muted); font-size: 11px; }
.mode-card.self { left: 0; top: 22px; }
.mode-card.assisted { right: 0; top: 182px; border-color: #e9ceb1; }
.mode-card.full { left: 35px; bottom: 6px; border-color: #d9d2ed; }
.mode-card.mobile { right: 15px; bottom: -2px; border-color: #cbddeb; }
.mode-card.assisted strong { color: #ad632f; }
.mode-card.full strong { color: var(--care-purple); }
.mode-card.mobile strong { color: var(--care-blue); }

.mode-section, .assessment-section, .results-section, .safety-section {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}
.mode-section { padding: 96px 0; }
.section-heading { max-width: 680px; }
.section-heading h2, .assessment-intro h2, .venue-heading h2, .safety-section h2 { margin: 0; font-size: clamp(32px, 4vw, 49px); line-height: 1.13; letter-spacing: -.055em; }
.section-heading > p:last-child, .assessment-intro > p, .safety-section > div > p:last-child { margin: 19px 0 0; color: var(--care-muted); font-size: 15px; line-height: 1.7; }
.mode-overview { margin-top: 40px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.overview-card { min-height: 285px; padding: 26px; border: 1px solid var(--care-line); border-radius: 27px; background: #fff; box-shadow: 0 10px 38px rgba(22, 61, 49, .045); }
.overview-card .mode-number { color: #9aa9a4; font-size: 11px; font-weight: 850; letter-spacing: .15em; }
.overview-card h3 { margin: 32px 0 10px; font-size: 26px; letter-spacing: -.045em; }
.overview-card > p { min-height: 52px; margin: 0; color: var(--care-muted); font-size: 13px; line-height: 1.6; }
.overview-card ul { margin: 23px 0 0; padding: 19px 0 0; border-top: 1px solid var(--care-line); display: grid; gap: 9px; list-style: none; color: var(--care-muted); font-size: 12px; }
.overview-card li::before { content: "·"; margin-right: 7px; color: var(--care-green); font-weight: 900; }
.overview-card[data-mode="ASSISTED"] { border-color: #ead1b8; }
.overview-card[data-mode="FULL_SERVICE"] { border-color: #ddd6ee; }
.overview-card[data-mode="MOBILE_BATH"] { border-color: #cbddeb; }
.overview-card[data-mode="MOBILE_BATH"] h3 { color: var(--care-blue); }

.assessment-section {
  padding: 74px;
  border-radius: 36px;
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(480px, 1.25fr);
  align-items: start;
  gap: 70px;
  color: #fff;
  background: linear-gradient(145deg, #123b32, #0c5748);
  box-shadow: 0 35px 85px rgba(12, 70, 57, .18);
}
.assessment-intro { position: sticky; top: 110px; }
.assessment-intro .consumer-eyebrow { color: #77d4ba; }
.assessment-intro h2 { font-size: clamp(34px, 4vw, 48px); }
.assessment-intro > p { color: #c2dcd4; }
.assessment-note { margin-top: 32px; padding: 17px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 16px; background: rgba(255, 255, 255, .07); display: grid; gap: 6px; }
.assessment-note strong { color: #8de2ca; font-size: 12px; }
.assessment-note span { color: #d0e4de; font-size: 11px; line-height: 1.55; }
.assessment-form { padding: 27px; border-radius: 27px; color: var(--care-ink); background: #fff; box-shadow: 0 20px 60px rgba(0, 0, 0, .13); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-grid .wide { grid-column: 1 / -1; }
.assessment-form label, .check-options legend { color: #53675f; font-size: 11px; font-weight: 800; }
.assessment-form input, .assessment-form select, .assessment-form textarea {
  width: 100%;
  min-height: 48px;
  margin-top: 7px;
  padding: 0 13px;
  border: 1px solid var(--care-line);
  border-radius: 12px;
  outline: none;
  color: var(--care-ink);
  background: #fbfdfc;
  font-size: 13px;
}
.assessment-form input:focus, .assessment-form select:focus, .assessment-form textarea:focus { border-color: #77baa7; box-shadow: 0 0 0 4px rgba(119, 186, 167, .12); }
.check-options { margin: 18px 0 0; padding: 16px; border: 1px solid var(--care-line); border-radius: 15px; display: grid; gap: 12px; }
.check-options legend { padding: 0 5px; }
.check-options label { display: flex; align-items: center; gap: 9px; color: var(--care-ink); font-size: 12px; font-weight: 650; }
.check-options input { width: 18px; min-height: 18px; margin: 0; accent-color: var(--care-green); }
.notes-label, .area-label { margin-top: 16px; display: block; }
.mobile-fields { margin-top: 16px; padding: 17px; border: 1px solid #cbddeb; border-radius: 16px; background: #f4f9fc; }
.mobile-fields[hidden] { display: none; }
.mobile-fields > strong { color: var(--care-blue); font-size: 13px; }
.mobile-fields > p { margin: 7px 0 15px; color: var(--care-muted); font-size: 10px; line-height: 1.55; }
.assessment-form textarea { min-height: 82px; padding: 12px 13px; resize: vertical; }
.wide-button { width: 100%; margin-top: 20px; border: 0; }
.form-status { min-height: 18px; margin: 12px 0 0; color: var(--care-muted); text-align: center; font-size: 11px; }
.form-status.error { color: #ad3e3e; }

.results-section { padding: 96px 0 56px; }
.recommendation-card { padding: 38px; border: 1px solid #cfe4dc; border-radius: 30px; display: grid; grid-template-columns: 1fr minmax(260px, .65fr); gap: 36px; background: #fff; box-shadow: var(--care-shadow); }
.recommendation-badges { display: flex; gap: 8px; }
.result-pill { width: max-content; padding: 7px 10px; border-radius: 999px; color: var(--care-green); background: var(--care-soft); font-size: 10px; font-weight: 850; }
.result-pill.warning { color: #9a5d24; background: var(--care-warm-soft); }
.recommendation-card h2 { margin: 18px 0 10px; font-size: clamp(28px, 3.5vw, 43px); letter-spacing: -.055em; }
.recommendation-card .summary { margin: 0; color: var(--care-muted); font-size: 14px; line-height: 1.65; }
.reason-list { margin: 0; padding: 22px; border-radius: 19px; display: grid; align-content: start; gap: 11px; color: var(--care-muted); background: #f4f8f6; font-size: 12px; line-height: 1.5; list-style: none; }
.reason-list li::before { content: "✓"; margin-right: 8px; color: var(--care-green); font-weight: 850; }
.result-disclaimer { grid-column: 1 / -1; margin: 0; padding-top: 16px; border-top: 1px solid var(--care-line); color: #8c9a95; font-size: 10px; }
.venue-heading { margin: 54px 0 20px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.venue-heading h2 { font-size: clamp(29px, 4vw, 43px); }
.venue-heading > span { color: var(--care-muted); font-size: 12px; font-weight: 750; }
.venue-results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.web-venue-card { min-height: 310px; border: 1px solid var(--care-line); border-radius: 25px; overflow: hidden; display: flex; flex-direction: column; background: #fff; box-shadow: 0 12px 40px rgba(24, 63, 51, .055); }
.venue-cover { min-height: 103px; padding: 18px; display: flex; align-items: start; justify-content: space-between; background: linear-gradient(135deg, #dff1eb, #f4ebdb); }
.venue-cover .result-pill { background: rgba(255, 255, 255, .82); }
.venue-rating { color: #75592d; font-size: 11px; font-weight: 800; }
.venue-body { flex: 1; padding: 21px; display: flex; flex-direction: column; }
.venue-body h3 { margin: 0; font-size: 20px; letter-spacing: -.035em; }
.venue-address { min-height: 35px; margin: 7px 0 16px; color: var(--care-muted); font-size: 11px; line-height: 1.55; }
.venue-service { padding: 13px; border-radius: 13px; background: #f3f8f6; }
.venue-service strong, .venue-service span { display: block; }
.venue-service strong { font-size: 13px; }
.venue-service span { margin-top: 5px; color: var(--care-muted); font-size: 10px; line-height: 1.45; }
.venue-price { margin: 19px 0 15px; display: flex; align-items: baseline; justify-content: space-between; }
.venue-price span { color: var(--care-muted); font-size: 10px; }
.venue-price strong { font-size: 20px; letter-spacing: -.035em; }
.web-venue-card .consumer-button { width: 100%; margin-top: auto; }
.empty-venues { grid-column: 1 / -1; min-height: 230px; padding: 35px; border: 1px dashed #bdd1c9; border-radius: 24px; display: grid; place-items: center; align-content: center; gap: 8px; text-align: center; background: rgba(255, 255, 255, .55); }
.empty-venues strong { font-size: 18px; }
.empty-venues p { max-width: 480px; margin: 0; color: var(--care-muted); font-size: 12px; line-height: 1.6; }

.safety-section { margin-top: 56px; margin-bottom: 96px; padding: 58px; border-radius: 32px; display: grid; grid-template-columns: minmax(260px, .8fr) minmax(460px, 1.2fr); gap: 70px; background: #e7f1ed; }
.safety-section h2 { font-size: clamp(31px, 4vw, 46px); }
.safety-section ol { margin: 0; padding: 0; display: grid; gap: 12px; list-style: none; counter-reset: safety; }
.safety-section li { padding: 18px; border-radius: 16px; display: grid; grid-template-columns: 34px 1fr; gap: 4px 12px; background: rgba(255, 255, 255, .72); counter-increment: safety; }
.safety-section li::before { content: "0" counter(safety); grid-row: 1 / 3; color: var(--care-green); font-size: 12px; font-weight: 850; }
.safety-section li strong { font-size: 14px; }
.safety-section li span { color: var(--care-muted); font-size: 11px; line-height: 1.55; }

.consumer-footer { min-height: 120px; padding: 28px max(24px, calc((100vw - 1180px) / 2)); border-top: 1px solid var(--care-line); display: flex; align-items: center; gap: 30px; color: var(--care-muted); background: #fff; font-size: 11px; }
.consumer-footer p { flex: 1; }
.consumer-footer > a:last-child { color: var(--care-green); font-weight: 800; }

.checkout-section { width: min(100% - 48px, 1180px); margin: 36px auto 90px; padding: 32px; border: 1px solid var(--care-line); border-radius: 30px; background: #f6faf8; box-sizing: border-box; scroll-margin-top: 84px; }
.checkout-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.checkout-heading h2 { margin: 0 0 8px; font-size: clamp(25px, 3vw, 38px); letter-spacing: -.05em; }
.checkout-heading p:last-child { margin: 0; color: var(--care-muted); }
.checkout-close { width: 42px; height: 42px; border: 1px solid var(--care-line); border-radius: 50%; background: #fff; color: var(--care-muted); font-size: 25px; cursor: pointer; }
.checkout-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; padding: 0; margin: 28px 0; list-style: none; }
.checkout-steps li { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 42px; border-radius: 13px; color: #7b8983; background: #eaf1ee; font-size: 12px; font-weight: 800; }
.checkout-steps li span { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.75); }
.checkout-steps li.active { color: #fff; background: var(--care-green); }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(290px, .65fr); gap: 18px; align-items: start; }
.checkout-card { padding: 24px; border: 1px solid var(--care-line); border-radius: 22px; background: #fff; box-shadow: 0 16px 42px rgba(30,63,52,.06); }
.checkout-card h3 { margin: 0 0 6px; }
.check-line { min-height: 48px; display: flex !important; flex-direction: row !important; align-items: center; gap: 10px; padding: 0 13px; border: 1px solid var(--care-line); border-radius: 13px; background: #fbfdfc; }
.check-line input { width: 18px !important; height: 18px; padding: 0 !important; }
.mobile-checkout-fields { padding: 18px; border-radius: 18px; background: #f2f8f5; }
.mobile-checkout-fields h3 { margin-bottom: 14px; }
.checkout-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.checkout-progress-card { position: sticky; top: 82px; }
.consultation-summary,.quote-summary { margin: 14px 0; padding: 15px; border-radius: 15px; background: var(--care-soft); color: #28584c; line-height: 1.55; }
.consultation-summary strong,.quote-summary strong { display: block; margin-bottom: 5px; color: var(--care-ink); }
.slot-results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 14px 0; }
.slot-button { min-height: 42px; border: 1px solid #cfe2db; border-radius: 12px; color: var(--care-green); background: #fff; font-weight: 800; cursor: pointer; }
.slot-button:hover,.slot-button.selected { color: #fff; background: var(--care-green); }
.slot-button:disabled { opacity: .4; cursor: not-allowed; }
.quote-summary dl { display: grid; gap: 7px; margin: 10px 0 0; }
.quote-summary dl div { display: flex; justify-content: space-between; gap: 12px; }
.quote-summary dt { color: var(--care-muted); }
.quote-summary dd { margin: 0; font-weight: 800; }
.quote-summary .quote-total { padding-top: 9px; border-top: 1px solid #cfe2db; font-size: 17px; }
.checkout-progress-card > .consumer-button { width: 100%; margin-top: 9px; }
.web-booking-confirmation { margin-top: 20px; padding: 28px; border-radius: 22px; color: #fff; background: linear-gradient(135deg,#126c5a,#1d8b73); }
.web-booking-confirmation h3 { margin: 0 0 8px; font-size: 25px; }
.web-booking-confirmation p { margin: 6px 0; color: rgba(255,255,255,.82); }
.web-booking-confirmation .confirmation-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 18px; }
.web-booking-confirmation .confirmation-grid span { padding: 13px; border-radius: 13px; background: rgba(255,255,255,.12); }
.web-booking-confirmation .confirmation-grid small { display: block; opacity: .7; }
.web-booking-confirmation .confirmation-grid strong { display: block; margin-top: 4px; }
.venue-actions { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: auto; }
.venue-actions .consumer-button { margin-top: 0; }
.venue-actions .app-option { display: grid; place-items: center; padding: 0 14px; border: 1px solid var(--care-line); border-radius: 14px; color: var(--care-muted); font-size: 12px; font-weight: 800; }

@media (max-width: 980px) {
  .consumer-hero { grid-template-columns: 1fr; gap: 30px; }
  .hero-visual { width: min(560px, 100%); margin: 0 auto; }
  .mode-overview, .venue-results { grid-template-columns: 1fr 1fr; }
  .web-venue-card:last-child { grid-column: 1 / -1; }
  .assessment-section { padding: 52px 40px; grid-template-columns: 1fr; gap: 34px; }
  .assessment-intro { position: static; }
  .recommendation-card, .safety-section { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 660px) {
  .consumer-header { min-height: 66px; padding: 0 17px; }
  .consumer-header nav > a:not(.header-cta) { display: none; }
  .consumer-header .header-cta { padding: 9px 13px; }
  .consumer-hero, .mode-section, .assessment-section, .results-section, .safety-section { width: min(100% - 28px, 1180px); }
  .consumer-hero { min-height: auto; padding: 64px 0; }
  .hero-copy h1 { font-size: 39px; }
  .hero-lead { font-size: 14px; }
  .hero-actions { flex-direction: column; }
  .trust-list { gap: 9px 15px; }
  .hero-visual { min-height: 440px; }
  .dog-orbit { inset: 46px 26px 38px; }
  .mode-card { width: 155px; min-height: 108px; padding: 14px; }
  .mode-card strong { margin-top: 11px; font-size: 17px; }
  .mode-card.assisted { top: 163px; }
  .mode-card.full { left: 7px; }
  .mode-card.mobile { right: 0; bottom: 0; }
  .mode-section { padding: 70px 0; }
  .mode-overview, .venue-results { grid-template-columns: 1fr; }
  .overview-card:last-child, .web-venue-card:last-child { grid-column: auto; }
  .assessment-section { padding: 32px 18px; border-radius: 27px; }
  .assessment-form { padding: 20px 15px; border-radius: 21px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .wide { grid-column: auto; }
  .results-section { padding-top: 70px; }
  .recommendation-card { padding: 23px 19px; border-radius: 23px; }
  .venue-heading { align-items: start; flex-direction: column; }
  .safety-section { margin-top: 38px; margin-bottom: 65px; padding: 30px 19px; }
  .consumer-footer { align-items: flex-start; flex-direction: column; gap: 14px; }
  .consumer-footer p { margin: 0; }
  .checkout-section { width: min(100% - 28px, 1180px); padding: 20px; border-radius: 24px; }
  .checkout-layout { grid-template-columns: 1fr; }
  .checkout-progress-card { position: static; }
  .checkout-steps { grid-template-columns: 1fr; }
  .checkout-steps li { justify-content: flex-start; padding: 0 14px; }
  .web-booking-confirmation .confirmation-grid { grid-template-columns: 1fr; }
  .venue-actions { grid-template-columns: 1fr; }
  .venue-actions .app-option { min-height: 42px; }
}

/* 0.12 readability pass: keep the layout, increase supporting copy slightly. */
body { font-size: 16px; }
.consumer-header nav { font-size: 14px; }
.consumer-eyebrow { font-size: 12px; }
.trust-list { font-size: 13px; }
.mode-card small { font-size: 11px; }
.mode-card span { font-size: 12px; }
.overview-card .mode-number { font-size: 12px; }
.overview-card > p { font-size: 14px; }
.overview-card ul { font-size: 13px; }
.assessment-note strong { font-size: 13px; }
.assessment-note span { font-size: 12px; }
.consumer-button { font-size: 15px; }
.benefit-fields { display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:15px;border:1px solid var(--care-line);border-radius:15px;background:#f8fbf9; }
@media(max-width:660px){.benefit-fields{grid-template-columns:1fr}}
