:root{--primary:#2563EB;--primary-dark:#1D4ED8;--primary-light:#3B82F6;--income:#16A34A;--expense:#DC2626;--background:#F8FAFC;--surface:#FFFFFF;--text:#1E293B;--text-muted:#64748B;--border:#E2E8F0;--shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05);--radius:12px;--radius-lg:24px}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:var(--background);color:var(--text);line-height:1.6;cursor:default}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:#fff;text-align:center;gap:3rem}@media (min-width:768px){.hero{flex-direction:row;text-align:left;padding:4rem;gap:4rem}}.hero-content{max-width:500px}.hero-icon{width:80px;height:80px;border-radius:20px;margin:0 auto 1.5rem;box-shadow:var(--shadow-lg)}@media (min-width:768px){.hero-icon{margin:0 0 1.5rem}}.hero h1{font-size:3rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.02em}.tagline{font-size:1.25rem;opacity:.9;margin-bottom:1rem;font-weight:500}.description{font-size:1.1rem;opacity:.85;margin-bottom:2rem;line-height:1.7}.cta-button{display:inline-flex;align-items:center;gap:.75rem;background:#fff;color:var(--primary);padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;transition:transform .2s,box-shadow .2s;box-shadow:var(--shadow)}.cta-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.button-group{display:flex;flex-direction:column;gap:.75rem;align-items:center}@media (min-width:480px){.button-group{flex-direction:row;flex-wrap:wrap;justify-content:center}}@media (min-width:768px){.hero .button-group{justify-content:flex-start}}.store-badge{display:inline-block;border-radius:8px;background:#1f2937;color:#fff;transition:background .2s,transform .2s;padding:0}.store-badge:hover{background:#111827;transform:translateY(-2px)}.badge-svg{height:44px;width:auto;display:block}.hero-image{flex-shrink:0;position:relative;display:flex;align-items:center;justify-content:center;width:320px;height:420px}.phone-frame{background:#1a1a1a;border-radius:36px;padding:10px;box-shadow:var(--shadow-lg);width:200px;position:absolute;transition:transform .3s ease}.phone-frame .screenshot{border-radius:28px;width:100%}.phone-ios{left:0;transform:rotate(-6deg);z-index:1}.phone-android{right:0;transform:rotate(6deg);z-index:2}.phone-frame:hover{z-index:10;transform:rotate(0) scale(1.05)}@media (max-width:767px){.hero-image{width:280px;height:380px}.phone-frame{width:170px;border-radius:30px;padding:8px}.phone-frame .screenshot{border-radius:24px}.phone-ios{transform:rotate(-8deg)}.phone-android{transform:rotate(8deg)}}.features{padding:5rem 2rem;max-width:1200px;margin:0 auto}.features h2{text-align:center;font-size:2rem;font-weight:700;margin-bottom:3rem;color:var(--text)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:var(--surface);padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.feature-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.feature-icon svg{width:28px;height:28px}.feature-icon.income{background:#dcfce7;color:var(--income)}.feature-icon.chart{background:#dbeafe;color:var(--primary)}.feature-icon.goals{background:#fef3c7;color:#d97706}.feature-icon.alerts{background:#fee2e2;color:var(--expense)}.feature-icon.categories{background:#f3e8ff;color:#9333ea}.feature-icon.theme{background:#e0e7ff;color:#4f46e5}.feature-icon.privacy{background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:#fff}.feature-card.featured{background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:#fff;grid-column:1/-1}@media (min-width:768px){.feature-card.featured{grid-column:span 2;display:grid;grid-template-columns:auto 1fr;gap:1.5rem;align-items:center}.feature-card.featured .feature-icon{margin-bottom:0;width:72px;height:72px}.feature-card.featured .feature-icon svg{width:36px;height:36px}}.feature-card.featured .feature-icon{background:rgba(255,255,255,.2)}.feature-card.featured h3{color:#fff;font-size:1.5rem}.feature-card.featured p{color:rgba(255,255,255,.9);font-size:1rem}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--text)}.feature-card p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.screenshots{padding:5rem 2rem;background:var(--surface)}.screenshots h2{text-align:center;font-size:2rem;font-weight:700;margin-bottom:2rem;color:var(--text)}.screenshot-controls{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.toggle-group{display:inline-flex;background:var(--border);border-radius:8px;padding:4px}.toggle-btn{padding:.5rem 1rem;border:none;background:0 0;color:var(--text-muted);font-family:inherit;font-size:.9rem;font-weight:500;cursor:pointer;border-radius:6px;transition:background .2s,color .2s}.toggle-btn:hover{color:var(--text)}.toggle-btn.active{background:var(--surface);color:var(--primary);box-shadow:0 1px 3px rgba(0,0,0,.1)}.screenshots-grid{display:flex;gap:2rem;max-width:1200px;margin:0 auto;overflow-x:auto;padding:1rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.screenshot-item{flex:0 0 auto;width:220px;scroll-snap-align:center;text-align:center}.screenshot-item img{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);margin-bottom:1rem;transition:transform .2s}.screenshot-item:hover img{transform:scale(1.02)}.screenshot-label{font-size:.9rem;color:var(--text-muted);font-weight:500}@media (min-width:1024px){.screenshots-grid{justify-content:center;overflow-x:visible}}.pricing{padding:5rem 2rem;max-width:900px;margin:0 auto}.pricing h2{text-align:center;font-size:2rem;font-weight:700;margin-bottom:.5rem;color:var(--text)}.pricing-subtitle{text-align:center;color:var(--text-muted);margin-bottom:3rem;font-size:1.1rem}.pricing-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:640px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}.pricing-card{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:2rem;position:relative;border:2px solid transparent;transition:transform .2s,box-shadow .2s}.pricing-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.pricing-card.pro{border-color:var(--primary);background:linear-gradient(to bottom,#eff6ff,var(--surface))}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--primary);color:#fff;font-size:.75rem;font-weight:600;padding:.375rem 1rem;border-radius:50px;text-transform:uppercase;letter-spacing:.05em}.pricing-header{text-align:center;padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px solid var(--border)}.pricing-header h3{font-size:1.5rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.pricing-card.pro .pricing-header h3{color:var(--primary)}.price{font-size:2.5rem;font-weight:700;color:var(--text)}.pricing-card.pro .price{color:var(--primary)}.price-period{display:block;color:var(--text-muted);font-size:.9rem;margin-top:.25rem}.pricing-features{list-style:none;display:flex;flex-direction:column;gap:.875rem}.pricing-features li{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:var(--text)}.pricing-features li::before{width:20px;height:20px;flex-shrink:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.pricing-features li.included::before{content:'✓';background:#dcfce7;color:#16a34a}.pricing-features li.limited::before{content:'~';background:#fef3c7;color:#d97706}.pricing-features li.limited{color:var(--text-muted)}.pricing-features li.excluded::before{content:'✕';background:#fee2e2;color:#dc2626}.pricing-features li.excluded{color:var(--text-muted);text-decoration:line-through;text-decoration-color:var(--border)}.cta{padding:5rem 2rem;text-align:center;background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:#fff}.cta h2{font-size:2rem;font-weight:700;margin-bottom:.75rem}.cta p{opacity:.9;margin-bottom:2rem;font-size:1.1rem}footer{padding:3rem 2rem;background:var(--text);color:#fff}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}@media (min-width:768px){.footer-content{flex-direction:row;justify-content:space-between;text-align:left}}.footer-brand{display:flex;align-items:center;gap:.75rem;font-weight:600;font-size:1.1rem}.footer-icon{width:32px;height:32px;border-radius:8px}.footer-links{display:flex;gap:2rem}.footer-links a{color:rgba(255,255,255,.8);transition:color .2s}.footer-links a:hover{color:#fff}.copyright{color:rgba(255,255,255,.6);font-size:.875rem}.screenshots-grid::-webkit-scrollbar{height:8px}.screenshots-grid::-webkit-scrollbar-track{background:var(--border);border-radius:4px}.screenshots-grid::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:4px}.screenshots-grid::-webkit-scrollbar-thumb:hover{background:var(--text)}.modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s}.modal.active{opacity:1;visibility:visible}.modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.8)}.modal-content{position:relative;max-width:90vw;max-height:90vh;transform:scale(.95);transition:transform .2s}.modal.active .modal-content{transform:scale(1)}.modal-image{max-width:100%;max-height:85vh;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.modal-close{position:absolute;top:-40px;right:0;width:36px;height:36px;border:none;background:rgba(255,255,255,.1);color:#fff;font-size:24px;line-height:1;border-radius:50%;cursor:pointer;transition:background .2s}.modal-close:hover{background:rgba(255,255,255,.2)}.screenshot-item{cursor:pointer}@media (prefers-color-scheme:dark){:root{--primary:#3B82F6;--primary-dark:#2563EB;--primary-light:#60A5FA;--income:#22C55E;--expense:#EF4444;--background:#0F172A;--surface:#1E293B;--text:#F1F5F9;--text-muted:#94A3B8;--border:#334155;--shadow:0 4px 6px -1px rgba(0, 0, 0, 0.3),0 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.4),0 4px 6px -2px rgba(0, 0, 0, 0.2)}.store-badge{background:#374151}.store-badge:hover{background:#4b5563}.feature-icon.income{background:#14532d}.feature-icon.chart{background:#1e3a5f}.feature-icon.goals{background:#78350f}.feature-icon.alerts{background:#7f1d1d}.feature-icon.categories{background:#581c87}.feature-icon.theme{background:#312e81}.pricing-card.pro{background:linear-gradient(to bottom,#1e3a5f,var(--surface))}.pricing-features li.included::before{background:#14532d;color:#22c55e}.pricing-features li.limited::before{background:#78350f;color:#fbbf24}.pricing-features li.excluded::before{background:#7f1d1d;color:#ef4444}footer{background:#020617}}