:root {
  --bg: #FDFAF7;
  --fg: #1A1A18;
  --accent: #E8551E;
  --accent-light: #FFF1E6;
  --muted: #7A7870;
  --border: #E8E4DC;
  --card: #FFFFFF;
  --section-pad: 96px 32px;
}

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

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'Figtree', sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* Navigation */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(253, 250, 247, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  padding: 16px 32px;
}
.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: 'Fraunces', serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--fg);
  letter-spacing: -0.02em;
}
.nav-tagline {
  font-size: 13px;
  color: var(--muted);
  font-weight: 400;
}

/* Hero */
.hero {
  padding: 80px 32px 96px;
  border-bottom: 1px solid var(--border);
}
.hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.hero-headline {
  font-family: 'Fraunces', serif;
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--fg);
  margin-bottom: 24px;
}
.hero-lede {
  font-size: 18px;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 32px;
  max-width: 440px;
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.badge {
  display: inline-block;
  background: var(--accent-light);
  color: var(--accent);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 100px;
}
.hero-visual {
  display: flex;
  justify-content: center;
}
.phone-frame {
  width: 280px;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,0.12), 0 4px 16px rgba(0,0,0,0.08);
  border: 2px solid #1A1A18;
}
.phone-frame img {
  width: 100%;
  display: block;
}

/* Problem */
.problem {
  padding: var(--section-pad);
  background: var(--fg);
  color: var(--bg);
}
.problem-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.problem-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}
.problem-headline {
  font-family: 'Fraunces', serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
}
.problem-body {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(253,250,247,0.7);
  max-width: 580px;
  margin-bottom: 64px;
}
.problem-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.1);
}
.stat {
  background: #232220;
  padding: 32px 28px;
}
.stat-number {
  display: block;
  font-family: 'Fraunces', serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}
.stat-label {
  font-size: 14px;
  color: rgba(253,250,247,0.6);
  line-height: 1.5;
}

/* Solution */
.solution {
  padding: var(--section-pad);
  border-bottom: 1px solid var(--border);
}
.solution-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.solution-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}
.solution-headline {
  font-family: 'Fraunces', serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.solution-body {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.65;
  max-width: 520px;
  margin-bottom: 56px;
}
.solution-screens {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.screen-card {
  background: var(--card);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  border: 1px solid var(--border);
}
.screen-card img {
  width: 100%;
  display: block;
}
.screen-label {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
  padding: 14px 16px;
  border-top: 1px solid var(--border);
}

/* Features */
.features {
  padding: var(--section-pad);
  background: var(--bg);
}
.features-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.features-headline {
  font-family: 'Fraunces', serif;
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--fg);
  margin-bottom: 12px;
}
.features-sub {
  font-size: 17px;
  color: var(--muted);
  margin-bottom: 56px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
}
.feature {
  background: var(--card);
  padding: 36px 32px;
}
.feature-icon {
  width: 40px;
  height: 40px;
  background: var(--accent-light);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  margin-bottom: 20px;
}
.feature-title {
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--fg);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.feature-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}

/* Trust */
.trust {
  padding: 80px 32px;
  background: var(--accent-light);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.trust-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.quote-text {
  font-family: 'Fraunces', serif;
  font-size: clamp(20px, 3vw, 28px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
  color: var(--fg);
  margin-bottom: 24px;
}
.quote-attr {
  font-size: 13px;
  color: var(--muted);
  font-weight: 500;
}

/* Closing */
.closing {
  padding: 100px 32px;
  text-align: center;
  background: var(--bg);
}
.closing-inner {
  max-width: 680px;
  margin: 0 auto;
}
.closing-headline {
  font-family: 'Fraunces', serif;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--fg);
  margin-bottom: 20px;
}
.closing-sub {
  font-size: 18px;
  color: var(--muted);
  line-height: 1.65;
}

/* Footer */
.footer {
  border-top: 1px solid var(--border);
  padding: 28px 32px;
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer-logo {
  font-family: 'Fraunces', serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--fg);
}
.footer-copy {
  font-size: 12px;
  color: var(--muted);
}
.footer-legal {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-legal a {
  font-size: 13px;
  color: var(--muted);
  text-decoration: none;
}
.footer-legal a:hover { color: var(--fg); text-decoration: underline; }

/* Responsive */
@media (max-width: 768px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero-visual {
    order: -1;
  }
  .phone-frame {
    width: 200px;
  }
  .problem-stats {
    grid-template-columns: 1fr;
  }
  .solution-screens {
    grid-template-columns: 1fr 1fr;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .nav-tagline {
    display: none;
  }
  .footer-inner {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  :root { --section-pad: 64px 20px; }
  .hero { padding: 56px 20px 72px; }
  .solution-screens { grid-template-columns: 1fr; }
}