@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--ink:#102f36;--muted:#5b6c70;--lime:#b6ee72;--paper:#fff;--line:#dfe7e7;--soft:#f2f6f6;--radius:20px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #337a98;outline-offset:5px}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Manrope,sans-serif;line-height:1.13}h2{font-size:clamp(2rem,3.5vw,3.25rem);letter-spacing:-.045em}h3{letter-spacing:-.025em}.section{max-width:1240px;margin:auto;padding-left:44px;padding-right:44px}.header{max-width:1328px;margin:auto;min-height:100px;padding:24px 44px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:10px;font-family:Manrope,sans-serif;font-size:30px;font-weight:800;line-height:.9;letter-spacing:-1.2px}.brand-sub{display:block;font:500 12px/1.3 'DM Sans',sans-serif;letter-spacing:2px;margin-top:5px}.brand-icon{width:41px;height:43px;display:flex;align-items:flex-end;gap:4px;padding:8px;background:var(--ink);border-radius:12px}.brand-icon i{width:6px;background:var(--lime);height:12px;border-radius:2px}.brand-icon i:nth-child(2){height:19px}.brand-icon i:nth-child(3){height:26px}.header nav{display:flex;gap:32px;font-size:14px;font-weight:550}.header nav a:hover,.text-link:hover{color:#47810d}.button{display:inline-flex;align-items:center;justify-content:center;gap:27px;background:var(--ink);color:#fff;min-height:56px;padding:15px 24px;border-radius:8px;font-size:15px;font-weight:650;border:1px solid transparent;cursor:pointer;transition:background .2s,transform .2s}.button:hover{background:#24545b;transform:translateY(-2px)}.button span{font-size:22px;line-height:1}.button-small{min-height:45px;padding:10px 18px;font-size:14px}.hero{display:grid;grid-template-columns:1fr 1.05fr;gap:55px;padding-top:58px;padding-bottom:72px;align-items:center}.eyebrow{font-size:12px;font-weight:750;letter-spacing:1.8px;line-height:1.6;margin-bottom:24px}.hero h1{font-size:clamp(3.2rem,5.25vw,4.9rem);letter-spacing:-.065em;font-weight:750;line-height:1.04}.hero h1>span{color:#6b8a8e}.lead{color:var(--muted);font-size:17px;max-width:430px;margin-top:25px;line-height:1.7}.hero-actions{display:flex;align-items:center;gap:22px;margin-top:29px;flex-wrap:wrap}.text-link{font-size:14px;font-weight:650;display:inline-flex;gap:14px;align-items:center}.micro{font-size:12px;color:var(--muted);margin-top:18px}.hero-product{background:#eaf0f0;border-radius:25px;padding:25px 24px 17px;position:relative;transform:rotate(-1deg)}.product-topline{display:flex;justify-content:space-between;gap:15px;font-size:10px;letter-spacing:1.3px;font-weight:700;margin-bottom:26px}.dashboard{background:white;border:1px solid #e0e6e6;border-radius:14px;padding:28px;box-shadow:0 20px 35px -28px #123a3866;transform:rotate(1deg)}.dash-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.dash-eyebrow{font-size:10px;letter-spacing:1.5px;color:var(--muted);font-weight:700}.dash-header h2{font-size:24px;letter-spacing:-.8px;margin-top:7px}.month{font-size:12px;background:var(--soft);padding:6px 10px;border-radius:5px;white-space:nowrap}.balances{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.balances>div{padding:16px 12px;background:#eef5ea;border-radius:8px}.balances>div+div{background:#f4f6f6}.balances div>span{display:block;font-size:12px;color:var(--muted)}.balances strong{display:block;font-family:Manrope,sans-serif;font-size:24px;letter-spacing:-1px;margin:6px 0}.balances strong span{font-size:17px}.balances small{font-size:10px;color:var(--muted)}.chart-title{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:28px}.chart-title h3{font-size:12px}.legend{display:flex;gap:10px;font-size:9px;color:var(--muted)}.legend span:before{content:'';display:inline-block;width:6px;height:6px;background:#abcfa0;border-radius:2px;margin-right:4px}.legend span+span:before{background:var(--ink)}.bar-chart{height:166px;display:flex;justify-content:space-around;gap:18px;padding:12px 12px 25px;margin-bottom:28px;background:repeating-linear-gradient(to top,transparent 0,transparent 38px,#eef1f1 39px,#eef1f1 40px)}.bar-chart>div{display:flex;align-items:flex-end;justify-content:center;gap:6px;position:relative;flex:1}.bar-chart b,.bar-chart i{height:var(--height);width:21px;background:#abcfa0;border-radius:4px 4px 0 0}.bar-chart i{background:var(--ink)}.bar-chart span{position:absolute;bottom:-26px;font-size:10px;white-space:nowrap;color:var(--muted)}.goal{border-top:1px solid var(--line);padding-top:20px;display:flex;align-items:center;gap:12px}.goal-icon{background:#edf4e8;color:#4c7232;display:grid;place-items:center;border-radius:10px;width:40px;height:40px;font-size:23px}.goal>div{flex:1}.goal h3{font-size:13px}.goal div>span{font-size:10px;color:var(--muted)}.goal strong{font-size:14px}.progress{height:5px;background:#edf1ec;border-radius:9px;margin-top:8px;overflow:hidden}.progress i{display:block;width:60%;height:100%;background:#90b965}.product-caption{display:flex;align-items:center;justify-content:space-between;font-size:10px;color:var(--muted);padding-top:19px;gap:12px}.product-caption>span+span{font-size:28px;line-height:1;color:#547a67}.resource-strip{border-block:1px solid var(--line);display:flex;justify-content:center;align-items:center;gap:35px;flex-wrap:wrap;padding:25px 30px;font-size:13px;font-weight:550}.resource-strip b{font-weight:400;color:#a2b3b3}.features{padding-top:98px;padding-bottom:85px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:45px;margin-bottom:40px}.section-heading .eyebrow{margin-bottom:18px}.section-heading>p{max-width:350px;color:var(--muted)}.feature-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:18px}.feature{border:1px solid var(--line);border-radius:var(--radius);padding:28px;overflow:hidden}.feature-wide{background:var(--soft);border-color:var(--soft)}.feature-number{display:flex;align-items:center;justify-content:space-between;color:#688183;font-size:14px;margin-bottom:38px}.feature-number span{font-size:10px;letter-spacing:1.2px;font-weight:700}.feature h3{font-size:25px;line-height:1.25;margin-bottom:17px}.feature p{font-size:15px;color:var(--muted);line-height:1.7}.transaction{display:flex;gap:10px;align-items:center;margin-top:22px;font-size:11px}.transaction+.transaction{margin-top:13px}.transaction small{display:block;color:var(--muted);font-size:10px}.transaction-icon{display:grid;place-items:center;flex-shrink:0;background:#e2eddb;border-radius:8px;width:32px;height:32px;font-size:20px}.transaction-icon.out{background:#e2e8eb}.tag{font-size:9px;font-weight:500;margin-left:auto;background:#e2eddb;padding:3px 7px;border-radius:4px}.tag.neutral{background:#e2e8eb}.feature-bottom{border-top:1px solid var(--line);margin-top:32px;padding-top:22px;display:flex;align-items:center;gap:18px}.feature-bottom>span:first-child{font-size:35px;color:#688183}.feature-bottom>span+span{font-size:12px;color:var(--muted)}.extra-features{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding-top:36px}.extra-features>div{display:flex;gap:18px}.mini-icon{font-size:27px;color:#678187}.extra-features p{color:var(--muted);font-size:14px}.extra-features strong{display:block;color:var(--ink);font-size:16px;margin-bottom:5px}.video-section{background:var(--ink);color:#fff}.video-inner{text-align:center;padding-top:72px;padding-bottom:52px}.video-inner .eyebrow{color:var(--lime);margin-bottom:20px}.video-inner>p:not(.eyebrow){max-width:540px;color:#c0d0d3;margin:22px auto 0;font-size:16px}.video-frame{max-width:860px;aspect-ratio:16/9;margin:40px auto 0;border:1px solid #4c656b;border-radius:16px;overflow:hidden;background:#153a43;position:relative}.video-placeholder{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:radial-gradient(ellipse at 50% 110%,#456d6555,transparent 70%)}.video-symbol{width:65px;height:65px;border:1px solid #91b89a;border-radius:50%;display:grid;place-items:center;font-size:32px;color:var(--lime);margin-bottom:22px}.video-label{font-size:10px;letter-spacing:3px;color:#b9d4cb;margin-bottom:16px}.video-placeholder h3{font-size:clamp(1.8rem,3vw,2.7rem);font-weight:500;letter-spacing:-1px;line-height:1.2}.video-status{font-size:12px;color:#b6cbcc;margin-top:22px}.video-inner p.video-caption{font-size:12px;color:#9db4b7}.video-frame iframe,.video-frame video{display:block;width:100%;height:100%;border:0}.steps{padding-top:94px;padding-bottom:90px}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.steps-grid article{border-top:1px solid var(--line);padding-top:22px}.steps-grid article>span{font-size:14px;color:#658183}.steps-grid h3{font-size:21px;margin:20px 0 12px}.steps-grid p{font-size:15px;color:var(--muted)}.faq{display:grid;grid-template-columns:1fr 1.2fr;gap:70px;padding-top:40px;padding-bottom:100px}.faq .eyebrow{margin-bottom:18px}.faq-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line)}summary{list-style:none;cursor:pointer;padding:21px 28px 21px 0;position:relative;font-size:16px;font-weight:550}summary::-webkit-details-marker{display:none}summary:after{content:'+';position:absolute;right:0;font-size:23px;top:15px;font-weight:400}details[open] summary:after{content:'−'}details p{font-size:15px;color:var(--muted);padding:0 25px 22px 0}.final-cta{background:#eaf3e4;text-align:center;padding:70px 0}.final-cta .eyebrow{color:#52743c;margin-bottom:18px}.final-cta h2{font-size:clamp(2rem,4vw,3.5rem)}.final-cta p:not(.eyebrow){color:#52694c;margin-top:22px}.button-lime{background:var(--ink);margin-top:29px;min-width:220px}.cta-note{display:block;font-size:12px;color:#52694c;margin-top:14px}.footer{display:flex;align-items:center;justify-content:space-between;gap:25px;padding-top:35px;padding-bottom:35px}.footer p{font-size:12px;color:var(--muted)}.footer small{font-size:12px;color:var(--muted)}.skip-link{position:fixed;top:10px;left:10px;transform:translateY(-160%);background:var(--ink);color:white;padding:12px;z-index:10}.skip-link:focus{transform:none}dialog{color:var(--ink);border:0;border-radius:20px;padding:40px;max-width:480px;width:calc(100% - 32px);box-shadow:0 30px 100px #0003}dialog::backdrop{background:#102f3699}dialog h2{font-size:30px}dialog p:not(.eyebrow){margin:20px 0;color:var(--muted)}.dialog-close{position:absolute;right:12px;top:8px;border:0;background:transparent;font-size:30px;cursor:pointer;color:var(--ink);width:40px;height:40px}
@media(min-width:1450px){.hero{padding-top:80px;padding-bottom:90px}}@media(max-width:1050px){.section{padding-left:30px;padding-right:30px}.header{padding-inline:30px}.hero{gap:30px}.hero-product{padding:18px 14px 13px}.dashboard{padding:20px}.balances strong{font-size:20px}.feature{padding:23px}.feature h3{font-size:22px}.resource-strip{gap:20px}.chart-title{align-items:flex-start;flex-direction:column;gap:5px}.hero-actions{gap:18px}.hero h1{font-size:60px}.feature-number span{font-size:9px}.feature-grid{gap:12px}}@media(max-width:800px){.header nav{display:none}.hero{grid-template-columns:1fr;padding-top:38px;gap:45px}.hero-copy{max-width:570px}.hero h1{font-size:clamp(3.3rem,9vw,4.5rem)}.hero h1 br:nth-child(2){display:none}.hero h1>span{display:block}.hero h1>span br{display:none}.hero-product{max-width:560px;width:100%;justify-self:center;padding:24px}.dashboard{padding:25px}.chart-title{flex-direction:row;align-items:center}.balances strong{font-size:26px}.bar-chart{height:185px}.product-topline{font-size:10px}.resource-strip{gap:13px 20px;font-size:12px}.resource-strip b{display:none}.section-heading{align-items:flex-start;flex-direction:column;gap:22px}.section-heading>p{max-width:550px}.features,.steps{padding-top:65px;padding-bottom:60px}.feature-grid{grid-template-columns:1fr 1fr}.feature-wide{grid-column:1/-1}.feature-wide h3 br{display:none}.feature-number{margin-bottom:23px}.feature-wide .transaction{max-width:420px}.feature h3{font-size:25px}.extra-features{gap:28px}.faq{gap:28px;grid-template-columns:1fr;padding-top:30px;padding-bottom:65px}.steps-grid{gap:23px}.steps-grid h3{font-size:19px}.footer{flex-wrap:wrap}.footer small{width:100%}.video-inner{padding-top:60px}.video-frame{margin-top:30px}}@media(max-width:480px){.section{padding-inline:22px}.header{padding:20px 22px;min-height:80px;gap:12px}.brand{font-size:25px;gap:8px}.brand-icon{width:34px;height:37px;padding:6px;gap:3px;border-radius:10px}.brand-sub{font-size:10px;letter-spacing:1.5px}.button-small{font-size:12px;padding:10px 12px;gap:9px}.button-small span{font-size:18px}.eyebrow{font-size:10px;letter-spacing:1.4px}.hero h1{font-size:53px}.lead{font-size:16px}.hero-actions{align-items:flex-start;flex-direction:column;gap:20px}.hero-actions .button{width:100%}.hero-product{padding:18px 12px 12px;border-radius:18px;transform:none}.dashboard{padding:17px;transform:none}.product-topline{font-size:8px;letter-spacing:.7px;margin-bottom:18px}.balances strong{font-size:21px}.balances strong span{font-size:14px}.balances>div{padding:12px 10px}.dash-header h2{font-size:23px}.chart-title{flex-direction:column;align-items:flex-start;gap:8px}.bar-chart{height:147px;padding-inline:5px}.bar-chart b,.bar-chart i{width:18px}.product-caption{font-size:8px}.feature-grid,.extra-features,.steps-grid{grid-template-columns:1fr}.feature-wide{grid-column:auto}.feature{padding:25px}.feature-number span{font-size:10px}.extra-features{padding-top:28px}.steps-grid{gap:25px}.steps-grid h3{margin-top:12px}.video-inner>p:not(.eyebrow){font-size:15px}.video-frame{aspect-ratio:4/3}.video-symbol{width:44px;height:44px;font-size:24px;margin-bottom:12px}.video-label{font-size:8px;margin-bottom:10px}.video-placeholder h3{font-size:26px}.video-status{font-size:10px;margin-top:14px}.video-caption{line-height:1.7}.final-cta{padding:55px 0}.desktop-break{display:none}.footer{align-items:flex-start;gap:22px}.footer p{font-size:11px}.footer small{padding-top:10px;border-top:1px solid var(--line)}dialog{padding:32px 24px}dialog h2{font-size:27px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
