@font-face {
  font-family: "Gmarket Sans";
  src: url("assets/fonts/GmarketSansMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gmarket Sans";
  src: url("assets/fonts/GmarketSansBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --green: #4b8642;
  --green-dark: #173619;
  --green-card: #2f702b;
  --green-pale: #d6ead1;
  --surface: #f3f8f2;
  --ink: #181b18;
  --yellow: #ffd522;
  --blue: #365b98;
  --blue-pale: #dae5fa;
  --line: #a9c2a5;
  --page-width: 720px;
  color-scheme: light;
  font-family: "Gmarket Sans", Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #efefef; }
body { margin: 0; color: var(--ink); background: #efefef; overflow-x: hidden; font-weight: 500;
  /* [배포측 패치] 한국어 줄바꿈은 어절 단위. 글자 중간에서 끊기지 않게 한다. */
  word-break: keep-all; overflow-wrap: break-word; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }

.motion-ready [data-reveal] { opacity: 0; transform: translateY(38px); transition: opacity 720ms cubic-bezier(0.16, 1, 0.3, 1), transform 720ms cubic-bezier(0.16, 1, 0.3, 1); transition-delay: var(--reveal-delay, 0ms); }
.motion-ready [data-reveal="scale"] { transform: translateY(28px) scale(0.965); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0) scale(1); }

.landing-shell {
  width: min(100%, var(--page-width));
  margin-inline: auto;
  background: #fff;
  box-shadow: 0 0 36px rgba(33, 52, 35, 0.08);
  overflow: hidden;
}

.section-pad { padding-inline: clamp(20px, 7.2vw, 72px); }
.consult-count { min-height: 80px; display: flex; align-items: center; justify-content: center; padding: 18px 20px; font-size: clamp(14px, 2.8vw, 22px); text-align: center; }
.consult-count strong { color: var(--green); font-size: 1.16em; }

.brand-bar { min-height: 96px; padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #fff; background: #222721; }
.brand-logo { width: clamp(145px, 50.4vw, 363px); height: auto; flex: 0 1 auto; min-width: 0; }
.brand-history { flex: 0 0 auto; padding: 10px 14px; border-radius: 8px; background: var(--green); font-size: clamp(10px, 2.1vw, 18px); font-weight: 700; line-height: 1; white-space: nowrap; }

.hero { position: relative; min-height: 1372px; background: #fff; }
.hero-photo { height: 850px; background-image: linear-gradient(to bottom, transparent 56%, #fff 98%), url("assets/hero-injection.jpg"); background-size: cover; background-position: center 41%; }
.hero-copy { position: absolute; inset: 600px 20px auto; display: grid; justify-items: center; text-align: center; }
.cert-label { margin: 0 0 24px; padding: 8px 14px; border-radius: 6px; color: #fff; background: var(--green); font-size: clamp(14px, 3.1vw, 28px); line-height: 1; }
.hero h1 { margin: 0 0 58px; color: var(--green); font-size: clamp(40px, 8.1vw, 67px); font-weight: 700; line-height: 1.18;
  /* [배포측 패치] 사진 위 가독성 — 흰 글로우 + 얇은 밝은 테두리로 배경에서 떼어낸다 */
  text-shadow: 0 0 10px white; -webkit-text-stroke-color: honeydew; -webkit-text-stroke-width: 0.4px; }
.hero h1 span { display: block; font-size: inherit; }
.hero-copy > p:not(.cert-label) { margin: 0 0 36px; font-size: clamp(22px, 4.15vw, 37px); line-height: 1.52; }

.evidence { padding-top: 140px; padding-bottom: 120px; color: #071409; background: var(--green); text-align: center; }
.evidence h2, .benefits h2, .collaboration h2 { margin: 0; }
.evidence h2 { color: #fff; font-size: clamp(42px, 8vw, 68px); line-height: 1.15; font-weight: 700; }
.evidence h2 span { display: block; margin-bottom: 26px; color: #09160a; font-size: 0.55em; line-height: 1.35; }
.evidence-summary { margin: 72px 0 44px; font-size: clamp(24px, 4.5vw, 39px); font-weight: 500; line-height: 1.45; }

.chart-card { overflow: hidden; margin-top: 46px; border-radius: 30px; background: var(--green-card); box-shadow: 0 16px 28px rgba(24, 69, 22, 0.28); color: #fff; text-align: left; }
.chart-card h3 { margin: 0; padding: 24px 30px; background: #225c20; font-size: clamp(17px, 3.15vw, 27px); text-align: center; }
.chart-card h3 span { font-weight: 500; }
.chart { position: relative; height: 500px; margin: 0 36px; }
.axis { position: absolute; left: 4px; z-index: 3; font-size: 22px; font-weight: 700; }
.axis.top { top: 52px; }
.axis.bottom { bottom: 72px; }
.grid-line { position: absolute; left: 52px; right: 12px; height: 2px; background: rgba(255, 255, 255, 0.18); }
.top-line { top: 66px; }
.bottom-line { bottom: 86px; }
.bar { --bar-unit: 3.55px; --bar-pad: 38px; position: absolute; bottom: 87px; width: 112px; height: calc(var(--before) * var(--bar-unit)); border-radius: 22px 22px 0 0; display: grid; place-items: start center; padding-top: var(--bar-pad); text-align: center; font-weight: 700; background: linear-gradient(#286723, #1a2c1d); transition: height 1400ms cubic-bezier(0.16, 1, 0.3, 1), padding-top 1400ms cubic-bezier(0.16, 1, 0.3, 1); }
.bar.after { left: 62%; height: calc(var(--after) * var(--bar-unit)); background: linear-gradient(#aee5a8, #fff); color: #366f35; }
.bar.before { left: 25%; }
.bar::before { content: ""; position: absolute; z-index: 6; top: -7px; left: 50%; width: 14px; height: 14px; border: 2px solid #315a31; border-radius: 50%; background: #fff; transform: translateX(-50%); }
.bar span { display: grid; gap: 3px; font-size: 18px; transition: opacity 360ms ease 820ms; }
.bar strong { font-size: 27px; }
.bar-label { position: absolute; bottom: 40px; font-size: 24px; font-weight: 500; line-height: 1.2; transform: translateX(-50%); }
.bar-label.before-label { left: calc(25% + 56px); }
.bar-label.after-label { left: calc(62% + 56px); }
.callout { position: absolute; z-index: 5; width: 105px; aspect-ratio: 1; border-radius: 50%; display: grid; place-content: center; color: #2d602d; background: var(--yellow); text-align: center; font-size: 20px; font-weight: 700; line-height: 1; }
.callout small { font-size: 16px; }
.callout strong { font-size: 26px; }
.callout.right { left: 61%; top: 90px; }
.callout.left { left: 26%; top: 84px; }
.trend { --arrow-head: 22px; position: absolute; z-index: 4; height: 8px; border-radius: 0; background: transparent; transform-origin: left center; transition: transform 760ms cubic-bezier(0.16, 1, 0.3, 1) 900ms; }
.trend::before { content: ""; position: absolute; inset: 0 calc(var(--arrow-head) - 2px) 0 0; background: var(--yellow); }
.trend::after { content: ""; position: absolute; right: -2px; top: -8px; border-left: 22px solid var(--yellow); border-top: 12px solid transparent; border-bottom: 12px solid transparent; }
.trend.down { width: 217px; left: calc(25% + 56px); top: calc(100% - 91px - (var(--before) * 3.55px)); transform: rotate(35.3deg); }
.trend.up { width: 201px; left: calc(25% + 56px); top: calc(100% - 91px - (var(--before) * 3.55px)); transform: rotate(-28.6deg); }
.source { margin: 29px 4px 0; color: rgba(255, 255, 255, 0.72); font-size: 16px; font-weight: 500; line-height: 1.55; text-align: left; }

.motion-ready .chart-card.chart-ready .bar { height: 0; padding-top: 0; }
.motion-ready .chart-card.chart-ready .bar span { opacity: 0; }
.motion-ready .chart-card.chart-ready .trend.down { transform: rotate(35.3deg) scaleX(0); }
.motion-ready .chart-card.chart-ready .trend.up { transform: rotate(-28.6deg) scaleX(0); }
.motion-ready .chart-card.chart-ready .callout { opacity: 0; transform: scale(0.82); transition: opacity 360ms ease 1450ms, transform 420ms cubic-bezier(0.16, 1, 0.3, 1) 1450ms; }
.motion-ready .chart-card.chart-ready.is-chart-animated .bar.before { height: calc(var(--before) * var(--bar-unit)); padding-top: var(--bar-pad); }
.motion-ready .chart-card.chart-ready.is-chart-animated .bar.after { height: calc(var(--after) * var(--bar-unit)); padding-top: var(--bar-pad); }
.motion-ready .chart-card.chart-ready.is-chart-animated .bar span { opacity: 1; }
.motion-ready .chart-card.chart-ready.is-chart-animated .trend.down { transform: rotate(35.3deg) scaleX(1); }
.motion-ready .chart-card.chart-ready.is-chart-animated .trend.up { transform: rotate(-28.6deg) scaleX(1); }
.motion-ready .chart-card.chart-ready.is-chart-animated .callout { opacity: 1; transform: scale(1); animation: chart-callout-blink 1.45s ease-in-out 1900ms infinite; }
@keyframes chart-callout-blink { 0%, 42%, 100% { opacity: 1; transform: scale(1); } 60%, 74% { opacity: 0.32; transform: scale(0.96); } }

.result { position: relative; padding-top: 150px; padding-bottom: 150px; background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), #fff 100%), url("assets/patient.png"); background-position: center top; background-size: 100% auto; background-repeat: no-repeat; text-align: center; }
.result-heading p { margin: 0; font-size: clamp(23px, 4.2vw, 37px); font-weight: 500; line-height: 1.45; }
.result-heading p:first-child { font-weight: 700; }
.result-heading h2 { margin: 10px 0 56px; color: var(--green); font-size: clamp(43px, 8vw, 66px); line-height: 1.08; }
.walking-card { margin-top: 42px; padding: 90px 70px 80px; border-radius: 44px; color: #fff; background: var(--green); box-shadow: 10px 18px 28px rgba(45, 102, 43, 0.32); }
.walking-card h3 { margin: 0; font-size: clamp(40px, 7vw, 62px); line-height: 1.13; }
.walking-card h3 strong { color: var(--yellow); }
.walk-chart { position: relative; height: 330px; margin-top: 30px; border-bottom: 2px solid rgba(255, 255, 255, 0.3); }
.walk-bar { position: absolute; bottom: 0; width: 110px; height: var(--walk-target); border-radius: 20px 20px 0 0; transition: height 1400ms cubic-bezier(0.16, 1, 0.3, 1); }
.walk-bar.before { --walk-target: 86px; left: 16%; background: linear-gradient(#286723, #1a2c1d); }
.walk-bar.after { --walk-target: 290px; right: 12%; background: linear-gradient(#aee5a8, #fff); }
.walk-bubble { position: absolute; top: 90px; left: 50%; z-index: 2; display: block; width: 245px; height: auto; transform: translateX(-50%); }
.walk-label { position: absolute; bottom: -44px; font-size: 24px; font-weight: 500; line-height: 1.2; transform: translateX(-50%); }
.walk-label.before-label { left: calc(16% + 55px); }
.walk-label.after-label { left: calc(88% - 55px); }
.disclaimer { margin: 36px 0 0; color: #555; font-size: 16px; }

.motion-ready .walking-card.chart-ready .walk-bar { height: 0; }
.motion-ready .walking-card.chart-ready .walk-bubble, .motion-ready .walking-card.chart-ready .walk-label { opacity: 0; transition: opacity 420ms ease 1050ms; }
.motion-ready .walking-card.chart-ready.is-chart-animated .walk-bar { height: var(--walk-target); }
.motion-ready .walking-card.chart-ready.is-chart-animated .walk-bubble, .motion-ready .walking-card.chart-ready.is-chart-animated .walk-label { opacity: 1; }
.motion-ready .walking-card.chart-ready.is-chart-animated .walk-bubble { animation: walk-bubble-float 2.4s ease-in-out 1450ms infinite; will-change: transform; }
@keyframes walk-bubble-float { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(-12px); } }

.benefits { padding-top: 150px; padding-bottom: 150px; background: var(--surface); text-align: center; }
.benefits h2 { color: var(--green); font-size: clamp(42px, 7.5vw, 64px); line-height: 1.12; }
.benefits h2 span { display: block; margin-bottom: 10px; color: var(--ink); font-size: 0.56em; }
.benefit-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.benefit-grid article { overflow: hidden; background: #fff; box-shadow: 14px 18px 25px rgba(42, 88, 41, 0.13); }
.benefit-grid article:nth-child(1) { border-radius: 40px 40px 0 40px; }
.benefit-grid article:nth-child(2) { border-radius: 40px 40px 40px 0; }
.benefit-grid article:nth-child(3) { border-radius: 40px 0 40px 40px; }
.benefit-grid article:nth-child(4) { border-radius: 0 40px 40px 40px; }
.benefit-grid article > div { min-height: 135px; margin: 22px; border-radius: 22px; display: grid; place-items: center; background: var(--green-pale); }
.benefit-grid img { width: 58px; height: 58px; filter: invert(49%) sepia(17%) saturate(1360%) hue-rotate(67deg) brightness(87%); }
.benefit-grid p { min-height: 90px; margin: 0; padding: 0 12px 26px; display: grid; place-content: center; font-size: 26px; font-weight: 500; line-height: 1.35; }
.benefit-grid p span { white-space: nowrap; }

.collaboration { position: relative; padding-top: 150px; padding-bottom: 0; background: linear-gradient(to bottom, #fff 0 42%, var(--blue-pale) 42% 100%); text-align: center; }
.collaboration > h2 { color: var(--green); font-size: clamp(42px, 7.5vw, 64px); line-height: 1.1; }
.collaboration > h2 span { display: block; margin-bottom: 16px; color: var(--ink); font-size: 0.55em; line-height: 1.35; }
.treatment-grid { margin-top: 72px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.treatment-card { position: relative; overflow: visible; border: 3px solid var(--green); border-radius: 32px; background: #fff; box-shadow: 9px 13px 20px rgba(50, 91, 51, 0.16); }
.treatment-card h3 { position: absolute; z-index: 2; top: -34px; left: 50%; margin: 0; padding: 12px 26px; border-radius: 999px; transform: translateX(-50%); color: #fff; background: var(--green); font-size: clamp(20px, 3.3vw, 30px); line-height: 1.2; white-space: nowrap; }
.treatment-card > img:not(.chevrons) { width: 100%; height: 225px; border-radius: 29px 29px 0 0; object-fit: cover; -webkit-mask-image: linear-gradient(to bottom, #000 0 58%, transparent 100%); mask-image: linear-gradient(to bottom, #000 0 58%, transparent 100%); }
.treatment-card ul { margin: 0; padding: 24px 18px 8px; list-style: none; }
.treatment-card li { margin-bottom: 13px; padding: 15px 8px; border: 1px solid var(--line); border-radius: 10px; background: #f6faf5; font-size: clamp(16px, 3vw, 26px); font-weight: 500; }
.treatment-card > .chevrons { display: block; width: 27px; height: 39px; margin: 0 auto; object-fit: contain; }
.treatment-card > strong { display: block; padding: 20px 5px 30px; color: var(--green); font-size: clamp(18px, 3.4vw, 29px); }
.closing-copy { padding-top: 140px; }
.closing-copy p { margin: 0 0 36px; font-size: clamp(27px, 4.6vw, 40px); font-weight: 700; line-height: 1.35; }
.closing-copy h2 { color: var(--blue); font-size: clamp(45px, 7.8vw, 68px); line-height: 1.12; }
.staff-image { display: block; width: 100%; max-width: 100%; height: auto; margin: 0 auto; object-fit: contain; object-position: center; }

.consult-form-section { padding-top: 100px; padding-bottom: 100px; background: var(--surface); }
.consult-sheet-close { display: none; }
.consult-sheet-backdrop { position: fixed; inset: 0; z-index: 25; background: rgba(20, 34, 21, 0.48); opacity: 0; pointer-events: none; transition: opacity 240ms ease; }
.consult-sheet-backdrop.is-open { opacity: 1; pointer-events: auto; }
body.consult-sheet-open { overflow: hidden; }
.consult-form-section.is-sheet { position: fixed; right: 0; bottom: 100px; left: 0; z-index: 30; visibility: hidden; width: min(100%, var(--page-width)); max-height: calc(100dvh - 100px); margin-inline: auto; padding-top: 54px; padding-bottom: 32px; overflow-y: auto; overscroll-behavior: contain; border-radius: 24px 24px 0 0; box-shadow: 0 -18px 48px rgba(31, 57, 33, 0.2); pointer-events: none; transform: translateY(calc(100% + 100px)); transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 420ms; will-change: transform; }
.consult-form-section.is-sheet.is-open { visibility: visible; pointer-events: auto; transform: translateY(0); transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1), visibility 0s; }
.consult-form-section.is-sheet:focus { outline: none; }
.consult-form-section.is-sheet .consult-sheet-close { position: absolute; top: 10px; left: 50%; display: grid; width: 68px; height: 30px; place-items: center; padding: 0; border: 0; background: transparent; transform: translateX(-50%); cursor: pointer; }
.consult-form-section.is-sheet .consult-sheet-close span { width: 44px; height: 5px; border-radius: 999px; background: #91a58d; }
.field-group, .phone-field, .agreement-box { margin: 0 0 42px; padding: 0; border: 0; }
.field-group label, .phone-field legend, .agreement-box legend { display: block; margin-bottom: 18px; padding: 0; font-size: clamp(20px, 3.5vw, 29px); font-weight: 700; }
.field-group label span, .phone-field legend span { color: #e21f1f; }
input[type="text"], input[type="tel"], .phone-prefix { height: 102px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); font-size: clamp(18px, 3.1vw, 27px); }
input[type="text"], input[type="tel"] { width: 100%; padding: 0 26px; outline: none; }
input::placeholder { color: #777; opacity: 1; }
input[type="text"]:focus, input[type="tel"]:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(75, 134, 66, 0.2); }
[aria-invalid="true"] { border-color: #bd2727 !important; box-shadow: 0 0 0 3px rgba(189, 39, 39, 0.12) !important; }
.phone-field > div { display: grid; grid-template-columns: 0.34fr 0.66fr; gap: 18px; }
.phone-prefix { display: flex; align-items: center; justify-content: flex-start; padding: 0 26px; text-align: left; }
.field-error { min-height: 22px; margin: 8px 2px 0; color: #a71919; font-size: 15px; }

.agreement-box { overflow: visible; border: 0; border-radius: 0; }
.agreement-box legend { width: 100%; margin-bottom: 18px; float: left; }
.agreement-box legend + * { clear: both; }
.agreement-all, .agreement-row { min-height: 98px; display: grid; align-items: center; background: #fff; }
.agreement-all { grid-template-columns: 1fr auto; padding: 0 26px; border: 1px solid var(--line); border-radius: 12px 12px 0 0; background: #e3eee0; font-size: clamp(19px, 3.2vw, 27px); font-weight: 500; }
.agreement-row { grid-template-columns: 1fr auto auto; gap: 20px; padding: 0 26px; border-inline: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; font-size: clamp(17px, 3vw, 25px); font-weight: 500; line-height: 1.35; }
.agreement-row:last-of-type { border-radius: 0 0 12px 12px; }
.agreement-row button { border: 0; padding: 8px 0; color: #78946e; background: transparent; text-decoration: underline; cursor: pointer; }
input[type="checkbox"] { width: 42px; height: 42px; margin: 0; appearance: none; -webkit-appearance: none; display: grid; place-content: center; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 11px; background: #fff; cursor: pointer; }
input[type="checkbox"]::before { content: ""; width: 12px; height: 7px; border-left: 3px solid #fff; border-bottom: 3px solid #fff; transform: translateY(-2px) rotate(-45deg) scale(0); transition: transform 120ms ease; }
input[type="checkbox"]:checked { border-color: var(--green); background: var(--green); }
input[type="checkbox"]:checked::before { transform: translateY(-2px) rotate(-45deg) scale(1); }
input[type="checkbox"]:focus-visible { outline: 3px solid rgba(75, 134, 66, 0.25); outline-offset: 2px; }
.agreement-box > .field-error { min-height: 0; margin: 0; padding: 0 26px; background: transparent; }
.agreement-box > .field-error:not(:empty) { padding-block: 12px; }

.submit-button { position: fixed; left: 50%; bottom: 0; z-index: 40; width: min(100%, var(--page-width)); min-height: 100px; margin: 0; border: 0; color: #152216; background: #ffc21d; font-size: clamp(20px, 3.6vw, 31px); font-weight: 700; cursor: pointer; transform: translateX(-50%); transition: transform 160ms ease, filter 160ms ease; }
.submit-button-label { display: inline-flex; align-items: center; gap: 0.32em; animation: consult-cta-blink 0.95s ease-in-out infinite; }
@keyframes consult-cta-blink { 0%, 38%, 100% { opacity: 1; } 58%, 72% { opacity: 0.24; } }
.submit-button:hover { filter: brightness(1.03); }
.submit-button:active { transform: translate(-50%, 1px); }
.submit-button:disabled { cursor: wait; filter: saturate(0.65); }
.submit-button:disabled .submit-button-label { animation: none; opacity: 1; }
.form-status { margin: 0; padding: 0; text-align: center; font-size: 18px; font-weight: 500; }
.form-status:not(:empty) { padding: 22px 12px 28px; }
.form-status.success { color: #245e29; }
.form-status.error { color: #a71919; }

/* [배포측 패치] 접수 완료 팝업 — 상담 시트(z 30)·하단 CTA(z 40) 위에 덮는다. */
.done-modal { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center;
  padding: 24px; background: rgba(16, 28, 17, 0.62); }
.done-modal[hidden] { display: none; }
.done-card { width: min(100%, 420px); padding: 40px 28px 28px; border-radius: 24px;
  background: #fff; box-shadow: 0 24px 60px rgba(16, 32, 18, 0.32); text-align: center;
  animation: done-pop 260ms cubic-bezier(0.16, 1, 0.3, 1); }
@keyframes done-pop { from { opacity: 0; transform: translateY(14px) scale(0.96); } }
.done-ico { width: 68px; height: 68px; margin: 0 auto 20px; border-radius: 50%;
  display: grid; place-items: center; background: var(--green); }
.done-card h3 { margin: 0; color: var(--ink); font-size: 25px; line-height: 1.3; }
.done-card p { margin: 14px 0 0; color: #4a544a; font-size: 17px; line-height: 1.6; }
.done-card strong { color: var(--green); }
.done-card .done-note { margin-top: 10px; color: #8a938a; font-size: 14px; }
.done-card button { width: 100%; margin-top: 26px; min-height: 58px; border: 0; border-radius: 12px;
  color: #152216; background: #ffc21d; font-size: 19px; font-weight: 700; cursor: pointer; }
.done-card button:active { transform: translateY(1px); }

.policy-dialog { width: min(90vw, 540px); max-height: calc(100dvh - 32px); border: 0; border-radius: 20px; padding: 0; box-shadow: 0 24px 70px rgba(16, 32, 18, 0.3); overflow: auto; }
.policy-dialog::backdrop { background: rgba(16, 25, 17, 0.62); }
.policy-dialog > div { padding: 32px; }
.policy-dialog h2 { margin: 0 0 16px; color: var(--green); font-size: 24px; }
.policy-dialog ul { margin: 0; padding: 0; list-style: none; }
.policy-dialog li { padding: 13px 14px; border-radius: 10px; color: #303630; background: #f4f8f2; font-size: 15px; line-height: 1.65; }
.policy-dialog li + li { margin-top: 8px; }
.policy-dialog strong { color: var(--green-dark); font-weight: 700; }
.policy-dialog button { width: 100%; margin-top: 26px; border: 0; border-radius: 10px; padding: 15px; color: #fff; background: var(--green); font-weight: 700; cursor: pointer; }

@media (max-width: 560px) {
  .section-pad { padding-inline: 20px; }
  .consult-count { min-height: 48px; padding: 12px 8px; font-size: 12px; white-space: nowrap; }
  .brand-bar { min-height: 62px; padding: 11px 12px; gap: 7px; }
  .brand-logo { width: min(50.4vw, 196px); }
  .brand-history { padding: 8px 7px; border-radius: 5px; }
  .hero { min-height: 839px; }
  .hero-photo { height: 475px; }
  .hero-copy { inset: 330px 12px auto; }
  .cert-label { margin-bottom: 13px; padding: 6px 9px; }
  .hero h1 { margin-bottom: 28px; }
  .hero-copy > p:not(.cert-label) { margin-bottom: 17px; }

  .evidence { padding-top: 75px; padding-bottom: 70px; }
  .evidence h2 span { margin-bottom: 15px; }
  .evidence-summary { margin: 38px 0 26px; }
  .chart-card { margin-top: 26px; border-radius: 18px; }
  .chart-card h3 { padding: 16px 17px; font-size: 14px; white-space: nowrap; }
  .chart { height: 300px; margin: 0 14px; }
  .axis { font-size: 13px; }
  .axis.top { top: 30px; }
  .axis.bottom { bottom: 42px; }
  .grid-line { left: 31px; right: 8px; }
  .top-line { top: 39px; }
  .bottom-line { bottom: 50px; }
  .bar { --bar-unit: 2.15px; --bar-pad: 20px; bottom: 51px; width: 58px; border-radius: 12px 12px 0 0; }
  .bar span { font-size: 11px; }
  .bar strong { font-size: 16px; }
  .bar-label { bottom: 20px; font-size: 14px; }
  .bar-label.before-label { left: calc(25% + 29px); }
  .bar-label.after-label { left: calc(62% + 29px); }
  .callout { width: 66px; font-size: 12px; }
  .callout small { font-size: 10px; }
  .callout strong { font-size: 16px; }
  .callout.right { top: 52px; }
  .callout.left { top: 50px; left: 25%; }
  .trend { --arrow-head: 14px; height: 5px; }
  .trend::after { top: -5px; border-left-width: 14px; border-top-width: 8px; border-bottom-width: 8px; }
  .trend.down { width: 134px; left: calc(25% + 29px); top: calc(100% - 54px - (var(--before) * 2.15px)); transform: rotate(35.3deg); }
  .trend.up { width: 123px; left: calc(25% + 29px); top: calc(100% - 54px - (var(--before) * 2.15px)); transform: rotate(-28.6deg); }
  .source { margin-top: 17px; font-size: 9px; }

  .result { padding-top: 150px; padding-bottom: 150px; background-size: 100% auto; }
  .result-heading h2 { margin: 6px 0 28px; font-size: clamp(36px, 10.5vw, 43px); white-space: nowrap; }
  .walking-card { margin-top: 25px; padding: 42px 28px 38px; border-radius: 28px; }
  .walk-chart { height: 250px; }
  .walk-bar { width: 62px; border-radius: 11px 11px 0 0; }
  .walk-bar.before { --walk-target: 48px; }
  .walk-bar.after { --walk-target: 170px; }
  .walk-bubble { width: 150px; }
  .walk-label { bottom: -26px; font-size: 14px; }
  .walk-label.before-label { left: calc(16% + 31px); }
  .walk-label.after-label { left: calc(88% - 31px); }
  .disclaimer { margin-top: 22px; font-size: 10px; }

  .benefits { padding-top: 150px; padding-bottom: 150px; }
  .benefit-grid { margin-top: 38px; gap: 18px; }
  .benefit-grid article:nth-child(1) { border-radius: 24px 24px 0 24px; }
  .benefit-grid article:nth-child(2) { border-radius: 24px 24px 24px 0; }
  .benefit-grid article:nth-child(3) { border-radius: 24px 0 24px 24px; }
  .benefit-grid article:nth-child(4) { border-radius: 0 24px 24px 24px; }
  .benefit-grid article > div { min-height: 80px; margin: 12px; border-radius: 14px; }
  .benefit-grid img { width: 36px; height: 36px; }
  .benefit-grid p { min-height: 55px; padding: 0 4px 16px; font-size: clamp(18px, 5.4vw, 22px); }

  .collaboration { padding-top: 150px; background: linear-gradient(to bottom, #fff 0 40%, var(--blue-pale) 40% 100%); }
  .treatment-grid { margin-top: 40px; gap: 14px; }
  .treatment-card { border-width: 2px; border-radius: 20px; }
  .treatment-card h3 { top: -23px; padding: 8px 18px; border-radius: 999px; }
  .treatment-card > img:not(.chevrons) { height: 124px; border-radius: 18px 18px 0 0; }
  .treatment-card ul { padding: 14px 10px 5px; }
  .treatment-card li { margin-bottom: 7px; padding: 9px 3px; border-radius: 7px; }
  .treatment-card > .chevrons { width: 18px; height: 26px; }
  .treatment-card > strong { padding: 20px 2px 18px; }
  .closing-copy { padding-top: 78px; }
  .closing-copy p { margin-bottom: 20px; }
  .staff-image { width: 100%; margin: 0 auto; }

  .consult-form-section { padding-top: 58px; padding-bottom: 76px; }
  .consult-form-section.is-sheet { bottom: 76px; max-height: calc(100dvh - 76px); padding: 42px 20px 24px; border-radius: 20px 20px 0 0; transform: translateY(calc(100% + 76px)); }
  .consult-form-section.is-sheet .consult-sheet-close { top: 6px; height: 28px; }
  .consult-form-section.is-sheet .consult-sheet-close span { width: 38px; height: 4px; }
  .field-group, .phone-field, .agreement-box { margin-bottom: 24px; }
  .field-group label, .phone-field legend, .agreement-box legend { margin-bottom: 11px; }
  input[type="text"], input[type="tel"], .phone-prefix { height: 62px; }
  input[type="text"], input[type="tel"] { padding-inline: 16px; }
  .phone-prefix { padding-inline: 16px; }
  .phone-field > div { gap: 10px; }
  .agreement-all, .agreement-row { min-height: 62px; }
  .agreement-all { padding-inline: 16px; }
  .agreement-row { gap: 10px; padding-inline: 16px; }
  input[type="checkbox"] { width: 28px; height: 28px; border-radius: 8px; }
  input[type="checkbox"]::before { width: 9px; height: 5px; border-width: 0 0 2px 2px; }
  .submit-button { width: 100%; min-height: 76px; margin: 0; }
}

@media (max-width: 370px) {
  .brand-logo { width: 145px; }
  .brand-history { font-size: 8px; }
  .hero h1 { font-size: 36px; }
  .hero-copy > p:not(.cert-label) { font-size: 19px; }
  .agreement-row { grid-template-columns: 1fr auto; }
  .agreement-row input { grid-column: 2; grid-row: 1; }
  .agreement-row button { grid-column: 2; grid-row: 2; }
}

/* [배포측 패치] 핵심 단어 반짝임 — 초록 글자 위로 금빛 하이라이트가 한 번 훑고 지나간 뒤 쉰다.
   계속 번쩍이면 읽기 힘들어지므로 한 주기에 스윕 한 번만 넣고 나머지는 정지 구간이다. */
.shine {
  background-image: linear-gradient(100deg,
    var(--green) 0%, var(--green) 36%,
    #7cbe45 43%, var(--yellow) 48%, #fff6bf 50.5%, var(--yellow) 53%, #7cbe45 58%,
    var(--green) 65%, var(--green) 100%);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: shine-sweep 2.43s ease-in-out infinite;   /* 빈도 1.4배 (3.4s → 2.43s) */
}
/* .benefits h2 span 이 블록·0.56em 을 걸어 두고 있어 강조 span까지 잡힌다. 되돌린다. */
.benefits h2 span.shine { display: inline; margin: 0; font-size: inherit; }
@keyframes shine-sweep {
  0%, 6%    { background-position: 150% 50%; }
  46%, 100% { background-position: -50% 50%; }
}

@media (prefers-reduced-motion: reduce) {
  /* 움직임을 뺀 자리에는 원래 색을 돌려준다. 투명 글자만 남으면 안 보인다. */
  .shine {
    animation: none;
    background-image: none;
    -webkit-text-fill-color: var(--green);
    color: var(--green);
  }
  .done-card { animation: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
  .submit-button-label { animation: none; }
  .callout { animation: none !important; }
  .walk-bubble { animation: none !important; }
}
