:root {
  --bg: #FAFAF7;
  --bg2: #F0EFE9;
  --fg: #1C1C1A;
  --fg2: #5C5A54;
  --accent: #D4620A;
  --accent2: #F5AE6A;
  --dark: #141410;
  --white: #FFFFFF;
  --border: #E2DFD8;
}

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

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

/* Nav */
.nav {
  padding: 20px 40px;
  border-bottom: 1px solid var(--border);
}
.nav-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: baseline; gap: 16px; }
.nav-logo { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 20px; color: var(--fg); }
.nav-tagline { font-size: 14px; color: var(--fg2); }

/* Stats bar */
.statsbar { background: var(--dark); color: var(--white); padding: 16px 40px; }
.statsbar-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; gap: 0; flex-wrap: wrap; }
.stat { display: flex; flex-direction: column; padding: 0 24px 0 0; }
.stat strong { font-family: 'Sora', sans-serif; font-size: 22px; font-weight: 700; line-height: 1.2; }
.stat em { font-style: normal; font-size: 12px; color: #9A9890; margin-top: 2px; }
.stat-divider { width: 1px; height: 40px; background: #2E2D28; margin: 0 24px 0 0; flex-shrink: 0; }

/* Hero */
.hero { padding: 64px 40px 80px; max-width: 1100px; margin: 0 auto; }
.hero-inner { margin-bottom: 48px; }
.hero-label { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
.hero-headline { font-family: 'Sora', sans-serif; font-size: clamp(36px, 5vw, 56px); font-weight: 800; line-height: 1.1; color: var(--fg); margin-bottom: 20px; letter-spacing: -0.02em; }
.hero-lede { font-size: 18px; color: var(--fg2); max-width: 600px; line-height: 1.7; }

.hero-visual { display: grid; grid-template-columns: 1fr 340px; gap: 40px; align-items: start; }

/* Phone mockup */
.phone-mockup { background: var(--dark); border-radius: 32px; padding: 24px; max-width: 320px; }
.phone-screen { background: #1A1A17; border-radius: 20px; overflow: hidden; padding: 16px; }
.video-label { font-size: 11px; color: #9A9890; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 10px; }
.video-thumb { background: linear-gradient(135deg, #2A2520 0%, #1C1A17 100%); border-radius: 12px; aspect-ratio: 9/16; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.video-thumb-content { padding: 20px; width: 100%; }
.vt-line { height: 8px; border-radius: 4px; background: rgba(255,255,255,0.12); margin-bottom: 10px; }
.vt-line.vt-1 { width: 70%; }
.vt-line.vt-2 { width: 85%; }
.vt-line.vt-3 { width: 60%; }
.vt-play { text-align: center; font-size: 28px; color: rgba(255,255,255,0.5); margin-top: 16px; }
.video-meta { display: flex; gap: 12px; }
.vm-stat { font-size: 11px; color: #9A9890; }

/* Hero aside */
.hero-aside { display: flex; flex-direction: column; gap: 16px; padding-top: 8px; }
.testimonial-card { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 20px; }
.testimonial-card p { font-size: 15px; line-height: 1.6; color: var(--fg); margin-bottom: 12px; font-style: italic; }
.tc-attribution strong { display: block; font-size: 14px; font-weight: 700; color: var(--fg); }
.tc-attribution span { font-size: 12px; color: var(--fg2); }
.trust-badge { background: var(--accent); border-radius: 16px; padding: 20px; text-align: center; }
.trust-num { font-family: 'Sora', sans-serif; font-size: 32px; font-weight: 800; color: var(--white); }
.trust-label { font-size: 12px; color: rgba(255,255,255,0.8); margin-top: 4px; }

/* Proof */
.proof { background: var(--bg2); padding: 64px 40px; }
.proof-inner { max-width: 1100px; margin: 0 auto; }
.proof-headline { font-family: 'Sora', sans-serif; font-size: clamp(28px, 4vw, 42px); font-weight: 700; line-height: 1.15; color: var(--fg); margin-bottom: 16px; }
.proof-sub { font-size: 17px; color: var(--fg2); max-width: 640px; margin-bottom: 12px; line-height: 1.7; }
.proof-sub.accent { color: var(--accent); font-weight: 600; }

/* How */
.how { padding: 80px 40px; max-width: 1100px; margin: 0 auto; }
.how-header { margin-bottom: 48px; }
.section-label { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; }
.how-header h2 { font-family: 'Sora', sans-serif; font-size: clamp(28px, 4vw, 40px); font-weight: 700; color: var(--fg); }
.how-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.how-step { padding: 28px; border: 1px solid var(--border); border-radius: 16px; background: var(--white); }
.step-num { font-family: 'Sora', sans-serif; font-size: 48px; font-weight: 800; color: var(--bg2); -webkit-text-stroke: 1.5px var(--border); margin-bottom: 16px; }
.how-step h3 { font-family: 'Sora', sans-serif; font-size: 18px; font-weight: 700; color: var(--fg); margin-bottom: 10px; }
.how-step p { font-size: 14px; color: var(--fg2); line-height: 1.7; }

/* Features */
.features { background: var(--dark); padding: 80px 40px; }
.features-header { max-width: 1100px; margin: 0 auto 48px; }
.features-header h2 { font-family: 'Sora', sans-serif; font-size: clamp(28px, 4vw, 40px); font-weight: 700; color: var(--white); }
.features-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #2E2D28; border-radius: 20px; overflow: hidden; }
.feature { background: #1E1D18; padding: 32px; }
.feat-icon { font-size: 24px; color: var(--accent2); margin-bottom: 14px; }
.feature h3 { font-family: 'Sora', sans-serif; font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 10px; }
.feature p { font-size: 14px; color: #9A9890; line-height: 1.7; }

/* Pricing */
.pricing { padding: 80px 40px; max-width: 1100px; margin: 0 auto; }
.pricing-header { max-width: 600px; margin-bottom: 48px; }
.pricing-header h2 { font-family: 'Sora', sans-serif; font-size: clamp(28px, 4vw, 40px); font-weight: 700; color: var(--fg); margin-bottom: 12px; }
.pricing-sub { font-size: 16px; color: var(--fg2); line-height: 1.7; }
.pricing-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pricing-card { border: 1px solid var(--border); border-radius: 20px; padding: 28px; position: relative; background: var(--white); }
.pricing-card.featured { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent); }
.pc-badge { position: absolute; top: -12px; left: 24px; background: var(--accent); color: var(--white); font-size: 11px; font-weight: 600; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.04em; }
.pc-label { font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg2); margin-bottom: 8px; }
.pc-price { font-family: 'Sora', sans-serif; font-size: 42px; font-weight: 800; color: var(--fg); line-height: 1; }
.pc-mo { font-size: 20px; font-weight: 600; }
.pc-period { font-size: 13px; color: var(--fg2); margin-bottom: 16px; margin-top: 4px; }
.pc-desc { font-size: 14px; color: var(--fg2); line-height: 1.6; margin-bottom: 20px; }
.pc-features { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.pc-features li { font-size: 14px; color: var(--fg); padding-left: 20px; position: relative; }
.pc-features li::before { content: '✓'; position: absolute; left: 0; color: var(--accent); font-weight: 700; }

/* Closing */
.closing { background: var(--accent); padding: 80px 40px; }
.closing-inner { max-width: 1100px; margin: 0 auto; }
.closing h2 { font-family: 'Sora', sans-serif; font-size: clamp(28px, 4vw, 44px); font-weight: 800; color: var(--white); line-height: 1.15; margin-bottom: 20px; letter-spacing: -0.02em; }
.closing p { font-size: 17px; color: rgba(255,255,255,0.85); max-width: 600px; line-height: 1.7; }

/* Footer */
.footer { border-top: 1px solid var(--border); padding: 40px; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.footer-logo { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 18px; color: var(--fg); display: block; margin-bottom: 8px; }
.footer-desc { font-size: 13px; color: var(--fg2); max-width: 320px; line-height: 1.6; }
.footer-meta { font-size: 13px; color: var(--fg2); }

/* Responsive */
@media (max-width: 900px) {
  .hero-visual { grid-template-columns: 1fr; }
  .phone-mockup { max-width: 260px; }
  .hero-aside { display: none; }
  .how-steps { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .pricing-tiers { grid-template-columns: 1fr; }
  .statsbar-inner { gap: 16px; }
  .stat-divider { display: none; }
  .footer-inner { flex-direction: column; gap: 20px; }
}

@media (max-width: 600px) {
  .nav { padding: 16px 20px; }
  .statsbar { padding: 16px 20px; }
  .hero { padding: 40px 20px 56px; }
  .proof { padding: 48px 20px; }
  .how { padding: 56px 20px; }
  .features { padding: 56px 20px; }
  .pricing { padding: 56px 20px; }
  .closing { padding: 56px 20px; }
  .footer { padding: 32px 20px; }
}