:root {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #163e31;
  background: #fafaf5;
  font-synthesis: none;
  --green: #163e31;
  --muted: #576d61;
  --line: #dce4d8;
  --pale: #eff3e4;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  text-wrap: balance;
}
p {
  line-height: 1.65;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
button,
input {
  font: inherit;
}
button,
a,
summary {
  touch-action: manipulation;
}
button,
summary {
  cursor: pointer;
}
[hidden] {
  display: none !important;
}
:focus-visible {
  outline: 3px solid #a65a14;
  outline-offset: 4px;
}
.wrap {
  width: min(1120px, calc(100% - 40px));
  margin: auto;
}
.skip {
  position: absolute;
  top: -90px;
  left: 12px;
  background: white;
  padding: 16px;
  z-index: 20;
}
.skip:focus {
  top: 12px;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 85px;
  border-bottom: 1px solid var(--line);
}
.brand {
  font-size: 20px;
  font-weight: 750;
  letter-spacing: -0.8px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
}
.bolt {
  display: inline-block;
  width: 19px;
  height: 27px;
  background: currentColor;
  clip-path: polygon(45% 0, 100% 0, 65% 40%, 97% 40%, 17% 100%, 37% 56%, 0 56%);
  flex-shrink: 0;
}
.nav-cta {
  font-size: 12px;
  white-space: nowrap;
  padding: 14px 0;
}
.hero {
  display: grid;
  gap: 36px;
  padding-block: 36px 54px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 1.5px;
  line-height: 1.65;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
.dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #72904b;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
}
h1 {
  font-size: clamp(42px, 11vw, 65px);
  line-height: 1.04;
  letter-spacing: -2.5px;
  margin-bottom: 22px;
  font-weight: 650;
}
h1 em {
  font-family: Georgia, serif;
  font-weight: 400;
}
.lead {
  font-size: 17px;
  color: var(--muted);
  margin-bottom: 27px;
  max-width: 520px;
}
h2 {
  font-size: 32px;
  line-height: 1.17;
  letter-spacing: -1.1px;
  font-weight: 650;
  margin-bottom: 18px;
}
h3 {
  font-size: 20px;
  letter-spacing: -0.4px;
  line-height: 1.3;
}
.signup {
  scroll-margin-top: 22px;
}
.signup h2 {
  font-size: 22px;
  letter-spacing: -0.6px;
  margin: 0 0 7px;
}
.signup-intro {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 18px;
  max-width: 460px;
}
form label {
  display: block;
  font-size: 12px;
  font-weight: 650;
  margin-bottom: 9px;
}
.form-row {
  display: grid;
  gap: 9px;
}
input[type='email'] {
  width: 100%;
  min-width: 0;
  border: 1px solid #aabbac;
  border-radius: 6px;
  padding: 16px;
  background: white;
  color: var(--green);
  font-size: 16px;
  min-height: 54px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 54px;
  padding: 16px 20px;
  background: var(--green);
  color: white;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.4;
}
.button:hover {
  background: #245c47;
}
.button:disabled {
  opacity: 0.65;
  cursor: wait;
}
.form-benefit {
  font-size: 12px;
  margin: 12px 0 9px;
  color: #456047;
}
.privacy-note {
  font-size: 11px;
  line-height: 1.6;
  color: #637263;
  margin: 0;
  max-width: 510px;
}
.error {
  font-size: 13px;
  color: #a03020;
  padding: 10px 0;
  margin: 0;
}
.trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.quiet-link {
  display: inline-block;
  font-size: 13px;
  margin-top: 24px;
  padding: 8px 0;
}
.receipt {
  padding: 22px;
  background: #eaf2e5;
  border: 1px solid #c4d5bd;
  border-radius: 8px;
}
.receipt h3 {
  margin-bottom: 10px;
}
.receipt p {
  font-size: 14px;
}
.receipt .button {
  margin-bottom: 14px;
  width: 100%;
}
.remove-link {
  display: inline-block;
  font-size: 12px;
  margin-top: 15px;
}
.sample-preview {
  border: 1px solid #d2decb;
  background: white;
  border-radius: 14px;
  box-shadow: 0 16px 55px #334b2910;
  align-self: center;
  overflow: hidden;
  transform: rotate(-1deg);
}
.sample-top {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 22px;
  background: #e9efdb;
}
.sample-top strong {
  font-size: 16px;
}
.sample-top small {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 6px;
}
.file-icon {
  display: grid;
  place-items: center;
  width: 33px;
  height: 39px;
  border-radius: 5px;
  background: #21734e;
  color: white;
  font-weight: 750;
  flex-shrink: 0;
}
.file-type {
  margin-left: auto;
  font-size: 11px;
  color: var(--muted);
}
.preview-content {
  padding: 25px 20px;
}
.mini-label {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 20px;
}
.preview-table > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 15px 0;
  border-top: 1px solid var(--line);
  font-size: 13px;
}
.preview-table strong {
  white-space: nowrap;
}
.preview-table small {
  font-size: 10px;
  display: block;
  color: #947038;
  margin-top: 4px;
}
.preview-total {
  font-size: 15px !important;
}
.open-question {
  display: flex;
  gap: 12px;
  border: 1px solid #e8d8b1;
  background: #fcf8ec;
  border-radius: 7px;
  padding: 16px;
  margin-top: 22px;
  font-size: 13px;
}
.open-question p {
  font-size: 12px;
  color: #7b6843;
  margin: 6px 0 0;
}
.question-mark {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f0e1bd;
  flex-shrink: 0;
  font-weight: 700;
  color: #7c6029;
}
.preview-foot {
  font-size: 12px;
  color: var(--muted);
  margin: 18px 0 0;
}
.sheet-tabs {
  display: flex;
  gap: 0;
  border-top: 1px solid var(--line);
  background: #f7f9f3;
  padding: 0 12px;
  font-size: 11px;
}
.sheet-tabs span {
  padding: 13px 12px;
}
.sheet-tabs .active {
  border-bottom: 3px solid #38805b;
  background: white;
  font-weight: 650;
}
.pain-band {
  background: #edf2df;
  border-top: 1px solid #e1e7d4;
  border-bottom: 1px solid #e1e7d4;
}
.pain-grid {
  display: grid;
  gap: 18px;
  padding-block: 44px;
}
.pain-grid .eyebrow {
  margin-bottom: 13px;
}
.pain-grid h2 {
  margin-bottom: 0;
}
.pain-grid p {
  font-size: 16px;
  color: var(--muted);
}
.pain-grid p:last-child {
  margin: 0;
}
.section {
  padding-block: 53px;
}
.section-heading p:last-child {
  max-width: 520px;
  color: var(--muted);
  font-size: 16px;
}
.steps {
  display: grid;
  gap: 30px;
  list-style: none;
  margin: 33px 0 0;
  padding: 0;
}
.steps li {
  border-top: 1px solid var(--line);
  padding-top: 22px;
  min-width: 0;
}
.step-number {
  font:
    italic 29px Georgia,
    serif;
  color: #7b9365;
  display: block;
  margin-bottom: 16px;
}
.steps h3 {
  margin: 0 0 12px;
}
.steps p {
  font-size: 15px;
  color: var(--muted);
}
.document-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.document-tags span {
  padding: 8px;
  border: 1px solid #dce4d5;
  background: white;
  border-radius: 4px;
  font-size: 10px;
}
.stage-detail {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  background: #eff3e7;
  padding: 13px;
  border-radius: 5px;
}
.stage-detail .bolt {
  width: 11px;
  height: 17px;
}
.value-section {
  display: grid;
  gap: 27px;
  padding-block: 42px;
  border-top: 1px solid var(--line);
}
.value-copy p:last-child {
  color: var(--muted);
  font-size: 15px;
}
.deliverables > div {
  display: flex;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
  font-size: 14px;
}
.deliverables > div > span {
  font:
    italic 21px Georgia,
    serif;
  color: #7b9365;
}
.deliverables p {
  margin: 0;
  color: var(--muted);
}
.deliverables strong {
  display: block;
  color: var(--green);
  margin-bottom: 5px;
}
.pilot {
  padding-top: 25px;
}
.pilot > div {
  border: 1px solid #d3ddc5;
  border-radius: 13px;
  background: #eaf0dc;
  padding: 30px 24px;
}
.pilot p {
  font-size: 15px;
  color: var(--muted);
  max-width: 640px;
}
.pilot .button {
  width: 100%;
  margin-top: 8px;
}
.pilot .phone {
  font-size: 12px;
  margin: 20px 0 0;
}
.faq {
  padding-bottom: 55px;
}
.faq h2 {
  font-size: 25px;
}
.faq details {
  border-top: 1px solid var(--line);
}
.faq summary {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  padding: 20px 4px;
}
.faq details p {
  font-size: 14px;
  color: var(--muted);
  max-width: 750px;
  padding: 0 4px 10px;
}
.footer {
  border-top: 1px solid var(--line);
  padding-block: 29px 35px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  flex-wrap: wrap;
}
.footer .brand {
  font-size: 17px;
}
.footer .bolt {
  width: 14px;
  height: 21px;
}
.footer p,
.footer > div > a:not(.brand) {
  font-size: 12px;
  color: var(--muted);
  margin: 9px 0 0;
}
.legal {
  max-width: 740px;
  padding-block: 45px 65px;
}
.legal h1 {
  font-size: 39px;
}
.legal h2 {
  font-size: 23px;
  margin-top: 29px;
}
.legal p,
.legal li {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.7;
}
.legal .button {
  margin: 12px 0;
}
.legal input[type='text'] {
  width: 100%;
  padding: 13px;
  border: 1px solid var(--line);
  font-size: 16px;
}
@media (min-width: 800px) {
  .wrap {
    width: min(1120px, calc(100% - 72px));
  }
  .hero {
    grid-template-columns: 1.08fr 0.92fr;
    gap: 65px;
    padding-block: 58px 74px;
  }
  h1 {
    font-size: 67px;
    letter-spacing: -3.1px;
  }
  h2 {
    font-size: 40px;
  }
  .sample-top {
    padding: 25px;
  }
  .preview-content {
    padding: 30px;
  }
  .preview-table > div {
    font-size: 14px;
  }
  .form-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .form-row .button {
    font-size: 13px;
    padding-inline: 15px;
    gap: 12px;
  }
  .pain-grid {
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    padding-block: 55px;
    align-items: center;
  }
  .section {
    padding-block: 72px;
  }
  .steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    margin-top: 40px;
  }
  .value-section {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    padding-block: 55px;
    align-items: center;
  }
  .pilot > div {
    padding: 42px 50px;
  }
  .pilot .button {
    width: auto;
  }
  .faq {
    max-width: 820px;
  }
  .footer {
    padding-top: 35px;
  }
}
@media (max-width: 360px) {
  .brand {
    font-size: 17px;
    gap: 7px;
  }
  .nav-cta {
    font-size: 11px;
  }
  .nav {
    gap: 8px;
  }
  .sample-top {
    padding: 17px;
    gap: 9px;
  }
  .file-type {
    display: none;
  }
  .preview-content {
    padding: 22px 15px;
  }
  .preview-table > div {
    font-size: 12px;
  }
  .sheet-tabs span {
    padding-inline: 8px;
  }
  .pilot > div {
    padding: 25px 20px;
  }
  .sample-preview {
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}
