:root {
  --bg: #0b0f19;
  --surface: #141b2d;
  --surface-2: #1c2640;
  --text: #eef2ff;
  --muted: #a9b4d0;
  --accent: #ff5a7a;
  --accent-2: #ffb347;
  --line: rgba(255, 255, 255, 0.08);
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Noto Sans KR", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
}

svg { display: block; }
svg.icon-sm { width: 16px; height: 16px; flex-shrink: 0; }
svg.icon-title { width: 24px; height: 24px; flex-shrink: 0; color: var(--accent-2); }
svg.icon-legend { width: 18px; height: 18px; display: inline-block; vertical-align: -3px; margin-right: 4px; color: var(--accent-2); }
svg.icon-option { width: 22px; height: 22px; color: var(--accent-2); }

.container {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
}

.section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  font-size: clamp(1.35rem, 4vw, 1.75rem);
  line-height: 1.3;
}

.section-lead {
  margin: -8px 0 24px;
  color: var(--muted);
  font-size: 0.96rem;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 90, 122, 0.22), transparent 42%),
    radial-gradient(circle at 88% 8%, rgba(255, 179, 71, 0.14), transparent 38%),
    linear-gradient(160deg, #10182b 0%, #0b0f19 55%, #12182a 100%);
  padding: 40px 0 56px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -120px -10%;
  height: 240px;
  background: radial-gradient(circle, rgba(255, 90, 122, 0.08), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(280px, 36vw, 420px);
  gap: clamp(20px, 3vw, 36px);
  align-items: stretch;
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
}

.hero-content {
  min-width: 0;
  max-width: 640px;
}

.hero-visual {
  position: relative;
  min-height: 480px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

.hero-visual__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  object-position: center 12%;
}

.hero-visual__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 15, 25, 0.08) 0%, rgba(11, 15, 25, 0.45) 100%);
  pointer-events: none;
}

.hero-visual__live {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(11, 15, 25, 0.72);
  border: 1px solid rgba(255, 90, 122, 0.45);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 8px 24px rgba(255, 90, 122, 0.18);
  backdrop-filter: blur(8px);
}

.hero-visual__live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff3b5c;
  box-shadow: 0 0 0 0 rgba(255, 59, 92, 0.55);
  animation: hero-live-pulse 1.8s ease-out infinite;
}

@keyframes hero-live-pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 59, 92, 0.55); }
  70% { box-shadow: 0 0 0 10px rgba(255, 59, 92, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 59, 92, 0); }
}

.hero-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px;
}

.hero-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.88rem;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-tags li {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 179, 71, 0.1);
  border: 1px solid rgba(255, 179, 71, 0.22);
  color: #ffd9a0;
  font-size: 0.82rem;
  font-weight: 600;
}

.hero-headline {
  margin-bottom: 24px;
}

.hero-kicker {
  margin: 0 0 12px;
  color: var(--accent-2);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hero h1 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.hero-title-main {
  font-size: clamp(1.55rem, 4.5vw, 2.1rem);
  font-weight: 700;
  color: var(--muted);
}

.hero-title-sub {
  font-size: clamp(2.2rem, 7vw, 3.4rem);
  font-weight: 900;
  background: linear-gradient(135deg, #fff 20%, var(--accent) 55%, var(--accent-2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.hero-highlights li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  font-size: 0.84rem;
  color: var(--muted);
  line-height: 1.45;
}

.hero-highlights li:last-child {
  grid-column: 1 / -1;
}

.hero-highlights li svg {
  flex-shrink: 0;
  color: var(--accent-2);
}

.hero-highlights strong {
  color: var(--text);
  font-weight: 700;
}

.hero-quote {
  margin: 0 0 22px;
  padding: 18px 20px;
  border-left: 3px solid var(--accent);
  border-radius: 0 14px 14px 0;
  background: rgba(255, 255, 255, 0.04);
}

.hero-quote p {
  margin: 0;
  font-size: clamp(1.05rem, 3.5vw, 1.28rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.55;
}

.hero-body {
  margin-bottom: 28px;
}

.hero-body p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 1rem;
}

.hero-body p:last-child {
  margin-bottom: 0;
}

.hero-body strong {
  color: var(--text);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.cta-scroll {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #ff7b55);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: var(--shadow);
}

.cta-secondary {
  display: inline-flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.cta-secondary:hover {
  border-color: rgba(255, 179, 71, 0.35);
  background: rgba(255, 179, 71, 0.08);
}

.benefits, .locations, .apply {
  padding: 56px 0;
}

.benefit-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.benefit-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
}

.benefit-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 90, 122, 0.18), rgba(255, 179, 71, 0.12));
  border: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

.benefit-icon svg {
  width: 24px;
  height: 24px;
  color: var(--accent-2);
}

.benefit-list strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1rem;
}

.benefit-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.location-cards {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.location-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 190px;
  padding: 22px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 40%),
    linear-gradient(145deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line);
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.location-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  opacity: 0.85;
}

.location-card.is-active {
  border-color: rgba(255, 90, 122, 0.45);
  box-shadow: 0 12px 32px rgba(255, 90, 122, 0.12);
  transform: translateY(-2px);
}

.location-card-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.location-card-icon svg {
  width: 26px;
  height: 26px;
  color: var(--accent-2);
}

.location-card-body h3 {
  margin: 0 0 6px;
  font-size: 1.18rem;
}

.location-card-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.location-tag {
  align-self: flex-start;
  margin-top: auto;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.apply {
  background: linear-gradient(180deg, rgba(20, 27, 45, 0.2), rgba(20, 27, 45, 0.85));
}

.apply-head p {
  margin: 0 0 24px;
  color: var(--muted);
}

.apply-form {
  display: grid;
  gap: 22px;
}

fieldset {
  margin: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

legend {
  padding: 0 8px;
  font-weight: 700;
  font-size: 1.05rem;
}

.field {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.field:first-of-type { margin-top: 0; }

.field > span {
  font-weight: 500;
}

.field em {
  color: var(--accent);
  font-style: normal;
}

.channel-fieldset legend,
.channel-panel__head h3 em {
  color: var(--accent);
  font-style: normal;
}

.phone-verify {
  display: grid;
  gap: 10px;
}

.phone-verify__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.phone-verify__row input[type="tel"],
.phone-verify__row input[type="text"] {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #0f1524;
  color: var(--text);
  font: inherit;
}

.phone-verify__btn {
  padding: 14px 16px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 90, 122, 0.92), #ff7b55);
  color: #fff;
  font: inherit;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}

.phone-verify__btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.phone-verify__btn--confirm {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 179, 71, 0.35);
  color: #ffd9a0;
}

.phone-verify__status {
  margin: 0;
  min-height: 1.2em;
  font-size: 0.88rem;
  color: var(--muted);
}

.phone-verify__status.is-ok { color: #7dffb0; }
.phone-verify__status.is-error { color: #ff9db0; }
.phone-verify__status.is-info { color: #ffd9a0; }

.name-inline {
  margin-top: 0;
}

.name-inline + .field {
  margin-top: 16px;
}

.profile-inline {
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.profile-inline__item {
  margin-top: 0;
}

.segment-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.segment-option {
  cursor: pointer;
}

.segment-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.segment-option span {
  display: block;
  padding: 14px 16px;
  border-radius: 12px;
  background: #0f1524;
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  font-weight: 600;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.segment-option input:checked + span {
  border-color: rgba(255, 90, 122, 0.55);
  background: rgba(255, 90, 122, 0.1);
  color: #fff;
}

.channel-panel {
  margin-top: 16px;
  padding: 18px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.channel-panel:first-of-type {
  margin-top: 0;
}

.channel-panel__head h3 {
  margin: 0 0 4px;
  font-size: 1rem;
  color: var(--text);
}

.channel-panel__head p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.88rem;
}

.channel-fields {
  margin-top: 0;
}

.chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip-option {
  cursor: pointer;
}

.chip-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.chip-option span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #0f1524;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
  transition: all 0.18s ease;
}

.chip-option input:checked + span {
  color: #fff;
  border-color: rgba(255, 90, 122, 0.55);
  background: rgba(255, 90, 122, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 90, 122, 0.18);
}

.chip-option--accent input:checked + span {
  border-color: rgba(255, 179, 71, 0.55);
  background: rgba(255, 179, 71, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 179, 71, 0.18);
}

.field small {
  color: var(--muted);
  font-weight: 400;
}

input[type="text"],
input[type="tel"] {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #0f1524;
  color: var(--text);
  font: inherit;
}

input:focus {
  outline: 2px solid rgba(255, 90, 122, 0.45);
  border-color: rgba(255, 90, 122, 0.65);
}

.location-select-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.location-option {
  cursor: pointer;
}

.location-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.location-option-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-height: 118px;
  padding: 16px 12px;
  border-radius: 16px;
  background: #0f1524;
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.location-option-inner strong {
  font-size: 0.98rem;
}

.location-option-inner small {
  color: var(--muted);
  font-size: 0.82rem;
}

.location-option input:checked + .location-option-inner {
  border-color: rgba(255, 90, 122, 0.55);
  background: rgba(255, 90, 122, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 90, 122, 0.18);
}

.location-option input:focus-visible + .location-option-inner {
  outline: 2px solid rgba(255, 90, 122, 0.45);
  outline-offset: 2px;
}

.check-grid {
  display: grid;
  gap: 10px;
}

.check-grid.inline {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.check-grid label,
.agree {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #0f1524;
  border: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.privacy-box {
  padding: 16px;
  border-radius: 12px;
  background: #0f1524;
  color: var(--muted);
  font-size: 0.92rem;
}

.privacy-company {
  margin: 0 0 12px;
  color: var(--text);
}

.privacy-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 12px;
}

.privacy-table th,
.privacy-table td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  text-align: left;
  vertical-align: top;
}

.privacy-table th {
  width: 28%;
  min-width: 110px;
  color: var(--text);
  font-weight: 600;
  white-space: nowrap;
}

.privacy-table tr:last-child th,
.privacy-table tr:last-child td {
  border-bottom: 0;
}

.privacy-note {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
}

.submit-btn {
  width: 100%;
  padding: 18px 20px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--accent), #ff7b55);
  color: #fff;
  font: inherit;
  font-size: 1.08rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: var(--shadow);
}

.submit-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.closing-cta {
  padding: 0 0 48px;
}

.closing-card {
  position: relative;
  padding: 36px 28px 32px;
  border-radius: 22px;
  text-align: center;
  background:
    linear-gradient(160deg, rgba(255, 90, 122, 0.12), rgba(255, 179, 71, 0.06)),
    linear-gradient(180deg, var(--surface-2), var(--surface));
  border: 1px solid rgba(255, 90, 122, 0.28);
  box-shadow: 0 20px 60px rgba(255, 90, 122, 0.12);
  overflow: hidden;
}

.closing-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
}

.closing-card__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}

.closing-card__text {
  margin: 0 0 14px;
  color: var(--text);
  font-size: clamp(1rem, 3.2vw, 1.12rem);
  line-height: 1.75;
}

.closing-card__emphasis {
  margin: 0 0 22px;
  font-size: clamp(1.2rem, 4vw, 1.45rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #fff 0%, var(--accent-2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.closing-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #ff7b55);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.98rem;
  box-shadow: var(--shadow);
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.closing-card__btn:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

.site-footer {
  padding: 28px 0 40px;
  border-top: 1px solid var(--line);
}

.footer-compact {
  text-align: center;
}

.footer-brand {
  margin: 0 0 8px;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.footer-meta {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.6;
}

.copy {
  margin: 0;
  color: var(--muted);
  font-size: 0.75rem;
  opacity: 0.7;
}

@media (max-width: 820px) {
  .location-cards,
  .location-select-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero-content {
    max-width: none;
  }

  .hero-visual {
    min-height: 300px;
    order: 2;
  }

  .hero-visual__img {
    min-height: 300px;
  }

  .hero-highlights {
    grid-template-columns: 1fr;
  }

  .hero-highlights li:last-child {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .hero-highlights {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero { padding-top: 36px; }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .cta-scroll,
  .cta-secondary {
    justify-content: center;
  }
  .phone-verify__row {
    grid-template-columns: 1fr;
  }
  .profile-inline {
    grid-template-columns: 1fr;
  }
  fieldset { padding: 18px; }
  .check-grid.inline { grid-template-columns: 1fr; }
  .closing-card { padding: 28px 20px 24px; }
  .privacy-table th { white-space: normal; width: 34%; }
}
