:root {
  color-scheme: light;
  --bg: oklch(0.985 0.006 85);
  --surface: oklch(0.996 0.003 85);
  --surface-soft: oklch(0.978 0.007 85);
  --ink: oklch(0.2 0.02 250);
  --muted: oklch(0.53 0.015 250);
  --line: oklch(0.9 0.008 85);
  --line-strong: oklch(0.82 0.012 85);
  --accent: oklch(0.28 0.04 220);
  --success: oklch(0.61 0.17 145);
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --font-sans: "Pretendard Variable", "Pretendard", "Apple SD Gothic Neo", sans-serif;
  font-family: var(--font-sans);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(to bottom, color-mix(in srgb, oklch(0.96 0.012 230) 60%, transparent), transparent 26%),
    var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.page {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 80px;
}

.topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  overflow: hidden;
  flex: 0 0 38px;
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-name {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brand-mark,
.eyebrow,
.flow-label,
.footer-domain {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.topbar-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.web-lang-switch {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.web-lang-select {
  min-height: 34px;
  padding: 0 28px 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2%204l4%204%204-4%22%20stroke%3D%22%23888%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  transition: border-color 0.18s ease;
}

.web-lang-select:focus {
  outline: none;
  border-color: var(--accent);
}

.topbar-link,
.primary-cta,
.secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  font-size: 13px;
  font-weight: 700;
}

.primary-cta,
.topbar-link-strong {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--surface);
}

.secondary-cta {
  background: transparent;
  color: var(--ink);
}

.primary-cta-block {
  width: 100%;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 30px;
  align-items: start;
  padding: 36px 0 40px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  max-width: 700px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface) 70%, transparent);
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: -0.05em;
}

h1 {
  max-width: 13ch;
  margin-top: 18px;
  font-size: clamp(2.6rem, 7vw, 4.9rem);
  line-height: 0.94;
}

#headline {
  display: grid;
  gap: 0.08em;
}

#headline .headline-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.6ch;
}

h2 {
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.08;
}

h3 {
  font-size: clamp(1.45rem, 2vw, 1.95rem);
  line-height: 1.08;
}

.lead,
.price-copy,
.flow-desc,
.compare-note {
  color: var(--muted);
}

.lead {
  max-width: 38ch;
  margin: 16px 0 0;
  font-size: 17px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.price-panel {
  display: grid;
  gap: 8px;
  padding-left: 22px;
  border-left: 1px solid var(--line);
}

.product-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  width: fit-content;
  margin: 0;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.price-row {
  display: flex;
  align-items: end;
  gap: 8px;
}

.price-value {
  font-size: clamp(2.6rem, 4vw, 3.6rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.price-note {
  padding-bottom: 6px;
  color: var(--muted);
  font-size: 13px;
}

.price-copy {
  margin: 0 0 8px;
  font-size: 13px;
}

.section {
  margin-top: 56px;
}

.section-head {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.flow-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.flow-copy {
  display: grid;
  align-content: start;
  gap: 10px;
}

.flow-label {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.flow-desc {
  max-width: 46ch;
  margin: 0;
  font-size: 14px;
}

.flow-shot {
  margin: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: color-mix(in srgb, var(--surface) 84%, transparent);
}

.flow-shot img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-md);
}

.flow-shot-mobile {
  max-width: 280px;
  justify-self: end;
}

.compare-section {
  max-width: 760px;
  margin-inline: auto;
}

.table-wrap {
  overflow-x: auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.plan-table {
  width: 100%;
  border-collapse: collapse;
}

.plan-table th,
.plan-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  text-align: center;
  white-space: nowrap;
}

.plan-table th:first-child,
.plan-table td:first-child {
  width: 100%;
  text-align: left;
  white-space: normal;
}

.plan-table thead th {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.plan-table tbody tr:last-child td {
  border-bottom: 0;
}

.cmp-check {
  color: var(--success);
  font-weight: 700;
}

.cmp-dash {
  color: var(--muted);
}

.compare-note {
  margin: 12px 0 0;
  font-size: 13px;
}

.compare-note strong {
  color: var(--ink);
}

.compare-cta-row {
  display: flex;
  justify-content: flex-start;
  margin-top: 18px;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 56px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.footer-domain {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--surface-soft);
}

@media (max-width: 900px) {
  .hero,
  .flow-row {
    grid-template-columns: 1fr;
  }

  .price-panel,
  .flow-shot-mobile {
    max-width: none;
    justify-self: stretch;
  }

  .price-panel {
    padding-left: 0;
    padding-top: 18px;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 720px) {
  .page {
    width: min(100%, calc(100% - 20px));
    padding-top: 14px;
  }

  .topbar {
    flex-direction: column;
    align-items: stretch;
  }

  .topbar-actions,
  .web-lang-switch {
    justify-content: flex-start;
  }

  .hero {
    gap: 22px;
    padding: 26px 0 30px;
  }

  h1 {
    max-width: none;
    font-size: clamp(2.1rem, 13vw, 3.3rem);
  }

  .hero-actions,
  .compare-cta-row {
    flex-direction: column;
  }

  .hero-actions a,
  .compare-cta-row a,
  .topbar-link {
    width: 100%;
  }

  .flow-row {
    gap: 18px;
    padding: 22px 0;
  }

  .flow-shot {
    padding: 12px;
  }

  .plan-table th,
  .plan-table td {
    padding: 14px 12px;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
