:root {
  --bg: #FAFAF5;
  --bg-alt: #F0F0E8;
  --fg: #1A1A1A;
  --fg-muted: #6B6B6B;
  --accent: #1B4332;
  --accent-light: #2D6A4F;
  --highlight: #F59E0B;
  --highlight-light: #FEF3C7;
  --border: #D4D4C8;
}

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

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

/* Navbar */
.navbar {
  padding: 20px 40px;
  border-bottom: 1px solid var(--border);
  background: var(--bg);
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.nav-logo {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  color: var(--fg);
}
.logo-accent { color: var(--accent); }
.nav-tagline {
  font-size: 0.875rem;
  color: var(--fg-muted);
  font-weight: 400;
}

/* Hero */
.hero {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.hero-overline {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.hero-headline {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--fg);
  margin-bottom: 20px;
}
.hero-sub {
  font-size: 1.0625rem;
  color: var(--fg-muted);
  line-height: 1.65;
  max-width: 480px;
}
.hero-stats {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 36px;
  padding: 24px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.stat { display: flex; flex-direction: column; }
.stat-number {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 1.75rem;
  color: var(--accent);
  line-height: 1;
}
.stat-label {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--fg-muted);
  margin-top: 4px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.stat-divider {
  width: 1px;
  height: 40px;
  background: var(--border);
}

/* Mockup */
.hero-visual { display: flex; justify-content: center; }
.website-mockup {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  width: 100%;
  max-width: 420px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08), 0 4px 16px rgba(0,0,0,0.05);
}
.mockup-topbar {
  background: #F5F5F0;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--border);
}
.mockup-dots { display: flex; gap: 5px; }
.mockup-dots span {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--border);
}
.mockup-url { font-size: 0.6875rem; color: var(--fg-muted); font-family: monospace; }
.mockup-body { padding: 20px; }
.mockup-nav {
  display: flex; gap: 12px; margin-bottom: 20px;
  font-size: 0.625rem; color: var(--fg-muted); font-weight: 500;
}
.mockup-hero-block {
  background: var(--accent);
  border-radius: 8px;
  padding: 20px 16px;
  margin-bottom: 16px;
  color: #fff;
}
.mockup-headline {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  margin-bottom: 4px;
}
.mockup-subline { font-size: 0.6875rem; opacity: 0.8; margin-bottom: 12px; }
.mockup-cta {
  background: var(--highlight);
  color: var(--fg);
  font-size: 0.625rem;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 4px;
  display: inline-block;
}
.mockup-cards { display: flex; gap: 10px; }
.mock-card {
  flex: 1;
  height: 48px;
  background: var(--bg-alt);
  border-radius: 6px;
}

/* Process */
.process {
  background: var(--bg-alt);
  padding: 80px 40px;
}
.section-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}
.section-headline {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: clamp(1.375rem, 2.5vw, 1.875rem);
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--fg);
  max-width: 600px;
  margin-bottom: 48px;
}
.process-steps {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.step { flex: 1; }
.step-arrow {
  color: var(--accent);
  padding-top: 16px;
  flex-shrink: 0;
}
.step-number {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 0.8125rem;
  color: var(--highlight);
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}
.step h3 {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 8px;
}
.step p { font-size: 0.9375rem; color: var(--fg-muted); line-height: 1.55; }

/* Features */
.features {
  padding: 80px 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.feature-card {
  padding: 28px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  transition: box-shadow 0.2s;
}
.feature-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.06);
}
.feature-icon {
  width: 48px;
  height: 48px;
  background: var(--bg-alt);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  margin-bottom: 16px;
}
.feature-card h3 {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 8px;
}
.feature-card p { font-size: 0.9rem; color: var(--fg-muted); line-height: 1.55; }

/* Pricing */
.pricing {
  padding: 80px 40px;
  background: var(--bg-alt);
}
.pricing-cards {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  justify-content: center;
}
.pricing-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 36px;
  width: 340px;
  position: relative;
}
.pricing-card.featured {
  border: 2px solid var(--accent);
  box-shadow: 0 12px 40px rgba(27,67,50,0.12);
}
.pricing-tier {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--fg-muted);
  margin-bottom: 12px;
}
.pricing-price {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
  color: var(--fg);
  line-height: 1;
  margin-bottom: 4px;
}
.price-per { font-size: 1.25rem; font-weight: 600; }
.pricing-note {
  font-size: 0.8125rem;
  color: var(--fg-muted);
  margin-bottom: 4px;
}
.pricing-detail {
  font-size: 0.8125rem;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 28px;
}
.pricing-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pricing-features li {
  font-size: 0.9rem;
  color: var(--fg-muted);
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.pricing-features li::before {
  content: '';
  width: 16px;
  height: 16px;
  min-width: 16px;
  background: var(--highlight-light);
  border-radius: 50%;
  display: inline-block;
  margin-top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%23F59E0B' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.pricing-badge {
  position: absolute;
  top: -12px;
  right: 24px;
  background: var(--highlight);
  color: var(--fg);
  font-size: 0.6875rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Closing */
.closing {
  padding: 80px 40px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.closing h2 {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--fg);
  margin-bottom: 20px;
}
.closing p {
  font-size: 1.0625rem;
  color: var(--fg-muted);
  line-height: 1.65;
  max-width: 640px;
  margin: 0 auto;
}

/* Footer */
.footer {
  border-top: 1px solid var(--border);
  padding: 40px;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.footer-logo {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  margin-bottom: 6px;
}
.footer-tagline {
  font-size: 0.875rem;
  color: var(--fg-muted);
  margin-bottom: 12px;
}
.footer-copy {
  font-size: 0.75rem;
  color: var(--fg-muted);
}

/* Responsive */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding: 48px 24px 40px; gap: 40px; }
  .hero-visual { display: none; }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .pricing-cards { flex-direction: column; align-items: center; }
  .process-steps { flex-direction: column; gap: 32px; }
  .step-arrow { display: none; }
}
@media (max-width: 600px) {
  .navbar { padding: 16px 20px; }
  .features-grid { grid-template-columns: 1fr; }
  .pricing-card { width: 100%; }
  .features, .pricing, .closing { padding: 56px 20px; }
}