:root {
  --ink: #19231c;
  --ink-soft: #3e4941;
  --paper: #f4f0e6;
  --paper-light: #fbf9f2;
  --lime: #d7f36a;
  --lime-soft: #e8f9a6;
  --coral: #f1734e;
  --white: #fffef9;
  --line: rgba(25, 35, 28, 0.17);
  --line-light: rgba(255, 255, 255, 0.16);
  --shadow: 0 30px 80px rgba(26, 35, 28, 0.18);
  --radius: 28px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::selection {
  background: var(--lime);
  color: var(--ink);
}

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

button,
input {
  font: inherit;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 4px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: -0.045em;
  line-height: 1.02;
}

h1,
h2 {
  text-wrap: balance;
}

h3 {
  text-wrap: balance;
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
  font-weight: 700;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 78px;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 9px;
  width: fit-content;
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.brand > span {
  padding: 4px 7px 5px;
  border-radius: 7px;
  background: var(--ink);
  color: var(--paper-light);
  font-size: 0.92em;
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 1;
}

.brand-mark {
  width: 34px;
  height: 34px;
}

.brand-mark rect,
.mini-brand rect {
  fill: var(--ink);
}

.brand-mark path,
.mini-brand path {
  fill: var(--lime);
}

.header-note {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.03em;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  cursor: pointer;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  background: var(--lime);
  color: var(--ink);
  box-shadow: 0 8px 0 rgba(25, 35, 28, 0.16);
  transform: translateY(-2px);
}

.button:active {
  box-shadow: none;
  transform: translateY(1px);
}

.button:disabled {
  cursor: wait;
  opacity: 0.65;
  transform: none;
}

.button span {
  font-size: 1.2em;
  transition: transform 180ms ease;
}

.button:hover span {
  transform: translateX(3px);
}

.button-small {
  justify-self: end;
  min-height: 44px;
  padding-inline: 19px;
  font-size: 0.86rem;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 780px;
  padding: 154px 0 96px;
  overflow: hidden;
  background:
    linear-gradient(rgba(25, 35, 28, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25, 35, 28, 0.05) 1px, transparent 1px),
    var(--paper);
  background-size: 56px 56px;
}

.hero::after {
  position: absolute;
  z-index: -2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 120px;
  background: linear-gradient(to bottom, transparent, rgba(25, 35, 28, 0.035));
  content: "";
}

.hero-glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(1px);
  pointer-events: none;
}

.hero-glow-one {
  top: -220px;
  right: -180px;
  width: 650px;
  height: 650px;
  background: radial-gradient(circle, rgba(215, 243, 106, 0.66), rgba(215, 243, 106, 0));
}

.hero-glow-two {
  bottom: -320px;
  left: 35%;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, rgba(241, 115, 78, 0.18), rgba(241, 115, 78, 0));
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(450px, 0.96fr);
  align-items: center;
  gap: clamp(50px, 6vw, 94px);
}

.hero-copy {
  padding-top: 10px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 5px rgba(241, 115, 78, 0.15);
}

.hero h1 {
  max-width: 760px;
  margin-bottom: 28px;
  font-size: clamp(3.25rem, 5.15vw, 5rem);
  font-weight: 720;
  overflow-wrap: break-word;
}

.hero h1 em {
  display: inline-block;
  max-width: 100%;
  font-style: normal;
  white-space: nowrap;
  text-decoration-line: underline;
  text-decoration-color: var(--lime);
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.11em;
  text-decoration-skip-ink: auto;
}

.hero-deck {
  max-width: 650px;
  margin-bottom: 17px;
  color: var(--ink-soft);
  font-size: clamp(1.06rem, 1.5vw, 1.24rem);
  line-height: 1.6;
}

.positioning-line {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 600px;
  margin: 0 0 23px;
  color: #4e5a51;
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: -0.01em;
}

.positioning-line > span {
  display: grid;
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--lime);
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 900;
}

.waitlist-form {
  max-width: 545px;
}

.form-fields {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px;
  border: 1px solid rgba(25, 35, 28, 0.28);
  border-radius: 999px;
  background: rgba(255, 254, 249, 0.74);
  box-shadow: 0 12px 35px rgba(25, 35, 28, 0.08);
  backdrop-filter: blur(10px);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.form-fields:focus-within {
  border-color: var(--ink);
  box-shadow: 0 12px 35px rgba(25, 35, 28, 0.14), 0 0 0 4px rgba(215, 243, 106, 0.5);
}

.form-fields input {
  min-width: 0;
  flex: 1;
  height: 52px;
  padding: 0 18px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 0.98rem;
}

.form-fields input::placeholder {
  color: #6c756e;
}

.form-fields .button {
  min-height: 48px;
  flex: 0 0 auto;
}

.form-note {
  margin: 12px 0 0 18px;
  color: #626a64;
  font-size: 0.76rem;
}

.form-note a {
  text-underline-offset: 3px;
}

.form-status {
  min-height: 22px;
  margin: 10px 18px 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 650;
}

.form-status.error {
  color: #a62c15;
}

.waitlist-form[data-state="duplicate"] .form-status {
  margin-top: 12px;
  padding: 9px 12px;
  border: 1px solid rgba(130, 91, 12, 0.2);
  border-radius: 11px;
  background: #fff3cf;
  color: #68470b;
  font-weight: 750;
}

.waitlist-form[data-state="success"] .form-fields {
  display: none;
}

.waitlist-form[data-state="success"] .form-status {
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid rgba(25, 35, 28, 0.2);
  border-radius: 14px;
  background: var(--white);
  color: var(--ink);
}

.post-signup {
  max-width: 600px;
  margin-top: 14px;
  padding: 22px;
  border: 1px solid rgba(25, 35, 28, 0.18);
  border-radius: 20px;
  background: rgba(255, 254, 249, 0.88);
  box-shadow: 0 12px 32px rgba(25, 35, 28, 0.08);
}

.post-signup[hidden] {
  display: none;
}

.post-signup-kicker {
  margin: 0 0 6px;
  color: #55751b;
  font-size: 0.61rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.post-signup-title {
  margin: 0 0 4px;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.3;
}

.post-signup-intro {
  margin: 0 0 18px;
  color: #59645c;
  font-size: 0.72rem;
}

.post-signup fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.post-signup fieldset + fieldset {
  margin-top: 20px;
  padding-top: 19px;
  border-top: 1px solid var(--line);
}

.post-signup legend {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.4;
}

.post-signup legend > span {
  display: grid;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--lime);
  font-size: 0.59rem;
  font-weight: 850;
}

.questionnaire-choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.questionnaire-choices label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-height: 48px;
  padding: 10px 11px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  color: #465149;
  cursor: pointer;
  font-size: 0.68rem;
  font-weight: 650;
  line-height: 1.35;
  transition: border-color 150ms ease, background-color 150ms ease, transform 150ms ease;
}

.questionnaire-choices label:hover {
  border-color: rgba(25, 35, 28, 0.4);
  transform: translateY(-1px);
}

.questionnaire-choices label:has(input:checked) {
  border-color: var(--ink);
  background: var(--lime-soft);
  color: var(--ink);
}

.questionnaire-choices label:focus-within {
  outline: 3px solid var(--coral);
  outline-offset: 2px;
}

.questionnaire-choices input {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  margin: 1px 0 0;
  accent-color: var(--ink);
}

.questionnaire-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}

.questionnaire-actions .button {
  min-height: 42px;
  padding-inline: 16px;
  font-size: 0.72rem;
}

.questionnaire-skip {
  padding: 5px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: #4e5a51;
  cursor: pointer;
  font-size: 0.69rem;
  font-weight: 750;
}

.questionnaire-status {
  min-height: 18px;
  margin: 9px 0 0;
  color: #4e5a51;
  font-size: 0.68rem;
  font-weight: 700;
}

.questionnaire-status.error {
  color: #a62c15;
}

.post-signup.is-complete fieldset,
.post-signup.is-complete .questionnaire-actions {
  display: none;
}

.hero-visual {
  position: relative;
  width: 100%;
  max-width: 570px;
  justify-self: end;
}

.hero-visual::before {
  position: absolute;
  z-index: -1;
  top: -28px;
  right: -24px;
  width: 110px;
  height: 110px;
  border: 1px solid rgba(25, 35, 28, 0.18);
  border-radius: 50%;
  content: "";
}

.hero-visual::after {
  position: absolute;
  z-index: -1;
  bottom: 14px;
  left: -40px;
  width: 74px;
  height: 74px;
  border-radius: 18px;
  background-image: radial-gradient(var(--ink) 1.2px, transparent 1.2px);
  background-size: 9px 9px;
  content: "";
  opacity: 0.28;
  transform: rotate(12deg);
}

.dashboard {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 30px;
  background: var(--ink);
  box-shadow: 13px 13px 0 var(--coral), var(--shadow);
  color: var(--white);
  transform: rotate(0.7deg);
}

.dashboard-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 4px 17px;
}

.mini-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.79rem;
  font-weight: 750;
}

.mini-brand svg {
  width: 23px;
  height: 23px;
}

.mini-brand rect {
  fill: var(--white);
}

.mini-brand path {
  fill: var(--ink);
}

.month-pill {
  padding: 6px 10px;
  border: 1px solid var(--line-light);
  border-radius: 999px;
  color: #d5dcd6;
  font-size: 0.64rem;
  font-weight: 700;
}

.balance-panel {
  position: relative;
  min-height: 375px;
  padding: 24px 24px 18px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--paper-light);
  color: var(--ink);
}

.balance-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.balance-label,
.chart-label,
.balance-change {
  color: #647067;
  font-size: 0.67rem;
  font-weight: 700;
}

.balance-copy strong {
  margin: 3px 0 2px;
  font-size: clamp(2.6rem, 4.7vw, 4rem);
  font-weight: 760;
  letter-spacing: -0.065em;
  line-height: 1;
}

.balance-change {
  color: #47741b;
}

.calm-badge {
  position: absolute;
  z-index: 2;
  top: 21px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 10px;
  border: 1px solid rgba(71, 116, 27, 0.22);
  border-radius: 999px;
  background: var(--lime-soft);
  color: #375717;
  font-size: 0.64rem;
  font-weight: 800;
}

.calm-badge svg {
  width: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.chart-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 205px;
  padding: 20px 24px 0;
}

.chart-value {
  position: absolute;
  top: 15px;
  right: 24px;
  color: var(--ink);
  font-size: 0.67rem;
  font-weight: 800;
}

.hero-chart {
  width: 100%;
  height: 145px;
  overflow: visible;
}

.chart-grid path,
.comparison-grid path {
  fill: none;
  stroke: rgba(25, 35, 28, 0.12);
  stroke-dasharray: 3 7;
  stroke-width: 1;
}

.chart-area {
  fill: url(#chartFill);
}

.chart-line {
  fill: none;
  stroke: #6a941e;
  stroke-linecap: round;
  stroke-width: 4;
}

.chart-days {
  display: flex;
  justify-content: space-between;
  color: #7b827c;
  font-size: 0.59rem;
  font-weight: 700;
}

.dashboard-bottom {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 10px;
  padding-top: 10px;
}

.tax-cushion,
.next-payment {
  min-height: 72px;
  border: 1px solid var(--line-light);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
}

.tax-cushion {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 11px;
  padding: 12px;
}

.cushion-icon {
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  border-radius: 11px;
  background: var(--lime);
  color: var(--ink);
}

.cushion-icon svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.tax-cushion div > span,
.next-payment > span {
  display: block;
  color: #aeb9b0;
  font-size: 0.59rem;
  font-weight: 700;
}

.tax-cushion strong {
  display: block;
  font-size: 0.75rem;
  line-height: 1.35;
}

.cushion-rate {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(215, 243, 106, 0.35);
  border-radius: 50%;
  color: var(--lime);
  font-size: 0.62rem;
  font-weight: 800;
}

.next-payment {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 15px;
}

.next-payment strong {
  font-size: 1.05rem;
  line-height: 1.1;
}

.next-payment small {
  color: var(--lime);
  font-size: 0.58rem;
  font-weight: 700;
}

.visual-caption,
.example-note {
  margin: 22px 0 0;
  color: #505b53;
  font-size: 0.64rem;
  font-weight: 650;
  letter-spacing: 0.03em;
  text-align: center;
}

.trust-note {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 470px;
  margin: 15px auto 0;
  padding: 11px 13px;
  border: 1px solid rgba(25, 35, 28, 0.14);
  border-radius: 14px;
  background: rgba(255, 254, 249, 0.6);
  color: #4f5a52;
  font-size: 0.68rem;
  line-height: 1.45;
}

.trust-note svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: #55751b;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.trust-note p {
  margin: 0;
}

.trust-note strong {
  color: var(--ink);
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  max-width: 500px;
  margin: 9px auto 0;
}

.trust-badges span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 8px;
  border: 1px solid rgba(25, 35, 28, 0.12);
  border-radius: 999px;
  background: rgba(255, 254, 249, 0.58);
  color: #4f5a52;
  font-size: 0.57rem;
  font-weight: 750;
  line-height: 1.2;
}

.trust-badges i {
  color: #55751b;
  font-size: 0.65rem;
  font-style: normal;
  font-weight: 900;
}

.section-dark {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.section-dark::after {
  position: absolute;
  top: -300px;
  right: -220px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(215, 243, 106, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 75px rgba(215, 243, 106, 0.025), 0 0 0 150px rgba(215, 243, 106, 0.02);
  content: "";
}

.problems {
  padding: 126px 0 132px;
}

.section-intro {
  max-width: 680px;
  margin-bottom: 60px;
}

.section-intro h2 {
  margin-bottom: 20px;
  font-size: clamp(2.6rem, 5.2vw, 4.8rem);
  font-weight: 700;
}

.section-intro > p:last-child {
  max-width: 580px;
  color: var(--ink-soft);
  font-size: 1.1rem;
}

.section-intro-dark > p:last-child {
  color: #b9c3bb;
}

.eyebrow-dark {
  color: #bac5bc;
}

.problem-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.problem-card {
  position: relative;
  min-height: 360px;
  padding: 30px 34px 34px;
  border-right: 1px solid var(--line-light);
}

.problem-card:first-child {
  padding-left: 0;
}

.problem-card:last-child {
  padding-right: 0;
  border-right: 0;
}

.problem-number {
  display: block;
  margin-bottom: 58px;
  color: var(--lime);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.problem-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 25px;
  place-items: center;
  border: 1px solid rgba(215, 243, 106, 0.24);
  border-radius: 18px;
  background: rgba(215, 243, 106, 0.06);
  color: var(--lime);
  transform: rotate(-3deg);
}

.problem-icon svg {
  width: 31px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.problem-card:nth-child(2) .problem-icon {
  transform: rotate(3deg);
}

.problem-card h3 {
  max-width: 270px;
  margin-bottom: 14px;
  font-size: 1.43rem;
  line-height: 1.12;
}

.problem-card p {
  max-width: 310px;
  margin-bottom: 0;
  color: #aeb8af;
  font-size: 0.93rem;
  line-height: 1.65;
}

.features {
  padding: 128px 0 136px;
  background: var(--paper-light);
}

.centered {
  margin-inline: auto;
  text-align: center;
}

.centered .eyebrow {
  justify-content: center;
}

.feature-stack {
  display: grid;
  gap: 28px;
}

.feature-card {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  align-items: stretch;
  gap: clamp(42px, 6vw, 88px);
  min-height: 590px;
  padding: clamp(30px, 4.5vw, 64px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 36px;
  background: var(--paper);
  box-shadow: 0 20px 50px rgba(25, 35, 28, 0.055);
}

.feature-card-reverse {
  grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
  background: #e8e4d9;
}

.feature-copy {
  align-self: center;
}

.feature-index {
  display: inline-flex;
  margin-bottom: 30px;
  color: #59635c;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.feature-copy h3 {
  max-width: 440px;
  margin-bottom: 22px;
  font-size: clamp(2.4rem, 4.3vw, 4rem);
  font-weight: 680;
}

.feature-copy > p {
  max-width: 480px;
  margin-bottom: 28px;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.72;
}

.mini-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: #4e5a51;
  font-size: 0.77rem;
  font-weight: 700;
}

.mini-benefits span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.mini-benefits i {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--lime);
  color: var(--ink);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 900;
}

.feature-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

.mock-window {
  width: 100%;
  max-width: 540px;
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: var(--ink);
  box-shadow: 10px 10px 0 var(--lime), 0 28px 55px rgba(25, 35, 28, 0.18);
  color: var(--white);
  transform: rotate(0.8deg);
}

.mock-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  color: #aeb9b0;
  font-size: 0.7rem;
  font-weight: 700;
}

.success-dot {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 50%;
  background: var(--lime);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 900;
}

.payment-total {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 27px;
}

.payment-total span {
  color: #aeb9b0;
  font-size: 0.68rem;
  font-weight: 700;
}

.payment-total strong {
  font-size: 1.65rem;
  letter-spacing: -0.04em;
}

.split-bar {
  display: flex;
  height: 14px;
  margin-bottom: 21px;
  overflow: hidden;
  border-radius: 999px;
  background: #2b382f;
}

.tax-share {
  width: 28%;
  background: var(--lime);
}

.spend-share {
  width: 72%;
  background: var(--coral);
}

.split-labels {
  display: grid;
  gap: 2px;
  margin-bottom: 26px;
}

.split-labels > div {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 11px;
  padding: 13px 10px;
  border-radius: 12px;
}

.split-labels > div:nth-child(2) {
  background: rgba(255, 255, 255, 0.06);
}

.split-labels i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.legend-tax {
  background: var(--lime);
}

.legend-spend {
  background: var(--coral);
}

.split-labels span {
  color: #dce2dd;
  font-size: 0.72rem;
  font-weight: 700;
}

.split-labels small {
  display: block;
  color: #a8b3aa;
  font-size: 0.6rem;
  font-weight: 600;
}

.split-labels strong {
  font-size: 0.86rem;
}

.rate-control {
  padding-top: 20px;
  border-top: 1px solid var(--line-light);
}

.rate-control > span {
  display: block;
  margin-bottom: 13px;
  color: #aeb9b0;
  font-size: 0.65rem;
  font-weight: 700;
}

.rate-control > div:nth-child(2) {
  display: flex;
  justify-content: space-between;
  color: #a8b3aa;
  font-size: 0.56rem;
  font-weight: 700;
}

.rate-control b {
  color: var(--white);
}

.rate-track {
  position: relative;
  height: 5px;
  margin-top: 9px;
  border-radius: 999px;
  background: #344139;
}

.rate-track::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 56%;
  height: 100%;
  border-radius: inherit;
  background: var(--lime);
  content: "";
}

.rate-track i {
  position: absolute;
  top: 50%;
  left: 56%;
  width: 15px;
  height: 15px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--lime);
  transform: translate(-50%, -50%);
}

.before-after {
  display: grid;
  grid-template-columns: 1fr 32px 1fr;
  align-items: center;
  width: 100%;
}

.chart-card {
  position: relative;
  min-width: 0;
  min-height: 300px;
  padding: 18px 18px 16px;
  border: 1px solid var(--line);
  border-radius: 21px;
  background: var(--white);
  box-shadow: 0 20px 40px rgba(25, 35, 28, 0.08);
}

.chart-card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.chart-card-title span:first-child {
  color: #975034;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.chart-card-title span:last-child {
  color: #5e6961;
  font-size: 0.58rem;
  font-weight: 700;
}

.chart-card svg {
  width: 100%;
  height: 185px;
  overflow: visible;
}

.spiky-area {
  fill: url(#spikyFill);
}

.spiky-line {
  fill: none;
  stroke: var(--coral);
  stroke-linejoin: round;
  stroke-width: 4;
}

.steady-area {
  fill: rgba(215, 243, 106, 0.5);
}

.steady-line {
  fill: none;
  stroke: #5d831a;
  stroke-width: 4;
}

.comparison-months {
  display: flex;
  justify-content: space-between;
  color: #5f6962;
  font-size: 0.54rem;
  font-weight: 700;
}

.flow-arrow {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper-light);
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 800;
}

.steady-amount {
  position: absolute;
  right: 0;
  bottom: 39px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}

.steady-amount span {
  padding: 2px 6px;
  background: rgba(255, 254, 249, 0.86);
  color: #657067;
  font-size: 0.48rem;
  font-weight: 700;
}

.steady-amount strong {
  font-size: 1.35rem;
  letter-spacing: -0.05em;
}

.chart-card-after .chart-card-title span:first-child {
  color: #557619;
}

.tax-context-note {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 26px;
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 254, 249, 0.62);
}

.tax-context-icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 12px;
  background: var(--ink);
  color: var(--lime);
  font-size: 0.83rem;
  font-weight: 900;
}

.tax-context-note p {
  max-width: 920px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.8rem;
  line-height: 1.6;
}

.tax-context-note strong {
  color: var(--ink);
}

.feature-bridge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin-top: 28px;
  padding: 22px 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #4e5a51;
  text-align: center;
}

.feature-bridge p {
  margin: 0;
  font-size: 0.9rem;
}

.feature-bridge strong {
  color: var(--ink);
  font-weight: 850;
}

.bridge-mark {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--lime);
  font-size: 1.05rem;
  font-weight: 800;
}

.profitability-card {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
  align-items: center;
  gap: clamp(40px, 6vw, 80px);
  margin-top: 28px;
  padding: 42px clamp(28px, 4.5vw, 58px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #e8e4d9;
}

.profitability-card::after {
  position: absolute;
  z-index: -1;
  right: -80px;
  bottom: -150px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(25, 35, 28, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(25, 35, 28, 0.025), 0 0 0 84px rgba(25, 35, 28, 0.02);
  content: "";
}

.profit-copy {
  position: relative;
  z-index: 1;
}

.profit-copy h3 {
  max-width: 450px;
  margin-bottom: 16px;
  font-size: clamp(2.2rem, 4vw, 3.35rem);
  font-weight: 680;
}

.profit-copy p {
  max-width: 470px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.94rem;
  line-height: 1.7;
}

.profit-subline {
  display: block;
  max-width: 470px;
  margin-top: 11px;
  padding-left: 12px;
  border-left: 2px solid #8ba72f;
  color: #4e5a51;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.5;
}

.profit-visual {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: var(--ink);
  box-shadow: 9px 9px 0 var(--lime), 0 25px 48px rgba(25, 35, 28, 0.16);
  color: var(--white);
  transform: rotate(0.6deg);
}

.profit-header,
.profit-row {
  display: grid;
  grid-template-columns: 1fr auto 52px;
  align-items: center;
  gap: 18px;
}

.profit-header {
  margin-bottom: 12px;
  color: #aab6ad;
  font-size: 0.62rem;
  font-weight: 700;
}

.profit-header span:last-child {
  grid-column: 2 / 4;
  text-align: right;
}

.profit-row {
  min-height: 54px;
  border-top: 1px solid var(--line-light);
  font-size: 0.73rem;
}

.profit-row > span {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 700;
}

.profit-row strong {
  font-size: 0.76rem;
}

.profit-row b {
  justify-self: end;
  font-size: 0.73rem;
}

.profit-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
}

.profit-good {
  background: var(--lime);
}

.profit-mid {
  background: #f3c45d;
}

.profit-low {
  background: var(--coral);
}

.margin-good {
  color: var(--lime);
}

.margin-mid {
  color: #f3c45d;
}

.margin-low {
  color: #f79a7f;
}

.profit-note {
  margin: 15px 0 0;
  color: #98a59b;
  font-size: 0.58rem;
  font-weight: 650;
  text-align: right;
}

.integration-strip {
  display: grid;
  grid-template-columns: minmax(190px, 0.7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: 28px;
  margin-top: 28px;
  padding: 24px 26px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper);
}

.integration-heading > span {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.integration-heading p {
  max-width: 320px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.78rem;
  line-height: 1.5;
}

.integration-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.integration-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 9px;
  min-height: 66px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--paper-light);
}

.integration-icon {
  display: grid;
  width: 31px;
  height: 31px;
  grid-row: span 2;
  place-items: center;
  border-radius: 9px;
  background: var(--ink);
  color: var(--lime);
  font-size: 0.82rem;
  font-weight: 900;
}

.integration-stripe {
  background: #635bff;
  color: var(--white);
  font-style: italic;
}

.integration-qb {
  background: #2ca01c;
  color: var(--ink);
  font-size: 0.67rem;
  font-style: italic;
}

.integration-item strong {
  align-self: end;
  font-size: 0.72rem;
  line-height: 1.1;
}

.integration-item small {
  align-self: start;
  color: #59645c;
  font-size: 0.55rem;
  font-weight: 650;
  line-height: 1.3;
}

.integration-note {
  grid-column: 1 / -1;
  margin: -14px 0 0;
  color: #59645c;
  font-size: 0.58rem;
  font-weight: 650;
  text-align: right;
}

.faq {
  padding: 112px 0 118px;
  background: var(--paper);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(60px, 9vw, 125px);
}

.faq-intro {
  position: sticky;
  top: 110px;
}

.faq-intro h2 {
  margin-bottom: 18px;
  font-size: clamp(2.7rem, 5vw, 4.2rem);
  font-weight: 700;
}

.faq-intro > p:last-child {
  max-width: 390px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.98rem;
}

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

.faq-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 20px;
  padding: 27px 0 29px;
  border-bottom: 1px solid var(--line);
}

.faq-number {
  padding-top: 3px;
  color: #4f6814;
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.faq-item h3 {
  margin-bottom: 9px;
  font-size: 1.18rem;
  line-height: 1.2;
}

.faq-item p {
  max-width: 650px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.7;
}

.faq-nudge {
  margin-top: 26px;
  padding: 18px 20px;
  border: 1px solid rgba(25, 35, 28, 0.15);
  border-radius: 20px;
  background: var(--lime);
}

.faq-nudge[hidden] {
  display: none;
}

.faq-nudge > span {
  display: block;
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 0.87rem;
  font-weight: 850;
}

.faq-nudge p {
  margin: 0;
  color: #3d492f;
  font-size: 0.75rem;
  line-height: 1.45;
}

.waitlist-section {
  padding: 0 0 120px;
  background: var(--paper-light);
}

.waitlist-card {
  position: relative;
  isolation: isolate;
  min-height: 490px;
  padding: 72px clamp(28px, 7vw, 96px);
  overflow: hidden;
  border-radius: 40px;
  background: var(--lime);
}

.waitlist-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.waitlist-content h2 {
  max-width: 740px;
  margin-bottom: 20px;
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 720;
}

.waitlist-content > p:not(.eyebrow):not(.form-status):not(.member-offer) {
  max-width: 550px;
  margin-bottom: 28px;
  color: #3c492f;
  font-size: 1.08rem;
}

.member-offer {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: -5px 0 23px;
  color: #344126;
  font-size: 0.76rem;
  font-weight: 700;
}

.member-offer span {
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--lime);
  font-size: 0.61rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cta-shape {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.cta-shape-one {
  top: -115px;
  right: -110px;
  width: 440px;
  height: 440px;
  border: 2px solid rgba(25, 35, 28, 0.17);
  border-radius: 50%;
  box-shadow: 0 0 0 52px rgba(25, 35, 28, 0.035), 0 0 0 104px rgba(25, 35, 28, 0.025);
}

.cta-shape-two {
  right: 22%;
  bottom: -55px;
  width: 190px;
  height: 130px;
  border-radius: 100% 0 0 0;
  background: var(--coral);
  transform: rotate(-8deg);
}

.waitlist-form-bottom {
  max-width: 600px;
}

.waitlist-form-bottom .form-fields {
  background: var(--white);
}

.site-footer {
  padding: 38px 0;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.brand-footer .brand-mark {
  width: 29px;
  height: 29px;
}

.footer-parentage {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #59645c;
  font-size: 0.68rem;
  line-height: 1;
}

.quorix-logo {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ink);
  text-decoration: none;
}

.quorix-logo img {
  width: 28px;
  height: 26px;
  object-fit: contain;
}

.quorix-logo > span {
  font-size: 0.91rem;
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 1;
  white-space: nowrap;
}

.footer-parentage small {
  font-size: 0.62rem;
}

.footer-links {
  display: flex;
  justify-self: end;
  gap: 22px;
  color: #59645c;
  font-size: 0.72rem;
}

.footer-links a {
  text-underline-offset: 4px;
}

/* Content remains visible without JavaScript and has no entrance-animation
   dependency, which keeps the first meaningful paint immediate. */
[data-reveal].is-visible {
  opacity: 1;
}

/* Privacy page */
.privacy-page {
  padding: 150px 0 100px;
  min-height: calc(100vh - 78px);
  background: var(--paper);
}

.privacy-wrap {
  max-width: 780px;
}

.privacy-wrap h1 {
  max-width: 680px;
  margin: 0 0 25px;
  font-size: clamp(3.1rem, 7vw, 5.7rem);
}

.privacy-updated {
  display: inline-block;
  margin-bottom: 45px;
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #59645c;
  font-size: 0.7rem;
  font-weight: 700;
}

.privacy-content {
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--paper-light);
}

.privacy-content h2 {
  margin: 40px 0 12px;
  font-size: 1.5rem;
}

.privacy-content h2:first-child {
  margin-top: 0;
}

.privacy-content p,
.privacy-content li {
  color: var(--ink-soft);
  font-size: 0.96rem;
  line-height: 1.75;
}

.privacy-content a {
  text-underline-offset: 3px;
}

.back-link {
  display: inline-flex;
  gap: 8px;
  margin-bottom: 34px;
  color: var(--ink-soft);
  font-size: 0.8rem;
  font-weight: 700;
  text-underline-offset: 4px;
}

@media (max-width: 1050px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .header-note {
    display: none;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.85fr);
    gap: 45px;
  }

  .hero h1 {
    font-size: clamp(3.1rem, 5.7vw, 4.5rem);
  }

  .feature-card,
  .feature-card-reverse {
    grid-template-columns: 1fr 1.15fr;
    gap: 38px;
  }

  .feature-card-reverse {
    grid-template-columns: 1.15fr 1fr;
  }

  .feature-copy h3 {
    font-size: 2.7rem;
  }

  .profitability-card {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding: 34px;
  }

  .before-after {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .flow-arrow {
    margin: -3px auto;
    transform: rotate(90deg);
  }

  .chart-card {
    min-height: 220px;
  }

  .chart-card svg {
    height: 120px;
  }

  .steady-amount {
    bottom: 35px;
  }
}

@media (max-width: 840px) {
  .hero {
    padding-top: 132px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .hero-copy {
    max-width: 700px;
  }

  .hero h1 {
    font-size: clamp(3.5rem, 10vw, 5rem);
  }

  .hero-visual {
    max-width: 650px;
    justify-self: center;
  }

  .problem-grid {
    grid-template-columns: 1fr;
  }

  .problem-card,
  .problem-card:first-child,
  .problem-card:last-child {
    display: grid;
    grid-template-columns: 44px 70px 1fr;
    column-gap: 22px;
    min-height: 0;
    padding: 34px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .problem-card:last-child {
    border-bottom: 0;
  }

  .problem-number {
    margin: 10px 0 0;
  }

  .problem-icon {
    grid-row: span 2;
    margin: 0;
  }

  .problem-card h3,
  .problem-card p {
    grid-column: 3;
  }

  .problem-card h3 {
    align-self: end;
    margin: 0 0 8px;
  }

  .problem-card p {
    margin: 0;
  }

  .feature-card,
  .feature-card-reverse {
    grid-template-columns: 1fr;
    gap: 48px;
    min-height: 0;
  }

  .feature-card-reverse .feature-copy {
    order: -1;
  }

  .feature-visual {
    min-height: 480px;
  }

  .before-after {
    grid-template-columns: 1fr 30px 1fr;
  }

  .flow-arrow {
    margin: 0;
    transform: none;
  }

  .chart-card {
    min-height: 300px;
  }

  .chart-card svg {
    height: 180px;
  }

  .steady-amount {
    bottom: 39px;
  }

  .profitability-card {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .profit-visual {
    width: 100%;
    max-width: 620px;
  }

  .integration-strip {
    grid-template-columns: 1fr;
  }

  .integration-note {
    margin-top: -10px;
    text-align: left;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .faq-intro {
    position: static;
  }

  .footer-inner {
    grid-template-columns: 1fr auto;
  }

  .footer-parentage {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 36px), var(--container));
  }

  html {
    scroll-padding-top: 76px;
  }

  .site-header {
    background: rgba(244, 240, 230, 0.86);
    backdrop-filter: blur(12px);
  }

  .header-inner {
    min-height: 70px;
  }

  .brand {
    font-size: 1rem;
  }

  .brand-mark {
    width: 31px;
    height: 31px;
  }

  .button-small {
    min-height: 40px;
    padding-inline: 14px;
    font-size: 0.76rem;
  }

  .button-small span {
    display: none;
  }

  .hero {
    min-height: 0;
    padding: 122px 0 82px;
    background-size: 42px 42px;
  }

  .eyebrow {
    margin-bottom: 19px;
    font-size: 0.64rem;
  }

  .hero h1 {
    margin-bottom: 23px;
    font-size: clamp(2rem, 11.7vw, 3.4rem);
    line-height: 0.99;
  }

  .hero h1 em {
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.09em;
  }

  .hero-deck {
    margin-bottom: 14px;
    font-size: 1rem;
  }

  .positioning-line {
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 0.7rem;
  }

  .form-fields {
    flex-direction: column;
    align-items: stretch;
    padding: 6px;
    border-radius: 18px;
  }

  .form-fields input {
    flex: none;
    height: 50px;
    text-align: center;
  }

  .form-fields .button {
    width: 100%;
    min-height: 50px;
  }

  .post-signup {
    padding: 18px 16px;
    border-radius: 17px;
  }

  .questionnaire-choices {
    grid-template-columns: 1fr;
  }

  .questionnaire-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .questionnaire-actions .button {
    width: 100%;
  }

  .questionnaire-skip {
    align-self: center;
  }

  .form-note,
  .form-status {
    margin-left: 4px;
  }

  .hero-grid {
    gap: 64px;
  }

  .hero-visual {
    width: calc(100% - 8px);
  }

  .dashboard {
    padding: 11px;
    border-radius: 24px;
    box-shadow: 8px 8px 0 var(--coral), 0 24px 55px rgba(26, 35, 28, 0.18);
    transform: none;
  }

  .dashboard-topbar {
    padding: 4px 5px 12px;
  }

  .balance-panel {
    min-height: 340px;
    padding: 21px 17px 14px;
  }

  .balance-copy strong {
    font-size: 2.7rem;
  }

  .calm-badge {
    top: 18px;
    right: 15px;
    padding: 6px 8px;
  }

  .chart-wrap {
    height: 190px;
    padding: 16px 17px 0;
  }

  .hero-chart {
    height: 132px;
  }

  .dashboard-bottom {
    grid-template-columns: 1fr;
  }

  .next-payment {
    display: none;
  }

  .visual-caption {
    margin-top: 18px;
  }

  .trust-note {
    align-items: flex-start;
    padding: 10px 11px;
    font-size: 0.64rem;
  }

  .problems {
    padding: 92px 0 94px;
  }

  .section-intro {
    margin-bottom: 42px;
  }

  .section-intro h2 {
    font-size: clamp(2.65rem, 12vw, 3.7rem);
  }

  .section-intro > p:last-child {
    font-size: 1rem;
  }

  .problem-card,
  .problem-card:first-child,
  .problem-card:last-child {
    grid-template-columns: 35px 55px 1fr;
    column-gap: 13px;
    padding: 28px 0;
  }

  .problem-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .problem-icon svg {
    width: 26px;
  }

  .problem-card h3 {
    font-size: 1.16rem;
  }

  .problem-card p {
    font-size: 0.84rem;
  }

  .features {
    padding: 94px 0 100px;
  }

  .feature-card {
    gap: 38px;
    padding: 28px 20px 25px;
    border-radius: 27px;
  }

  .feature-copy h3 {
    font-size: 2.45rem;
  }

  .feature-copy > p {
    font-size: 0.95rem;
  }

  .feature-visual {
    min-height: 0;
  }

  .mock-window {
    padding: 21px 17px;
    border-radius: 20px;
    box-shadow: 7px 7px 0 var(--lime), 0 22px 40px rgba(25, 35, 28, 0.16);
    transform: none;
  }

  .payment-total strong {
    font-size: 1.4rem;
  }

  .split-labels > div {
    grid-template-columns: auto 1fr auto;
    gap: 8px;
    padding-inline: 5px;
  }

  .before-after {
    grid-template-columns: 1fr;
  }

  .flow-arrow {
    margin: -2px auto;
    transform: rotate(90deg);
  }

  .chart-card {
    min-height: 235px;
  }

  .chart-card svg {
    height: 140px;
  }

  .steady-amount {
    bottom: 38px;
  }

  .tax-context-note {
    align-items: flex-start;
    padding: 16px;
  }

  .tax-context-note p {
    font-size: 0.76rem;
  }

  .feature-bridge {
    align-items: flex-start;
    padding: 19px 8px;
    text-align: left;
  }

  .feature-bridge p {
    font-size: 0.8rem;
    line-height: 1.5;
  }

  .profitability-card {
    gap: 34px;
    padding: 29px 20px 24px;
    border-radius: 25px;
  }

  .profit-copy h3 {
    font-size: 2.25rem;
  }

  .profit-visual {
    padding: 17px 14px;
    border-radius: 18px;
    box-shadow: 7px 7px 0 var(--lime), 0 22px 40px rgba(25, 35, 28, 0.16);
    transform: none;
  }

  .profit-header,
  .profit-row {
    grid-template-columns: 1fr auto 42px;
    gap: 9px;
  }

  .profit-row {
    font-size: 0.65rem;
  }

  .profit-row strong,
  .profit-row b {
    font-size: 0.65rem;
  }

  .integration-strip {
    gap: 18px;
    padding: 20px;
  }

  .integration-list {
    grid-template-columns: 1fr;
  }

  .integration-note {
    margin: 0;
    text-align: left;
  }

  .faq {
    padding: 86px 0 92px;
  }

  .faq-grid {
    gap: 38px;
  }

  .faq-intro h2 {
    font-size: 2.75rem;
  }

  .faq-item {
    grid-template-columns: 32px 1fr;
    gap: 12px;
    padding: 23px 0 25px;
  }

  .faq-item h3 {
    font-size: 1.05rem;
  }

  .faq-item p {
    font-size: 0.82rem;
  }

  .faq-nudge {
    padding: 16px 17px;
  }

  .waitlist-section {
    padding-bottom: 82px;
  }

  .waitlist-card {
    min-height: 0;
    padding: 55px 20px;
    border-radius: 28px;
  }

  .waitlist-content h2 {
    font-size: clamp(2.7rem, 12vw, 3.7rem);
  }

  .member-offer {
    align-items: flex-start;
    flex-direction: column;
    margin: -5px 0 21px;
    font-size: 0.72rem;
  }

  .waitlist-content > p:not(.eyebrow):not(.form-status) {
    font-size: 0.98rem;
  }

  .cta-shape-one {
    right: -220px;
  }

  .site-footer {
    padding: 31px 0;
  }

  .footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer-parentage {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    padding-top: 12px;
    border-top: 1px solid var(--line);
  }

  .privacy-page {
    padding: 122px 0 80px;
  }

  .privacy-content {
    padding: 27px 22px;
  }
}

@media (max-width: 390px) {
  .header-inner {
    width: calc(100% - 28px);
  }

  .button-small {
    padding-inline: 11px;
  }

  .calm-badge {
    display: none;
  }

  .feature-card {
    padding-inline: 17px;
  }

  .feature-copy h3 {
    font-size: 2.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
