@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";html,body,#root{margin:0;padding:0;width:100%;min-height:100vh}body{display:block}#root{display:flex;flex-direction:column;align-items:center;width:100%}:root{--primary: #667eea;--secondary: #ec4899;--bg-dark: #0a0a0a;--bg-card: #141414;--text-primary: #ffffff;--text-secondary: #a3a3a3;--text-muted: #525252;--border-color: #262626;--gradient: linear-gradient(135deg, #667eea 0%, #ec4899 100%)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--bg-dark);color:var(--text-primary);line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}.landing-page{min-height:100vh}.gradient-text{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-section{min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;padding:2rem;overflow:hidden}.hero-bg{position:absolute;inset:0;overflow:hidden;z-index:0}.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5}.gradient-orb-1{width:600px;height:600px;background:radial-gradient(circle,rgba(102,126,234,.4) 0%,transparent 70%);top:-200px;left:50%;transform:translate(-50%);animation:float 8s ease-in-out infinite}.gradient-orb-2{width:400px;height:400px;background:radial-gradient(circle,rgba(236,72,153,.3) 0%,transparent 70%);bottom:10%;left:10%;animation:float 10s ease-in-out infinite reverse}.gradient-orb-3{width:300px;height:300px;background:radial-gradient(circle,rgba(102,126,234,.3) 0%,transparent 70%);top:40%;right:5%;animation:float 12s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-30px) scale(1.05)}}.hero-content{position:relative;z-index:10;text-align:center;max-width:800px;animation:fadeInUp 1s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.625rem 1.25rem;background:linear-gradient(135deg,#667eea33,#ec489926);border:1px solid rgba(255,255,255,.1);border-radius:100px;font-size:.8125rem;font-weight:500;color:#fff;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden;letter-spacing:.02em}.hero-badge:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);animation:shimmer 3s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.hero-title{font-size:clamp(2.5rem,8vw,5rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em}.title-line{display:block}.hero-description{font-size:clamp(1rem,2vw,1.25rem);color:var(--text-secondary);max-width:600px;margin:0 auto 2.5rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.store-btn{display:flex;align-items:center;transition:transform .2s,opacity .2s}.store-btn:hover{transform:translateY(-2px);opacity:.9}.store-btn.app-store .store-badge{height:50px;width:auto}.store-btn.google-play img{height:74px;width:auto}.hero-stats{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}.stat-item{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:700;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.stat-label{font-size:.875rem;color:var(--text-muted)}.stat-divider{width:1px;height:40px;background:var(--border-color)}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.75rem;animation:bounce 2s infinite}.scroll-arrow{width:20px;height:20px;border-right:2px solid var(--text-muted);border-bottom:2px solid var(--text-muted);transform:rotate(45deg)}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(10px)}}.section-container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}.landing-page{display:flex;flex-direction:column;align-items:center;width:100%}.section-header{text-align:center;margin-bottom:4rem}.section-tag{display:inline-block;font-size:.875rem;font-weight:500;color:var(--primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.section-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;margin-bottom:1rem;letter-spacing:-.02em}.section-subtitle{font-size:1.125rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.features-section{padding:8rem 0;background:linear-gradient(180deg,var(--bg-dark) 0%,#0f0f0f 100%);width:100%}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:1.5rem;padding:2.5rem;transition:transform .3s,border-color .3s}.feature-card:hover{transform:translateY(-5px);border-color:var(--primary)}.feature-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#667eea1a;border-radius:1rem;margin-bottom:1.5rem}.feature-icon svg{width:28px;height:28px;color:var(--primary)}.feature-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.feature-desc{color:var(--text-secondary);line-height:1.7}.preview-section{padding:8rem 0;background:linear-gradient(180deg,#0f0f0f 0%,var(--bg-dark) 100%);width:100%;overflow:hidden}.screenshots-carousel{display:flex;justify-content:center;gap:2rem;overflow-x:auto;padding:2rem 0;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.screenshots-carousel::-webkit-scrollbar{display:none}.screenshot-item{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem;scroll-snap-align:center;transition:transform .3s ease}.screenshot-item:hover{transform:scale(1.02)}.screenshot-item img{width:280px;height:auto;border-radius:2rem;box-shadow:0 20px 60px #00000080,0 0 40px #667eea26;border:1px solid rgba(255,255,255,.1)}.screenshot-caption{font-size:.9375rem;font-weight:500;color:var(--text-secondary);text-align:center}.how-section{padding:8rem 0;background:var(--bg-dark);width:100%}.steps-container{display:flex;flex-direction:column;align-items:center;gap:2rem;max-width:600px;margin:0 auto}.step-item{display:flex;gap:2rem;align-items:flex-start;width:100%;padding:2rem;background:var(--bg-card);border:1px solid var(--border-color);border-radius:1.5rem;transition:border-color .3s}.step-item:hover{border-color:var(--primary)}.step-number{font-size:3rem;font-weight:700;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1;flex-shrink:0}.step-content h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.step-content p{color:var(--text-secondary);line-height:1.6}.step-connector{width:2px;height:40px;background:linear-gradient(180deg,var(--primary) 0%,var(--secondary) 100%);opacity:.5}.cta-section{padding:6rem 2rem;background:linear-gradient(180deg,var(--bg-dark) 0%,#0a0a0a 100%);width:100%}.cta-container{max-width:800px;margin:0 auto;text-align:center;padding:4rem;background:var(--bg-card);border:1px solid var(--border-color);border-radius:2rem;position:relative;overflow:hidden}.cta-container:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(102,126,234,.1) 0%,transparent 50%);z-index:0}.cta-container>*{position:relative;z-index:1}.cta-container h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin-bottom:1rem}.cta-container p{color:var(--text-secondary);font-size:1.125rem;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.footer{padding:4rem 2rem 2rem;background:#050505;border-top:1px solid var(--border-color);width:100%}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:2rem;padding-bottom:3rem;border-bottom:1px solid var(--border-color)}.footer-brand{max-width:300px}.footer-logo{font-size:1.5rem;font-weight:700;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:block;margin-bottom:.75rem}.footer-brand p{color:var(--text-muted);font-size:.875rem}.footer-links{display:flex;gap:2rem;flex-wrap:wrap}.footer-links a{color:var(--text-secondary);font-size:.875rem;transition:color .2s}.footer-links a:hover{color:var(--text-primary)}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;text-align:center}.footer-bottom p{color:var(--text-muted);font-size:.75rem}.fade-in-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in-on-scroll.visible{opacity:1;transform:translateY(0)}.feature-card:nth-child(1){transition-delay:.1s}.feature-card:nth-child(2){transition-delay:.2s}.feature-card:nth-child(3){transition-delay:.3s}.step-item:nth-child(1){transition-delay:.1s}.step-item:nth-child(3){transition-delay:.2s}.step-item:nth-child(5){transition-delay:.3s}@media(max-width:768px){.hero-section{padding:4rem 1.5rem 1.5rem}.hero-stats{gap:1rem}.stat-number{font-size:1.5rem}.stat-divider{height:30px}.features-section,.how-section{padding:5rem 0}.step-item{flex-direction:column;gap:1rem;text-align:center}.step-number{font-size:2.5rem}.cta-container{padding:2.5rem 1.5rem}.footer-content{flex-direction:column;align-items:center;text-align:center}.footer-brand{max-width:100%}.footer-links{justify-content:center}}.page-container{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-dark)}.page-nav{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;max-width:1200px;margin:0 auto;width:100%}.nav-logo{font-size:1.5rem;font-weight:700;background:var(--gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.nav-links{display:flex;gap:2rem}.nav-links a{color:var(--text-secondary);font-size:.9375rem;transition:color .2s}.nav-links a:hover,.nav-links a.active{color:var(--text-primary)}.page-content{flex:1;max-width:800px;margin:0 auto;padding:2rem;width:100%}.page-header{text-align:center;margin-bottom:4rem}.page-header h1{font-size:clamp(2rem,5vw,3rem);font-weight:700;margin-bottom:1rem}.page-header p{color:var(--text-secondary);font-size:1.125rem}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:var(--bg-card);border:1px solid var(--border-color);border-radius:1rem;overflow:hidden;transition:border-color .2s}.faq-item:hover,.faq-item[open]{border-color:var(--primary)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;cursor:pointer;font-weight:500;list-style:none}.faq-question::-webkit-details-marker{display:none}.faq-icon{width:20px;height:20px;color:var(--text-muted);transition:transform .2s}.faq-item[open] .faq-icon{transform:rotate(180deg)}.faq-answer{padding:0 1.5rem 1.5rem}.faq-answer p{color:var(--text-secondary);line-height:1.7}.about-content{display:flex;flex-direction:column;gap:3rem}.about-section h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary)}.about-section p{color:var(--text-secondary);line-height:1.8}.feature-list{list-style:none;margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}.feature-list li{color:var(--text-secondary);padding-left:1.5rem;position:relative}.feature-list li:before{content:"✓";position:absolute;left:0;color:var(--primary)}.offer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:1.5rem}.offer-item{background:var(--bg-card);border:1px solid var(--border-color);border-radius:1rem;padding:1.5rem}.offer-item h3{font-size:1rem;margin-bottom:.5rem}.offer-item p{font-size:.875rem}.page-cta{text-align:center;margin-top:4rem;padding:3rem;background:var(--bg-card);border:1px solid var(--border-color);border-radius:1.5rem}.page-cta h2{font-size:1.5rem;margin-bottom:1.5rem}.cta-button{display:inline-block;padding:1rem 2rem;background:var(--gradient);color:#fff;font-weight:600;border-radius:100px;transition:transform .2s,opacity .2s}.cta-button:hover{transform:translateY(-2px);opacity:.9}.page-footer{padding:2rem;border-top:1px solid var(--border-color);text-align:center}.page-footer .footer-links{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:1rem}.page-footer .footer-links a{color:var(--text-secondary);font-size:.875rem;transition:color .2s}.page-footer .footer-links a:hover{color:var(--text-primary)}.page-footer p{color:var(--text-muted);font-size:.75rem}@media(max-width:768px){.page-nav{padding:1rem}.nav-links{gap:1rem}.page-content{padding:1.5rem}.offer-grid{grid-template-columns:1fr}}
