:root {
  --bg: #111111;
  --bg2: #1a1a1a;
  --bg3: #222222;
  --fg: #f5f5f5;
  --fg-muted: #999999;
  --accent: #F59E0B;
  --accent-dim: #b4730a;
  --border: #2a2a2a;
}

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

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

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

/* Navigation */
.nav { padding: 20px 40px; border-bottom: 1px solid var(--border); }
.nav-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 16px; }
.wordmark { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.25rem; letter-spacing: -0.02em; }
.nav-tag { font-size: 0.75rem; color: var(--fg-muted); text-transform: uppercase; letter-spacing: 0.1em; }

/* Hero */
.hero { padding: 80px 40px 100px; }
.hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }

.stat-eyebrow { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--accent); margin-bottom: 20px; }

.hero-headline { display: flex; align-items: baseline; gap: 20px; margin-bottom: 28px; }
.big-num { font-family: 'Syne', sans-serif; font-size: 5rem; font-weight: 800; color: var(--accent); line-height: 1; }
.big-num-label { font-family: 'Syne', sans-serif; font-size: 1.5rem; font-weight: 600; line-height: 1.3; color: var(--fg); }
.hero-sub { font-size: 1.1rem; color: var(--fg-muted); max-width: 420px; line-height: 1.7; }

/* Call Widget */
.call-widget {
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px;
  font-family: 'DM Sans', sans-serif;
}
.cw-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--fg-muted); margin-bottom: 6px; }
.cw-number { font-family: 'Syne', sans-serif; font-size: 1.1rem; font-weight: 700; margin-bottom: 2px; }
.cw-business { font-size: 0.8rem; color: var(--fg-muted); margin-bottom: 16px; }

.cw-spikes { display: flex; align-items: center; gap: 3px; margin-bottom: 16px; height: 32px; }
.cw-spikes span { display: block; width: 4px; background: var(--accent); border-radius: 2px; opacity: 0.4; }
.cw-spikes span:nth-child(1) { height: 8px; }
.cw-spikes span:nth-child(2) { height: 14px; }
.cw-spikes span:nth-child(3) { height: 20px; }
.cw-spikes span:nth-child(4) { height: 28px; }
.cw-spikes span:nth-child(5) { height: 32px; }
.cw-spikes span:nth-child(6) { height: 26px; }
.cw-spikes span:nth-child(7) { height: 18px; }
.cw-spikes span:nth-child(8) { height: 10px; }

.cw-ai-badge { display: inline-flex; align-items: center; gap: 8px; background: #1c1c0a; border: 1px solid var(--accent-dim); border-radius: 20px; padding: 6px 12px; font-size: 0.75rem; color: var(--accent); margin-bottom: 16px; }
.ai-dot { width: 8px; height: 8px; background: var(--accent); border-radius: 50%; animation: pulse 1.5s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

.cw-convo { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
.msg { padding: 10px 14px; border-radius: 12px; font-size: 0.82rem; line-height: 1.5; max-width: 90%; }
.msg.user { background: var(--bg3); color: var(--fg); align-self: flex-start; }
.msg.bot { background: #1a1a0a; border: 1px solid var(--accent-dim); color: #f0e6c8; align-self: flex-end; }

.cw-booked { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: var(--accent); font-weight: 500; }

/* Pipeline */
.pipeline { padding: 100px 40px; background: var(--bg2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.pipeline-header { text-align: center; margin-bottom: 60px; }
.section-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--accent); margin-bottom: 12px; }
.pipeline-title { font-family: 'Syne', sans-serif; font-size: 2.5rem; font-weight: 700; line-height: 1.2; margin-bottom: 12px; }
.pipeline-desc { color: var(--fg-muted); font-size: 1rem; }

.pipeline-steps { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; gap: 0; }
.step { flex: 1; text-align: center; }
.step-connector { flex: 0 0 auto; padding: 0 12px; }

.step-icon { display: flex; justify-content: center; margin-bottom: 16px; }
.step-num { font-family: 'Syne', sans-serif; font-size: 0.7rem; color: var(--accent); letter-spacing: 0.1em; margin-bottom: 8px; }
.step-title { font-family: 'Syne', sans-serif; font-size: 1.05rem; font-weight: 700; margin-bottom: 10px; }
.step-body { font-size: 0.85rem; color: var(--fg-muted); line-height: 1.6; padding: 0 16px; }

/* Outcome */
.outcome { padding: 100px 40px; }
.outcome-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.outcome-title { font-family: 'Syne', sans-serif; font-size: 2.8rem; font-weight: 800; line-height: 1.15; margin-bottom: 40px; }
.outcome-cases { display: flex; flex-direction: column; gap: 24px; }
.case { border: 1px solid var(--border); border-radius: 12px; padding: 24px; background: var(--bg2); }
.case-business { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--fg-muted); margin-bottom: 12px; }
.case-metric { display: flex; align-items: baseline; gap: 12px; margin-bottom: 8px; }
.case-num { font-family: 'Syne', sans-serif; font-size: 3.5rem; font-weight: 800; color: var(--accent); line-height: 1; }
.case-label { font-size: 0.85rem; color: var(--fg-muted); }
.case-rev { font-size: 0.9rem; color: #6ee7a0; font-weight: 500; }

.proof-card { background: var(--bg2); border: 1px solid var(--border); border-left: 3px solid var(--accent); border-radius: 8px; padding: 28px; margin-bottom: 28px; }
.proof-quote { font-size: 1.1rem; font-style: italic; color: var(--fg); line-height: 1.7; margin-bottom: 14px; }
.proof-attr { font-size: 0.8rem; color: var(--fg-muted); }
.proof-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.proof-tags span { background: var(--bg3); border: 1px solid var(--border); border-radius: 6px; padding: 6px 12px; font-size: 0.75rem; color: var(--fg-muted); }

/* Pricing */
.pricing { padding: 100px 40px; background: var(--bg2); border-top: 1px solid var(--border); }
.pricing-title { font-family: 'Syne', sans-serif; font-size: 2.5rem; font-weight: 700; margin-bottom: 12px; }
.pricing-desc { color: var(--fg-muted); margin-bottom: 50px; }

.pricing-grid { max-width: 860px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.price-card { background: var(--bg); border: 1px solid var(--border); border-radius: 16px; padding: 36px; position: relative; }
.price-card.featured { border-color: var(--accent); }
.pc-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--accent); color: #000; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; padding: 4px 14px; border-radius: 20px; white-space: nowrap; }
.pc-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--fg-muted); margin-bottom: 12px; }
.pc-amount { font-family: 'Syne', sans-serif; font-size: 2.5rem; font-weight: 800; margin-bottom: 12px; }
.pc-period { font-size: 1rem; color: var(--fg-muted); font-weight: 400; }
.pc-desc { font-size: 0.88rem; color: var(--fg-muted); margin-bottom: 24px; line-height: 1.6; }
.pc-features { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.pc-features li { font-size: 0.85rem; display: flex; align-items: flex-start; gap: 10px; }
.pc-features li::before { content: '→'; color: var(--accent); flex-shrink: 0; }

/* Closing */
.closing { padding: 100px 40px; }
.closing-inner { max-width: 800px; margin: 0 auto; text-align: center; }
.closing-headline { font-family: 'Syne', sans-serif; font-size: 3rem; font-weight: 800; line-height: 1.15; margin-bottom: 24px; }
.closing-body { color: var(--fg-muted); font-size: 1.05rem; line-height: 1.8; margin-bottom: 16px; }

/* Footer */
.footer { padding: 32px 40px; border-top: 1px solid var(--border); }
.footer-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.footer-tag { display: block; font-size: 0.75rem; color: var(--fg-muted); margin-top: 4px; }
.footer-right { font-size: 0.75rem; color: var(--fg-muted); }

/* Responsive */
@media (max-width: 768px) {
  .nav { padding: 16px 20px; }
  .hero { padding: 60px 20px 80px; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .big-num { font-size: 3.5rem; }
  .big-num-label { font-size: 1.1rem; }

  .pipeline { padding: 60px 20px; }
  .pipeline-title { font-size: 1.8rem; }
  .pipeline-steps { flex-direction: column; gap: 32px; }
  .step-connector { display: none; }
  .step-body { padding: 0; }

  .outcome { padding: 60px 20px; }
  .outcome-inner { grid-template-columns: 1fr; gap: 48px; }
  .outcome-title { font-size: 2rem; }

  .pricing { padding: 60px 20px; }
  .pricing-title { font-size: 1.8rem; }
  .pricing-grid { grid-template-columns: 1fr; }

  .closing { padding: 60px 20px; }
  .closing-headline { font-size: 2rem; }

  .footer-inner { flex-direction: column; gap: 12px; text-align: center; }
}