:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#000000de;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;margin:0;padding:0;text-align:left}*{box-sizing:border-box}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #8b5cf6;--primary-dark: #7c3aed;--primary-light: #a78bfa;--gradient: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);--text-primary: #1f2937;--text-secondary: #6b7280;--text-light: #9ca3af;--bg-white: #ffffff;--bg-light: #f9fafb;--bg-gray: #f3f4f6;--border-color: #e5e7eb;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1)}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-primary);line-height:1.6;overflow-x:hidden}.App{min-height:100vh}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;border-bottom:1px solid transparent}.navbar.scrolled{background:#fffffffa;box-shadow:var(--shadow-sm);border-bottom-color:var(--border-color)}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:var(--primary-color);text-decoration:none}.logo-img{width:40px;height:40px;border-radius:10px}.logo-text{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{color:var(--text-primary);text-decoration:none;font-weight:500;transition:color .2s;cursor:pointer}.nav-links a:hover{color:var(--primary-color)}.hero{position:relative;min-height:100vh;background:var(--gradient);display:flex;align-items:center;padding-top:80px;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.hero-container{max-width:1400px;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:1fr 1.2fr;gap:6rem;align-items:center;position:relative;z-index:1}.hero-content{color:#fff;position:relative;z-index:10;max-width:600px}.hero-badge{display:inline-block;padding:.5rem 1rem;background:#fff3;border-radius:50px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;letter-spacing:-.02em}.gradient-text{display:block;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;line-height:1.8;margin-bottom:2.5rem;opacity:.95;max-width:550px}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;border-radius:12px;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:#fff;color:var(--primary-color);box-shadow:var(--shadow-lg)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-xl)}.btn-secondary{background:#fff3;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.btn-secondary:hover{background:#ffffff4d}.btn-large{padding:1.25rem 3rem;font-size:1.125rem}.hero-image{display:flex;justify-content:center;align-items:center;position:relative;height:600px;overflow:visible;z-index:1;padding:0 2rem}.phone-showcase{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center;gap:1.5rem;padding:2rem 0;overflow:visible}.phone-mockup{width:240px;height:520px;background:#ffffff1a;border-radius:35px;padding:1rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 60px #0000004d;display:flex;align-items:center;justify-content:center;position:relative;transition:transform .3s ease,z-index .3s ease,opacity .3s ease;flex-shrink:0}.phone-1{transform:translate(-120px) scale(.9);z-index:1;opacity:.85}.phone-2{transform:translate(0) scale(1);z-index:3;box-shadow:0 30px 80px #0006;opacity:1}.phone-3{transform:translate(120px) scale(.9);z-index:1;opacity:.85}.phone-showcase:hover .phone-1{transform:translate(-80px) scale(.95);opacity:.95}.phone-showcase:hover .phone-3{transform:translate(80px) scale(.95);opacity:.95}.app-screenshot{width:100%;height:100%;object-fit:cover;border-radius:30px;box-shadow:0 10px 30px #0003}.hero-wave{position:absolute;bottom:0;left:0;right:0;width:100%;height:120px;overflow:hidden}.hero-wave svg{width:100%;height:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:5rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.section-subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.screenshots{background:var(--bg-light);padding:6rem 0}.screenshots-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:3rem}.screenshot-card{text-align:center}.screenshot-frame{position:relative;width:100%;max-width:300px;margin:0 auto 2rem;background:#fff;border-radius:30px;padding:1rem;box-shadow:var(--shadow-xl);transition:all .3s ease;overflow:hidden}.screenshot-frame:before{content:"";position:absolute;top:0;left:0;right:0;height:40px;background:linear-gradient(135deg,#1f2937,#374151);border-radius:30px 30px 0 0;z-index:1}.screenshot-frame img{width:100%;height:auto;display:block;border-radius:20px;position:relative;z-index:2;transition:transform .3s ease}.screenshot-card:hover .screenshot-frame{transform:translateY(-10px);box-shadow:0 25px 50px #8b5cf64d}.screenshot-card:hover .screenshot-frame img{transform:scale(1.02)}.screenshot-card h3{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:var(--text-primary)}.screenshot-card p{color:var(--text-secondary);font-size:1rem;line-height:1.6}.features{background:var(--bg-white);padding:6rem 0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.feature-card{background:var(--bg-white);padding:2.5rem;border-radius:20px;border:1px solid var(--border-color);transition:all .3s ease;text-align:center}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-xl);border-color:var(--primary-light)}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary)}.feature-card p{color:var(--text-secondary);line-height:1.8}.about{background:var(--bg-light);padding:6rem 0}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{text-align:left;margin-bottom:1.5rem}.about-text p{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.8;font-size:1.125rem}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.stat{text-align:center}.stat-number{font-size:2.5rem;font-weight:700;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-label{color:var(--text-secondary);font-weight:500}.about-image{position:relative;height:400px;display:flex;align-items:center;justify-content:center}.gradient-circle{width:300px;height:300px;border-radius:50%;background:var(--gradient);opacity:.2;filter:blur(80px);animation:pulse 4s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.2}50%{transform:scale(1.1);opacity:.3}}.download{background:var(--gradient);color:#fff;text-align:center;padding:6rem 0}.download .section-title,.download .section-subtitle{color:#fff}.download-content{max-width:700px;margin:0 auto}.download-features{display:flex;justify-content:center;gap:3rem;margin-top:3rem;flex-wrap:wrap}.download-feature{display:flex;align-items:center;gap:.5rem;font-size:1.125rem}.check-icon{width:24px;height:24px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem}.btn-store{display:block;font-size:1.5rem;font-weight:700;margin-top:.25rem}.footer{background:var(--text-primary);color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:1.5fr 2fr;gap:4rem;margin-bottom:3rem}.footer-brand{max-width:300px}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.footer-tagline{color:var(--text-light);font-size:1rem}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-column h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-column a{display:block;color:var(--text-light);text-decoration:none;margin-bottom:.75rem;transition:color .2s}.footer-column a:hover{color:var(--primary-light)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;color:var(--text-light)}@media(max-width:968px){.hero-container{grid-template-columns:1fr;text-align:center;gap:3rem}.hero-content{max-width:100%;margin:0 auto;z-index:10}.hero-image{height:500px;margin-top:2rem;overflow:hidden}.phone-showcase{gap:1rem}.phone-mockup{width:200px;height:430px}.phone-1{transform:translate(-100px) scale(.8)}.phone-3{transform:translate(100px) scale(.8)}.hero-title{font-size:2.5rem}.about-content,.footer-content{grid-template-columns:1fr}.footer-links{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.nav-container{padding:1rem}.nav-links{gap:1rem;font-size:.875rem}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.section-title{font-size:2rem}.features-grid,.about-stats{grid-template-columns:1fr}.download-features{flex-direction:column;gap:1rem}.footer-links{grid-template-columns:1fr}.hero-container{padding:3rem 1rem}.hero-image{height:400px;margin-top:2rem;overflow:hidden}.phone-showcase{gap:.5rem;height:400px}.phone-mockup{width:160px;height:350px;padding:.6rem}.phone-1{transform:translate(-60px) scale(.7);opacity:.7}.phone-2{transform:translate(0) scale(.85)}.phone-3{transform:translate(60px) scale(.7);opacity:.7}.screenshots-grid{grid-template-columns:1fr;gap:4rem}.screenshot-frame{max-width:250px}}
