:root {
  --ink: #0f172a;
  --muted: #64748b;
  --line: #e2e8f0;
  --brand: #4f46e5;
  --brand-ink: #4338ca;
  --brand-soft: #eef2ff;
  --bg: #ffffff;
  --bg-alt: #f8fafc;
  --ok: #16a34a;
  --warn: #d97706;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.5;
}
a { color: var(--brand-ink); }

/* Nav */
.nav {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1080px; margin: 0 auto; padding: 1.1rem 1.5rem;
}
.brand { display: inline-flex; align-items: center; gap: 0.5rem; }
.logo {
  width: 1.4rem; height: 1.4rem; border-radius: 6px; flex: none;
  background: linear-gradient(135deg, var(--brand), #7c75f0);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
}
.wordmark { font-size: 1.2rem; font-weight: 800; letter-spacing: -0.02em; }
.byline {
  font-size: 0.66rem; color: var(--muted); border: 1px solid var(--line);
  border-radius: 999px; padding: 0.1rem 0.45rem; font-weight: 600;
}
.nav-cta {
  text-decoration: none; font-weight: 600; font-size: 0.9rem; color: var(--brand-ink);
  border: 1px solid var(--line); padding: 0.45rem 0.9rem; border-radius: 8px;
}
.nav-cta:hover { background: var(--brand-soft); border-color: #c7d2fe; }

/* Buttons */
.btn {
  display: inline-block; text-decoration: none; font-weight: 600; font-size: 1rem;
  padding: 0.75rem 1.4rem; border-radius: 10px; cursor: pointer; border: 1px solid transparent;
}
.btn.primary { background: var(--brand); color: #fff; }
.btn.primary:hover { background: var(--brand-ink); }
.btn.ghost { background: #fff; color: var(--ink); border-color: var(--line); }
.btn.ghost:hover { background: var(--bg-alt); }

/* Hero */
.hero { max-width: 820px; margin: 3.5rem auto 4rem; padding: 0 1.5rem; text-align: center; }
.eyebrow {
  text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.78rem; font-weight: 700;
  color: var(--brand-ink); margin: 0 0 1rem;
}
.hero h1 { font-size: clamp(2.1rem, 5vw, 3.3rem); line-height: 1.08; letter-spacing: -0.03em; margin: 0 0 1.2rem; }
.hero h1 span { color: var(--brand); display: inline-block; }
.lede { font-size: 1.18rem; color: var(--muted); max-width: 660px; margin: 0 auto 2rem; }
.hero-cta { display: flex; gap: 0.8rem; justify-content: center; flex-wrap: wrap; }
.hero-note { color: var(--muted); font-size: 0.88rem; margin-top: 1.4rem; }

/* Values */
.values {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem;
  max-width: 1080px; margin: 0 auto; padding: 3rem 1.5rem; border-top: 1px solid var(--line);
}
.value { background: var(--bg-alt); border: 1px solid var(--line); border-radius: 14px; padding: 1.6rem; }
.value-icon { font-size: 1.6rem; }
.value h3 { font-size: 1.15rem; margin: 0.7rem 0 0.5rem; }
.value p { color: var(--muted); margin: 0; font-size: 0.97rem; }

/* Funnel / compare */
.funnel { max-width: 880px; margin: 0 auto; padding: 3rem 1.5rem; text-align: center; }
.funnel h2 { font-size: 1.8rem; letter-spacing: -0.02em; margin: 0 0 0.8rem; }
.funnel > p { color: var(--muted); max-width: 680px; margin: 0 auto 2rem; font-size: 1.05rem; }
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; text-align: left; }
.compare-col { border: 1px solid var(--line); border-radius: 14px; padding: 1.4rem 1.5rem; background: #fff; }
.compare-col.lynceon { border-color: #c7d2fe; background: var(--brand-soft); }
.compare-tag {
  display: inline-block; font-size: 0.72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.05em; padding: 0.2rem 0.6rem; border-radius: 999px; margin-bottom: 0.8rem;
}
.compare-tag.snapshot { background: #ecfeff; color: #155e75; border: 1px solid #a5f3fc; }
.compare-tag.continuous { background: var(--brand); color: #fff; }
.compare-col ul { margin: 0; padding-left: 1.1rem; color: var(--ink); }
.compare-col li { margin: 0.35rem 0; }
.compare-col.lynceon li { font-weight: 600; }

/* Waitlist */
.waitlist {
  max-width: 620px; margin: 1rem auto 0; padding: 3rem 1.5rem 1rem; text-align: center;
}
.waitlist h2 { font-size: 1.8rem; letter-spacing: -0.02em; margin: 0 0 0.6rem; }
.waitlist > p { color: var(--muted); margin: 0 auto 1.6rem; max-width: 460px; }
#waitlist-form { display: flex; gap: 0.6rem; justify-content: center; flex-wrap: wrap; }
#waitlist-email {
  flex: 1; min-width: 240px; max-width: 340px; padding: 0.75rem 0.9rem; font-size: 1rem;
  border: 1px solid var(--line); border-radius: 10px;
}
#waitlist-email:focus { outline: 2px solid var(--brand); outline-offset: 1px; border-color: var(--brand); }
.form-msg { min-height: 1.4rem; margin: 1rem 0 0; font-weight: 600; font-size: 0.95rem; }
.form-msg.ok { color: var(--ok); }
.form-msg.err { color: #dc2626; }
.form-fine { color: var(--muted); font-size: 0.82rem; margin-top: 0.5rem; }

/* Footer */
.footer {
  max-width: 1080px; margin: 3rem auto 0; padding: 2rem 1.5rem; border-top: 1px solid var(--line);
  color: var(--muted); font-size: 0.88rem; display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap;
}
.footer a { color: var(--muted); text-decoration: none; }
.footer a:hover { color: var(--brand-ink); }
.footer-sep { color: var(--line); }

@media (max-width: 760px) {
  .values { grid-template-columns: 1fr; }
  .compare { grid-template-columns: 1fr; }
}

/* nav link (added with pricing) */
.nav-link { margin-left: auto; margin-right: 0.75rem; text-decoration: none; font-weight: 600; font-size: 0.9rem; color: var(--ink); }
.nav-link:hover { color: var(--brand-ink); }

/* pricing section */
.pricing { max-width: 980px; margin: 4rem auto; padding: 0 1.5rem; text-align: center; }
.pricing h2 { font-size: 1.6rem; margin: 0 0 0.75rem; }
.pricing-lede { color: var(--muted); max-width: 640px; margin: 0 auto 2rem; }
.price-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.price-tier { border: 1px solid var(--line); border-radius: 12px; padding: 1.5rem 1rem; background: var(--bg); }
.price-tier.featured { border-color: var(--brand); background: var(--brand-soft); }
.price-amt { display: block; font-size: 1.9rem; font-weight: 700; color: var(--ink); }
.price-amt span { font-size: 0.85rem; font-weight: 500; color: var(--muted); }
.price-term { display: block; margin-top: 0.5rem; font-size: 0.9rem; color: var(--muted); }
.price-tier.featured .price-term { color: var(--brand-ink); font-weight: 600; }
.pricing-fine { color: var(--muted); font-size: 0.8rem; margin-top: 1.5rem; }
@media (max-width: 640px) { .price-tiers { grid-template-columns: 1fr; } }
