:root {
  --forest: #1B4D3E;
  --forest-light: #2A6B58;
  --sand: #F8F5F0;
  --warm-gray: #E8E2DA;
  --charcoal: #2C2C2C;
  --mid: #6B6B6B;
  --cream: #FAF8F5;
  --white: #FFFFFF;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--charcoal);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* — Navigation — */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(248, 245, 240, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--warm-gray);
  padding: 0 48px;
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}
.nav-logo {
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 800;
  font-size: 22px;
  color: var(--forest);
  letter-spacing: -0.5px;
}
.nav-tagline {
  font-size: 14px;
  color: var(--mid);
  font-weight: 400;
}

/* — Hero — */
.hero {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 48px 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.hero-eyebrow {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--forest);
  margin-bottom: 20px;
}
.hero-headline {
  font-family: 'Nanum Myeongjo', serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--charcoal);
  margin-bottom: 24px;
  letter-spacing: -1px;
}
.hero-sub {
  font-size: 17px;
  color: var(--mid);
  line-height: 1.7;
  margin-bottom: 40px;
}
.hero-stats {
  display: flex;
  gap: 40px;
}
.hero-stat {
  display: flex;
  flex-direction: column;
}
.stat-number {
  font-family: 'Nanum Myeongjo', serif;
  font-size: 36px;
  font-weight: 800;
  color: var(--forest);
  line-height: 1;
}
.stat-label {
  font-size: 12px;
  color: var(--mid);
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Hero graphic - transformation panel */
.hero-graphic {
  display: flex;
  align-items: center;
  justify-content: center;
}
.transform-panel {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.panel {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
}
.panel-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 8px 12px;
  background: var(--warm-gray);
  color: var(--mid);
}
.panel-before .panel-label { background: #F0E8E0; color: #9A8A7A; }
.panel-after .panel-label { background: var(--forest); color: white; }

.blank-site {
  background: #FAFAFA;
  border: 1px solid #E8E0D8;
  position: relative;
  padding: 20px;
  min-height: 220px;
}
.blank-topbar {
  background: #E8E0D8;
  height: 32px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.blank-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.blank-line {
  height: 8px;
  background: #E8E0D8;
  border-radius: 4px;
}
.blank-line.wide { width: 100%; }
.blank-line.medium { width: 75%; }
.blank-line.short { width: 55%; }
.blank-divider {
  height: 1px;
  background: #E8E0D8;
  margin: 12px 0;
}
.blank-badge {
  position: absolute;
  bottom: 12px;
  right: 12px;
  font-size: 9px;
  font-weight: 600;
  background: #F5EDE6;
  color: #B8A898;
  padding: 4px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.built-site {
  background: white;
  border: 1px solid var(--forest);
  overflow: hidden;
}
.built-topbar {
  background: var(--forest);
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.built-logo {
  width: 20px;
  height: 20px;
  background: rgba(255,255,255,0.3);
  border-radius: 3px;
}
.built-nav-links { display: flex; gap: 8px; }
.built-nav { width: 36px; height: 6px; background: rgba(255,255,255,0.4); border-radius: 2px; }
.built-hero-block {
  padding: 16px;
  border-bottom: 1px solid #E8F0EC;
}
.built-headline {
  height: 12px;
  background: var(--forest);
  border-radius: 3px;
  width: 80%;
  margin-bottom: 8px;
  opacity: 0.9;
}
.built-sub { height: 7px; background: #D4E6DC; border-radius: 3px; width: 95%; margin-bottom: 12px; }
.built-btn {
  height: 24px;
  background: var(--forest);
  border-radius: 4px;
  width: 80px;
  opacity: 0.8;
}
.built-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  padding: 12px;
}
.built-card {
  height: 48px;
  background: #F0F7F2;
  border-radius: 4px;
  border: 1px solid #D4E6DC;
}
.panel-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
}

/* — Section structure — */
.section-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--forest);
  margin-bottom: 12px;
}
.section-headline {
  font-family: 'Nanum Myeongjo', serif;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.2;
  color: var(--charcoal);
  letter-spacing: -0.5px;
  margin-bottom: 56px;
}

/* — How it works — */
.how {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 48px;
  background: var(--sand);
  border-radius: 0;
}
.steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.step {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 32px;
  padding: 40px 0;
  border-bottom: 1px solid var(--warm-gray);
  align-items: start;
}
.step:last-child { border-bottom: none; }
.step-number {
  font-family: 'Nanum Myeongjo', serif;
  font-size: 48px;
  font-weight: 800;
  color: var(--warm-gray);
  line-height: 1;
}
.step-body h3 {
  font-family: 'Nanum Myeongjo', serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--charcoal);
  margin-bottom: 10px;
}
.step-body p {
  font-size: 15px;
  color: var(--mid);
  line-height: 1.65;
}

/* — Manifesto — */
.manifesto {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 48px;
}
.manifesto-quote {
  max-width: 760px;
}
blockquote {
  font-family: 'Nanum Myeongjo', serif;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  color: var(--charcoal);
  line-height: 1.4;
  margin-bottom: 24px;
  font-style: italic;
}
.manifesto-context {
  font-size: 16px;
  color: var(--mid);
  line-height: 1.7;
}

/* — Features — */
.features {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 48px;
  background: var(--sand);
}
.features-header { margin-bottom: 48px; }
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--warm-gray);
  border: 1px solid var(--warm-gray);
  border-radius: 16px;
  overflow: hidden;
}
.feature-card {
  background: var(--sand);
  padding: 36px 32px;
}
.feature-icon {
  margin-bottom: 16px;
}
.feature-card h3 {
  font-family: 'Nanum Myeongjo', serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--charcoal);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.feature-tag {
  font-size: 9px;
  font-weight: 700;
  background: var(--forest);
  color: white;
  padding: 2px 6px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.feature-card p {
  font-size: 14px;
  color: var(--mid);
  line-height: 1.6;
}

/* — Pricing — */
.pricing {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 48px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.price-card {
  background: white;
  border: 1.5px solid var(--warm-gray);
  border-radius: 16px;
  padding: 40px;
}
.price-card-featured {
  border-color: var(--forest);
  border-width: 2px;
  position: relative;
}
.price-card-featured::before {
  content: 'Most popular';
  position: absolute;
  top: -12px;
  left: 32px;
  background: var(--forest);
  color: white;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  letter-spacing: 0.3px;
}
.price-tier {
  font-family: 'Nanum Myeongjo', serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--forest);
  margin-bottom: 16px;
}
.price-amount {
  font-family: 'Nanum Myeongjo', serif;
  font-size: 56px;
  font-weight: 800;
  color: var(--charcoal);
  line-height: 1;
  margin-bottom: 4px;
}
.price-period {
  font-size: 14px;
  color: var(--mid);
  margin-bottom: 32px;
}
.price-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}
.price-features li {
  font-size: 15px;
  color: var(--charcoal);
  padding-left: 20px;
  position: relative;
}
.price-features li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--forest);
  font-weight: 700;
}
.price-note {
  font-size: 13px;
  color: var(--mid);
  font-style: italic;
}

/* — Closing — */
.closing {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 48px;
  text-align: center;
  border-top: 1px solid var(--warm-gray);
}
.closing-headline {
  font-family: 'Nanum Myeongjo', serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  color: var(--charcoal);
  letter-spacing: -1px;
  margin-bottom: 16px;
}
.closing-sub {
  font-size: 18px;
  color: var(--mid);
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

/* — Footer — */
.footer {
  background: var(--forest);
  padding: 48px;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.footer-logo {
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 800;
  font-size: 20px;
  color: white;
  display: block;
  margin-bottom: 8px;
}
.footer-tagline {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 16px;
}
.footer-copy {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
}

/* — Responsive — */
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 60px 32px;
  }
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .hero-stats {
    gap: 24px;
  }
}
@media (max-width: 600px) {
  .nav { padding: 0 24px; }
  .hero { padding: 48px 24px; }
  .how, .manifesto, .features, .pricing, .closing {
    padding: 60px 24px;
  }
  .features-grid {
    grid-template-columns: 1fr;
  }
  .step {
    grid-template-columns: 48px 1fr;
    gap: 16px;
  }
  .step-number { font-size: 36px; }
  .hero-stats {
    flex-wrap: wrap;
    gap: 20px;
  }
  .transform-panel {
    flex-direction: column;
  }
  .panel-arrow {
    transform: rotate(90deg);
    margin: 8px 0;
  }
  .footer { padding: 40px 24px; }
}