:root {
  --ink: #171c23;
  --navy: #132233;
  --navy-2: #0d1924;
  --red: #b42318;
  --red-dark: #8c1c14;
  --paper: #f3eee4;
  --paper-2: #e8dfd0;
  --cream: #f7f4ee;
  --white: #fffcf8;
  --rule: #d7cebf;
  --muted: #5d6670;
  --ok: #1e6b45;
  --warn: #9a5b12;
  --focus: #245b8c;
}

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

html {
  scroll-behavior: smooth;
}

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

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: var(--red-dark);
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  background: var(--navy);
  color: var(--white);
  padding: 0.5rem 0.75rem;
  z-index: 10;
}

.skip-link:focus {
  top: 1rem;
}

.wrap {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}

.site-header {
  background: var(--navy-2);
  color: var(--paper);
}

.header-row,
.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 0;
}

.wordmark {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: inherit;
  text-decoration: none;
}

.wordmark strong,
.wordmark small {
  display: block;
}

.wordmark strong {
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wordmark small {
  color: #c9d0d6;
  font-size: 0.75rem;
}

.mark {
  color: var(--paper);
}

.header-note {
  margin: 0;
  font-size: 0.85rem;
  color: #d3b4a8;
}

.hero {
  background: var(--navy);
  color: var(--paper);
  padding: 3.2rem 0 2.5rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
  align-items: center;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: #e3b2a8;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

h1,
h2,
h3 {
  line-height: 1.15;
  margin: 0 0 0.8rem;
}

h1 {
  font-size: clamp(2rem, 4.4vw, 3.3rem);
  max-width: 16ch;
  color: var(--white);
}

h2 {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
}

.lede {
  font-size: 1.12rem;
  color: #d5dbe1;
  max-width: 42ch;
}

.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
  margin: 1.2rem 0 1.3rem;
  list-style: none;
}

.proof-row li {
  color: var(--paper);
  background: rgba(255, 252, 248, 0.08);
  border: 1px solid rgba(243, 238, 228, 0.35);
  padding: 0.4rem 0.7rem;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.2;
}

.waitlist-form {
  background: var(--white);
  color: var(--ink);
  padding: 1.2rem;
  display: grid;
  gap: 0.75rem;
  border: 1px solid var(--rule);
}

.signup-band {
  background: var(--paper);
}

.signup-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2.5rem;
  align-items: center;
}

.signup-band .section-lede {
  margin-bottom: 0;
}

.field {
  display: grid;
  gap: 0.3rem;
  font-size: 0.88rem;
  font-weight: 600;
}

.field input,
.field select {
  font: inherit;
  font-weight: 400;
  padding: 0.7rem 0.75rem;
  border: 1px solid var(--rule);
  background: var(--cream);
  color: var(--ink);
  width: 100%;
}

.field input:focus,
.field select:focus,
.btn:focus-visible,
summary:focus-visible,
a:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 2.8rem;
  padding: 0.7rem 1.1rem;
  border: 0;
  background: var(--red);
  color: #fff;
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.btn:hover {
  background: var(--red-dark);
}

.form-fine {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.form-error {
  margin: 0;
  padding: 0.6rem 0.7rem;
  background: #f8e1dd;
  color: var(--red-dark);
  font-size: 0.9rem;
}

.honeypot {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.human-check {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
}

.human-check input {
  width: 1.1rem;
  height: 1.1rem;
  margin: 0.15rem 0 0;
  accent-color: var(--navy);
  flex: 0 0 auto;
}

.turnstile-slot {
  min-height: 65px;
}

.report-stage {
  padding-top: 0.2rem;
}

.report-sheet {
  background: var(--white);
  color: var(--ink);
  padding: 1.05rem 1.1rem 0.95rem;
  border: 1px solid #d8d2c6;
}

.report-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--rule);
}

.report-head strong {
  display: block;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.report-head span {
  display: block;
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.75rem;
}

.report-logo {
  flex: 0 0 2.6rem;
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--rule);
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.report-section {
  margin: 0.75rem 0 0.4rem;
  color: var(--navy);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem 0.7rem;
}

.form-grid label {
  display: grid;
  gap: 0.15rem;
  color: var(--muted);
  font-size: 0.68rem;
}

.form-grid span {
  border: 1px solid var(--rule);
  background: #fbfaf6;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.28rem 0.45rem;
}

.check-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8rem;
}

.check-table th,
.check-table td {
  padding: 0.32rem 0;
  border-bottom: 1px solid var(--rule);
  font-weight: 400;
}

.check-table th {
  text-align: left;
  color: var(--ink);
}

.check-table td {
  text-align: right;
  width: 4.5rem;
  color: var(--ok);
  font-weight: 700;
}

.check-table td.warn {
  color: var(--warn);
}

.report-foot {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.7rem;
  color: var(--muted);
  font-size: 0.75rem;
}

.band {
  padding: 4.2rem 0;
}

.section-kicker {
  margin: 0 0 0.7rem;
  color: var(--red);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.74rem;
  font-weight: 700;
}

.section-kicker.light {
  color: #e3b2a8;
}

.section-lede {
  max-width: 40rem;
  margin: 0 0 2rem;
  color: var(--muted);
  font-size: 1.08rem;
}

.problem h2,
.steps-band h2,
.spec-intro h2,
.audience h2,
.faq h2 {
  max-width: 18ch;
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: var(--white);
  border: 1px solid var(--rule);
  border-top: 3px solid var(--red);
}

.pain-grid article {
  padding: 1.3rem 1.25rem 1.4rem;
  border-right: 1px solid var(--rule);
}

.pain-grid article:last-child {
  border-right: 0;
}

.pain-grid h3 {
  margin-bottom: 0.45rem;
  font-size: 1.05rem;
}

.pain-grid p,
.problem-note,
.step-list p,
.spec-intro p,
.audience-rows p,
.faq-list p {
  margin: 0;
  color: var(--muted);
}

.problem-note {
  margin-top: 1.4rem;
  max-width: 46rem;
  font-size: 1.02rem;
}

.steps-band {
  background: var(--paper);
}

.step-list {
  list-style: none;
  padding: 0;
  margin: 1.8rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  counter-reset: none;
}

.step-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
}

.step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background: var(--navy);
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1;
}

.step-list h3 {
  margin-bottom: 0.35rem;
  font-size: 1.08rem;
}

.spec-sheet {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 2.5rem;
  align-items: start;
  background: var(--white);
  border: 1px solid var(--rule);
  padding: 2rem 2.1rem;
}

.spec-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 2px solid var(--navy);
}

.spec-list li {
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  gap: 0.8rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
}

.spec-list span {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.audience-rows {
  margin-top: 1.6rem;
  border-top: 1px solid var(--rule);
}

.audience-rows article {
  display: grid;
  grid-template-columns: 16rem 1fr;
  gap: 1.5rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--rule);
  align-items: start;
}

.audience-rows h3 {
  margin: 0;
  font-size: 1.05rem;
}

.cta-band {
  background: var(--navy);
  color: var(--paper);
}

.cta-copy {
  max-width: 42rem;
}

.cta-copy h2 {
  color: var(--white);
  max-width: 18ch;
}

.cta-copy p {
  color: #c9d0d6;
  margin: 0 0 1.2rem;
}

.faq-grid {
  display: grid;
  grid-template-columns: 16rem 1fr;
  gap: 2rem;
  align-items: start;
}

.faq-list {
  display: grid;
  border-top: 1px solid var(--rule);
}

.faq-list details {
  border-bottom: 1px solid var(--rule);
  padding: 0.95rem 0;
}

summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

.faq-list p {
  margin-top: 0.65rem;
  max-width: 42rem;
}

.site-footer {
  border-top: 1px solid var(--rule);
  font-size: 0.85rem;
  color: var(--muted);
}

.site-footer nav {
  display: flex;
  gap: 1rem;
}

.mobile-cta {
  display: none;
}

.page {
  min-height: 70vh;
  padding: 3rem 0 4rem;
}

.page h1 {
  color: var(--ink);
  max-width: 20ch;
}

.notice {
  background: #e4f0e8;
  color: var(--ok);
  padding: 0.8rem 1rem;
  margin: 1rem 0 1.4rem;
  font-weight: 600;
}

.stats-form,
.stats-panel {
  display: grid;
  gap: 0.8rem;
  max-width: 28rem;
}

.stats-panel {
  max-width: none;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  margin: 1rem 0 1.5rem;
}

.metric {
  background: var(--white);
  border: 1px solid var(--rule);
  padding: 1rem;
}

.metric b {
  display: block;
  font-size: 1.8rem;
}

.table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
}

.table th,
.table td {
  text-align: left;
  padding: 0.55rem 0.65rem;
  border-bottom: 1px solid var(--rule);
  font-size: 0.92rem;
}

@media (max-width: 860px) {
  .hero {
    padding-bottom: 2rem;
  }

  .hero-grid,
  .signup-grid,
  .pain-grid,
  .step-list,
  .spec-sheet,
  .audience-rows article,
  .faq-grid,
  .metric-row {
    grid-template-columns: 1fr;
  }

  .pain-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--rule);
  }

  .pain-grid article:last-child {
    border-bottom: 0;
  }

  .spec-sheet {
    padding: 1.3rem 1.2rem;
  }

  h1 {
    max-width: none;
  }

  .header-note {
    display: none;
  }

  .mobile-cta {
    display: block;
    position: sticky;
    bottom: 0;
    padding: 0.7rem 1rem 1rem;
    background: var(--cream);
    border-top: 1px solid var(--rule);
  }

  .mobile-cta[hidden] {
    display: none;
  }

  .mobile-cta .btn {
    width: 100%;
  }

  body {
    padding-bottom: 0;
  }
}
