html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#6366f1;--primary-dark:#4f46e5;--secondary-color:#ec4899;--text-dark:#1f2937;--text-light:#6b7280;--bg-light:#f9fafb;--bg-white:#fff;--border-color:#e5e7eb;--gradient-1:linear-gradient(135deg,#667eea,#764ba2);--gradient-2:linear-gradient(135deg,#f093fb,#f5576c);--gradient-3:linear-gradient(135deg,#4facfe,#00f2fe);--gradient-4:linear-gradient(135deg,#43e97b,#38f9d7);--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1f2937;color:var(--text-dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.container{margin:0 auto;max-width:1200px;padding:0 20px}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);left:0;padding:1rem 0;position:fixed;right:0;top:0;z-index:1000}.navbar .container{justify-content:space-between}.nav-brand,.navbar .container{align-items:center;display:flex}.nav-brand{color:#1f2937;color:var(--text-dark);font-size:1.5rem;font-weight:700;gap:.5rem}.brand-icon{font-size:2rem}.nav-menu{align-items:center;display:flex;gap:2rem;list-style:none}.nav-menu a{color:#1f2937;color:var(--text-dark);font-weight:500;text-decoration:none;transition:color .3s}.nav-menu a:hover{color:#6366f1;color:var(--primary-color)}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--gradient-1);border:none;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow-md);color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:transform .2s,box-shadow .2s}.btn-primary:hover{box-shadow:0 10px 15px -3px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-secondary{background:#fff;border:2px solid #6366f1;border:2px solid var(--primary-color);border-radius:.5rem;color:#6366f1;color:var(--primary-color);cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s}.btn-secondary:hover{background:#6366f1;background:var(--primary-color);color:#fff}.btn-outline{background:#0000;border:2px solid #e5e7eb;border:2px solid var(--border-color);border-radius:.5rem;color:#1f2937;color:var(--text-dark);cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s;width:100%}.btn-outline:hover{border-color:#6366f1;border-color:var(--primary-color);color:#6366f1;color:var(--primary-color)}.btn-large{font-size:1.1rem;padding:1rem 2rem}.hero{animation:gradientShift 15s ease infinite;background:linear-gradient(135deg,#667eea,#764ba2);background-size:200% 200%;color:#fff;margin-top:80px;overflow:hidden;padding:6rem 0;position:relative}.hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;position:relative;z-index:1}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f093fb,#f5576c);-webkit-background-clip:text;background-clip:text}.hero-description{font-size:1.25rem;line-height:1.8;margin-bottom:2rem;opacity:.95}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.hero-stats{display:flex;gap:3rem}.stat-item{text-align:left}.stat-number{font-size:2.5rem;font-weight:700;margin-bottom:.25rem}.stat-label{font-size:.9rem;opacity:.9}.hero-image{align-items:center;display:flex;justify-content:center}.phone-mockup{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:2rem;box-shadow:0 20px 25px -5px #0000001a;box-shadow:var(--shadow-xl);height:600px;padding:1rem;width:300px}.phone-screen{align-items:center;background:#fff;border-radius:1.5rem;display:flex;height:100%;justify-content:center;padding:2rem;width:100%}.app-preview{width:100%}.app-card{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--gradient-1);border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;box-shadow:var(--shadow-lg);color:#fff;padding:2rem}.app-header{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.app-content{display:flex;flex-direction:column;gap:.75rem}.app-item{border-bottom:1px solid #fff3;font-size:1rem;padding:.75rem 0}.app-item:last-child{border-bottom:none}section{padding:6rem 0}.section-header{margin-bottom:4rem;text-align:center}.section-title{color:#1f2937;color:var(--text-dark);font-size:2.5rem;font-weight:800;margin-bottom:1rem}.section-description{color:#6b7280;color:var(--text-light);font-size:1.25rem}.features{background:#f9fafb;background:var(--bg-light)}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow-md);padding:2.5rem;text-align:center;transition:transform .3s,box-shadow .3s}.feature-card:hover{box-shadow:0 20px 25px -5px #0000001a;box-shadow:var(--shadow-xl);transform:translateY(-5px)}.feature-icon{font-size:3.5rem;margin-bottom:1.5rem}.feature-title{color:#1f2937;color:var(--text-dark);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.feature-description{color:#6b7280;color:var(--text-light);line-height:1.7}.apps-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.app-portfolio-card{background:#fff;border:2px solid #e5e7eb;border:2px solid var(--border-color);border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow-md);padding:2.5rem;text-align:center;transition:transform .3s,box-shadow .3s}.app-portfolio-card:hover{border-color:#6366f1;border-color:var(--primary-color);box-shadow:0 20px 25px -5px #0000001a;box-shadow:var(--shadow-xl);transform:translateY(-5px)}.app-icon-large{font-size:4rem;margin-bottom:1.5rem}.app-portfolio-title{color:#1f2937;color:var(--text-dark);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.app-portfolio-description{color:#6b7280;color:var(--text-light);line-height:1.7;margin-bottom:1.5rem}.app-badges{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.badge{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--gradient-1);border-radius:2rem;color:#fff;font-size:.875rem;font-weight:600;padding:.5rem 1rem}.how-it-works{background:#fff}.steps-container{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.step-item{flex:1 1;max-width:250px;min-width:200px;padding:1.5rem;text-align:center}.step-number{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);background:var(--gradient-1);border-radius:50%;box-shadow:0 10px 15px -3px #0000001a;box-shadow:var(--shadow-lg);color:#fff;display:flex;font-size:2rem;font-weight:700;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.step-title{color:#1f2937;color:var(--text-dark);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.step-description{color:#6b7280;color:var(--text-light);line-height:1.7}.step-arrow{color:#6366f1;color:var(--primary-color);font-size:2rem;font-weight:700}.testimonials{background:#f9fafb;background:var(--bg-light)}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.testimonial-card{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow-md);padding:2.5rem;transition:transform .3s}.testimonial-card:hover{box-shadow:0 20px 25px -5px #0000001a;box-shadow:var(--shadow-xl);transform:translateY(-5px)}.testimonial-rating{color:#fbbf24;font-size:1.25rem;margin-bottom:1rem}.testimonial-text{color:#6b7280;color:var(--text-light);font-style:italic;line-height:1.8;margin-bottom:1.5rem}.testimonial-author{align-items:center;display:flex;gap:1rem}.author-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);background:var(--gradient-1);border-radius:50%;display:flex;font-size:1.5rem;height:50px;justify-content:center;width:50px}.author-name{color:#1f2937;color:var(--text-dark);font-weight:700}.author-title{color:#6b7280;color:var(--text-light);font-size:.9rem}.pricing{background:#fff}.pricing-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1000px}.pricing-card{background:#fff;border:2px solid #e5e7eb;border:2px solid var(--border-color);border-radius:1rem;padding:2.5rem;position:relative;transition:transform .3s,box-shadow .3s}.pricing-card:hover{box-shadow:0 20px 25px -5px #0000001a;box-shadow:var(--shadow-xl);transform:translateY(-5px)}.pricing-card.featured{border-color:#6366f1;border-color:var(--primary-color);box-shadow:0 10px 15px -3px #0000001a;box-shadow:var(--shadow-lg);transform:scale(1.05)}.pricing-badge{background:linear-gradient(135deg,#f093fb,#f5576c);background:var(--gradient-2);border-radius:2rem;color:#fff;font-size:.875rem;font-weight:600;left:50%;padding:.5rem 1.5rem;position:absolute;top:-15px;transform:translateX(-50%)}.pricing-header{margin-bottom:2rem;text-align:center}.pricing-name{color:#1f2937;color:var(--text-dark);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.pricing-price{align-items:baseline;display:flex;gap:.5rem;justify-content:center}.price-amount{color:#6366f1;color:var(--primary-color);font-size:3rem;font-weight:800}.price-period{color:#6b7280;color:var(--text-light);font-size:1rem}.pricing-features{list-style:none;margin-bottom:2rem}.pricing-features li{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border-color);color:#6b7280;color:var(--text-light);padding:.75rem 0}.pricing-features li:last-child{border-bottom:none}.cta{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--gradient-1);color:#fff;padding:6rem 0;text-align:center}.cta-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.cta-description{font-size:1.25rem;margin-bottom:2rem;opacity:.95}.cta-note{font-size:.9rem;margin-top:1rem;opacity:.9}.footer{background:#1f2937;background:var(--text-dark);color:#fff;padding:4rem 0 2rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:3rem}.footer-brand{align-items:center;display:flex;font-size:1.5rem;font-weight:700;gap:.5rem;margin-bottom:1rem}.footer-description{color:#ffffffb3;line-height:1.7}.footer-title{font-size:1.125rem;font-weight:700;margin-bottom:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#ffffffb3;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff}.footer-bottom{align-items:center;border-top:1px solid #ffffff1a;color:#ffffffb3;display:flex;justify-content:space-between;padding-top:2rem}.footer-social{display:flex;gap:1rem}.footer-social a{font-size:1.5rem;text-decoration:none;transition:transform .3s}.footer-social a:hover{transform:scale(1.2)}@media (max-width:768px){.nav-menu{font-size:.9rem;gap:1rem}.nav-menu li:not(:last-child){display:none}.hero-content{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-buttons{flex-direction:column}.hero-stats{justify-content:center}.phone-mockup{height:500px;width:250px}.section-title{font-size:2rem}.steps-container{flex-direction:column}.step-arrow{margin:1rem 0;transform:rotate(90deg)}.pricing-card.featured{transform:scale(1)}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.cta-title{font-size:2rem}}@media (max-width:480px){.hero{padding:4rem 0}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.section-title{font-size:1.75rem}.apps-grid,.features-grid,.pricing-grid,.testimonials-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=main.5b64eacc.css.map*/