:root {
  --bg: #FAFAF7;
  --bg-alt: #F0EBE3;
  --fg: #1A1A1A;
  --fg-muted: #6B6B6B;
  --accent: #E8872A;
  --accent-dark: #C46D1A;
  --surface: #FFFFFF;
  --border: #E2DDD5;
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'DM Sans', system-ui, sans-serif;
}

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

html { font-size: 16px; scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--sans);
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* HERO */
.hero { padding: 80px 48px 64px; }
.hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.hero-kicker { display: inline-block; font-family: var(--sans); font-size: 0.75rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 20px; }
.hero-headline { font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 3.8rem); font-weight: 600; line-height: 1.1; color: var(--fg); margin-bottom: 24px; letter-spacing: -0.02em; }
.hero-ledge { font-size: 1.125rem; color: var(--fg-muted); line-height: 1.7; max-width: 480px; }
.hero-image-wrap { border-radius: 16px; overflow: hidden; aspect-ratio: 4/3; }
.hero-img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* PROBLEM */
.problem { background: var(--fg); color: var(--bg); padding: 80px 48px; }
.problem-inner { max-width: 1200px; margin: 0 auto; }
.problem-label { font-size: 0.75rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 24px; }
.problem-headline { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3rem); font-weight: 600; line-height: 1.15; margin-bottom: 48px; letter-spacing: -0.02em; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-bottom: 48px; }
.problem-stat {}
.stat-num { display: block; font-family: var(--serif); font-size: 3.5rem; font-weight: 700; color: var(--accent); line-height: 1; margin-bottom: 12px; }
.stat-desc { font-size: 0.9rem; color: rgba(250,250,247,0.7); line-height: 1.5; }
.problem-body { font-size: 1rem; color: rgba(250,250,247,0.8); line-height: 1.7; max-width: 640px; }

/* HOW */
.how { padding: 80px 48px; background: var(--bg); }
.how-inner { max-width: 1200px; margin: 0 auto; }
.how-label { display: inline-block; font-size: 0.75rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 20px; }
.how-headline { font-family: var(--serif); font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 600; line-height: 1.15; margin-bottom: 56px; letter-spacing: -0.02em; }
.how-steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: start; gap: 0; }
.step { padding: 0 32px; }
.step-num { display: block; font-family: var(--serif); font-size: 2rem; font-weight: 700; color: var(--accent); margin-bottom: 16px; }
.step-title { font-family: var(--sans); font-size: 1.05rem; font-weight: 500; margin-bottom: 12px; }
.step-desc { font-size: 0.9rem; color: var(--fg-muted); line-height: 1.6; }
.step-divider { width: 1px; height: 120px; background: var(--border); align-self: center; }

/* PACKAGES */
.packages { padding: 80px 48px; background: var(--bg-alt); }
.packages-inner { max-width: 1200px; margin: 0 auto; }
.packages-label { display: inline-block; font-size: 0.75rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 20px; }
.packages-headline { font-family: var(--serif); font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 600; line-height: 1.15; margin-bottom: 48px; letter-spacing: -0.02em; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pricing-card { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 36px 32px; position: relative; }
.pricing-card.featured { border-color: var(--accent); border-width: 2px; box-shadow: 0 8px 32px rgba(232,135,42,0.12); }
.card-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--accent); color: #fff; font-size: 0.75rem; font-weight: 500; padding: 4px 16px; border-radius: 20px; white-space: nowrap; }
.card-label { font-size: 0.8rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-muted); margin-bottom: 12px; }
.card-price { font-family: var(--serif); font-size: 2.4rem; font-weight: 700; color: var(--fg); line-height: 1; margin-bottom: 8px; }
.card-per { font-family: var(--sans); font-size: 0.85rem; font-weight: 400; color: var(--fg-muted); }
.card-features { list-style: none; margin-top: 20px; }
.card-features li { font-size: 0.9rem; color: var(--fg-muted); padding: 8px 0; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 10px; }
.card-features li::before { content: ''; width: 16px; height: 16px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='7' fill='%23E8872A' opacity='0.15'/%3E%3Cpath d='M5 8l2 2 4-4' stroke='%23E8872A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") center/contain no-repeat; flex-shrink: 0; }
.card-features li:last-child { border-bottom: none; }

/* WHY */
.why { padding: 80px 48px; background: var(--bg); }
.why-inner { max-width: 1200px; margin: 0 auto; }
.why-quote { font-family: var(--serif); font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 400; font-style: italic; line-height: 1.5; color: var(--fg); max-width: 800px; margin: 0 auto 16px; text-align: center; }
.why-meta { font-size: 0.875rem; color: var(--fg-muted); text-align: center; margin-bottom: 64px; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.why-item {}
.why-icon { margin-bottom: 20px; }
.why-item h4 { font-family: var(--sans); font-size: 1rem; font-weight: 500; margin-bottom: 10px; }
.why-item p { font-size: 0.9rem; color: var(--fg-muted); line-height: 1.6; }

/* CLOSING */
.closing { padding: 96px 48px; background: var(--accent); color: #fff; }
.closing-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.closing-headline { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 600; line-height: 1.15; margin-bottom: 28px; letter-spacing: -0.02em; }
.closing-body { font-size: 1.05rem; opacity: 0.9; line-height: 1.7; max-width: 600px; margin: 0 auto; }

/* FOOTER */
.footer { padding: 32px 48px; border-top: 1px solid var(--border); }
.footer-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.footer-brand { display: flex; flex-direction: column; gap: 4px; }
.footer-name { font-family: var(--serif); font-size: 1.25rem; font-weight: 600; }
.footer-tagline { font-size: 0.8rem; color: var(--fg-muted); }
.footer-links { font-size: 0.8rem; color: var(--fg-muted); }

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero { padding: 48px 24px 40px; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-image-wrap { order: -1; }
  .problem { padding: 64px 24px; }
  .problem-grid { grid-template-columns: 1fr; gap: 32px; }
  .how { padding: 64px 24px; }
  .how-steps { grid-template-columns: 1fr; gap: 40px; }
  .step-divider { width: 48px; height: 1px; background: var(--border); }
  .packages { padding: 64px 24px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .why { padding: 64px 24px; }
  .why-grid { grid-template-columns: 1fr; gap: 32px; }
  .closing { padding: 64px 24px; }
  .footer { padding: 24px; }
  .footer-inner { flex-direction: column; gap: 16px; text-align: center; }
}
