@import url("https://fonts.googleapis.com/css2?family=Gowun+Batang:wght@400;700&display=swap");

:root {
  --bg: #f6f7f4;
  --surface: #ffffff;
  --surface-2: #eef2ed;
  --text: #17201c;
  --muted: #65736d;
  --line: #dbe2dc;
  --primary: #0b6f4f;
  --primary-2: #084d3a;
  --accent: #c8a15a;
  --danger: #9f3b30;
  --shadow: 0 18px 45px rgba(23, 32, 28, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(219, 226, 220, 0.8);
  background: rgba(246, 247, 244, 0.92);
  backdrop-filter: blur(14px);
}

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

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  background: var(--primary);
  color: #fff;
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
}

.brand small,
.nav,
.eyebrow,
.form-note,
.footer span {
  color: var(--muted);
}

.form-note[data-type="success"] {
  color: var(--primary);
  font-weight: 900;
}

.form-note[data-type="error"] {
  color: var(--danger);
  font-weight: 900;
}

.nav {
  display: flex;
  gap: 18px;
  font-size: 14px;
  font-weight: 700;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 72px);
  padding: clamp(48px, 7vw, 96px) clamp(18px, 6vw, 88px);
}

.eyebrow {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 900px;
  margin-bottom: 22px;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 1.04;
}

.soul-title {
  font-family: "Gowun Batang", "Noto Serif KR", serif;
  font-weight: 700;
  letter-spacing: 0;
}

.soul-title.small {
  max-width: 860px;
  font-size: clamp(30px, 4vw, 54px);
}

.soul-line {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--primary-2);
  font-family: "Gowun Batang", "Noto Serif KR", serif;
  font-size: clamp(19px, 2.2vw, 26px);
  line-height: 1.65;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.12;
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
}

.lead {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.7;
}

.hero-actions,
.lead-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  padding: 0 20px;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.button.primary {
  background: var(--primary);
  color: #fff;
}

.button.secondary {
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
}

.button.ghost {
  background: transparent;
  color: var(--muted);
}

.proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 620px;
  margin-top: 34px;
}

.proof-row div,
.panel,
.feature-grid article,
.price-card,
.request-preview,
.apply-form,
.leads {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.proof-row div {
  padding: 16px;
}

.proof-row strong,
.proof-row span {
  display: block;
}

.proof-row strong {
  font-size: 22px;
}

.proof-row span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.request-preview {
  padding: 24px;
  box-shadow: var(--shadow);
}

.preview-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.preview-header span {
  color: var(--muted);
  font-weight: 800;
}

.preview-header strong {
  color: var(--primary);
}

dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

dl div {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 12px;
  padding: 14px;
  border-radius: 8px;
  background: var(--surface-2);
}

dt {
  color: var(--muted);
  font-weight: 800;
}

dd {
  margin: 0;
  font-weight: 900;
}

.status-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 18px;
}

.status-list span {
  padding: 10px;
  border-radius: 8px;
  background: var(--surface-2);
  color: var(--muted);
  text-align: center;
  font-size: 13px;
  font-weight: 900;
}

.status-list .done {
  background: var(--primary);
  color: #fff;
}

.band,
.features,
.pricing,
.website,
.apply,
.leads {
  margin: 0 clamp(18px, 6vw, 88px) clamp(28px, 5vw, 72px);
}

.band,
.features,
.pricing,
.website {
  padding: clamp(42px, 6vw, 72px) 0;
}

.section-head {
  max-width: 780px;
  margin-bottom: 28px;
}

.section-head.compact {
  margin-bottom: 10px;
}

.compare-grid,
.feature-grid,
.price-grid,
.website-grid,
.apply {
  display: grid;
  gap: 16px;
}

.compare-grid,
.price-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.website-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}

.panel,
.feature-grid article,
.price-card,
.site-preview,
.site-intake {
  padding: 24px;
}

.site-preview,
.site-intake {
  border: 1px solid var(--line);
  border-radius: 8px;
}

.site-preview {
  background: #111815;
  color: #fff;
}

.site-preview span,
.site-intake span {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--accent);
  font-weight: 900;
}

.site-preview ol,
.site-intake ul {
  line-height: 1.85;
}

.site-preview ol {
  color: rgba(255, 255, 255, 0.72);
}

.site-intake {
  background: var(--surface);
}

ul {
  margin: 0;
  padding-left: 19px;
  color: var(--muted);
  line-height: 1.75;
}

.problem h3 {
  color: var(--danger);
}

.solution h3,
.feature-grid span {
  color: var(--primary);
}

.feature-grid span {
  display: inline-block;
  margin-bottom: 26px;
  font-weight: 900;
}

.price-card {
  position: relative;
}

.price-card.featured {
  border-color: var(--primary);
  box-shadow: var(--shadow);
}

.tag {
  position: absolute;
  top: 18px;
  right: 18px;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 900;
}

.price-card strong {
  display: block;
  margin: 14px 0;
  font-size: 30px;
}

.price-card p,
.apply-copy p {
  color: var(--muted);
  line-height: 1.65;
}

.apply {
  grid-template-columns: minmax(0, 0.8fr) minmax(340px, 1.2fr);
  align-items: start;
  padding: clamp(28px, 5vw, 48px);
  border-radius: 8px;
  background: var(--primary-2);
  color: #fff;
}

.apply .eyebrow,
.apply-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.apply-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
  color: var(--text);
}

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.full {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--text);
  font: inherit;
  padding: 13px 12px;
}

textarea {
  resize: vertical;
}

.leads {
  padding: 24px;
}

.table-wrap {
  overflow-x: auto;
  margin-top: 16px;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

th,
td {
  border-bottom: 1px solid var(--line);
  padding: 12px;
  text-align: left;
  font-size: 14px;
}

th {
  color: var(--muted);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 6vw, 88px);
  border-top: 1px solid var(--line);
}

@media (max-width: 900px) {
  .hero,
  .apply,
  .compare-grid,
  .feature-grid,
  .website-grid,
  .price-grid {
    grid-template-columns: 1fr;
  }

  .proof-row {
    grid-template-columns: 1fr;
  }

  .nav {
    display: none;
  }

  .apply-form {
    grid-template-columns: 1fr;
  }

  .footer {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: 38px;
  }

  .hero {
    padding-top: 34px;
  }

  dl div {
    grid-template-columns: 1fr;
  }
}
