:root {
  --bg: #FAF8F5;
  --dark: #1A1A2E;
  --charcoal: #2D2D3A;
  --amber: #E8772E;
  --text: #1A1A2E;
  --muted: #6B6B7B;
  --border: #E2DDD8;
  --white: #FFFFFF;
}

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

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* NAV */
.nav { padding: 20px 32px; }
.nav-inner { max-width: 1100px; margin: 0 auto; }
.nav-logo { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 600; color: var(--dark); letter-spacing: -0.02em; }

/* HERO */
.hero {
  background: var(--dark);
  color: var(--bg);
  padding: 100px 32px 96px;
}
.hero-inner { max-width: 680px; margin: 0 auto; }
.hero-stat {
  font-family: 'Playfair Display', serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: var(--amber);
  margin-bottom: 32px;
}
.hero-headline {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--bg);
  margin-bottom: 24px;
}
.hero-headline em { color: var(--amber); font-style: normal; }
.hero-sub {
  font-size: 20px;
  color: #9998A8;
  line-height: 1.5;
  font-weight: 300;
}

/* SECTION SHARED */
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 600;
  color: var(--dark);
  letter-spacing: -0.02em;
  margin-bottom: 56px;
}

/* FEATURES */
.features { padding: 96px 32px; background: var(--bg); }
.features-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.feature-item { display: flex; gap: 20px; align-items: flex-start; }
.feature-icon {
  font-size: 28px;
  color: var(--amber);
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}
.feature-item h3 { font-size: 17px; font-weight: 600; color: var(--dark); margin-bottom: 6px; }
.feature-item p { font-size: 15px; color: var(--muted); line-height: 1.5; }

/* TEMPLATES */
.templates { padding: 96px 32px; background: var(--white); }
.templates-inner { max-width: 1100px; margin: 0 auto; }
.template-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.template-card {
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 32px;
  background: var(--bg);
}
.template-tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 20px;
}
.template-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--dark);
  line-height: 1.25;
  margin-bottom: 12px;
}
.template-card p { font-size: 14px; color: var(--muted); line-height: 1.55; }

/* PROCESS */
.process { padding: 96px 32px; background: var(--dark); }
.process-inner { max-width: 1100px; margin: 0 auto; }
.process .section-title { color: var(--bg); }
.step-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.step-num {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 700;
  color: var(--amber);
  line-height: 1;
  margin-bottom: 20px;
  display: block;
  letter-spacing: -0.04em;
}
.step h3 { font-size: 18px; font-weight: 600; color: var(--bg); margin-bottom: 10px; }
.step p { font-size: 14px; color: #9998A8; line-height: 1.55; }

/* PRICING */
.pricing { padding: 96px 32px; background: var(--bg); }
.pricing-inner { max-width: 680px; margin: 0 auto; }
.pricing-card { border: 1px solid var(--border); border-radius: 4px; overflow: hidden; }
.pricing-tier { padding: 32px; }
.pricing-label { font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--amber); margin-bottom: 8px; }
.pricing-amount { font-family: 'Playfair Display', serif; font-size: 42px; font-weight: 700; color: var(--dark); letter-spacing: -0.03em; margin-bottom: 4px; }
.pricing-amount span { font-size: 18px; font-weight: 400; color: var(--muted); }
.pricing-divider { height: 1px; background: var(--border); }
.pricing-desc { font-size: 14px; color: var(--muted); }
.pricing-note { text-align: center; font-size: 13px; color: var(--muted); margin-top: 20px; font-style: italic; }

/* CLOSING */
.closing { padding: 96px 32px; background: var(--white); }
.closing-inner { max-width: 680px; margin: 0 auto; }
.closing-statement {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 500;
  color: var(--dark);
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-align: center;
}

/* FOOTER */
.footer { padding: 48px 32px; border-top: 1px solid var(--border); background: var(--bg); }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.footer-logo { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 600; color: var(--dark); }
.footer-sub { font-size: 13px; color: var(--muted); }

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-stat { font-size: 64px; }
  .hero-headline { font-size: 32px; }
  .hero-sub { font-size: 16px; }
  .features-inner { grid-template-columns: 1fr; gap: 40px; }
  .template-grid { grid-template-columns: 1fr; }
  .step-row { grid-template-columns: 1fr; }
  .closing-statement { font-size: 28px; }
  .section-title { font-size: 28px; }
}