:root {
  --bg: #0f172a;
  --surface: #1a2332;
  --surface-2: #22303f;
  --accent: #f59e0b;
  --accent-dim: #d97706;
  --text: #f1f5f9;
  --text-muted: #94a3b8;
  --border: #2d3f56;
  --green: #10b981;
  --font-display: 'DM Serif Display', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
}

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

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

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

/* Scrollbar */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--border); border-radius: 3px; }

/* Selection */
::selection { background: var(--accent); color: var(--bg); }

/* Navbar */
.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--text);
  letter-spacing: -0.02em;
}
.nav-tagline {
  font-size: 0.8rem;
  color: var(--text-muted);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Shared */
.section-inner { max-width: 1140px; margin: 0 auto; padding: 0 2rem; }
.section-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.section-headline {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.15;
  color: var(--text);
  margin-bottom: 3.5rem;
  max-width: 700px;
}

/* Hero */
.hero {
  padding: 5rem 2rem 6rem;
  border-bottom: 1px solid var(--border);
}
.hero-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.hero-eyebrow {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  line-height: 1.1;
  color: var(--text);
  margin-bottom: 1.5rem;
}
.hero-sub {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 2.5rem;
  max-width: 480px;
}
.hero-stat-row {
  display: flex;
  gap: 2.5rem;
}
.hero-stat { display: flex; flex-direction: column; }
.stat-number {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 0.3rem;
}
.stat-label { font-size: 0.78rem; color: var(--text-muted); max-width: 110px; line-height: 1.3; }

/* Phone shell */
.hero-right { display: flex; flex-direction: column; align-items: flex-start; }
.phone-shell {
  background: #111827;
  border: 1px solid var(--border);
  border-radius: 36px;
  padding: 14px;
  box-shadow: 0 40px 80px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.04);
  width: 280px;
}
.phone-notch {
  background: #1a2332;
  border-radius: 0 0 18px 18px;
  height: 28px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.phone-notch::after {
  content: '';
  width: 80px;
  height: 20px;
  background: #0f172a;
  border-radius: 12px;
}
.phone-screen {
  background: var(--surface);
  border-radius: 24px;
  padding: 1.25rem;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.call-header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.25rem;
}
.call-dot { width: 8px; height: 8px; border-radius: 50%; }
.call-dot.incoming { background: var(--green); box-shadow: 0 0 6px var(--green); }
.call-label { font-size: 0.7rem; color: var(--green); font-weight: 600; flex: 1; }
.call-time { font-size: 0.7rem; color: var(--text-muted); }
.caller-info { display: flex; align-items: center; gap: 0.75rem; }
.caller-avatar { width: 32px; height: 32px; background: var(--surface-2); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.caller-name { font-size: 0.85rem; font-weight: 600; }
.caller-detail { font-size: 0.72rem; color: var(--text-muted); margin-top: 2px; }
.ai-response { background: var(--surface-2); border-radius: 12px; padding: 0.85rem; }
.ai-bubble { display: flex; gap: 5px; align-items: center; margin-bottom: 0.6rem; }
.ai-typing-dot { width: 6px; height: 6px; background: var(--accent); border-radius: 50%; display: inline-block; animation: typing 1.2s ease-in-out infinite; }
.ai-typing-dot:nth-child(2) { animation-delay: 0.2s; }
.ai-typing-dot:nth-child(3) { animation-delay: 0.4s; }
@keyframes typing { 0%, 100% { opacity: 0.3; transform: scale(0.8); } 50% { opacity: 1; transform: scale(1); } }
.ai-text { font-size: 0.78rem; color: var(--text-muted); line-height: 1.5; font-style: italic; }
.booked-badge {
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.25);
  border-radius: 20px;
  padding: 0.4rem 0.8rem;
  font-size: 0.72rem;
  color: var(--green);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 500;
}
.phone-caption { font-size: 0.72rem; color: var(--text-muted); margin-top: 0.75rem; font-style: italic; }

/* How It Works */
.howitworks { padding: 5rem 0; border-bottom: 1px solid var(--border); }
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.step-card { position: relative; }
.step-num {
  font-family: var(--font-display);
  font-size: 2.5rem;
  color: var(--accent);
  opacity: 0.4;
  margin-bottom: 0.75rem;
  line-height: 1;
}
.step-card h3 { font-size: 1rem; font-weight: 600; margin-bottom: 0.6rem; }
.step-card p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.6; }

/* Trades */
.trades { padding: 5rem 0; background: var(--surface); border-bottom: 1px solid var(--border); }
.trades-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1rem;
}
.trade-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 1.5rem 1rem;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  transition: border-color 0.2s, transform 0.2s;
}
.trade-item:hover { border-color: var(--accent); transform: translateY(-2px); }
.trade-icon { display: flex; align-items: center; justify-content: center; }
.trade-item span { font-size: 0.8rem; font-weight: 500; color: var(--text-muted); text-align: center; }

/* Outcomes */
.outcomes { padding: 5rem 0; border-bottom: 1px solid var(--border); }
.outcomes-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.outcome-group { margin-bottom: 2.5rem; }
.outcome-group h3 { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent); font-weight: 600; margin-bottom: 1rem; }
.outcome-group ul { list-style: none; }
.outcome-group li { font-size: 0.92rem; color: var(--text-muted); padding: 0.4rem 0; padding-left: 1.25rem; position: relative; }
.outcome-group li::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 6px; height: 6px; background: var(--accent); border-radius: 50%; }

/* Pricing */
.pricing-section { padding: 5rem 0; background: var(--surface); border-bottom: 1px solid var(--border); }
.pricing-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-bottom: 2rem; }
.pricing-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 2rem;
  position: relative;
  transition: border-color 0.2s;
}
.pricing-card.featured { border-color: var(--accent); }
.pricing-card.featured::before { content: 'Most Popular'; position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--accent); color: var(--bg); font-size: 0.7rem; font-weight: 700; padding: 3px 12px; border-radius: 20px; letter-spacing: 0.05em; }
.pricing-tier { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent); font-weight: 600; margin-bottom: 0.75rem; }
.pricing-price { font-family: var(--font-display); font-size: 2.8rem; color: var(--text); line-height: 1; margin-bottom: 0.5rem; }
.per-mo { font-size: 1rem; color: var(--text-muted); font-family: var(--font-body); }
.pricing-desc { font-size: 0.82rem; color: var(--text-muted); margin-bottom: 1.5rem; line-height: 1.5; }
.pricing-features { list-style: none; }
.pricing-features li { font-size: 0.85rem; color: var(--text-muted); padding: 0.4rem 0; padding-left: 1.2rem; position: relative; }
.pricing-features li::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 5px; height: 5px; background: var(--green); border-radius: 50%; }
.pricing-note { font-size: 0.82rem; color: var(--text-muted); font-style: italic; }
.pricing-cta {
  display: block;
  width: 100%;
  padding: 0.85rem;
  margin-top: 1.5rem;
  background: var(--accent);
  color: var(--bg);
  border: none;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
}
.pricing-cta:hover { background: var(--accent-dim); }

/* Manifesto */
.manifesto { padding: 6rem 2rem; border-bottom: 1px solid var(--border); }
.manifesto-inner { max-width: 800px; margin: 0 auto; text-align: center; }
.manifesto blockquote p { font-family: var(--font-display); font-size: clamp(1.2rem, 2.5vw, 1.7rem); line-height: 1.5; color: var(--text); margin-bottom: 1.5rem; }
.manifesto-sub { font-size: 0.92rem; color: var(--text-muted); max-width: 540px; margin: 0 auto; line-height: 1.7; }

/* Closing */
.closing-section { padding: 6rem 2rem; }
.closing-inner { max-width: 800px; margin: 0 auto; text-align: center; }
.closing-inner h2 { font-family: var(--font-display); font-size: clamp(1.8rem, 3.5vw, 2.5rem); line-height: 1.2; margin-bottom: 1.25rem; }
.closing-inner p { font-size: 1rem; color: var(--text-muted); max-width: 520px; margin: 0 auto; line-height: 1.7; }

/* Footer */
footer { border-top: 1px solid var(--border); padding: 2.5rem 2rem; }
.footer-inner { max-width: 1140px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.footer-logo { font-family: var(--font-display); font-size: 1.2rem; color: var(--text); display: block; margin-bottom: 0.4rem; }
.footer-brand p { font-size: 0.82rem; color: var(--text-muted); max-width: 300px; }
.footer-meta span { font-size: 0.78rem; color: var(--text-muted); }

/* Responsive */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .hero-right { display: none; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .trades-grid { grid-template-columns: repeat(3, 1fr); }
  .outcomes-layout { grid-template-columns: 1fr; gap: 2rem; }
  .pricing-cards { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .hero { padding: 3rem 1.25rem 4rem; }
  .hero-stat-row { flex-direction: column; gap: 1.5rem; }
  .steps-grid { grid-template-columns: 1fr; }
  .trades-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { flex-direction: column; gap: 1rem; align-items: flex-start; }
  .nav-tagline { display: none; }
  .section-headline { margin-bottom: 2rem; }
}