:root {
  color-scheme: light;
  --ink: #17202a;
  --muted: #5d6978;
  --line: #d8dee8;
  --paper: #ffffff;
  --wash: #f4f7f8;
  --accent: #0f766e;
  --accent-dark: #115e59;
  --amber: #b45309;
  --red: #b42318;
  --green: #047857;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
}

a {
  color: inherit;
  text-decoration: none;
}

.nav {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 64px;
  padding: 0 28px;
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand {
  font-size: 20px;
  font-weight: 900;
}

.nav nav {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.hero {
  min-height: calc(100vh - 64px);
  overflow: hidden;
  position: relative;
  display: grid;
  align-items: center;
  padding: 56px 28px 84px;
}

.productBackdrop {
  position: absolute;
  inset: 0;
  background: #e7ecef;
}

.productBackdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.26);
}

.metricsStrip {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  left: 7vw;
  position: absolute;
  right: 7vw;
  top: 44px;
}

.metricsStrip div,
.leadColumn,
.replyPane {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(82, 99, 115, 0.22);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(23, 32, 42, 0.14);
}

.metricsStrip div {
  padding: 16px;
}

.metricsStrip strong {
  display: block;
  font-size: 34px;
}

.metricsStrip span,
.columnLabel,
.leadRow span,
.leadRow em,
.replyPane p {
  color: var(--muted);
}

.leadBoard {
  bottom: 62px;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(300px, 420px) minmax(360px, 560px);
  position: absolute;
  right: 8vw;
  width: min(980px, 72vw);
}

.leadColumn,
.replyPane {
  padding: 18px;
}

.columnLabel {
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.leadRow {
  border: 1px solid var(--line);
  border-left: 5px solid #8ea0ae;
  border-radius: 7px;
  display: grid;
  gap: 4px;
  margin-top: 10px;
  padding: 12px;
}

.leadRow.hot {
  border-left-color: var(--green);
}

.leadRow.warm {
  border-left-color: var(--amber);
}

.leadRow em {
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.replyPane h3 {
  font-size: 24px;
  margin: 0 0 14px;
}

.replyPane p {
  font-size: 16px;
  line-height: 1.55;
}

.replyActions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.replyActions span {
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  padding: 8px 12px;
}

.heroContent {
  max-width: 760px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--accent-dark);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  font-size: clamp(56px, 9vw, 128px);
  line-height: 0.88;
  margin: 0;
}

.heroCopy {
  color: #253341;
  font-size: clamp(20px, 3vw, 32px);
  line-height: 1.22;
  margin: 22px 0 0;
  max-width: 700px;
}

.heroActions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
}

.button.primary {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.button.secondary {
  background: #fff;
}

.inner {
  margin: 0 auto;
  max-width: 1160px;
  padding: 72px 28px;
}

.band {
  background: var(--wash);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.split,
.pilot {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
}

h2 {
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1;
  margin: 0 0 18px;
}

.inner p,
.band p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

.proofGrid,
.pricing,
.steps {
  display: grid;
  gap: 14px;
}

.proofGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proofGrid div,
.steps article,
.pricing article {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}

.proofGrid strong,
.pricing strong {
  display: block;
  font-size: 30px;
}

.proofGrid span,
.pricing p {
  color: var(--muted);
}

.steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.steps span {
  align-items: center;
  background: #e5f3f1;
  border-radius: 999px;
  color: var(--accent-dark);
  display: flex;
  font-weight: 900;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.steps h3,
.pricing h3 {
  font-size: 20px;
  margin: 18px 0 8px;
}

.pricing {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing .featured {
  border-color: var(--accent);
  box-shadow: inset 0 0 0 1px var(--accent);
}

.pilot {
  border-bottom: 1px solid var(--line);
}

footer {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  padding: 26px;
}

footer span {
  color: var(--ink);
  font-weight: 900;
}

@media (max-width: 920px) {
  .hero {
    min-height: 920px;
    align-items: start;
  }

  .heroContent {
    margin-top: 32px;
  }

  .metricsStrip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    top: 360px;
  }

  .leadBoard {
    bottom: 34px;
    grid-template-columns: 1fr;
    left: 28px;
    right: 28px;
    width: auto;
  }

  .split,
  .pilot,
  .steps,
  .pricing,
  .proofGrid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .nav {
    align-items: start;
    display: grid;
    padding: 16px;
  }

  .nav nav {
    flex-wrap: wrap;
  }

  .hero {
    min-height: 1020px;
    padding: 28px 16px 64px;
  }

  .metricsStrip {
    left: 16px;
    right: 16px;
    top: 380px;
  }

  .leadBoard {
    left: 16px;
    right: 16px;
  }

  .inner {
    padding: 54px 16px;
  }
}
