@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Lexend:wght@300;400;500;600;700&display=swap";:root{font-synthesis:none;text-rendering:optimizelegibility}::selection{background:var(--green);color:#071007}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{border:3px solid var(--bg);background:var(--muted);border-radius:999px}:root{--bg:#eef1ec;--surface:#fbfcf9;--surface-2:#e5eae2;--text:#111410;--muted:#626a5f;--faint:#969d93;--border:#cbd4c8;--green:#168f3b;--aqua:#247d82;--shadow:0 30px 80px #11141021}[data-theme=dark]{--bg:#030403;--surface:#101110;--surface-2:#181918;--text:#f5f5f3;--muted:#a0a39e;--faint:#5a5d58;--border:#242624;--green:#58e36c;--aqua:#9edfe3;--shadow:0 30px 90px #00000073}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{background:var(--bg);min-width:320px;color:var(--text);margin:0;font-family:Lexend,sans-serif}button,a{font:inherit}a{color:inherit;text-decoration:none}button{color:inherit}.site{transition:background .4s,color .4s;overflow:hidden}header{z-index:30;border:1px solid color-mix(in srgb,var(--border) 78%,transparent);background:color-mix(in srgb,var(--surface) 82%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:18px;justify-content:space-between;align-items:center;width:min(1180px,100% - 32px);height:68px;padding:0 18px 0 22px;display:flex;position:fixed;top:18px;left:50%;transform:translate(-50%);box-shadow:0 12px 40px #00000014}.logo{letter-spacing:-.05em;align-items:center;gap:10px;font-size:21px;font-weight:700;display:inline-flex}.logo-image{object-fit:cover;border-radius:10px;width:36px;height:36px;display:block;box-shadow:0 5px 16px #0003}nav{color:var(--muted);align-items:center;gap:34px;font-size:13px;display:flex}nav a{padding:10px 0;position:relative}nav a:hover{color:var(--text)}nav a:after{content:"";background:var(--green);border-radius:4px;width:0;height:2px;transition:width .3s cubic-bezier(.22,1,.36,1),box-shadow .3s;position:absolute;bottom:2px;left:50%;transform:translate(-50%)}nav a.active{color:var(--text);font-weight:600}nav a.active:after{width:100%;box-shadow:0 0 10px color-mix(in srgb,var(--green) 55%,transparent)}.header-actions{align-items:center;gap:10px;display:flex}.theme-toggle{border:1px solid var(--border);background:var(--surface-2);cursor:pointer;border-radius:999px;align-items:center;gap:5px;height:38px;padding:0 9px;display:flex}.theme-toggle span{background:var(--green);width:6px;height:6px;box-shadow:0 0 9px var(--green);border-radius:50%}.button{background:var(--text);min-height:52px;color:var(--bg);box-shadow:0 12px 30px color-mix(in srgb,var(--text) 15%,transparent);border:0;border-radius:14px;justify-content:center;align-items:center;gap:9px;padding:0 22px;font-size:14px;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex}.button:hover{box-shadow:0 16px 35px color-mix(in srgb,var(--text) 20%,transparent);transform:translateY(-2px)}.button.small{border-radius:11px;min-height:40px;padding:0 16px;font-size:12px}.button.small.active{outline:2px solid var(--green);outline-offset:3px;box-shadow:0 0 18px color-mix(in srgb,var(--green) 28%,transparent)}.menu-button{cursor:pointer;background:0 0;border:0;display:none}main{position:relative}.hero{grid-template-columns:.92fr 1.08fr;align-items:center;max-width:1240px;min-height:900px;margin:auto;padding:130px 32px 70px;display:grid;position:relative}.hero:before{content:"";background:radial-gradient(circle,color-mix(in srgb,var(--green) 18%,transparent),transparent 68%);filter:blur(20px);border-radius:50%;width:700px;height:700px;position:absolute;top:40px;right:-240px}.hero-copy{z-index:2;animation:.8s both rise;position:relative}.eyebrow,.section-label{letter-spacing:.12em;text-transform:uppercase;color:var(--green);align-items:center;gap:8px;font:500 11px DM Mono,monospace;display:inline-flex}h1{letter-spacing:-.067em;max-width:620px;margin:24px 0 25px;font-size:clamp(52px,5.35vw,80px);font-weight:600;line-height:.96}h1 em,h2 em{color:var(--muted);font-weight:300}.hero-copy>p{max-width:570px;color:var(--muted);margin:0;font-size:17px;line-height:1.75}.hero-actions{align-items:center;gap:24px;margin-top:34px;display:flex}.text-link{align-items:center;gap:8px;font-size:13px;font-weight:600;display:inline-flex}.text-link svg{animation:1.6s ease-in-out infinite bob}.trust-row{color:var(--muted);gap:22px;margin-top:36px;font-size:11px;display:flex}.trust-row span{align-items:center;gap:6px;display:inline-flex}.phone-wrap{z-index:1;place-items:center;width:100%;height:670px;animation:.9s .1s both rise;display:grid;position:relative}.phone{z-index:5;background:#090a09;border:2px solid #343834;border-radius:48px;width:310px;height:635px;padding:9px;animation:6s ease-in-out infinite phone-float;position:relative;transform:rotate(4deg);box-shadow:0 55px 100px #00000057,inset 0 0 0 2px #050505}.phone-island{z-index:3;background:#050505;border-radius:20px;width:84px;height:22px;position:absolute;top:18px;left:50%;transform:translate(-50%)}.phone-screen{color:#111410;background:#eef1ec;border-radius:38px;height:100%;padding:37px 17px 18px;overflow:hidden}.app-top{justify-content:space-between;align-items:center;display:flex}.app-top small{letter-spacing:.13em;color:#168f3b;font:500 7px DM Mono}.app-top h3{margin:3px 0 0;font-size:17px}.avatar{color:#fff;background:#111410;border-radius:50%;place-items:center;width:31px;height:31px;font-size:9px;display:grid}.balance-card{color:#fff;background:#111410;border-radius:22px;margin-top:16px;padding:18px;position:relative;overflow:hidden}.balance-orb{background:#58e36c2b;border-radius:50%;width:100px;height:100px;position:absolute;top:-32px;right:-30px}.balance-card small{letter-spacing:.12em;color:#ffffff8c;font:500 7px DM Mono}.balance-card strong{letter-spacing:-.06em;margin-top:5px;font-size:28px;display:block}.balance-card strong span{color:#9da29d;font-size:14px}.balance-card p{color:#b9bdb8;justify-content:space-between;margin:18px 0 0;font-size:8px;display:flex}.quick-row{justify-content:space-around;padding:14px 0 4px;display:flex}.quick-row button{color:#626a5f;background:0 0;border:0;font-size:8px}.quick-row button span{color:#111410;background:#e1e7de;border-radius:12px;place-items:center;width:34px;height:34px;margin:0 auto 5px;display:grid}.spend-head{justify-content:space-between;align-items:center;margin-top:14px;font-size:11px;display:flex}.spend-head small{color:#727a6f;font-size:8px}.chart{border-bottom:1px solid #d4dbd1;align-items:end;gap:7px;height:78px;padding:13px 0 6px;display:flex}.chart i{background:#9ba598;border-radius:4px 4px 1px 1px;flex:1;min-height:8px}.chart i:nth-child(6){background:#168f3b}.transaction{align-items:center;gap:8px;margin-top:10px;font-size:8px;display:flex}.transaction-icon{background:#e1e7de;border-radius:10px;place-items:center;width:30px;height:30px;font-size:12px;display:grid}.transaction p{flex-direction:column;flex:1;gap:2px;margin:0;display:flex}.transaction p small{color:#838a81}.transaction>strong{font-size:9px}.transaction .positive{color:#168f3b}.orbit{border:1px dashed color-mix(in srgb,var(--green) 28%,transparent);border-radius:50%;animation:22s linear infinite spin;position:absolute}.orbit-one{width:520px;height:520px}.orbit-two{width:650px;height:650px;animation-duration:31s;animation-direction:reverse}.orbit span{background:var(--green);width:10px;height:10px;box-shadow:0 0 18px var(--green);border-radius:50%;position:absolute;top:12%;left:8%}.float-chip{z-index:7;border:1px solid var(--border);background:color-mix(in srgb,var(--surface) 91%,transparent);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:14px;align-items:center;gap:10px;padding:11px 14px;animation:4s ease-in-out infinite chip-float;display:flex;position:absolute}.float-chip svg{color:var(--green)}.float-chip span{flex-direction:column;gap:2px;display:flex}.float-chip b{font-size:10px}.float-chip small{color:var(--muted);font-size:8px}.chip-budget{top:19%;left:3%}.chip-sync{animation-delay:-2s;bottom:18%;right:1%}.marquee{border-block:1px solid var(--border);background:var(--surface);overflow:hidden;transform:rotate(-1deg)scale(1.02)}.marquee>div{width:max-content;padding:18px 0;animation:25s linear infinite marquee;display:flex}.marquee span{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;align-items:center;gap:34px;margin-right:34px;font:500 12px DM Mono;display:flex}.marquee i{color:var(--green)}.intro,.faq{max-width:1180px;margin:auto;padding:150px 30px}.section-heading{grid-template-columns:1.1fr .9fr;align-items:end;gap:70px;margin:22px 0 60px;display:grid}h2{letter-spacing:-.065em;margin:0;font-size:clamp(44px,5.4vw,74px);font-weight:600;line-height:.98}.section-heading p,.story-copy>p,.privacy-copy>p,.download-copy>p{color:var(--muted);margin:0;font-size:15px;line-height:1.8}.feature-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.feature{border:1px solid var(--border);background:var(--surface);border-radius:24px;min-height:315px;padding:28px;transition:transform .3s,border .3s;position:relative;overflow:hidden}.feature:hover{z-index:2;border-color:var(--green);transform:translateY(-7px)rotate(-.5deg)}.feature-number{color:var(--faint);font:500 10px DM Mono;position:absolute;top:24px;right:24px}.icon-box{background:var(--surface-2);width:47px;height:47px;color:var(--green);border-radius:14px;place-items:center;display:grid}.feature h3{letter-spacing:-.035em;margin:26px 0 10px;font-size:19px}.feature p{max-width:290px;color:var(--muted);margin:0;font-size:12px;line-height:1.7}.feature:nth-child(n+4){min-height:260px}.mini-visual{position:absolute;bottom:18px;right:20px}.receipt-visual{border:1px solid var(--border);background:var(--bg);border-radius:12px;width:120px;padding:12px;font:500 7px DM Mono;transform:rotate(-5deg)}.receipt-visual b{float:right;font-size:12px}.receipt-visual i{border-top:1px dashed var(--border);width:100%;margin-top:13px;display:block}.progress-visual{bottom:25px;left:28px;right:28px}.progress-visual span{color:var(--muted);font-size:9px}.progress-visual b{margin-top:5px;font-size:14px;display:block}.progress-visual b small{color:var(--faint);font-weight:400}.progress-visual>i{background:var(--surface-2);border-radius:5px;height:6px;margin-top:9px;display:block}.progress-visual u{border-radius:inherit;background:var(--green);width:68%;height:100%;display:block}.donut-visual{align-items:center;gap:12px;display:flex}.donut-visual>i{background:conic-gradient(var(--green) 0 53%,var(--aqua) 53% 78%,var(--surface-2) 78%);border-radius:50%;width:60px;height:60px;-webkit-mask:radial-gradient(circle,#0000 48%,#000 50%)}.donut-visual span{flex-direction:column;display:flex}.donut-visual b{font-size:17px}.donut-visual small{color:var(--muted);font-size:8px}.story{grid-template-columns:1fr 1fr;align-items:center;gap:100px;max-width:1180px;margin:0 auto 150px;padding:30px;display:grid}.story-copy h2{margin:22px 0}.story-copy>p{max-width:500px}.steps{margin-top:45px}.step{border-top:1px solid var(--border);grid-template-columns:50px 1fr;gap:20px;padding:21px 0;display:grid}.step>b{color:var(--green);font:500 11px DM Mono}.step h3{margin:0 0 7px;font-size:16px}.step p{color:var(--muted);margin:0;font-size:12px}.insight-card{border:1px solid var(--border);background:var(--surface);min-height:570px;box-shadow:var(--shadow);border-radius:34px;padding:28px;position:relative;transform:rotate(2deg)}.insight-top{letter-spacing:.12em;color:var(--muted);justify-content:space-between;align-items:center;font:500 9px DM Mono;display:flex}.insight-top button{background:0 0;border:0}.insight-amount{margin-top:36px}.insight-amount small{color:var(--muted);font-size:10px;display:block}.insight-amount strong{letter-spacing:-.06em;margin-top:5px;font-size:38px;display:inline-block}.insight-amount>span{background:color-mix(in srgb,var(--green) 13%,transparent);color:var(--green);border-radius:20px;align-items:center;gap:4px;margin-left:10px;padding:6px 8px;font-size:8px;display:inline-flex}.big-donut{background:conic-gradient(var(--green) 0 53%,var(--aqua) 53% 78%,color-mix(in srgb,var(--muted) 30%,transparent) 78%);border-radius:50%;place-items:center;width:220px;height:220px;margin:34px auto 25px;display:grid;position:relative}.big-donut:after{content:"";background:var(--surface);border-radius:50%;position:absolute;inset:27px}.big-donut div{z-index:1;text-align:center;flex-direction:column;display:flex}.big-donut b{font-size:27px}.big-donut small{color:var(--muted);font-size:9px}.legend{justify-content:space-between;display:flex}.legend span{color:var(--muted);grid-template-columns:7px 1fr;gap:5px;font-size:8px;display:grid}.legend i{background:var(--green);border-radius:50%;width:7px;height:7px;margin-top:2px}.legend span:nth-child(2) i{background:var(--aqua)}.legend span:nth-child(3) i{background:var(--faint)}.legend b{color:var(--text);grid-column:2}.insight-note{background:var(--surface-2);color:var(--green);border-radius:15px;align-items:center;gap:12px;margin-top:28px;padding:15px;display:flex}.insight-note p{flex-direction:column;gap:3px;margin:0;display:flex}.insight-note b{color:var(--text);font-size:10px}.insight-note small{color:var(--muted);font-size:8px}.privacy{color:#f5f5f3;background:#0b0d0b;grid-template-columns:1.2fr .8fr;align-items:center;min-height:590px;padding:80px max(30px,50vw - 560px);display:grid;position:relative;overflow:hidden}.privacy-glow{filter:blur(40px);background:#58e36c14;border-radius:50%;width:500px;height:500px;position:absolute;right:8%}.privacy-copy{z-index:2;max-width:610px;position:relative}.privacy-copy h2{margin:22px 0}.privacy-copy h2 em{color:#8f968d}.privacy-copy>p{color:#a0a39e;max-width:550px}.privacy-points{flex-wrap:wrap;gap:10px;margin-top:34px;display:flex}.privacy-points span{color:#c4c8c3;border:1px solid #282c28;border-radius:10px;align-items:center;gap:7px;padding:10px 13px;font-size:10px;display:inline-flex}.privacy-points svg{color:#58e36c}.shield-art{z-index:1;color:#58e36c;place-items:center;height:360px;display:grid;position:relative}.shield-art>svg{filter:drop-shadow(0 0 30px #58e36c59);animation:3s ease-in-out infinite pulse}.shield-ring{border:1px solid #58e36c24;border-radius:50%;position:absolute}.r1{width:170px;height:170px}.r2{width:260px;height:260px}.r3{border-style:dashed;width:350px;height:350px;animation:25s linear infinite spin}.download{grid-template-columns:1fr 1fr;gap:80px;max-width:1180px;margin:auto;padding:150px 30px;display:grid}.download-copy h2{max-width:670px;margin:22px 0}.download-copy>p{max-width:560px}.store-buttons{gap:10px;margin-top:32px;display:flex}.store-buttons>a{background:var(--text);min-width:168px;color:var(--bg);border-radius:12px;align-items:center;gap:10px;padding:10px 15px;display:flex}.store-buttons>a>span:last-child{flex-direction:column;display:flex}.store-buttons small{letter-spacing:.08em;font-size:7px}.store-buttons b{font-size:15px}.play-icon{font-size:22px}.apple-icon{font-size:27px;line-height:1}.coming-note{align-items:center;gap:7px;display:flex;color:var(--faint)!important;margin-top:18px!important;font-size:9px!important}.download-steps{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:28px;grid-template-columns:190px 1fr;align-items:center;gap:30px;padding:28px;display:grid}.qr{aspect-ratio:1;border:1px solid var(--border);background:var(--bg);border-radius:20px;place-items:center;padding:20px;display:grid}.qr span{letter-spacing:.11em;color:var(--muted);margin-top:10px;font:500 7px DM Mono}.download-steps ol{gap:25px;margin:0;padding:0;list-style:none;display:grid}.download-steps li{gap:12px;display:flex}.download-steps li>b{background:var(--text);height:28px;color:var(--bg);border-radius:50%;flex:0 0 28px;place-items:center;font:500 10px DM Mono;display:grid}.download-steps li span{flex-direction:column;gap:4px;display:flex}.download-steps strong{font-size:11px}.download-steps small{color:var(--muted);font-size:9px}.faq{grid-template-columns:.8fr 1.2fr;gap:100px;padding-top:80px;display:grid}.faq h2{margin-top:20px}.faq-list article{border-top:1px solid var(--border)}.faq-list button{text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;padding:23px 0;font-size:14px;font-weight:600;display:flex}.faq-list button svg{transition:transform .3s}.faq-list article.active button svg{transform:rotate(180deg)}.faq-list article>div{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .4s,opacity .3s;display:grid}.faq-list article.active>div{opacity:1;grid-template-rows:1fr}.faq-list p{min-height:0;color:var(--muted);margin:0;padding-right:30px;font-size:12px;line-height:1.75;overflow:hidden}.faq-list article.active p{padding-bottom:23px}footer{background:var(--text);color:var(--bg);border-radius:30px;margin:0 18px 18px;padding:70px max(28px,50vw - 560px)}.footer-main{grid-template-columns:1fr 1.4fr 1fr;align-items:center;display:grid}.footer-main>p{letter-spacing:-.06em;margin:0;font-size:clamp(34px,4vw,58px);line-height:1}.footer-main>.button{background:var(--bg);color:var(--text);justify-self:end}.footer-bottom{border-top:1px solid color-mix(in srgb,var(--bg) 20%,transparent);color:color-mix(in srgb,var(--bg) 63%,transparent);justify-content:space-between;gap:20px;margin-top:70px;padding-top:20px;font-size:9px;display:flex}.footer-bottom div{gap:25px;display:flex}@keyframes rise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@keyframes phone-float{0%,to{transform:rotate(4deg)}50%{transform:rotate(2deg)translateY(-12px)}}@keyframes chip-float{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes bob{50%{transform:translateY(5px)}}@keyframes pulse{50%{opacity:.75;transform:scale(1.07)}}@keyframes marquee{to{transform:translate(-50%)}}@media (width<=900px){header nav{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:16px;flex-direction:column;gap:0;padding:10px;display:none;position:absolute;top:76px;left:0;right:0}header nav.open{display:flex}header nav a{width:100%;padding:14px}.menu-button{place-items:center;display:grid}.header-actions .button{display:none}.hero{text-align:center;grid-template-columns:1fr;min-height:auto;padding-top:150px}.hero-copy{flex-direction:column;align-items:center;display:flex}.phone-wrap{margin-top:20px}.section-heading,.story,.privacy,.download,.faq{grid-template-columns:1fr}.section-heading{gap:20px}.feature-grid{grid-template-columns:repeat(2,1fr)}.story{gap:50px}.privacy{text-align:center}.privacy-copy{margin:auto}.privacy-points{justify-content:center}.download,.faq{gap:45px}.footer-main{grid-template-columns:1fr 1fr;gap:45px}.footer-main>p{grid-area:1/1/auto/-1}.footer-main>.logo,.footer-main>.button{grid-row:2}}@media (width<=620px){header{width:calc(100% - 20px);top:10px}.theme-toggle svg{display:none}.theme-toggle{justify-content:center;width:36px}.hero{padding-inline:20px}.hero h1{font-size:49px;line-height:.98}.hero-copy>p{font-size:14px}.hero-actions{flex-direction:column;gap:18px}.trust-row{flex-wrap:wrap;justify-content:center}.phone-wrap{height:590px;margin:-20px 0;transform:scale(.88)}.orbit-two{width:590px;height:590px}.chip-budget{left:-5%}.chip-sync{right:-6%}.intro,.faq,.download{padding:105px 20px}.section-heading{margin-bottom:35px}.feature-grid{grid-template-columns:1fr}.feature{min-height:270px}.story{margin-bottom:90px;padding:20px}.insight-card{min-height:540px;padding:22px}.legend{gap:8px}.privacy{padding:90px 20px}.shield-art{height:300px}.r3{width:290px;height:290px}.store-buttons{flex-direction:column}.store-buttons>a{justify-content:center}.download-steps{grid-template-columns:1fr}.qr{max-width:190px;margin:auto}.faq{gap:40px}.footer-main{grid-template-columns:1fr}.footer-main>p,.footer-main>.logo,.footer-main>.button{grid-area:auto;justify-self:start}.footer-bottom{flex-direction:column}.footer-bottom div{flex-wrap:wrap}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}::view-transition-old(root){animation:.28s cubic-bezier(.4,0,1,1) both route-out}::view-transition-new(root){animation:.55s cubic-bezier(.22,1,.36,1) both route-in}.site{view-transition-name:route-content}::view-transition-old(route-content){animation:.28s cubic-bezier(.4,0,1,1) both route-out}::view-transition-new(route-content){animation:.55s cubic-bezier(.22,1,.36,1) both route-in}.route-enter main{animation:.6s cubic-bezier(.22,1,.36,1) both route-content-in}.route-enter .hero-copy{animation:.85s cubic-bezier(.22,1,.36,1) both landing-copy-in}.route-enter .hero-copy .eyebrow{animation:.55s cubic-bezier(.22,1,.36,1) 80ms both landing-item-in}.route-enter .hero-copy h1{animation:.8s cubic-bezier(.16,1,.3,1) .14s both landing-title-in}.route-enter .hero-copy>p{animation:.65s cubic-bezier(.22,1,.36,1) .26s both landing-item-in}.route-enter .hero-actions{animation:.65s cubic-bezier(.22,1,.36,1) .34s both landing-item-in}.route-enter .trust-row{animation:.65s cubic-bezier(.22,1,.36,1) .42s both landing-item-in}.route-enter .phone-wrap{animation:1s cubic-bezier(.16,1,.3,1) .16s both landing-phone-in}.route-enter .marquee{animation:.8s cubic-bezier(.22,1,.36,1) .5s both landing-ribbon-in}.reveal{opacity:0;filter:blur(5px);transition:opacity .75s cubic-bezier(.22,1,.36,1) var(--reveal-delay,0s),transform .75s cubic-bezier(.22,1,.36,1) var(--reveal-delay,0s),filter .75s ease var(--reveal-delay,0s);transform:translateY(34px)scale(.985)}.reveal.in-view{opacity:1;filter:blur();transform:translateY(0)scale(1)}.feature-detail.reveal:nth-child(2n){transform:translateY(34px)translate(18px)scale(.985)}.feature-detail.reveal:nth-child(odd){transform:translateY(34px)translate(-18px)scale(.985)}.feature-detail.reveal.in-view{transform:none}.calculator-grid article{animation:5s ease-in-out infinite card-breathe;animation-delay:calc(var(--card-index,0) * -350ms)}.calculator-grid article:nth-child(2n){animation-delay:-1.1s}.calculator-grid article:nth-child(3n){animation-delay:-2.2s}.page-chart.in-view i,.feature-detail.in-view .page-chart i{transform-origin:bottom;animation:.8s cubic-bezier(.22,1,.36,1) both bar-grow}.page-chart i:nth-child(2){animation-delay:60ms}.page-chart i:nth-child(3){animation-delay:.12s}.page-chart i:nth-child(4){animation-delay:.18s}.page-chart i:nth-child(5){animation-delay:.24s}.page-chart i:nth-child(6){animation-delay:.3s}.page-chart i:nth-child(7){animation-delay:.36s}.page-chart i:nth-child(8){animation-delay:.42s}.page-donut,.big-donut{animation:18s linear infinite slow-turn}.page-donut:after,.big-donut>div{animation:18s linear infinite reverse slow-turn}.icon-box svg,.security-grid article>span svg{transition:transform .35s cubic-bezier(.22,1,.36,1)}.feature:hover .icon-box svg,.feature-detail:hover .icon-box svg,.security-grid article:hover>span svg{transform:rotate(-8deg)scale(1.13)}.feature-detail-visual>*{transition:transform .5s cubic-bezier(.22,1,.36,1)}.feature-detail:hover .feature-detail-visual>*{transform:translateY(-7px)rotate(0)}.button svg{transition:transform .25s}.button:hover svg{transform:translate(4px)}@keyframes route-out{to{opacity:0;filter:blur(3px);transform:translateY(-8px)scale(.995)}}@keyframes route-in{0%{opacity:0;filter:blur(5px);transform:translateY(14px)scale(.995)}to{opacity:1;filter:blur();transform:none}}@keyframes route-content-in{0%{opacity:.35;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes landing-copy-in{0%{opacity:0}to{opacity:1}}@keyframes landing-item-in{0%{opacity:0;filter:blur(5px);transform:translateY(22px)}to{opacity:1;filter:blur();transform:none}}@keyframes landing-title-in{0%{opacity:0;filter:blur(7px);letter-spacing:-.09em;transform:translateY(30px)scale(.97)}to{opacity:1;filter:blur();transform:none}}@keyframes landing-phone-in{0%{opacity:0;filter:blur(8px);transform:translate(55px)rotate(5deg)scale(.88)}to{opacity:1;filter:blur();transform:none}}@keyframes landing-ribbon-in{0%{opacity:0;transform:translateY(35px)rotate(-3deg)scale(1.02)}to{opacity:1;transform:rotate(-1deg)scale(1.02)}}@keyframes bar-grow{0%{opacity:.25;transform:scaleY(.05)}to{opacity:1;transform:scaleY(1)}}@keyframes card-breathe{0%,to{box-shadow:0 0 #0000}50%{box-shadow:0 10px 28px color-mix(in srgb,var(--green) 5%,transparent)}}@keyframes slow-turn{to{transform:rotate(360deg)}}.product-page main{padding-top:105px}.page-hero{grid-template-columns:1.1fr .9fr;align-items:center;gap:80px;max-width:1180px;min-height:660px;margin:auto;padding:80px 30px 100px;display:grid;position:relative}.page-hero:before{content:"";background:radial-gradient(circle,color-mix(in srgb,var(--green) 14%,transparent),transparent 68%);border-radius:50%;width:620px;height:620px;position:absolute;top:-100px;right:-220px}.page-hero>div{z-index:1;position:relative}.page-hero h1{max-width:760px;margin:24px 0;font-size:clamp(52px,5.5vw,78px)}.page-hero>div>p{max-width:670px;color:var(--muted);margin:0 0 32px;font-size:16px;line-height:1.8}.page-hero-aside{place-items:center;min-height:390px;display:grid}.feature-orbit,.flow-orbit{border:1px solid var(--border);width:330px;height:330px;color:var(--green);box-shadow:inset 0 0 90px color-mix(in srgb,var(--green) 8%,transparent);border-radius:50%;place-items:center;display:grid;position:relative}.feature-orbit:before,.feature-orbit:after,.flow-orbit:before{content:"";border:1px dashed color-mix(in srgb,var(--green) 30%,transparent);border-radius:50%;animation:24s linear infinite spin;position:absolute}.feature-orbit:before,.flow-orbit:before{inset:38px}.feature-orbit:after{animation-direction:reverse;inset:78px}.feature-orbit span{background:var(--green);width:10px;height:10px;box-shadow:0 0 16px var(--green);border-radius:50%;position:absolute}.feature-orbit span:first-of-type{top:8%;left:47%}.feature-orbit span:nth-of-type(2){bottom:22%;right:11%}.feature-orbit span:nth-of-type(3){bottom:24%;left:13%}.page-section{max-width:1180px;margin:auto;padding:90px 30px 140px}.page-intro{max-width:820px;margin-bottom:60px}.page-intro h2{margin:18px 0;font-size:clamp(40px,4.5vw,64px)}.page-intro>p,.page-intro.split>p{color:var(--muted);font-size:15px;line-height:1.8}.page-intro.split{grid-template-columns:1fr .8fr;align-items:end;gap:70px;max-width:none;display:grid}.page-intro.split h2{margin-bottom:0}.feature-detail-list{gap:18px;display:grid}.feature-detail{border:1px solid var(--border);background:var(--surface);border-radius:30px;grid-template-columns:1fr .85fr;min-height:430px;display:grid;overflow:hidden}.feature-detail:nth-child(2n){grid-template-columns:.85fr 1fr}.feature-detail:nth-child(2n) .feature-detail-copy{order:2}.feature-detail-copy{padding:45px;position:relative}.detail-count{color:var(--faint);font:500 11px DM Mono;position:absolute;top:35px;right:38px}.feature-detail-copy>small{color:var(--green);letter-spacing:.12em;text-transform:uppercase;margin-top:24px;font:500 10px DM Mono;display:block}.feature-detail-copy h3{letter-spacing:-.045em;max-width:520px;margin:12px 0;font-size:31px;line-height:1.1}.feature-detail-copy>p{max-width:570px;color:var(--muted);margin:0;font-size:13px;line-height:1.75}.feature-detail-copy ul{border-top:1px solid var(--border);grid-template-columns:1fr 1fr;gap:12px;margin:28px 0 0;padding:22px 0 0;list-style:none;display:grid}.feature-detail-copy li{gap:8px;font-size:10px;display:flex}.feature-detail-copy li svg{color:var(--green);flex:none}.feature-detail-visual{background:var(--surface-2);place-items:center;min-height:100%;padding:35px;display:grid}.page-mini-list{border:1px solid var(--border);background:var(--surface);width:min(100%,390px);box-shadow:var(--shadow);border-radius:22px;padding:15px;transform:rotate(2deg)}.page-mini-list>span{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:16px 8px;font-size:11px;display:flex}.page-mini-list>span:last-child{border:0}.page-mini-list i{background:var(--surface-2);border-radius:12px;place-items:center;width:38px;height:38px;font-style:normal;display:grid}.page-mini-list b{flex-direction:column;flex:1;gap:4px;display:flex}.page-mini-list small{color:var(--muted);font-size:8px;font-weight:400}.page-mini-list strong{font-size:10px}.green{color:var(--green)}.page-bars{background:var(--surface);width:min(100%,390px);box-shadow:var(--shadow);border-radius:22px;padding:28px;transform:rotate(-2deg)}.page-bars p{justify-content:space-between;margin:22px 0 7px;font-size:10px;display:flex}.page-bars>i{background:var(--surface-2);border-radius:8px;height:8px;display:block}.page-bars u{border-radius:inherit;background:var(--green);height:100%;text-decoration:none;display:block}.page-category{align-items:center;gap:30px;display:flex}.page-donut{background:conic-gradient(var(--green) 0 42%,var(--aqua) 42% 73%,#d6a956 73% 90%,var(--faint) 90%);border-radius:50%;width:170px;height:170px;-webkit-mask:radial-gradient(circle,#0000 48%,#000 50%)}.page-category ul{gap:14px;padding:0;list-style:none;display:grid}.page-category li{grid-template-columns:8px 1fr auto;gap:8px;min-width:130px;font-size:9px;display:grid}.page-category li i{background:var(--green);border-radius:50%;width:8px;height:8px}.page-category li:nth-child(2) i{background:var(--aqua)}.page-category li:nth-child(3) i{background:#d6a956}.page-category li:nth-child(4) i{background:var(--faint)}.page-chart{border-bottom:1px solid var(--border);align-items:end;gap:13px;width:min(100%,430px);height:240px;padding:25px;display:flex}.page-chart i{background:var(--muted);border-radius:7px 7px 2px 2px;flex:1}.page-chart i:nth-child(6){background:var(--green);box-shadow:0 0 20px color-mix(in srgb,var(--green) 35%,transparent)}.document-art{border:1px solid var(--border);background:var(--surface);width:210px;height:260px;color:var(--green);box-shadow:var(--shadow);border-radius:18px;place-items:center;display:grid;position:relative;transform:rotate(3deg)}.document-art i{background:var(--surface-2);border-radius:5px;height:5px;position:absolute;left:34px;right:34px}.document-art i:first-of-type{bottom:65px}.document-art i:nth-of-type(2){bottom:48px;right:65px}.document-art i:nth-of-type(3){bottom:31px;right:90px}.page-cta{color:#f5f5f3;background:#0b0d0b;border-radius:30px;justify-content:space-between;align-items:center;gap:40px;margin:0 18px 100px;padding:70px max(30px,50vw - 550px);display:flex}.page-cta h2{max-width:750px;margin-top:16px;font-size:42px}.page-cta .button{color:#0b0d0b;background:#f5f5f3;flex:none}.calc-display{border:1px solid var(--border);background:var(--surface);width:380px;box-shadow:var(--shadow);border-radius:30px;padding:35px;transform:rotate(3deg)}.calc-display small{color:var(--green);letter-spacing:.14em;font:500 9px DM Mono}.calc-display b{letter-spacing:-.06em;margin:15px 0 5px;font-size:46px;display:block}.calc-display span{color:var(--muted);font-size:10px}.calc-display>div{background:var(--surface-2);border-radius:8px;height:9px;margin-top:35px}.calc-display i{border-radius:inherit;background:var(--green);height:100%;display:block}.calculator-groups{gap:80px;display:grid}.calculator-group{position:relative}.calculator-group-head{grid-template-columns:58px 1fr;align-items:start;gap:20px;margin-bottom:25px;display:grid}.calculator-group-head>span{background:color-mix(in srgb,var(--green) 12%,var(--surface));width:58px;height:58px;color:var(--green);border-radius:18px;place-items:center;display:grid}.calculator-group-head small{color:var(--green);font:500 9px DM Mono}.calculator-group-head h2{margin:5px 0 8px;font-size:36px}.calculator-group-head p{color:var(--muted);margin:0;font-size:13px}.calculator-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.calculator-grid article{border:1px solid var(--border);background:var(--surface);border-radius:21px;min-height:245px;padding:24px;transition:transform .25s,border .25s;position:relative}.calculator-grid article:hover{border-color:var(--green);transform:translateY(-5px)}.calculator-grid article>span{color:var(--faint);font:500 9px DM Mono;position:absolute;top:20px;right:20px}.calculator-grid h3{letter-spacing:-.03em;margin:35px 0 12px;font-size:17px}.calculator-grid p{color:var(--muted);margin:0;font-size:10px;line-height:1.7}.calculator-grid article>div{color:var(--green);justify-content:space-between;align-items:center;font-size:8px;display:flex;position:absolute;bottom:22px;left:24px;right:24px}.calculator-group.aqua .calculator-group-head>span,.calculator-group.aqua .calculator-grid article>div{color:var(--aqua)}.calculator-group.amber .calculator-group-head>span,.calculator-group.amber .calculator-grid article>div{color:#c88928}.calculator-note{border:1px solid var(--border);background:var(--surface);border-radius:24px;align-items:center;gap:25px;max-width:1120px;margin:0 auto 130px;padding:35px;display:flex}.calculator-note>svg{color:var(--green);flex:none}.calculator-note h2{font-size:26px}.calculator-note p{color:var(--muted);margin:8px 0 0;font-size:12px}.flow-orbit>span{z-index:2;background:var(--text);width:90px;height:90px;color:var(--bg);border-radius:26px;place-items:center;font-size:42px;font-weight:600;display:grid}.flow-orbit i{background:var(--green);width:13px;height:13px;box-shadow:0 0 17px var(--green);border-radius:50%;position:absolute}.flow-orbit i:first-of-type{top:12%;left:42%}.flow-orbit i:nth-of-type(2){bottom:29%;right:8%}.flow-orbit i:nth-of-type(3){bottom:23%;left:8%}.process-list{display:grid}.process-list article{border-top:1px solid var(--border);grid-template-columns:90px 1fr auto;align-items:center;gap:30px;padding:35px 10px;display:grid}.process-list article>b{color:var(--green);font:500 11px DM Mono}.process-list h2{font-size:39px}.process-list p{color:var(--muted);margin:8px 0 0;font-size:13px}.process-list article>svg{color:var(--faint)}.security-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.security-grid article{border:1px solid var(--border);background:var(--surface);border-radius:23px;min-height:260px;padding:28px}.security-grid article>span{background:var(--surface-2);width:48px;height:48px;color:var(--green);border-radius:14px;place-items:center;display:grid}.security-grid h3{margin:28px 0 10px;font-size:19px}.security-grid p{color:var(--muted);margin:0;font-size:11px;line-height:1.75}.download-page{grid-template-columns:1fr .8fr;align-items:center;gap:90px;max-width:1180px;min-height:760px;margin:auto;padding:80px 30px 140px;display:grid}.download-page h1{margin:22px 0;font-size:clamp(54px,6vw,84px)}.download-page>div>p{max-width:570px;color:var(--muted);font-size:15px;line-height:1.8}.download-panel{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);text-align:center;border-radius:30px;flex-direction:column;align-items:center;padding:45px;display:flex}.download-panel>svg{border:1px solid var(--border);background:var(--bg);border-radius:20px;padding:15px}.download-panel h2{margin-top:28px;font-size:25px}.download-panel>p{font-size:11px!important}.download-panel ul{border-top:1px solid var(--border);text-align:left;gap:12px;width:100%;margin:25px 0 0;padding:22px 0 0;list-style:none;display:grid}.download-panel li{gap:10px;font-size:10px;display:flex}.download-panel li svg{width:15px;color:var(--green)}@media (width<=900px){.page-hero,.feature-detail,.feature-detail:nth-child(2n),.page-intro.split,.download-page{grid-template-columns:1fr}.page-hero{text-align:center}.page-hero>div:first-child{flex-direction:column;align-items:center;display:flex}.page-hero-aside{min-height:350px}.feature-detail:nth-child(2n) .feature-detail-copy{order:0}.calculator-grid,.security-grid{grid-template-columns:repeat(2,1fr)}.page-cta{flex-direction:column;align-items:flex-start}}@media (width<=620px){.product-page main{padding-top:85px}.page-hero{gap:20px;min-height:auto;padding:70px 20px}.page-hero h1{font-size:48px}.page-hero-aside{margin:-25px 0;transform:scale(.8)}.page-section{padding:70px 20px 100px}.feature-detail-copy{padding:28px}.feature-detail-copy ul{grid-template-columns:1fr}.feature-detail-visual{min-height:300px}.page-category{transform:scale(.85)}.page-cta{margin-inline:10px;padding:45px 28px}.page-cta h2{font-size:34px}.calculator-grid,.security-grid,.calculator-group-head{grid-template-columns:1fr}.calculator-grid article{min-height:220px}.process-list article{grid-template-columns:45px 1fr}.process-list article>svg{display:none}.process-list h2{font-size:29px}.download-page{gap:40px;padding:60px 20px 100px}.download-page h1{font-size:49px}}
