:root{--primary-color: #22c55e;--primary-dark: #16a34a;--secondary-color: #3b82f6;--accent-color: #f59e0b;--text-primary: #1f2937;--text-secondary: #6b7280;--bg-light: #f9fafb;--bg-white: #ffffff;--border-color: #e5e7eb;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:var(--text-primary);background-color:var(--bg-white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:var(--primary-dark)}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--primary-color);color:#fff;cursor:pointer;transition:all .3s ease}button:hover{background-color:var(--primary-dark)}button:focus,button:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}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}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}.app{display:flex;flex-direction:column;min-height:100vh;width:100%}main{flex:1}.home-page{width:100%;overflow-x:hidden}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:space-between;padding:4rem 2rem;overflow:hidden;background:linear-gradient(135deg,#f0fdf4 0% 50%,#e0f2fe)}.hero-background{position:absolute;inset:0;z-index:0;overflow:hidden}.gradient-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3}.blob-1{width:400px;height:400px;background:linear-gradient(135deg,#22c55e,#16a34a);top:-100px;right:-100px;animation:float 6s ease-in-out infinite}.blob-2{width:300px;height:300px;background:linear-gradient(135deg,#84cc16,#65a30d);bottom:-50px;left:-50px;animation:float 8s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(30px,30px)}}.hero-content{flex:1;z-index:1;max-width:600px}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(135deg,#22c55e,#16a34a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:#4b5563;line-height:1.8;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.btn{padding:1rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;box-shadow:0 4px 15px #22c55e4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #22c55e66}.btn-secondary{background:#fff;color:#22c55e;border:2px solid #22c55e}.btn-secondary:hover{background:#f0fdf4;transform:translateY(-2px)}.hero-stats{display:flex;gap:2rem;flex-wrap:wrap}.stat{background:#fffc;padding:1.5rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(34,197,94,.2)}.stat h3{font-size:2rem;color:#22c55e;margin-bottom:.5rem}.stat p{color:#6b7280;font-size:.9rem}.hero-image{flex:1;display:flex;justify-content:center;align-items:center;z-index:1}.phone-mockup{width:300px;height:600px;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:40px;padding:12px;box-shadow:0 20px 60px #22c55e4d;position:relative}.phone-mockup:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:150px;height:25px;background:#000;border-radius:0 0 20px 20px;z-index:10}.phone-screen{width:100%;height:100%;background:#fff;border-radius:35px;display:flex;align-items:center;justify-content:center;overflow:hidden}.phone-screen img{width:80%;height:80%;object-fit:contain}@media(max-width:1024px){.hero{flex-direction:column;min-height:auto;padding:3rem 2rem}.hero-title{font-size:2.5rem}.hero-image{margin-top:2rem}.phone-mockup{width:250px;height:500px}}@media(max-width:768px){.hero{padding:2rem 1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-buttons{flex-direction:column}.btn{width:100%;text-align:center}.hero-stats{flex-direction:column}.phone-mockup{width:200px;height:400px}}.features{padding:4rem 2rem;background:linear-gradient(135deg,#fff,#f9fafb)}.features-container{max-width:1200px;margin:0 auto}.features-header{text-align:center;margin-bottom:3rem}.features-header h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#22c55e,#16a34a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.features-header p{font-size:1.1rem;color:#6b7280}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:16px;border:1px solid #e5e7eb;transition:all .3s ease;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#22c55e,#16a34a);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.feature-card:hover:before{transform:scaleX(1)}.feature-icon{font-size:3rem;margin-bottom:1rem;display:inline-block}.feature-card h3{font-size:1.3rem;font-weight:700;margin-bottom:.75rem;color:#1f2937}.feature-card p{color:#6b7280;line-height:1.6;font-size:.95rem}.feature-accent{position:absolute;bottom:0;right:0;width:100px;height:100px;border-radius:50%;opacity:.1;z-index:0}@media(max-width:768px){.features{padding:2rem 1rem}.features-header h2{font-size:2rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:1.5rem}}.cta{padding:4rem 2rem;background:linear-gradient(135deg,#22c55e,#16a34a);position:relative;overflow:hidden}.cta:before{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:#ffffff1a;border-radius:50%;animation:float 8s ease-in-out infinite}.cta:after{content:"";position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#ffffff1a;border-radius:50%;animation:float 10s ease-in-out infinite reverse}.cta-container{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:1}.cta-container h2{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:1rem}.cta-container p{font-size:1.1rem;color:#ffffffe6;margin-bottom:2rem;line-height:1.6}.download-buttons{display:flex;gap:1.5rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.download-btn{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#fff;border-radius:12px;text-decoration:none;color:#22c55e;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #0003}.download-btn:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000004d}.btn-icon{font-size:2rem}.btn-text{display:flex;flex-direction:column;align-items:flex-start}.btn-text small{font-size:.75rem;opacity:.7}.btn-text strong{font-size:1rem}.cta-features{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.cta-feature{display:flex;align-items:center;gap:.75rem;color:#fff;font-weight:500}.cta-feature span{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#ffffff4d;border-radius:50%;font-size:.9rem}@media(max-width:768px){.cta{padding:2rem 1rem}.cta-container h2{font-size:1.8rem}.cta-container p{font-size:1rem}.download-buttons{flex-direction:column;gap:1rem}.download-btn{width:100%;justify-content:center}.cta-features{flex-direction:column;gap:1rem}.cta-feature{justify-content:center}}.legal-page{min-height:100vh;padding:2rem;background:linear-gradient(135deg,#f9fafb,#fff)}.legal-container{max-width:900px;margin:0 auto;background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 6px #00000012}.legal-container h1{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;background:linear-gradient(135deg,#22c55e,#16a34a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.last-updated{color:#9ca3af;font-size:.9rem;margin-bottom:2rem}section{margin-bottom:2.5rem}section h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}section h3{font-size:1.1rem;font-weight:600;color:#374151;margin-top:1.5rem;margin-bottom:.75rem}section p{color:#4b5563;line-height:1.8;margin-bottom:1rem;font-size:1rem}section ul{list-style:none;padding:0;margin-bottom:1rem}section ul li{color:#4b5563;line-height:1.8;margin-bottom:.75rem;padding-left:1.5rem;position:relative}section ul li:before{content:"✓";position:absolute;left:0;color:#22c55e;font-weight:700}@media(max-width:768px){.legal-page{padding:1rem}.legal-container{padding:1.5rem}.legal-container h1{font-size:1.8rem}section h2{font-size:1.2rem}section p,section ul li{font-size:.95rem}}.navbar{background:linear-gradient(135deg,#22c55e,#16a34a);padding:1rem 2rem;box-shadow:0 4px 6px #0000001a;position:sticky;top:0;z-index:100}.navbar-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.navbar-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#fff;font-size:1.5rem;font-weight:700;transition:transform .3s ease}.navbar-logo:hover{transform:scale(1.05)}.logo-img{height:40px;width:40px;object-fit:contain}.navbar-menu{display:flex;gap:2rem;align-items:center}.nav-link{color:#fff;text-decoration:none;font-weight:500;transition:all .3s ease;position:relative}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#fff;transition:width .3s ease}.nav-link:hover:after{width:100%}@media(max-width:768px){.navbar{padding:1rem}.navbar-container{flex-direction:column;gap:1rem}.navbar-menu{gap:1rem;flex-wrap:wrap;justify-content:center}.nav-link{font-size:.9rem}}.footer{background:linear-gradient(135deg,#1f2937,#111827);color:#e5e7eb;padding:3rem 2rem 1rem;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{color:#22c55e;margin-bottom:1rem;font-size:1.1rem}.footer-section p{line-height:1.6;margin-bottom:.5rem;font-size:.95rem}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#e5e7eb;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#22c55e}.app-links{display:flex;gap:1rem;flex-wrap:wrap}.app-links a{display:inline-block;padding:.5rem 1rem;background:#22c55e;color:#fff;border-radius:6px;font-weight:500;transition:all .3s ease}.app-links a:hover{background:#16a34a;transform:translateY(-2px)}.footer-bottom{border-top:1px solid #374151;padding-top:1.5rem;text-align:center;color:#9ca3af;font-size:.9rem}@media(max-width:768px){.footer-container{grid-template-columns:1fr;gap:1.5rem}.footer{padding:2rem 1rem 1rem}}
