body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.App,body{overflow-x:hidden}.App{max-width:100vw;width:100%}html{scroll-behavior:smooth}.container{box-sizing:border-box;margin:0 auto;max-width:1200px;padding:0 20px;width:100%}.btn{border:none;border-radius:5px;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;padding:12px 30px;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#1e88e5,#0d47a1);color:#fff}.btn-primary:hover{box-shadow:0 10px 20px #1e88e566;transform:translateY(-2px)}.btn-secondary{background:#fff;border:2px solid #1e88e5;color:#1e88e5}.btn-secondary:hover{background:#1e88e5;color:#fff;transform:translateY(-2px)}.fade-in-up{animation:fadeInUp .6s ease-out}@media (max-width:768px){.container{padding:0 15px}}.header{background:linear-gradient(135deg,#0d47a1,#1a237e);box-shadow:0 2px 10px #0000001a;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar{justify-content:space-between;padding:.5rem 0}.logo,.navbar{align-items:center;display:flex}.logo{gap:10px}.logo-img{background:#fff;border-radius:50%;height:40px;object-fit:contain;padding:2px;width:40px}.logo-text{color:#fff;font-size:1.5rem;font-weight:700;letter-spacing:1px}.nav-menu{display:flex;gap:2rem;list-style:none}.nav-link{color:#fff;font-weight:500;position:relative;text-decoration:none;transition:all .3s ease}.nav-link:hover{transform:translateY(-2px)}.nav-link:after{background:#fff;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.nav-actions{display:flex;gap:1rem}.hamburger{cursor:pointer;display:none;flex-direction:column;gap:4px}.hamburger span{background:#fff;border-radius:3px;height:3px;transition:all .3s ease;width:25px}@media (max-width:768px){.nav-menu{background:linear-gradient(135deg,#0d47a1,#1a237e);box-shadow:0 10px 27px #0000000d;flex-direction:column;left:-100%;padding:2rem 0;position:fixed;text-align:center;top:70px;transition:.3s;width:100%}.nav-menu.active{left:0}.hamburger{display:flex}.nav-actions{display:none}}.hero{align-items:center;background:linear-gradient(135deg,#e3f2fd,#bbdefb);display:flex;min-height:90vh;overflow:hidden;padding:100px 0;position:relative}.hero-background{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}.hero-circles{height:100%;position:relative;width:100%}.circle{background:linear-gradient(135deg,#1e88e5,#0d47a1);border-radius:50%;opacity:.1;position:absolute}.circle-1{animation:float 6s ease-in-out infinite;height:300px;right:-100px;top:-100px;width:300px}.circle-2{animation:float 8s ease-in-out infinite;bottom:-50px;height:200px;left:-50px;width:200px}.circle-3{animation:float 7s ease-in-out infinite;height:150px;left:50%;top:50%;width:150px}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;overflow:hidden;position:relative;z-index:1}.hero-text{max-width:600px}.hero-title{color:#2d3748;font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e88e5,#0d47a1);-webkit-background-clip:text;background-clip:text}.hero-description{color:#4a5568;font-size:1.2rem;line-height:1.8;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.hero-stats{display:flex;gap:3rem;margin-top:2rem}.stat-item{text-align:center}.stat-item h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e88e5,#0d47a1);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-item p{color:#4a5568;font-size:.9rem}.hero-image{align-items:center;display:flex;justify-content:center;overflow:hidden}.image-container{max-width:500px}.hero-illustration,.image-container{overflow:visible;position:relative;width:100%}.hero-illustration{align-items:center;display:flex;height:500px;justify-content:center}.main-device{height:300px;position:relative;width:400px;z-index:2}.device-screen{background:#fff;border:3px solid #e3f2fd;border-radius:20px;box-shadow:0 20px 60px #0d47a133;height:100%;overflow:hidden;width:100%}.browser-bar{align-items:center;background:linear-gradient(135deg,#1e88e5,#0d47a1);display:flex;gap:10px;height:40px;padding:0 15px}.browser-dots{display:flex;gap:6px}.browser-dots span{background:#fffc;border-radius:50%;height:10px;width:10px}.browser-url{background:#fff3;border-radius:10px;flex:1 1;height:20px}.device-content{padding:20px}.content-header{background:linear-gradient(90deg,#e3f2fd,#bbdefb);border-radius:8px;height:30px;margin-bottom:20px;width:60%}.content-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(3,1fr);margin-bottom:20px}.grid-item{animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-radius:10px;height:60px}.grid-item:nth-child(2){animation-delay:.3s}.grid-item:nth-child(3){animation-delay:.6s}.content-lines{display:flex;flex-direction:column;gap:10px}.content-line{background:#e3f2fd;border-radius:4px;height:8px;width:100%}.content-line.short{width:70%}.floating-card{animation:floatCard 4s ease-in-out infinite;background:#fff;border-radius:15px;box-shadow:0 10px 30px #0d47a126;padding:15px;position:absolute;z-index:3}.card-1{animation-delay:0s;left:-30px;top:50px;width:120px}.card-2{align-items:center;animation-delay:1s;display:flex;gap:10px;padding:12px 20px;right:-20px;top:80px}.card-3{animation-delay:2s;bottom:80px;height:80px;left:-20px;width:100px}.card-header{background:linear-gradient(90deg,#1e88e5,#0d47a1);border-radius:6px;height:12px;margin-bottom:10px;width:100%}.card-content{display:flex;flex-direction:column;gap:6px}.card-line{background:#e3f2fd;border-radius:3px;height:6px;width:100%}.card-line.short{width:60%}.card-icon{color:#1e88e5;height:30px;width:30px}.card-icon svg{height:100%;width:100%}.card-text{color:#0d47a1;font-size:12px;font-weight:600;white-space:nowrap}.chart-bars{align-items:flex-end;display:flex;gap:8px;height:100%;padding:10px 0}.bar{animation:barGrow 2s ease-in-out infinite;background:linear-gradient(180deg,#1e88e5,#0d47a1);border-radius:4px 4px 0 0;flex:1 1}.bar-1{animation-delay:0s;height:40%}.bar-2{animation-delay:.2s;height:70%}.bar-3{animation-delay:.4s;height:55%}.bar-4{animation-delay:.6s;height:85%}.floating-icon{align-items:center;animation:floatIcon 3s ease-in-out infinite;background:linear-gradient(135deg,#1e88e5,#0d47a1);border-radius:50%;box-shadow:0 10px 25px #1e88e54d;color:#fff;display:flex;height:50px;justify-content:center;position:absolute;width:50px;z-index:1}.floating-icon svg{height:28px;width:28px}.icon-1{animation-delay:0s;right:30px;top:120px}.icon-2{animation-delay:1.5s;bottom:120px;right:60px}.code-symbol{animation:float 4s ease-in-out infinite;color:#1e88e5;font-size:40px;font-weight:700;opacity:.2;position:absolute;z-index:1}.symbol-1{animation-delay:0s;right:100px;top:30px}.symbol-2{animation-delay:2s;bottom:50px;left:50px}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes floatIcon{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(5deg)}}@keyframes barGrow{0%,to{transform:scaleY(1)}50%{transform:scaleY(1.2)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.floating,.floating-delayed{animation:float 3s ease-in-out infinite}.floating-delayed{animation-delay:1s}@media (max-width:968px){.hero-content{gap:3rem;grid-template-columns:1fr}.hero-title{font-size:2.5rem}.hero-image{order:-1}.hero-illustration{height:400px}.main-device{height:240px;width:320px}.floating-card{transform:scale(.8)}.card-1{left:-20px}.card-2{right:-10px}.card-3{left:-10px}.floating-icon{height:40px;width:40px}.floating-icon svg{height:22px;width:22px}.code-symbol{font-size:30px}}@media (max-width:768px){.hero{padding:60px 0}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column}.hero-stats{gap:1.5rem}.stat-item h3{font-size:1.5rem}.hero-illustration{height:350px;transform:scale(.9)}.main-device{height:210px;width:280px}.device-content{padding:12px}.content-header{height:20px;margin-bottom:12px}.content-grid{gap:10px}.grid-item{height:45px}.browser-bar{height:30px;padding:0 10px}.browser-dots span{height:8px;width:8px}.floating-card{transform:scale(.7)}.card-1{left:-25px;top:20px}.card-2{right:-25px;top:40px}.card-3{bottom:40px;left:-25px}.floating-icon{height:35px;width:35px}.floating-icon svg{height:18px;width:18px}.icon-1{right:10px;top:80px}.icon-2{bottom:80px;right:30px}.code-symbol{font-size:24px;opacity:.15}.symbol-1{right:60px;top:10px}.symbol-2{bottom:30px;left:30px}}@media (max-width:480px){.hero-title{font-size:1.75rem}.hero-description{font-size:.95rem}.hero-stats{flex-wrap:wrap;gap:1rem;justify-content:center}.stat-item{min-width:100px}.hero-illustration{height:300px;transform:scale(.85)}.main-device{height:180px;width:240px}.device-content{padding:10px}.content-header{height:18px;margin-bottom:10px}.content-grid{gap:8px}.grid-item{height:35px}.content-line{height:6px}.browser-bar{height:25px}.floating-card{transform:scale(.6)}.card-1{left:-30px;top:10px}.card-2{right:-30px;top:20px}.card-3{bottom:20px;left:-30px}.floating-icon{height:30px;width:30px}.floating-icon svg{height:16px;width:16px}.icon-1{right:5px;top:60px}.icon-2{bottom:60px;right:20px}.code-symbol{font-size:20px;opacity:.1}.symbol-1{right:50px;top:5px}.symbol-2{bottom:20px;left:20px}}.products{background:#f8f9fa;overflow-x:hidden;padding:100px 0}.section-header{margin-bottom:4rem;text-align:center}.section-title{color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-description{color:#4a5568;font-size:1.2rem}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px}@media (max-width:768px){.products-grid{gap:1.5rem;grid-template-columns:1fr}}.product-card{background:#fff;border:3px solid #0000;border-radius:20px;box-shadow:0 10px 30px #0000001a;padding:2rem;position:relative;transition:all .3s ease}.product-card:hover{box-shadow:0 20px 40px #1e88e533;transform:translateY(-10px)}.product-card.popular{border-color:#10b981}.product-card.green{border-top:5px solid #10b981}.product-card.blue{border-top:5px solid #3b82f6}.popular-badge{background:linear-gradient(135deg,#f59e0b,#ef4444);border-radius:20px;color:#fff;font-size:.9rem;font-weight:700;letter-spacing:1px;padding:8px 20px;position:absolute;right:20px;top:-15px}.product-header{border-bottom:2px solid #e2e8f0;margin-bottom:1.5rem;padding-bottom:1.5rem}.product-name{color:#2d3748;font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.product-tagline{background:linear-gradient(135deg,#1e88e5,#0d47a1);border-radius:12px;color:#fff;display:inline-block;font-size:.8rem;font-weight:600;margin-bottom:1rem;padding:4px 12px}.product-pricing{margin:1.5rem 0}.price-main{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e88e5,#0d47a1);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800;margin-bottom:.5rem}.price-info{align-items:center;display:flex;gap:1rem}.price-original{color:#94a3b8;font-size:1rem;text-decoration:line-through}.discount-badge{background:#fee2e2;border-radius:8px;color:#ef4444;font-size:.9rem;font-weight:600;padding:4px 12px}.product-description{color:#64748b;line-height:1.6;margin-top:1rem}.product-features{margin-bottom:2rem}.features-list{list-style:none;padding:0}.feature-item{align-items:start;border-bottom:1px solid #f1f5f9;color:#475569;display:flex;font-size:.95rem;gap:.75rem;padding:.75rem 0}.feature-item:last-child{border-bottom:none}.check-icon{color:#1e88e5;flex-shrink:0;height:20px;margin-top:2px;width:20px}.product-development{align-items:center;background:linear-gradient(135deg,#ede9fe,#ddd6fe);border-radius:12px;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding:1rem}.development-btn{background:linear-gradient(135deg,#1e88e5,#0d47a1);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:8px 20px;transition:all .3s ease}.development-btn:hover{transform:scale(1.05)}.development-price{color:#0d47a1;font-weight:700}.product-action{margin-top:1.5rem}.btn-full{font-size:1.1rem;padding:1rem;text-align:center;width:100%}@media (max-width:768px){.products{padding:60px 0}.section-title{font-size:2rem}.products-grid{gap:1.5rem;grid-template-columns:1fr}.product-card{margin:0;padding:1.5rem;width:100%}.price-main,.product-name{font-size:1.5rem}.feature-item{font-size:.9rem;padding:.6rem 0}.check-icon{height:18px;width:18px}.product-development{align-items:flex-start;flex-direction:column;gap:.75rem}.btn-full{padding:.875rem;width:100%}}.features{background:#fff;overflow-x:hidden;padding:100px 0}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:4rem}.feature-card{animation:fadeInUp .6s ease-out forwards;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid #0000;border-radius:15px;opacity:0;padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{background:#fff;border-color:#1e88e5;box-shadow:0 15px 35px #1e88e54d;transform:translateY(-10px)}.feature-icon{color:#1e88e5;display:inline-block;font-size:3rem;margin-bottom:1rem;transition:all .3s ease}.feature-card:hover .feature-icon{transform:scale(1.2) rotate(5deg)}.feature-title{color:#2d3748;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.feature-description{color:#64748b;font-size:.95rem;line-height:1.7}.cta-section{background:linear-gradient(135deg,#1e88e5,#0d47a1);border-radius:20px;margin-top:4rem;overflow:hidden;padding:4rem 2rem;position:relative;text-align:center}.cta-section:before{background:#ffffff1a;border-radius:50%;content:"";height:100%;position:absolute;right:-50%;top:-50%;width:100%}.cta-content{position:relative;z-index:1}.cta-title{color:#fff;font-size:2.5rem;font-weight:800;margin-bottom:1rem}.cta-description{color:#ffffffe6;font-size:1.2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-buttons .btn{font-size:1.1rem;padding:15px 35px}.cta-buttons .btn-primary{background:#fff;color:#667eea}.cta-buttons .btn-primary:hover{background:#f8f9fa;box-shadow:0 10px 25px #0003;transform:translateY(-3px)}.cta-buttons .btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.cta-buttons .btn-secondary:hover{background:#fff;color:#1e88e5}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.features{padding:60px 0}.features-grid{gap:1.5rem;grid-template-columns:1fr}.feature-card{margin:0;padding:1.5rem}.feature-icon{font-size:2.5rem}.feature-title{font-size:1.2rem}.cta-section{margin-top:3rem;padding:3rem 1.5rem}.cta-title{font-size:2rem}.cta-description{font-size:1rem}.cta-buttons{align-items:center;flex-direction:column;gap:1rem}.cta-buttons .btn{max-width:300px;padding:1rem;width:100%}}.footer{background:linear-gradient(135deg,#0d47a1,#1a237e);color:#fff;padding:4rem 0 0}.footer-content{grid-gap:3rem;border-bottom:1px solid #ffffff1a;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1.5fr;padding-bottom:3rem}.footer-section{display:flex;flex-direction:column}.footer-logo{align-items:center;display:flex;gap:10px;margin-bottom:1rem}.footer-logo-img{background:#fff;border-radius:50%;height:40px;object-fit:contain;padding:2px;width:40px}.footer-logo h3{font-size:1.3rem;font-weight:700;letter-spacing:1px}.footer-description{color:#ffffffb3;line-height:1.7;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-link{align-items:center;background:#ffffff1a;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.social-link:hover{background:linear-gradient(135deg,#1e88e5,#0d47a1);transform:translateY(-3px)}.social-link svg{height:20px;width:20px}.footer-title{color:#fff;font-size:1.2rem;font-weight:700;margin-bottom:1.5rem}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#ffffffb3;display:inline-block;text-decoration:none;transition:all .3s ease}.footer-links a:hover{color:#fff;transform:translateX(5px)}.footer-contact{list-style:none;padding:0}.footer-contact li{align-items:center;color:#ffffffb3;display:flex;gap:.75rem;margin-bottom:1rem}.footer-contact svg{color:#1e88e5;flex-shrink:0;height:20px;width:20px}.footer-bottom{align-items:center;color:#fff9;display:flex;justify-content:space-between;padding:2rem 0}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{color:#fff9;text-decoration:none;transition:all .3s ease}.footer-bottom-links a:hover{color:#fff}@media (max-width:968px){.footer-content{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.footer{padding:3rem 0 0}.footer-content{gap:2rem;grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-bottom-links{flex-direction:column;gap:.5rem}}
/*# sourceMappingURL=main.472f0d3d.css.map*/