:root {
  --bg: #fafaf7;
  --ink: #141414;
  --muted: #6b6b66;
  --line: #dfdfd8;
  --soft: #f1f2ec;
  --green: #0e7a4a;
  --green-dark: #095f39;
  --warn: #b4540a;
  --shell: 1080px;
  --prose: 680px;
  --ease-out: cubic-bezier(.23, 1, .32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: -apple-system, "Segoe UI", Inter, Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-underline-offset: .2em; }
a:hover { text-decoration-thickness: 2px; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }

.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.prose { width: min(100%, var(--prose)); margin-inline: auto; }
.site-header {
  min-height: 72px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid transparent;
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { font-size: 15px; font-weight: 750; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { color: var(--green); }
.nav-links { display: flex; align-items: center; gap: 22px; font-size: 13px; }
.nav-links a { color: var(--muted); text-decoration: none; }
.nav-links a:hover { color: var(--ink); }
.nav-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 150ms ease, transform 120ms var(--ease-out);
}
.nav-cta { min-height: 34px; padding-inline: 13px; font-size: 12px; }
.button.green { background: var(--green); }
.button:hover, .nav-cta:hover { background: #2c2c2c; text-decoration: none; }
.button.green:hover { background: var(--green-dark); }
.button:active, .nav-cta:active { transform: scale(.98); }

.hero { min-height: min(700px, calc(100dvh - 72px)); display: grid; place-items: center; padding: 84px 0 120px; text-align: center; }
.hero-inner { width: min(100%, 760px); }
.kicker { margin: 0 0 18px; color: var(--green); font-size: 14px; font-weight: 750; }
h1, h2, h3 { margin: 0; letter-spacing: -.03em; line-height: 1.12; text-wrap: balance; }
h1 { font-size: clamp(38px, 5.2vw, 56px); }
h2 { font-size: clamp(27px, 3.2vw, 34px); }
h3 { font-size: 20px; letter-spacing: -.015em; }
.report-page h1 { font-family: Georgia, serif; font-weight: 500; letter-spacing: -.035em; }
.lede { max-width: 650px; margin: 24px auto 0; color: #4f4f4a; font-size: 18px; line-height: 1.65; text-wrap: pretty; }
.stamp { margin: 18px 0 0; color: var(--muted); font-size: 13px; }
.hero-actions { display: flex; justify-content: center; gap: 12px; margin-top: 28px; }
.text-link { display: inline-flex; min-height: 44px; align-items: center; padding-inline: 10px; color: var(--green); font-weight: 700; text-decoration: none; }

.page-hero { padding: 92px 0 70px; text-align: center; }
.page-hero .lede { max-width: var(--prose); }
.section { padding: 96px 0; border-top: 1px solid var(--line); }
.section.compact { padding-block: 70px; }
.section-heading { max-width: 620px; margin-bottom: 46px; }
.section-heading p { margin: 16px 0 0; color: var(--muted); }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 8vw, 100px); align-items: start; }
.split > h2 { position: sticky; top: 32px; }
.stack > * + * { margin-top: 32px; }

.pain-list, .steps, .plain-list { margin: 0; padding: 0; list-style: none; }
.pain-list li, .steps li { padding: 30px 0; border-top: 1px solid var(--line); }
.pain-list li:first-child, .steps li:first-child { border-top: 0; padding-top: 0; }
.pain-list p, .steps p { margin: 10px 0 0; color: var(--muted); }
blockquote { margin: 18px 0 0; padding: 0; color: #353531; font-size: 15px; line-height: 1.6; }
blockquote::before { content: "“"; color: var(--green); font-size: 28px; line-height: 0; vertical-align: -.18em; }
.quote-source { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; }
.step-num { display: inline-block; min-width: 32px; color: var(--green); font-size: 13px; font-weight: 800; }

.guarantee { max-width: 820px; margin-inline: auto; text-align: center; }
.guarantee p { max-width: 620px; margin: 20px auto 0; color: var(--muted); }
.operator { display: grid; grid-template-columns: 110px 1fr; gap: 28px; align-items: center; max-width: 660px; }
.operator-badge { display: grid; width: 110px; aspect-ratio: 1; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-size: 32px; font-weight: 750; }
.operator p { margin: 8px 0 0; color: var(--muted); }
.todo { color: var(--warn); font-size: 13px; font-weight: 700; }

.faq { max-width: var(--prose); }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { padding: 22px 0; cursor: pointer; font-weight: 700; }
.faq details p { margin: -4px 0 24px; color: var(--muted); }

.waitlist-wrap { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px, 8vw, 90px); align-items: start; }
#tally-embed { padding: 18px 20px; border: 1px dashed #aaa9a0; border-radius: 10px; color: var(--muted); font-size: 14px; }
.fallback-form { margin-top: 22px; }
.field { margin-top: 20px; }
.field:first-child { margin-top: 0; }
.field label, .field legend { display: block; margin-bottom: 8px; color: var(--ink); font-size: 14px; font-weight: 700; }
.field input, .field select {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #8b8b84;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
}
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 13px; }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.stat { padding: 30px 20px; border-left: 1px solid var(--line); }
.stat:first-child { border-left: 0; }
.stat-value { display: block; color: var(--warn); font-family: Georgia, serif; font-size: 48px; line-height: 1; }
.stat-label { display: block; margin-top: 12px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.source-note { color: var(--muted); font-size: 13px; }
.case-study { padding: 30px; border-radius: 12px; background: var(--soft); }
.case-study p:last-child { margin-bottom: 0; }

.table-wrap { overflow-x: auto; margin-top: 40px; }
table { width: 100%; border-collapse: collapse; font-size: 14px; line-height: 1.5; }
th, td { padding: 16px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { font-size: 13px; }
thead th { border-top: 1px solid var(--line); }
.highlight { color: var(--green); font-weight: 750; }
.warn { color: var(--warn); font-weight: 750; }

.article { padding-bottom: 100px; }
.article h2 { margin: 64px 0 20px; }
.article h3 { margin: 34px 0 10px; }
.article p, .article ul, .article ol { margin-top: 0; margin-bottom: 22px; }
.article li + li { margin-top: 10px; }
.answer { padding: 22px 24px; border-radius: 10px; background: var(--soft); color: #3e3e39; }
.citation { font-size: 13px; color: var(--muted); }
.article-cta { margin-top: 64px; padding-top: 40px; border-top: 1px solid var(--line); }

.site-footer { padding: 62px 0 30px; border-top: 1px solid var(--line); }
.footer-top { display: flex; justify-content: space-between; gap: 30px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 22px; max-width: 760px; justify-content: flex-end; font-size: 13px; }
.footer-links a { color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: var(--ink); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 38px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }

.reveal { opacity: 1; transform: none; }
.reveal.is-pending { opacity: 0; transform: translateY(12px); }
.reveal.is-visible { transition: opacity 200ms var(--ease-out), transform 200ms var(--ease-out); }

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .site-header { min-height: 62px; }
  .nav-links a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; padding: 76px 0 96px; }
  .page-hero { padding: 70px 0 52px; }
  .section { padding-block: 72px; }
  .split, .waitlist-wrap { grid-template-columns: 1fr; gap: 40px; }
  .split > h2 { position: static; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(3) { border-left: 0; }
  .stat:nth-child(n+3) { border-top: 1px solid var(--line); }
  .operator { grid-template-columns: 76px 1fr; }
  .operator-badge { width: 76px; font-size: 24px; }
  .footer-top, .footer-bottom { flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal, .reveal.is-pending, .reveal.is-visible { opacity: 1 !important; transform: none !important; }
}
