:root {
  color-scheme: light;
  --ink: oklch(25% 0.025 170);
  --muted: oklch(52% 0.035 170);
  --paper: oklch(98% 0.012 160);
  --surface: oklch(100% 0 0);
  --line: oklch(89% 0.025 160);
  --green: oklch(43% 0.105 166);
  --green-deep: oklch(34% 0.09 166);
  --mint: oklch(91% 0.055 162);
  --yellow: oklch(88% 0.12 88);
  --coral: oklch(72% 0.11 35);
  --shadow: 0 20px 60px oklch(27% 0.04 165 / 0.09);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif; line-height: 1.65; }
a { color: inherit; }
button, input { font: inherit; }
.skip-link { position: absolute; left: -9999px; top: 10px; z-index: 20; padding: 10px 14px; border-radius: 10px; background: var(--green-deep); color: var(--surface); }
.skip-link:focus { left: 10px; }
.shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: relative; z-index: 2; background: oklch(98% 0.012 160 / .76); border-bottom: 1px solid oklch(89% .025 160 / .78); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--green-deep); text-decoration: none; font-weight: 800; letter-spacing: -.025em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 12px 12px 12px 4px; background: var(--green); color: var(--surface); font-weight: 900; box-shadow: 4px 4px 0 var(--yellow); }
.header-link { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; padding: 8px 15px; color: var(--green-deep); text-decoration: none; font-size: .88rem; font-weight: 750; background: oklch(100% 0 0 / .58); }
.header-link:hover, .header-link:focus-visible { border-color: var(--green); background: var(--mint); }
.hero { position: relative; overflow: hidden; padding: 28px 0 48px; background: linear-gradient(180deg, oklch(97.5% .02 160), oklch(99% .008 90)); }
.hero:after { content: ""; position: absolute; inset: auto 0 0; height: 110px; opacity: .24; background: radial-gradient(ellipse at 20% 0%, transparent 0 45%, oklch(80% .06 160) 46% 47%, transparent 48%), radial-gradient(ellipse at 80% 0%, transparent 0 50%, oklch(86% .06 88) 51% 52%, transparent 53%); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(240px, .72fr) minmax(360px, 1.28fr); align-items: start; gap: clamp(28px, 4vw, 56px); }
.hero-copy { max-width: 700px; }
.eyebrow, .section-label { margin: 0 0 18px; color: var(--green); font-size: .76rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; letter-spacing: 0; text-transform: none; font-size: .92rem; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px oklch(72% .11 35 / .14); }
h1, h2, p { margin-top: 0; }
h1 { max-width: 520px; margin-bottom: 14px; font-size: clamp(1.85rem, 3.4vw, 3.15rem); line-height: 1.18; letter-spacing: -.045em; font-weight: 850; }
.hero-subtitle { max-width: 590px; margin-bottom: 29px; color: var(--muted); font-size: clamp(1rem, 1.7vw, 1.17rem); }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 20px; color: var(--green-deep); font-size: .9rem; font-weight: 700; }
.point-icon { display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 5px; border-radius: 50%; background: var(--mint); color: var(--green); font-size: .77rem; }
.note-kicker { margin-bottom: 18px; color: var(--green); font-size: .68rem; letter-spacing: .16em; font-weight: 900; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-orb-one { width: 280px; height: 280px; top: -150px; right: 14%; background: oklch(90% .12 88 / .42); }
.hero-orb-two { width: 180px; height: 180px; bottom: -110px; left: 8%; background: oklch(88% .09 165 / .48); }
.form-section { padding: 92px 0 100px; background: var(--paper); }
.form-layout { display: grid; grid-template-columns: minmax(230px, .72fr) minmax(0, 1.28fr); gap: clamp(30px, 8vw, 106px); align-items: start; }
.form-intro { position: sticky; top: 30px; }
.form-intro h5, .reassurance h5 { margin-bottom: 15px; font-size: clamp(1.35rem, 2.4vw, 1.8rem); line-height: 1.25; letter-spacing: -.04em; font-weight: 750; }
.form-intro > p:not(.section-label) { color: var(--muted); }
.privacy-callout { display: flex; gap: 10px; margin-top: 24px; padding: 14px; border-radius: 15px; background: var(--mint); color: var(--green-deep); font-size: .82rem; }
.privacy-callout > span:first-child { display: grid; place-items: center; flex: 0 0 20px; width: 20px; height: 20px; border: 1px solid oklch(43% .105 166 / .4); border-radius: 50%; font-weight: 900; }
.form-card { padding: clamp(23px, 4vw, 42px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.form-message { display: grid; gap: 3px; margin: 0 0 24px; padding: 14px 16px; border-radius: 13px; font-size: .9rem; }
.form-message.success { background: oklch(93% .06 155); color: oklch(32% .08 155); }.form-message.error { background: oklch(94% .055 35); color: oklch(39% .09 35); }
.form-message strong { font-weight: 850; }.form-message span { font-size: .82rem; }
.question-block { margin: 0 0 30px; padding: 0; border: 0; }
.question-block legend, .kakao-field label { display: flex; align-items: center; gap: 10px; width: 100%; margin-bottom: 13px; padding: 0; color: var(--ink); font-size: 1rem; font-weight: 850; }
.question-number { display: inline-grid; place-items: center; flex: 0 0 28px; width: 28px; height: 28px; border-radius: 9px; background: var(--mint); color: var(--green); font-size: .7rem; letter-spacing: .04em; }
.choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.choice-grid-large .choice { min-height: 58px; justify-content: center; color: var(--ink); font-size: 1.05rem; font-weight: 800; }
.choice { position: relative; touch-action: manipulation; -webkit-tap-highlight-color: transparent; display: flex; align-items: center; gap: 9px; min-height: 48px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); cursor: pointer; font-size: .88rem; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.choice:hover { border-color: oklch(43% .105 166 / .5); background: oklch(96% .035 160); transform: translateY(-1px); }.choice input { position: absolute; opacity: 0; }.choice-control { display: block; flex: 0 0 17px; width: 17px; height: 17px; border: 1px solid oklch(60% .035 170); border-radius: 50%; background: var(--surface); }.choice input:checked + .choice-control { border: 5px solid var(--green); }.choice input:checked ~ span:last-child { color: var(--green-deep); font-weight: 750; }.choice:has(input:checked) { border-color: oklch(43% .105 166 / .55); background: oklch(95% .045 160); }
.kakao-field { margin-top: 4px; }.kakao-field em { margin-left: auto; color: var(--coral); font-size: .68rem; font-style: normal; font-weight: 800; }.kakao-field input { width: 100%; font-size: 16px; min-height: 51px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; outline: 0; color: var(--ink); background: oklch(99% .006 160); }.kakao-field input:focus { border-color: var(--green); box-shadow: 0 0 0 4px oklch(43% .105 166 / .14); }.field-help, .form-footnote { margin: 8px 0 0; color: var(--muted); font-size: .76rem; }
.field-warn { margin: 8px 0 0; color: #c2410c; font-size: .8rem; font-weight: 750; line-height: 1.45; }
.kakao-guide { margin-top: 12px; padding: 14px 12px 12px; border: 2px solid #f2c200; border-radius: 16px; background: #fffdf3; }
.kakao-guide-title { margin: 0 0 8px; color: #e10600; font-size: .95rem; font-weight: 850; line-height: 1.45; }
.kakao-guide p { margin: 0 0 12px; color: #1d2430; font-size: .78rem; line-height: 1.55; }
.kakao-mocks { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10px; align-items: center; }
.kakao-phone { border: 1px solid #d9dde3; border-radius: 18px; background: #fff; box-shadow: 0 8px 18px rgba(24, 32, 48, .08); overflow: hidden; }
.kakao-phone-bar, .kakao-dialog-bar { display: flex; justify-content: space-between; align-items: center; padding: 10px 12px; background: #f6f7f8; font-size: .78rem; font-weight: 800; }
.kakao-phone ul { list-style: none; margin: 0; padding: 4px 0 8px; }
.kakao-phone li { display: flex; justify-content: space-between; align-items: center; gap: 8px; padding: 8px 12px; font-size: .72rem; }
.kakao-phone li.focus { background: #fff8d8; font-weight: 800; }
.kakao-phone i { width: 28px; height: 16px; border-radius: 999px; background: #d5d8de; position: relative; flex: 0 0 auto; }
.kakao-phone i.on { background: #fee500; }
.kakao-phone i.on:after, .kakao-phone i:after { content: ""; position: absolute; top: 2px; width: 12px; height: 12px; border-radius: 50%; background: #fff; }
.kakao-phone i:after { left: 2px; }
.kakao-phone i.on:after { left: 14px; }
.kakao-phone-dialog { background: transparent; border: 0; box-shadow: none; }
.kakao-dialog { border-radius: 14px; background: #4b4f55; color: #fff; overflow: hidden; }
.kakao-dialog-bar { background: transparent; color: #fff; }
.kakao-dialog-row { display: flex; gap: 8px; margin: 0 12px 14px; padding: 8px 10px; border-radius: 8px; background: #fff; color: #222; font-size: .75rem; }
@media (max-width: 520px) { .kakao-mocks { grid-template-columns: 1fr; } }

.consent { display: flex; gap: 9px; align-items: flex-start; margin: 23px 0 16px; color: var(--muted); font-size: .79rem; cursor: pointer; }.consent input { position: absolute; opacity: 0; }.consent-check { flex: 0 0 17px; width: 17px; height: 17px; margin-top: 3px; border: 1px solid oklch(60% .035 170); border-radius: 5px; background: var(--surface); }.consent input:checked + .consent-check { border-color: var(--green); background: var(--green); box-shadow: inset 0 0 0 3px var(--surface); }.consent a { color: var(--green-deep); font-weight: 750; }.submit-button { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; min-height: 58px; padding: 14px 18px; border: 0; border-radius: 14px; background: #ef6c00; color: #fff; cursor: pointer; font-size: 1.02rem; font-weight: 850; text-align: center; line-height: 1.35; }.submit-button span { font-size: 1.4rem; font-weight: 400; }.submit-button:hover, .submit-button:focus-visible { background: var(--green-deep); box-shadow: 0 10px 22px oklch(34% .09 166 / .19); transform: translateY(-1px); }.form-footnote { text-align: center; }
.reassurance { padding: 80px 0; background: var(--green-deep); color: var(--surface); }.reassurance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }.reassurance .section-label { color: var(--yellow); }.reassurance h5 { margin-bottom: 0; color: var(--surface); }.reassurance-grid > p { margin: 0; color: oklch(88% .025 165); }
.site-footer { background: oklch(21% .035 165); color: oklch(87% .02 165); }.footer-main { display: flex; justify-content: space-between; gap: 40px; padding: 38px 0 28px; }.footer-brand { margin-bottom: 9px; color: var(--surface); font-weight: 850; }.footer-company p, .footer-bottom p { margin: 3px 0; color: oklch(70% .025 165); font-size: .78rem; }.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; align-content: flex-start; gap: 8px 20px; }.footer-company a, .footer-links a { color: oklch(87% .02 165); font-size: .82rem; text-decoration: none; }.footer-links a:hover, .footer-links a:focus-visible { color: var(--yellow); text-decoration: underline; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0 26px; border-top: 1px solid oklch(100% 0 0 / .12); }.footer-bottom p { max-width: 680px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
@media (max-width: 820px) { .hero-grid, .form-layout, .reassurance-grid { grid-template-columns: 1fr; }.hero { padding: 22px 0 40px; }.hero .eyebrow, .hero h1, .hero .hero-subtitle, .hero .hero-points, .hero-form, .hero-visual { grid-column: 1; }.hero .eyebrow { grid-row: 1; }.hero h1 { grid-row: 2; }.hero .hero-subtitle { grid-row: 3; }.hero .hero-points { grid-row: 4; }.hero-form { grid-row: 5; }.hero-visual { grid-row: 6; }.form-intro { position: static; }.reassurance-grid { gap: 25px; }.footer-main, .footer-bottom { display: block; }.footer-links { justify-content: flex-start; margin-top: 22px; }.footer-bottom p + p { margin-top: 10px; } }
@media (max-width: 520px) { .shell { width: min(100% - 28px, 1120px); }.header-inner { min-height: 64px; }.header-link { padding: 7px 12px; }.hero { padding-top: 18px; }.hero-points { display: grid; gap: 8px; }.choice-grid { grid-template-columns: 1fr; }.form-section { padding: 68px 0 75px; }.form-card { padding: 22px 17px; border-radius: 19px; }.question-block { margin-bottom: 22px; }.reassurance { padding: 66px 0; } h1 { font-size: 1.7rem; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
/* Trust-first visual layer: original inline SVG, no stock-photo license risk and zero image request. */
.hero-visual { display: grid; gap: 12px; }
.illustration-card { position: relative; overflow: hidden; border: 1px solid oklch(100% 0 0 / .76); border-radius: 29px 29px 9px 29px; background: oklch(100% 0 0 / .62); box-shadow: var(--shadow); }
.trust-illustration { display: block; width: 100%; height: auto; }
.illustration-caption { display: grid; gap: 4px; padding: 17px 20px 20px; }
.illustration-caption .note-kicker { margin: 0; }
.illustration-caption strong { color: var(--green-deep); font-size: 1.06rem; letter-spacing: -.025em; }
.illustration-caption > span:last-child { color: var(--muted); font-size: .8rem; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.trust-grid > div { display: grid; gap: 1px; padding: 10px 12px; border: 1px solid oklch(89% .025 160); border-radius: 13px; background: oklch(100% 0 0 / .55); }
.trust-grid b { color: var(--coral); font-size: .67rem; letter-spacing: .08em; }
.trust-grid span { color: var(--green-deep); font-size: .75rem; font-weight: 750; }
.choice:focus-within { border-color: var(--green); box-shadow: 0 0 0 4px oklch(43% .105 166 / .12); }
.submit-button:disabled { cursor: wait; opacity: .78; transform: none; box-shadow: none; }
.submit-button.is-loading span { opacity: .45; }
.form-section, .reassurance { content-visibility: auto; contain-intrinsic-size: 700px; }
@media (max-width: 820px) { .hero-visual { max-width: 520px; } }
@media (max-width: 520px) { .trust-grid span { font-size: .7rem; } .trust-grid > div { padding: 9px 8px; } }
/* The lead form starts in the first viewport: Korean users see the next step before the illustration. */
.hero-grid { align-items: start; }
.hero-form { margin-top: 0; scroll-margin-top: 18px; }
.hero-copy { display: contents; }
.hero .eyebrow { grid-column: 1; grid-row: 1; }
.hero h1 { grid-column: 1; grid-row: 2; }
.hero .hero-subtitle { grid-column: 1; grid-row: 3; }
.hero .hero-points { grid-column: 1; grid-row: 4; align-self: start; }
.hero-form { grid-column: 2; grid-row: 1 / span 5; }
.hero-visual { grid-column: 1; grid-row: 5; align-self: end; }
.photo-credit { margin: 2px 2px 0; color: var(--muted); font-size: .72rem; letter-spacing: 0; }
.step-flow { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 16px; padding: 0; list-style: none; }
.step-flow li { display: flex; align-items: center; gap: 8px; min-height: 42px; padding: 8px 12px; border-radius: 999px; background: oklch(96% .03 160); color: var(--green-deep); font-size: .82rem; font-weight: 750; }
.step-flow li + li:before { content: "→"; margin-right: 2px; color: #ef6c00; font-weight: 850; }
.step-flow b { display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--green); color: #fff; font-size: .75rem; }
.figure-disclaimer { margin-top: 8px; color: var(--ink); font-size: .84rem; font-weight: 750; }
.hero h1 { color: #9f1239; }
.figure-band { padding: 12px 0 56px; }
.figure-layout { display: grid; grid-template-columns: minmax(220px, .7fr) minmax(280px, 1.3fr); gap: 28px; align-items: center; }
.figure-card { margin: 0; padding: 18px 16px 14px; border: 1px solid var(--line); border-radius: 24px; background: oklch(99% .008 80); box-shadow: var(--shadow); }
.body-figure { display: block; width: 100%; height: auto; }
.figure-labels { display: grid; grid-template-columns: 1fr 1fr; gap: 18%; margin-top: 4px; color: var(--green-deep); font-size: .82rem; font-weight: 750; text-align: center; }
.disclaimer-block { max-width: 860px; margin-top: 22px; color: var(--muted); font-size: .78rem; line-height: 1.65; }
.disclaimer-block h5 { margin: 0 0 8px; color: var(--ink); font-size: .95rem; }
.disclaimer-block p { margin: 0 0 .7em; }
.disclaimer-block a { color: var(--green-deep); font-weight: 750; }
@media (max-width: 820px) { .figure-layout { grid-template-columns: 1fr; } }
.legal-main { padding: 28px 0 72px; }
.legal-card { max-width: 760px; background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 28px 24px 8px; }
.legal-card h1 { margin: 0 0 12px; font-size: clamp(1.7rem, 3vw, 2.3rem); }
.legal-card h2 { margin: 1.5em 0 .45em; font-size: 1.12rem; letter-spacing: -.02em; }
.legal-card p, .legal-card li { margin: 0 0 .8em; }
.legal-card ul { margin: 0 0 1em 1.2em; padding: 0; }
.legal-card a { color: var(--green-deep); }
.age-field { margin: 0 0 30px; }
.age-field em, .number-field em { padding: 3px 8px; border-radius: 999px; background: oklch(95% .04 88); color: oklch(42% .08 70); }
.number-field { margin-top: 8px; padding-top: 18px; border-top: 1px solid var(--line); }
.hero-form .form-card { padding: clamp(20px, 3vw, 30px); }
.form-card-heading { padding-bottom: 18px; margin-bottom: 23px; border-bottom: 1px solid var(--line); }
.form-card-heading .section-label { margin-bottom: 10px; }
.form-card-heading h5 { margin: 0 0 7px; font-size: 1.05rem; line-height: 1.35; letter-spacing: -.02em; font-weight: 750; color: var(--green-deep); }
.form-card-heading p:last-child { margin: 0; color: var(--muted); font-size: .84rem; }
.hero-visual { position: sticky; top: 24px; }
.photo-card { overflow: hidden; border: 1px solid oklch(100% 0 0 / .76); border-radius: 29px 29px 9px 29px; background: oklch(100% 0 0 / .62); box-shadow: var(--shadow); }
.photo-card img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; object-position: center 20%; }
.photo-card-detail img { aspect-ratio: 4 / 3; object-position: center; }
@media (max-width: 820px) { .hero-visual { position: static; } }
@media (max-width: 900px) {
  .hero-grid { display: flex; flex-direction: column; gap: 16px; }
  .hero-copy { display: block; max-width: none; }
  .hero .eyebrow, .hero h1, .hero .hero-subtitle, .hero .hero-points, .hero-form, .hero-visual { grid-column: auto; grid-row: auto; width: 100%; max-width: none; }
  .hero h1 { font-size: 1.55rem; line-height: 1.28; letter-spacing: -.03em; }
  .hero .hero-subtitle { margin-bottom: 0; }
  .hero-points { display: flex; flex-wrap: wrap; gap: 8px; }
  .hero-form, .hero-form .form-card { width: 100%; }
  .choice-grid, .choice-grid-large { grid-template-columns: 1fr; }
  .kakao-mocks { grid-template-columns: 1fr; }
}