*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:"Nunito Sans",sans-serif;background-color:#ECF0F1;color:#1C1C1C;line-height:1.6}a{color:#623CEA;text-decoration:none;transition:color 0.3s ease}a:hover{color:#4218db}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}.site-header{padding:1.5rem 0;position:sticky;width:100%;top:0;z-index:100;background-color:rgba(236,240,241,0.95);backdrop-filter:blur(5px);box-shadow:0 2px 10px rgba(0,0,0,0.1)}.site-header .container{height:50px;display:flex;justify-content:space-between;align-items:center}.site-header .logo{display:flex;align-items:center}.site-header .logo img{height:2.5rem;margin-right:0.75rem}.site-header .logo h1{font-size:1.5rem;font-weight:700;color:#623CEA}.site-header .nav-menu{display:flex;list-style:none}.site-header .nav-menu li{margin-left:2rem}.site-header .nav-menu li a{font-weight:600}.site-header .language-switcher{margin-left:2rem}.site-header .language-switcher select{background-color:transparent;border:1px solid #623CEA;padding:0.25rem 0.5rem;border-radius:4px;color:#623CEA;font-family:"Nunito Sans",sans-serif;font-weight:600;cursor:pointer}.hero{height:100vh;margin-top:-98px;padding-top:98px;display:flex;align-items:center;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("/images/background.jpg");background-size:cover;background-position:center;filter:brightness(0.3);z-index:-1}.hero .container{display:flex;flex-direction:column;align-items:center;text-align:center;color:white;z-index:1;margin-top:4rem}.hero .logo-large{width:150px;height:150px;border-radius:24px;margin-bottom:2rem}.hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;color:white}.hero p{font-size:1.5rem;max-width:800px;margin-bottom:3rem}.hero .app-stores{display:flex;gap:1.5rem}.hero .app-stores a{display:block}.hero .app-stores a img{height:3rem}.features{padding:6rem 0;display:flex;flex-direction:column;align-items:center;text-align:center}.features h2{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:4rem;color:#623CEA}.features p{max-width:1200px;margin:0 auto;text-align:left;white-space:pre-wrap}.how-it-works{padding:6rem 0;background-color:#dde4e6}.how-it-works h2{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:4rem;color:#623CEA}.how-it-works .steps{display:flex;flex-wrap:wrap;justify-content:center;gap:3rem}.how-it-works .steps .step{flex:1;min-width:250px;max-width:350px;text-align:center}.how-it-works .steps .step .step-number{width:3rem;height:3rem;line-height:3rem;border-radius:50%;background-color:#623CEA;color:white;font-weight:700;font-size:1.5rem;margin:0 auto 1.5rem}.how-it-works .steps .step h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.how-it-works .steps .step p{color:rgba(28,28,28,0.8)}.app-screenshots{padding:6rem 0}.app-screenshots h2{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:4rem;color:#623CEA}.app-screenshots .screenshots-carousel{display:flex;flex-wrap:nowrap;justify-content:center;gap:0;overflow-x:auto;padding:0}.app-screenshots .screenshots-carousel img{display:block;height:500px;flex:0 0 auto;border-radius:0;scroll-snap-align:start}.contact{padding:6rem 0;background-color:#dde4e6}.contact h2{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:4rem;color:#623CEA}.contact h3{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:4rem;color:#1C1C1C}.contact .contact-form{max-width:600px;margin:0 auto}.contact .contact-form .form-group{margin-bottom:1.5rem}.contact .contact-form .form-group label{display:block;margin-bottom:0.5rem;font-weight:600}.contact .contact-form .form-group input,.contact .contact-form .form-group textarea{width:100%;padding:0.75rem;border:1px solid #c0cdd1;border-radius:4px;font-family:"Nunito Sans",sans-serif;font-size:1rem}.contact .contact-form .form-group input:focus,.contact .contact-form .form-group textarea:focus{outline:none;border-color:#623CEA}.contact .contact-form .form-group textarea{min-height:150px;resize:vertical}.contact .contact-form button{background-color:#623CEA;color:white;border:none;padding:0.75rem 2rem;border-radius:4px;font-family:"Nunito Sans",sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color 0.3s ease}.contact .contact-form button:hover{background-color:#4218db}.site-footer{padding:3rem 0;background-color:#cfd9db}.site-footer .container{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem}.site-footer .footer-logo{flex:1;min-width:200px}.site-footer .footer-logo img{height:2.5rem;margin-bottom:1rem}.site-footer .footer-logo p{color:rgba(28,28,28,0.7);font-size:0.9rem}.site-footer .footer-links{margin-left:auto;display:flex;flex-wrap:wrap;gap:3rem}.site-footer .footer-links .link-group{min-width:150px}.site-footer .footer-links .link-group h3{font-size:1.1rem;margin-bottom:1rem;font-weight:700}.site-footer .footer-links .link-group ul{list-style:none}.site-footer .footer-links .link-group ul li{margin-bottom:0.5rem}.site-footer .footer-links .link-group ul li a{color:rgba(28,28,28,0.7);font-size:0.9rem}.site-footer .footer-links .link-group ul li a:hover{color:#623CEA}.site-footer .copyright{width:100%;text-align:center;padding-top:2rem;margin-top:2rem;border-top:1px solid rgba(28,28,28,0.1);color:rgba(28,28,28,0.5);font-size:0.9rem}.mobile-nav{display:none}@media (max-width: 768px){.mobile-nav{display:block}}.mobile-nav .menu-toggle{display:flex;flex-direction:column;justify-content:space-between;width:30px;height:21px;background:transparent;border:none;cursor:pointer;padding:0;z-index:110}.mobile-nav .menu-toggle .bar{width:100%;height:3px;background-color:#623CEA;border-radius:3px;transition:all 0.3s ease}.mobile-nav .menu-toggle.active .bar:nth-child(1){transform:translateY(9px) rotate(45deg)}.mobile-nav .menu-toggle.active .bar:nth-child(2){opacity:0}.mobile-nav .menu-toggle.active .bar:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.mobile-nav .mobile-menu{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background-color:white;z-index:100;box-shadow:-5px 0 15px rgba(0,0,0,0.1);transition:right 0.3s ease;overflow-y:auto}.mobile-nav .mobile-menu.active{right:0}.mobile-nav .mobile-menu .mobile-menu-inner{padding:80px 20px 20px}.mobile-nav .mobile-menu .mobile-menu-inner ul{list-style:none;padding:0;margin:0 0 30px}.mobile-nav .mobile-menu .mobile-menu-inner ul li{margin-bottom:15px}.mobile-nav .mobile-menu .mobile-menu-inner ul li a{font-size:1.2rem;font-weight:600;color:#1C1C1C;text-decoration:none}.mobile-nav .mobile-menu .mobile-menu-inner ul li a:hover{color:#623CEA}.mobile-nav .mobile-menu .mobile-menu-inner ul li.active a{color:#623CEA}.mobile-nav .mobile-menu .mobile-language-switcher{margin-bottom:30px}.mobile-nav .mobile-menu .mobile-language-switcher span{display:block;margin-bottom:10px;font-weight:600}.mobile-nav .mobile-menu .mobile-language-switcher ul{display:flex;flex-wrap:wrap;gap:10px}.mobile-nav .mobile-menu .mobile-language-switcher ul li{margin-bottom:0}.mobile-nav .mobile-menu .mobile-language-switcher ul li a{font-size:1rem;padding:5px 10px;border:1px solid #623CEA;border-radius:4px}.mobile-nav .mobile-menu .mobile-language-switcher ul li a:hover{background-color:rgba(98,60,234,0.1)}.mobile-nav .mobile-menu .mobile-language-switcher ul li.active a{background-color:#623CEA;color:white}.mobile-nav .mobile-menu .mobile-app-links{display:flex;flex-direction:column;gap:15px}.mobile-nav .mobile-menu .mobile-app-links .app-link img{width:140px;height:auto}@media (max-width: 768px){.site-header .nav-menu,.site-header .language-switcher{display:none}.site-header .container{justify-content:space-between}body.menu-open{overflow:hidden}body.menu-open::after{content:'';position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:90}}.error-404{padding:8rem 0;min-height:70vh;display:flex;align-items:center;justify-content:center}.error-404 .error-content{text-align:center;max-width:500px;margin:0 auto}.error-404 .error-content .error-logo{width:100px;height:100px;margin-bottom:2rem}.error-404 .error-content h1{font-size:8rem;font-weight:800;line-height:1;margin-bottom:1rem;background:linear-gradient(45deg, #623CEA, #0FA3B1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.error-404 .error-content h2{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#1C1C1C}.error-404 .error-content p{color:rgba(28,28,28,0.7);margin-bottom:2rem;font-size:1.1rem}.error-404 .error-content .btn-home{display:inline-block;background-color:#623CEA;color:white;font-weight:600;padding:0.75rem 2rem;border-radius:4px;text-decoration:none;transition:background-color 0.3s ease}.error-404 .error-content .btn-home:hover{background-color:#4218db}.animated-feature{padding:2rem;border-radius:12px;transition:transform 0.3s ease, box-shadow 0.3s ease;height:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.animated-feature:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.1)}.animated-feature .animated-feature-icon{font-size:3rem;margin-bottom:1.5rem}.animated-feature .animated-feature-icon svg{width:4rem;height:4rem}.animated-feature .animated-feature-icon svg path{transition:fill 0.3s ease}.animated-feature h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#623CEA}.animated-feature .animated-feature-content{color:rgba(28,28,28,0.8)}.animated-feature .animated-feature-content p{margin-bottom:0}.features-container{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem;margin:3rem 0}@media (max-width: 768px){.hero h1{font-size:2.5rem}.hero p{font-size:1.2rem}.features-container{grid-template-columns:1fr}.site-header .nav-menu{display:none}}@media (max-width: 576px){.error-404{padding:5rem 0}.error-404 .error-content h1{font-size:5rem}.error-404 .error-content h2{font-size:1.5rem}.hero h1{font-size:2rem}.hero p{font-size:1rem}.hero .app-stores{flex-direction:column;align-items:center}.hero .app-stores a img{height:2.5rem}.features-grid,.steps{gap:2rem}.app-screenshots .screenshots-carousel img{height:400px}}.page-content{padding-top:100px;padding-bottom:50px}.page-content p{margin-bottom:1.5rem;line-height:1.8}.page-content h1,.page-content h2,.page-content h3,.page-content h4,.page-content h5,.page-content h6{margin-top:2.5rem;margin-bottom:1.5rem}.page-content h1:first-child{margin-top:0}.page-content ul,.page-content ol{margin-bottom:1.5rem;padding-left:2rem}.page-content ul li,.page-content ol li{margin-bottom:0.75rem;line-height:1.8}.page-content ul+h2,.page-content ol+h2,.page-content ul+h3,.page-content ol+h3{margin-top:3rem}.page-content blockquote,.page-content pre{margin:2rem 0;padding:1rem;background-color:rgba(0,0,0,0.05);border-left:4px solid #623CEA}.page-content blockquote p,.page-content pre p{margin-bottom:1rem}.page-content blockquote p:last-child,.page-content pre p:last-child{margin-bottom:0}.page-content hr{margin:3rem 0;border:0;height:1px;background-color:rgba(28,28,28,0.2)}.page-content strong,.page-content b{font-weight:700;color:#030303}.page-content em,.page-content i{font-style:italic}

/*# sourceMappingURL=style.css.map */