:root {
  --orange: #ee641d;
  --orange-dark: #a63c0a;
  --orange-soft: #fff0e6;
  --cream: #fff9e7;
  --yellow: #ffe457;
  --ink: #211b17;
  --muted: #6f655f;
  --line: #eadfd7;
  --green: #1b684c;
  --white: #fff;
  font-family: "Noto Sans KR", system-ui, sans-serif;
  color: var(--ink);
  background: #eee9e5;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0 auto; min-width: 320px; max-width: 800px; background: var(--white); box-shadow: 0 0 40px #4a2c1d1c; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
mark { color: inherit; background: linear-gradient(transparent 55%, var(--yellow) 55%); }

.sticky-offer {
  position: sticky; top: 0; z-index: 50; min-height: 70px; padding: 12px 18px;
  display: flex; gap: 12px; align-items: center; justify-content: space-between;
  background: #fffffff2; backdrop-filter: blur(10px); border-bottom: 1px solid #ffffff66;
}
.sticky-offer p { margin: 0; font-weight: 900; font-size: clamp(15px, 3.8vw, 22px); line-height: 1.3; }
.sticky-offer a { flex: 0 0 auto; color: #fff; background: var(--orange); text-decoration: none; border-radius: 999px; padding: 11px 18px; font-weight: 900; box-shadow: 0 7px 16px #d84c1638; }

.hero { position: relative; min-height: 860px; overflow: hidden; background: var(--cream); }
.hero__photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 56% center; }
.hero__wash { position: absolute; inset: 0; background: linear-gradient(180deg, #fff9e7 0%, #fff9e7e8 17%, #fff9e700 40%), linear-gradient(0deg, #fff9e7 0%, #fff9e7d9 10%, #fff9e700 30%); }
.hero__copy { position: relative; z-index: 1; padding: 40px 28px 32px; text-align: center; }
.eyebrow { display: inline-block; padding: 7px 12px; color: #fff; background: var(--orange); border-radius: 6px; font-weight: 800; letter-spacing: -.03em; }
.hero__copy > p { margin: 22px 0 8px; font-size: clamp(18px, 4.6vw, 27px); font-weight: 700; }
.hero h1 { margin: 0; font-size: clamp(35px, 8.4vw, 60px); line-height: 1.18; letter-spacing: -.065em; font-weight: 900; }
.hero__copy > strong { display: block; margin: 262px 0 22px; color: var(--orange-dark); font-size: clamp(24px, 6.5vw, 42px); }
.hero__copy > strong em { color: var(--orange); font-style: normal; font-size: 1.18em; }
.hero__copy small { display: block; max-width: 640px; margin: 14px auto 0; color: #53473f; font-size: 12px; line-height: 1.55; text-shadow: 0 1px #fff; }
.primary-cta { display: inline-flex; justify-content: center; width: min(100%, 480px); padding: 18px; color: #fff; background: var(--orange); border-radius: 14px; text-decoration: none; font-size: 21px; font-weight: 900; box-shadow: 0 12px 28px #a93e193d; }

.section-pad { padding: clamp(64px, 12vw, 104px) clamp(22px, 6vw, 48px); }
.section-title { text-align: center; margin-bottom: 38px; }
.section-title > span { color: var(--orange); font-size: clamp(18px, 4.5vw, 27px); font-weight: 800; }
.section-title h2 { margin: 10px 0 0; font-size: clamp(34px, 8vw, 54px); line-height: 1.25; letter-spacing: -.06em; }

.payout-story { background: var(--cream); }
.payout-card { padding: 26px 20px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 14px; align-items: center; background: #fff; border: 2px solid #ffd4bd; border-radius: 24px; box-shadow: 0 16px 40px #9c522217; text-align: center; }
.payout-card span { display: block; color: var(--muted); font-size: 14px; font-weight: 700; }
.payout-card strong { display: block; margin-top: 7px; color: var(--orange); font-size: clamp(23px, 5.4vw, 34px); line-height: 1.25; }
.payout-card__arrow { color: var(--orange); font-size: 34px; font-weight: 900; }
.fine-print { margin: 15px auto 0; color: var(--muted); font-size: 12px; line-height: 1.65; text-align: center; }

.why { background: #fff; }
.reason-list { display: grid; gap: 16px; }
.reason-card { display: grid; grid-template-columns: 74px 1fr; gap: 17px; align-items: center; padding: 23px 20px; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 9px 24px #53321e12; }
.reason-card__icon { display: grid; place-items: center; width: 70px; aspect-ratio: 1; border-radius: 50%; color: #fff; background: linear-gradient(145deg, #ff985c, var(--orange)); font-size: 29px; font-weight: 900; }
.reason-card b { font-size: 21px; }
.reason-card p { margin: 7px 0 0; color: var(--muted); line-height: 1.55; }

.care-section { background: #2d2a27; color: #fff; }
.care-section__photo { position: relative; height: min(94vw, 650px); overflow: hidden; }
.care-section__photo::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, #2d2a27); }
.care-section__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.care-section__content { padding-top: 12px; }
.eyebrow--light { color: var(--ink); background: var(--yellow); }
.care-section h2 { margin: 18px 0; color: #ff843e; font-size: clamp(40px, 9vw, 60px); letter-spacing: -.06em; }
.care-section__content > p { color: #e9e2dd; font-size: 19px; line-height: 1.72; }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 30px; }
.support-grid div { padding: 18px 8px; color: var(--ink); background: #fff; border-radius: 15px; text-align: center; }
.support-grid b, .support-grid span { display: block; }
.support-grid b { color: var(--orange); font-size: 17px; }
.support-grid span { margin-top: 6px; color: var(--muted); font-size: 12px; line-height: 1.4; }

.quick-points { background: var(--orange-soft); }
.quick-points__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.quick-points article { padding: 24px 12px; background: #fff; border-radius: 19px; text-align: center; box-shadow: 0 8px 20px #7b310e12; }
.quick-points article > span { display: inline-grid; place-items: center; width: 38px; height: 38px; color: #fff; background: var(--orange); border-radius: 50%; font-weight: 900; }
.quick-points b { display: block; margin-top: 13px; font-size: 20px; }
.quick-points p { margin: 7px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }

.consultation { background: #fff; }
.form-heading { margin-bottom: 34px; text-align: center; }
.shield { display: grid; place-items: center; width: 72px; height: 82px; margin: 0 auto 13px; color: #fff; background: var(--green); clip-path: polygon(50% 0, 92% 16%, 86% 70%, 50% 100%, 14% 70%, 8% 16%); font-size: 34px; font-weight: 900; }
.form-heading p { margin: 0; color: var(--muted); }
.form-heading h2 { margin: 13px 0 9px; font-size: clamp(35px, 8vw, 50px); }
.form-heading strong { color: #d82916; font-size: 18px; }

#lead-form { display: grid; gap: 27px; }
.field { min-width: 0; }
.field > label, .field > legend { display: block; margin-bottom: 8px; padding: 0; color: var(--ink); font-size: 20px; font-weight: 800; }
.field > p { margin: -3px 0 10px; color: var(--muted); font-size: 13px; line-height: 1.5; }
fieldset.field { margin: 0; padding: 0; border: 0; }
legend small { color: var(--muted); font-size: 13px; font-weight: 600; }
input[type="text"], select { width: 100%; min-height: 55px; padding: 12px 14px; color: var(--ink); background: #fff; border: 1.5px solid #d9cec7; border-radius: 11px; outline: none; }
input[type="text"]:focus, select:focus { border-color: var(--orange); box-shadow: 0 0 0 4px #ee641d16; }
.phone-fields { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 7px; align-items: center; }
.phone-fields > span { color: #a99d96; font-weight: 700; }
.date-fields { display: grid; grid-template-columns: 1.25fr .85fr .85fr; gap: 8px; }
.region-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.choice-grid { display: grid; gap: 9px; }
.choice-grid--two, .plan-grid { grid-template-columns: repeat(2, 1fr); }
.choice-grid label { position: relative; cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid label > span { min-height: 56px; padding: 12px; display: flex; align-items: center; justify-content: center; gap: 5px; color: #5c514a; background: #fff; border: 1.5px solid #d9cec7; border-radius: 11px; text-align: center; font-weight: 700; }
.choice-grid input:focus-visible + span { outline: 3px solid #ee641d4a; }
.choice-grid input:checked + span { color: #fff; background: var(--orange); border-color: var(--orange); box-shadow: 0 7px 18px #e1581c35; }
.plan-grid label > span { min-height: 84px; flex-direction: column; }
.plan-grid b, .plan-grid small { display: block; }
.plan-grid b { font-size: 18px; }
.plan-grid small { opacity: .78; }
.error { display: block; min-height: 18px; margin-top: 5px; color: #cb2616; font-size: 13px; font-weight: 600; }
.policy-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding: 18px; background: #faf7f4; border-radius: 13px; }
.policy-row label { display: flex; gap: 9px; align-items: flex-start; font-size: 15px; font-weight: 700; line-height: 1.5; }
.policy-row input { width: 21px; height: 21px; margin: 1px 0 0; accent-color: var(--orange); }
.policy-row button { flex: 0 0 auto; padding: 0; color: var(--orange-dark); background: none; border: 0; text-decoration: underline; cursor: pointer; }
.turnstile-container { display: grid; place-items: center; max-width: 100%; }
.submit-button { width: 100%; min-height: 72px; padding: 16px; color: #fff; background: linear-gradient(180deg, #fa7c32, var(--orange)); border: 0; border-radius: 15px; box-shadow: 0 8px 0 var(--orange-dark), 0 18px 30px #c4491736; font-size: 25px; font-weight: 900; cursor: pointer; transform: translateY(-4px); }
.submit-button:active { box-shadow: 0 3px 0 var(--orange-dark); transform: translateY(1px); }
.submit-button:disabled { opacity: .68; cursor: wait; }
.submit-status { min-height: 24px; margin: 0; color: #b62215; text-align: center; font-weight: 700; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.compliance-note { padding: 25px; color: #776e68; background: #f2eeeb; font-size: 12px; line-height: 1.6; }
.compliance-note p { margin: 5px 0 0; }
.privacy-footer { padding: 18px 24px 34px; background: #f2eeeb; text-align: center; }
.privacy-footer button { padding: 3px 0; color: #625852; background: none; border: 0; border-bottom: 1px solid currentColor; font-size: 13px; cursor: pointer; }

dialog { width: min(calc(100% - 28px), 640px); max-height: 80vh; padding: 0; border: 0; border-radius: 20px; box-shadow: 0 22px 80px #1f100b60; }
dialog[open] { display: flex; flex-direction: column; }
dialog::backdrop { background: #1c100ba8; backdrop-filter: blur(3px); }
.dialog-head { position: sticky; top: 0; padding: 19px 20px; display: flex; align-items: center; justify-content: space-between; background: #fff; border-bottom: 1px solid var(--line); }
.dialog-head h2 { margin: 0; font-size: 21px; }
.dialog-head button { width: 42px; height: 42px; padding: 0; color: var(--muted); background: #f4efec; border: 0; border-radius: 50%; font-size: 29px; cursor: pointer; }
.dialog-body { padding: 10px 20px; overflow: auto; }
.dialog-body dl { margin: 0; }
.dialog-body dl div { padding: 15px 0; border-bottom: 1px solid var(--line); }
.dialog-body dt { margin-bottom: 5px; font-weight: 900; }
.dialog-body dd { margin: 0; color: var(--muted); line-height: 1.6; }
.dialog-confirm { width: calc(100% - 40px); margin: 12px 20px 20px; padding: 15px; color: #fff; background: var(--orange); border: 0; border-radius: 12px; font-weight: 900; cursor: pointer; }
.privacy-policy-dialog { width: min(calc(100% - 28px), 700px); }
.policy-document { padding: 20px; color: #514741; font-size: 14px; line-height: 1.75; }
.policy-document > p:first-child { margin-top: 0; }
.policy-document section { padding: 17px 0; border-top: 1px solid var(--line); }
.policy-document h3 { margin: 0 0 10px; color: var(--ink); font-size: 17px; }
.policy-document p { margin: 9px 0; }
.policy-document ul { margin: 8px 0; padding-left: 22px; }
.policy-document li + li { margin-top: 5px; }
.business-details { margin: 0; }
.business-details div { display: grid; grid-template-columns: minmax(105px, 32%) 1fr; gap: 12px; padding: 8px 0; border-bottom: 1px dashed var(--line); }
.business-details dt { margin: 0; color: var(--ink); font-weight: 800; }
.business-details dd { margin: 0; overflow-wrap: anywhere; }

.success-sheet { position: fixed; inset: 0; z-index: 100; display: grid; place-items: end center; padding: 18px; background: #1b100b9c; }
.success-sheet[hidden] { display: none; }
.success-sheet__card { width: min(100%, 520px); padding: 32px 24px 24px; background: #fff; border-radius: 24px; text-align: center; animation: sheet-up .24s ease-out; }
.success-check { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 15px; color: #fff; background: var(--green); border-radius: 50%; font-size: 38px; font-weight: 900; }
.success-sheet h2 { margin: 0; font-size: 25px; }
.success-sheet p { color: var(--muted); line-height: 1.6; }
.success-sheet button { width: 100%; padding: 15px; color: #fff; background: var(--orange); border: 0; border-radius: 12px; font-weight: 900; cursor: pointer; }
@keyframes sheet-up { from { opacity: 0; transform: translateY(24px); } }

@media (max-width: 520px) {
  .hero { min-height: 760px; }
  .hero__copy { padding-inline: 20px; }
  .payout-card { grid-template-columns: 1fr; }
  .payout-card__arrow { transform: rotate(90deg); }
  .support-grid { grid-template-columns: 1fr; }
  .support-grid div { display: grid; grid-template-columns: 110px 1fr; align-items: center; text-align: left; }
  .support-grid span { margin: 0; }
  .quick-points__grid { grid-template-columns: 1fr; }
  .quick-points article { display: grid; grid-template-columns: 45px 100px 1fr; align-items: center; gap: 8px; text-align: left; }
  .quick-points b, .quick-points p { margin: 0; }
  .policy-row { flex-direction: column; }
}

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