.hero{padding:6rem 0 4rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:linear-gradient(135deg,#6366f10d,#10b9810d);z-index:0}.hero-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;position:relative;z-index:1}.hero-text{text-align:center}.hero-title{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:1.5rem;color:var(--text);line-height:1.1}.hero-title .highlight{color:var(--primary);display:block}.hero-description{font-size:clamp(1rem,2vw,1.25rem);color:var(--text-secondary);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-cta{display:flex;flex-direction:column;gap:1rem;align-items:center;margin-bottom:2.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:.75rem;font-size:1.125rem;font-weight:600;transition:all .3s ease;text-decoration:none;min-width:200px}.btn-primary{background-color:var(--primary);color:#fff;box-shadow:0 4px 14px #6366f166}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 20px #6366f180}.btn-secondary{background-color:#fff;color:var(--primary);border:2px solid var(--border)}.btn-secondary:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 14px #6366f126}.hero-badges{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.badge{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);font-size:.95rem;font-weight:500}.badge-icon{width:20px;height:20px;color:var(--primary)}.hero-visual{display:flex;justify-content:center;align-items:center}.phone-mockup{width:280px;height:560px;background:linear-gradient(135deg,#1f2937,#111827);border-radius:2.5rem;padding:.75rem;box-shadow:0 20px 60px #0000004d;position:relative}.phone-mockup:before{content:"";position:absolute;top:.75rem;left:50%;transform:translate(-50%);width:80px;height:24px;background:#1f2937;border-radius:0 0 1rem 1rem;z-index:2}.phone-screen{width:100%;height:100%;background:#fff;border-radius:2rem;overflow:hidden}.app-preview{padding:3rem 1.5rem 2rem;height:100%;display:flex;flex-direction:column;gap:2rem}.preview-header{text-align:center}.balance-label{display:block;font-size:.875rem;color:var(--text-secondary);margin-bottom:.5rem}.balance-amount{display:block;font-size:2.5rem;font-weight:700;color:var(--text)}.preview-chart{flex:1;display:flex;align-items:center;justify-content:center}.chart-svg{width:100%;max-width:200px;height:auto}.preview-categories{display:flex;flex-direction:column;gap:.75rem}.category-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--surface);border-radius:.5rem}.category-dot{width:12px;height:12px;border-radius:50%}@media (min-width: 768px){.hero{padding:8rem 0 6rem}.hero-content{grid-template-columns:1fr 1fr;gap:4rem}.hero-text{text-align:left}.hero-description{margin-left:0;margin-right:0}.hero-cta{flex-direction:row;align-items:center;justify-content:flex-start}.hero-badges{justify-content:flex-start}.phone-mockup{width:320px;height:640px}}@media (min-width: 1024px){.hero-content{gap:6rem}}.features{padding:5rem 0;background:#fff}.features-header{text-align:center;margin-bottom:4rem}.section-title{font-size:clamp(2rem,4vw,2.75rem);margin-bottom:1rem;color:var(--text)}.section-description{font-size:clamp(1rem,2vw,1.25rem);color:var(--text-secondary);max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem}.feature-card{padding:2rem;background:var(--surface);border-radius:1rem;border:1px solid var(--border);transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px var(--shadow);border-color:var(--primary)}.feature-icon{width:48px;height:48px;color:var(--primary);margin-bottom:1.5rem}.feature-icon svg{width:100%;height:100%}.feature-title{font-size:1.5rem;margin-bottom:.75rem;color:var(--text)}.feature-description{font-size:1rem;color:var(--text-secondary);line-height:1.6}@media (min-width: 640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.features{padding:6rem 0}.features-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.download{padding:5rem 0;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff}.download-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.download-text{text-align:center}.download-title{font-size:clamp(2rem,4vw,2.75rem);margin-bottom:1.5rem;line-height:1.2}.download-description{font-size:clamp(1rem,2vw,1.25rem);margin-bottom:2rem;opacity:.95;max-width:600px;margin-left:auto;margin-right:auto}.download-features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem;align-items:center}.download-feature{display:flex;align-items:center;gap:.75rem;font-size:1rem}.check-icon{width:24px;height:24px;color:var(--secondary);flex-shrink:0}.download-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center}.download-btn{display:flex;align-items:center;gap:1rem;padding:1rem 2rem;background:#fff;color:var(--text);border-radius:.75rem;transition:all .3s ease;min-width:240px;box-shadow:0 4px 14px #0003}.download-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000040}.store-icon{width:40px;height:40px;flex-shrink:0}.store-text{display:flex;flex-direction:column;align-items:flex-start}.store-label{font-size:.75rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.store-name{font-size:1.125rem;font-weight:600;color:var(--text)}.download-visual{display:flex;justify-content:center}.download-stats{display:grid;grid-template-columns:1fr;gap:1.5rem;width:100%;max-width:400px}.stat-card{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;border:1px solid rgba(255,255,255,.2)}.stat-icon{width:48px;height:48px;color:#fff;opacity:.9}.stat-icon svg{width:100%;height:100%}.stat-content{flex:1}.stat-value{font-size:2rem;font-weight:700;margin-bottom:.25rem}.stat-label{font-size:.95rem;opacity:.9}@media (min-width: 768px){.download{padding:6rem 0}.download-content{grid-template-columns:1fr 1fr;gap:4rem}.download-text{text-align:left}.download-description{margin-left:0;margin-right:0}.download-features,.download-buttons{align-items:flex-start}.download-stats{max-width:100%}}@media (min-width: 1024px){.download-content{gap:6rem}}.footer{background:#1f2937;color:#e5e7eb;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}.footer-brand{max-width:400px}.footer-logo{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:1rem}.footer-tagline{color:#9ca3af;margin-bottom:1.5rem;line-height:1.6}.footer-social{display:flex;gap:1rem}.footer-social a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:.5rem;transition:all .3s ease}.footer-social a:hover{background:var(--primary);transform:translateY(-2px)}.footer-social svg{width:20px;height:20px}.footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem}.footer-column h4{color:#fff;font-size:1rem;font-weight:600;margin-bottom:1rem}.footer-column ul{list-style:none}.footer-column ul li{margin-bottom:.75rem}.footer-column ul li a{color:#9ca3af;transition:color .3s ease}.footer-column ul li a:hover{color:#fff}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#9ca3af}.footer-bottom p{margin-bottom:.5rem}.footer-note{font-size:.875rem}@media (min-width: 768px){.footer-content{grid-template-columns:2fr 3fr;gap:4rem}}@media (min-width: 1024px){.footer{padding:5rem 0 2rem}}.home{min-height:100vh}.privacy-page{min-height:100vh;display:flex;flex-direction:column}.privacy-nav{background:#fff;border-bottom:1px solid var(--border);padding:1.5rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0000000d}.back-link{display:inline-flex;align-items:center;color:var(--primary);font-weight:500;transition:opacity .3s ease}.back-link:hover{opacity:.7}.privacy-content{flex:1;padding:4rem 1.5rem;max-width:800px}.privacy-content h1{font-size:clamp(2rem,4vw,2.75rem);margin-bottom:.5rem;color:var(--text)}.last-updated{color:var(--text-secondary);margin-bottom:3rem;font-size:.95rem}.privacy-content section{margin-bottom:3rem}.privacy-content h2{font-size:1.75rem;margin-bottom:1rem;color:var(--text)}.privacy-content h3{font-size:1.25rem;margin-bottom:.75rem;margin-top:1.5rem;color:var(--text)}.privacy-content p{color:var(--text-secondary);margin-bottom:1rem;line-height:1.8}.privacy-content ul{list-style:disc;margin-left:1.5rem;margin-bottom:1rem}.privacy-content ul li{color:var(--text-secondary);margin-bottom:.5rem;line-height:1.6}.privacy-content strong{color:var(--text);font-weight:600}@media (min-width: 768px){.privacy-content{padding:5rem 2rem}}.policy-page{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}.policy-nav{background-color:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 0;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2}.policy-nav .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.back-link{display:inline-flex;align-items:center;color:#6366f1;text-decoration:none;font-weight:500;transition:color .2s ease}.back-link:hover{color:#4f46e5}.policy-content{flex:1;max-width:900px;margin:0 auto;padding:3rem 1.5rem}.policy-content h1{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:.5rem;line-height:1.2}.last-updated{color:#6b7280;font-size:.95rem;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:2px solid #e5e7eb}.policy-content section{margin-bottom:3rem}.policy-content h2{font-size:1.875rem;font-weight:600;color:#1f2937;margin-bottom:1rem;margin-top:2rem}.policy-content h3{font-size:1.5rem;font-weight:600;color:#374151;margin-bottom:.75rem;margin-top:1.5rem}.policy-content h4{font-size:1.25rem;font-weight:600;color:#4b5563;margin-bottom:.5rem;margin-top:1rem}.policy-content p{font-size:1.0625rem;line-height:1.75;color:#374151;margin-bottom:1rem}.policy-content ul{margin:1rem 0;padding-left:1.5rem}.policy-content li{font-size:1.0625rem;line-height:1.75;color:#374151;margin-bottom:.5rem}.policy-content li ul{margin-top:.5rem;margin-bottom:.5rem}.policy-content strong{color:#1f2937;font-weight:600}.policy-content a{color:#6366f1;text-decoration:none;font-weight:500;transition:color .2s ease}.policy-content a:hover{color:#4f46e5;text-decoration:underline}.conclusion{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-left:4px solid #6366f1;padding:2rem;border-radius:.5rem;margin-top:3rem}.conclusion h2{color:#1e40af;margin-top:0}.conclusion p{margin-bottom:.75rem}.conclusion p:last-child{margin-bottom:0;font-size:1.5rem}@media (max-width: 768px){.policy-content{padding:2rem 1rem}.policy-content h1{font-size:2rem}.policy-content h2{font-size:1.5rem}.policy-content h3{font-size:1.25rem}.policy-content h4{font-size:1.125rem}.policy-content p,.policy-content li{font-size:1rem}.conclusion{padding:1.5rem}}@media (max-width: 480px){.policy-content h1{font-size:1.75rem}.policy-content{padding:1.5rem 1rem}.conclusion{padding:1rem}}:root{--primary: #6366f1;--primary-dark: #4f46e5;--secondary: #10b981;--background: #ffffff;--surface: #f9fafb;--text: #111827;--text-secondary: #6b7280;--border: #e5e7eb;--shadow: rgba(0, 0, 0, .1);--shadow-lg: rgba(0, 0, 0, .15)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text);background-color:var(--background);line-height:1.6}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;outline:none}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (min-width: 768px){.container{padding:0 2rem}}@media (min-width: 1024px){.container{padding:0 3rem}}
