@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Mochiy+Pop+One&family=Quicksand:wght@400;500;600;700&display=swap";:root{--primary: #14B8A6;--primary-light: #2DD4BF;--primary-dark: #0D9488;--primary-50: #F0FDFA;--primary-100: #CCFBF1;--primary-200: #99F6E4;--secondary: #FBBF24;--secondary-light: #FDE047;--secondary-dark: #F59E0B;--bg: #F9FAFB;--bg-dark: #0F172A;--surface: #FFFFFF;--card: #FFFFFF;--card-hover: #F8FFFE;--text-primary: #1F2937;--text-secondary: #6B7280;--text-tertiary: #9CA3AF;--text-inverse: #FFFFFF;--border: #E5E7EB;--border-light: #F3F4F6;--success: #10B981;--error: #EF4444;--warning: #F59E0B;--info: #3B82F6;--purple: #8B5CF6;--pink: #EC4899;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);--shadow-teal: 0 10px 40px -10px rgba(20, 184, 166, .4);--shadow-gold: 0 10px 40px -10px rgba(251, 191, 36, .3);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-2xl: 32px;--radius-full: 9999px;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "Quicksand", "Inter", sans-serif;--max-width: 1200px;--section-padding: 100px}[data-theme=dark]{--bg: #0F172A;--bg-dark: #020617;--surface: #1E293B;--card: #1E293B;--card-hover: #253349;--text-primary: #F1F5F9;--text-secondary: #94A3B8;--text-tertiary: #64748B;--text-inverse: #0F172A;--border: #334155;--border-light: #475569;--primary-50: rgba(20, 184, 166, .12);--primary-100: rgba(20, 184, 166, .18);--primary-200: rgba(20, 184, 166, .25);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 4px -2px rgba(0, 0, 0, .3);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .4), 0 4px 6px -4px rgba(0, 0, 0, .3);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .4), 0 8px 10px -6px rgba(0, 0, 0, .3);--shadow-teal: 0 10px 40px -10px rgba(20, 184, 166, .25);--shadow-gold: 0 10px 40px -10px rgba(251, 191, 36, .2)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);color:var(--text-primary);background:var(--bg);line-height:1.6;overflow-x:hidden;transition:background-color .35s ease,color .35s ease}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;outline:none;font-family:inherit}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.gradient-text{background:linear-gradient(135deg,var(--primary-light),var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gradient-text-gold{background:linear-gradient(135deg,var(--secondary-light),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes rotateGlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes countUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}.animate-fadeInUp{animation:fadeInUp .7s ease-out both}.animate-fadeInDown{animation:fadeInDown .6s ease-out both}.animate-slideInLeft{animation:slideInLeft .7s ease-out both}.animate-slideInRight{animation:slideInRight .7s ease-out both}.animate-scaleIn{animation:scaleIn .5s ease-out both}.animate-float{animation:float 6s ease-in-out infinite}.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease-out,transform .7s ease-out}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.reveal-delay-5{transition-delay:.5s}.reveal-delay-6{transition-delay:.6s}.reveal-delay-7{transition-delay:.7s}.phone-mockup{width:280px;height:580px;background:#1a1a2e;border-radius:40px;padding:12px;box-shadow:0 25px 60px -10px #0000004d,inset 0 0 0 2px #ffffff1a;position:relative;overflow:hidden}.phone-mockup:before{content:"";position:absolute;top:12px;left:50%;transform:translate(-50%);width:80px;height:24px;background:#000;border-radius:12px;z-index:2}.phone-mockup-screen{width:100%;height:100%;border-radius:28px;overflow:hidden;background:var(--bg)}.phone-mockup-screen img{width:100%;height:100%;object-fit:cover}@media(max-width:1024px){:root{--section-padding: 80px}}@media(max-width:768px){:root{--section-padding: 60px}.container{padding:0 16px}}@media(max-width:480px){:root{--section-padding: 48px}}.animate-float{will-change:transform;transform:translateZ(0)}.features,.how-it-works,.pricing,.privacy,.screenshots,.cta,.about{content-visibility:auto;contain-intrinsic-size:auto 800px}.privacy__card,.screenshots__item{contain:layout style}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.animate-float{animation:none!important}.reveal{opacity:1;transform:none;transition:none}}@media(max-width:480px){html{font-size:15px}.container{padding:0 14px}}@media(max-width:480px){.navbar{padding:10px 0}.navbar__logo{width:30px;height:30px}.navbar__name{font-size:18px}.navbar__links--open .navbar__link{font-size:16px;padding:10px 20px}.navbar__links--open .navbar__cta{font-size:14px;padding:12px 28px}}@media(max-width:480px){.hero{padding:80px 0 40px;min-height:auto}.hero__inner{gap:32px}.hero__badge{font-size:11.5px;padding:5px 12px;margin-bottom:16px}.hero__title{font-size:26px;margin-bottom:14px;letter-spacing:-.5px}.hero__desc{font-size:13.5px;line-height:1.65;margin-bottom:24px}.hero__actions{flex-direction:column;gap:10px;margin-bottom:28px;width:100%}.hero__btn{padding:12px 20px;font-size:14px;justify-content:center;width:100%}.hero__stats{gap:12px;flex-wrap:wrap;justify-content:center}.hero__stat-number{font-size:20px}.hero__stat-label{font-size:11px}.hero__stat-divider{height:28px}.hero__stat-mascot{width:28px;height:28px}.hero__trust{flex-direction:column;gap:8px;margin-top:16px;align-items:center}.hero__trust-item{font-size:12px}.hero__phone-frame{width:200px;height:420px;border-radius:28px;padding:7px}.hero__phone-notch{width:60px;height:18px;top:7px}.hero__phone-screen{border-radius:22px}.mock-dashboard{padding:30px 10px 14px}.mock-greeting{font-size:12px}.mock-subgreeting{font-size:8px}.mock-icon-circle{width:22px;height:22px;border-radius:6px}.mock-balance-card{border-radius:14px;padding:12px;margin-bottom:10px}.mock-balance-amount{font-size:16px}.mock-features{gap:5px;margin-bottom:10px}.mock-feature{min-width:32px;height:32px;border-radius:8px}.mock-feature svg{width:12px!important;height:12px!important}.mock-section-title{font-size:10px;margin-bottom:5px}.mock-budget-card,.mock-ai-card{border-radius:10px;padding:8px}.hero__floating-card{display:none!important}}@media(max-width:480px){.features{padding:48px 0}.features__header{margin-bottom:32px}.features__tag{font-size:11px;padding:4px 12px}.features__title{font-size:24px}.features__subtitle{font-size:14px}.features__grid{grid-template-columns:1fr;gap:12px}.features__card{padding:20px 16px;border-radius:var(--radius-lg)}.features__card-icon{width:44px;height:44px;border-radius:12px;margin-bottom:12px}.features__card-icon svg{width:20px!important;height:20px!important}.features__card-title{font-size:15px}.features__card-desc{font-size:12.5px}}@media(max-width:480px){.how-it-works{padding:48px 0}.how-it-works__header{margin-bottom:32px}.how-it-works__tag{font-size:11px;padding:4px 12px}.how-it-works__title{font-size:24px}.how-it-works__subtitle{font-size:14px}.how-it-works__steps{gap:28px}.how-it-works__step{max-width:100%}.how-it-works__step-img-bg{max-width:220px;margin:0 auto;border-radius:var(--radius-xl)}.how-it-works__step-number{width:36px;height:36px;border-radius:10px;font-size:13px;top:-6px;right:calc(50% - 116px)}.how-it-works__step-title{font-size:17px}.how-it-works__step-desc{font-size:13px;padding:0 8px}}@media(max-width:480px){.privacy{padding:48px 0}.privacy__header{margin-bottom:28px}.privacy__tag{font-size:11px;padding:4px 12px}.privacy__title{font-size:24px}.privacy__subtitle{font-size:14px}.privacy__banner{padding:20px 16px;border-radius:var(--radius-xl);margin-bottom:28px}.privacy__banner-content{gap:16px}.privacy__banner-icon{width:48px;height:48px;border-radius:14px}.privacy__banner-icon svg{width:24px!important;height:24px!important}.privacy__banner-title{font-size:17px}.privacy__banner-desc{font-size:13px;line-height:1.55}.privacy__grid{grid-template-columns:1fr;gap:12px}.privacy__card{padding:20px 16px;border-radius:var(--radius-lg)}.privacy__card-icon{width:42px;height:42px;border-radius:12px;margin-bottom:12px}.privacy__card-title{font-size:15px}.privacy__card-desc{font-size:12.5px}}@media(max-width:480px){.screenshots{padding:48px 0}.screenshots__header{margin-bottom:32px}.screenshots__tag{font-size:11px;padding:4px 12px}.screenshots__title{font-size:24px}.screenshots__subtitle{font-size:14px}.screenshots__gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.screenshots__phone-frame{width:140px;height:296px;border-radius:20px;padding:5px}.screenshots__phone-notch{width:44px;height:14px;top:5px;border-radius:0 0 7px 7px}.screenshots__phone-screen{border-radius:16px}.screenshots__label{font-size:14px}.screenshots__desc{font-size:11px;max-width:160px}.ss-mock{font-size:.85em}}@media(max-width:480px){.cta{padding:48px 0}.cta__card{padding:36px 16px;border-radius:var(--radius-xl)}.cta__title{font-size:22px;line-height:1.3}.cta__desc{font-size:14px;margin-bottom:24px}.cta__buttons{flex-direction:column;align-items:center;gap:10px}.cta__btn{width:100%;justify-content:center;padding:12px 20px;border-radius:var(--radius-md)}.about{padding:40px 0 24px}.about__grid{grid-template-columns:1fr;gap:24px;padding-bottom:24px}.about__desc{max-width:100%;font-size:13px}.about__links-title{font-size:13px;margin-bottom:10px}.about__link{font-size:12.5px}.about__copyright{font-size:12px}}@media(max-width:480px){.navbar__burger{padding:8px;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.navbar__link,.about__link{min-height:40px;display:flex;align-items:center}body{overflow-x:hidden}html{-webkit-overflow-scrolling:touch}}[data-theme=dark] .hero{background:linear-gradient(180deg,#0f172a 0% 100%)}[data-theme=dark] .hero__bg-glow{opacity:.08}[data-theme=dark] .hero__phone-frame{background:#0f172a;box-shadow:0 25px 60px -10px #00000080,inset 0 0 0 2px #ffffff14}[data-theme=dark] .hero__floating-card{background:#1e293b;border-color:#334155;box-shadow:0 8px 20px #0000004d}[data-theme=dark] .hero__floating-card span{color:#94a3b8}[data-theme=dark] .hero__stat-divider{background:#334155}[data-theme=dark] .how-it-works{background:linear-gradient(180deg,#0f172a,#0d1424,#0f172a)}[data-theme=dark] .how-it-works__step-img-bg{border-color:#14b8a626;background:#1e293b}[data-theme=dark] .how-it-works__tag,[data-theme=dark] .features__tag{color:var(--primary-light)}[data-theme=dark] .features__card-icon{background:#1e293b;box-shadow:0 4px 6px -1px #0000004d}[data-theme=dark] .features__preview{background:linear-gradient(135deg,#1e293bc7,#1e293b8c 40%,#1e293bad);border-color:#ffffff1a;box-shadow:0 20px 60px -12px #00000080,0 8px 24px -8px #00000059,inset 0 1px 1px #ffffff1f,inset 0 -1px 1px #ffffff0a}[data-theme=dark] .features__preview:before{background:linear-gradient(180deg,rgba(255,255,255,.06) 0%,rgba(255,255,255,.02) 60%,transparent 100%)}[data-theme=dark] .features__preview-arrow{background:#1e293bb3;border-color:#ffffff1a}[data-theme=dark] .fp__bubble--user{background:#334155;color:#93c5fd}[data-theme=dark] .fp__bubble--bot{background:#14b8a626;color:#2dd4bf}[data-theme=dark] .fp__chip--ghost{background:#334155;color:#94a3b8}[data-theme=dark] .fp__scan-frame{border-color:#eab308;background:#facc1514}[data-theme=dark] .fp__scan-item,[data-theme=dark] .fp__tx,[data-theme=dark] .fp__schedule-item{background:#334155;color:#f1f5f9}[data-theme=dark] .fp__scan-item span,[data-theme=dark] .fp__scan-total{color:#94a3b8}[data-theme=dark] .fp__scan-total{border-color:#475569}[data-theme=dark] .fp__bar{background:#334155}[data-theme=dark] .fp__bar span{color:#94a3b8}[data-theme=dark] .fp__savings-add{border-color:#3b82f6;background:#3b82f61a}[data-theme=dark] .fp__check-anim{background:#10b9811f}[data-theme=dark] .fp__treasurer-balance{background:#8b5cf61a}[data-theme=dark] .fp__member{background:#8b5cf626}[data-theme=dark] .fp__member--add{background:#8b5cf614;border-color:#7c3aed}[data-theme=dark] .fp__cal-day{background:#334155;color:#94a3b8}[data-theme=dark] .fp__budget-warn{background:#f59e0b1a}[data-theme=dark] .fp__dark-card--light{background:#334155;border-color:#475569}[data-theme=dark] .fp__dark-card--light .fp__dark-card-bar,[data-theme=dark] .fp__dark-card--light .fp__dark-card-line{background:#475569}[data-theme=dark] .fp__lang-btn{background:#334155;color:#94a3b8}[data-theme=dark] .fp__lang-fade-out{color:#64748b}[data-theme=dark] .fp__widget-phone{background:#334155}[data-theme=dark] .fp__widget-card{background:#1e293b;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .fp__widget-amount{color:#f1f5f9}[data-theme=dark] .fp__widget-bar-bg,[data-theme=dark] .fp__bar{background:#334155}[data-theme=dark] .fp__text-block{background:#334155;color:#f1f5f9}[data-theme=dark] .pricing{background:linear-gradient(180deg,#0f172a,#1a1035,#0f172a)}[data-theme=dark] .pricing__tag{color:#a78bfa}[data-theme=dark] .pricing__switch{background:#334155}[data-theme=dark] .pricing__card--popular{border-color:#7c3aed;box-shadow:0 8px 32px -8px #7c3aed59}[data-theme=dark] .pricing__card-feature--highlight{background:#8b5cf61a}[data-theme=dark] .pricing__table thead tr{border-bottom-color:#334155}[data-theme=dark] .pricing__table td{border-bottom-color:#1e293b}[data-theme=dark] .pricing__table-divider td{border-bottom-color:#334155}[data-theme=dark] .privacy{background:linear-gradient(180deg,#0f172a,#0d1424,#0f172a)}[data-theme=dark] .privacy__tag{color:var(--primary-light)}[data-theme=dark] .privacy__card-icon{background:#1e293b;box-shadow:0 4px 6px -1px #0000004d}[data-theme=dark] .privacy__banner{background:linear-gradient(135deg,#134e4a,#115e59,#0d9488);box-shadow:0 16px 48px -12px #14b8a626}[data-theme=dark] .privacy__card-illust{background:#1e293bf7}[data-theme=dark] .priv-illust__caption{background:#334155;color:#94a3b8}[data-theme=dark] .priv-illust__path-line{background:#475569}[data-theme=dark] .priv-illust__server-icon{color:#64748b}[data-theme=dark] .priv-illust__blocked-badge{background:#ef444426}[data-theme=dark] .priv-illust__db-row{background:#3b82f61a}[data-theme=dark] .priv-illust__text-block{background:#334155;color:#f1f5f9}[data-theme=dark] .priv-illust__quota-track{background:#334155}[data-theme=dark] .priv-illust__quota-label,[data-theme=dark] .priv-illust__quota-num{color:#94a3b8}[data-theme=dark] .priv-illust__quota-transfer{background:#8b5cf61a}[data-theme=dark] .priv-illust__track-row{background:#ef444414}[data-theme=dark] .priv-illust__track-result{background:#10b9811a}[data-theme=dark] .priv-illust__auth-btn{background:#334155;border-color:#475569;color:#f1f5f9;box-shadow:0 1px 3px #0000004d}[data-theme=dark] .priv-illust__auth-step{color:#94a3b8}[data-theme=dark] .screenshots{background:#0f172a}[data-theme=dark] .screenshots__tag{color:var(--primary-light)}[data-theme=dark] .screenshots__phone-frame{background:#0f172a;box-shadow:0 20px 50px -10px #00000080,inset 0 0 0 2px #ffffff0f}[data-theme=dark] .cta__bg{background:linear-gradient(180deg,#0f172a,#0d1424)}[data-theme=dark] .cta__card{background:linear-gradient(135deg,#134e4a,#115e59,#0d9488);box-shadow:0 25px 60px -15px #14b8a626}[data-theme=dark] .cta__btn--google{background:#1e293b;color:#f1f5f9;box-shadow:var(--shadow-md)}[data-theme=dark] .cursor-glow{opacity:.7}[data-theme=dark] .phone-mockup,[data-theme=dark] .phone-mockup-screen,[data-theme=dark] .hero__phone-screen{background:#0f172a}[data-theme=dark] .mock-greeting{color:#f1f5f9}[data-theme=dark] .mock-subgreeting{color:#94a3b8}[data-theme=dark] .mock-icon-circle{background:#1e293b;box-shadow:none}[data-theme=dark] .mock-icon-circle svg{color:#94a3b8!important}[data-theme=dark] .mock-section-title{color:#f1f5f9}[data-theme=dark] .mock-budget-card{background:#1e293b;box-shadow:none}[data-theme=dark] .mock-budget-label{color:#94a3b8}[data-theme=dark] .mock-budget-value{color:#f1f5f9}[data-theme=dark] .mock-budget-icon{background:#eab308}[data-theme=dark] .mock-progress-bg{background:#334155}[data-theme=dark] .mock-budget-footer{color:#64748b}[data-theme=dark] .mock-ai-card{background:#1e293b;box-shadow:none}[data-theme=dark] .mock-ai-title{color:#f1f5f9}[data-theme=dark] .mock-ai-sub{color:#64748b}[data-theme=dark] .mock-ai-input{background:#334155;color:#64748b}[data-theme=dark] .mock-bottomnav{background:#1e293b;border-top-color:#334155}[data-theme=dark] .mock-bottomnav__item{color:#64748b}[data-theme=dark] .mock-bottomnav__fab{background:linear-gradient(135deg,#2dd4bf,#14b8a6)}[data-theme=dark] .ss-mock--bg-alt{background:#0f172a}[data-theme=dark] .ss-mock__card{background:#1e293b;box-shadow:none}[data-theme=dark] .ss-mock__budget-val{color:#f1f5f9}[data-theme=dark] .ss-mock__budget-label{color:#94a3b8}[data-theme=dark] .ss-mock__progress-bg{background:#334155}[data-theme=dark] .ss-mock__ai-title{color:#f1f5f9}[data-theme=dark] .ss-mock__ai-input{background:#334155;color:#64748b}[data-theme=dark] .ss-mock__header-title--dark,[data-theme=dark] .ss-mock__savings-name{color:#f1f5f9}[data-theme=dark] .ss-mock__savings-progress{color:#94a3b8}[data-theme=dark] .ss-mock__cam-btn-sec--dark{border-color:#f1f5f9;color:#f1f5f9}[data-theme=dark] .ss-mock__cam-btn-sec--dark svg{color:#f1f5f9!important}[data-theme=dark] .features__card,[data-theme=dark] .privacy__card,[data-theme=dark] .how-it-works__step-img-bg,[data-theme=dark] .screenshots__phone-frame{transition:all .35s ease,background-color .35s ease}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;padding:16px 0;transition:all .3s ease}.navbar--scrolled{background:#ffffffeb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);will-change:backdrop-filter,background-color;box-shadow:0 1px 20px #0000000f;padding:10px 0}[data-theme=dark] .navbar--scrolled{background:#0f172aeb;box-shadow:0 1px 20px #0000004d}.navbar__inner{display:flex;align-items:center;justify-content:space-between}.navbar__brand{display:flex;align-items:center;gap:10px;z-index:101}.navbar__logo{width:54px;height:54px;border-radius:14px}.navbar__name{font-family:Mochiy Pop One,sans-serif;font-size:20px;font-weight:400;color:var(--text-primary);letter-spacing:0}.navbar__name-ku{color:#10ccc1}.navbar--scrolled .navbar__name{color:var(--text-primary)}[data-theme=dark] .navbar--scrolled .navbar__name{color:var(--primary-light)}.navbar__links{display:flex;align-items:center;gap:8px}.navbar__link{padding:8px 16px;font-size:14.5px;font-weight:500;color:var(--text-secondary);border-radius:var(--radius-full);transition:all .25s ease}.navbar--scrolled .navbar__link{color:var(--text-primary)}.navbar__link:hover{color:var(--primary);background:var(--primary-50)}.navbar__theme-toggle{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--primary-50);color:var(--primary);border:1px solid transparent;transition:all .3s ease;cursor:pointer;flex-shrink:0}.navbar__theme-toggle:hover{background:var(--primary);color:#fff;transform:rotate(20deg) scale(1.08);box-shadow:0 4px 16px #14b8a64d}.navbar__cta{margin-left:8px;padding:10px 24px;font-size:14px;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--primary-light),var(--primary));border-radius:var(--radius-full);transition:all .3s ease;box-shadow:var(--shadow-teal)}.navbar__cta:hover{transform:translateY(-2px);box-shadow:0 14px 44px -10px #14b8a680}.navbar__burger{display:none;flex-direction:column;gap:5px;background:none;padding:4px;z-index:101}.navbar__burger span{display:block;width:24px;height:2.5px;background:var(--text-primary);border-radius:2px;transition:all .3s ease}.navbar__burger--open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navbar__burger--open span:nth-child(2){opacity:0}.navbar__burger--open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:768px){.navbar__burger{display:flex}.navbar__links{position:fixed;inset:0;flex-direction:column;justify-content:center;align-items:center;gap:16px;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transform:translate(100%);transition:transform .35s ease}[data-theme=dark] .navbar__links{background:#0f172afa}.navbar__links--open{transform:translate(0)}.navbar__link{font-size:18px;padding:12px 24px;color:var(--text-primary)}.navbar__cta{font-size:16px;padding:14px 36px;margin-left:0;margin-top:8px}.navbar__theme-toggle{width:44px;height:44px}}.navbar__lang{position:relative;margin-right:8px;display:flex;align-items:center}.navbar__lang-btn{display:flex;align-items:center;gap:6px;background:transparent;border:1px solid transparent;padding:6px 10px;border-radius:var(--radius-full);cursor:pointer;font-size:15px;font-weight:500;color:var(--text-secondary);transition:all .2s ease}.navbar--scrolled .navbar__lang-btn{color:var(--text-primary)}.navbar__lang-btn:hover{background:var(--primary-50);color:var(--primary)}.navbar__lang-code{font-size:13px;font-weight:600;margin-top:1px}.navbar__lang-arrow{transition:transform .2s ease}.navbar__lang-arrow.open{transform:rotate(180deg)}.navbar__lang-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:8px;min-width:160px;box-shadow:0 10px 40px #0000001a;border:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;gap:4px;animation:dropdownFade .2s ease-out forwards;transform-origin:top right}[data-theme=dark] .navbar__lang-dropdown{background:#0f172afa;box-shadow:0 10px 40px #0006;border:1px solid rgba(255,255,255,.05)}@keyframes dropdownFade{0%{opacity:0;transform:scale(.95) translateY(-5px)}to{opacity:1;transform:scale(1) translateY(0)}}.navbar__lang-option{display:flex;align-items:center;gap:10px;width:100%;padding:8px 12px;background:transparent;border:none;border-radius:8px;cursor:pointer;text-align:left;transition:all .2s;color:var(--text-primary)}.navbar__lang-option:hover{background:var(--primary-50)}[data-theme=dark] .navbar__lang-option:hover{background:#ffffff0d}.navbar__lang-option.active{background:var(--primary-50);color:var(--primary);font-weight:600}[data-theme=dark] .navbar__lang-option.active{background:#14b8a626;color:var(--primary-light)}.lang-flag{font-size:16px}.lang-label{font-size:14px}@media(max-width:768px){.navbar__lang{margin-right:0;margin-top:8px;margin-bottom:8px}.navbar__lang-btn{font-size:18px;padding:8px 16px}.navbar__lang-code{font-size:16px}.navbar__lang-dropdown{position:static;box-shadow:none;border:none;background:transparent;margin-top:10px;padding:0;min-width:200px;align-items:center}.navbar__lang-option{justify-content:center;padding:10px}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:120px 0 80px;overflow:hidden;background:linear-gradient(180deg,#F0FDFA 0%,var(--bg) 100%)}.hero__bg-glow{position:absolute;border-radius:50%;filter:blur(100px);will-change:transform;transform:translateZ(0);opacity:.3;pointer-events:none}.hero__bg-glow--1{width:600px;height:600px;background:var(--primary-light);top:-200px;right:-100px}.hero__bg-glow--2{width:400px;height:400px;background:var(--secondary-light);bottom:-100px;left:-100px;opacity:.15}.hero__bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(20,184,166,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(20,184,166,.03) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}.hero__inner{display:flex;align-items:center;gap:60px;position:relative;z-index:1}.hero__content{flex:1;max-width:560px}.hero__badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:#14b8a614;border:1px solid rgba(20,184,166,.15);border-radius:var(--radius-full);font-size:13.5px;font-weight:600;color:var(--primary-dark);margin-bottom:24px}.hero__badge-dot{width:8px;height:8px;border-radius:50%;background:var(--primary);animation:pulse 2s ease-in-out infinite}.hero__title{font-family:var(--font-display);font-size:52px;font-weight:800;line-height:1.15;color:var(--text-primary);margin-bottom:20px;letter-spacing:-1px}.hero__desc{font-size:17px;line-height:1.7;color:var(--text-secondary);margin-bottom:32px;max-width:480px}.hero__actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:48px}.hero__btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;border-radius:var(--radius-lg);transition:all .3s ease}.hero__btn--primary{background:linear-gradient(135deg,var(--primary-light),var(--primary));color:#fff;box-shadow:var(--shadow-teal)}.hero__btn--primary:hover{transform:translateY(-3px);box-shadow:0 16px 48px -10px #14b8a680}.hero__btn--secondary{background:var(--surface);color:var(--text-primary);border:1.5px solid var(--border);box-shadow:var(--shadow-sm)}.hero__btn--secondary:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-2px)}.hero__stats{display:flex;align-items:center;gap:24px}.hero__stat{text-align:center}.hero__stat-number{display:block;font-family:var(--font-display);font-size:28px;font-weight:800;color:var(--primary)}.hero__stat-label{font-size:13px;color:var(--text-secondary);font-weight:500}.hero__stat-divider{width:1px;height:36px;background:var(--border)}.hero__stat-mascot{display:block;width:36px;height:36px;border-radius:10px;margin:0 auto 2px;box-shadow:0 2px 8px #14b8a633}.hero__trust{display:flex;gap:20px;margin-top:24px}.hero__trust-item{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:var(--text-secondary)}.hero__trust-icon{color:var(--primary);flex-shrink:0}.hero__visual{flex:1;display:flex;justify-content:center;position:relative}.hero__phone{position:relative;z-index:2}.hero__phone-frame{width:280px;height:580px;background:#1a1a2e;border-radius:40px;padding:10px;box-shadow:0 30px 80px -15px #00000040,inset 0 0 0 1.5px #ffffff14;position:relative}.hero__phone-notch{position:absolute;top:10px;left:50%;transform:translate(-50%);width:80px;height:24px;background:#1a1a2e;border-radius:0 0 14px 14px;z-index:3}.hero__phone-screen{width:100%;height:100%;border-radius:30px;overflow:hidden;background:#f9fafb}.mock-dashboard{padding:32px 12px 0;font-family:var(--font-display);display:flex;flex-direction:column;height:100%}.mock-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.mock-greeting{font-size:13px;font-weight:700;color:var(--text-primary)}.mock-subgreeting{font-size:10px;color:var(--text-secondary);margin-top:2px}.mock-icons{display:flex;gap:6px}.mock-icon-circle{width:28px;height:28px;border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;box-shadow:0 1px 3px #00000014}.mock-balance-card{background:linear-gradient(135deg,#2dd4bf,#14b8a6);border-radius:16px;padding:14px;margin-bottom:12px;color:#fff;position:relative;overflow:hidden}.mock-balance-label{font-size:10px;opacity:.85}.mock-balance-amount{font-size:20px;font-weight:800;margin:2px 0 0;font-family:var(--font-display)}.mock-balance-footer{display:flex;justify-content:space-between;align-items:flex-end}.mock-balance-sub{font-size:8px;opacity:.7}.mock-balance-sub-val{font-size:11px;font-weight:600}.mock-balance-date{font-size:9px;opacity:.7}.mock-balance-circle{position:absolute;top:-30px;right:-30px;width:100px;height:100px;border-radius:50%;background:#ffffff1f}.mock-features{display:flex;gap:10px;margin-bottom:12px;justify-content:center}.mock-feature{width:38px;height:38px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mock-budget-section{margin-bottom:10px}.mock-section-title{font-size:11px;font-weight:700;color:var(--text-primary);margin-bottom:6px}.mock-budget-card{background:#fff;border-radius:12px;padding:10px;box-shadow:0 1px 4px #0000000d}.mock-budget-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.mock-budget-label{font-size:9px;color:var(--text-secondary)}.mock-budget-value{font-size:14px;font-weight:700;color:var(--text-primary)}.mock-budget-icon{width:32px;height:32px;border-radius:10px;background:#eab308;display:flex;align-items:center;justify-content:center;font-size:14px}.mock-progress-bg{height:6px;border-radius:3px;background:#f3f4f6;margin-bottom:6px}.mock-progress-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,#facc15,#eab308)}.mock-budget-footer{display:flex;justify-content:space-between;font-size:9px;color:var(--text-secondary)}.mock-ai-card{background:#fff;border-radius:14px;padding:12px;box-shadow:0 1px 4px #0000000d}.mock-ai-header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.mock-ai-icon{width:28px;height:28px;border-radius:8px}.mock-ai-title{font-size:11px;font-weight:700;color:var(--text-primary)}.mock-ai-sub{font-size:8px;color:var(--text-secondary)}.mock-ai-input{display:flex;align-items:center;justify-content:space-between;background:#f3f4f6;border-radius:10px;padding:8px 10px;font-size:10px;color:var(--text-tertiary)}.mock-ai-send{width:26px;height:26px;border-radius:8px;background:linear-gradient(135deg,#2dd4bf,#14b8a6);display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px}.mock-bottomnav{display:flex;align-items:flex-end;justify-content:space-around;padding:6px 4px 8px;background:#fff;border-top:1px solid #F3F4F6;margin-top:auto;position:sticky;bottom:0}.mock-bottomnav__item{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:7px;color:#9ca3af;font-weight:500;min-width:36px}.mock-bottomnav__item--active span{font-weight:700}.mock-bottomnav__fab{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#2dd4bf,#14b8a6);display:flex;align-items:center;justify-content:center;margin-top:-14px;box-shadow:0 4px 12px #14b8a64d;flex-shrink:0}.hero__floating-card{position:absolute;display:flex;align-items:center;gap:10px;padding:12px 16px;background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);will-change:transform;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:3}.hero__floating-card--1{top:60px;left:-20px}.hero__floating-card--2{bottom:80px;right:-30px}.hero__floating-icon-wrap{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero__floating-emoji{font-size:24px}.hero__floating-title{font-size:13px;font-weight:700;color:var(--text-primary)}.hero__floating-desc{font-size:11px;color:var(--text-secondary)}@media(max-width:1024px){.hero__inner{flex-direction:column;text-align:center}.hero__content{max-width:600px;display:flex;flex-direction:column;align-items:center}.hero__desc{max-width:500px}.hero__actions,.hero__stats{justify-content:center}.hero__visual{margin-top:20px}.hero__floating-card--1{left:10px;top:30px}.hero__floating-card--2{right:10px;bottom:50px}}@media(max-width:768px){.hero{padding:100px 0 60px}.hero__title{font-size:36px}.hero__desc{font-size:15px}.hero__phone-frame{width:240px;height:500px;border-radius:34px}.hero__floating-card{display:none}}@media(max-width:480px){.hero__title{font-size:30px}.hero__stats{gap:16px}.hero__stat-number{font-size:22px}}.cursor-glow{position:fixed;top:0;left:0;width:500px;height:500px;margin-left:-250px;margin-top:-250px;pointer-events:none;z-index:9999;opacity:0;transition:opacity .4s ease;will-change:transform;background:radial-gradient(circle at center,rgba(20,184,166,.07) 0%,rgba(20,184,166,.03) 30%,transparent 65%);mix-blend-mode:normal}@media(pointer:coarse),(max-width:768px){.cursor-glow{display:none!important}}
