:root {
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #141613;
  background: #fafaf9;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --green: #00562f;
  --green-dark: #003e22;
  --sage: #eaf1ec;
  --ink: #141613;
  --muted: #606762;
  --line: #dfe4e0;
  --paper: #fff;
  --amber: #a85f09;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; min-width: 320px; color: var(--ink); background: #fafaf9; }
body, button, a { -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 120px 0; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.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: 8px; left: 8px; z-index: 100; padding: 10px 16px; color: #fff; background: var(--green); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #d9912b; outline-offset: 4px; }

.site-header { position: sticky; top: 0; z-index: 50; height: 76px; border-bottom: 1px solid rgba(20, 22, 19, .09); background: rgba(250, 250, 249, .94); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 9px; flex: 0 0 auto; }
.brand-mark { width: 43px; height: 43px; flex: 0 0 auto; object-fit: contain; }
.brand-type { display: flex; flex-direction: column; line-height: .9; letter-spacing: -.045em; font-family: Manrope, "Arial Black", sans-serif; }
.brand-type strong { font-size: 17px; font-weight: 800; }
.brand-type strong span { color: var(--green); }
.brand-type small { margin-top: 7px; color: #636a65; font-size: 8px; font-weight: 700; letter-spacing: .42em; }
nav { display: flex; align-items: center; gap: 29px; font-size: 14px; font-weight: 600; }
nav > a:not(.nav-cta) { position: relative; }
nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 100%; bottom: -6px; left: 0; height: 1px; background: var(--green); transition: right .2s ease; }
nav > a:hover::after, nav > a:focus-visible::after { right: 0; }
.nav-login { padding-left: 28px; border: 0; border-left: 1px solid var(--line); background: transparent; }
.nav-cta { display: inline-flex; align-items: center; gap: 18px; padding: 12px 17px; color: #fff; background: var(--green); border: 1px solid var(--green); }
.nav-cta:hover { background: var(--green-dark); }
.nav-disabled { cursor: not-allowed; opacity: .72; }
.nav-disabled small { display: block; margin-top: 1px; color: var(--green); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.nav-cta.nav-disabled { justify-content: center; min-width: 112px; }
.nav-cta.nav-disabled:hover { background: var(--green); }
.menu-button { display: none; width: 44px; height: 44px; padding: 0; color: var(--ink); background: transparent; border: 0; cursor: pointer; }
.menu-glyph { font-size: 25px; line-height: 1; }

.hero { position: relative; overflow: hidden; padding: 100px 0 92px; background: radial-gradient(circle at 76% 42%, #dfece3 0, rgba(234, 241, 236, .8) 18%, rgba(250, 250, 249, 0) 48%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .19; pointer-events: none; background-image: linear-gradient(rgba(0, 86, 47, .09) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 86, 47, .09) 1px, transparent 1px); background-size: 36px 36px; mask-image: linear-gradient(90deg, transparent 35%, #000); }
.hero-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 68px; }
.hero-grid > *, .product-grid > *, .privacy-grid > *, .faq-grid > * { min-width: 0; }
.hero-copy { max-width: 600px; }
.eyebrow { display: block; margin-bottom: 20px; color: var(--green); font-size: 13px; font-weight: 800; letter-spacing: .16em; }
h1, h2, h3 { margin: 0; font-family: Manrope, "Arial Black", sans-serif; letter-spacing: -.045em; }
h1 { font-size: clamp(3.4rem, 5.1vw, 5.55rem); line-height: .98; font-weight: 800; }
h1 em { color: var(--green); font-style: normal; }
.hero-copy > p { max-width: 590px; margin: 30px 0 34px; color: #4f5751; font-size: 20px; line-height: 1.62; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; padding: 14px 18px; color: #fff; background: var(--green); border: 1px solid var(--green); font-weight: 700; transition: transform .15s ease, background .15s ease; }
.button:hover { background: var(--green-dark); transform: translateY(-2px); }
.button-disabled { justify-content: center; cursor: not-allowed; opacity: .78; }
.button-disabled:hover { background: var(--green); transform: none; }
.button-secondary { color: var(--ink); background: transparent; border-color: #afb7b1; }
.button-secondary:hover { color: #fff; }
.trust-line { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 26px; color: #5d655f; font-size: 13px; font-weight: 600; }
.trust-line span { display: inline-flex; align-items: center; gap: 6px; }
.icon { width: 22px; height: 22px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.trust-line .icon { width: 15px; height: 15px; color: var(--green); }

.hero-product { position: relative; padding: 25px 0 23px 25px; }
.hero-product::before { content: ""; position: absolute; inset: 0 5% 0 0; background: var(--green); }
.ledger { position: relative; z-index: 2; margin-left: 3%; background: #fff; border: 1px solid #dce2dd; box-shadow: 0 24px 65px rgba(9, 37, 23, .16); font-variant-numeric: tabular-nums; }
.ledger-topline { display: flex; align-items: end; justify-content: space-between; padding: 24px 26px 20px; border-top: 4px solid var(--green); }
.ledger-topline > div:first-child { display: flex; flex-direction: column; }
.ledger-topline .eyebrow { margin: 0 0 7px; font-size: 9px; }
.ledger-topline strong { font-family: Manrope, sans-serif; font-size: 19px; }
.horizon { display: flex; gap: 8px; align-items: center; color: var(--muted); font-size: 11px; }
.horizon b { padding: 7px 9px; color: var(--ink); border: 1px solid var(--line); }
.number-grid { display: grid; grid-template-columns: 1.25fr 1fr .7fr; background: #f5f8f6; border-block: 1px solid var(--line); }
.number-grid > div { position: relative; min-height: 90px; padding: 18px 20px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.number-grid > div:last-child { border: 0; }
.number-grid span, .ledger-heading { color: #778079; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.number-grid strong { margin-top: 4px; font-family: Manrope, sans-serif; font-size: 25px; }
.number-grid > div:first-child strong { color: var(--green); font-size: 30px; }
.number-grid small { color: var(--muted); font-size: 10px; }
.ledger-heading, .ledger-row { display: grid; grid-template-columns: 63px 1fr 90px 98px; align-items: center; column-gap: 8px; }
.ledger-heading { padding: 14px 22px 10px; }
.ledger-heading span:nth-child(n+3) { text-align: right; }
.ledger-row { min-height: 51px; margin: 0 12px; padding: 0 10px; color: #69706b; border-top: 1px solid #edf0ee; font-size: 11px; }
.ledger-row > span:nth-child(2) { display: flex; align-items: center; gap: 9px; color: var(--ink); font-size: 12px; }
.ledger-row > span:nth-child(2) i { width: 5px; height: 5px; border: 1.5px solid #829087; border-radius: 50%; }
.ledger-row > span:nth-child(3), .ledger-row > strong { text-align: right; }
.ledger-row > strong { color: var(--ink); font-size: 12px; }
.ledger-row.income > span:nth-child(3) { color: var(--green); }
.ledger-row.low { margin-inline: 0; padding-inline: 22px; background: #f2f7f3; border-left: 3px solid var(--green); }
.ledger-row.low > span:nth-child(2) i { background: var(--green); border-color: var(--green); }
.ledger-foot { display: flex; justify-content: space-between; padding: 14px 22px; color: var(--muted); background: #fafbf9; border-top: 1px solid var(--line); font-size: 9px; }
.ledger-foot span:first-child { display: flex; align-items: center; gap: 6px; color: var(--green); font-weight: 800; letter-spacing: .08em; }
.ledger-foot i { width: 7px; height: 7px; background: var(--green); border-radius: 50%; }
.date-stamp { position: absolute; z-index: 4; top: 0; right: -9px; width: 104px; height: 104px; display: grid; place-content: center; color: #fff; background: #101511; border: 5px solid #fafaf9; box-shadow: 0 12px 30px rgba(0, 0, 0, .15); text-align: center; }
.date-stamp span { font-size: 7px; letter-spacing: .1em; }
.date-stamp strong { font-family: Manrope, sans-serif; font-size: 40px; line-height: .95; }
.date-stamp small { color: #a9d8b9; font-weight: 800; }
.balance-note { position: absolute; z-index: 4; right: -24px; bottom: 0; width: 220px; padding: 17px 19px; color: #fff; background: #111511; box-shadow: 0 16px 35px rgba(0, 0, 0, .18); }
.balance-note span, .balance-note small { display: block; color: #9fa8a1; font-size: 8px; letter-spacing: .1em; }
.balance-note strong { display: block; margin: 4px 0; font-family: Manrope, sans-serif; font-size: 25px; }

.proof-bar { color: #fff; background: #111511; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid p { margin: 0; padding: 25px 28px; border-right: 1px solid #303631; font-family: Manrope, sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .07em; }
.proof-grid p:first-child { padding-left: 0; }
.proof-grid p:last-child { border-right: 0; }
.proof-grid span { display: block; margin-top: 4px; color: #a9d8b9; font-family: "DM Sans", sans-serif; font-size: 13px; font-weight: 500; letter-spacing: 0; }

.section-heading { max-width: 680px; margin-bottom: 55px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading .eyebrow { margin-bottom: 15px; }
.section-heading h2, .product-copy h2, .privacy-grid h2, .faq-intro h2, .final-grid h2, .artwork-caption h2 { font-size: clamp(2.5rem, 4vw, 4rem); line-height: 1.06; }
.section-heading > p, .faq-intro > p { color: var(--muted); font-size: 18px; line-height: 1.65; }
.steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; padding: 0; margin: 0; list-style: none; }
.steps::before { content: ""; position: absolute; top: 37px; right: 8%; left: 8%; height: 1px; background: #bdc9c0; }
.steps li { position: relative; display: flex; align-items: flex-start; gap: 20px; padding: 35px 27px 30px; background: #fafaf9; border-top: 3px solid var(--green); box-shadow: 0 0 0 1px var(--line); }
.step-number { position: relative; z-index: 2; width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; background: var(--green); border-radius: 50%; font-size: 12px; font-weight: 800; }
.steps h3 { margin-bottom: 8px; font-size: 22px; }
.steps p { margin: 0; color: var(--muted); line-height: 1.6; }

.artwork-section { padding: 0 0 120px; background: #fafaf9; }
.artwork-frame { position: relative; min-height: 520px; overflow: hidden; background: var(--green); }
.artwork-frame img { width: 100%; height: 620px; object-fit: cover; }
.artwork-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0, 36, 19, .92) 0%, rgba(0, 50, 28, .66) 37%, rgba(0, 0, 0, 0) 68%); }
.artwork-caption { position: absolute; z-index: 2; top: 50%; left: clamp(28px, 6vw, 76px); width: min(510px, calc(100% - 56px)); color: #fff; transform: translateY(-50%); }
.artwork-caption .eyebrow { color: #b9dfc6; }
.artwork-caption p { max-width: 450px; color: #d5e7db; font-size: 18px; line-height: 1.7; }

.product-section { background: var(--sage); }
.product-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 88px; align-items: center; }
.product-copy > p { margin: 25px 0; color: #58615b; font-size: 18px; line-height: 1.7; }
.product-copy ul { padding: 0; margin: 28px 0 0; list-style: none; }
.product-copy li { display: flex; align-items: center; gap: 10px; padding: 9px 0; font-weight: 600; }
.product-copy li .icon { width: 17px; color: var(--green); }
.demo-card { padding: 32px; background: #fff; border-top: 4px solid var(--green); box-shadow: 0 22px 55px rgba(26, 62, 42, .1); }
.demo-head { display: flex; justify-content: space-between; gap: 24px; }
.demo-head .eyebrow { margin-bottom: 7px; font-size: 9px; }
.demo-head h3 { font-size: 24px; }
.scenario-toggle { min-width: 140px; padding: 8px 12px; text-align: left; background: #fafbf9; border: 1px solid #aab4ad; cursor: pointer; }
.scenario-toggle span { display: block; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.scenario-toggle strong { display: block; margin-top: 3px; color: var(--green); font-size: 15px; }
.scenario-toggle.active { background: #fff8ed; border-color: #d49a53; }
.scenario-toggle.active strong { color: var(--amber); }
.demo-summary { display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 24px; margin-top: 28px; padding: 19px 20px; background: #f4f7f5; border-left: 3px solid var(--green); }
.demo-summary > div { display: grid; }
.demo-summary span { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.demo-summary strong { font: 800 29px Manrope, sans-serif; transition: color .2s ease; }
.demo-summary strong.warning { color: var(--amber); }
.demo-summary small { color: var(--muted); }
.demo-summary p { margin: 0; color: #4f5852; line-height: 1.55; }
.forecast-chart { display: block; width: 100%; margin-top: 18px; overflow: visible; }
.forecast-chart text { fill: #78817b; font-size: 7px; font-weight: 700; letter-spacing: .08em; }
.buffer-line { stroke: #aeb8b1; stroke-width: 1; stroke-dasharray: 4 4; }
.forecast-area { fill: rgba(0, 86, 47, .07); transition: d .4s ease; }
.forecast-path { fill: none; stroke: var(--green); stroke-width: 3; stroke-linecap: round; transition: d .4s ease, stroke .2s ease; }
.forecast-path.changed { stroke: var(--amber); }
.chart-point { fill: var(--amber); stroke: #fff; stroke-width: 2; }
.demo-dates { display: flex; justify-content: space-between; color: #747d77; font-size: 8px; font-weight: 800; letter-spacing: .08em; }

.feature-section { background: #fcfcfb; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-card { min-height: 305px; padding: 33px; background: #fff; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 43px; color: var(--green); background: var(--sage); }
.feature-card > span { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.feature-card h3 { max-width: 290px; margin: 12px 0; font-size: 23px; line-height: 1.2; }
.feature-card p { margin: 0; color: var(--muted); line-height: 1.65; }

.privacy-section { padding: 105px 0; color: #fff; background: var(--green); }
.privacy-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 115px; align-items: center; }
.privacy-grid .eyebrow { color: #b9dfc6; }
.privacy-grid > div:first-child > p { max-width: 650px; color: #d2e5d8; font-size: 18px; line-height: 1.75; }
.privacy-grid > div:first-child > a, .faq-intro > a { display: inline-flex; align-items: center; gap: 18px; margin-top: 13px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-weight: 700; }
.privacy-card { padding: 37px; color: var(--ink); background: #f8fbf8; }
.privacy-card > .icon { width: 37px; height: 37px; color: var(--green); }
.privacy-card blockquote { margin: 29px 0; font: 700 29px/1.3 Manrope, sans-serif; letter-spacing: -.03em; }
.privacy-card ul { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; }
.privacy-card li { padding: 7px 10px; color: #31523f; background: var(--sage); font-size: 11px; font-weight: 700; }

.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; align-items: stretch; }
.price-card { position: relative; min-height: 390px; display: flex; flex-direction: column; padding: 30px; background: #fff; border: 1px solid var(--line); border-top: 3px solid #b7c0b9; }
.price-card.featured { color: #fff; background: #111511; border-color: #111511; border-top-color: #89c29d; transform: translateY(-12px); }
.best-value { position: absolute; top: 0; right: 0; padding: 7px 10px; color: #0c3d24; background: #a9d8b9; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.price-card h3 { margin-bottom: 28px; font-size: 18px; }
.price-card > strong { font: 800 46px Manrope, sans-serif; letter-spacing: -.06em; }
.price-note { min-height: 38px; color: var(--green); font-size: 13px; font-weight: 700; }
.featured .price-note { color: #a9d8b9; }
.price-card p { color: var(--muted); line-height: 1.6; }
.featured p { color: #b8c0ba; }
.price-action { display: flex; justify-content: space-between; width: 100%; margin-top: auto; padding: 17px 0 0; color: var(--muted); background: transparent; border: 0; border-top: 1px solid var(--line); font-weight: 700; text-align: left; cursor: not-allowed; }
.featured .price-action { color: #aeb6b0; border-color: #3c443e; }
.pricing-footnote { margin: 30px auto 0; color: var(--muted); text-align: center; font-size: 13px; }

.faq-section { border-top: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; }
.faq-intro { position: sticky; top: 120px; align-self: start; }
.faq-intro > p { margin-top: 22px; }
.faq-intro > a { color: var(--green); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; gap: 20px; padding: 25px 4px; list-style: none; cursor: pointer; font: 700 18px Manrope, sans-serif; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--green); font-size: 24px; font-weight: 400; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: -5px 40px 25px 4px; color: var(--muted); line-height: 1.7; }

.final-cta { padding: 78px 0; color: #fff; background: #111511; }
.final-grid { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.final-grid .eyebrow { color: #9ad0ac; }
.final-grid > div:last-child { min-width: 250px; }
.final-grid .button { width: 100%; color: #102116; background: #97cfaa; border-color: #97cfaa; }
.final-grid > div:last-child p { margin: 11px 0 0; color: #aeb6b0; text-align: center; font-size: 12px; }

footer { padding: 70px 0 24px; background: #f0f3f0; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 60px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; color: #59615b; font-size: 14px; }
.footer-grid > div:first-child p { max-width: 270px; line-height: 1.6; }
.footer-grid > div > strong { margin-bottom: 9px; color: var(--ink); font-size: 10px; letter-spacing: .15em; }
.footer-grid a:hover { color: var(--green); }
.footer-grid span small { margin-left: 4px; color: #8b938d; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 20px; color: #6f7771; border-top: 1px solid #d5dad6; font-size: 11px; }

@media (max-width: 1060px) {
  nav { gap: 18px; }
  .hero-grid { grid-template-columns: .86fr 1.14fr; gap: 30px; }
  .ledger-heading, .ledger-row { grid-template-columns: 56px 1fr 78px 88px; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .price-card.featured { transform: none; }
}

@media (max-width: 860px) {
  .shell { width: min(calc(100% - 34px), 680px); }
  .section { padding: 88px 0; }
  .site-header { height: 68px; }
  .menu-button { display: block; }
  nav { position: absolute; top: 68px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 24px 25px; background: #fafaf9; border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(0, 0, 0, .08); }
  nav.open { display: flex; }
  nav a { padding: 12px 0; }
  .nav-login { padding: 12px 0; margin-top: 8px; border-top: 1px solid var(--line); border-left: 0; text-align: left; }
  .nav-cta { margin-top: 7px; padding: 13px 15px; }
  .hero { padding: 78px 0 85px; }
  .hero-grid, .product-grid, .privacy-grid, .faq-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-copy { max-width: 650px; }
  .hero-product { margin-top: 32px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid p, .proof-grid p:first-child { padding: 19px 0; border-right: 0; border-bottom: 1px solid #303631; }
  .proof-grid p:last-child { border-bottom: 0; }
  .steps { grid-template-columns: 1fr; }
  .steps::before { display: none; }
  .artwork-section { padding-bottom: 88px; }
  .artwork-frame img { height: 560px; }
  .artwork-frame::after { background: linear-gradient(90deg, rgba(0, 36, 19, .91) 0%, rgba(0, 50, 28, .62) 65%, rgba(0, 0, 0, .1)); }
  .product-grid, .privacy-grid, .faq-grid { gap: 55px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .privacy-card { max-width: 550px; }
  .faq-intro { position: static; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 580px) {
  .shell { width: calc(100% - 30px); }
  h1 { font-size: clamp(2.2rem, 9.6vw, 2.7rem); }
  .hero-copy > p { font-size: 17px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-line { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .hero-product { padding: 18px 0 18px 13px; }
  .date-stamp { right: -8px; width: 76px; height: 76px; }
  .date-stamp strong { font-size: 29px; }
  .balance-note { right: -6px; width: 185px; }
  .ledger-topline { padding: 20px 16px 16px; }
  .number-grid { grid-template-columns: 1.15fr .85fr; }
  .number-grid > div:last-child { display: none; }
  .number-grid > div:nth-child(2) { border-right: 0; }
  .number-grid > div { padding: 15px 13px; }
  .number-grid strong, .number-grid > div:first-child strong { font-size: 22px; }
  .ledger-heading, .ledger-row { grid-template-columns: 45px 1fr 78px; column-gap: 5px; }
  .ledger-heading span:nth-child(3), .ledger-row > span:nth-child(3) { display: none; }
  .ledger-row { margin: 0 7px; padding-inline: 7px; }
  .ledger-row.low { margin-inline: 0; padding-inline: 12px; }
  .ledger-foot span:last-child { display: none; }
  .steps li { padding: 26px 20px; }
  .artwork-frame { min-height: 540px; }
  .artwork-frame img { height: 540px; object-position: 60% center; }
  .artwork-frame::after { background: linear-gradient(0deg, rgba(0, 36, 19, .94) 0%, rgba(0, 50, 28, .58) 70%, rgba(0, 0, 0, .08)); }
  .artwork-caption { top: auto; bottom: 22px; transform: none; }
  .demo-card { padding: 22px 16px; }
  .demo-head { flex-direction: column; }
  .scenario-toggle { width: 100%; }
  .demo-summary { grid-template-columns: 1fr; gap: 9px; }
  .feature-grid, .pricing-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .feature-icon { margin-bottom: 28px; }
  .privacy-section { padding: 82px 0; }
  .privacy-card { padding: 27px; }
  .final-grid { display: grid; align-items: stretch; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

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

@media (forced-colors: active) {
  .button, .nav-cta, .step-number, .date-stamp, .balance-note { border: 1px solid ButtonText; }
  .hero::before, .artwork-frame::after { display: none; }
  .artwork-caption { color: CanvasText; background: Canvas; }
}
