:root {
  color-scheme: light;
  --ink: #17201a;
  --muted: #5c665f;
  --line: #d7ddd5;
  --paper: #fbfcf8;
  --panel: #ffffff;
  --green: #236b45;
  --green-dark: #16472f;
  --aqua: #dff5ef;
  --amber: #f6c95c;
  --red: #c95d51;
  --blue: #2e658f;
  --shadow: 0 24px 60px rgb(23 32 26 / 14%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 64px);
  background: rgb(251 252 248 / 88%);
  border-bottom: 1px solid rgb(215 221 213 / 80%);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.nav-links {
  display: flex;
  gap: 22px;
  color: var(--muted);
  font-size: 0.94rem;
}

.nav-links a {
  text-decoration: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(560px, 1.12fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  min-height: calc(92svh - 72px);
  padding: clamp(42px, 7vw, 86px) clamp(20px, 5vw, 64px) 44px;
}

.hero-copy {
  min-width: 0;
  max-width: 680px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 10ch;
  margin-bottom: 20px;
  font-size: clamp(3.6rem, 10vw, 8.5rem);
  line-height: 0.86;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4.4vw, 4.3rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.hero-lede {
  max-width: 620px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions,
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 18px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  background: var(--green);
  color: #fff;
  box-shadow: 0 12px 24px rgb(35 107 69 / 22%);
}

.button.primary:hover {
  background: var(--green-dark);
}

.button.wide {
  width: 100%;
}

.dashboard-shell {
  width: 100%;
  min-width: 0;
  border: 1px solid #cfd8d0;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

mark i {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: currentColor;
}

.mock-main {
  min-width: 0;
  padding: 24px;
}

.mock-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.mock-head h2 {
  margin: 0;
  font-size: 1.46rem;
  line-height: 1.05;
}

.mock-head p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.mock-head button {
  display: inline-flex;
  min-width: 96px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  border-radius: 8px;
  padding: 10px 12px;
  background: var(--ink);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
}

.mock-head button span {
  font-size: 1rem;
  line-height: 1;
}

.mock-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 16px;
}

.mock-summary article,
.feature-grid article,
.pricing-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.mock-summary article {
  padding: 12px 10px;
}

.mock-summary strong {
  display: block;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 1.35rem;
  line-height: 1;
}

.mock-summary span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
}

.mock-summary .proceed strong {
  color: var(--green);
}

.mock-summary .kill strong {
  color: var(--red);
}

.mock-summary .run strong {
  color: var(--amber);
}

.mock-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.mock-row {
  display: grid;
  grid-template-columns: minmax(104px, 1.5fr) minmax(56px, 0.68fr) minmax(48px, 0.54fr) minmax(78px, 0.82fr) minmax(38px, 0.42fr) minmax(62px, 0.64fr);
  gap: 7px;
  align-items: center;
  min-height: 58px;
  border-bottom: 1px solid var(--line);
  padding: 0 10px;
}

.mock-row:last-child {
  border-bottom: 0;
}

.mock-header {
  min-height: 38px;
  background: #fbfbfa;
  color: #8d948f;
  font-size: 0.56rem;
  font-weight: 850;
  text-transform: uppercase;
}

.mock-idea {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.mock-idea strong {
  overflow: hidden;
  font-size: 0.82rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mock-idea span,
.mock-channel,
.mock-num {
  color: var(--muted);
  font-size: 0.72rem;
}

.mock-channel {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
}

.mock-channel i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 2px;
}

.mock-num,
.mock-ctr strong {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-weight: 850;
}

.mock-num.muted,
.mock-ctr strong.pending {
  color: #9ba29d;
}

.mock-ctr {
  display: grid;
  gap: 5px;
  padding-right: 4px;
}

.mock-ctr strong {
  font-size: 0.82rem;
}

.mock-ctr .good {
  color: var(--green);
}

.mock-ctr .bad {
  color: var(--red);
}

.mock-ctr span {
  display: block;
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: #edede9;
}

.mock-ctr span i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--green);
}

.mock-ctr span i.bad {
  background: var(--red);
}

.mock-ctr span i.pending {
  background: var(--amber);
}

mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 999px;
  padding: 5px 8px;
  font-size: 0.66rem;
  font-weight: 850;
}

mark.good {
  background: var(--aqua);
  color: var(--green-dark);
}

mark.bad {
  background: #fde0dd;
  color: #82362e;
}

mark.pending {
  background: #fff1c4;
  color: #765200;
}

.band,
.pricing-band,
.waitlist {
  padding: clamp(56px, 8vw, 104px) clamp(20px, 5vw, 64px);
}

.section-heading {
  max-width: 900px;
  margin-bottom: 28px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature-grid article {
  min-height: 220px;
  padding: 22px;
}

.feature-grid p,
.pricing-copy p,
.waitlist p,
.pricing-panel li {
  color: var(--muted);
}

.feature-icon {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--blue);
  font-weight: 900;
}

.pricing-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: clamp(24px, 5vw, 56px);
  align-items: start;
  background: #eef7f3;
}

.pricing-copy {
  max-width: 790px;
}

.pricing-panel {
  padding: 22px;
}

.pricing-panel ul {
  display: grid;
  gap: 12px;
  margin: 0 0 22px;
  padding-left: 20px;
}

.waitlist {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1fr);
  gap: clamp(22px, 5vw, 60px);
  align-items: start;
}

.waitlist[hidden],
.is-hidden {
  display: none;
}

.lead-form {
  border-top: 4px solid var(--green);
  padding-top: 18px;
}

.lead-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 800;
}

.lead-form input[type="email"] {
  flex: 1 1 250px;
  min-height: 48px;
  min-width: 0;
  border: 1px solid #bbc7bd;
  border-radius: 8px;
  padding: 0 14px;
  background: #fff;
}

.form-status {
  min-height: 24px;
  margin: 12px 0 0;
  color: var(--green-dark);
  font-weight: 700;
}

.form-status.error {
  color: #963d34;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(20px, 5vw, 64px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

@media (max-width: 980px) {
  .hero,
  .pricing-band,
  .waitlist {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  body {
    overflow-x: hidden;
  }

  .site-header {
    position: static;
    align-items: flex-start;
  }

  .hero,
  .band,
  .pricing-band,
  .waitlist,
  .site-header,
  .site-footer {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .nav-links {
    display: none;
  }

  h1 {
    max-width: 8ch;
    font-size: clamp(2.9rem, 15vw, 4.15rem);
    overflow-wrap: break-word;
  }

  .hero-copy,
  .hero-lede,
  .hero-actions {
    max-width: calc(100vw - 40px);
  }

  .mock-summary,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-shell {
    display: block;
    max-width: 100%;
    overflow: hidden;
  }

  .mock-main {
    max-width: 100%;
    overflow-x: auto;
    padding: 18px;
  }

  .mock-head > div {
    min-width: 0;
  }

  .mock-head button {
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 0;
    overflow: hidden;
    font-size: 0;
  }

  .mock-head button span {
    font-size: 1rem;
  }

  .mock-table {
    min-width: 660px;
  }

  .button,
  .form-row .button {
    width: 100%;
  }

  .site-footer {
    flex-direction: column;
  }
}
