:root {
  --bg: #ffffff;
  --white: #ffffff;
  --text: #0a0a0a;
  --dim: rgba(10,10,10,.56);
  --soft: rgba(10,10,10,.78);
  --edge: rgba(10,10,10,.12);
  --rule: rgba(10,10,10,.22);
  --coral: #ff7a59;
  --coral-strong: #c2451f;
  --coral-deep: #a83b1a;
  --dark-bg: #0a0a0a;
  --dark-muted: rgba(255,255,255,.6);

  --ls-bg: #f4f4f4;
  --ls-card: #ffffff;
  --ls-text: #0a0a0a;
  --ls-muted: #6b6b6b;
  --ls-line: #e2e2e2;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: "Pretendard Variable", Pretendard, "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-synthesis: none; word-break: keep-all; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.wrap { width: min(1080px, calc(100% - 48px)); margin-inline: auto; }

.header { position: absolute; z-index: 10; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; width: min(1180px, calc(100% - 48px)); height: 96px; margin: auto; }
.logo { display: flex; align-items: center; }
.logo img { height: 44px; width: auto; display: block; }
.header nav { display: flex; align-items: center; gap: 30px; color: rgba(255,255,255,.85); font-size: 13.5px; font-weight: 600; letter-spacing: .01em; }
.nav-cta { padding: 11px 24px; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; color: #fff; font-weight: 700; transition: background .2s, color .2s, border-color .2s; }
.nav-cta:hover { border-color: #fff; background: #fff; color: var(--text); }

.hero { position: relative; display: flex; align-items: center; min-height: 740px; overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: 0; background: #0a0a0a; }
.hero-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 72% 42%; }
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(8,8,8,.9) 0%, rgba(8,8,8,.64) 34%, rgba(8,8,8,.22) 58%, rgba(8,8,8,.02) 76%),
    linear-gradient(180deg, rgba(8,8,8,.52) 0%, rgba(8,8,8,0) 26%);
}

.hero-content { position: relative; z-index: 2; padding: 188px 0 110px; text-align: left; }
.hero h1 { max-width: 720px; margin: 24px 0 0; color: #fff; font-size: clamp(40px, 5.2vw, 60px); font-weight: 750; line-height: 1.3; letter-spacing: -.01em; }
.kicker, .section-label { margin: 0; color: var(--coral-strong); font-size: 11px; font-weight: 750; letter-spacing: .22em; text-transform: uppercase; }
.hero-content .kicker { color: var(--coral); }
.hero-copy { max-width: 520px; margin: 28px 0 40px; color: rgba(255,255,255,.78); font-size: 17.5px; font-weight: 450; line-height: 1.8; letter-spacing: -.01em; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 36px; border: 0; border-radius: 999px; color: #fff; background: var(--coral-strong); font-size: 15.5px; font-weight: 750; letter-spacing: .01em; cursor: pointer; transition: background .2s, transform .2s, box-shadow .2s; box-shadow: 0 14px 32px rgba(194,69,31,.24); }
.primary-button:hover { background: var(--coral-deep); transform: translateY(-1px); box-shadow: 0 16px 36px rgba(168,59,26,.3); }
.hero-action-row { display: flex; align-items: center; gap: 20px; }
.hero-action-row > span { color: rgba(255,255,255,.66); font-size: 12.5px; letter-spacing: .02em; }
.hero-action-row > span::before { content: "✓"; margin-right: 7px; color: var(--coral); font-weight: 750; }

.trust-strip { padding: 110px 0 120px; }
.trust-strip h2 { max-width: 560px; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; margin-top: 64px; }
.trust-grid > div { display: flex; flex-direction: column; align-items: flex-start; padding-top: 28px; border-top: 1px solid var(--rule); }
.trust-num { order: 0; margin: 0 0 40px; color: var(--coral-strong); font-size: 12.5px; font-weight: 750; letter-spacing: .14em; }
.trust-grid i { display: none; }
.trust-grid > div > div { order: 1; }
.trust-grid strong { display: block; color: var(--text); font-size: 18px; font-weight: 750; letter-spacing: -.01em; }
.trust-grid p { margin: 10px 0 0; color: var(--dim); font-size: 14.5px; line-height: 1.7; }

.statement { display: grid; grid-template-columns: 140px 1fr; gap: 10px; align-items: start; padding: 150px 0 160px; text-align: left; }
.quote-mark { margin: 0; color: var(--coral); font-family: Georgia, "Noto Serif KR", serif; font-size: 180px; line-height: .6; opacity: .95; }
.statement-body > p:last-child { max-width: 620px; margin: 32px 0 0; color: var(--dim); font-size: 17.5px; line-height: 1.85; }
.statement h2, .apply h2, .app-preview h2, .journey h2, .trust-strip h2 { margin: 24px 0 0; color: var(--text); font-size: clamp(34px, 4.2vw, 50px); font-weight: 750; line-height: 1.35; letter-spacing: -.01em; }

.journey { padding: 40px 0 110px; }
.journey-line { position: relative; list-style: none; margin: 64px 0 0; padding: 0; }
.journey-line::before { content: ""; position: absolute; top: 6px; bottom: 6px; left: 50%; width: 1px; background: var(--edge); transform: translateX(-50%); }
.journey-line li { position: relative; display: grid; grid-template-columns: 1fr 64px 1fr; align-items: center; gap: 0 40px; padding: 36px 0; }
.node { grid-column: 2; display: grid; place-items: center; justify-self: center; width: 50px; height: 50px; border-radius: 50%; background: var(--coral-strong); color: #fff; font-size: 13.5px; font-weight: 750; letter-spacing: .04em; box-shadow: 0 0 0 10px var(--bg); z-index: 2; }
.journey-card { grid-column: 1; padding: 30px 32px; border: 1px solid var(--edge); border-radius: 16px; background: var(--bg); text-align: right; }
.journey-line li:nth-child(even) .journey-card { grid-column: 3; text-align: left; }
.q-tag { display: block; color: var(--coral-strong); font-size: 10.5px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.journey-card h3 { margin: 10px 0 0; color: var(--text); font-size: 19px; font-weight: 750; letter-spacing: -.01em; }
.journey-card p { margin: 10px 0 0; color: var(--dim); font-size: 15px; line-height: 1.8; }

.app-preview { padding: 40px 0 130px; text-align: center; }
.phones { display: flex; justify-content: center; align-items: center; margin-top: 80px; }
.phone {
  position: relative;
  flex-shrink: 0;
  width: 220px;
  padding: 7px;
  border-radius: 46px;
  background: linear-gradient(160deg, #4d4d4d 0%, #262626 20%, #0f0f0f 58%, #262626 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.14), inset 0 1.5px 2px rgba(255,255,255,.3), 0 36px 80px rgba(10,10,10,.3);
}
.phone::before, .phone::after { content: ""; position: absolute; background: linear-gradient(180deg, #5c5c5c, #141414); }
.phone::before { left: -3px; top: 92px; width: 3px; height: 44px; border-radius: 2px 0 0 2px; }
.phone::after { right: -3px; top: 116px; width: 3px; height: 62px; border-radius: 0 2px 2px 0; }
.phone-side { width: 196px; transform: translateY(26px); opacity: .92; }
.phone-center { z-index: 2; width: 244px; margin: 0 -14px; }
.phone-screen { position: relative; display: flex; flex-direction: column; aspect-ratio: 9 / 19.5; padding: 16px 14px 12px; border-radius: 40px; background: var(--ls-bg); text-align: left; overflow: hidden; }
.phone-screen::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(255,255,255,.35) 0%, rgba(255,255,255,0) 26%); pointer-events: none; }
.dynamic-island { position: absolute; z-index: 5; top: 10px; left: 50%; width: 58px; height: 18px; background: #050505; border-radius: 999px; transform: translateX(-50%); }
.icon { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; display: block; }

.status-bar { display: flex; align-items: center; justify-content: space-between; padding: 0 2px 12px; color: var(--ls-text); font-size: 11px; font-weight: 800; }
.status-icons { display: flex; align-items: center; gap: 5px; }
.signal-bars { display: flex; align-items: flex-end; gap: 2px; height: 8px; }
.signal-bars span { width: 3px; background: var(--ls-text); border-radius: 1px; }
.signal-bars span:nth-child(1) { height: 3px; }
.signal-bars span:nth-child(2) { height: 5px; }
.signal-bars span:nth-child(3) { height: 6.5px; }
.signal-bars span:nth-child(4) { height: 8px; }
.battery { position: relative; display: block; width: 20px; height: 10px; border: 1.4px solid var(--ls-text); border-radius: 2.5px; }
.battery::after { content: ""; position: absolute; top: 2.5px; right: -4px; width: 2px; height: 4px; background: var(--ls-text); border-radius: 0 1px 1px 0; }
.battery-fill { position: absolute; inset: 1.5px; width: 70%; background: var(--ls-text); border-radius: 1px; }

.app-topbar { display: flex; align-items: center; gap: 8px; padding-bottom: 12px; margin-bottom: 14px; border-bottom: 1px solid var(--ls-line); color: var(--ls-text); }
.app-topbar strong { font-size: 13px; font-weight: 800; }

.q-progress { height: 4px; margin-bottom: 6px; border-radius: 2px; background: var(--ls-line); overflow: hidden; }
.q-progress span { display: block; height: 100%; background: var(--coral-strong); border-radius: 2px; }
.q-count { margin: 0 0 14px; color: var(--ls-muted); font-size: 10px; font-weight: 700; }
.q-title { margin: 0 0 16px; color: var(--ls-text); font-size: 15px; font-weight: 750; line-height: 1.45; }
.q-options { display: flex; flex-direction: column; gap: 8px; }
.q-opt { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid var(--ls-line); border-radius: 12px; background: var(--ls-card); color: var(--ls-muted); font-size: 12px; font-weight: 700; }
.q-opt.selected { border-color: var(--coral); background: rgba(255,122,89,.12); color: var(--coral-strong); }
.q-radio { display: grid; place-items: center; width: 17px; height: 17px; border: 1.5px solid var(--ls-line); border-radius: 50%; flex-shrink: 0; }
.q-opt.selected .q-radio { border-color: var(--coral-strong); background: var(--coral-strong); }
.q-opt.selected .q-radio .icon { width: 10px; height: 10px; color: #fff; stroke-width: 3; }

.tab-bar { display: flex; justify-content: space-around; margin-top: auto; padding-top: 12px; border-top: 1px solid var(--ls-line); color: var(--ls-muted); }
.tab-bar span { display: flex; opacity: .4; }
.tab-bar span.active { color: var(--coral-strong); opacity: 1; }
.tab-bar .icon { width: 19px; height: 19px; }

.match-photo { width: 100%; aspect-ratio: 4 / 5; margin-bottom: 12px; border-radius: 16px; overflow: hidden; }
.match-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.match-info { margin-bottom: 12px; }
.match-info strong { display: block; color: var(--ls-text); font-size: 14px; }
.match-info span { display: block; margin-top: 2px; color: var(--ls-muted); font-size: 11px; }
.match-score { margin-bottom: 14px; }
.match-score-label { display: flex; justify-content: space-between; margin-bottom: 6px; color: var(--ls-muted); font-size: 10.5px; font-weight: 700; }
.match-score-bar { height: 6px; border-radius: 3px; background: var(--ls-line); overflow: hidden; }
.match-score-bar span { display: block; height: 100%; background: var(--coral-strong); border-radius: 3px; }
.match-badges { display: flex; flex-direction: column; gap: 6px; margin-bottom: 12px; }
.match-badges em { display: flex; align-items: center; gap: 6px; padding: 7px 10px; border-radius: 10px; background: var(--ls-card); color: var(--ls-text); font-size: 10.5px; font-weight: 700; font-style: normal; }
.match-badges em .icon { width: 12px; height: 12px; stroke-width: 2.6; flex-shrink: 0; color: var(--coral-strong); }

.date-cta { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: auto; padding: 12px; border-radius: 14px; background: var(--ls-text); color: var(--white); font-size: 12px; font-weight: 800; text-align: center; }
.date-cta .icon { width: 15px; height: 15px; }

.ticket { padding: 16px; border: 1px solid var(--ls-line); border-radius: 16px; background: var(--ls-card); }
.ticket-row { display: flex; align-items: center; gap: 10px; color: var(--ls-text); }
.ticket-row div strong { display: block; color: var(--ls-text); font-size: 13px; }
.ticket-row div span { display: block; margin-top: 2px; color: var(--ls-muted); font-size: 11px; }
.ticket-divider { position: relative; height: 1px; margin: 12px 0; background: var(--ls-line); }
.ticket-divider::before, .ticket-divider::after { content: ""; position: absolute; top: -5px; width: 10px; height: 10px; border-radius: 50%; background: var(--ls-bg); }
.ticket-divider::before { left: -16px; }
.ticket-divider::after { right: -16px; }
.date-note { display: flex; align-items: center; justify-content: center; gap: 6px; margin: 12px 0 0; padding: 8px 10px; border-radius: 10px; background: rgba(255,122,89,.1); color: var(--coral-strong); font-size: 11px; font-weight: 700; text-align: center; }
.date-note .icon { width: 13px; height: 13px; stroke-width: 2.4; }

.manifesto { width: 100%; margin: 0; color: var(--white); background: var(--dark-bg); }
.manifesto-inner { padding-top: 150px; padding-bottom: 150px; }
.manifesto blockquote { max-width: 900px; margin: 30px 0; font-size: clamp(32px, 3.8vw, 48px); font-weight: 700; line-height: 1.45; letter-spacing: -.01em; }
.manifesto-inner > p:last-child { margin: 0; color: var(--dark-muted); font-size: 15px; }
.manifesto .section-label { color: var(--coral); }

.apply { display: grid; grid-template-columns: 1fr 470px; gap: 100px; align-items: start; padding-top: 120px; padding-bottom: 160px; }
.apply-intro > p:not(.section-label) { max-width: 440px; margin: 30px 0 0; color: var(--dim); font-size: 16.5px; line-height: 1.85; }
.apply-intro ul { display: flex; flex-wrap: wrap; gap: 12px 26px; margin: 34px 0 0; padding: 0; color: var(--soft); font-size: 13.5px; list-style: none; }
.apply-intro li::before { content: "✓"; margin-right: 8px; color: var(--coral-strong); }
.form-card { padding: 44px; border: 1px solid var(--edge); border-radius: 20px; background: var(--bg); box-shadow: 0 40px 90px rgba(10,10,10,.07); }
.form-heading { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 32px; }
.form-heading strong { color: var(--text); font-size: 21px; font-weight: 750; letter-spacing: -.01em; }
.form-heading span { color: var(--dim); font-size: 12px; letter-spacing: .04em; }
fieldset { margin: 0 0 24px; padding: 0; border: 0; }
legend, .field-grid label, .phone-label, .select-label { display: block; color: var(--soft); font-size: 12.5px; font-weight: 700; letter-spacing: .02em; }
.choice-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }
.choice-row input { position: absolute; opacity: 0; }
.choice-row span { display: grid; place-items: center; height: 52px; border: 1px solid var(--edge); border-radius: 12px; background: var(--bg); color: var(--dim); font-size: 14.5px; cursor: pointer; transition: border-color .18s, background .18s, color .18s; }
.choice-row input:checked + span { border-color: var(--coral-strong); color: var(--coral-strong); background: rgba(194,69,31,.05); font-weight: 750; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.phone-label input { width: 100%; height: 52px; margin-top: 10px; padding: 0 16px; border: 1px solid var(--edge); border-radius: 12px; color: var(--text); background: var(--bg); font-size: 14.5px; outline: none; transition: border-color .18s, box-shadow .18s; }
.phone-label input:focus { border-color: var(--coral-strong); box-shadow: 0 0 0 4px rgba(194,69,31,.1); }
.phone-label { margin-top: 24px; }
.field-optional { color: var(--dim); font-size: 11px; font-weight: 500; text-transform: none; letter-spacing: normal; }

.select-shell { position: relative; margin-top: 10px; }
.select-native { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; padding: 0; border: 0; opacity: 0; pointer-events: none; }
.select-trigger { display: flex; align-items: center; justify-content: space-between; gap: 8px; width: 100%; height: 52px; padding: 0 16px; border: 1px solid var(--edge); border-radius: 12px; background: var(--bg); color: var(--dim); font-size: 14.5px; text-align: left; cursor: pointer; transition: border-color .18s, box-shadow .18s; }
.select-trigger.has-value { color: var(--text); }
.select-chevron { width: 16px; height: 16px; color: var(--dim); flex-shrink: 0; transition: transform .2s; }
.custom-select.open .select-trigger { border-color: var(--coral-strong); box-shadow: 0 0 0 4px rgba(194,69,31,.1); }
.custom-select.open .select-chevron { transform: rotate(180deg); }
.select-layer { position: absolute; z-index: 20; top: calc(100% + 8px); left: 0; right: 0; max-height: 230px; overflow-y: auto; margin: 0; padding: 6px; list-style: none; border: 1px solid var(--edge); border-radius: 14px; background: var(--white); box-shadow: 0 24px 60px rgba(10,10,10,.14); }
.select-layer li { padding: 11px 13px; border-radius: 9px; color: var(--text); font-size: 14px; cursor: pointer; transition: background .12s, color .12s; }
.select-layer li:hover { background: rgba(10,10,10,.04); }
.select-layer li[aria-selected="true"] { color: var(--coral-strong); font-weight: 750; background: rgba(194,69,31,.06); }
.phone-label input::placeholder { color: rgba(10,10,10,.32); }
.consent { display: flex; align-items: flex-start; gap: 9px; margin: 26px 0; color: var(--dim); font-size: 11.5px; line-height: 1.6; }
.consent input { margin: 2px 0 0; accent-color: var(--coral-strong); }
.submit { width: 100%; }
.legal { margin: 16px 0 0; color: rgba(10,10,10,.4); font-size: 10.5px; line-height: 1.6; text-align: center; }
.survey-intro { margin: -14px 0 28px; color: var(--dim); font-size: 13px; line-height: 1.7; }
.survey-q { margin-bottom: 24px; }
.survey-options { display: flex; flex-direction: column; gap: 8px; margin-top: 10px; }
.survey-options label { display: flex; align-items: center; gap: 11px; padding: 12px 14px; border: 1px solid var(--edge); border-radius: 12px; background: var(--bg); color: var(--dim); font-size: 13.5px; font-weight: 600; cursor: pointer; transition: border-color .18s, background .18s, color .18s; }
.survey-options input { position: absolute; opacity: 0; }
.survey-options label::before { content: ""; flex-shrink: 0; width: 16px; height: 16px; border: 1.5px solid var(--edge); border-radius: 50%; transition: border-color .15s, background .15s; }
.survey-options input:checked + span { color: var(--coral-strong); font-weight: 750; }
.survey-options label:has(input:checked) { border-color: var(--coral-strong); background: rgba(194,69,31,.04); }
.survey-options label:has(input:checked)::before { border-color: var(--coral-strong); border-width: 5px; }
.skip-link { display: block; width: 100%; margin-top: 14px; padding: 12px; border: 0; background: none; color: var(--dim); font-size: 13px; font-weight: 600; text-align: center; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; transition: color .15s; }
.skip-link:hover { color: var(--text); }
.form-message { display: none; margin: 16px 0 0; padding: 13px; border-radius: 12px; color: var(--coral-strong); background: rgba(194,69,31,.06); font-size: 12.5px; font-weight: 700; text-align: center; }
.form-message.visible { display: block; }
.form-message.error { color: #b3261e; background: rgba(179,38,30,.07); }

footer { padding: 64px 0 68px; border-top: 1px solid var(--edge); }
footer .wrap { display: grid; grid-template-columns: 1fr auto auto; gap: 40px; align-items: center; color: var(--dim); font-size: 12.5px; letter-spacing: .02em; }
.footer-logo { display: inline-flex; }
.footer-logo img { height: 34px; width: auto; display: block; }
footer p { margin: 0; }

@media (max-width: 760px) {
  .wrap { width: min(100% - 36px, 560px); }
  .header { width: calc(100% - 36px); height: 74px; }
  .header nav > a:first-child { display: none; }
  .logo img { height: 36px; }
  .hero { min-height: 620px; }
  .hero-media img { object-position: 78% 40%; }
  .hero-media::after { background: rgba(8,8,8,.68); }
  .hero-content { padding: 112px 0 64px; }
  .hero h1 { max-width: 100%; font-size: 33px; }
  .hero-copy { max-width: 100%; font-size: 15.5px; }
  .trust-strip { padding: 68px 0 76px; }
  .trust-strip h2 { font-size: 29px; }
  .trust-grid { grid-template-columns: 1fr; gap: 26px; margin-top: 40px; }
  .trust-grid > div { padding-top: 22px; }
  .trust-num { margin-bottom: 18px; }
  .statement { grid-template-columns: 1fr; padding: 96px 0 104px; }
  .quote-mark { font-size: 96px; margin-bottom: -16px; }
  .statement h2 { font-size: 30px; }
  .statement br { display: none; }
  .journey { padding: 20px 0 76px; }
  .journey-line { margin-top: 44px; }
  .journey-line::before { left: 22px; }
  .journey-line li { grid-template-columns: 44px 1fr; gap: 0 18px; padding: 24px 0; }
  .node { grid-column: 1; width: 44px; height: 44px; font-size: 12.5px; box-shadow: 0 0 0 7px var(--bg); }
  .journey-card, .journey-line li:nth-child(even) .journey-card { grid-column: 2; text-align: left; padding: 24px 24px; }
  .app-preview { padding: 20px 0 84px; }
  .app-preview h2 { font-size: 30px; }
  .phones { flex-direction: column; gap: 28px; margin-top: 52px; }
  .phone, .phone-side, .phone-center { width: min(100%, 260px); margin: 0; transform: none; opacity: 1; }
  .manifesto-inner { padding-top: 100px; padding-bottom: 100px; }
  .manifesto blockquote { font-size: 29px; }
  .manifesto blockquote br { display: none; }
  .apply { grid-template-columns: 1fr; gap: 60px; padding-top: 84px; padding-bottom: 104px; }
  .form-card { padding: 30px 24px; border-radius: 18px; }
  footer { padding: 48px 0 52px; }
  footer .wrap { grid-template-columns: 1fr; gap: 10px; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 31px; }
  .field-grid { grid-template-columns: 1fr; gap: 22px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
