:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;color:#1f2937;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}#root{min-height:100vh}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;background:linear-gradient(to bottom,#fffbeb,#fff)}.nav{position:fixed;top:0;left:0;right:0;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;border-bottom:1px solid rgba(245,158,11,.1)}.nav-content{max-width:1200px;margin:0 auto;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:#1f2937}.logo-icon{font-size:2rem;filter:drop-shadow(0 2px 4px rgba(245,158,11,.3))}.logo-text{background:linear-gradient(135deg,#f59e0b,#d97706);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-cta{padding:.75rem 1.5rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;text-decoration:none;border-radius:12px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #f59e0b4d}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f59e0b66}.hero{max-width:1200px;margin:0 auto;padding:8rem 2rem 6rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{animation:fadeInUp .8s ease-out}.hero-title{font-size:4rem;font-weight:800;color:#1f2937;line-height:1.1;margin-bottom:1.5rem}.gradient-text{background:linear-gradient(135deg,#f59e0b,#d97706,#ea580c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:#6b7280;line-height:1.7;margin-bottom:2.5rem}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;text-decoration:none;border-radius:16px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 8px 24px #f59e0b4d}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 32px #f59e0b66}.btn-secondary{display:inline-flex;align-items:center;padding:1rem 2rem;background:#fff;color:#f59e0b;text-decoration:none;border-radius:16px;font-weight:600;font-size:1.1rem;transition:all .3s ease;border:2px solid #F59E0B}.btn-secondary:hover{background:#fffbeb;transform:translateY(-3px)}.hero-image{display:flex;justify-content:center;align-items:center;animation:fadeInUp .8s ease-out .2s backwards}.phone-mockup{width:300px;height:600px;background:linear-gradient(135deg,#1f2937,#111827);border-radius:40px;padding:12px;box-shadow:0 20px 60px #0000004d;position:relative}.phone-mockup:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:120px;height:30px;background:#000;border-radius:0 0 20px 20px;z-index:10}.phone-screen{width:100%;height:100%;background:linear-gradient(to bottom,#fffbeb,#fff);border-radius:32px;overflow:hidden}.app-preview{padding:3rem 1.5rem 2rem;height:100%;display:flex;flex-direction:column;gap:2rem}.preview-header{text-align:center}.preview-title{font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.preview-amount{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#f59e0b,#d97706);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.25rem}.preview-subtitle{font-size:.875rem;color:#9ca3af}.preview-chart{display:flex;align-items:flex-end;justify-content:space-around;height:150px;gap:.5rem;padding:1rem;background:#fff;border-radius:20px;box-shadow:0 4px 12px #0000000d}.chart-bar{flex:1;background:linear-gradient(to top,#f59e0b,#fcd34d);border-radius:8px 8px 0 0;min-height:20px;animation:growUp .8s ease-out}.preview-categories{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#fff;border-radius:20px;box-shadow:0 4px 12px #0000000d}.category-item{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#4b5563}.category-dot{width:12px;height:12px;border-radius:50%}.features{max-width:1200px;margin:0 auto;padding:6rem 2rem}.features-header{text-align:center;margin-bottom:4rem}.section-title{font-size:3rem;font-weight:800;color:#1f2937;margin-bottom:1rem}.section-subtitle{font-size:1.25rem;color:#6b7280}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{padding:2.5rem;background:#fff;border-radius:24px;box-shadow:0 4px 20px #0000000d;transition:all .3s ease;border:1px solid rgba(245,158,11,.1)}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #f59e0b26;border-color:#f59e0b4d}.feature-icon{font-size:3rem;margin-bottom:1.5rem;filter:drop-shadow(0 4px 8px rgba(245,158,11,.2))}.feature-card h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.feature-card p{font-size:1rem;color:#6b7280;line-height:1.7}.download{max-width:1200px;margin:0 auto;padding:6rem 2rem}.download-content{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:32px;box-shadow:0 20px 60px #f59e0b33}.download-content .section-title{margin-bottom:1rem}.download-content .section-subtitle{margin-bottom:2.5rem}.btn-large{padding:1.25rem 2.5rem;font-size:1.25rem}.footer{background:linear-gradient(to bottom,#fff,#f9fafb);border-top:1px solid rgba(245,158,11,.1);padding:4rem 2rem 2rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 3fr;gap:4rem;margin-bottom:3rem}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-tagline{color:#6b7280;font-size:1rem}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-column{display:flex;flex-direction:column;gap:1rem}.footer-column h4{font-size:1rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.footer-column a{color:#6b7280;text-decoration:none;font-size:.95rem;transition:color .2s ease}.footer-column a:hover{color:#f59e0b}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid #E5E7EB;text-align:center}.footer-bottom p{color:#9ca3af;font-size:.875rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes growUp{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@media(max-width:968px){.hero{grid-template-columns:1fr;padding:6rem 2rem 4rem;text-align:center}.hero-title{font-size:3rem}.hero-cta{justify-content:center}.hero-image{order:-1}.phone-mockup{transform:scale(.9)}.footer-content{grid-template-columns:1fr;gap:3rem}.footer-links{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.nav-content{padding:1rem}.logo{font-size:1.25rem}.logo-icon{font-size:1.5rem}.nav-cta{padding:.5rem 1rem;font-size:.875rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.features-grid,.footer-links{grid-template-columns:1fr}.btn-primary,.btn-secondary{font-size:1rem;padding:.875rem 1.5rem}}
