:root {
/*  Blue Theme */
    --bg:            #F3F8FC;
    --bg-alt:        #E6F1F9;
    --surface:       #FFFFFF;
    --ink:           #14232E;
    --ink-soft:      #3E5568;
    --ink-muted:     #71889A;
    --sage:          #03A9F4;
    --sage-deep:     #0277A8;
    --sage-pale:     #D9EFFC;
    --border:        #D3E3ED;
    --border-soft:   #E3EEF5;
    --rust:          #A9714F;

    --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
    --font-serif: Georgia, "Iowan Old Style", "Palatino Linotype", "Book Antiqua",
      Palatino, serif;
    --step-0: clamp(1rem, 0.94rem + 0.3vw, 1.125rem);
    --step-1: clamp(1.125rem, 1.03rem + 0.45vw, 1.375rem);
    --step-2: clamp(1.375rem, 1.2rem + 0.8vw, 1.875rem);
    --step-3: clamp(1.75rem, 1.45rem + 1.4vw, 2.5rem);
    --step-4: clamp(2.1rem, 1.7rem + 2vw, 3.1rem);
    --step-4: clamp(2.25rem, 1.75rem + 2.2vw, 3.5rem);
    --gutter: clamp(1.25rem, 4vw, 3rem);
    --max-w: 1120px;
    --read-w: 700px;
}

.eyebrow,
h4 {
  font-weight: 600;
  color: var(--sage-deep);
}
.lede,
p {
  color: var(--ink-soft);
}
.nav-links,
nav.primary-nav {
  display: flex;
  gap: clamp(1rem, 2vw, 2rem);
}
@media (max-width: 760px) {
  .logo .page-tag,
  .nav-links {
    display: none;
  }
}
.hero .subhead,
.hero h1 {
  margin-bottom: 1.25rem;
}
.hero .subhead {
  font-style: italic;
}
.hero .lede {
  max-width: 60ch;
}
.hero-note {
  margin-top: 1.1rem;
  font-style: italic;
}
.three-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-top: 2.25rem;
}
.three-card {
  background: var(--surface);
  padding: clamp(1.6rem, 3vw, 2.25rem);
}
.three-card .num {
  font-family: var(--font-serif);
  font-size: 0.85rem;
  color: var(--sage);
  letter-spacing: 0.06em;
  margin-bottom: 0.75rem;
  display: block;
}
.three-card h3 {
  margin-bottom: 0.6rem;
  font-size: var(--step-1);
}
@media (max-width: 820px) {
  .three-grid {
    grid-template-columns: 1fr;
  }
}
.flow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 2.5rem auto;
  max-width: var(--max-w);
}
.flow .step {
  border: 1px solid var(--border);
  background: var(--surface);
  padding: 0.9rem 1.5rem;
  font-family: var(--font-serif);
  font-size: var(--step-0);
  color: var(--ink);
  white-space: nowrap;
}
.flow .arrow {
  color: var(--sage);
  font-size: 1.2rem;
  padding: 0 0.25rem;
}
@media (max-width: 700px) {
  .flow {
    flex-direction: column;
  }
  .flow .arrow {
    transform: rotate(90deg);
  }
}
.table-wrap {
  margin-top: 2.25rem;
  border: 1px solid var(--border);
  overflow-x: auto;
  background: var(--surface);
}
table.signal-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
}
table.signal-table th {
  background: var(--sage-deep);
  color: #fbfcfa;
  text-align: left;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.9rem 1.25rem;
}
table.signal-table td {
  padding: 1rem 1.25rem;
  border-top: 1px solid var(--border-soft);
  font-size: 0.95rem;
  color: var(--ink-soft);
  vertical-align: top;
}
table.signal-table tr:nth-child(odd) td {
  background: var(--bg);
}
table.signal-table td strong {
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 1.02rem;
}
.pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 2rem;
}
.pills span {
  border: 1px solid var(--border);
  background: var(--surface);
  padding: 0.55rem 1.1rem;
  font-size: 0.88rem;
  color: var(--ink);
  border-radius: 2px;
}
.faq summary {
  font-size: var(--step-1);
  font-style: italic;
}
.faq .faq-body {
  max-width: 64ch;
}
.final-cta .q-list p {
  color: #edefe9;
  border-top-color: #37402f;
}

body {
  line-height: 1.65;
}
section {
  padding-block: clamp(3.5rem, 9vw, 7.5rem);
}
h1,
h2,
h3 {
  font-family: var(--font-serif);
  font-weight: 400;
  color: var(--ink);
  margin: 0;
  letter-spacing: -0.01em;
}
h1 {
  line-height: 1.12;
}
h2 {
  line-height: 1.2;
}
.eyebrow {
  margin-bottom: 1.25rem;
}
.lede {
  max-width: 42ch;
}
p {
  margin: 0 0 1.1em;
}
.btn-text {
  background: none;
  border: none;
  padding: 0;
  color: var(--sage-deep);
  border-bottom: 1px solid var(--sage);
  border-radius: 0;
  font-size: 0.95rem;
}
.btn-text:hover {
  color: var(--ink);
  border-color: var(--ink);
}
header {
  background: rgba(245, 246, 243, 0.88);
}
nav.primary-nav a {
  text-decoration: none;
  font-size: 0.92rem;
  color: var(--ink-soft);
  transition: color 0.2s ease;
}
nav.primary-nav a:hover {
  color: var(--sage-deep);
}
@media (max-width: 760px) {
  .nav-links {
    display: none;
  }
}
.hero {
  padding-block: clamp(4rem, 11vw, 8.5rem) clamp(3rem, 8vw, 6rem);
}
.hero-inner {
  max-width: 46rem;
}
.hero h1 {
  margin-bottom: 1.1rem;
}
.hero .lede {
  max-width: 46ch;
  margin-bottom: 2.25rem;
}
.hero-note {
  margin-top: 1.75rem;
}
.question-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--border);
  margin-top: clamp(3rem, 7vw, 5rem);
}
.question-strip div {
  padding: 1.75rem 1.5rem 0;
  border-left: 1px solid var(--border);
}
.question-strip div:first-child {
  border-left: none;
  padding-left: 0;
}
.question-strip p {
  font-family: var(--font-serif);
  font-size: var(--step-0);
  color: var(--ink);
  margin: 0;
}
@media (max-width: 820px) {
  .question-strip {
    grid-template-columns: 1fr 1fr;
    row-gap: 1.75rem;
  }
  .question-strip div {
    border-left: none;
    padding-left: 0;
  }
  .question-strip div:nth-child(odd) {
    border-left: none;
  }
}
@media (max-width: 480px) {
  .question-strip {
    grid-template-columns: 1fr;
  }
}
.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: start;
}
@media (max-width: 800px) {
  .split {
    grid-template-columns: 1fr;
  }
}
.stack > * + * {
  margin-top: 1.1em;
}
.framework-head {
  max-width: 44rem;
  margin-bottom: clamp(2.5rem, 6vw, 4rem);
}
.framework-card {
  padding: clamp(1.75rem, 3vw, 2.75rem);
}
.framework-foot {
  max-width: 46rem;
  margin-top: clamp(2.5rem, 6vw, 4rem);
  padding-top: clamp(2rem, 4vw, 3rem);
  border-top: 1px solid var(--border);
}
.framework-foot p {
  font-family: var(--font-serif);
  font-size: var(--step-1);
  color: var(--ink);
}
.paths-head {
  max-width: 44rem;
  margin-bottom: clamp(2.5rem, 6vw, 4rem);
}
.path-card {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: clamp(2rem, 4vw, 3rem);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.path-card + .path-card {
  margin-top: 1.5rem;
}
.paths-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 800px) {
  .paths-grid {
    grid-template-columns: 1fr;
  }
}
.path-tag {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 1rem;
}
.path-card h3 {
  margin-bottom: 0.9rem;
}
.path-card .path-name {
  font-family: var(--font-serif);
  font-size: var(--step-2);
  color: var(--sage-deep);
  margin-bottom: 0.35rem;
}
.path-card p.desc {
  flex-grow: 1;
  margin-bottom: 1.75rem;
}
.path-questions {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
}
.path-questions li {
  font-family: var(--font-serif);
  color: var(--ink);
  padding: 0.5rem 0;
  border-top: 1px solid var(--border-soft);
  font-size: 0.98rem;
}
.path-questions li:first-child {
  border-top: none;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(2.5rem, 5vw, 4rem);
}
@media (max-width: 800px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
}
.qa-list {
  margin-top: 2rem;
}
.qa-list p.q {
  font-family: var(--font-serif);
  font-size: var(--step-0);
  color: var(--ink);
  padding: 0.9rem 0;
  border-top: 1px solid var(--border);
  margin: 0;
}
.qa-list p.q:last-child {
  border-bottom: 1px solid var(--border);
}
.control {
  text-align: center;
}
.control-inner {
  max-width: 42rem;
}
.control-inner,
.control .lede {
  margin-inline: auto;
}
.control-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2.25rem;
}
.control-tags span {
  border: 1px solid var(--border);
  padding: 0.55rem 1.1rem;
  font-size: 0.9rem;
  color: var(--ink);
  font-family: var(--font-serif);
}
.result-inner {
  max-width: 40rem;
}
.result-list {
  margin-top: 2rem;
}
.result-list div {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding: 0.85rem 0;
  border-top: 1px solid var(--border-soft);
}
.result-list div:first-child {
  border-top: none;
}
.result-list span.n {
  font-family: var(--font-serif);
  color: var(--sage);
  font-size: 0.9rem;
  flex-shrink: 0;
}
.result-list p {
  margin: 0;
  font-family: var(--font-serif);
  color: var(--ink);
  font-size: var(--step-0);
}
.recap-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
}
@media (max-width: 700px) {
  .recap-grid {
    grid-template-columns: 1fr;
  }
}
.recap-card {
  border: 1px solid var(--border);
  padding: clamp(1.75rem, 3vw, 2.5rem);
  background: var(--surface);
}
.recap-card p.tag {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 0.9rem;
}
.recap-card h3 {
  margin-bottom: 0.75rem;
  color: var(--sage-deep);
  font-family: var(--font-serif);
}
.final-cta .lede {
  max-width: 40ch;
}
.final-cta-inner {
  max-width: 42rem;
}
.final-cta .hero-note {
  color: #8b9285;
}
footer {
  padding-block: 2.5rem;
}

*,
:after,
:before {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: var(--step-0);
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a {
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}
.wrap {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.read {
  max-width: var(--read-w);
}
.center {
  margin-inline: auto;
}
section {
  padding-block: clamp(3rem, 7vw, 5.5rem);
}
section.alt {
  background: var(--bg-alt);
}
section.surface {
  background: var(--surface);
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
}
h1,
h2,
h3,
h4 {
  font-family: var(--font-serif);
  font-weight: 400;
  color: var(--ink);
  margin: 0;
  letter-spacing: -0.01em;
}
h1 {
  font-size: var(--step-4);
  line-height: 1.15;
}
h2 {
  font-size: var(--step-3);
  line-height: 1.22;
}
h3 {
  font-size: var(--step-1);
  line-height: 1.35;
}
h4 {
  font-size: var(--step-0);
  font-family: var(--font-body);
}
.eyebrow,
h4 {
  font-weight: 600;
  color: var(--sage-deep);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}
.eyebrow:before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--sage);
  display: inline-block;
}
.eyebrow.center-e {
  justify-content: center;
}
.eyebrow.center-e:before {
  display: none;
}
.lede {
  font-size: var(--step-1);
  max-width: 44ch;
}
.lede,
p {
  color: var(--ink-soft);
}
p {
  margin: 0 0 1.05em;
}
p:last-child {
  margin-bottom: 0;
}
.stack > * + * {
  margin-top: 1.05em;
}
.stack-tight > * + * {
  margin-top: 0.5em;
}
strong.mark {
  color: var(--ink);
  font-weight: 600;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  padding: 0.95em 1.7em;
  border-radius: 2px;
  transition: background-color 0.2s ease, color 0.2s ease,
    border-color 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--sage-deep);
  color: #fbfcfa;
  border: 1px solid var(--sage-deep);
}
.btn-primary:hover {
  background: var(--ink);
  border-color: var(--ink);
  transform: translateY(-1px);
}
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--border);
}
.btn-ghost:hover {
  border-color: var(--sage-deep);
  color: var(--sage-deep);
}
header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(245, 246, 243, 0.92);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--border-soft);
}
.header-inner {
  max-width: var(--max-w);
  margin-inline: auto;
  padding: 1.1rem var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.logo {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  letter-spacing: -0.01em;
  text-decoration: none;
  color: var(--ink);
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
}
.logo em {
  font-style: normal;
  color: var(--sage-deep);
}
.logo .page-tag {
  font-family: var(--font-body);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-muted);
  border-left: 1px solid var(--border);
  padding-left: 0.6rem;
}
nav.primary-nav {
  align-items: center;
}
.nav-links,
nav.primary-nav {
  display: flex;
  gap: clamp(1rem, 2vw, 2rem);
}
nav.primary-nav a.nav-item {
  text-decoration: none;
  font-size: 0.92rem;
  color: var(--ink-soft);
  transition: color 0.2s ease;
}
nav.primary-nav a.nav-item:hover {
  color: var(--sage-deep);
}
nav.primary-nav a.nav-item.current {
  color: var(--sage-deep);
  border-bottom: 1px solid var(--sage-deep);
  padding-bottom: 2px;
}
@media (max-width: 760px) {
  .logo .page-tag,
  .nav-links {
    display: none;
  }
}
.progress-track {
  position: sticky;
  top: 0;
  height: 3px;
  background: transparent;
  z-index: 41;
}
.progress-bar {
  height: 100%;
  width: 0;
  background: var(--sage);
  transition: width 0.1s linear;
}
.subnav-wrap {
  background: var(--surface);
  border-bottom: 1px solid var(--border-soft);
  position: sticky;
  top: 0;
  z-index: 30;
}
.subnav {
  display: flex;
  gap: clamp(1rem, 2.5vw, 2.1rem);
  overflow-x: auto;
  padding: 0.8rem var(--gutter);
  max-width: var(--max-w);
  margin-inline: auto;
  scrollbar-width: none;
}
.subnav::-webkit-scrollbar {
  display: none;
}
.subnav a {
  font-size: 0.82rem;
  color: var(--ink-muted);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.subnav a:hover {
  color: var(--sage-deep);
}
.hero {
  padding-block: clamp(3.25rem, 8vw, 6rem) clamp(2.25rem, 5vw, 3.5rem);
}
.hero-inner {
  max-width: 50rem;
}
.hero .subhead,
.hero h1 {
  margin-bottom: 1.25rem;
}
.hero .subhead {
  font-family: var(--font-serif);
  font-size: var(--step-1);
  color: var(--ink);
  max-width: 54ch;
}
.hero .lede {
  max-width: 58ch;
}
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-top: 1.75rem;
}
.hero-note {
  margin-top: 1.25rem;
  font-size: 0.85rem;
  color: var(--ink-muted);
}
.fragments {
  margin: 1.6rem 0;
}
.fragments p {
  font-family: var(--font-serif);
  font-size: var(--step-1);
  color: var(--ink);
  margin: 0 0 0.15em;
  line-height: 1.3;
}
.q-list {
  margin: 1.75rem 0;
  display: flex;
  flex-direction: column;
}
.q-list p {
  font-family: var(--font-serif);
  font-size: var(--step-1);
  color: var(--ink);
  padding: 0.75rem 0;
  border-top: 1px solid var(--border-soft);
  margin: 0;
}
.q-list p:first-child {
  border-top: none;
}
.test-box {
  max-width: var(--read-w);
  margin-inline: auto;
  border: 1px solid var(--border);
  background: var(--surface);
  padding: clamp(1.75rem, 4vw, 2.75rem);
}
.test-box .q-list {
  margin-top: 0.5rem;
}
.pull-quote {
  max-width: var(--read-w);
  margin: clamp(2.25rem, 5vw, 3.25rem) auto;
  padding: 1.75rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  text-align: center;
}
.pull-quote p {
  font-family: var(--font-serif);
  font-size: var(--step-2);
  color: var(--ink);
  line-height: 1.4;
  margin: 0;
  font-style: italic;
}
.pull-quote.bare {
  border: none;
  padding-top: 0;
}
.deliv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-top: 2rem;
}
.deliv-card {
  background: var(--surface);
  padding: clamp(1.5rem, 3vw, 2rem);
}
.deliv-card .mark-yes {
  color: var(--sage-deep);
  font-weight: 700;
  margin-right: 0.6em;
}
.deliv-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.deliv-card li {
  display: flex;
  gap: 0.6rem;
  padding: 0.6rem 0;
  border-top: 1px solid var(--border-soft);
  font-size: 0.95rem;
  color: var(--ink-soft);
}
.deliv-card li:first-child {
  border-top: none;
}
.deliv-card.not .mark-yes,
.deliv-card.not li {
  color: var(--ink-muted);
}
@media (max-width: 700px) {
  .deliv-grid {
    grid-template-columns: 1fr;
  }
}
.framework-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-top: 2.25rem;
}
.framework-card {
  background: var(--surface);
  padding: clamp(1.75rem, 3vw, 2.5rem);
}
.framework-index {
  font-family: var(--font-serif);
  font-size: 0.85rem;
  color: var(--sage);
  letter-spacing: 0.06em;
  margin-bottom: 0.75rem;
  display: block;
}
.framework-card h3 {
  margin-bottom: 0.6rem;
}
@media (max-width: 700px) {
  .framework-grid {
    grid-template-columns: 1fr;
  }
}
.timeline {
  margin-top: 2.5rem;
  position: relative;
}
.timeline-item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 1.6rem;
  position: relative;
  padding-bottom: clamp(2.25rem, 5vw, 3.25rem);
}
.timeline-item:last-child {
  padding-bottom: 0;
}
.timeline-num {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid var(--sage);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: var(--sage-deep);
  background: var(--surface);
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.timeline-item:before {
  content: "";
  position: absolute;
  left: 25px;
  top: 52px;
  bottom: 0;
  width: 1px;
  background: var(--border);
}
.timeline-item:last-child:before {
  display: none;
}
.timeline-tag {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 0.4rem;
}
.timeline-body h3 {
  margin-bottom: 0.75rem;
}
@media (max-width: 600px) {
  .timeline-item {
    grid-template-columns: 42px 1fr;
    gap: 1rem;
  }
  .timeline-num {
    width: 38px;
    height: 38px;
    font-size: 0.95rem;
  }
  .timeline-item:before {
    left: 18px;
    top: 38px;
  }
}
.checklist {
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
}
.checklist .item {
  display: flex;
  gap: 1rem;
  padding: 0.9rem 0;
  border-top: 1px solid var(--border-soft);
  align-items: flex-start;
}
.checklist .item:first-child {
  border-top: none;
}
.checklist .tick {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--sage-pale);
  color: var(--sage-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
  margin-top: 0.15rem;
}
.checklist p {
  margin: 0;
}
.checklist strong {
  color: var(--ink);
}
.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (max-width: 700px) {
  .fit-grid {
    grid-template-columns: 1fr;
  }
}
.fit-card {
  padding: clamp(1.75rem, 3vw, 2.25rem);
  border: 1px solid var(--border);
  background: var(--surface);
}
.fit-card h4 {
  margin-bottom: 1.1rem;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
}
.fit-card.yes h4 {
  color: var(--sage-deep);
}
.fit-card.no h4 {
  color: var(--rust);
}
.fit-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fit-card li {
  padding: 0.6rem 0;
  border-top: 1px solid var(--border-soft);
  font-size: 0.95rem;
  color: var(--ink-soft);
}
.fit-card li:first-child {
  border-top: none;
}
.faq {
  margin-top: 1.75rem;
  border-top: 1px solid var(--border);
}
.faq details {
  border-bottom: 1px solid var(--border);
}
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 1.25rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-family: var(--font-serif);
  font-size: var(--step-0);
  color: var(--ink);
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary .plus {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border: 1px solid var(--sage);
  border-radius: 50%;
  position: relative;
}
.faq summary .plus:after,
.faq summary .plus:before {
  content: "";
  position: absolute;
  background: var(--sage-deep);
}
.faq summary .plus:before {
  left: 5px;
  right: 5px;
  top: 50%;
  height: 1px;
  transform: translateY(-50%);
}
.faq summary .plus:after {
  top: 5px;
  bottom: 5px;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  transition: transform 0.2s ease;
}
.faq details[open] summary .plus:after {
  transform: translateX(-50%) scaleY(0);
}
.faq .faq-body {
  padding: 0 0 1.4rem;
  max-width: 62ch;
}
.faq .faq-body p {
  margin: 0 0 0.8em;
}
.faq .faq-body p:last-child {
  margin-bottom: 0;
}
.callout {
  border-left: 2px solid var(--sage);
  padding: 0.2rem 0 0.2rem 1.5rem;
  margin: 1.75rem 0;
  max-width: var(--read-w);
}
.callout p {
  font-family: var(--font-serif);
  font-size: var(--step-1);
  color: var(--ink);
  margin: 0;
  font-style: normal;
}
.section-kicker {
  text-align: center;
  margin-bottom: 2rem;
}
.final-cta {
  background: var(--ink);
  color: #edefe9;
}
.final-cta h2 {
  color: #fbfcfa;
}
.final-cta p {
  color: #c6ccc1;
}
.final-cta .lede {
  max-width: 46ch;
}
.final-cta-inner {
  max-width: 44rem;
}
.final-cta .btn-primary {
  background: var(--sage);
  border-color: var(--sage);
  color: #10160f;
}
.final-cta .btn-primary:hover {
  background: #fbfcfa;
  border-color: #fbfcfa;
  color: var(--ink);
}
.final-cta .eyebrow {
  color: #9fb09a;
}
.final-cta strong {
  color: #fbfcfa;
}
footer {
  padding-block: 2.25rem;
  border-top: 1px solid var(--border-soft);
}
.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
footer p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--ink-muted);
}
::selection {
  background: var(--sage-pale);
  color: var(--ink);
}
.rule {
  border: none;
  border-top: 1px solid var(--border);
  max-width: var(--read-w);
  margin: 2.5rem auto;
}
