:root {
  color-scheme: light;
  --font: "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --fs-sm: .9375rem;
  --fs-base: 1.125rem;
  --fs-lg: 1.25rem;
  --fs-xl: 1.4375rem;
  --fs-2xl: clamp(1.65rem, 2.8vw, 2.15rem);
  --fs-3xl: clamp(2.1rem, 4.4vw, 3.3rem);
  --fs-hero: clamp(2.75rem, 6.6vw, 5.1rem);
  --white: #FFFFFF;
  --green-bright: #00D67A;
  --green: #00A45F;
  /* Focus ring is its own token so it stays >=3:1 (WCAG 1.4.11) on every
     surface in the system, including --mint-100 where --green is only 2.90:1. */
  --focus-ring: #00854C;
  --green-ink: #046B41;
  --mint-50: #F2FBF6;
  --mint-100: #E2F7EC;
  --mint-200: #C6EFDC;
  --coral-soft: #FFEDE8;
  --coral-ink: #B33A1F;
  --amber-soft: #FFF4DF;
  --amber-ink: #8A5A00;
  --sky-soft: #E8F2FF;
  --sky-ink: #15559E;
  --ink: #0F1C15;
  --ink-2: #44544B;
  --ink-3: #5D6B63;
  --line: #E4EDE7;
  --line-2: #D2E3D9;
  --r-sm: .875rem;
  --r-md: 1.25rem;
  --r-lg: 2rem;
  --r-pill: 999px;
  --sh-sm: 0 2px 10px rgba(9, 60, 38, .05);
  --sh-md: 0 14px 36px -12px rgba(9, 60, 38, .16);
  --sh-lg: 0 30px 64px -22px rgba(9, 60, 38, .26);
  --sh-green: 0 14px 30px -10px rgba(0, 164, 95, .5);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font);
  font-size: var(--fs-base);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
::selection { background: var(--green-bright); color: var(--ink); }
img, svg { max-width: 100%; }
img { display: block; }
h1, h2, h3, h4 { margin: 0; font-weight: 800; letter-spacing: -.032em; line-height: 1.06; text-wrap: balance; overflow-wrap: anywhere; }
h1 { font-size: var(--fs-hero); }
h2 { font-size: var(--fs-3xl); }
h3 { font-size: var(--fs-xl); font-weight: 700; line-height: 1.28; letter-spacing: -.018em; }
h4 { font-size: var(--fs-lg); line-height: 1.3; letter-spacing: -.018em; }
p { margin: 0; overflow-wrap: anywhere; }
a { color: inherit; }
ul { margin: 0; padding: 0; list-style: none; }
button, input, select, textarea { font: inherit; }

.wrap { max-width: 1200px; margin-inline: auto; padding-inline: clamp(1.25rem, 4.5vw, 3rem); }
.section { padding-block: clamp(4.5rem, 9vw, 7.5rem); }
.section--tight { padding-block: clamp(3.25rem, 6vw, 5rem); }
.mint { background: var(--mint-50); }
.ink { background: var(--ink); color: var(--white); }
.lede { font-size: clamp(1.1rem, 1.6vw, 1.3rem); line-height: 1.62; color: var(--ink-2); max-width: 44ch; }
.ink .lede { color: rgba(255, 255, 255, .78); }
.sechead { display: flex; flex-direction: column; gap: 1.2rem; max-width: 48rem; margin-bottom: clamp(2.5rem, 5vw, 3.75rem); }
.sechead p { font-size: var(--fs-lg); line-height: 1.62; color: var(--ink-2); max-width: 46rem; }
.eyebrow, .badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  width: max-content;
  max-width: 100%;
  font-size: var(--fs-sm);
  font-weight: 700;
  padding: .45rem 1rem;
  border-radius: var(--r-pill);
  background: var(--mint-100);
  color: var(--green-ink);
}
.eyebrow i, .badge i { width: .5rem; height: .5rem; border-radius: 50%; background: var(--green); flex: none; display: block; }
.kicker { font-size: var(--fs-sm); font-weight: 800; color: var(--green-ink); text-transform: uppercase; letter-spacing: .08em; }
.muted { color: var(--ink-2); }
.fine { color: var(--ink-3); font-size: var(--fs-sm); line-height: 1.6; }
.center { text-align: center; }
.center .sechead { margin-inline: auto; align-items: center; }
.center .lede { margin-inline: auto; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow-wrap: anywhere;
  gap: .55rem;
  min-height: 3.35rem;
  padding: .9rem 1.75rem;
  border: 2px solid transparent;
  border-radius: var(--r-pill);
  background: none;
  color: var(--ink);
  font-family: var(--font);
  font-size: var(--fs-base);
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform .25s cubic-bezier(.2, .8, .3, 1), box-shadow .25s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.btn span { transition: transform .3s cubic-bezier(.2, .8, .3, 1); }
.btn:hover span { transform: translateX(4px); }
.btn--primary { background: var(--green-bright); box-shadow: var(--sh-green); }
.btn--primary:hover { background: #28E594; transform: translateY(-2px); box-shadow: 0 20px 40px -12px rgba(0, 164, 95, .55); }
.btn--outline { background: var(--white); border-color: var(--line-2); }
.btn--outline:hover { border-color: var(--green); color: var(--green-ink); transform: translateY(-2px); }
.btn--dark { background: var(--ink); color: var(--white); }
.btn--dark:hover { background: #24352B; transform: translateY(-2px); }
.btn--sm { min-height: 2.75rem; padding: .65rem 1.25rem; font-size: var(--fs-sm); }
.btn--block { width: 100%; }
:where(a, button, input, textarea, select, summary):focus-visible { outline: 3px solid var(--focus-ring); outline-offset: 3px; border-radius: .5rem; }

.nav { position: sticky; top: 0; z-index: 60; background: rgba(255, 255, 255, .9); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border-color .3s ease, box-shadow .3s ease; }
.nav.is-stuck { border-color: var(--line); box-shadow: 0 4px 22px -10px rgba(9, 60, 38, .14); }
.nav__in { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.5rem; padding-block: .9rem; }
.brand { display: flex; align-items: center; gap: .7rem; min-width: 0; max-width: 100%; min-height: 2.75rem; text-decoration: none; font-size: 1.3rem; font-weight: 800; letter-spacing: -.03em; overflow-wrap: anywhere; }
.brand__mark { width: 2.5rem; height: 2.5rem; border-radius: .8rem; box-shadow: 0 6px 16px -6px rgba(0, 164, 95, .6); flex: none; }
.nav__links { display: flex; flex-wrap: wrap; align-items: center; gap: clamp(1rem, 2.2vw, 2rem); }
.nav__links a { color: var(--ink-2); font-size: var(--fs-sm); font-weight: 700; text-decoration: none; }
.nav__links a:hover, .nav__links a[aria-current="page"] { color: var(--green-ink); }
.nav__toggle { display: none; padding: .65rem 1.1rem; border: 0; border-radius: var(--r-pill); background: var(--mint-100); color: var(--green-ink); font-size: var(--fs-sm); font-weight: 700; cursor: pointer; }
.nav__panel { display: none; background: var(--white); border-top: 1px solid var(--line); }
.nav__panel.is-open { display: block; }
@media (min-width: 961px) { .nav__panel.is-open { display: none; } }
.nav__panel a { display: block; padding: .85rem 0; border-bottom: 1px solid var(--line); font-size: var(--fs-base); font-weight: 700; text-decoration: none; }
.nav__panel a:last-child { border-bottom: 0; color: var(--green-ink); }
@media (max-width: 960px) { .nav__links, .nav__in > .btn { display: none; } .nav__toggle { display: block; } }

.hero { position: relative; overflow: hidden; padding-block: clamp(3.5rem, 7vw, 6rem) clamp(3.5rem, 7vw, 6rem); }
.page-hero { position: relative; overflow: hidden; padding-block: clamp(3.75rem, 7vw, 6rem); background: var(--mint-50); }
.hero__glow { position: absolute; pointer-events: none; z-index: 0; top: -18%; right: -12%; width: min(46rem, 80vw); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(0, 214, 122, .3), rgba(0, 214, 122, .1) 45%, transparent 70%); filter: blur(12px); }
.hero__glow--2 { top: auto; right: auto; bottom: -30%; left: -16%; width: min(34rem, 70vw); background: radial-gradient(circle, rgba(61, 155, 255, .16), transparent 70%); }
.hero__in { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.hero__in > :first-child { container-type: inline-size; }
.hero h1 { font-size: clamp(2.75rem, min(6.6vw, 13cqw), 5.1rem); }
.page-hero__in { position: relative; z-index: 1; max-width: 56rem; }
.hero h1, .page-hero h1 { margin: 1.4rem 0 1.35rem; }
.hero__cta { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.1rem; }
.mark { position: relative; display: inline-block; width: max-content; max-width: 100%; white-space: normal; text-wrap: wrap; }
.mark svg { position: absolute; left: -.06em; bottom: -.12em; width: calc(100% + .12em); height: .42em; overflow: visible; z-index: -1; }
.mark path { stroke: var(--green-bright); stroke-width: 14; fill: none; stroke-linecap: round; stroke-dasharray: 420; stroke-dashoffset: 420; transition: stroke-dashoffset 1.1s cubic-bezier(.6, .05, .2, 1) .45s; }
.hero.is-lit .mark path { stroke-dashoffset: 0; }
.trust { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: clamp(2.5rem, 5vw, 3.5rem); }
.trust li { display: flex; align-items: center; gap: .55rem; max-width: 100%; padding: .55rem 1.05rem; border: 1px solid var(--line); border-radius: var(--r-pill); background: var(--white); box-shadow: var(--sh-sm); color: var(--ink-2); font-size: var(--fs-sm); font-weight: 700; }
.trust b { color: var(--green-ink); }
.trust svg { width: 1.05rem; height: 1.05rem; color: var(--green); flex: none; }

.plan-preview { position: relative; justify-self: center; width: 100%; max-width: 27rem; }
.preview-card { padding: 1.65rem 1.65rem 2.85rem; border: 0; border-radius: var(--r-lg); background: var(--white); box-shadow: var(--sh-lg); }
.preview-card__top { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 1rem; padding-bottom: 1.15rem; border-bottom: 1px solid var(--line); }
.preview-card__top strong { display: block; font-size: var(--fs-xl); line-height: 1.2; }
.preview-card__top span { color: var(--ink-3); font-size: var(--fs-sm); font-weight: 600; }
.price-chip { flex: none; padding: .3rem .75rem; border-radius: var(--r-pill); background: var(--green-bright); color: var(--ink); font-size: var(--fs-sm); font-weight: 800; }
/* .preview-card__top span (0,1,1) outranks .price-chip (0,1,0); restore the chip's own tokens. */
.preview-card__top .price-chip { color: var(--ink); font-weight: 800; }
.preview-list { display: flex; flex-direction: column; gap: .8rem; padding-top: 1.2rem; }
.preview-list li { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .35rem 1rem; color: var(--ink-2); font-size: var(--fs-sm); font-weight: 600; }
.preview-list b { color: var(--ink); }
.preview-list i { width: .55rem; height: .55rem; margin-right: .5rem; border-radius: 50%; background: var(--green-bright); display: inline-block; }
.float { position: absolute; display: flex; align-items: center; gap: .5rem; padding: .65rem .9rem; border: 1px solid var(--line); border-radius: var(--r-sm); background: var(--white); box-shadow: var(--sh-md); font-size: var(--fs-sm); font-weight: 800; white-space: nowrap; }
.float--a { top: -1.3rem; left: -1.5rem; color: var(--coral-ink); }
.float--b { right: -1rem; bottom: -1.25rem; color: var(--sky-ink); }
.js .float--a { animation: bob 5.5s ease-in-out infinite; }
.js .float--b { animation: bob 6.5s ease-in-out infinite .9s; }
@keyframes bob { 50% { transform: translateY(-9px); } }

/* Bookkeeping fit — a focused, one-question-at-a-time decision flow. */
.fit-page { background: var(--mint-50); }
.fit-hero { padding-block: clamp(2.75rem, 6vw, 5.5rem); min-height: calc(100vh - 5rem); }
.fit-shell { display: grid; grid-template-columns: minmax(16rem, .72fr) minmax(32rem, 1.28fr); gap: clamp(2rem, 6vw, 5.5rem); align-items: start; }
.fit-intro { position: sticky; top: 7rem; }
.fit-intro h1 { margin: 1.35rem 0 1.25rem; font-size: clamp(2.5rem, 5vw, 4.4rem); }
.fit-intro > p { color: var(--ink-2); font-size: var(--fs-lg); line-height: 1.6; }
.fit-assurances { display: grid; gap: .65rem; margin-top: 1.8rem; color: var(--ink-2); font-size: var(--fs-sm); font-weight: 700; }
.fit-assurances li { display: flex; align-items: center; gap: .65rem; }
.fit-assurances li::before { content: "✓"; display: grid; place-items: center; width: 1.55rem; height: 1.55rem; border-radius: 50%; background: var(--mint-200); color: var(--green-ink); font-weight: 900; }
.fit-card { min-width: 0; padding: clamp(1.35rem, 4vw, 2.5rem); border: 1px solid var(--line-2); border-radius: var(--r-lg); background: var(--white); box-shadow: var(--sh-lg); }
.fit-progress { margin-bottom: 2rem; }
.fit-progress__top { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: .65rem; color: var(--ink-3); font-size: var(--fs-sm); }
.fit-progress__top strong { color: var(--ink); }
.fit-progress__track { height: .45rem; overflow: hidden; border-radius: var(--r-pill); background: var(--line); }
.fit-progress__track span { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--green-bright); transition: width .28s ease; }
.fit-card fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.fit-card legend { width: 100%; margin-bottom: .65rem; font-size: clamp(1.65rem, 3vw, 2.25rem); font-weight: 800; line-height: 1.15; letter-spacing: -.025em; }
.fit-help { margin-bottom: 1.35rem; color: var(--ink-2); }
.fit-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.fit-options label { position: relative; min-width: 0; cursor: pointer; }
.fit-options input { position: absolute; opacity: 0; pointer-events: none; }
.fit-options label > span { display: flex; min-height: 5.2rem; flex-direction: column; justify-content: center; gap: .2rem; padding: 1rem 1.1rem; border: 2px solid var(--line); border-radius: var(--r-sm); background: var(--white); transition: border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.fit-options label:hover > span { border-color: var(--mint-200); background: var(--mint-50); }
.fit-options input:checked + span { border-color: var(--green); background: var(--mint-100); box-shadow: 0 0 0 3px rgba(0, 164, 95, .08); }
.fit-options input:focus-visible + span { outline: 3px solid var(--focus-ring); outline-offset: 3px; }
.fit-options strong { line-height: 1.25; }
.fit-options small { color: var(--ink-3); line-height: 1.4; }
.fit-options--checks label > span { min-height: 4rem; padding-left: 3.25rem; }
.fit-options--checks label > span::before { content: ""; position: absolute; left: 1rem; top: 50%; width: 1.25rem; height: 1.25rem; transform: translateY(-50%); border: 2px solid var(--line-2); border-radius: .35rem; background: var(--white); }
.fit-options--checks input:checked + span::before { content: "✓"; display: grid; place-items: center; border-color: var(--green); background: var(--green); color: var(--white); font-size: .85rem; font-weight: 900; }
.fit-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .75rem; margin-top: 1.75rem; }
.fit-actions--result { justify-content: flex-start; }
.fit-result__mark { display: grid; place-items: center; width: 3.25rem; height: 3.25rem; margin-bottom: 1.35rem; border-radius: 50%; background: var(--green-bright); color: var(--ink); font-size: 1.5rem; font-weight: 900; }
.fit-result h2 { margin: .65rem 0 1rem; font-size: clamp(2rem, 4vw, 3rem); }
.fit-result > p:not(.kicker) { color: var(--ink-2); font-size: var(--fs-lg); }
.fit-result .check-list { margin-top: 1.35rem; }
.fit-review-form { margin-top: 2rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.fit-review-form h3 { margin-bottom: .45rem; }
.fit-review-form > p { color: var(--ink-2); }
.fit-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.25rem 0; }
.fit-contact-grid label { color: var(--ink-2); font-size: var(--fs-sm); font-weight: 700; }
.fit-contact-grid input, .fit-contact-grid select { width: 100%; min-height: 3.2rem; margin-top: .4rem; padding: .75rem .85rem; border: 1px solid var(--line-2); border-radius: .7rem; background: var(--white); color: var(--ink); }
.fit-review-form .fine { margin-top: .8rem; }
.fit-status { min-height: 1.8rem; margin-top: 1rem; color: var(--coral-ink); font-weight: 700; }
.fit-status.is-ready { color: var(--green-ink); }
.fit-disclaimer { margin-top: .35rem; color: var(--ink-3); font-size: .82rem; line-height: 1.55; }
@media (max-width: 820px) {
  .fit-shell { grid-template-columns: 1fr; }
  .fit-intro { position: static; }
}
@media (max-width: 560px) {
  .fit-options, .fit-contact-grid { grid-template-columns: 1fr; }
  .fit-card { border-radius: var(--r-md); }
  .fit-actions .btn { flex: 1 1 9rem; }
}
@media (max-width: 900px) { .hero__in { grid-template-columns: 1fr; } .plan-preview { margin-top: 1rem; max-width: 25rem; } .float--a { left: -.4rem; } .float--b { right: -.4rem; } }

.grid { display: grid; gap: 1.15rem; }
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 950px) { .grid--3, .grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; } }

.card, .svc, .step, .value, .quote-card { min-width: 0; padding: clamp(1.45rem, 3vw, 1.85rem); border: 0; border-radius: var(--r-md); background: var(--white); box-shadow: var(--sh-md); }
.card--action { display: flex; flex-direction: column; }
.card--action .btn { align-self: flex-start; min-width: 12.75rem; margin-top: auto; }
.svc { display: flex; flex-direction: column; gap: .8rem; transition: transform .3s cubic-bezier(.2, .8, .3, 1), box-shadow .3s ease, border-color .3s ease; }
.svc:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); }
.svc p, .card p, .value p { color: var(--ink-2); font-size: var(--fs-base); line-height: 1.62; }
.svc__link { margin-top: auto; padding-top: .4rem; color: var(--green-ink); font-size: var(--fs-sm); font-weight: 800; text-decoration: none; }
.svc__price { width: max-content; max-width: 100%; overflow-wrap: anywhere; padding: .2rem .65rem; border-radius: var(--r-pill); background: var(--mint-100); color: var(--green-ink); font-size: var(--fs-sm); font-weight: 800; }
.ico { display: grid; place-items: center; width: 3rem; height: 3rem; margin-bottom: .3rem; border-radius: .95rem; flex: none; font-weight: 800; }
.ico--green { background: var(--mint-100); color: var(--green-ink); }
.ico--coral { background: var(--coral-soft); color: var(--coral-ink); }
.ico--amber { background: var(--amber-soft); color: var(--amber-ink); }
.ico--sky { background: var(--sky-soft); color: var(--sky-ink); }

.price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.15rem; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 1.8rem; border: 0; border-radius: var(--r-lg); background: var(--white); box-shadow: var(--sh-md); }
.price-card--featured { border: 2px solid var(--green-bright); box-shadow: var(--sh-md); }
.price-card__flag { position: absolute; top: -.85rem; left: 1.5rem; padding: .3rem .8rem; border-radius: var(--r-pill); background: var(--green-bright); color: var(--ink); font-size: var(--fs-sm); font-weight: 800; }
.price-card__eyebrow { color: var(--green-ink); font-size: var(--fs-sm); font-weight: 800; }
.price-card h3 { margin-top: .3rem; }
.price { display: flex; align-items: flex-end; gap: .3rem; margin: 1rem 0 .35rem; }
.price strong { font-size: clamp(2.5rem, 5.4vw, 3.6rem); line-height: .95; letter-spacing: -.055em; font-variant-numeric: tabular-nums; }
.price span { padding-bottom: .25rem; color: var(--ink-3); font-size: var(--fs-sm); font-weight: 700; }
.price--starting .price__lead { color: var(--green-ink); font-weight: 800; white-space: nowrap; }
.price-card__desc { min-height: 3.25rem; color: var(--ink-2); font-size: var(--fs-sm); line-height: 1.55; }
.check-list { display: flex; flex-direction: column; gap: .75rem; margin: 1.35rem 0 1.6rem; }
.check-list li { display: flex; gap: .65rem; align-items: flex-start; color: var(--ink-2); font-size: var(--fs-sm); line-height: 1.5; }
.check-list li::before { content: ""; width: .65rem; height: .65rem; margin-top: .36rem; border-radius: 50%; background: var(--green-bright); flex: none; }
.price-card .btn { margin-top: auto; }
@media (max-width: 900px) { .price-grid { grid-template-columns: 1fr; } .price-card__desc { min-height: 0; } }

.comparison { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--white); }
.comparison table { width: 100%; min-width: 44rem; border-collapse: collapse; }
.comparison th, .comparison td { padding: 1rem 1.2rem; border-bottom: 1px solid var(--line); text-align: left; font-size: var(--fs-sm); }
.comparison th { background: var(--mint-50); color: var(--ink); font-weight: 800; }
.comparison td { color: var(--ink-2); }
.comparison tr:last-child td { border-bottom: 0; }
.comparison td:last-child, .comparison th:last-child { text-align: right; font-weight: 800; color: var(--ink); }
@media (max-width: 680px) {
  .comparison { overflow: visible; border: 0; border-radius: 0; background: transparent; }
  .comparison table, .comparison tbody, .comparison tr, .comparison td { display: block; width: 100%; min-width: 0; }
  .comparison thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .comparison tbody { display: grid; gap: .8rem; }
  .comparison tr { overflow: hidden; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--white); box-shadow: var(--sh-sm); }
  .comparison td, .comparison td:last-child { display: grid; grid-template-columns: minmax(6.6rem, .78fr) minmax(0, 1.22fr); gap: .8rem; padding: .8rem 1rem; border-bottom: 1px solid var(--line); text-align: left; font-weight: 600; line-height: 1.45; }
  .comparison td::before { content: attr(data-label); color: var(--green-ink); font-weight: 800; }
  .comparison td:last-child { border-bottom: 0; color: var(--ink-2); }
}

.rate-overview { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .9rem; }
.rate-overview__card { display: flex; flex-direction: column; min-width: 0; padding: 1.2rem; border: 0; border-radius: var(--r-md); background: var(--white); box-shadow: var(--sh-md); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.rate-overview__card:hover { transform: translateY(-3px); box-shadow: var(--sh-lg); }
.rate-overview__card > span { color: var(--green-ink); font-size: var(--fs-sm); font-weight: 800; }
.rate-overview__card strong { margin-top: .35rem; font-size: var(--fs-xl); line-height: 1.2; letter-spacing: -.02em; }
.rate-overview__card p { margin-top: .55rem; color: var(--ink-2); font-size: var(--fs-sm); line-height: 1.5; }
.rate-bands { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; border-radius: var(--r-lg); background: var(--ink); color: var(--white); }
.rate-bands > div { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.3rem 1.5rem; }
.rate-bands > div + div { border-left: 1px solid rgba(255, 255, 255, .16); }
.rate-bands span { color: rgba(255, 255, 255, .72); font-size: var(--fs-sm); font-weight: 700; }
.rate-bands strong { color: var(--green-bright); font-size: var(--fs-xl); white-space: nowrap; }
@media (max-width: 950px) { .rate-overview { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 650px) { .rate-overview, .rate-bands { grid-template-columns: 1fr; } .rate-bands > div + div { border-top: 1px solid rgba(255, 255, 255, .16); border-left: 0; } }

.pricing-jump { position: sticky; top: var(--public-nav-height, 4.3rem); z-index: 55; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .94); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 8px 22px -18px rgba(9, 60, 38, .32); }
.pricing-jump__in { display: flex; align-items: center; gap: .45rem; overflow-x: auto; padding-block: .7rem; scrollbar-width: none; }
.pricing-jump__in::-webkit-scrollbar { display: none; }
.pricing-jump__in > span { flex: none; margin-right: .3rem; color: var(--ink-3); font-size: var(--fs-sm); font-weight: 800; }
.pricing-jump__in a { display: inline-flex; flex: none; align-items: center; min-height: 2.75rem; padding: .5rem .85rem; border: 1px solid transparent; border-radius: var(--r-pill); color: var(--ink-2); font-size: var(--fs-sm); font-weight: 800; line-height: 1.3; text-decoration: none; scroll-snap-align: center; }
.pricing-jump__in a:hover { border-color: var(--line-2); color: var(--green-ink); }
.pricing-jump__in a[aria-current="location"], .pricing-jump__in a[aria-selected="true"] { border-color: var(--green-bright); background: var(--green-bright); color: var(--ink); }
.pricing-panel { padding-block: clamp(2rem, 4vw, 3.25rem); }
.pricing-panel .sechead { margin-bottom: clamp(1.5rem, 3vw, 2.4rem); }
[data-pricing-panel][hidden] { display: none; }
#overview, #access, #bookkeeping, #tax, #hourly { scroll-margin-top: 8.4rem; }
/* Keep a complete selected pricing category in view on common laptop
   screens. Mobile retains the roomier stacked-card rhythm below. */
@media (min-width: 951px) and (min-height: 760px) {
  .pricing-panel { padding-block: 1.2rem; }
  .pricing-panel .sechead { max-width: none; gap: .55rem; margin-bottom: .9rem; }
  .pricing-panel .sechead h2 { font-size: clamp(2rem, 3.2vw, 2.65rem); }
  .pricing-panel .sechead p { max-width: 68rem; font-size: 1.05rem; line-height: 1.42; }
  .pricing-panel .card, .pricing-panel .svc, .pricing-panel .price-card { padding: 1.1rem 1.2rem; }
  .pricing-panel .price-card { padding-block: .9rem; }
  .pricing-panel .grid, .pricing-panel .price-grid { gap: .9rem; }
  .pricing-panel .svc { gap: .42rem; }
  .pricing-panel .svc h3, .pricing-panel .price-card h3 { font-size: 1.2rem; line-height: 1.2; }
  .pricing-panel .svc p { font-size: var(--fs-sm); line-height: 1.4; }
  .pricing-panel .svc__link { padding-top: 0; }
  .pricing-panel .price { margin: .55rem 0 .25rem; }
  .pricing-panel .price strong { font-size: clamp(2.25rem, 4vw, 3rem); }
  .pricing-panel .price-card__desc { line-height: 1.4; }
  .pricing-panel .check-list { gap: .42rem; margin: .55rem 0 .65rem; }
  .pricing-panel .btn { min-height: 3rem; padding-block: .7rem; }
  .pricing-panel .rate-bands > div { padding: .85rem 1.15rem; }
  .pricing-panel .rate-bands + .grid { margin-top: .8rem !important; }
}
@media (min-width: 951px) and (max-height: 850px) {
  .pricing-panel { padding-block: .65rem; }
  .pricing-panel .sechead { gap: .35rem; margin-bottom: .5rem; }
  .pricing-panel .sechead .eyebrow { padding-block: .28rem; }
  .pricing-panel .sechead h2 { font-size: 1.85rem; }
  .pricing-panel .sechead p { font-size: .98rem; line-height: 1.32; }
  .pricing-panel .card, .pricing-panel .svc, .pricing-panel .price-card { padding: .75rem .95rem; }
  .pricing-panel .price { margin-block: .35rem .2rem; }
  .pricing-panel .price strong { font-size: 2.2rem; }
  .pricing-panel .price-card__desc, .pricing-panel .svc p, .pricing-panel .card p { line-height: 1.32; }
  .pricing-panel .check-list { gap: .25rem; margin-block: .4rem .5rem; }
  .pricing-panel .check-list li { line-height: 1.3; }
  .pricing-panel .btn { min-height: 2.7rem; padding-block: .55rem; }
  .pricing-panel .callout { gap: .75rem; padding: .7rem .9rem; margin-top: .7rem !important; }
  .pricing-panel .callout .ico { width: 2.4rem; height: 2.4rem; }
  .pricing-panel .callout h3 { font-size: 1.08rem; }
  .pricing-panel .callout p { max-width: none; font-size: var(--fs-sm); line-height: 1.35; }
  .pricing-panel .fine { line-height: 1.35; }
}
@media (max-width: 600px) { .pricing-jump__in { padding-block: .45rem; scroll-snap-type: x proximity; } .pricing-jump__in > span { display: none; } #overview, #access, #bookkeeping, #tax, #hourly { scroll-margin-top: 9.25rem; } }

.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.15rem; }
.step { display: flex; flex-direction: column; gap: .6rem; }
.step__n { display: grid; place-items: center; width: 2.7rem; height: 2.7rem; margin-bottom: .3rem; border-radius: 50%; background: var(--green-bright); font-weight: 800; }
.step p { color: var(--ink-2); font-size: var(--fs-sm); line-height: 1.6; }
@media (max-width: 900px) { .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }

.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: center; }
.photo { position: relative; min-width: 0; }
.photo__frame { position: relative; aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--r-lg); background: var(--mint-200); box-shadow: var(--sh-lg); }
.photo__frame img { width: 100%; height: 100%; object-fit: cover; }
.photo__stat { position: absolute; right: -1rem; bottom: -1.25rem; z-index: 2; padding: 1.1rem 1.35rem; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--white); box-shadow: var(--sh-lg); }
.photo__stat b { display: block; font-size: 2.1rem; font-weight: 800; line-height: 1; letter-spacing: -.04em; }
.photo__stat span { display: block; margin-top: .3rem; color: var(--ink-2); font-size: var(--fs-sm); font-weight: 700; }
.js .photo__stat { animation: bob 6s ease-in-out infinite .4s; }
.prose { display: flex; flex-direction: column; gap: 1.05rem; max-width: 58ch; color: var(--ink-2); }
.prose strong { color: var(--ink); }
.stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: .4rem; }
.stat { padding: 1.1rem 1.25rem; border: 0; border-radius: var(--r-md); background: var(--white); box-shadow: var(--sh-md); }
.stat b { display: block; color: var(--green-ink); font-size: clamp(1.25rem, 5.2vw, 1.65rem); font-weight: 800; line-height: 1.1; letter-spacing: -.035em; overflow-wrap: anywhere; }
.stat span { display: block; margin-top: .25rem; color: var(--ink-2); font-size: var(--fs-sm); font-weight: 600; line-height: 1.45; }
@media (max-width: 850px) { .split { grid-template-columns: 1fr; } .photo__frame { aspect-ratio: 3 / 2; } .photo__stat { right: 1rem; } }

.callout { display: grid; grid-template-columns: auto 1fr; gap: 1.4rem; align-items: start; padding: clamp(1.5rem, 4vw, 2.4rem); border-radius: var(--r-lg); background: var(--amber-soft); }
.callout p { max-width: 66ch; color: #6E4A08; }
@media (max-width: 600px) { .callout { grid-template-columns: 1fr; } }

.faq { display: flex; flex-direction: column; gap: .85rem; max-width: 60rem; }
.faq details { border: 0; border-radius: var(--r-md); background: var(--white); box-shadow: var(--sh-md); }
.faq details[open] { border-color: var(--line-2); box-shadow: var(--sh-sm); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.25rem 1.5rem; list-style: none; cursor: pointer; font-size: var(--fs-lg); font-weight: 700; line-height: 1.4; letter-spacing: -.015em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; display: grid; place-items: center; width: 1.9rem; height: 1.9rem; border-radius: 50%; background: var(--mint-100); color: var(--green-ink); flex: none; }
.faq details[open] summary::after { content: "x"; background: var(--green-bright); color: var(--ink); }
.faq__body { max-width: 66ch; padding: 0 1.5rem 1.4rem; color: var(--ink-2); }

.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(2rem, 5vw, 3.25rem); border-radius: var(--r-lg); background: var(--ink); color: var(--white); }
.cta-band p { margin-top: .65rem; color: rgba(255, 255, 255, .72); }
.cta-band .btn { flex: none; }
@media (max-width: 760px) { .cta-band { align-items: flex-start; flex-direction: column; } }

.form-shell { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: start; }
.form-aside { position: sticky; top: 6.2rem; z-index: 20; align-self: start; }
.form-aside__panel { display: flex; flex-direction: column; gap: .75rem; max-height: calc(100vh - 7.4rem); overflow-y: auto; padding-right: .2rem; overscroll-behavior: contain; scrollbar-gutter: stable; }
.form-aside__summary { padding: 1.05rem; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--white); box-shadow: var(--sh-sm); }
.form-aside__summary h3 { margin-top: .35rem; font-size: var(--fs-lg); line-height: 1.3; }
.form-aside__summary p { margin-top: .45rem; color: var(--ink-2); font-size: var(--fs-sm); line-height: 1.45; }
.request-prices { display: flex; flex-direction: column; gap: .45rem; margin: .75rem 0 0; padding: 0; list-style: none; }
.request-prices[hidden] { display: none; }
.request-prices li { display: flex; align-items: flex-start; justify-content: space-between; gap: .65rem; padding-top: .45rem; border-top: 1px solid var(--line); color: var(--ink-2); font-size: var(--fs-sm); line-height: 1.35; }
.request-prices li span { min-width: 0; }
.request-prices li strong { flex: none; max-width: 8.75rem; color: var(--green-ink); text-align: right; }
.form-aside__lower { display: flex; flex-direction: column; gap: .75rem; }
.form-aside__guard { display: grid; grid-template-columns: auto 1fr; gap: .75rem; padding: 1rem; border: 1px solid #F3DCA8; border-radius: var(--r-md); background: var(--amber-soft); box-shadow: var(--sh-sm); }
.form-aside__guard strong { display: block; color: var(--ink); font-size: var(--fs-sm); line-height: 1.35; }
.form-aside__guard p { margin-top: .2rem; color: #6E4A08; font-size: var(--fs-sm); line-height: 1.4; }
.form-aside__icon { display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: .65rem; background: var(--white); color: var(--amber-ink); font-size: var(--fs-sm); font-weight: 800; }
.form-aside__next { display: flex; flex-direction: column; gap: .65rem; padding: 1rem; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--white); box-shadow: var(--sh-sm); }
.mini-steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem; margin: 0; padding: 0; list-style: none; }
.mini-steps li { display: grid; grid-template-columns: auto 1fr; gap: .5rem; align-items: center; color: var(--ink-2); font-size: var(--fs-sm); font-weight: 700; line-height: 1.3; }
.mini-steps i { display: grid; place-items: center; width: 1.65rem; height: 1.65rem; border-radius: 50%; background: var(--mint-100); color: var(--green-ink); font-style: normal; font-weight: 800; }
.form { display: flex; flex-direction: column; gap: 1.2rem; min-width: 0; padding: clamp(1.4rem, 3.5vw, 2.4rem); border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--white); box-shadow: var(--sh-md); }
.form__section { display: flex; flex-direction: column; gap: 1rem; padding-bottom: 1.35rem; border-bottom: 1px solid var(--line); }
.form__section:last-of-type { padding-bottom: 0; border-bottom: 0; }
.form__section h3 { font-size: var(--fs-lg); }
.row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.field { display: flex; flex-direction: column; gap: .4rem; min-width: 0; }
.field label, .field legend { color: var(--ink-2); font-size: var(--fs-sm); font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-width: 0; padding: .8rem 1rem; border: 2px solid var(--line); border-radius: var(--r-sm); background: var(--white); color: var(--ink); font-size: var(--fs-base); transition: border-color .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 7rem; resize: vertical; line-height: 1.55; }
.field select { appearance: none; padding-right: 3rem; background-image: linear-gradient(45deg, transparent 50%, var(--green-ink) 50%), linear-gradient(135deg, var(--green-ink) 50%, transparent 50%); background-position: calc(100% - 1.35rem) 1.45rem, calc(100% - 1rem) 1.45rem; background-repeat: no-repeat; background-size: .4rem .4rem; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green-bright); outline: none; box-shadow: 0 0 0 4px rgba(0, 214, 122, .18); }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-3); }
.choices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; }
.choice { position: relative; display: block; min-width: 0; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice > span { display: block; height: 100%; padding: .9rem 1rem; border: 2px solid var(--line); border-radius: var(--r-sm); color: var(--ink-2); font-size: var(--fs-sm); font-weight: 700; cursor: pointer; }
.choice > span strong, .choice > span small { display: block; }
.choice > span strong { color: inherit; font-size: var(--fs-base); line-height: 1.35; }
.choice > span small { margin-top: .3rem; color: var(--ink-3); font-size: var(--fs-sm); font-weight: 600; line-height: 1.4; }
.choice input:checked + span { border-color: var(--green-bright); background: var(--mint-50); color: var(--green-ink); box-shadow: 0 0 0 3px rgba(0, 214, 122, .13); }
.choice input:checked + span small { color: var(--green-ink); }
.choice input:focus-visible + span { outline: 3px solid var(--focus-ring); outline-offset: 3px; }
.checkline { display: flex; gap: .7rem; align-items: flex-start; color: var(--ink-2); font-size: var(--fs-sm); line-height: 1.55; }
.checkline input { width: 1.15rem; height: 1.15rem; margin-top: .2rem; accent-color: var(--green); flex: none; }
.form__note { color: var(--ink-3); font-size: var(--fs-sm); line-height: 1.6; }
.ack { display: none; padding: 1rem 1.1rem; border-radius: var(--r-sm); background: var(--mint-100); color: var(--green-ink); font-size: var(--fs-base); font-weight: 700; }
.ack.is-shown { display: block; }
[data-conditional][hidden] { display: none; }
@media (max-width: 900px) { .form-shell { grid-template-columns: 1fr; } .form-aside { position: static; } .form-aside__panel { max-height: none; overflow: visible; gap: .6rem; padding-right: 0; } .form-aside__summary { padding: .8rem; } .form-aside__summary p { display: none; } .form-aside__lower { display: grid; grid-template-columns: 1fr 1.15fr; gap: .6rem; } .form-aside__guard, .form-aside__next { padding: .75rem; } .form-aside__next { gap: .45rem; } }
@media (max-width: 480px) { .form-aside__lower { grid-template-columns: 1fr; } .form-aside__guard p { line-height: 1.3; } }
@media (max-width: 600px) { .row, .choices { grid-template-columns: 1fr; } }

.checkout-shell { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(19rem, .75fr); gap: clamp(1.5rem, 4vw, 3.5rem); align-items: start; }
.checkout-plans { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem; }
.checkout-plan { position: relative; display: block; min-width: 0; }
.checkout-plan input { position: absolute; opacity: 0; pointer-events: none; }
.checkout-plan > span { display: flex; flex-direction: column; height: 100%; padding: 1.2rem; border: 2px solid var(--line); border-radius: var(--r-md); background: var(--white); box-shadow: var(--sh-sm); cursor: pointer; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.checkout-plan:hover > span { transform: translateY(-2px); border-color: var(--line-2); box-shadow: var(--sh-md); }
.checkout-plan input:checked + span { border-color: var(--green-bright); background: var(--mint-50); box-shadow: 0 0 0 4px rgba(0, 214, 122, .14), var(--sh-md); }
.checkout-plan input:focus-visible + span { outline: 3px solid var(--focus-ring); outline-offset: 3px; }
.checkout-plan__top { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: .75rem; }
.checkout-plan__top b { flex: 1 1 11rem; }
.checkout-plan__top b { font-size: var(--fs-lg); line-height: 1.3; }
.checkout-plan__top em { padding: .2rem .55rem; border-radius: var(--r-pill); background: var(--mint-100); color: var(--green-ink); font-size: var(--fs-sm); font-style: normal; font-weight: 800; white-space: nowrap; }
.checkout-plan__price { display: flex; align-items: flex-end; gap: .3rem; margin: .9rem 0 .65rem; }
.checkout-plan__price strong { font-size: var(--fs-2xl); line-height: 1; letter-spacing: -.04em; }
.checkout-plan__price small { color: var(--ink-3); font-size: var(--fs-sm); font-weight: 700; }
.checkout-plan__desc { color: var(--ink-2); font-size: var(--fs-sm); line-height: 1.5; }
.checkout-custom { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; margin-top: 1rem; padding: 1.2rem; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--mint-50); }
.checkout-custom h3 { margin-top: .25rem; }
.checkout-custom p { max-width: 43rem; margin-top: .4rem; color: var(--ink-2); font-size: var(--fs-sm); line-height: 1.5; }
.checkout-custom .btn { flex: none; }
.checkout-summary { position: sticky; top: 6.2rem; display: flex; flex-direction: column; gap: 1rem; max-height: calc(100vh - 7.4rem); overflow-y: auto; padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--white); box-shadow: var(--sh-lg); scrollbar-gutter: stable; }
.checkout-summary h2 { font-size: var(--fs-2xl); }
.checkout-summary > p { color: var(--ink-2); font-size: var(--fs-sm); line-height: 1.5; }
.checkout-summary__price { display: flex; align-items: flex-end; gap: .4rem; }
.checkout-summary__price strong { font-size: clamp(2.35rem, 5vw, 3.4rem); line-height: 1; letter-spacing: -.05em; }
.checkout-summary__price span { padding-bottom: .2rem; color: var(--ink-3); font-size: var(--fs-sm); font-weight: 700; }
.checkout-summary__membership { display: flex; align-items: center; justify-content: space-between; gap: .75rem; padding: .8rem .9rem; border: 1px solid var(--line); border-radius: var(--r-sm); background: var(--mint-100); color: var(--green-ink); font-size: var(--fs-sm); }
.checkout-summary__membership[hidden] { display: none; }
.checkout-summary__membership span { font-weight: 700; }
.checkout-summary__membership strong { max-width: 13rem; text-align: right; }
.checkout-member-status { min-width: 0; padding: 0; border: 0; }
.checkout-member-status[hidden] { display: none; }
.checkout-member-status legend { margin-bottom: .65rem; color: var(--ink-2); font-size: var(--fs-sm); font-weight: 800; }
.checkout-member-status .choices { grid-template-columns: 1fr; gap: .5rem; }
.checkout-member-status .choice span { padding: .7rem .8rem; }
.checkout-summary__included { padding: 1rem; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--mint-50); }
.checkout-summary__included[hidden] { display: none; }
.checkout-summary__included h3 { font-size: var(--fs-lg); }
.checkout-summary__included .check-list { gap: .55rem; margin: .75rem 0 0; }
.checkout-summary__included .check-list li { color: var(--ink-2); line-height: 1.4; }
.checkout-summary__included > p { margin-top: .8rem; padding-top: .75rem; border-top: 1px solid var(--line); color: var(--ink-3); font-size: var(--fs-sm); line-height: 1.45; }
.checkout-summary__rule { height: 1px; background: var(--line); }
.checkout-status { display: none; padding: .8rem .9rem; border-radius: var(--r-sm); background: var(--amber-soft); color: #6E4A08; font-size: var(--fs-sm); font-weight: 700; line-height: 1.45; }
.checkout-status.is-shown { display: block; }
.checkout-status--ready { background: var(--mint-100); color: var(--green-ink); }
.checkout-secure { display: grid; grid-template-columns: auto 1fr; gap: .65rem; align-items: start; padding-top: .2rem; }
.checkout-secure > span { padding: .2rem .45rem; border-radius: .45rem; background: var(--ink); color: var(--white); font-size: var(--fs-sm); font-weight: 800; }
.checkout-secure p { color: var(--ink-3); font-size: var(--fs-sm); line-height: 1.45; }
.checkout-secure strong { color: var(--ink-2); }
@media (max-width: 900px) { .checkout-shell { grid-template-columns: 1fr; } .checkout-summary { position: static; max-height: none; overflow: visible; } }
@media (max-width: 680px) { .checkout-plans { grid-template-columns: 1fr; } .checkout-custom { align-items: flex-start; flex-direction: column; } }
@media (max-width: 420px) { .checkout-summary__membership { align-items: flex-start; flex-direction: column; } .checkout-summary__membership strong { max-width: none; text-align: left; } }

.foot { background: var(--ink); color: rgba(255, 255, 255, .72); }
.foot__top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2.5rem; padding-block: clamp(3rem, 6vw, 4rem); }
.foot .brand { color: var(--white); }
.foot__blurb { max-width: 33ch; margin-top: 1rem; color: rgba(255, 255, 255, .62); font-size: var(--fs-sm); line-height: 1.65; }
.foot__nav { display: flex; flex-wrap: wrap; gap: 1.35rem 2rem; align-content: flex-start; max-width: 36rem; }
.foot__nav a { color: rgba(255, 255, 255, .78); font-size: var(--fs-sm); font-weight: 700; text-decoration: none; }
.foot__nav a:hover { color: var(--green-bright); }
.foot__bar { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .75rem 2rem; padding-block: 1.4rem; border-top: 1px solid rgba(255, 255, 255, .12); color: rgba(255, 255, 255, .52); font-size: var(--fs-sm); }

.chatbot { display: none; position: fixed; right: clamp(1rem, 3vw, 2rem); bottom: clamp(1rem, 3vw, 2rem); z-index: 90; }
.js .chatbot { display: block; }
.chatbot__toggle { padding: .75rem 1.05rem; border: 0; border-radius: var(--r-pill); background: var(--green-bright); color: var(--ink); box-shadow: var(--sh-lg); font-size: var(--fs-sm); font-weight: 800; cursor: pointer; }
.chatbot__panel { position: absolute; right: 0; bottom: calc(100% + .7rem); display: flex; flex-direction: column; width: min(23.5rem, calc(100vw - 2rem)); height: min(29rem, calc(100vh - 7rem)); overflow: hidden; border: 1px solid var(--line-2); border-radius: var(--r-md); background: var(--white); box-shadow: var(--sh-lg); }
.chatbot__panel[hidden] { display: none; }
.chatbot__head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .8rem .9rem; background: var(--ink); color: var(--white); }
.chatbot__title { display: flex; flex-direction: column; line-height: 1.3; }
.chatbot__title strong { font-size: var(--fs-lg); }
.chatbot__title span { color: rgba(255, 255, 255, .72); font-size: var(--fs-sm); }
.chatbot__close { padding: .45rem .75rem; border: 1px solid rgba(255, 255, 255, .3); border-radius: var(--r-pill); background: transparent; color: var(--white); font-size: var(--fs-sm); font-weight: 700; cursor: pointer; }
.chatbot__messages { display: flex; flex: 1; flex-direction: column; gap: .65rem; overflow-y: auto; padding: .8rem; background: var(--mint-50); overscroll-behavior: contain; }
.chatbot__msg { max-width: 88%; padding: .75rem .9rem; border-radius: 1rem; font-size: var(--fs-sm); line-height: 1.5; overflow-wrap: anywhere; }
.chatbot__msg--bot { align-self: flex-start; border: 1px solid var(--line); border-bottom-left-radius: .35rem; background: var(--white); color: var(--ink-2); }
.chatbot__msg--user { align-self: flex-end; border-bottom-right-radius: .35rem; background: var(--green-ink); color: var(--white); }
.chatbot__typing { align-self: flex-start; display: flex; gap: .3rem; padding: .8rem 1rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--white); }
.chatbot__typing[hidden] { display: none; }
.chatbot__typing i { width: .45rem; height: .45rem; border-radius: 50%; background: var(--ink-3); animation: chatDot 1s ease-in-out infinite; }
.chatbot__typing i:nth-child(2) { animation-delay: .15s; }
.chatbot__typing i:nth-child(3) { animation-delay: .3s; }
@keyframes chatDot { 30% { transform: translateY(-4px); opacity: 1; } 0%, 60%, 100% { opacity: .45; } }
.chatbot__suggestions { display: flex; flex-wrap: wrap; gap: .45rem; padding: .7rem .85rem; border-top: 1px solid var(--line); }
.chatbot__suggestion { flex: 1 1 calc(50% - .45rem); min-width: 8rem; padding: .5rem .7rem; border: 1px solid var(--line-2); border-radius: var(--r-pill); background: var(--white); color: var(--green-ink); font-size: var(--fs-sm); font-weight: 700; cursor: pointer; }
.chatbot__actions { align-self: flex-start; max-width: 94%; padding: .8rem .9rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--white); }
.chatbot__actions p { margin-bottom: .65rem; color: var(--ink-2); font-size: var(--fs-sm); line-height: 1.45; }
.chatbot__action-row { display: flex; flex-wrap: wrap; gap: .45rem; }
.chatbot__action { padding: .5rem .7rem; border: 1px solid var(--green); border-radius: var(--r-pill); background: var(--white); color: var(--green-ink); font-size: var(--fs-sm); font-weight: 700; text-decoration: none; cursor: pointer; }
.chatbot__action--primary { border-color: var(--green-bright); background: var(--green-bright); color: var(--ink); }
.chatbot__form { display: grid; grid-template-columns: 1fr auto; gap: .5rem; padding: .75rem .85rem; border-top: 1px solid var(--line); }
.chatbot__input { min-width: 0; padding: .7rem .9rem; border: 2px solid var(--line); border-radius: var(--r-pill); font-size: var(--fs-sm); }
.chatbot__send { padding: .65rem .9rem; border: 0; border-radius: var(--r-pill); background: var(--green-bright); color: var(--ink); font-size: var(--fs-sm); font-weight: 800; cursor: pointer; }
.chatbot__fine { padding: 0 .95rem .75rem; color: var(--ink-3); font-size: var(--fs-sm); line-height: 1.4; }
.bot-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 560px) { .chatbot { right: .75rem; bottom: max(.75rem, env(safe-area-inset-bottom)); } .chatbot__panel { position: fixed; inset: auto .75rem calc(4.5rem + env(safe-area-inset-bottom)); width: auto; height: min(27rem, calc(100dvh - 6rem)); } .chatbot__input { font-size: 1rem; } .chatbot__close, .chatbot__suggestion, .chatbot__action, .chatbot__send { min-height: 2.75rem; } }

@media (max-width: 600px) {
  .section { padding-block: 3.75rem; }
  .section--tight { padding-block: 2.75rem; }
  .page-hero { padding-block: 3.25rem; }
  .svc__link { display: flex; align-items: center; min-height: 2.75rem; }
  .foot__nav { gap: .35rem 1.1rem; }
  .foot__nav a { display: inline-flex; align-items: center; min-height: 2.75rem; }
  .field input, .field select, .field textarea { font-size: 1rem; }
}

@media (max-width: 360px) {
  .wrap { padding-inline: 1rem; }
  .nav__in { gap: .6rem; }
  .nav .brand { gap: .5rem; font-size: 1.05rem; }
  .nav .brand__mark { width: 2.25rem; height: 2.25rem; }
  .nav__toggle { min-height: 2.75rem; padding: .55rem .8rem; }
  .hero__cta .btn { width: 100%; }
  .trust { gap: .5rem; }
  .trust li { width: 100%; justify-content: center; }
  .comparison td, .comparison td:last-child { grid-template-columns: 1fr; gap: .2rem; }
}

.hero__in > *, .split > *, .form-shell > *, .checkout-shell > *, .cta-band > * { min-width: 0; }
.preview-card__top > *, .preview-list > li > *, .foot__top > * { min-width: 0; max-width: 100%; overflow-wrap: anywhere; }
.field, .field input, .field select, .field textarea { min-width: 0; }
.price, .price--starting, .checkout-plan__price, .checkout-summary__price { flex-wrap: wrap; }
.float { max-width: 100%; white-space: normal; }
.checkout-plan__top > * { min-width: 0; max-width: 100%; overflow-wrap: anywhere; }
.checkout-plan__top em { white-space: normal; }
.checkline > span { min-width: 0; overflow-wrap: anywhere; }
.mini-steps { grid-template-columns: repeat(auto-fit, minmax(min(100%, 9rem), 1fr)); }
.mini-steps li { grid-template-columns: auto minmax(0, 1fr); overflow-wrap: anywhere; }
.hero-price { flex-wrap: wrap; }
.stat, .check-list li, .ask-band__facts li { min-width: 0; overflow-wrap: anywhere; }
.faq summary { overflow-wrap: anywhere; }

/* Legal pages use restrained document typography rather than marketing cards. */
.legal-page { padding-block: clamp(2.75rem, 6vw, 5rem); background: var(--white); }
.legal-document { width: min(48rem, 100%); margin-inline: auto; color: #243029; font-family: Georgia, "Times New Roman", serif; font-size: 1rem; line-height: 1.75; }
.legal-document__head { padding-bottom: 1.25rem; margin-bottom: 1.5rem; border-bottom: 1px solid var(--line-2); }
.legal-document h1 { margin: 0 0 .4rem; color: var(--ink); font-family: inherit; font-size: 1.125rem; font-weight: 700; letter-spacing: 0; line-height: 1.5; }
.legal-document h2 { margin: 1.6rem 0 .25rem; color: var(--ink); font-family: inherit; font-size: 1rem; font-weight: 700; letter-spacing: 0; line-height: 1.75; }
.legal-document p { margin: 0 0 1rem; color: inherit; font-size: inherit; line-height: inherit; }
.legal-document a { color: var(--green-ink); font-weight: 700; text-underline-offset: .16em; }
.legal-document__meta { color: var(--ink-3); font-family: var(--font); font-size: var(--fs-sm); line-height: 1.5; }
.legal-document__notice { padding: 1rem 1.1rem; margin-block: 1.4rem; border-left: 3px solid var(--green); background: var(--mint-50); }
.legal-document__notice p:last-child { margin-bottom: 0; }
.legal-document ul { margin: 0 0 1rem 1.35rem; }
.legal-document li { margin-bottom: .45rem; padding-left: .25rem; }
.legal-document__caps { font-weight: 700; }
.foot__legal { display: flex; flex-wrap: wrap; gap: .5rem 1rem; }
.foot__bar a { color: inherit; text-underline-offset: .18em; }
.foot__bar a:hover { color: var(--green-ink); }

.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s cubic-bezier(.2, .8, .3, 1), transform .75s cubic-bezier(.2, .8, .3, 1); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .js .float--a, .js .float--b, .js .photo__stat { animation: none; }
  .mark path { stroke-dashoffset: 0; transition: none; }
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

/* ============================================================
   Access question benefit band (homepage)
   Concrete monthly deliverable for the $9.99 membership.
   ============================================================ */
.ask-band { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(1.5rem, 4vw, 3rem); align-items: start; padding: clamp(1.75rem, 4vw, 2.75rem); border: 0; border-radius: var(--r-lg); background: var(--ink); color: var(--white); }
.ask-band__lead { display: flex; flex-direction: column; gap: 1rem; align-items: flex-start; min-width: 0; }
.ask-band__lead h2 { color: var(--white); font-size: clamp(1.6rem, 3.2vw, 2.15rem); line-height: 1.08; letter-spacing: -.035em; }
.ask-band__lead p { color: rgba(255, 255, 255, .78); line-height: 1.6; max-width: 46ch; }
.ask-band__facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; min-width: 0; }
.ask-band__facts li { padding: .95rem 1.05rem; border: 1px solid rgba(255, 255, 255, .14); border-radius: var(--r-md); background: rgba(255, 255, 255, .06); }
.ask-band__facts b { display: block; color: var(--green-bright); font-size: var(--fs-base); font-weight: 800; letter-spacing: -.01em; }
.ask-band__facts span { display: block; margin-top: .3rem; color: rgba(255, 255, 255, .74); font-size: var(--fs-sm); line-height: 1.5; }
@media (max-width: 900px) { .ask-band { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .ask-band__facts { grid-template-columns: 1fr; } }

/* Pricing hero is compact so the category navigation and the start of the
   selected panel sit within the first screen on a laptop and a phone.
   Measured before: category nav at 832px on a 1280x800 viewport. */
.page-hero--compact { padding-block: clamp(2rem, 3.4vw, 3rem); }
.page-hero--compact .lede { max-width: 54ch; }
.page-hero--compact h1 { margin: 1rem 0 .9rem; }
@media (max-width: 620px) {
  .page-hero--compact { padding-block: 1.15rem 1rem; }
  .page-hero--compact h1 { font-size: clamp(1.7rem, 7.2vw, 2.15rem); margin: .75rem 0 .65rem; }
  .page-hero--compact .lede { font-size: 1.0625rem; line-height: 1.55; }
  .page-hero--compact .hero__cta { gap: .5rem; margin-top: 1rem; }
}

/* Skip link. Visually hidden until it receives keyboard focus. */
.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 200; padding: .7rem 1rem; border-radius: .7rem; background: var(--ink); color: var(--white); font-weight: 800; text-decoration: none; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

/* ============================================================
   Visual pass, September 2026
   Figures carry weight in an accounting product, and every column
   of numbers lines up.
   ============================================================ */
.price, .stat b, .rate-bands strong, .comparison td, .ask-band__facts b,
.checkout-summary__price, .price-chip, .trust li b { font-variant-numeric: tabular-nums; }

/* Hero price figure. The membership number is the proof, so it is set as a figure
   rather than buried in a pill. */
.hero-price { display: flex; align-items: baseline; gap: .45rem; margin: 0 0 1.15rem; }
.hero-price b { font-size: clamp(2.6rem, 6vw, 3.6rem); font-weight: 800; line-height: .92; letter-spacing: -.055em; font-variant-numeric: tabular-nums; color: var(--ink); }
.hero-price span { color: var(--ink-3); font-size: var(--fs-base); font-weight: 700; }

/* Rhythm. The page should not scroll like a metronome: the anchor is tight,
   the team section breathes. */
.section--spacious { padding-block: clamp(5.5rem, 11vw, 9rem); }

/* Launch conversion and confirmation surfaces. */
.mobile-conversion { display: none; }

.confirmation { min-height: calc(100vh - 9rem); padding-block: clamp(3.5rem, 9vw, 7rem); background: var(--mint-50); }
.confirmation__card { max-width: 50rem; margin-inline: auto; padding: clamp(1.5rem, 5vw, 3.25rem); border: 1px solid var(--line-2); border-radius: var(--r-lg); background: var(--white); box-shadow: var(--sh-lg); }
.confirmation__mark { display: grid; place-items: center; width: 4rem; height: 4rem; margin-bottom: 1.5rem; border-radius: 50%; background: var(--green-bright); color: var(--ink); font-size: 1.75rem; font-weight: 900; }
.confirmation h1 { max-width: 12ch; margin: .8rem 0 1.1rem; font-size: clamp(2.3rem, 6vw, 4.2rem); }
.confirmation__lede { max-width: 40rem; color: var(--ink-2); font-size: var(--fs-lg); line-height: 1.6; }
.confirmation__steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; margin-block: 2rem; padding: 0; list-style: none; counter-reset: confirmation-step; }
.confirmation__steps li { min-width: 0; padding: 1.1rem; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--mint-50); counter-increment: confirmation-step; }
.confirmation__steps li::before { content: counter(confirmation-step); display: grid; place-items: center; width: 2rem; height: 2rem; margin-bottom: .8rem; border-radius: 50%; background: var(--mint-200); color: var(--green-ink); font-weight: 900; }
.confirmation__steps strong { display: block; margin-bottom: .3rem; }
.confirmation__steps span { display: block; color: var(--ink-2); font-size: var(--fs-sm); line-height: 1.5; }
.confirmation__actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.confirmation__note { margin-top: 1.25rem; color: var(--ink-3); font-size: var(--fs-sm); }

.analytics-consent { position: fixed; z-index: 150; right: 1rem; bottom: 1rem; width: min(31rem, calc(100vw - 2rem)); padding: 1.15rem; border: 1px solid var(--line-2); border-radius: var(--r-md); background: var(--white); box-shadow: var(--sh-lg); }
.analytics-consent strong { display: block; margin-bottom: .35rem; font-size: var(--fs-lg); }
.analytics-consent p { color: var(--ink-2); font-size: var(--fs-sm); line-height: 1.5; }
.analytics-consent p a { color: var(--green-ink); font-weight: 700; }
.analytics-consent__actions { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: .9rem; }
.analytics-consent__actions button { min-height: 2.6rem; padding: .55rem .9rem; border: 1px solid var(--line-2); border-radius: var(--r-pill); background: var(--white); color: var(--ink); font-weight: 800; cursor: pointer; }
.analytics-consent__actions button[data-consent="granted"] { border-color: var(--green-bright); background: var(--green-bright); }
.analytics-preferences { padding: 0; border: 0; background: transparent; color: inherit; font: inherit; text-decoration: underline; text-underline-offset: .18em; cursor: pointer; }

@media (max-width: 720px) {
  body.has-mobile-conversion { padding-bottom: calc(5.25rem + env(safe-area-inset-bottom)); }
  .mobile-conversion { position: fixed; z-index: 85; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; gap: .8rem; min-height: 4.75rem; padding: .65rem max(1rem, env(safe-area-inset-right)) calc(.65rem + env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left)); border-top: 1px solid rgba(255, 255, 255, .14); background: rgba(15, 28, 21, .98); color: var(--white); box-shadow: 0 -14px 32px -22px rgba(9, 60, 38, .7); }
  .mobile-conversion__price { display: flex; min-width: 0; flex-direction: column; line-height: 1.2; }
  .mobile-conversion__price small { color: rgba(255, 255, 255, .7); font-size: .72rem; font-weight: 700; }
  .mobile-conversion__price strong { font-size: .95rem; font-variant-numeric: tabular-nums; }
  .mobile-conversion__action { display: inline-flex; min-height: 2.8rem; flex: none; align-items: center; gap: .35rem; padding: .65rem .95rem; border-radius: var(--r-pill); background: var(--green-bright); color: var(--ink); font-size: .9rem; font-weight: 900; text-decoration: none; }
  .has-mobile-conversion .chatbot { bottom: calc(5.6rem + env(safe-area-inset-bottom)); }
  .has-mobile-conversion .chatbot__panel { bottom: calc(10rem + env(safe-area-inset-bottom)); }
  .confirmation__steps { grid-template-columns: 1fr; }
  .confirmation__actions .btn { width: 100%; }
  .analytics-consent { right: .65rem; bottom: calc(.65rem + env(safe-area-inset-bottom)); width: calc(100vw - 1.3rem); }
  .has-mobile-conversion .analytics-consent { bottom: calc(5.45rem + env(safe-area-inset-bottom)); }
}
