:root {
  --lime: #b5f36b;
  --lime-soft: #f0fce7;
  --green: #18a874;
  --green-dark: #087a51;
  --forest: #084a1b;
  --ink: #000000;
  --muted: #858585;
  --canvas: #f8f9f8;
  --border: #e7eae8;
  --white: #ffffff;
  --expense: #e26a5e;
  --shadow: 0 18px 50px rgba(10, 67, 34, .11);
  --radius: 22px;
}

@font-face { font-family: 'Inter'; src: url('./assets/fonts/Inter-Regular.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('./assets/fonts/Inter-Medium.ttf') format('truetype'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('./assets/fonts/Inter-SemiBold.ttf') format('truetype'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('./assets/fonts/Inter-Bold.ttf') format('truetype'); font-weight: 700; font-style: normal; font-display: swap; }

* { box-sizing: border-box; }
html, body { max-width: 100%; overflow-x: clip; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.45; -webkit-font-smoothing: antialiased; }
button, a { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.container { width: min(1152px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 18px; top: -60px; padding: 10px 14px; color: var(--forest); background: var(--lime); border-radius: 8px; transition: top .2s ease; }
.skip-link:focus { top: 18px; }

.site-header { position: sticky; z-index: 10; top: 0; background: rgba(255, 255, 255, .86); border-bottom: 1px solid transparent; backdrop-filter: blur(12px); transition: border-color .2s ease, box-shadow .2s ease; }
.site-header.is-scrolled { border-color: var(--border); box-shadow: 0 2px 12px rgba(0, 0, 0, .025); }
.nav-wrap { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 20px; font-weight: 600; letter-spacing: -1px; }
.brand > span:last-child > span { color: var(--green-dark); }
.brand-mark { width: 24px; height: 24px; display: flex; align-items: end; gap: 2px; padding: 3px; background: var(--forest); border-radius: 7px; }
.brand-mark i { display: block; width: 5px; background: var(--lime); border-radius: 2px; }
.brand-mark i:nth-child(1) { height: 9px; }.brand-mark i:nth-child(2) { height: 14px; }.brand-mark i:nth-child(3) { height: 18px; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; margin-right: 16px; }
.desktop-nav a { color: #353935; font-size: 14px; font-weight: 500; transition: color .2s ease; }.desktop-nav a:hover { color: var(--green-dark); }
.nav-cta { display: inline-flex; align-items: center; min-height: 38px; padding: 0 17px; color: var(--lime); background: var(--forest); border-radius: 99px; font-size: 13px; font-weight: 600; transition: transform .2s ease, background .2s ease; }
.nav-cta:hover, .button:hover { transform: translateY(-2px); }.nav-cta:hover { background: #0d5d24; }
.menu-button, .mobile-nav { display: none; }

.hero { overflow: hidden; background: var(--canvas); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr); min-height: 674px; align-items: center; gap: 52px; padding-top: 52px; }
.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 18px; color: var(--green-dark); font-size: 12px; font-weight: 600; letter-spacing: .09em; line-height: 1.2; text-transform: uppercase; }
.dot { width: 8px; height: 8px; display: inline-block; background: var(--lime); border: 1px solid var(--green-dark); border-radius: 50%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 500; letter-spacing: -0.065em; }
h1 { max-width: 620px; margin-bottom: 24px; font-size: clamp(46px, 5vw, 72px); line-height: 1.02; }
h1 em, h2 em { color: var(--green-dark); font-style: normal; }
.hero-lead { max-width: 480px; margin-bottom: 30px; color: #4b514c; font-size: 17px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 14px; padding: 0 24px; border: 0; border-radius: 99px; font-size: 15px; font-weight: 600; transition: transform .2s ease, background .2s ease; }.button-dark { color: var(--lime); background: var(--forest); }.button-dark:hover { background: #0e6026; }.button-lime { color: var(--forest); background: var(--lime); }.button-lime:hover { background: #c6fb87; }
.play-store-badge { display: inline-flex; width: 178px; border-radius: 9px; transition: transform .2s ease, filter .2s ease; }.play-store-badge:hover { transform: translateY(-2px); filter: drop-shadow(0 8px 12px rgba(8, 74, 27, .16)); }.play-store-badge img { display: block; width: 100%; height: auto; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--green-dark); font-size: 14px; font-weight: 600; }.text-link span { transition: transform .2s ease; }.text-link:hover span { transform: translateY(3px); }
.micro-copy { max-width: 330px; margin: 26px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.hero-visual { position: relative; width: 100%; min-width: 0; height: 550px; display: flex; justify-content: center; align-items: end; }
.orbit { position: absolute; border: 1px solid rgba(8, 122, 81, .18); border-radius: 50%; }.orbit-one { width: 490px; height: 490px; bottom: -120px; }.orbit-two { width: 620px; height: 620px; bottom: -190px; border-color: rgba(8, 122, 81, .09); }
.phone-shell { position: relative; z-index: 1; width: min(294px, calc(100% - 32px)); height: 532px; overflow: hidden; background: #fff; border: 8px solid #202421; border-bottom-width: 9px; border-radius: 36px; box-shadow: 0 20px 42px rgba(8, 74, 27, .22); }
.phone-top { height: 25px; display: flex; justify-content: space-between; align-items: center; padding: 0 12px; font-size: 8px; font-weight: 600; }
.dash-header { display: flex; justify-content: space-between; align-items: flex-start; padding: 11px 14px 12px; }.dash-header strong, .dash-header span { display: block; }.dash-header strong { font-size: 19px; font-weight: 500; letter-spacing: -.04em; line-height: 1.12; }.dash-header span { margin-top: 4px; color: var(--muted); font-size: 10px; }.dash-header button { position: relative; width: 29px; height: 29px; padding: 2px; color: var(--ink); background: transparent; border: 0; }.dash-header button:after { content: ''; position: absolute; right: 3px; top: 3px; width: 6px; height: 6px; background: var(--expense); border: 1px solid #fff; border-radius: 50%; }.dash-icon { width: 22px; height: 22px; filter: brightness(0); }
.dash-scroll { height: 393px; overflow: hidden; padding: 0 14px; }.dash-balance { padding: 4px 0 22px; }.dash-balance p { margin: 0 0 6px; color: var(--muted); font-size: 12px; }.dash-balance > div { display: flex; align-items: center; gap: 8px; }.dash-balance strong { font-size: 27px; font-weight: 400; letter-spacing: -.065em; line-height: 1.08; }.dash-balance button { width: 24px; height: 24px; padding: 0; color: var(--ink); background: transparent; border: 0; font-size: 13px; }.dash-balance > span { display: block; margin-top: 8px; font-size: 10px; }
.dash-section-head, .dash-activity-head { display: flex; justify-content: space-between; align-items: center; }.dash-section-head > div:first-child strong, .dash-section-head > div:first-child span { display: block; }.dash-section-head > div:first-child strong, .dash-activity-head strong { font-size: 15px; font-weight: 600; letter-spacing: -.02em; }.dash-section-head > div:first-child span { margin-top: 3px; font-size: 9px; }.dash-section-head > div:last-child { display: flex; align-items: center; gap: 2px; }.dash-section-head button, .dash-activity-head button { padding: 0 4px; color: var(--green-dark); background: transparent; border: 0; font-size: 9px; font-weight: 600; }.dash-section-head .asset-add { display: grid; width: 27px; height: 27px; place-items: center; padding: 0; color: var(--green-dark); background: var(--lime-soft); border-radius: 50%; font-size: 19px; font-weight: 400; }
.asset-row { display: flex; gap: 9px; margin-top: 12px; }.asset-card { position: relative; width: 144px; height: 89px; flex: 0 0 auto; overflow: hidden; padding: 12px; border-radius: 15px; }.asset-card:before { content: ''; position: absolute; width: 70px; height: 70px; top: -27px; right: -18px; border-radius: 50%; }.asset-card i { position: absolute; z-index: 1; right: 11px; top: 11px; font-size: 13px; transform: rotate(-30deg); }.asset-card p, .asset-card strong { position: relative; z-index: 1; display: block; margin: 0; }.asset-card p { margin-top: 18px; font-size: 10px; font-weight: 600; }.asset-card strong { margin-top: 3px; font-size: 14px; letter-spacing: -.04em; }.bank-card { color: #fff; background: #133e2a; }.bank-card:before { background: rgba(181,243,107,.14); }.investment-card { color: #17351f; background: #dff3a6; }.investment-card:before { background: rgba(88,132,93,.14); }.wallet-chip { position: relative; z-index: 1; display: block; width: 24px; height: 17px; border: 1px solid rgba(0,0,0,.12); border-radius: 4px; }.wallet-chip:after { content: ''; display: block; width: 1px; height: 100%; margin: auto; background: rgba(0,0,0,.15); }.bank-card .wallet-chip { background: var(--lime); }.investment-card .wallet-chip { background: #58845d; }
.cash-flow { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 18px; }.cash-flow article { padding: 11px; border: 1px solid var(--border); border-radius: 15px; }.cash-flow p { display: flex; align-items: center; gap: 4px; margin: 0 0 7px; font-size: 10px; }.cash-flow strong { display: block; overflow: hidden; font-size: 12px; letter-spacing: -.04em; white-space: nowrap; }.cash-flow article:first-child strong { color: var(--income); }.cash-flow article:last-child strong { color: var(--expense); }.flow-icon { display: grid; width: 16px; height: 16px; place-items: center; border-radius: 50%; }.flow-icon img { width: 10px; height: 10px; }.income-icon { background: rgba(18,158,112,.12); }.income-icon img { filter: invert(48%) sepia(40%) saturate(1127%) hue-rotate(110deg) brightness(91%) contrast(91%); }.expense-icon { background: rgba(226,106,94,.12); }.expense-icon img { filter: invert(53%) sepia(44%) saturate(650%) hue-rotate(320deg) brightness(96%) contrast(84%); }
.dash-activity { padding: 22px 0; }.dash-activity-head { margin-bottom: 4px; }.dash-transaction { display: grid; grid-template-columns: 31px 1fr auto 10px; align-items: center; gap: 7px; padding: 10px 0; }.tx-icon { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; font-size: 16px; }.tx-icon.food, .cat-icon.food { color: #8d5b18; background: #fff3cc; }.dash-transaction b, .dash-transaction small { display: block; }.dash-transaction b { font-size: 10px; }.dash-transaction small { margin-top: 3px; color: var(--muted); font-size: 8px; }.dash-transaction strong { color: var(--expense); font-size: 10px; }.chevron-icon { width: 10px; height: 10px; filter: invert(61%) sepia(0%) saturate(0%) hue-rotate(148deg) brightness(91%) contrast(89%); }
.app-nav { position: absolute; bottom: 0; left: 0; right: 0; display: flex; justify-content: space-around; align-items: center; height: 67px; padding: 5px 4px 8px; color: var(--ink); background: #fff; border-top: 1px solid var(--border); }.app-nav span { display: grid; width: 43px; min-height: 42px; place-items: center; align-content: center; line-height: 1; }.app-nav img { width: 15px; height: 15px; filter: brightness(0); }.app-nav small { margin-top: 4px; font-size: 7px; font-weight: 600; }.app-nav .active { color: var(--green-dark); background: var(--lime-soft); border-radius: 17px; }.quick-add { position: absolute; z-index: 2; right: 15px; bottom: 61px; display: grid; width: 42px; height: 42px; place-items: center; padding: 0; color: var(--green); background: #fff; border: 1px solid #edf0ee; border-radius: 50%; box-shadow: 0 3px 10px rgba(0,0,0,.12); font-size: 26px; font-weight: 300; }
.float-card { position: absolute; z-index: 2; background: rgba(255, 255, 255, .96); border: 1px solid rgba(231, 234, 232, .95); border-radius: 13px; box-shadow: var(--shadow); }.float-card-top { top: 89px; right: 4px; display: flex; gap: 9px; width: 178px; padding: 11px; }.float-card-top p { margin: 0; line-height: 1.25; }.float-card-top b { display: block; font-size: 9px; }.float-card-top small { display: block; margin-top: 3px; color: var(--muted); font-size: 7px; }.mini-icon { display: grid; width: 22px; height: 22px; flex: 0 0 auto; place-items: center; color: var(--forest); background: var(--lime); border-radius: 50%; font-size: 12px; font-weight: 700; }.float-card-bottom { bottom: 49px; left: 5px; width: 177px; padding: 13px; }.float-card-bottom > span { display: block; color: var(--muted); font-size: 8px; }.float-card-bottom b { display: block; margin: 3px 0 5px; font-size: 15px; letter-spacing: -.05em; }.float-card-bottom small { color: var(--green-dark); font-size: 8px; }.float-card-bottom i, .ledger-total i { display: inline-block; width: 6px; height: 6px; background: var(--lime); border-radius: 50%; }
.hero-rule { display: flex; justify-content: space-between; padding-top: 16px; padding-bottom: 17px; color: var(--green-dark); border-top: 1px solid var(--border); font-size: 12px; font-weight: 600; }

.section { padding: 126px 0; }.section-intro { display: grid; grid-template-columns: 1.1fr .8fr; column-gap: 75px; align-items: end; max-width: 940px; }.section-intro .eyebrow { grid-column: 1 / -1; }.section-intro h2, .feature-copy h2, .privacy-copy h2, .closing h2 { margin-bottom: 0; font-size: clamp(35px, 4.2vw, 54px); line-height: 1.08; }.section-intro > p:last-child { max-width: 380px; margin: 0 0 4px; color: #515651; font-size: 16px; line-height: 1.65; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 74px; border-top: 1px solid var(--border); }.step { position: relative; min-height: 286px; padding: 24px 38px 8px 0; border-right: 1px solid var(--border); }.step + .step { padding-left: 38px; }.step:last-child { padding-right: 0; border-right: 0; }.step-number { position: absolute; top: 25px; right: 36px; color: #a6aaa7; font-size: 11px; font-weight: 600; }.step:last-child .step-number { right: 0; }.step-icon { width: 54px; height: 54px; display: grid; place-items: center; margin: 27px 0 27px; background: var(--lime-soft); border-radius: 17px; }.step h3 { margin-bottom: 9px; font-size: 18px; font-weight: 600; letter-spacing: -.03em; }.step p { max-width: 275px; margin-bottom: 0; color: #5d625e; font-size: 14px; line-height: 1.6; }.write { padding: 13px; align-items: end; grid-template-columns: repeat(3, 1fr); gap: 3px; }.write i { background: var(--green-dark); border-radius: 2px; }.write i:nth-child(1) { height: 14px; }.write i:nth-child(2) { height: 25px; }.write i:nth-child(3) { height: 19px; }.notice span { display: block; width: 28px; height: 22px; background: var(--lime); border: 2px solid var(--green-dark); border-radius: 7px; }.notice span:after { content: ''; display: block; width: 7px; height: 7px; margin: 18px 0 0 5px; background: var(--lime); border-left: 2px solid var(--green-dark); border-bottom: 2px solid var(--green-dark); transform: skewY(-30deg); }.trend svg { width: 34px; fill: none; stroke: var(--green-dark); stroke-linecap: round; stroke-linejoin: round; stroke-width: 4; }

.feature-showcase { background: var(--canvas); }.feature-layout { display: grid; grid-template-columns: .87fr 1.13fr; align-items: center; gap: 100px; }.feature-copy > p:not(.eyebrow) { max-width: 380px; margin: 24px 0 35px; color: #515651; line-height: 1.65; }.feature-list { padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--border); }.feature-list li { display: flex; gap: 15px; padding: 17px 0; border-bottom: 1px solid var(--border); }.feature-list > li > span { display: inline-block; min-width: 24px; color: var(--green-dark); font-size: 11px; font-weight: 600; }.feature-list p { margin: 0; }.feature-list b, .feature-list small { display: block; }.feature-list b { margin-bottom: 4px; font-size: 14px; }.feature-list small { max-width: 330px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.ledger { width: min(100%, 510px); justify-self: end; padding: 20px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: 0 20px 55px rgba(8, 74, 27, .07); }.ledger-head, .breakdown-title { display: flex; align-items: center; justify-content: space-between; }.ledger-head { color: #3e433f; font-size: 14px; font-weight: 600; }.ledger-head button { width: 26px; height: 26px; color: var(--green-dark); background: var(--lime-soft); border: 0; border-radius: 50%; }.ledger-total { padding: 29px 0 17px; }.ledger-total p { margin-bottom: 5px; color: var(--muted); font-size: 13px; }.ledger-total strong { display: block; margin-bottom: 10px; font-size: 30px; font-weight: 500; letter-spacing: -.06em; line-height: 1; }.ledger-total span { color: var(--green-dark); font-size: 11px; }.ledger-chart { padding-bottom: 17px; border-bottom: 1px solid var(--border); }.ledger-chart svg { width: 100%; height: 145px; overflow: visible; }.ledger-chart .area { fill: url(#area); }.ledger-chart .line { fill: none; stroke: var(--green-dark); stroke-width: 3; stroke-linecap: round; }.ledger-chart > div { display: flex; justify-content: space-between; color: var(--muted); font-size: 9px; }.ledger-breakdown { padding-top: 18px; }.breakdown-title { margin-bottom: 9px; }.breakdown-title b { font-size: 14px; }.breakdown-title small { color: var(--muted); font-size: 11px; }.category { display: grid; grid-template-columns: 35px 1fr auto; gap: 10px; align-items: center; padding: 10px 0; }.cat-icon { display: grid; width: 35px; height: 35px; place-items: center; font-size: 16px; border-radius: 11px; }.cat-icon.housing { color: var(--green-dark); background: #ddf4e5; }.cat-icon.transport { color: #497681; background: #e4f3f5; }.category p { margin: 0; }.category b, .category small { display: block; }.category b { font-size: 12px; }.category small { margin-top: 2px; color: var(--muted); font-size: 10px; }.category strong { font-size: 11px; }

.privacy { padding-bottom: 128px; }.privacy-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 125px; }.privacy-device { position: relative; width: min(100%, 356px); justify-self: center; padding: 15px; background: var(--lime-soft); border: 1px solid #dcefd0; border-radius: 24px; box-shadow: 0 20px 45px rgba(8, 74, 27, .08); }.device-caption { display: flex; align-items: center; gap: 8px; padding: 0 3px 13px; color: var(--forest); font-size: 10px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }.device-caption b { margin-left: auto; padding: 4px 7px; color: var(--green-dark); background: #fff; border-radius: 99px; font-size: 8px; letter-spacing: .06em; }.device-mark { width: 17px; height: 17px; display: flex; align-items: end; gap: 1.5px; padding: 2px; background: var(--forest); border-radius: 5px; }.device-mark i { display: block; width: 3.2px; background: var(--lime); border-radius: 2px; }.device-mark i:nth-child(1) { height: 6px; }.device-mark i:nth-child(2) { height: 10px; }.device-mark i:nth-child(3) { height: 13px; }.local-screen { padding: 16px; background: #fff; border: 1px solid var(--border); border-radius: 17px; }.local-screen-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 11px; border-bottom: 1px solid var(--border); font-size: 12px; font-weight: 600; }.local-screen-head i { color: var(--muted); font-size: 13px; font-style: normal; letter-spacing: 1px; }.local-row { display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 9px; padding: 12px 0; border-bottom: 1px solid #eff1ef; }.local-row-icon { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 10px; font-size: 16px; }.transaction-symbol { color: var(--green-dark); background: #ddf4e5; }.asset-symbol { color: #7a5b13; background: #fff3cc; }.setting-symbol { color: #497681; background: #e4f3f5; }.local-row p, .local-status p { margin: 0; }.local-row b, .local-row small, .local-status b, .local-status small { display: block; }.local-row b { font-size: 11px; }.local-row small { margin-top: 2px; color: var(--muted); font-size: 9px; }.local-row em { padding: 4px 6px; color: var(--green-dark); background: var(--lime-soft); border-radius: 5px; font-size: 8px; font-style: normal; font-weight: 600; }.local-status { display: flex; align-items: center; gap: 9px; margin-top: 14px; padding: 10px; background: var(--forest); border-radius: 11px; color: #fff; }.local-status > span { display: grid; width: 22px; height: 22px; flex: 0 0 auto; place-items: center; color: var(--forest); background: var(--lime); border-radius: 50%; font-size: 12px; font-weight: 700; }.local-status b { font-size: 10px; }.local-status small { margin-top: 2px; color: rgba(255,255,255,.7); font-size: 8px; }.device-foot { display: flex; align-items: center; justify-content: center; gap: 7px; padding: 13px 0 1px; color: var(--green-dark); font-size: 10px; font-weight: 600; }.device-dot { width: 7px; height: 7px; background: var(--lime); border: 1px solid var(--green-dark); border-radius: 50%; }.privacy-copy > p:not(.eyebrow) { max-width: 540px; margin: 24px 0; color: #515651; line-height: 1.68; }
.closing { padding: 98px 0; color: #fff; background: var(--forest); }.closing-inner { text-align: center; }.closing .eyebrow { justify-content: center; color: var(--lime); }.closing h2 { color: #fff; }.closing h2 em { color: var(--lime); }.closing p:not(.eyebrow) { max-width: 430px; margin: 23px auto 31px; color: rgba(255,255,255,.73); font-size: 16px; line-height: 1.6; }.site-footer { background: var(--canvas); }.footer-wrap { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 12px; }.footer-wrap .brand { color: var(--ink); font-size: 18px; }.footer-wrap p { margin: 0; }

.policy-main { padding: 8rem 0 7rem; background: var(--canvas); }
.policy-content { max-width: 820px; }
.policy-content h1 { max-width: 700px; margin: 1rem 0 .75rem; font-size: clamp(3rem, 7vw, 5.5rem); line-height: .98; letter-spacing: -.06em; }
.policy-lead { color: var(--muted); margin-bottom: 2.5rem; }
.policy-content h2 { margin: 2.75rem 0 .85rem; font-size: clamp(1.35rem, 2vw, 1.8rem); letter-spacing: -.03em; }
.policy-content p, .policy-content li { max-width: 760px; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.policy-content ul { padding-left: 1.25rem; }
.policy-content li + li { margin-top: .55rem; }
.policy-content strong, .policy-content h2 { color: var(--ink); }
.policy-content a { color: var(--green-dark); font-weight: 700; }
.policy-callout { margin-top: 2.25rem; padding: 1.5rem; border: 1px solid rgba(27, 107, 58, .16); border-radius: 1.25rem; background: #e9f7d7; }
.policy-callout p { margin: .55rem 0 0; color: var(--ink); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }.steps .step:nth-child(2) { transition-delay: .08s; }.steps .step:nth-child(3) { transition-delay: .16s; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }

@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; gap: 18px; padding-top: 56px; }.hero-copy { max-width: 680px; margin-inline: auto; text-align: center; }.hero-copy .eyebrow, .hero-actions { justify-content: center; }.hero-lead, .micro-copy { margin-inline: auto; }.hero-visual { height: 550px; margin-top: 8px; }.feature-layout { gap: 50px; }.privacy-grid { gap: 70px; } }
@media (max-width: 700px) { .container { width: min(100% - 40px, 540px); }.nav-wrap { height: 68px; }.desktop-nav, .nav-cta { display: none; }.menu-button { width: 40px; height: 40px; display: grid; place-content: center; gap: 5px; padding: 0; background: none; border: 0; }.menu-button span:not(.sr-only) { width: 21px; height: 1.5px; display: block; background: var(--forest); transition: transform .2s ease; }.menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(3.25px) rotate(45deg); }.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-3.25px) rotate(-45deg); }.mobile-nav { max-height: 0; display: grid; gap: 0; overflow: hidden; padding: 0 20px; background: #fff; transition: max-height .25s ease, padding .25s ease; }.mobile-nav.is-open { max-height: 260px; padding: 10px 20px 20px; border-bottom: 1px solid var(--border); }.mobile-nav a:not(.button) { padding: 12px 0; font-size: 15px; font-weight: 500; }.mobile-nav .button { margin-top: 8px; }.hero-grid { min-height: auto; padding-top: 52px; }.hero-copy h1 { margin-inline: auto; font-size: clamp(43px, 12vw, 57px); }.hero-lead { margin-inline: auto; font-size: 16px; }.hero-actions { justify-content: center; }.micro-copy { margin-inline: auto; }.hero-visual { width: min(100%, 360px); height: 492px; margin: 15px auto 0; transform: scale(.87); transform-origin: bottom center; }.hero-rule { margin-top: -3px; }.section { padding: 84px 0; }.section-intro { display: block; text-align: center; }.section-intro > p:last-child { margin: 20px auto 0; }.steps { grid-template-columns: 1fr; margin-top: 48px; }.step, .step + .step { min-height: 0; padding: 24px 0 30px; border-right: 0; border-bottom: 1px solid var(--border); }.step-icon { margin: 18px 0; }.step-number, .step:last-child .step-number { right: 0; }.feature-layout, .privacy-grid { grid-template-columns: 1fr; gap: 55px; }.feature-copy { text-align: center; }.feature-list { text-align: left; }.ledger { justify-self: center; }.privacy { padding-bottom: 90px; }.privacy-copy { text-align: center; }.privacy-device { width: min(100%, 356px); }.closing { padding: 76px 0; }.footer-wrap { min-height: auto; flex-direction: column; align-items: flex-start; padding: 30px 0; gap: 14px; }.footer-wrap p { order: 3; } }
@media (max-width: 390px) { .container { width: min(100% - 32px, 540px); }.hero-grid { padding-top: 50px; }.hero-visual { width: 330px; height: 455px; margin-left: auto; margin-right: auto; transform: scale(.79); }.hero-rule { font-size: 10px; }.ledger { padding: 14px; }.ledger-total strong { font-size: 25px; }.ledger-chart svg { height: 115px; } }
