:root {
  --paper: #f4f2eb;
  --paper-deep: #e9e6dc;
  --white: #fffdf8;
  --ink: #16241e;
  --muted: #657269;
  --green: #173c30;
  --green-2: #285b48;
  --green-soft: #dfe8d9;
  --lime: #c9ef62;
  --lime-bright: #d9f786;
  --coral: #df7658;
  --line: rgba(22, 36, 30, .14);
  --line-light: rgba(255, 255, 255, .15);
  --shadow: 0 28px 80px rgba(20, 44, 34, .16);
  --sans: "DM Sans", sans-serif;
  --display: "Manrope", sans-serif;
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.55 var(--sans);
  -webkit-font-smoothing: antialiased;
}
body:has(dialog[open]) { overflow: hidden; }
button, input, select { font: inherit; }
button, a { color: inherit; }
button { cursor: pointer; }
a { text-decoration: none; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
h1, h2, h3, p { margin-top: 0; }
.shell { width: min(1200px, 92vw); 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; top: -100px; left: 12px; z-index: 1000; padding: 10px 15px; background: white; }
.skip-link:focus { top: 12px; }

.announcement { min-height: 38px; padding: 8px 4vw; display: flex; align-items: center; justify-content: center; gap: 28px; background: var(--ink); color: #edf1ed; font-size: 10px; letter-spacing: .04em; }
.announcement span:first-child { display: inline-flex; align-items: center; gap: 8px; }
.announcement i { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(201, 239, 98, .1); }
.announcement a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }

.site-header { height: 86px; width: min(1400px, 100%); margin: auto; padding: 0 4vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; font: 700 20px/1 var(--display); letter-spacing: -.045em; }
.brand svg { width: 30px; height: 30px; }
.site-header nav { display: flex; gap: 30px; font-size: 12px; font-weight: 600; }
.site-header nav a { position: relative; }
.site-header nav a::after { content: ""; position: absolute; right: 100%; bottom: -7px; left: 0; height: 1px; background: currentColor; transition: right .25s; }
.site-header nav a:hover::after { right: 0; }
.site-header > .button { justify-self: end; }

.button { border: 0; border-radius: 999px; padding: 15px 21px; display: inline-flex; align-items: center; justify-content: center; gap: 23px; font-size: 12px; font-weight: 700; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { padding: 12px 17px; gap: 14px; }
.button-dark { background: var(--ink); color: white; }
.button-primary { background: var(--lime); color: var(--ink); box-shadow: 0 9px 24px rgba(125, 166, 51, .2); }
.button-primary:hover { background: var(--lime-bright); box-shadow: 0 12px 30px rgba(125, 166, 51, .28); }
.button-light { padding: 18px 25px; background: var(--white); color: var(--ink); }
.button-outline { background: transparent; border: 1px solid var(--line); }
.text-link, .text-button { border: 0; padding: 0; background: none; font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }

.eyebrow, .kicker { display: flex; align-items: center; gap: 9px; font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 4px rgba(223, 118, 88, .12); }
.hero { min-height: 720px; padding: 78px 0 92px; display: grid; grid-template-columns: 49% 51%; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding-left: 3vw; }
.hero h1 { max-width: 730px; margin: 24px 0 27px; font: 500 clamp(53px, 5.4vw, 82px)/.98 var(--display); letter-spacing: -.073em; }
.hero h1 em, .section-intro h2 em, .example-copy h2 em, .trust-head h2 em, .final-cta h2 em { color: var(--green-2); font-style: normal; font-weight: 400; }
.hero-lead { max-width: 590px; color: #536159; font-size: 17px; line-height: 1.65; }
.hero-actions { margin-top: 33px; display: flex; align-items: center; gap: 30px; }
.hero-assurance { margin-top: 25px; display: flex; flex-wrap: wrap; gap: 20px; color: #67736c; font-size: 10px; }
.hero-assurance span { display: flex; align-items: center; gap: 4px; }
.hero-assurance svg { width: 15px; color: var(--green-2); }
.hero-product { height: 585px; position: relative; display: grid; place-items: center; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); }
.glow-green { width: 490px; height: 490px; right: 0; top: 30px; background: #dce5d7; }
.glow-coral { width: 210px; height: 210px; left: 28px; bottom: 30px; background: #ead3c7; }
.product-window { width: 435px; min-height: 490px; position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: 19px; background: rgba(255,253,248,.96); box-shadow: var(--shadow); transform: rotate(-.7deg); }
.window-bar { height: 52px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.window-bar div { display: flex; gap: 5px; }
.window-bar i { width: 7px; height: 7px; border-radius: 50%; background: #c8cec8; }
.window-hero { min-height: 138px; margin: 16px 16px 0; padding: 20px; position: relative; display: flex; flex-direction: column; justify-content: center; border-radius: 12px; background: var(--green); color: white; }
.window-hero > span { color: #c2d3ca; font-size: 9px; }
.window-hero > strong { font: 600 39px/1 var(--display); letter-spacing: -.05em; }
.window-hero > small { margin-top: 7px; color: #9fb9ac; font-size: 8px; }
.saving-ring { position: absolute; top: 20px; right: 22px; width: 76px; height: 76px; display: grid; place-items: center; }
.saving-ring svg { width: 76px; height: 76px; transform: rotate(-90deg); stroke: rgba(255,255,255,.12); stroke-width: 4; }
.saving-ring .ring-progress { stroke: var(--lime); stroke-dasharray: 110 145; }
.saving-ring b { position: absolute; top: 22px; font-size: 16px; }
.saving-ring em { position: absolute; top: 42px; color: #b4c8be; font-size: 7px; font-style: normal; text-transform: uppercase; }
.window-roadmap { padding: 20px 23px 10px; }
.roadmap-title { margin-bottom: 8px; display: flex; justify-content: space-between; color: #7a867e; font-size: 7px; letter-spacing: .1em; }
.roadmap-title b { color: var(--green-2); font-weight: 600; letter-spacing: 0; text-transform: none; }
.window-step { min-height: 61px; display: grid; grid-template-columns: 28px 1fr auto; gap: 10px; align-items: center; border-bottom: 1px solid var(--line); }
.window-step > i { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 8px; font-style: normal; }
.window-step.active > i { border-color: var(--green); background: var(--green); color: white; }
.window-step > span { display: flex; flex-direction: column; }
.window-step strong { font-size: 10px; }
.window-step small { color: #7f8a83; font-size: 8px; }
.window-step > em { font-size: 8px; font-style: normal; font-weight: 700; }
.window-cta { margin: 6px 16px 16px; padding: 13px 14px; display: flex; align-items: center; justify-content: space-between; border-radius: 10px; background: #e7eadf; }
.window-cta > span { display: flex; flex-direction: column; }
.window-cta b { font-size: 9px; }
.window-cta small { color: #748078; font-size: 7px; }
.window-cta button { border: 0; border-radius: 99px; padding: 8px 10px; background: var(--lime); font-size: 8px; font-weight: 700; }
.float-card { position: absolute; z-index: 3; padding: 15px 17px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.9); border-radius: 13px; background: var(--white); box-shadow: 0 18px 45px rgba(19,44,34,.15); }
.float-card > span, .float-card > small { color: #77837b; font-size: 8px; }
.float-card > strong { font-size: 22px; }
.float-grant { right: -18px; bottom: 63px; }
.float-source { top: 105px; left: -12px; flex-direction: row; align-items: center; gap: 10px; }
.float-source svg { width: 26px; color: var(--green-2); }
.float-source span { display: flex; flex-direction: column; }
.float-source b { color: var(--ink); font-size: 9px; }
.float-source small { font-size: 7px; }
.source-band { min-height: 130px; padding: 20px 6vw; display: grid; grid-template-columns: 1.2fr repeat(4, 1fr); align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.source-band > span { color: #78837c; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.source-band div { min-height: 60px; padding-left: 28px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--line); }
.source-band b { font: 600 14px var(--display); }
.source-band small { color: #7e8a82; font-size: 8px; }
.problem { padding: 135px 0; }
.section-intro { margin-bottom: 66px; display: grid; grid-template-columns: 1fr 1fr; align-items: end; }
.section-intro .kicker { grid-column: 1/-1; margin-bottom: 20px; }
.section-intro h2, .example-copy h2, .trust-head h2, .final-cta h2 { margin: 0; font: 500 clamp(42px, 4.8vw, 67px)/1.04 var(--display); letter-spacing: -.06em; }
.section-intro > p { max-width: 430px; margin: 0 20px 5px; justify-self: end; color: var(--muted); font-size: 14px; line-height: 1.7; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.process-card { min-height: 400px; padding: 30px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; border-right: 1px solid var(--line); transition: background .25s; }
.process-card:last-child { border: 0; }
.process-card:hover { background: var(--white); }
.process-number { position: absolute; top: 26px; left: 28px; color: #849087; font-size: 9px; }
.process-visual { width: 96px; height: 96px; margin-bottom: 40px; display: grid; place-items: center; border-radius: 50%; background: #e1e6d7; }
.process-card:nth-child(2) .process-visual { background: #eadfd4; }
.process-card:nth-child(3) .process-visual { background: #d8e5df; }
.process-visual svg { width: 64px; height: 64px; stroke-width: 1.2; }
.process-visual .accent { color: var(--coral); stroke-width: 2.2; }
.process-card h3 { margin-bottom: 8px; font: 600 22px var(--display); letter-spacing: -.04em; }
.process-card p { max-width: 290px; margin-bottom: 15px; color: var(--muted); font-size: 12px; }
.process-card > small { color: var(--green-2); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.inside { padding: 125px 0; background: var(--green); color: white; }
.section-intro.light { display: block; }
.section-intro.light h2 { margin-top: 20px; }
.section-intro.light h2 em { color: #bdcfbf; }
.section-intro.light .kicker { color: var(--lime); }
.bento-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 13px; }
.bento { min-height: 270px; padding: 30px; border: 1px solid var(--line-light); border-radius: 18px; background: rgba(255,255,255,.045); }
.bento-large { min-height: 390px; display: flex; flex-direction: column; justify-content: space-between; }
.bento-stat, .bento-grant { min-height: 188px; }
.bento-wide { grid-column: 1/-1; min-height: 220px; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.chip { display: inline-block; margin-bottom: 18px; padding: 6px 8px; border-radius: 99px; background: rgba(201,239,98,.12); color: var(--lime); font-size: 7px; font-weight: 700; letter-spacing: .13em; }
.bento h3 { margin-bottom: 10px; font: 600 24px var(--display); letter-spacing: -.04em; }
.bento p { max-width: 540px; margin: 0; color: #afc1b8; font-size: 12px; }
.bento-stat > strong { display: block; font: 500 65px/1 var(--display); letter-spacing: -.06em; color: var(--lime); }
.bento-stat h3 { font-size: 18px; }
.grant-stamp { width: max-content; padding: 14px 24px; border: 1px dashed rgba(201,239,98,.5); border-radius: 12px; transform: rotate(-2deg); }
.grant-stamp small { display: block; color: #aac0b5; font-size: 8px; text-transform: uppercase; }
.grant-stamp strong { font: 600 31px var(--display); color: var(--lime); }
.bento-grant h3 { margin-top: 22px; font-size: 18px; }
.bento-timeline { display: grid; grid-template-columns: repeat(3, 1fr); position: relative; }
.bento-timeline > i { position: absolute; top: 3px; left: 3px; right: 20px; height: 1px; background: rgba(255,255,255,.23); }
.bento-timeline > div { position: relative; padding-top: 21px; display: flex; flex-direction: column; }
.bento-timeline > div::before { content: ""; width: 7px; height: 7px; position: absolute; top: 0; left: 0; border: 3px solid var(--green); border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 1px rgba(201,239,98,.4); }
.bento-timeline span { color: #91a89c; font-size: 8px; text-transform: uppercase; }
.bento-timeline b { font-size: 10px; }
.bento-wide ul { min-width: 420px; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; list-style: none; }
.bento-wide li { padding: 10px 12px; border-radius: 8px; background: rgba(255,255,255,.06); font-size: 10px; }
.bento-wide li i { color: var(--lime); font-style: normal; margin-right: 6px; }
.example { padding: 135px 0; display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.example-copy h2 { margin: 20px 0 24px; font-size: 57px; }
.example-copy > p { max-width: 460px; color: var(--muted); font-size: 13px; }
.profile-tabs { margin: 30px 0; display: flex; flex-wrap: wrap; gap: 8px; }
.profile-tab { border: 1px solid var(--line); border-radius: 99px; padding: 10px 13px; background: transparent; font-size: 10px; font-weight: 600; }
.profile-tab.active { border-color: var(--green); background: var(--green); color: white; }
.example-panel { border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: 0 24px 65px rgba(33,54,45,.1); overflow: hidden; }
.example-top { padding: 25px 27px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.example-top > div { display: flex; flex-direction: column; }
.example-top small { color: #7a867f; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.example-top strong { font: 600 18px var(--display); }
.confidence { display: flex; align-items: center; gap: 6px; padding: 7px 9px; border-radius: 99px; background: #e8efde; font-size: 8px; }
.confidence i { width: 6px; height: 6px; border-radius: 50%; background: var(--green-2); }
.example-metrics { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--green); color: white; }
.example-metrics > div { padding: 23px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.13); }
.example-metrics small { color: #aac0b5; font-size: 8px; }
.example-metrics strong { font: 600 22px var(--display); }
.example-order { padding: 16px 27px; }
.example-order > div { min-height: 66px; display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); }
.example-order i { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); font-size: 9px; font-style: normal; font-weight: 700; }
.example-order span { display: flex; flex-direction: column; }
.example-order b { font-size: 11px; }
.example-order small { color: #7c8880; font-size: 8px; }
.example-note { display: block; padding: 0 27px 22px; color: #879189; font-size: 7px; }
.trust { padding-bottom: 135px; }
.trust-card { padding: 75px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; border-radius: 26px; background: #e7e5dc; }
.trust-head h2 { margin: 20px 0 24px; font-size: 51px; }
.trust-head p { max-width: 420px; color: var(--muted); font-size: 12px; }
.trust-list article { padding: 18px 0; display: grid; grid-template-columns: 32px 1fr; gap: 12px; border-bottom: 1px solid var(--line); }
.trust-list article > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); font-size: 8px; }
.trust-list h3 { margin: 0 0 4px; font-size: 12px; }
.trust-list p { margin: 0; color: var(--muted); font-size: 10px; }
.faq { padding-bottom: 130px; }
.section-intro.compact { display: block; margin-bottom: 45px; }
.section-intro.compact h2 { margin-top: 18px; font-size: 55px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 23px 0; display: flex; justify-content: space-between; list-style: none; cursor: pointer; font: 600 15px var(--display); letter-spacing: -.025em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { transition: transform .2s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { padding: 0 0 23px; color: var(--muted); font-size: 11px; }
.final-cta { min-height: 385px; margin-bottom: 70px; padding: 65px 70px; display: flex; align-items: center; justify-content: space-between; gap: 50px; border-radius: 26px; background: var(--coral); }
.final-cta h2 { margin: 18px 0; font-size: 59px; }
.final-cta h2 em { color: #653125; }
.final-cta p { margin: 0; color: #683c31; }
.final-cta .button { flex: 0 0 auto; }
footer { padding: 60px 0 25px; background: var(--ink); color: #edf1ed; }
.footer-main { padding-bottom: 58px; display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 55px; }
.brand-footer { color: white; }
.footer-brand p { margin: 18px 0 4px; color: #a4b6ac; font-size: 11px; }
.footer-brand small { color: #72877b; font-size: 8px; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; font-size: 10px; }
.footer-main strong { margin-bottom: 5px; color: #91a79b; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom { padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.14); color: #748a7e; font-size: 8px; }

/* Planner */
.planner { width: 100vw; height: 100dvh; max-width: none; max-height: none; margin: 0; padding: 0; border: 0; background: var(--paper); color: var(--ink); }
.planner::backdrop { background: rgba(10,21,16,.76); }
.planner-shell { min-height: 100%; display: flex; flex-direction: column; }
.planner-header { height: 78px; padding: 0 4vw; position: sticky; top: 0; z-index: 10; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); background: rgba(244,242,235,.95); backdrop-filter: blur(16px); }
.planner-progress { width: 250px; text-align: center; }
.planner-progress > span { font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.planner-progress > div { height: 3px; margin-top: 8px; overflow: hidden; border-radius: 3px; background: #d7d9d1; }
.planner-progress i { display: block; width: 20%; height: 100%; background: var(--green); transition: width .3s; }
.icon-button { width: 40px; height: 40px; justify-self: end; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 23px; line-height: 1; }
.planner form { flex: 1; }
.planner-body { min-height: calc(100dvh - 78px); display: grid; grid-template-columns: 285px 1fr; }
.planner-context { padding: 65px 32px 110px 4vw; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); background: #ebe9e1; }
.planner-context h3 { margin: 18px 0 25px; font: 600 21px var(--display); letter-spacing: -.04em; }
.planner-context dl { margin: 0; }
.planner-context dl div { padding: 10px 0; display: flex; justify-content: space-between; gap: 10px; border-bottom: 1px solid var(--line); font-size: 8px; }
.planner-context dt { color: #758078; }
.planner-context dd { margin: 0; text-align: right; font-weight: 700; }
.context-note { display: flex; gap: 10px; align-items: center; }
.context-note svg { width: 27px; color: var(--green-2); }
.context-note span { display: flex; flex-direction: column; }
.context-note b { font-size: 9px; }
.context-note small { color: #7c8880; font-size: 7px; }
.planner-stage { min-width: 0; }
.planner-step { width: min(750px, 84%); margin: 0 auto; padding: 65px 0 125px; display: none; }
.planner-step.active { display: block; animation: step-in .3s ease; }
.step-heading { margin-bottom: 38px; }
.step-heading .kicker { color: var(--green-2); }
.step-heading h2, .results-top h2 { margin: 14px 0 11px; font: 500 43px/1.05 var(--display); letter-spacing: -.055em; }
.step-heading p, .results-top p { color: var(--muted); font-size: 12px; }
.field { min-width: 0; margin: 0 0 25px; padding: 0; display: flex; flex-direction: column; gap: 9px; border: 0; }
.field > span, .field legend { font-size: 10px; font-weight: 700; }
.field > span small { color: var(--muted); font-weight: 400; }
input, select { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 9px; outline: 0; background: var(--white); color: var(--ink); }
input:focus, select:focus { border-color: var(--green-2); box-shadow: 0 0 0 3px rgba(40,91,72,.1); }
.two-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.input-suffix, .input-prefix { position: relative; }
.input-suffix input { padding-right: 72px; }
.input-suffix > span { position: absolute; top: 50%; right: 13px; transform: translateY(-50%); color: #77837b; font-size: 9px; }
.input-prefix input { padding-left: 32px; }
.input-prefix > span { position: absolute; top: 50%; left: 14px; transform: translateY(-50%); font-size: 10px; }
.home-choices { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.visual-choice input, .pill-choices input, .list-choices input, .upgrade-choices input, .goal-choices input { position: absolute; opacity: 0; pointer-events: none; }
.visual-choice > span { min-height: 135px; padding: 15px 8px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.48); cursor: pointer; transition: .2s; }
.visual-choice svg { width: 43px; height: 43px; margin-bottom: 9px; }
.visual-choice b { font-size: 10px; }
.visual-choice small { color: #7d8880; font-size: 7px; }
.visual-choice input:checked + span { border-color: var(--green); background: var(--green-soft); box-shadow: inset 0 0 0 1px var(--green); }
.inline-question { margin-top: 28px; }
.pill-choices { display: flex; flex-wrap: wrap; gap: 7px; }
.pill-choices label span { display: block; padding: 10px 13px; border: 1px solid var(--line); border-radius: 99px; background: rgba(255,255,255,.48); cursor: pointer; font-size: 9px; font-weight: 600; }
.pill-choices input:checked + span { border-color: var(--green); background: var(--green); color: white; }
.list-choices { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.list-choices label span { min-height: 67px; padding: 12px 14px; display: grid; grid-template-columns: 1fr auto; align-items: center; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.48); cursor: pointer; }
.list-choices b, .list-choices small { display: block; grid-column: 1; }
.list-choices b { font-size: 10px; }
.list-choices small { color: #7b877f; font-size: 7px; }
.list-choices i { grid-column: 2; grid-row: 1/3; font-style: normal; }
.list-choices input:checked + span { border-color: var(--green); background: var(--green-soft); box-shadow: inset 0 0 0 1px var(--green); }
.upgrade-choices, .goal-choices { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.upgrade-choices label > span, .goal-choices label > span { min-height: 92px; padding: 14px; position: relative; display: grid; grid-template-columns: 42px 1fr; align-items: center; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.48); cursor: pointer; }
.upgrade-choices span > i, .goal-choices span > i { width: 34px; height: 34px; grid-row: 1/3; display: grid; place-items: center; border-radius: 50%; background: #e4e7dc; color: var(--green-2); font-size: 13px; font-style: normal; }
.upgrade-choices svg { width: 21px; height: 21px; }
.upgrade-choices b, .upgrade-choices small, .goal-choices b, .goal-choices small { grid-column: 2; }
.upgrade-choices b, .goal-choices b { align-self: end; font-size: 10px; }
.upgrade-choices small, .goal-choices small { align-self: start; color: #7b877f; font-size: 7px; }
.upgrade-choices em, .goal-choices em { width: 18px; height: 18px; position: absolute; top: 9px; right: 9px; display: none; place-items: center; border-radius: 50%; background: var(--green); color: white; font-size: 8px; font-style: normal; }
.upgrade-choices input:checked + span, .goal-choices input:checked + span { border-color: var(--green); background: var(--green-soft); }
.upgrade-choices input:checked + span em, .goal-choices input:checked + span em { display: grid; }
.usage-switch { width: max-content; margin: 28px 0 25px; padding: 4px; display: flex; border-radius: 99px; background: #dedfd8; }
.usage-switch button { border: 0; border-radius: 99px; padding: 9px 14px; background: transparent; font-size: 9px; font-weight: 700; }
.usage-switch button.active { background: var(--white); box-shadow: 0 2px 8px rgba(28,45,37,.1); }
.usage-panel { display: none; }
.usage-panel.active { display: block; animation: step-in .2s ease; }
.helper-box { padding: 12px 14px; display: flex; gap: 10px; border-radius: 9px; background: #e4e7dc; color: #647168; font-size: 9px; }
.helper-box svg { width: 19px; flex: 0 0 auto; }
.advanced-rates { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.advanced-rates summary { padding: 13px 0; display: flex; justify-content: space-between; list-style: none; cursor: pointer; font-size: 9px; font-weight: 700; }
.advanced-rates summary::-webkit-details-marker { display: none; }
.advanced-rates .two-fields { padding: 8px 0; }
.goal-choices label > span { min-height: 105px; }
.budget-field { margin-top: 30px; }
.budget-field > span { display: flex; justify-content: space-between; }
.budget-field > span b { font-size: 15px; }
.budget-field > div { display: flex; justify-content: space-between; color: #7e8982; font-size: 7px; }
input.range { height: 6px; margin: 9px 0; padding: 0; appearance: none; border: 0; background: #d5d7cf; }
input.range::-webkit-slider-thumb { width: 23px; height: 23px; appearance: none; border: 5px solid white; border-radius: 50%; background: var(--green); box-shadow: 0 2px 7px rgba(0,0,0,.2); }
.planner-footer { height: 76px; padding: 0 4vw; position: fixed; right: 0; bottom: 0; left: 0; z-index: 12; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-top: 1px solid var(--line); background: rgba(244,242,235,.95); backdrop-filter: blur(16px); }
.planner-footer > span { color: #79857d; font-size: 8px; }
.planner-footer .button { justify-self: end; }
.planner-footer #back-step { justify-self: start; }

/* Results */
.planner-body.results-mode { display: block; }
.planner-body.results-mode .planner-context { display: none; }
.results-step { width: min(1180px, 92vw); padding-top: 48px; }
.results-top { margin-bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.results-top h2 { font-size: 43px; }
.result-actions { display: flex; gap: 8px; flex: 0 0 auto; }
.result-hero { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); overflow: hidden; border-radius: 15px; background: var(--green); color: white; }
.result-hero > div { min-height: 130px; padding: 24px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.14); }
.result-hero > div:last-child { border: 0; }
.result-hero span { color: #bdcec5; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.result-hero strong { margin: 4px 0; font: 600 26px var(--display); letter-spacing: -.045em; }
.result-hero small { color: #91aa9e; font-size: 7px; }
.result-primary { background: #113428; }
.result-primary strong { font-size: 39px; }
.confidence-bar { min-height: 53px; padding: 10px 16px; display: grid; grid-template-columns: auto 1fr auto; gap: 15px; align-items: center; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 11px 11px; background: #e5e8df; }
.confidence-bar > span { display: flex; align-items: center; gap: 7px; font-size: 9px; }
.confidence-bar i { width: 7px; height: 7px; border-radius: 50%; background: var(--green-2); }
.confidence-bar p { margin: 0; color: #6f7c74; font-size: 8px; }
.confidence-bar button { border: 0; background: none; font-size: 8px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.results-grid { margin-top: 34px; display: grid; grid-template-columns: minmax(0, 1fr) 318px; gap: 31px; align-items: start; }
.result-section { margin-bottom: 42px; }
.result-section-head { margin-bottom: 14px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.result-section-head h3 { margin: 5px 0 0; font: 600 24px var(--display); letter-spacing: -.04em; }
.scenario-switch { padding: 3px; display: flex; border-radius: 99px; background: #dedfd8; }
.scenario-switch button { border: 0; border-radius: 99px; padding: 8px 10px; background: transparent; color: #6f7b74; font-size: 8px; font-weight: 700; }
.scenario-switch button.active { background: var(--white); color: var(--ink); box-shadow: 0 2px 8px rgba(20,40,31,.1); }
.projection-card { min-height: 205px; padding: 22px; display: grid; grid-template-columns: 180px 1fr; align-items: center; border: 1px solid var(--line); border-radius: 13px; background: var(--white); }
.projection-copy { display: flex; flex-direction: column; }
.projection-copy > span { color: #77837b; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.projection-copy > strong { margin: 6px 0; font: 600 29px var(--display); letter-spacing: -.05em; }
.projection-copy > small { color: #7d8981; font-size: 7px; }
#projection-chart { width: 100%; height: 150px; overflow: visible; }
.chart-grid { stroke: #dfe2dc; stroke-width: 1; }
.chart-area { fill: url(#chartGradient); stroke: none; }
.chart-line { fill: none; stroke: var(--green-2); stroke-width: 3; }
.chart-dot { fill: var(--lime); stroke: var(--green-2); stroke-width: 2; }
.chart-label { fill: #7b8780; stroke: none; font: 8px var(--sans); }
.recommendation { margin-bottom: 10px; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: var(--white); transition: opacity .2s; }
.recommendation.unselected { opacity: .55; }
.recommendation-main { min-height: 85px; padding: 15px 17px; display: grid; grid-template-columns: 31px 36px 1fr auto; gap: 11px; align-items: center; }
.measure-toggle { width: 21px; height: 21px; appearance: none; position: relative; border: 1px solid #b8c0ba; border-radius: 6px; background: white; }
.measure-toggle:checked { border-color: var(--green); background: var(--green); }
.measure-toggle:checked::after { content: "✓"; position: absolute; inset: 0; display: grid; place-items: center; color: white; font-size: 11px; font-weight: 700; }
.recommendation-number { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); font-size: 8px; font-weight: 700; }
.recommendation-title { display: flex; flex-direction: column; }
.recommendation-title strong { font-size: 12px; }
.recommendation-title small { color: #78847c; font-size: 7px; }
.recommendation-values { display: grid; grid-template-columns: auto auto; gap: 17px; text-align: right; }
.recommendation-values span { display: flex; flex-direction: column; color: #7b8780; font-size: 7px; text-transform: uppercase; letter-spacing: .07em; }
.recommendation-values b { color: var(--ink); font-size: 10px; letter-spacing: 0; }
.recommendation-detail { padding: 11px 17px 13px 95px; display: flex; justify-content: space-between; gap: 15px; border-top: 1px solid var(--line); }
.recommendation-detail p { max-width: 500px; margin: 0; color: var(--muted); font-size: 8px; }
.recommendation-tags { display: flex; gap: 4px; flex: 0 0 auto; }
.recommendation-tags i { height: max-content; padding: 4px 6px; border-radius: 4px; background: #ecefe8; font-size: 7px; font-style: normal; }
.check-progress { padding: 6px 8px; border-radius: 99px; background: #e5e8df; color: #657269; font-size: 7px; }
.checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.checklist input { position: absolute; opacity: 0; pointer-events: none; }
.checklist label > span { min-height: 87px; padding: 13px; display: grid; grid-template-columns: 28px 1fr; align-items: center; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.5); cursor: pointer; }
.checklist i { width: 23px; height: 23px; grid-row: 1/3; display: grid; place-items: center; border: 1px solid #bbc3bd; border-radius: 50%; color: transparent; font-size: 8px; font-style: normal; }
.checklist b, .checklist small { grid-column: 2; }
.checklist b { align-self: end; font-size: 9px; }
.checklist small { align-self: start; color: #77837b; font-size: 7px; }
.checklist input:checked + span { border-color: var(--green-2); background: var(--green-soft); }
.checklist input:checked + span i { border-color: var(--green); background: var(--green); color: white; }
.result-sidebar { position: sticky; top: 95px; display: flex; flex-direction: column; gap: 11px; }
.next-step-card { padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.5); }
.next-step-card h3 { margin: 9px 0 8px; font: 600 16px var(--display); letter-spacing: -.03em; }
.next-step-card p { margin-bottom: 12px; color: var(--muted); font-size: 9px; }
.next-step-card > a:not(.button) { font-size: 9px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.next-step-card > small { display: block; margin-top: 10px; color: #7f8b83; font-size: 7px; }
.commercial { padding: 22px; background: var(--green); color: white; }
.ad-label { display: inline-block; color: #a4b9ae; font-size: 7px; letter-spacing: .12em; }
.fit-badge { margin: 22px 0 16px; display: flex; align-items: center; gap: 9px; }
.fit-badge > i { width: 10px; height: 10px; border: 3px solid rgba(201,239,98,.25); border-radius: 50%; background: var(--lime); }
.fit-badge > span { display: flex; flex-direction: column; }
.fit-badge b { font-size: 9px; }
.fit-badge small { color: #9db2a8; font-size: 7px; }
.commercial h3 { font-size: 21px; }
.commercial p { color: #b5c6be; }
.commercial .button { width: 100%; margin-top: 5px; }
.commercial > small, .commercial > small a { color: #8fa69a; }
.grant-card { background: #e5ead9; }
.grant-card > strong { display: block; margin-top: 13px; font: 600 34px var(--display); letter-spacing: -.05em; }
.tariff-card { background: #eadfd4; }
.assumption-card dl { margin: 14px 0; }
.assumption-card dl div { padding: 6px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 8px; }
.assumption-card dt { color: #748078; }
.assumption-card dd { margin: 0; font-weight: 700; text-align: right; }
.results-disclaimer { margin-top: 10px; padding: 13px 15px; border-radius: 9px; background: #e8e5dc; color: #67746c; font-size: 8px; }
.toast { padding: 10px 16px; position: fixed; bottom: 28px; left: 50%; z-index: 100; transform: translate(-50%, 30px); opacity: 0; pointer-events: none; border-radius: 99px; background: var(--ink); color: white; font-size: 10px; transition: .3s; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes step-in { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: none; } }

/* Legal pages */
.legal-main { width: min(820px, 90vw); margin: 0 auto; padding: 80px 0 120px; }
.legal-main h1 { font: 500 clamp(44px, 6vw, 70px)/1 var(--display); letter-spacing: -.06em; }
.legal-main h2 { margin-top: 45px; font: 600 25px var(--display); letter-spacing: -.04em; }
.legal-main p, .legal-main li { color: #536159; font-size: 13px; }
.legal-main .legal-meta { padding-bottom: 24px; border-bottom: 1px solid var(--line); color: #7b8780; font-size: 9px; }
.legal-callout { margin: 25px 0; padding: 18px; border-radius: 12px; background: var(--green-soft); }
.legal-table { width: 100%; border-collapse: collapse; font-size: 11px; }
.legal-table th, .legal-table td { padding: 11px; border-bottom: 1px solid var(--line); text-align: left; }

/* Search landing pages */
.guide-hero { padding: 85px 0 75px; display: grid; grid-template-columns: 1fr 420px; gap: 75px; align-items: center; }
.guide-hero h1 { margin: 20px 0 24px; font: 500 clamp(48px, 6vw, 76px)/1 var(--display); letter-spacing: -.065em; }
.guide-hero h1 em { color: var(--green-2); font-style: normal; font-weight: 400; }
.guide-hero p { max-width: 660px; color: var(--muted); font-size: 15px; }
.guide-card { padding: 30px; border-radius: 20px; background: var(--green); color: white; box-shadow: var(--shadow); }
.guide-card > span { color: #abc0b5; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.guide-card > strong { display: block; margin: 8px 0 2px; font: 600 46px var(--display); letter-spacing: -.06em; }
.guide-card > small { display: block; color: #9eb4a9; font-size: 8px; }
.guide-card ul { margin: 24px 0; padding: 0; list-style: none; }
.guide-card li { padding: 10px 0; border-top: 1px solid rgba(255,255,255,.14); font-size: 10px; }
.guide-card li i { margin-right: 8px; color: var(--lime); font-style: normal; }
.guide-card .button { width: 100%; }
.guide-content { padding: 90px 0 125px; border-top: 1px solid var(--line); }
.guide-content-grid { display: grid; grid-template-columns: 220px 1fr; gap: 80px; }
.guide-nav { position: sticky; top: 25px; height: max-content; display: flex; flex-direction: column; gap: 10px; }
.guide-nav strong { margin-bottom: 5px; color: #78847c; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.guide-nav a { font-size: 10px; font-weight: 600; }
.guide-article h2 { margin-top: 55px; font: 600 31px var(--display); letter-spacing: -.045em; }
.guide-article h2:first-child { margin-top: 0; }
.guide-article h3 { margin-top: 28px; font: 600 18px var(--display); letter-spacing: -.03em; }
.guide-article p, .guide-article li { color: #536159; font-size: 13px; }
.guide-facts { margin: 28px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.guide-facts div { padding: 18px; border: 1px solid var(--line); border-radius: 11px; background: var(--white); }
.guide-facts small { display: block; color: #7a867f; font-size: 8px; }
.guide-facts strong { font: 600 20px var(--display); }
.guide-callout { margin: 35px 0; padding: 24px; border-radius: 14px; background: var(--green-soft); }
.guide-callout h3 { margin-top: 0; }
.guide-article .button { margin-top: 12px; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 72px; }
  .hero-copy { padding-left: 4vw; }
  .hero h1 { max-width: 800px; }
  .hero-product { margin-top: 20px; }
  .source-band { grid-template-columns: repeat(4, 1fr); }
  .source-band > span { grid-column: 1/-1; margin-bottom: 8px; }
  .source-band div:first-of-type { border-left: 0; }
  .planner-body { grid-template-columns: 230px 1fr; }
  .planner-context { padding-left: 28px; }
  .home-choices { grid-template-columns: 1fr 1fr; }
  .results-grid { grid-template-columns: 1fr; }
  .result-sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; }
  .commercial { grid-row: span 2; }
}

@media (max-width: 780px) {
  .announcement { justify-content: space-between; }
  .announcement span:first-child { max-width: 57vw; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .hero { min-height: auto; }
  .hero h1 { font-size: 53px; }
  .hero-product { height: 520px; transform: scale(.9); margin-inline: -30px; }
  .source-band { grid-template-columns: 1fr 1fr; }
  .source-band div { border-left: 0; border-top: 1px solid var(--line); }
  .section-intro { grid-template-columns: 1fr; }
  .section-intro > p { margin: 22px 0 0; justify-self: start; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 280px; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-visual { margin-bottom: 28px; }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-wide { grid-column: auto; flex-direction: column; align-items: flex-start; }
  .bento-wide ul { width: 100%; min-width: 0; }
  .example { grid-template-columns: 1fr; gap: 50px; }
  .trust-card { padding: 50px; grid-template-columns: 1fr; gap: 45px; }
  .faq-grid { grid-template-columns: 1fr; }
  .final-cta { padding: 50px; flex-direction: column; align-items: flex-start; }
  .guide-hero { grid-template-columns: 1fr; }
  .guide-content-grid { grid-template-columns: 1fr; }
  .guide-nav { position: static; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .planner-body { display: block; }
  .planner-context { display: none; }
  .planner-step { width: min(620px, 90vw); }
  .results-top { align-items: flex-start; flex-direction: column; }
  .result-hero { grid-template-columns: 1fr 1fr; }
  .result-hero > div:nth-child(2) { border-right: 0; }
  .projection-card { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .announcement { font-size: 8px; }
  .site-header { height: 70px; }
  .brand { font-size: 18px; }
  .site-header .button { padding: 10px 12px; }
  .hero { padding: 55px 0 65px; }
  .hero-copy { padding-left: 0; }
  .hero h1 { font-size: 47px; }
  .hero-lead { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-assurance { gap: 11px; }
  .hero-product { height: 480px; transform: scale(.79); margin-inline: -65px; }
  .float-source { left: 0; }
  .float-grant { right: 0; }
  .problem, .inside, .example { padding: 90px 0; }
  .section-intro h2, .example-copy h2, .trust-head h2, .final-cta h2 { font-size: 40px; }
  .process-card { padding: 25px; }
  .bento-wide ul { grid-template-columns: 1fr; }
  .example-metrics { grid-template-columns: 1fr; }
  .example-metrics > div { min-height: 75px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .trust-card { padding: 38px 25px; }
  .final-cta { padding: 42px 26px; }
  .footer-main { grid-template-columns: 1fr; }
  .guide-hero { padding: 60px 0; }
  .guide-hero h1 { font-size: 45px; }
  .guide-facts { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 5px; }
  .planner-header { grid-template-columns: 1fr auto; height: 70px; }
  .planner-header .brand span { display: none; }
  .planner-progress { display: none; }
  .planner-step { padding-top: 40px; }
  .step-heading h2, .results-top h2 { font-size: 36px; }
  .home-choices, .upgrade-choices, .goal-choices, .list-choices, .two-fields { grid-template-columns: 1fr 1fr; }
  .visual-choice > span { min-height: 112px; }
  .upgrade-choices label > span, .goal-choices label > span { grid-template-columns: 32px 1fr; }
  .upgrade-choices span > i, .goal-choices span > i { width: 27px; height: 27px; }
  .planner-footer { grid-template-columns: 1fr 1fr; }
  .planner-footer > span { display: none; }
  .result-actions { width: 100%; }
  .result-actions .button { flex: 1; }
  .result-hero { grid-template-columns: 1fr; }
  .result-hero > div { min-height: 92px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .confidence-bar { grid-template-columns: 1fr auto; }
  .confidence-bar p { display: none; }
  .result-section-head { align-items: flex-start; flex-direction: column; }
  .scenario-switch { width: 100%; }
  .scenario-switch button { flex: 1; }
  .recommendation-main { grid-template-columns: 27px 30px 1fr; }
  .recommendation-values { grid-column: 3; justify-content: start; text-align: left; }
  .recommendation-detail { padding-left: 15px; flex-direction: column; }
  .checklist, .result-sidebar { grid-template-columns: 1fr; }
  .commercial { grid-row: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media print {
  body { background: white; }
  body > .announcement, body > .site-header, body > main, body > footer, .planner-header, .planner-footer, .result-actions, .confidence-bar button, .scenario-switch, .result-sidebar .commercial, .result-sidebar .tariff-card { display: none !important; }
  .planner { position: static; display: block !important; height: auto; }
  .planner-body { display: block; }
  .planner-context { display: none; }
  .planner-step { display: none !important; }
  .planner-step.results-step { width: 100%; display: block !important; padding: 15px; }
  .results-grid { grid-template-columns: 1fr 260px; }
  .recommendation, .next-step-card, .quote-checklist { break-inside: avoid; }
  .result-hero { print-color-adjust: exact; -webkit-print-color-adjust: exact; }
}
