body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6{line-height:1.2;margin:0 0 1rem}p{margin:0 0 1rem}ol,ul{list-style:none;margin:0;padding:0}a{color:inherit;text-decoration:none}button{font-family:inherit}html{scroll-behavior:smooth}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;margin-top:70px}@media (max-width:768px){.main-content{margin-top:60px}.section-title{font-size:2rem}.btn{font-size:.9rem;padding:10px 20px}}.navbar{background:linear-gradient(135deg,#007aff,#0056cc);box-shadow:0 2px 10px #0000001a;padding:1rem 0;position:fixed;top:0;width:100%;z-index:1000}.navbar-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.navbar-logo{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none;transition:transform .3s ease}.navbar-logo:hover{transform:scale(1.05)}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#fff,#f0f0f0);-webkit-background-clip:text;background-clip:text}.navbar-menu{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.navbar-link{border-radius:25px;color:#fff;font-weight:500;padding:.5rem 1rem;position:relative;text-decoration:none;transition:all .3s ease}.navbar-link.active,.navbar-link:hover{background:#fff3;transform:translateY(-2px)}.navbar-toggle{cursor:pointer;display:none;flex-direction:column;padding:.5rem}.bar{background-color:#fff;border-radius:2px;height:3px;margin:3px 0;transition:.3s;width:25px}@media (max-width:768px){.navbar-toggle{display:flex}.navbar-menu{background:linear-gradient(135deg,#007aff,#0056cc);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%}.navbar-menu.active{left:0}.navbar-link{font-size:1.1rem;margin:1rem 0}}.home{min-height:100vh}.hero{background:linear-gradient(135deg,#007aff,#0056cc);color:#fff;overflow:hidden;padding:120px 0 80px;position:relative}.hero-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 2rem}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.highlight{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#ff6b35,#ff8c42);-webkit-background-clip:text;background-clip:text}.hero-subtitle{font-size:1.3rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero-image{align-items:center;display:flex;justify-content:center}.hero-graphic{height:300px;position:relative;width:300px}.floating-card{align-items:center;animation:float 6s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:20px;display:flex;font-size:2rem;height:80px;justify-content:center;position:absolute;width:80px}.card-1{animation-delay:0s;left:20px;top:20px}.card-2{animation-delay:2s;right:20px;top:120px}.card-3{animation-delay:4s;bottom:20px;left:120px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.btn{border:none;border-radius:25px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:12px 24px;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(45deg,#ff6b35,#ff8c42);color:#fff}.btn-primary:hover{box-shadow:0 10px 20px #ff6b354d;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.btn-secondary:hover{background:#fff;color:#007aff;transform:translateY(-2px)}.btn-outline{background:#0000;border:2px solid #007aff;color:#007aff}.btn-outline:hover{background:#007aff;color:#fff;transform:translateY(-2px)}.btn-large{font-size:1.1rem;padding:16px 32px}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.section-title{color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.about{background:#f8f9fa;padding:80px 0}.about-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:2fr 1fr}.about-text p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-stats{grid-gap:2rem;display:grid;gap:2rem}.stat{background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease}.stat:hover{transform:translateY(-5px)}.stat h3{color:#007aff;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat p{color:#666;font-weight:500}.products{padding:80px 0}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.product-card{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;overflow:hidden;padding:2.5rem;position:relative;text-align:center;transition:all .3s ease}.product-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-10px)}.product-card.coming-soon{opacity:.7}.product-icon{font-size:3rem;margin-bottom:1.5rem}.product-card h3{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem}.product-card p{color:#666;line-height:1.6;margin-bottom:1.5rem}.badge{background:#ff6b35;border-radius:15px;color:#fff;font-size:.8rem;font-weight:600;padding:.5rem 1rem;position:absolute;right:1rem;top:1rem}.cta{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:80px 0;text-align:center}.cta-content h2{font-size:2.5rem;margin-bottom:1rem}.cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}@media (max-width:768px){.hero-container{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-buttons{justify-content:center}.about-content{gap:2rem;grid-template-columns:1fr}.about-stats{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.cta-content h2,.section-title{font-size:2rem}}@media (max-width:480px){.hero{padding:100px 0 60px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.btn{font-size:.9rem;padding:10px 20px}}.slot-in-app{min-height:100vh}.app-hero{background:linear-gradient(135deg,#007aff,#0056cc);color:#fff;overflow:hidden;padding:120px 0 80px;position:relative}.app-hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.app-title{font-size:4rem;font-weight:700;line-height:1.1;margin-bottom:1rem}.app-subtitle{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#ff6b35,#ff8c42);-webkit-background-clip:text;background-clip:text}.app-description{font-size:1.3rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.app-cta{display:flex;flex-wrap:wrap;gap:1rem}.app-hero-visual{align-items:center;display:flex;justify-content:center}.app-screenshot{max-width:400px;position:relative;width:100%}.app-image{border-radius:20px;box-shadow:0 20px 40px #0000004d;height:auto;transition:transform .3s ease;width:100%}.app-image:hover{transform:translateY(-10px)}.app-content{background:#f8f9fa;min-height:60vh;padding:4rem 0}.simple-content{margin:0 auto;max-width:800px}.content-card{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;padding:3rem;text-align:center}.content-card h2{color:#2c3e50;font-size:2.5rem;margin-bottom:1.5rem}.content-card>p{color:#555;font-size:1.2rem;line-height:1.8;margin-bottom:3rem}.support-section{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.support-item{background:#f8f9fa;border-radius:15px;padding:2rem;text-align:center;transition:all .3s ease}.support-item:hover{box-shadow:0 15px 35px #0000001a;transform:translateY(-5px)}.support-icon{font-size:3rem;margin-bottom:1rem}.support-content h3{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem}.support-content p{color:#666;line-height:1.6;margin-bottom:1.5rem}.support-content .btn{display:inline-block;text-decoration:none}@media (max-width:768px){.app-hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.app-title{font-size:2.5rem}.app-cta{justify-content:center}.app-screenshot{max-width:300px}.content-card{padding:2rem}.content-card h2{font-size:2rem}.support-section{grid-template-columns:1fr}}@media (max-width:480px){.app-hero{padding:100px 0 60px}.app-title{font-size:2rem}.app-description{font-size:1.1rem}.app-screenshot{max-width:250px}.btn{font-size:.9rem;padding:10px 20px}.content-card{padding:1.5rem}}.privacy-page{background:#f8f9fa;min-height:100vh;padding:120px 0 80px}.privacy-content{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;margin:0 auto;max-width:800px;padding:3rem}.privacy-content h1{color:#2c3e50;font-size:2.5rem;margin-bottom:.5rem;text-align:center}.last-updated{color:#666;font-style:italic;margin-bottom:3rem;text-align:center}.privacy-section{margin-bottom:2.5rem}.privacy-section:last-child{margin-bottom:0}.privacy-section h2{border-bottom:2px solid #007aff;color:#2c3e50;font-size:1.5rem;margin-bottom:1rem;padding-bottom:.5rem}.privacy-section p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1rem}.privacy-section a{color:#007aff;font-weight:500;text-decoration:none}.privacy-section a:hover{text-decoration:underline}@media (max-width:768px){.privacy-page{padding:100px 0 60px}.privacy-content{margin:0 1rem;padding:2rem}.privacy-content h1{font-size:2rem}.privacy-section h2{font-size:1.3rem}.privacy-section p{font-size:1rem}}@media (max-width:480px){.privacy-page{padding:80px 0 40px}.privacy-content{padding:1.5rem}.privacy-content h1{font-size:1.8rem}}.footer{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;margin-top:auto;padding:3rem 0 1rem}.footer-container{margin:0 auto;max-width:1200px;padding:0 2rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h3{color:#007aff;font-size:1.5rem;margin-bottom:1rem}.footer-section h4{color:#007aff;font-size:1.2rem;margin-bottom:1rem}.footer-section p{line-height:1.6;margin-bottom:.5rem}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#ecf0f1;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#007aff}.footer-bottom{border-top:1px solid #34495e;color:#bdc3c7;padding-top:1rem;text-align:center}@media (max-width:768px){.footer-content{grid-template-columns:1fr;text-align:center}.footer{padding:2rem 0 1rem}}
/*# sourceMappingURL=main.123cce4c.css.map*/