:root {
    --green: #289447;
    --green-dark: #004120;
    --green-deep: #003018;
    --green-soft: #E9F5EE;
    --green-line: #C9E6D3;
    --charcoal: #383838;
    --ink: #242424;
    --head: #0e092b;
    --muted: #5F6A63;
    --bg: #FFFFFF;
    --bg-soft: #f9f9f9;
    --line: #E5E8E6;
    --on-dark: #FFFFFF;
    --on-dark-2: #CFE0D6;
    --deep: #0A2013;
    --deep-2: #12301F;
    --deep-line: #24452F;
  }
  * { box-sizing: border-box; }
  [hidden] { display: none !important; }
  html { scroll-behavior: smooth; }
  @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
  ::selection { background: var(--green); color: #fff; }
  body {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    font-family: Poppins, -apple-system, "Segoe UI", system-ui, Arial, sans-serif;
    font-weight: 300;
    font-size: 16.5px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
  }
  .wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
  .narrow { max-width: 660px; margin: 0 auto; padding: 0 24px; }
  h1, h2, h3 { font-weight: 600; letter-spacing: -.01em; text-wrap: balance; margin: 0; }
  h2 { color: var(--head); font-size: clamp(28px, 3.8vw, 40px); line-height: 1.22; }
  p { margin: 0 0 16px; }
  strong, b { font-weight: 600; }

  .btn {
    display: inline-block;
    background: var(--green);
    color: #fff;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    padding: 14px 34px;
    border-radius: 6px;
    border: 0;
    cursor: pointer;
    transition: filter .15s ease, transform .12s ease;
  }
  .btn:hover { filter: brightness(1.08); transform: translateY(-1px); }
  .btn:active { transform: translateY(1px); }
  .btn:not(.pill)::after { content: "\2192"; display: inline-block; margin-left: 9px; transition: transform .18s ease; }
  .btn:not(.pill):hover::after { transform: translateX(4px); }
  .btn:focus-visible { outline: 3px solid var(--green-dark); outline-offset: 3px; }
  .btn.pill { border-radius: 999px; font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; padding: 10px 22px; }
  .btn.ghost { background: transparent; border: 2px solid var(--green); color: var(--green-dark); font-weight: 500; }
  .btn.ghost:hover { background: var(--green-soft); }
  .defuser { font-size: 13.5px; color: var(--muted); margin-top: 12px; }

  /* topbar */
  .topbar { background: rgba(255,255,255,.94); backdrop-filter: blur(10px); position: sticky; top: 0; z-index: 60; transition: box-shadow .2s ease; }
  .topbar.scrolled { box-shadow: 0 8px 28px -14px rgba(16,22,15,.3); }
  .topbar .wrap { max-width: 1260px; }
  .topbar .inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 24px; }
  .topbar img { height: 56px; width: auto; display: block; }
  .topnav { display: flex; align-items: center; gap: 26px; }
  .topnav a.navlink { font-size: 12.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--head); text-decoration: none; }
  .topnav a.navlink:hover { color: var(--green); }
  @media (max-width: 700px) {
    .topnav a.navlink { display: none; }
    .topbar img { height: 38px; }
    .topbar .inner { padding: 12px 16px; gap: 10px; }
    .btn.pill { font-size: 10.5px; padding: 8px 13px; letter-spacing: .04em; }
  }

  /* hero */
  .hero {
    background: radial-gradient(1000px 560px at 12% 0%, #06582D 0%, rgba(6,88,45,0) 55%), var(--green-dark);
    color: var(--on-dark);
    position: relative; overflow: hidden;
    display: flex; align-items: center;
    min-height: calc(100vh - 71px);
    padding: 56px 0 72px;
  }
  .hero .wrap { position: relative; z-index: 2; width: 100%; max-width: 1320px; }
  .hero-fx { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
  html.js-anim .hero-copy > * { opacity: 0; animation: rise .7s cubic-bezier(.2,.7,.3,1) forwards; }
  html.js-anim .hero-copy > *:nth-child(2) { animation-delay: .08s; }
  html.js-anim .hero-copy > *:nth-child(3) { animation-delay: .16s; }
  html.js-anim .hero-copy > *:nth-child(4) { animation-delay: .24s; }
  html.js-anim .hero-copy > *:nth-child(5) { animation-delay: .32s; }
  html.js-anim .calc { opacity: 0; animation: rise .8s .25s cubic-bezier(.2,.7,.3,1) forwards; }
  @keyframes rise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
  #pgbar {
    position: fixed; top: 0; left: 0; height: 3px; width: 100%;
    background: var(--green); transform-origin: left; transform: scaleX(0);
    z-index: 80; pointer-events: none;
  }
  .marquee { background: var(--deep); overflow: hidden; padding: 15px 0; }
  .marquee-track { display: flex; gap: 54px; width: max-content; animation: scrollX 30s linear infinite; }
  .marquee-track span {
    font-family: Poppins, sans-serif; font-weight: 600; font-size: 12.5px;
    letter-spacing: .24em; text-transform: uppercase;
    color: rgba(255,255,255,.45); white-space: nowrap;
  }
  .marquee-track span.mdot { color: #4FCE74; }
  @keyframes scrollX { to { transform: translateX(-50%); } }
  .marquee:hover .marquee-track { animation-play-state: paused; }
  @media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }
  .topnav a.navlink.active { color: var(--green); }
  html { scrollbar-color: var(--green) var(--bg-soft); scrollbar-width: thin; }
  ::-webkit-scrollbar { width: 11px; }
  ::-webkit-scrollbar-track { background: var(--bg-soft); }
  ::-webkit-scrollbar-thumb { background: var(--green); border-radius: 6px; border: 3px solid var(--bg-soft); }
  .hero-grid { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: start; }
  .hero-copy { text-align: left; }
  @media (min-width: 960px) { .hero-copy { padding-top: 40px; } }
  .eyebrow-line {
    display: flex; align-items: center; gap: 12px;
    font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
    color: #4FCE74; margin: 0 0 20px;
  }
  .eyebrow-line::before { content: ""; flex: none; width: 30px; height: 2px; background: #4FCE74; }
  .hero h1 {
    color: #fff; font-weight: 700;
    font-size: clamp(36px, 4.6vw, 66px);
    line-height: 1.1; letter-spacing: -.02em; text-align: left; text-wrap: balance;
  }
  .hero h1 .accent { color: #4FCE74; display: block; }
  html.js-anim .hero h1 .accent {
    background: linear-gradient(110deg, #43BE66 20%, #8FEBAB 50%, #43BE66 80%);
    background-size: 220% 100%;
    -webkit-background-clip: text; background-clip: text; color: transparent;
    animation: shimmer 7s ease-in-out infinite;
  }
  @keyframes shimmer { 0% { background-position: 0% 0; } 50% { background-position: 100% 0; } 100% { background-position: 0% 0; } }
  .hero .sub { color: #F2F7F3; font-weight: 400; text-align: left; font-size: 18.5px; max-width: 28em; margin: 24px 0 0; }
  .checks { list-style: none; margin: 32px 0 0; padding: 0; display: grid; gap: 16px; }
  .checks li { display: flex; align-items: flex-start; gap: 13px; font-size: 16.5px; font-weight: 500; color: #FFFFFF; }
  .checks li::before {
    content: "\2713"; flex: none;
    width: 22px; height: 22px; border-radius: 50%;
    background: var(--green); color: #fff;
    font-size: 12px; font-weight: 700;
    display: grid; place-items: center; margin-top: 2px;
  }
  .cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
  .btn.hero-btn { text-transform: uppercase; letter-spacing: .07em; font-size: 14px; font-weight: 600; padding: 17px 34px; }
  .btn.outline { background: transparent; border: 2px solid rgba(255,255,255,.75); color: #fff; }
  .btn.outline:hover { background: rgba(255,255,255,.1); filter: none; }
  @media (min-width: 960px) {
    .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(440px, 570px); gap: 56px; }
  }
  @media (max-width: 959px) { .hero { min-height: 0; padding: 52px 0 60px; } }

  /* proof band (under hero) */
  .proofband { background: var(--green); color: #fff; padding: 44px 0 48px; text-align: center; }
  .proofband .kick { font-size: 14px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.9); margin: 0 0 12px; }
  .pb-hero { font-weight: 700; font-size: clamp(56px, 8vw, 96px); line-height: 1; letter-spacing: 0; color: #fff; font-variant-numeric: tabular-nums; }
  .pb-hero .odo-d { display: inline-block; width: .64em; height: 1em; overflow: hidden; vertical-align: bottom; }
  .pb-hero .odo-comma { width: .3em; text-align: center; }
  .pb-hero .odo-strip { display: block; transition: transform 1s cubic-bezier(.25, .8, .3, 1); will-change: transform; }
  .pb-hero .odo-strip span { display: block; height: 1em; line-height: 1; text-align: center; }
  .pb-hero .odo-static { display: inline-block; vertical-align: bottom; height: 1em; line-height: 1; }
  .pb-hero-label { font-size: 16px; font-weight: 400; color: rgba(255,255,255,.95); max-width: 34em; margin: 10px auto 0; }
  .pstats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1020px; margin: 34px auto 0; }
  .pstats .stat {
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 10px;
    padding: 22px 24px 20px;
    text-align: left;
  }
  .pstats .n { font-weight: 700; font-size: clamp(26px, 2.6vw, 32px); color: #fff; font-variant-numeric: tabular-nums; line-height: 1.1; }
  .pstats .d { font-size: 13.5px; line-height: 1.5; color: rgba(255,255,255,.94); margin: 8px 0 0; }
  @media (max-width: 820px) { .pstats { grid-template-columns: 1fr; gap: 16px; max-width: 480px; } }

  /* calculator card */
  .calc {
    background: #fff;
    color: var(--ink);
    border-radius: 10px;
    box-shadow: 0 30px 90px -30px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.08);
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    overflow: clip;
    text-align: left;
  }
  .calc-head { padding: 24px 28px 18px; position: relative; }
  .calc-head::after { content: ""; position: absolute; left: 28px; right: 28px; bottom: 0; height: 1px; background: var(--line); }
  .calc-head h3 { color: var(--head); font-size: 27px; }
  .calc-sub { font-size: 14.5px; font-weight: 500; color: var(--green-text); margin: 5px 0 0; white-space: nowrap; }
  @media (max-width: 700px) { .calc-sub { white-space: normal; } }
  .calc-body { padding: 20px 28px 22px; display: grid; gap: 20px; }
  .field label { display: block; font-size: 14px; font-weight: 500; color: var(--ink); margin-bottom: 8px; }
  .frow { display: flex; align-items: center; gap: 14px; }
  input[type="range"] {
    -webkit-appearance: none; appearance: none;
    flex: 1; height: 6px; border-radius: 3px; outline: none; margin: 0;
    background: linear-gradient(to right, var(--green) 0 var(--fill, 50%), var(--line) var(--fill, 50%) 100%);
  }
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none;
    width: 24px; height: 24px; border-radius: 50%;
    background: #fff; border: 3px solid var(--green);
    box-shadow: 0 1px 4px rgba(0,0,0,.25); cursor: pointer;
  }
  input[type="range"]::-moz-range-thumb {
    width: 18px; height: 18px; border-radius: 50%;
    background: #fff; border: 3px solid var(--green); cursor: pointer;
  }
  input[type="range"]:focus-visible { outline: 2px solid var(--green); outline-offset: 4px; }
  .chip {
    width: 108px; padding: 9px 10px;
    font-family: Poppins, sans-serif; font-weight: 600; font-size: 15px; color: var(--head);
    text-align: center; border: 1.5px solid var(--line); border-radius: 8px;
    font-variant-numeric: tabular-nums;
  }
  .chip:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }
  .calc-result { background: var(--green-soft); border-top: 1px solid var(--green-line); padding: 22px 28px 20px; }
  .r-label { font-size: 11.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--green-dark); }
  .r-total { font-weight: 700; font-size: clamp(40px, 8vw, 58px); line-height: 1.05; letter-spacing: -.02em; color: var(--green); font-variant-numeric: tabular-nums; margin: 4px 0 2px; }
  .r-sub { font-size: 14.5px; color: var(--ink); margin-bottom: 4px; }
  .r-low { font-size: 13.5px; color: var(--muted); }
  details.math { margin-top: 14px; border-top: 1px dashed var(--green-line); padding-top: 12px; }
  details.math summary { cursor: pointer; font-size: 13.5px; font-weight: 500; color: var(--green-dark); }
  details.math summary:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }
  .ledger { margin: 12px 0 0; padding: 0; list-style: none; font-size: 13.5px; }
  .ledger li { display: flex; justify-content: space-between; gap: 14px; padding: 6px 0; border-bottom: 1px solid var(--green-line); }
  .ledger li:last-child { border-bottom: 0; font-weight: 600; }
  .ledger .amt { font-variant-numeric: tabular-nums; font-weight: 500; white-space: nowrap; }
  .assume { font-size: 12.5px; color: var(--muted); margin-top: 10px; }
  .verdict {
    display: flex; align-items: flex-start; gap: 10px;
    margin-top: 16px; padding: 13px 15px; border-radius: 8px;
    background: transparent; border: 1.5px solid var(--green);
    color: var(--green-text);
    font-size: 14px; font-weight: 500; line-height: 1.45;
  }
  .verdict .v-ic {
    flex: none; width: 20px; height: 20px; border-radius: 50%;
    background: var(--green); color: #fff;
    font-weight: 700; font-size: 11px;
    display: grid; place-items: center; margin-top: 1px;
  }
  .verdict.low { border-color: var(--line); color: var(--ink); }
  .verdict.low .v-ic { background: var(--line); color: var(--muted); }
  .calc-cta { background: var(--green-soft); padding: 4px 28px 24px; }
  .calc-cta .btn { display: block; width: 100%; }
  .email-link {
    display: block; text-align: center; margin-top: 12px;
    font-size: 13.5px; font-weight: 500; color: var(--green-text);
    text-decoration: underline; text-underline-offset: 3px;
  }
  .email-link:hover { color: var(--green-dark); }

  /* sections */
  section.light { padding: 98px 0; text-align: center; }
  section.light.soft { background: var(--bg-soft); }
  section .lead { max-width: 40em; margin: 20px auto 0; }
  .doors { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; max-width: 1160px; margin: 46px auto 0; text-align: left; }
  @media (max-width: 1000px) { .doors { grid-template-columns: repeat(2, 1fr); max-width: 700px; } }
  .door {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 28px 28px 24px;
    box-shadow: 0 1px 2px rgba(16,22,15,.03), 0 16px 36px -26px rgba(16,22,15,.25);
    display: flex; flex-direction: column;
    position: relative; overflow: clip;
  }
  .door::after {
    content: attr(data-n); position: absolute; top: 2px; right: 14px;
    font-family: Poppins, sans-serif; font-weight: 700; font-size: 68px; line-height: 1;
    color: var(--green); opacity: .07; pointer-events: none;
  }
  .dnum {
    display: flex; align-items: center; gap: 10px;
    font-size: 11.5px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase;
    color: var(--green); margin: 0 0 12px;
  }
  .dnum::before { content: ""; flex: none; width: 24px; height: 2px; background: var(--green); }
  .door h3 { color: var(--head); font-size: 18px; line-height: 1.3; text-align: left; }
  .door p { font-size: 14.5px; line-height: 1.6; margin: 10px 0 20px; text-align: left; }
  .door .evidence {
    background: var(--green-soft); border: 1px solid var(--green-line); border-radius: 8px;
    font-size: 13px; line-height: 1.55; color: var(--green-dark); padding: 14px 16px;
    margin-top: auto; text-align: left;
  }
  .door .evidence .ev-label {
    display: block; font-size: 10.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
    color: var(--green-text); margin-bottom: 5px;
  }
  @media (max-width: 860px) { .doors { grid-template-columns: 1fr; max-width: 500px; } }

  .dark { background: var(--deep); color: #fff; padding: 98px 0; }
  .dark h2 { color: #fff; text-align: left; }
  .dark p { color: #E4E6E4; text-align: left; }
  .dark .bigline { font-weight: 600; font-size: clamp(19px, 2.6vw, 24px); color: #fff; margin-top: 26px; }
  .dark-grid { display: grid; grid-template-columns: 1fr; gap: 44px; align-items: center; }
  @media (min-width: 920px) { .dark-grid { grid-template-columns: 1fr 1.05fr; gap: 60px; } }
  .dark-col > .chart-card + .chart-card { margin-top: 18px; }
  .findings { margin: 26px 0 0; }
  .findrow {
    display: grid; grid-template-columns: 108px 1fr; gap: 18px; align-items: center;
    padding: 16px 0; border-top: 1px solid rgba(255,255,255,.12); text-align: left;
  }
  .findrow:last-of-type { border-bottom: 1px solid rgba(255,255,255,.12); }
  .findrow .fstat {
    font-family: Poppins, sans-serif; font-weight: 700; font-size: 31px; line-height: 1;
    color: #4FCE74; font-variant-numeric: tabular-nums;
  }
  .findrow p { font-size: 14px; line-height: 1.5; color: #D9E6DC; margin: 0; }
  .chart-card { background: var(--deep-2); border: 1px solid var(--deep-line); border-radius: 14px; padding: 22px 24px 18px; box-shadow: 0 24px 60px -32px rgba(0,0,0,.6); }
  .chart-kick { font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: #9DB3A4; margin: 0 0 16px; }
  .chart-card svg { display: block; width: 100%; height: auto; }
  .chart-cap { font-size: 11.5px; line-height: 1.5; color: #86A090; margin: 12px 0 0; }
  html.js-anim .chart-card svg path[fill]:not([fill="none"]) {
    transform-box: fill-box; transform-origin: 50% 100%;
    transform: scaleY(0); transition: transform .8s cubic-bezier(.2,.7,.3,1);
  }
  html.js-anim .chart-card.in svg path[fill]:not([fill="none"]) { transform: none; }
  html.js-anim .chart-card svg path:nth-of-type(4) { transition-delay: .05s; }
  html.js-anim .chart-card svg path:nth-of-type(6) { transition-delay: .1s; }
  html.js-anim .chart-card svg path:nth-of-type(8) { transition-delay: .15s; }
  html.js-anim .chart-card svg path:nth-of-type(10) { transition-delay: .2s; }
  html.js-anim .chart-card svg path:nth-of-type(12) { transition-delay: .25s; }

  /* plan 1-2-3 */
  .plan { padding: 98px 0; text-align: center; }
  .plansteps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 16px; align-items: stretch; max-width: 1100px; margin: 44px auto 0; }
  .pcard {
    background: var(--surface); border: 1px solid var(--line); border-radius: 12px;
    box-shadow: 0 1px 2px rgba(16,22,15,.03), 0 16px 36px -26px rgba(16,22,15,.25);
    display: flex; flex-direction: column; overflow: clip; text-align: left;
  }
  .pcard .pgfx { background: var(--bg-soft); border-bottom: 1px solid var(--line-2); padding: 16px 18px 12px; }
  .pcard .pgfx svg { display: block; width: 100%; height: auto; }
  .pcard .pbody { padding: 18px 22px 22px; display: flex; flex-direction: column; flex: 1; }
  .pget { border-top: 1px solid var(--line-2); margin-top: auto; padding-top: 14px; }
  .pget .glabel { display: block; font-size: 10.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--green-text); margin-bottom: 5px; }
  .pget p { font-size: 13.5px; color: var(--ink); margin: 0; }
  .pcard .pbody > p { margin-bottom: 18px; }

  /* mid-page banner */
  .banner { background: linear-gradient(to bottom, var(--bg-soft) 0, var(--bg-soft) 50%, var(--deep) 50%); padding: 0; }
  .banner-card {
    background: linear-gradient(130deg, #2CA24E 0%, #1B7A38 70%);
    border-radius: 18px; padding: 46px 50px;
    display: grid; grid-template-columns: 1fr; gap: 30px; align-items: center;
    color: #fff; text-align: left;
    max-width: 1020px; margin: 0 auto;
    box-shadow: 0 34px 80px -34px rgba(27,122,56,.6);
  }
  @media (min-width: 820px) { .banner-card { grid-template-columns: 1.5fr 1fr; gap: 44px; } }
  .banner-photo {
    border: 1.5px dashed rgba(255,255,255,.5); border-radius: 12px;
    min-height: 200px; display: grid; place-items: center;
    color: rgba(255,255,255,.8); font-size: 11px; font-weight: 600;
    letter-spacing: .14em; text-transform: uppercase; text-align: center; line-height: 1.8;
  }
  .banner-card h3 { color: #fff; font-size: clamp(23px, 3vw, 31px); }
  .banner-card p { color: rgba(255,255,255,.94); font-size: 15.5px; max-width: 34em; margin: 10px 0 0; }
  .btn.white { background: #fff; color: var(--green-dark); font-weight: 600; padding: 16px 32px; white-space: nowrap; }
  .btn.white:hover { filter: none; background: #F0F7F2; }
  @media (max-width: 680px) {
    .banner-card { padding: 32px 26px; }
    .btn.white { white-space: normal; }
  }
  .pcard h3 { color: var(--head); font-size: 17.5px; text-align: left; }
  .pcard p { font-size: 14px; line-height: 1.55; margin: 8px 0 0; text-align: left; }
  .chev { color: var(--green); font-size: 52px; font-weight: 700; align-self: center; line-height: 1; }
  @media (max-width: 900px) {
    .plansteps { grid-template-columns: 1fr; max-width: 440px; }
    .chev { transform: rotate(90deg) !important; }
  }

  /* testimonial */
  .quoteband { background: var(--deep); color: #fff; padding: 98px 0; text-align: center; }
  .quoteband .qmark { font-family: "Playfair Display", Georgia, serif; font-style: italic; font-weight: 700; font-size: 72px; line-height: .6; color: var(--green); margin-bottom: 18px; }
  .quoteband .who { font-weight: 600; font-size: 19px; margin-bottom: 24px; }
  .quoteband blockquote {
    font-family: Poppins, -apple-system, "Segoe UI", sans-serif; font-style: normal; font-weight: 400;
    font-size: clamp(16px, 2vw, 18.5px); line-height: 1.7; color: #EDF4EE;
    max-width: 34em; margin: 0 auto;
  }
  .quoteband .already { font-size: 12px; color: #A9B1AB; margin-top: 22px; }
  .carousel { display: flex; align-items: center; gap: 10px; }
  .car-viewport { overflow: hidden; flex: 1; }
  .car-track { display: flex; transition: transform .45s ease; touch-action: pan-y; }
  @media (max-width: 700px) {
    .car-btn { display: none !important; }
    .slide { padding: 0 4px; }
  }
  @media (prefers-reduced-motion: reduce) { .car-track { transition: none; } }
  .slide { flex: 0 0 100%; min-width: 0; padding: 0 12px; }
  .car-btn {
    flex: none; width: 42px; height: 42px; border-radius: 50%;
    background: transparent; border: 1px solid #3A5A45; color: #E4E6E4;
    font-size: 24px; line-height: 1; cursor: pointer;
    display: grid; place-items: center; transition: border-color .15s, background .15s;
  }
  .car-btn:hover { border-color: var(--green); background: rgba(40,148,71,.15); }
  .car-btn:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }
  .car-dots { display: flex; justify-content: center; gap: 9px; margin-top: 30px; }
  .car-dots button {
    width: 9px; height: 9px; border-radius: 50%; border: 0; padding: 0;
    background: #3A5A45; cursor: pointer;
  }
  .car-dots button[aria-current="true"] { background: var(--green); }
  .car-dots button:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }
  .t-card {
    display: grid; grid-template-columns: 1fr;
    background: var(--deep-2); border: 1px solid var(--deep-line); border-radius: 16px;
    overflow: clip; text-align: left; max-width: 920px; margin: 0 auto;
    box-shadow: 0 24px 60px -32px rgba(0,0,0,.6); position: relative;
  }
  @media (min-width: 820px) { .t-card { grid-template-columns: 270px 1fr; } }
  .t-stats {
    background: rgba(40,148,71,.12); border-right: 1px solid var(--deep-line);
    padding: 30px; display: flex; flex-direction: column; justify-content: center; gap: 18px;
  }
  .t-stat .n { font-family: Poppins, sans-serif; font-weight: 700; font-size: 30px; line-height: 1; color: #4FCE74; font-variant-numeric: tabular-nums; }
  .t-stat .l { font-size: 11.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #9DB3A4; margin-top: 6px; }
  .t-stat + .t-stat { border-top: 1px solid rgba(255,255,255,.1); padding-top: 18px; }
  .t-logo { width: 150px; height: auto; margin-bottom: 6px; }
  .t-byline .who a { color: #fff; text-decoration: none; border-bottom: 1px solid rgba(79,206,116,.5); padding-bottom: 1px; }
  .t-byline .who a:hover { border-bottom-color: #4FCE74; color: #4FCE74; }
  .t-quote { padding: 36px 40px; }
  .t-quote .qmark { font-size: 52px; margin-bottom: 6px; }
  .t-quote blockquote { text-align: left; font-size: 18px; line-height: 1.65; margin: 0; max-width: none; }
  .t-byline { margin-top: 24px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.1); }
  .t-byline .who { margin: 0; font-size: 15.5px; text-align: left; }
  .t-byline .role { font-size: 12.5px; color: #9DB3A4; margin: 3px 0 0; text-align: left; }
  .t-card::after {
    content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
    opacity: 0; transition: opacity .25s ease;
    background: radial-gradient(340px circle at var(--mx, 50%) var(--my, 50%), rgba(79,206,116,.13), transparent 65%);
  }
  .t-card:hover::after { opacity: 1; }
  .ph-card {
    border: 1.5px dashed #3A5A45; border-radius: 12px;
    max-width: 34em; margin: 0 auto; padding: 34px 30px 30px;
  }
  .ph-tag {
    display: inline-block; font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
    color: #9DB3A4; border: 1px solid #3A5A45; border-radius: 999px; padding: 3px 11px; margin-bottom: 16px;
  }
  .ph-text { font-size: 15px; color: #B9CCBF; max-width: 28em; margin: 0 auto; }

  /* section eyebrows + reveal + hovers */
  .sec-eyebrow {
    display: flex; justify-content: center; align-items: center; gap: 12px;
    font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
    color: var(--green-text); margin: 0 0 14px;
  }
  .sec-eyebrow::before, .sec-eyebrow::after { content: ""; width: 26px; height: 2px; background: var(--green); }
  .dark .sec-eyebrow, .quoteband .sec-eyebrow { color: #4FCE74; }
  .dark .sec-eyebrow::before, .dark .sec-eyebrow::after { background: #4FCE74; }
  html.js-anim .rv { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
  html.js-anim .rv.in { opacity: 1; transform: none; }
  html.js-anim .rv-kids > * { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
  html.js-anim .rv-kids.in > * { opacity: 1; transform: none; }
  html.js-anim .rv-kids.in > *:nth-child(2) { transition-delay: .1s; }
  html.js-anim .rv-kids.in > *:nth-child(3) { transition-delay: .2s; }
  html.js-anim .rv-kids.in > *:nth-child(4) { transition-delay: .3s; }
  html.js-anim .rv-kids.in > *:nth-child(5) { transition-delay: .4s; }
  html.js-anim .rv-kids.in > *:nth-child(6) { transition-delay: .5s; }
  .door, .pcard, .promise { transition: transform .22s ease, box-shadow .22s ease; }
  .door:hover, .pcard:hover, .promise:hover {
    transform: translateY(-5px);
    box-shadow: 0 2px 4px rgba(16,22,15,.04), 0 26px 48px -26px rgba(16,22,15,.35);
  }
  .proofband .kick::before {
    content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 50%;
    background: #fff; margin-right: 11px; vertical-align: 1px;
    animation: pulse 2.2s infinite;
  }
  @keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(255,255,255,.55); }
    70% { box-shadow: 0 0 0 10px rgba(255,255,255,0); }
    100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
  }
  @media (prefers-reduced-motion: reduce) { .proofband .kick::before { animation: none; } }

  /* the machine diagram */
  .machine { display: grid; grid-template-columns: 1fr; gap: 14px; max-width: 1240px; margin: 46px auto 0; text-align: left; align-items: stretch; }
  @media (min-width: 980px) { .machine { grid-template-columns: minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr); } }
  .m-stage {
    background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 20px 16px 18px;
    box-shadow: 0 1px 2px rgba(16,22,15,.03), 0 16px 36px -26px rgba(16,22,15,.25);
    display: flex; flex-direction: column;
  }
  .m-stage .ms-tag { font-size: 13px; line-height: 1.5; color: var(--muted); margin: 2px 0 16px; }
  .m-flow { display: flex; flex-direction: column; gap: 10px; }
  .m-row { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; padding: 11px 12px; background: var(--bg-soft); border-radius: 8px; }
  .mchip { font-size: 11.5px; font-weight: 500; padding: 5px 10px; border-radius: 6px; line-height: 1.4; }
  .mchip.t { background: #E7EAE7; color: #4A524C; }
  .mchip.s { border: 1.5px dashed var(--green); color: var(--green-text); background: #fff; }
  .mchip.e { background: var(--green); color: #fff; font-weight: 600; }
  .m-arr { color: var(--muted); font-size: 13px; }
  .m-legend { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; margin-top: 26px; }
  .m-legend span { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--muted); }
  .m-cap { font-size: 13px; color: var(--muted); text-align: center; margin: 18px auto 0; max-width: 44em; }

  /* lifecycle timeline */
  .lifeline { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; max-width: 1120px; margin: 50px auto 0; position: relative; }
  .lifeline::before { content: ""; position: absolute; top: 9px; left: 6%; right: 6%; border-top: 2px dashed var(--green-line); }
  .lnode { position: relative; padding-top: 36px; text-align: center; }
  .lnode::before {
    content: ""; position: absolute; top: 1px; left: 50%; transform: translateX(-50%);
    width: 17px; height: 17px; border-radius: 50%;
    background: var(--green); border: 3px solid var(--green); box-shadow: 0 0 0 4px var(--bg-soft);
  }
  .lnode h4 { font-size: 15px; color: var(--head); margin: 0 0 4px; }
  .lnode span { font-size: 12.5px; line-height: 1.45; color: var(--muted); display: block; }
  @media (max-width: 900px) {
    .lifeline { grid-template-columns: repeat(2, 1fr); gap: 26px 14px; }
    .lifeline::before { display: none; }
    .lnode { padding-top: 26px; }
  }

  /* tools vs us */
  .vs h2 { text-align: center; }
  .vs-card {
    background: var(--deep-2); border: 1px solid var(--deep-line); border-radius: 14px;
    max-width: 900px; margin: 44px auto 0; overflow: clip;
    box-shadow: 0 24px 60px -32px rgba(0,0,0,.6);
    position: relative;
  }
  .vs-card::after, .chart-card::after {
    content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
    opacity: 0; transition: opacity .25s ease;
    background: radial-gradient(340px circle at var(--mx, 50%) var(--my, 50%), rgba(79,206,116,.13), transparent 65%);
  }
  .vs-card:hover::after, .chart-card:hover::after { opacity: 1; }
  .chart-card { position: relative; }
  .hero::after {
    content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 1;
    opacity: 0; transition: opacity .4s ease;
    background: radial-gradient(720px circle at var(--mx, 50%) var(--my, 40%), rgba(79,206,116,.09), transparent 60%);
  }
  .hero:hover::after { opacity: 1; }
  .vs-row { display: grid; grid-template-columns: 1.3fr 1fr 1fr; border-top: 1px solid var(--deep-line); }
  .vs-row:first-child { border-top: 0; }
  .vs-row > div { padding: 15px 20px; font-size: 14px; display: flex; align-items: center; gap: 8px; text-align: left; }
  .vs-row .lbl { color: #D9E6DC; font-weight: 500; }
  .vs-row .tcol { color: #8FA396; }
  .vs-row .mcol { background: rgba(40,148,71,.14); color: #fff; font-weight: 500; }
  .vs-head > div { font-size: 11.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
  .vs-head .tcol { color: #8FA396; }
  .vs-head .mcol { color: #4FCE74; }
  .vs-close { text-align: center; max-width: 38em; margin: 32px auto 0; font-size: 16.5px; line-height: 1.65; color: #C9D6CC; }
  .vs-close strong { color: #fff; }
  .vs-x { color: #7E9386; font-weight: 700; }
  .vs-c { color: #4FCE74; font-weight: 700; }
  @media (max-width: 700px) {
    .vs-head { display: none; }
    .vs-row { grid-template-columns: 1fr; padding: 8px 0; }
    .vs-row > div { display: block; padding: 8px 18px; }
    .vs-row .lbl { font-weight: 600; color: #fff; padding-bottom: 2px; }
    .vs-row .tcol::before, .vs-row .mcol::before {
      display: block; font-size: 9.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 3px;
    }
    .vs-row .tcol::before { content: "Software tools"; color: #8FA396; }
    .vs-row .mcol::before { content: "Mixify"; color: #4FCE74; }
  }

  /* promises */
  .promises { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1020px; margin: 40px auto 0; text-align: left; }
  .promise {
    background: var(--surface); border: 1px solid var(--line); border-radius: 12px;
    padding: 26px 26px 24px;
    box-shadow: 0 1px 2px rgba(16,22,15,.03), 0 16px 36px -26px rgba(16,22,15,.25);
    text-align: left;
  }
  .pact {
    background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--green);
    border-radius: 14px; max-width: 880px; margin: 40px auto 0; padding: 10px 40px 6px;
    text-align: left;
    box-shadow: 0 1px 2px rgba(16,22,15,.03), 0 20px 44px -28px rgba(16,22,15,.28);
  }
  .pact-row { display: grid; grid-template-columns: 54px 1fr; gap: 16px; padding: 18px 0; border-top: 1px solid var(--line-2); align-items: start; }
  .pact-row:first-of-type { border-top: 0; }
  .pnum { font-family: Poppins, sans-serif; font-weight: 700; font-size: 27px; line-height: 1.2; color: var(--green); opacity: .8; }
  .pact-row h3 { color: var(--head); font-size: 18px; text-align: left; }
  .pact-row p { font-size: 14.5px; line-height: 1.55; color: var(--ink-2); margin: 4px 0 0; text-align: left; }
  .pact-row .pip { color: var(--green-dark); font-size: 13.5px; }
  .pip span {
    display: inline-block; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
    font-size: 10px; color: var(--green-text); margin-right: 8px;
  }
  .pact-foot {
    border-top: 1px solid var(--line-2); padding: 18px 0 20px;
    display: flex; align-items: center; gap: 11px;
    font-family: Poppins, sans-serif; font-weight: 600; font-size: 14.5px; color: var(--head);
  }
  .pact-foot .ptick { margin-bottom: 0; }
  @media (max-width: 560px) { .pact { padding: 6px 22px 2px; } .pact-row { grid-template-columns: 44px 1fr; gap: 14px; } }
  .promise .ptick {
    width: 26px; height: 26px; border-radius: 50%;
    background: var(--green); color: #fff;
    font-weight: 700; font-size: 13px;
    display: grid; place-items: center; margin-bottom: 14px;
  }
  .promise h3 { color: var(--head); font-size: 17px; text-align: left; }
  .promise p { font-size: 14px; line-height: 1.55; margin: 8px 0 0; text-align: left; }
  @media (max-width: 820px) { .promises { grid-template-columns: 1fr; max-width: 480px; } }

  /* free campaign offer */
  .offer { background: var(--green-soft); padding: 66px 0; }
  .offer-card {
    background: #fff; border: 1px solid var(--green-line); border-radius: 14px;
    box-shadow: 0 1px 2px rgba(16,22,15,.03), 0 20px 44px -28px rgba(16,22,15,.3);
    max-width: 980px; margin: 0 auto; padding: 40px 44px;
    display: grid; grid-template-columns: 1fr; gap: 30px; align-items: center; text-align: left;
  }
  @media (min-width: 860px) { .offer-card { grid-template-columns: 1.4fr 1fr; } }
  .offer h2 { color: var(--head); font-size: clamp(22px, 2.8vw, 28px); text-align: left; }
  .offer-list { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 11px; }
  .offer-list li { display: flex; align-items: flex-start; gap: 11px; font-size: 15px; }
  .offer-list li::before {
    content: "\2713"; flex: none;
    width: 21px; height: 21px; border-radius: 50%;
    background: var(--green-soft); color: var(--green-text); border: 1px solid var(--green-line);
    font-size: 11px; font-weight: 700;
    display: grid; place-items: center; margin-top: 2px;
  }
  .offer-side { text-align: center; }
  .offer-side .btn { display: block; width: 100%; }
  .offer .qual { font-size: 12.5px; color: var(--muted); margin: 12px 0 0; }

  /* faq */
  .faq { max-width: 780px; margin: 34px auto 0; text-align: left; }
  .faq details { border-top: 1px solid var(--line); }
  .faq details:last-of-type { border-bottom: 1px solid var(--line); }
  .faq summary {
    list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px;
    padding: 19px 2px; font-family: Poppins, sans-serif; font-weight: 600; font-size: 16.5px; color: var(--head);
  }
  .faq summary::-webkit-details-marker { display: none; }
  .faq summary .fchev { color: var(--green); font-size: 22px; font-weight: 600; line-height: 1; transition: transform .25s ease; flex: none; }
  .faq details[open] summary .fchev { transform: rotate(45deg); }
  .faq details p { font-size: 14.5px; line-height: 1.65; color: var(--ink-2); margin: 0; padding: 0 2px 20px; max-width: 44em; }
  .faq summary:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }

  /* book view */
  .book-view { display: none; background: linear-gradient(180deg, #F2F2F2 0%, #FFFFFF 110px); padding: 48px 0 96px; }
  body.book-mode .book-view { display: block; }
  body.book-mode .hero, body.book-mode .marquee, body.book-mode .proofband,
  body.book-mode section.light, body.book-mode .dark, body.book-mode .banner,
  body.book-mode .quoteband, body.book-mode .plan, body.book-mode .final { display: none; }
  .book-back { display: inline-block; font-size: 13.5px; font-weight: 600; color: var(--green-text); text-decoration: none; margin-bottom: 16px; }
  .book-back:hover { color: var(--green-dark); }
  .book-grid { display: grid; grid-template-columns: 1fr; gap: 44px; align-items: start; text-align: left; }
  @media (min-width: 900px) { .book-grid { grid-template-columns: 1.1fr 1fr; gap: 64px; } }
  .book-grid h2 { text-align: left; font-size: clamp(25px, 2.6vw, 33px); }
  .book-num-line { font-size: 16px; color: var(--ink-2); margin: 12px 0 0; max-width: 30em; }
  .book-num-line strong { color: var(--green-text); font-family: Poppins, sans-serif; font-weight: 700; font-size: 20px; font-variant-numeric: tabular-nums; }
  .book-checks { margin-top: 14px; gap: 9px; }
  .book-checks li { color: var(--ink); font-weight: 500; font-size: 15.5px; }
  .video-slot {
    border: 1.5px dashed var(--green-line); border-radius: 12px; background: var(--bg-soft);
    min-height: 150px; display: grid; place-items: center; margin-top: 28px;
    color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; text-align: center; line-height: 1.8;
  }
  .cal-wrap {
    border: 1px solid var(--line); border-radius: 14px; background: #fff;
    padding: 10px; box-shadow: 0 1px 2px rgba(16,22,15,.03), 0 16px 36px -26px rgba(16,22,15,.2);
  }
  .calendly-inline-widget { background: var(--bg-soft); border-radius: 10px; }
  .cal-fallback { font-size: 12.5px; color: var(--muted); text-align: center; margin: 10px 0 6px; }
  .cal-fallback a { color: var(--green-text); font-weight: 600; }

  /* final */
  .final { background: #fff; padding: 98px 0; text-align: center; }
  .final-card {
    background: radial-gradient(760px 420px at 50% 0%, #06582D 0%, rgba(6,88,45,0) 60%), var(--green-dark);
    border-radius: 20px; padding: 74px 40px 78px;
    max-width: 1040px; margin: 0 auto;
    box-shadow: 0 44px 96px -44px rgba(0,65,32,.6);
  }
  .final h2 { color: #fff; }
  .final .lead { color: var(--on-dark-2); }
  .final .lead strong { color: #fff; }
  footer { background: var(--deep); padding: 58px 0 0; overflow: hidden; }
  .foot-ghost {
    font-family: Poppins, sans-serif; font-weight: 700;
    font-size: clamp(90px, 16vw, 230px); line-height: .72; letter-spacing: -.03em;
    color: rgba(255,255,255,.045); text-align: center;
    margin: 44px 0 -34px; user-select: none; pointer-events: none;
  }
  footer img { height: 30px; width: auto; display: block; }
  .logo-chip { display: inline-block; background: #fff; border-radius: 8px; padding: 9px 13px; }
  .foot-grid { display: grid; grid-template-columns: 1fr; gap: 34px; text-align: left; }
  @media (min-width: 760px) { .foot-grid { grid-template-columns: 2fr 1fr 1fr; gap: 44px; } }
  .foot-line { font-size: 13.5px; color: #AFC4B5; max-width: 26em; margin: 16px 0 0; }
  .foot-col h5 { font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: #8FA396; margin: 0 0 14px; font-family: Poppins, sans-serif; }
  .foot-col a { display: block; font-size: 13.5px; color: #D5E2D8; text-decoration: none; font-weight: 400; margin-bottom: 9px; }
  .foot-col a:hover { color: #4FCE74; }
  .fineprint { font-size: 12px; color: #7E938C; max-width: 60em; margin: 36px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); text-align: left; }

/* breakdown form */
.bd-form { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.bd-form input[type="email"] {
  flex: 1 1 180px; padding: 12px 14px; font-family: Poppins, sans-serif; font-size: 14px;
  border: 1.5px solid var(--line); border-radius: 8px; color: var(--ink);
}
.bd-form input[type="email"]:focus-visible { outline: 2px solid var(--green); outline-offset: 1px; }
.bd-form .bd-btn { flex: none; width: auto; font-size: 14px; padding: 12px 18px; }
.bd-note { flex-basis: 100%; font-size: 12.5px; color: var(--green-text); margin: 2px 0 0; text-align: center; }

/* two-step booking */
.cal-step { padding: 28px 26px 24px; display: flex; flex-direction: column; gap: 11px; text-align: left; }
.cal-step h3 { font-size: 19px; color: var(--head); text-align: left; margin-bottom: 4px; }
.cal-step input {
  width: 100%; padding: 13px 14px; font-family: Poppins, sans-serif; font-size: 14.5px;
  color: var(--ink); border: 1.5px solid var(--line); border-radius: 8px;
}
.cal-step input:focus-visible { outline: 2px solid var(--green); outline-offset: 1px; }
.cal-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cal-note { font-size: 12px; color: var(--muted); margin: 2px 0 0; text-align: center; }
#calendly-slot { height: 690px; }
#calendly-slot iframe { width: 100%; height: 100%; border: 0; }
@media (max-width: 480px) { .cal-row2 { grid-template-columns: 1fr; } }

/* how we plug in */
.plugin-note { border: 1px solid var(--line); border-left: 3px solid var(--green); border-radius: 8px; padding: 14px 16px; margin-top: 16px; text-align: left; }
.pn-label { display: block; font-size: 10.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--green-text); margin-bottom: 5px; }
.plugin-note p { font-size: 13.5px; line-height: 1.55; color: var(--ink-2); margin: 0; }

.m-stage .ms-tag strong { color: var(--green-text); font-weight: 600; }

/* mobile polish 8/26 */
@media (max-width: 700px) {
  .btn.hero-btn { font-size: 12px; padding: 15px 16px; letter-spacing: .05em; white-space: nowrap; }
  .final-card { padding: 46px 22px 54px; }
  .final-card h2 br { display: none; }
  .final h2 { font-size: 25px; }
}
@media (max-width: 919px) {
  .dark-grid { display: flex; flex-direction: column; gap: 20px; }
  .dark-grid > .rv, .dark-grid .dark-col, .dark-grid .findings { display: contents; }
  .findrow.fr-1 { order: 1; }
  .chart-card.chart-months { order: 2; }
  .findrow.fr-2 { order: 3; margin-top: -20px; }
  .findrow.fr-3 { order: 4; margin-top: -20px; }
  .chart-card.chart-autopay { order: 5; }
  .bigline { order: 6; }
  .findings { margin: 0; }
}
