@import url('https://fonts.googleapis.com/css2?family=Syne:wght@700;800&family=DM+Sans:wght@400;500&display=swap');

:root {
  --midnight: #0A1628;
  --dark-navy: #0D1B2A;
  --accent: #00E5A0;
  --accent-dim: rgba(0,229,160,0.12);
  --warm-white: #F8F6F0;
  --text-muted: rgba(248,246,240,0.5);
  --green-glow: rgba(0,229,160,0.25);
}

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

body {
  background: var(--dark-navy);
  color: var(--warm-white);
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

/* NAV */
.site-nav {
  padding: 1.5rem 3rem;
  border-bottom: 1px solid rgba(248,246,240,0.08);
}
.nav-inner { display: flex; align-items: baseline; gap: 1.5rem; }
.nav-logo {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  color: var(--warm-white);
}
.nav-tagline {
  font-size: 0.8rem;
  color: var(--text-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* HERO */
.hero {
  padding: 6rem 3rem 5rem;
  background: var(--midnight);
}
.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.hero-badge {
  display: inline-block;
  background: var(--accent-dim);
  border: 1px solid rgba(0,229,160,0.3);
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
  border-radius: 2rem;
  margin-bottom: 2rem;
}
.hero-headline {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  line-height: 1.08;
  color: var(--warm-white);
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}
.hero-headline em {
  font-style: normal;
  color: var(--accent);
}
.hero-sub {
  color: var(--text-muted);
  font-size: 1.05rem;
  max-width: 480px;
  margin-bottom: 2.5rem;
}

/* Pipeline tracker */
.hero-pipeline {
  display: flex;
  align-items: center;
  gap: 0;
}
.pipeline-step {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  padding: 0.5rem 0.85rem;
}
.pipeline-step.done { color: var(--accent); }
.pipeline-step.active { color: var(--warm-white); }
.step-icon { width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; }
.pipeline-arrow {
  width: 24px;
  height: 1px;
  background: rgba(248,246,240,0.15);
  flex-shrink: 0;
}

/* Widget */
.hero-widget {
  background: rgba(10,22,40,0.8);
  border: 1px solid rgba(248,246,240,0.1);
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4), 0 0 40px var(--green-glow);
}
.widget-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  margin-bottom: 1.25rem;
}
.widget-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(248,246,240,0.06);
}
.widget-brand { font-size: 0.88rem; font-weight: 500; }
.widget-status {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.2rem 0.6rem;
  border-radius: 2rem;
}
.widget-status.hot { background: #FF3B3B; color: #fff; }
.widget-status.warm { background: rgba(255,180,0,0.2); color: #FFB400; }
.widget-status.active { background: rgba(0,229,160,0.15); color: var(--accent); }
.widget-status.neutral { background: rgba(248,246,240,0.08); color: var(--text-muted); }
.widget-status.cold { background: rgba(248,246,240,0.05); color: rgba(248,246,240,0.3); }
.widget-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  font-size: 0.75rem;
  color: var(--text-muted);
}
.widget-live { color: var(--accent); font-weight: 700; }

/* HOW IT WORKS */
.how-it-works { padding: 6rem 3rem; background: var(--warm-white); color: var(--midnight); }
.hiw-inner { max-width: 1100px; margin: 0 auto; }
.hiw-header { margin-bottom: 4rem; }
.hiw-header h2 {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.1;
  margin-bottom: 0.75rem;
}
.hiw-header p { color: rgba(10,22,40,0.6); font-size: 1.05rem; }
.hiw-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.hiw-step { padding-right: 2rem; }
.step-num {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 3rem;
  color: rgba(10,22,40,0.08);
  line-height: 1;
  display: block;
  margin-bottom: 1rem;
}
.hiw-step h3 {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--midnight);
  margin-bottom: 0.75rem;
}
.hiw-step p { font-size: 0.9rem; color: rgba(10,22,40,0.6); line-height: 1.55; }

/* FEATURES */
.features { padding: 6rem 3rem; background: var(--dark-navy); }
.features-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 6rem;
}
.feature-card { padding: 1.75rem 0; border-bottom: 1px solid rgba(248,246,240,0.08); }
.feature-card:last-child { border-bottom: none; }
.feature-icon {
  width: 48px;
  height: 48px;
  background: var(--accent-dim);
  border: 1px solid rgba(0,229,160,0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.feature-card h3 {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--warm-white);
  margin-bottom: 0.6rem;
}
.feature-card p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.55; }

/* OUTCOMES */
.outcomes { padding: 6rem 3rem; background: var(--midnight); }
.outcomes-inner { max-width: 1100px; margin: 0 auto; }
.outcomes-header { margin-bottom: 3.5rem; }
.outcomes-header h2 {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 2.8vw, 2.5rem);
  line-height: 1.15;
  max-width: 600px;
}
.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.outcome { border-left: 2px solid var(--accent); padding-left: 1.5rem; }
.outcome-metric {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 3rem;
  color: var(--accent);
  display: block;
  line-height: 1;
  margin-bottom: 0.6rem;
}
.outcome-desc { font-size: 0.85rem; color: var(--text-muted); line-height: 1.4; }

/* CLOSING */
.closing { padding: 7rem 3rem; background: var(--warm-white); color: var(--midnight); }
.closing-inner { max-width: 820px; margin: 0 auto; text-align: center; }
.closing h2 {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
.closing p { font-size: 1.1rem; color: rgba(10,22,40,0.65); line-height: 1.7; max-width: 680px; margin: 0 auto; }

/* FOOTER */
.site-footer { padding: 2rem 3rem; border-top: 1px solid rgba(248,246,240,0.08); }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: baseline; gap: 2rem; }
.footer-brand {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: var(--warm-white);
}
.footer-copy { font-size: 0.78rem; color: var(--text-muted); }

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .hero-widget { display: none; }
  .hiw-steps { grid-template-columns: 1fr 1fr; }
  .features-inner { grid-template-columns: 1fr; }
  .outcomes-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .site-nav, .hero, .how-it-works, .features, .outcomes, .closing, .site-footer { padding-left: 1.5rem; padding-right: 1.5rem; }
  .hiw-steps { grid-template-columns: 1fr; }
  .outcomes-grid { grid-template-columns: 1fr; }
  .hero-pipeline { flex-wrap: wrap; gap: 0.5rem; }
  .nav-tagline { display: none; }
}