/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .container {
    width: 100%;
  }
  @media (width>=40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width>=48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width>=64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width>=80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width>=96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .table {
    display: table;
  }
}
:root {
  --ink: #101412;
  --muted: #5f6862;
  --green: #208348;
  --green-dark: #0d5a31;
  --green-soft: #edf8f1;
  --orange: #ffad29;
  --paper: #fff;
  --offwhite: #f6f7f4;
  --line: #dde4df;
  --black-green: #091810;
  --shadow: 0 28px 80px #12341f1c;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--paper);
  color: var(--ink);
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    SF Pro Display,
    Segoe UI,
    Arial,
    sans-serif;
  font-size: 18px;
  line-height: 1.66;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}
.container {
  width: min(1120px, 100% - 48px);
  margin-inline: auto;
}
.section {
  padding: 138px 0;
}
.site-header {
  z-index: 50;
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  backdrop-filter: blur(20px) saturate(160%);
  background: #ffffffd6;
  border-bottom: 1px solid #dde4dfcc;
  position: sticky;
  top: 0;
}
.nav-shell {
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  min-height: 74px;
  display: flex;
}
.brand {
  letter-spacing: -0.04em;
  align-items: center;
  gap: 10px;
  font-size: 23px;
  font-weight: 760;
  display: inline-flex;
}
.brand img {
  object-fit: contain;
  width: 34px;
  height: 38px;
}
.desktop-nav {
  align-items: center;
  gap: 28px;
  margin-left: auto;
  display: flex;
}
.desktop-nav a {
  color: #465149;
  font-size: 14px;
  font-weight: 650;
}
.desktop-nav a:hover {
  color: var(--green);
}
.button {
  letter-spacing: -0.018em;
  border: 1px solid #0000;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 9px;
  min-height: 54px;
  padding: 0 25px;
  font-size: 17px;
  font-weight: 760;
  transition:
    transform 0.24s,
    box-shadow 0.24s,
    background 0.24s;
  display: inline-flex;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  color: #fff;
  background: var(--green);
  box-shadow: 0 13px 30px #20834838;
}
.button-primary:hover {
  background: #176d3a;
  box-shadow: 0 17px 36px #2083484d;
}
.button-small {
  min-height: 46px;
  padding-inline: 20px;
  font-size: 14px;
}
.button-full {
  width: 100%;
}
.text-link {
  color: var(--green-dark);
  text-underline-offset: 4px;
  font-size: 15px;
  font-weight: 720;
  text-decoration: underline;
}
.hero {
  background: radial-gradient(circle at 82% 27%, #edf9f1 0, #0000 39%), #fff;
  padding: 104px 0 112px;
  overflow: hidden;
}
.hero-grid {
  grid-template-columns: 0.98fr 1.02fr;
  align-items: center;
  gap: 76px;
  display: grid;
}
.program-label {
  width: fit-content;
  color: var(--green-dark);
  background: var(--green-soft);
  border: 1px solid #c9e5d2;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding: 8px 13px;
  font-size: 13px;
  font-weight: 780;
  display: flex;
}
.program-label span {
  background: var(--green);
  border-radius: 50%;
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 5px #20834817;
}
h1,
h2,
h3,
p {
  text-wrap: pretty;
}
h1 {
  letter-spacing: -0.062em;
  max-width: 670px;
  margin: 0;
  font-size: clamp(52px, 5.25vw, 74px);
  font-weight: 780;
  line-height: 1;
}
.hero-lead {
  color: #4d5851;
  max-width: 640px;
  margin: 28px 0 0;
  font-size: 20px;
  line-height: 1.62;
}
.offer-inline {
  border-left: 3px solid var(--orange);
  background: #fff8ea;
  flex-direction: column;
  margin-top: 27px;
  padding: 17px 20px;
  display: flex;
}
.offer-inline strong {
  letter-spacing: -0.025em;
  font-size: 20px;
}
.offer-inline span {
  color: var(--muted);
  margin-top: 2px;
  font-size: 14px;
}
.hero-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
  display: flex;
}
.micro-trust {
  color: #5b665f;
  flex-wrap: wrap;
  gap: 9px 17px;
  margin: 22px 0 0;
  font-size: 13px;
  font-weight: 650;
  display: flex;
}
.micro-trust span:first-letter {
  color: var(--green);
}
.hero-visual {
  place-items: center;
  min-height: 650px;
  display: grid;
  position: relative;
}
.wa-proof-card {
  background: #fff;
  border: 1px solid #12341f1f;
  border-radius: 32px;
  width: min(455px, 88%);
  overflow: hidden;
  box-shadow: 0 36px 90px #051c0f2e;
}
.wa-proof-header {
  border-bottom: 1px solid var(--line);
  background: #fffffff5;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 13px 18px;
  display: grid;
}
.wa-avatar {
  background: var(--green-soft);
  border-radius: 50%;
  place-items: center;
  width: 42px;
  height: 42px;
  display: grid;
}
.wa-avatar img {
  object-fit: contain;
  width: 24px;
  height: 27px;
}
.wa-proof-header div:nth-child(2) {
  flex-direction: column;
  line-height: 1.28;
  display: flex;
}
.wa-proof-header strong {
  letter-spacing: -0.015em;
  font-size: 15px;
}
.wa-proof-header span {
  color: var(--muted);
  margin-top: 2px;
  font-size: 11px;
}
.wa-proof-header > i {
  background: #28b463;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  box-shadow: 0 0 0 5px #28b4631c;
}
.wa-proof-image {
  background: #efe9df;
  padding: 9px;
}
.wa-proof-image img {
  border-radius: 18px;
  width: 100%;
  height: auto;
}
.wa-proof-footer {
  background: #fff;
  flex-direction: column;
  padding: 15px 19px 18px;
  line-height: 1.38;
  display: flex;
}
.wa-proof-footer span {
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  font-weight: 780;
}
.wa-proof-footer strong {
  letter-spacing: -0.015em;
  margin-top: 4px;
  font-size: 15px;
}
.float-card {
  min-width: 170px;
  box-shadow: var(--shadow);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #ffffffe8;
  border: 1px solid #ffffffd9;
  border-radius: 18px;
  padding: 16px 18px;
  position: absolute;
}
.float-card b,
.float-card span {
  line-height: 1.3;
  display: block;
}
.float-card b {
  font-size: 17px;
}
.float-card span {
  color: var(--muted);
  margin-top: 4px;
  font-size: 12px;
}
.float-a {
  bottom: 45px;
  left: -25px;
}
.float-b {
  top: 45px;
  right: -20px;
}
.proof-section {
  background: #fff;
  padding: 118px 0 126px;
}
.proof-intro {
  max-width: 830px;
  margin-bottom: 50px;
}
.proof-intro h2 {
  letter-spacing: -0.052em;
  margin: 0;
  font-size: clamp(40px, 4.2vw, 60px);
  font-weight: 760;
  line-height: 1.06;
}
.proof-featured {
  color: #fff;
  background: linear-gradient(135deg, #0d5a31 0%, #208348 100%);
  border: 1px solid #c9e4d2;
  border-radius: 34px;
  padding: 52px 56px 42px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 28px 80px #0f532d2b;
}
.proof-featured:after {
  content: "";
  background: #ffffff12;
  border-radius: 50%;
  width: 330px;
  height: 330px;
  position: absolute;
  top: -130px;
  right: -90px;
}
.proof-quote-mark {
  z-index: 1;
  color: #ffcf7c;
  height: 43px;
  font-family: Georgia, serif;
  font-size: 82px;
  line-height: 0.75;
  position: relative;
}
.proof-featured blockquote {
  z-index: 1;
  letter-spacing: -0.035em;
  max-width: 920px;
  margin: 17px 0 39px;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 690;
  line-height: 1.25;
  position: relative;
}
.proof-featured footer {
  z-index: 1;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  gap: 13px;
  display: grid;
  position: relative;
}
.proof-initial {
  width: 46px;
  height: 46px;
  color: var(--green-dark);
  background: #fff;
  border-radius: 50%;
  place-items: center;
  font-weight: 850;
  display: grid;
}
.proof-featured footer div:nth-child(2) {
  flex-direction: column;
  line-height: 1.35;
  display: flex;
}
.proof-featured footer strong {
  font-size: 15px;
}
.proof-featured footer span {
  color: #cbe7d4;
  font-size: 12px;
}
.proof-featured footer em {
  color: #fff;
  background: #ffffff1a;
  border: 1px solid #ffffff3d;
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 12px;
  font-style: normal;
  font-weight: 750;
}
.proof-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 16px;
  display: grid;
}
.proof-card {
  border: 1px solid var(--line);
  background: var(--offwhite);
  border-radius: 25px;
  flex-direction: column;
  min-height: 300px;
  padding: 29px;
  display: flex;
}
.proof-outcome {
  width: fit-content;
  color: var(--green-dark);
  background: var(--green-soft);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 800;
}
.proof-card blockquote {
  color: #27312b;
  letter-spacing: -0.012em;
  margin: 27px 0 30px;
  font-size: 17px;
  line-height: 1.6;
}
.proof-card footer {
  border-top: 1px solid var(--line);
  flex-direction: column;
  margin-top: auto;
  padding-top: 19px;
  line-height: 1.4;
  display: flex;
}
.proof-card footer strong {
  font-size: 14px;
}
.proof-card footer span {
  color: var(--muted);
  font-size: 12px;
}
.proof-disclaimer {
  color: #7a847d;
  margin: 18px 3px 0;
  font-size: 11px;
  line-height: 1.55;
}
.eyebrow {
  color: var(--green);
  letter-spacing: 0.14em;
  margin: 0 0 19px;
  font-size: 13px;
  font-weight: 820;
  line-height: 1.3;
}
.section h2 {
  letter-spacing: -0.055em;
  margin: 0;
  font-size: clamp(42px, 4.4vw, 62px);
  font-weight: 760;
  line-height: 1.05;
}
.problem-section {
  background: var(--offwhite);
}
.problem-grid {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
  gap: 92px;
  display: grid;
}
.section-copy {
  position: sticky;
  top: 118px;
}
.pain-list {
  border-top: 1px solid var(--line);
}
.pain-list article {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 50px 1fr;
  gap: 22px;
  padding: 32px 0;
  display: grid;
}
.pain-list article > span {
  color: var(--green);
  font-size: 14px;
  font-weight: 800;
}
.pain-list h3 {
  letter-spacing: -0.03em;
  margin: 0 0 8px;
  font-size: 23px;
  line-height: 1.2;
}
.pain-list p {
  color: var(--muted);
  margin: 0;
  font-size: 16px;
  line-height: 1.62;
}
.belief-section {
  color: #fff;
  background: var(--black-green);
  padding: 150px 0;
}
.belief-inner {
  text-align: center;
  max-width: 940px;
}
.belief-inner p {
  color: #68d891;
  letter-spacing: 0.15em;
  margin: 0 0 23px;
  font-size: 13px;
  font-weight: 800;
}
.belief-inner h2 {
  letter-spacing: -0.06em;
  margin: 0;
  font-size: clamp(46px, 5.2vw, 72px);
  line-height: 1.04;
}
.belief-inner span {
  color: #a9baaf;
  margin-top: 29px;
  font-size: 17px;
  display: block;
}
.feature-section {
  background: #fff;
  overflow: hidden;
}
.center-heading {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 80px;
}
.center-heading > p:last-child {
  max-width: 700px;
  color: var(--muted);
  margin: 25px auto 0;
}
.feature-layout {
  grid-template-columns: 0.86fr 1.14fr;
  align-items: center;
  gap: 84px;
  display: grid;
}
.phone-stage {
  place-items: center;
  min-height: 750px;
  display: grid;
  position: relative;
}
.phone-stage img {
  z-index: 2;
  border-radius: 47px;
  width: min(350px, 85%);
  height: auto;
  position: relative;
  box-shadow: 0 42px 100px #0f371d33;
}
.phone-glow {
  background: radial-gradient(circle, #ffad293b, #2083480e 58%, #0000 72%);
  border-radius: 50%;
  width: 520px;
  height: 520px;
  position: absolute;
}
.feature-cards {
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  display: grid;
}
.feature-card {
  border: 1px solid var(--line);
  background: var(--offwhite);
  border-radius: 25px;
  flex-direction: column;
  min-height: 210px;
  padding: 29px;
  display: flex;
}
.feature-card > span {
  color: var(--green);
  letter-spacing: 0.08em;
  font-size: 13px;
  font-weight: 800;
}
.feature-card h3 {
  letter-spacing: -0.035em;
  margin: auto 0 6px;
  font-size: 24px;
  line-height: 1.12;
}
.feature-card p {
  color: var(--muted);
  margin: 0;
  font-size: 15px;
  line-height: 1.54;
}
.feature-card-wide {
  background: var(--green-soft);
  border-color: #c9e4d2;
  grid-column: 1/-1;
  min-height: 180px;
}
.result-section {
  color: #fff;
  background: var(--black-green);
}
.result-grid {
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 90px;
  display: grid;
}
.eyebrow-light {
  color: #68d891;
}
.result-copy > p:not(.eyebrow) {
  color: #b8c9bd;
  margin: 26px 0 0;
}
.result-note {
  background: #ffffff0a;
  border: 1px solid #ffffff21;
  border-radius: 19px;
  grid-template-columns: 43px 1fr;
  gap: 15px;
  margin-top: 31px;
  padding: 21px;
  display: grid;
}
.result-note > span {
  width: 43px;
  height: 43px;
  color: var(--black-green);
  background: var(--orange);
  border-radius: 50%;
  place-items: center;
  font-weight: 900;
  display: grid;
}
.result-note p {
  color: #d4e1d8;
  margin: 0;
  font-size: 15px;
  line-height: 1.57;
}
.metric-stack {
  max-width: 480px;
  margin-left: auto;
}
.metric-card {
  background: #ffffff0e;
  border: 1px solid #ffffff24;
  border-radius: 25px;
  padding: 29px;
}
.metric-card small,
.metric-card strong,
.metric-card span {
  display: block;
}
.metric-card small {
  color: #84988b;
  letter-spacing: 0.14em;
  font-size: 11px;
  font-weight: 800;
}
.metric-card strong {
  letter-spacing: -0.055em;
  margin-top: 9px;
  font-size: 49px;
  line-height: 1;
}
.metric-card span {
  color: #a9b9ae;
  margin-top: 8px;
  font-size: 15px;
}
.metric-highlight {
  background: var(--green);
  border-color: #4dcc78;
  box-shadow: 0 20px 55px #20834845;
}
.metric-highlight small,
.metric-highlight span {
  color: #d7f1df;
}
.metric-arrow {
  height: 45px;
  color: var(--orange);
  place-items: center;
  font-size: 22px;
  display: grid;
}
.metric-caption {
  color: #839589;
  margin: 21px 0 0;
  font-size: 13px;
  line-height: 1.56;
}
.onboarding-section {
  background: var(--offwhite);
}
.split-heading {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  gap: 90px;
  margin-bottom: 70px;
  display: grid;
}
.split-heading > p {
  color: var(--muted);
  margin: 0;
}
.timeline {
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(5, 1fr);
  display: grid;
}
.timeline-item {
  border-right: 1px solid var(--line);
  min-height: 260px;
  padding: 30px 22px 22px;
  position: relative;
}
.timeline-item:first-child {
  border-left: 1px solid var(--line);
}
.timeline-item > span {
  color: var(--green);
  font-size: 14px;
  font-weight: 820;
}
.timeline-item h3 {
  letter-spacing: -0.03em;
  margin: 66px 0 8px;
  font-size: 20px;
  line-height: 1.15;
}
.timeline-item p {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}
.activation-section {
  background: #fff;
}
.activation-grid {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 90px;
  display: grid;
}
.activation-copy > p:last-child {
  max-width: 510px;
  color: var(--muted);
}
.check-card {
  background: var(--green-soft);
  border: 1px solid #cbe6d3;
  border-radius: 29px;
  padding: 37px;
  box-shadow: 0 22px 60px #18573014;
}
.check-card div {
  border-bottom: 1px solid #20834826;
  align-items: center;
  gap: 13px;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 670;
  display: flex;
}
.check-card div:last-child {
  border-bottom: 0;
}
.check-card span {
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  flex: none;
  place-items: center;
  width: 27px;
  height: 27px;
  font-size: 13px;
  font-weight: 900;
  display: grid;
}
.program-section {
  background: var(--offwhite);
}
.program-grid {
  grid-template-columns: 1fr 0.75fr;
  align-items: center;
  gap: 110px;
  display: grid;
}
.program-copy > p:not(.eyebrow) {
  max-width: 610px;
  color: var(--muted);
}
.commitments {
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
  display: flex;
}
.commitments span {
  border: 1px solid var(--line);
  color: #465149;
  background: #fff;
  border-radius: 999px;
  padding: 9px 13px;
  font-size: 13px;
  font-weight: 680;
}
.program-card {
  box-shadow: var(--shadow);
  background: #fff;
  border: 1px solid #d2ddd5;
  border-radius: 29px;
  padding: 39px;
  position: relative;
}
.price-badge {
  color: #654000;
  background: var(--orange);
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 11px;
  font-weight: 820;
  position: absolute;
  top: -16px;
  right: 25px;
}
.price-label {
  color: var(--green);
  letter-spacing: 0.14em;
  margin: 0;
  font-size: 12px;
  font-weight: 820;
}
.price {
  align-items: flex-start;
  gap: 6px;
  margin-top: 24px;
  display: flex;
}
.price sup {
  margin-top: 9px;
  font-size: 18px;
  font-weight: 800;
}
.price strong {
  letter-spacing: -0.07em;
  font-size: 72px;
  line-height: 0.9;
}
.price-period {
  color: var(--muted);
  margin: 10px 0 0;
  font-size: 14px;
}
.included-list {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin: 25px 0;
  padding: 21px 0;
  list-style: none;
}
.included-list li {
  margin: 9px 0;
  padding-left: 25px;
  font-size: 14px;
  position: relative;
}
.included-list li:before {
  content: "✓";
  color: var(--green);
  font-weight: 900;
  position: absolute;
  left: 0;
}
.renewal {
  color: var(--muted);
  margin: 20px 0 0;
  font-size: 12px;
  line-height: 1.58;
}
.faq-section {
  background: #fff;
}
.faq-grid {
  grid-template-columns: 0.68fr 1.32fr;
  align-items: start;
  gap: 100px;
  display: grid;
}
.faq-heading {
  position: sticky;
  top: 118px;
}
.faq-heading > p:last-child {
  color: var(--muted);
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 80px;
  font-size: 18px;
  font-weight: 730;
  list-style: none;
  display: flex;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  color: var(--green);
  font-size: 25px;
  transition: transform 0.2s;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details p {
  color: var(--muted);
  margin: -4px 52px 25px 0;
  font-size: 16px;
  line-height: 1.66;
}
.final-cta {
  color: #fff;
  background: var(--black-green);
  padding: 128px 0;
}
.final-cta-inner {
  text-align: center;
}
.final-cta h2 {
  letter-spacing: -0.066em;
  margin: 0;
  font-size: clamp(54px, 6.2vw, 84px);
  line-height: 1;
}
.final-cta h2 span {
  color: #85958b;
}
.final-cta-inner > p:not(.eyebrow) {
  color: #a9b9ae;
  max-width: 650px;
  margin: 26px auto 0;
}
.final-actions {
  flex-direction: column;
  align-items: center;
  gap: 19px;
  margin-top: 39px;
  display: flex;
}
.button-white {
  color: var(--black-green);
  background: #fff;
  box-shadow: 0 15px 36px #00000040;
}
.text-link-light {
  color: #a9bcb0;
  text-underline-offset: 4px;
  font-size: 14px;
  font-weight: 650;
  text-decoration: underline;
}
.site-footer {
  color: #c0ccc4;
  background: #061009;
  padding: 72px 0 29px;
}
.footer-grid {
  grid-template-columns: 1.1fr 1.3fr 0.8fr;
  gap: 70px;
  display: grid;
}
.footer-brand {
  color: #fff;
}
.footer-grid p,
.footer-grid a {
  color: #8fa097;
  font-size: 13px;
  line-height: 1.66;
}
.footer-grid h3 {
  color: #fff;
  margin: 0 0 13px;
  font-size: 14px;
}
.footer-grid > div:last-child > a {
  margin: 5px 0;
  display: block;
}
.footer-links {
  flex-direction: column;
  gap: 4px;
  margin-top: 17px;
  display: flex;
}
.copyright {
  color: #728078;
  border-top: 1px solid #ffffff14;
  margin-top: 47px;
  padding-top: 20px;
  font-size: 11px;
}
.whatsapp-float {
  z-index: 70;
  right: 24px;
  bottom: 24px;
  color: #fff;
  background: #168b4b;
  border: 1px solid #ffffff3d;
  border-radius: 999px;
  align-items: center;
  gap: 12px;
  padding: 9px 17px 9px 9px;
  display: flex;
  position: fixed;
  box-shadow: 0 16px 42px #0c482b45;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}
.whatsapp-float:hover {
  color: #fff;
  background: #117c41;
  transform: translateY(-3px);
  box-shadow: 0 20px 50px #0c482b59;
}
.whatsapp-float:focus-visible {
  outline: 3px solid #ffad29;
  outline-offset: 4px;
}
.whatsapp-float-icon {
  color: #fff;
  background: #25d366;
  border-radius: 50%;
  place-items: center;
  width: 43px;
  height: 43px;
  display: grid;
  box-shadow: inset 0 0 0 1px #ffffff40;
}
.whatsapp-float-icon svg {
  width: 27px;
  height: 27px;
  display: block;
}
.whatsapp-float-copy {
  line-height: 1.15;
  display: grid;
}
.whatsapp-float-copy strong {
  font-size: 15px;
}
.whatsapp-float-copy small {
  opacity: 0.78;
  margin-top: 4px;
  font-size: 11px;
}
.mobile-sticky {
  display: none;
}
.legal-page {
  background: var(--offwhite);
  min-height: 100vh;
  padding: 80px 0 110px;
}
.legal-shell {
  max-width: 820px;
}
.legal-shell .brand {
  margin-bottom: 54px;
}
.legal-shell h1 {
  font-size: clamp(42px, 5vw, 64px);
}
.legal-shell h2 {
  letter-spacing: -0.03em;
  margin: 42px 0 10px;
  font-size: 26px;
}
.legal-shell p,
.legal-shell li {
  color: #4f5a53;
  font-size: 16px;
}
.legal-shell .updated {
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
}
@supports (animation-timeline: view()) {
  .reveal {
    animation: both enter;
    animation-timeline: view();
    animation-range: entry 5% cover 28%;
  }
  @keyframes enter {
    0% {
      opacity: 0;
      transform: translateY(24px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
@media (width<=980px) {
  .desktop-nav {
    display: none;
  }
  .hero-grid,
  .problem-grid,
  .feature-layout,
  .result-grid,
  .activation-grid,
  .program-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .hero-grid {
    gap: 58px;
  }
  .hero-copy {
    text-align: center;
  }
  .program-label,
  .hero-lead {
    margin-inline: auto;
  }
  .offer-inline {
    max-width: 620px;
    margin-inline: auto;
  }
  .hero-actions,
  .micro-trust {
    justify-content: center;
  }
  .problem-grid,
  .feature-layout,
  .result-grid,
  .activation-grid,
  .program-grid,
  .faq-grid {
    gap: 58px;
  }
  .section-copy,
  .faq-heading {
    position: static;
  }
  .metric-stack {
    width: 100%;
    margin-inline: auto;
  }
  .split-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .timeline {
    border-top: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .timeline-item,
  .timeline-item:first-child {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 20px;
    min-height: 220px;
  }
  .timeline-item h3 {
    margin-top: 45px;
  }
  .program-copy {
    text-align: center;
  }
  .program-copy > p:not(.eyebrow) {
    margin-inline: auto;
  }
  .commitments {
    justify-content: center;
  }
  .proof-grid {
    grid-template-columns: 1fr;
  }
  .proof-card {
    min-height: auto;
  }
}
@media (width<=720px) {
  body {
    padding-bottom: 78px;
    font-size: 17px;
    line-height: 1.68;
  }
  .container {
    width: min(100% - 40px, 1120px);
  }
  .section {
    padding: 91px 0;
  }
  .site-header .button {
    display: none;
  }
  .nav-shell {
    min-height: 68px;
  }
  .brand {
    font-size: 21px;
  }
  .hero {
    padding: 66px 0 83px;
  }
  h1 {
    font-size: clamp(38px, 11.3vw, 51px);
    line-height: 1.03;
  }
  .hero-lead {
    margin-top: 23px;
    font-size: 18px;
  }
  .offer-inline {
    text-align: left;
  }
  .hero-actions {
    flex-direction: column;
  }
  .hero-actions .button {
    width: 100%;
  }
  .micro-trust {
    gap: 7px 12px;
    font-size: 12px;
  }
  .hero-visual {
    min-height: auto;
    padding: 4px 0;
  }
  .wa-proof-card {
    border-radius: 25px;
    width: min(100%, 435px);
  }
  .wa-proof-header {
    min-height: 66px;
    padding-inline: 15px;
  }
  .wa-proof-image {
    padding: 7px;
  }
  .wa-proof-image img {
    border-radius: 15px;
  }
  .wa-proof-footer {
    padding: 13px 16px 16px;
  }
  .hero-visual .float-card {
    display: none;
  }
  .float-card {
    min-width: 140px;
    padding: 12px 14px;
  }
  .float-card b {
    font-size: 14px;
  }
  .float-a {
    bottom: 2px;
    left: -8px;
  }
  .float-b {
    top: 2px;
    right: -8px;
  }
  .proof-section {
    padding: 84px 0 91px;
  }
  .proof-intro {
    margin-bottom: 35px;
  }
  .proof-intro h2 {
    font-size: clamp(34px, 9.3vw, 44px);
    line-height: 1.08;
  }
  .proof-featured {
    border-radius: 25px;
    padding: 35px 24px 27px;
  }
  .proof-featured blockquote {
    margin: 14px 0 29px;
    font-size: 25px;
    line-height: 1.32;
  }
  .proof-featured footer {
    grid-template-columns: 42px 1fr;
  }
  .proof-featured footer em {
    display: none;
  }
  .proof-initial {
    width: 42px;
    height: 42px;
  }
  .proof-grid {
    gap: 12px;
    margin-top: 12px;
  }
  .proof-card {
    border-radius: 21px;
    padding: 24px;
  }
  .proof-card blockquote {
    margin: 22px 0 25px;
    font-size: 16px;
  }
  .section h2 {
    font-size: clamp(34px, 9.3vw, 44px);
    line-height: 1.08;
  }
  .problem-grid {
    gap: 36px;
  }
  .pain-list article {
    grid-template-columns: 38px 1fr;
    gap: 12px;
    padding: 25px 0;
  }
  .pain-list h3 {
    font-size: 20px;
  }
  .belief-section {
    padding: 95px 0;
  }
  .belief-inner h2 {
    font-size: clamp(37px, 10.5vw, 49px);
  }
  .center-heading {
    margin-bottom: 52px;
  }
  .phone-stage {
    min-height: auto;
    padding: 10px 0 48px;
  }
  .phone-stage img {
    border-radius: 36px;
    width: min(305px, 85%);
  }
  .phone-glow {
    width: 360px;
    height: 360px;
  }
  .feature-cards {
    grid-template-columns: 1fr;
  }
  .feature-card,
  .feature-card-wide {
    grid-column: auto;
    min-height: 168px;
  }
  .result-note {
    grid-template-columns: 37px 1fr;
  }
  .result-note > span {
    width: 37px;
    height: 37px;
  }
  .metric-card strong {
    font-size: 42px;
  }
  .split-heading {
    margin-bottom: 39px;
  }
  .timeline {
    grid-template-columns: 1fr;
  }
  .timeline-item {
    min-height: auto;
    padding: 24px;
  }
  .timeline-item h3 {
    margin: 34px 0 7px;
  }
  .check-card {
    border-radius: 23px;
    padding: 24px 20px;
  }
  .check-card div {
    align-items: flex-start;
    font-size: 15px;
  }
  .program-card {
    padding: 31px 23px;
  }
  .price-badge {
    right: 18px;
  }
  .price strong {
    font-size: 64px;
  }
  .faq-grid {
    gap: 35px;
  }
  .faq-list summary {
    min-height: 74px;
    font-size: 17px;
  }
  .faq-list details p {
    margin-right: 0;
    font-size: 15px;
  }
  .final-cta {
    padding: 92px 0 105px;
  }
  .final-cta h2 {
    font-size: clamp(43px, 12vw, 60px);
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 33px;
  }
  .whatsapp-float {
    right: 18px;
    bottom: 84px;
    gap: 8px;
    padding: 7px 13px 7px 7px;
  }
  .whatsapp-float-icon {
    width: 46px;
    height: 46px;
  }
  .whatsapp-float-copy {
    display: grid;
  }
  .whatsapp-float-copy strong {
    font-size: 13px;
  }
  .whatsapp-float-copy small {
    display: none;
  }
  .mobile-sticky {
    z-index: 60;
    left: 14px;
    right: 14px;
    bottom: max(12px, env(safe-area-inset-bottom));
    color: #fff;
    background: var(--green);
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    min-height: 56px;
    padding: 0 20px;
    font-size: 17px;
    font-weight: 800;
    display: flex;
    position: fixed;
    box-shadow: 0 14px 34px #0f48235c;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  :before,
  :after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
