:root{font-family:Outfit,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1a1a1a;background-color:#fafafa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;min-width:320px;min-height:100vh}#root{width:100%}:root{--primary: #fe2c7e;--secondary: #d946ef;--bg-main: #ffffff;--bg-secondary: #f8fafc;--text-main: #1e293b;--text-muted: #64748b;--border: #e2e8f0;--accent: #6366f1;--gradient: linear-gradient(135deg, var(--primary), var(--secondary))}.landing-page{min-height:100vh;color:var(--text-main);background-color:var(--bg-main)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}nav{height:80px;display:flex;align-items:center;border-bottom:1px solid var(--border);position:sticky;top:0;background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000}nav .container{width:100%;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:800;color:var(--primary);text-decoration:none}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{text-decoration:none;color:var(--text-muted);font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--text-main)}.hero{padding:6rem 0;overflow:hidden}.hero .container{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem}.hero-content h1{font-size:4rem;font-weight:900;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em}.gradient-text{background:var(--gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-content p{font-size:1.25rem;color:var(--text-muted);margin-bottom:2.5rem;max-width:540px}.cta-group{display:flex;gap:1rem}.btn{padding:.875rem 2rem;border-radius:99px;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.75rem}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:#e11d48;transform:translateY(-2px);box-shadow:0 10px 20px #fe2c7e33}.btn-secondary{background:var(--bg-secondary);color:var(--text-main);border:1px solid var(--border)}.btn-secondary:hover{background:#fff;border-color:var(--text-muted)}.hero-visual{position:relative;display:flex;justify-content:center}.phone-mockup{width:320px;height:690px;background:#000;border-radius:40px;padding:.75rem;border:4px solid #F1F5F9;box-shadow:0 50px 100px -20px #00000026;overflow:hidden}.phone-screen{width:100%;height:100%;background:#fff;border-radius:30px;overflow:hidden;position:relative}.screenshot-img{width:100%;height:100%;object-fit:cover;object-position:top}.features{padding:8rem 0;background-color:var(--bg-secondary)}.section-label{display:block;text-align:center;color:var(--primary);font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.875rem;margin-bottom:1rem}.section-title{text-align:center;font-size:3rem;font-weight:800;margin-bottom:4rem}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{background:#fff;padding:3rem 2rem;border-radius:2rem;border:1px solid var(--border);transition:transform .3s}.feature-card:hover{transform:translateY(-10px)}.icon-wrapper{width:56px;height:56px;background:#fe2c7e1a;border-radius:1rem;display:flex;align-items:center;justify-content:center;color:var(--primary);margin-bottom:2rem}.feature-card h3{font-size:1.5rem;margin-bottom:1rem}.feature-card p{color:var(--text-muted)}.how-it-works{padding:8rem 0}.steps-container{display:flex;flex-direction:column;gap:8rem}.step-item{display:flex;align-items:center;justify-content:space-between;gap:4rem}.step-item.reverse{flex-direction:row-reverse}.step-info{flex:1;max-width:500px}.step-number{font-size:3rem;font-weight:800;color:var(--primary);opacity:.15;margin-bottom:1rem}.step-info h3{font-size:2.25rem;font-weight:800;margin-bottom:1.5rem}.step-info p{font-size:1.125rem;color:var(--text-muted);line-height:1.6}.step-phone{flex:1;display:flex;justify-content:center}.phone-mockup-small{width:280px;height:610px;background:#000;border-radius:36px;padding:.6rem;border:4px solid #F1F5F9;box-shadow:0 30px 60px -15px #0000001a}@media(max-width:968px){.step-item,.step-item.reverse{flex-direction:column;text-align:center;gap:3rem}}.demo-visual-wide{background:var(--bg-secondary);border-radius:3rem;padding:4rem;display:flex;justify-content:center;position:relative;border:1px solid var(--border)}.mockup-container{position:relative;width:100%;max-width:800px;border-radius:1.5rem;overflow:hidden;box-shadow:0 30px 60px #0000001a}.demo-img{width:100%;display:block}.floating-badge{position:absolute;background:#fff;padding:.75rem 1.25rem;border-radius:99px;box-shadow:0 10px 25px #0000001a;display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:.875rem;border:1px solid var(--border)}.floating-badge i,.floating-badge svg{color:var(--primary)}.top-right{top:2rem;right:-1rem;transform:rotate(5deg)}.bottom-left{bottom:2rem;left:-1rem;transform:rotate(-5deg)}.gallery{padding:8rem 0}.gallery-scroll{display:flex;gap:1rem;overflow-x:auto;padding:2rem 0;scrollbar-width:none;-ms-overflow-style:none}.gallery-scroll::-webkit-scrollbar{display:none}.gallery-item{flex:0 0 300px;height:620px;border-radius:2.5rem;overflow:hidden;box-shadow:0 15px 35px #00000014;border:1px solid var(--border);transition:transform .3s ease}.gallery-item:hover{transform:scale(1.02)}.gallery-item img{width:100%;height:100%;object-fit:cover}footer{padding:4rem 0;border-top:1px solid var(--border);text-align:center}.footer-logo{font-size:1.5rem;font-weight:800;color:var(--primary);margin-bottom:1rem;display:block}.footer-text{color:var(--text-muted);margin-bottom:1rem}.footer-link{color:var(--text-muted);text-decoration:none;font-size:.875rem;transition:color .2s}.footer-link:hover{color:var(--primary);text-decoration:underline}@media(max-width:1024px){.hero .container{grid-template-columns:1fr;text-align:center}.hero-content p{margin:0 auto 2.5rem}.cta-group{justify-content:center}.feature-grid{grid-template-columns:1fr}}
