:root{font-family:Poppins,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{font-size:clamp(14px,2vw,16px)}a{color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{margin:0;padding:0;width:100%;min-height:100vh}.landing{width:100%;overflow-x:hidden}.container{width:90%;max-width:1200px;margin:0 auto}.hero{width:100%;background-image:url(/assets/background-DKwYgOXZ.svg);background-size:cover;background-position:bottom;background-repeat:no-repeat;color:#fff}.hero .container{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem;flex-wrap:wrap}.hero .header-left{flex:1 1 500px;max-width:600px}.hero .header-left .logo{max-width:350px;margin-bottom:2rem}.hero .header-left h1{font-size:3.8rem;line-height:1.2;font-weight:700;margin-bottom:2rem}@media (max-width: 768px){.hero .header-left h1{font-size:2rem}}.hero .header-left .hero-list{list-style:none;padding:0;margin-bottom:2rem}.hero .header-left .hero-list li{display:flex;align-items:center;gap:.75rem;font-size:2.2rem;margin-bottom:1rem}.hero .header-left .hero-list li img{width:36px;height:36px}.hero .header-left .hero-list li strong{font-weight:700}.hero .header-left .store-buttons{display:flex;gap:1rem}.hero .header-left .store-buttons img{border-radius:14px;height:64px;cursor:pointer;box-shadow:0 8px 20px #0000004d;transition:transform .2s ease,box-shadow .2s ease}.hero .header-left .store-buttons img:hover{transform:scale(1.05)}.hero .header-left .typewriter{font-size:3.2rem;font-weight:700;font-family:Poppins,sans-serif;line-height:1.3;background:linear-gradient(to bottom left,#ffbdb3,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero .header-right{flex:1 1 400px;display:flex;justify-content:center;margin-top:2rem}.hero .header-right img{max-width:100%;height:auto;object-fit:contain}@media (max-width: 1024px){.hero .header-right{margin-top:3rem}}@media (max-width: 768px){.hero .container{flex-direction:column;align-items:center;text-align:center}.hero .header-right{margin-top:2rem}}@media (max-width: 768px){.hero{padding:2rem 1rem;max-height:80vh}.hero .header-left h1{font-size:2.2rem;line-height:1.4;text-align:center}.hero .header-left .hero-list li{font-size:1.3rem;gap:.5rem}.hero .header-left .hero-list li img{width:28px;height:28px}.hero .header-left .store-buttons{justify-content:center;flex-wrap:wrap}.hero .header-left .store-buttons img{height:56px}.hero .header-left .typewriter{font-size:2.5rem}.hero .header-right img{display:none}}.languages{background:#fff;padding:2rem 0;margin:0 30vh;position:relative;overflow:hidden}.languages .marquee{display:flex;gap:2rem;width:fit-content;animation:scroll-left 25s linear infinite}.languages .marquee .flag-item{display:flex;align-items:center;gap:.5rem;font-size:1rem;white-space:nowrap}.languages .marquee .flag-item img{width:40px;height:40px;object-fit:contain;border-radius:4px}.languages .marquee .flag-item span{font-weight:500;color:#333}.languages .marquee-right{animation:scroll-right 30s linear infinite;margin-top:2rem}.languages:before,.languages:after{content:"";position:absolute;top:0;width:100px;height:100%;z-index:2;pointer-events:none}.languages:before{left:0;background:linear-gradient(to right,#ffffff 0%,transparent 100%)}.languages:after{right:0;background:linear-gradient(to left,#ffffff 0%,transparent 100%)}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-right{0%{transform:translate(-50%)}to{transform:translate(0)}}@media (max-width: 768px){.languages{margin:0 5vw}.languages .marquee{gap:1rem}.languages .marquee .flag-item{font-size:.9rem}.languages .marquee .flag-item img{width:30px;height:30px}}.video{background:#fff;padding:2rem 0}.video video{width:100%;max-width:800px;display:block;margin:0 auto;border-radius:1rem}.video iframe{width:100%;height:450px;max-width:800px;display:block;margin:0 auto;border-radius:1rem}@media (max-width: 768px){.video iframe{height:240px;border-radius:.75rem}}.faq{background:linear-gradient(to bottom,#f6f9ff,#fff);padding:80px 0 0;font-family:Poppins,sans-serif}.faq .container{max-width:1200px;margin:0 auto;padding:0 2rem}.faq .faq-grid{display:flex;flex-wrap:wrap;gap:2rem}.faq .faq-title{flex:1 1 30%}.faq .faq-title h2{font-size:2rem;font-weight:600}.faq .faq-items{flex:1 1 65%;display:flex;flex-direction:column;gap:1rem}.faq .faq-item{border-radius:8px;padding:1rem;cursor:pointer;transition:background .3s ease}.faq .faq-item.open{background:#fff;box-shadow:0 2px 10px #0000000d}.faq .faq-item .faq-question{display:flex;justify-content:space-between;align-items:center;font-weight:500;font-size:1.1rem}.faq .faq-item .faq-toggle{display:inline-block;transition:transform .3s ease;font-size:1.5rem;font-weight:700;line-height:1}.faq-item.open .faq .faq-item .faq-toggle{transform:rotate(180deg)}.faq .faq-item .faq-answer{margin-top:.75rem;font-size:1rem;color:#333}.faq .faq-item .faq-answer p{margin-bottom:1rem}.faq .faq-item .faq-answer ul{padding-left:1.2rem;list-style-type:disc}.faq .faq-item .faq-answer ul li{margin-bottom:.5rem}.faq .faq-item .faq-answer strong{font-weight:600}.faq .faq-toggle{font-size:1.5rem;color:#333;font-weight:700;transition:transform .3s ease}.faq .faq-item.open .faq-toggle{transform:rotate(180deg)}@media (max-width: 768px){.faq{padding:3rem 1rem}.faq .faq-grid{flex-direction:column}.faq .faq-title,.faq .faq-items{flex:1 1 100%}.faq .faq-title h2{text-align:center}}.rapex-wrapper{position:relative}.rapex-wrapper .rapex-floating{max-width:1100px;margin:0 auto;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:20px;padding:3rem 2rem;display:flex;align-items:center;justify-content:center;transform:translateY(50%);box-shadow:0 10px 40px #00000026;position:relative;z-index:10}.rapex-wrapper .rapex-floating .rapex-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:2rem}.rapex-wrapper .rapex-floating .rapex-content .rapex-text{flex:1 1 50%;color:#fff}.rapex-wrapper .rapex-floating .rapex-content .rapex-text h3{font-family:Rubik;font-size:4rem;font-weight:700;margin-bottom:1rem;margin-top:1rem;letter-spacing:-7px;margin-left:-20px}.rapex-wrapper .rapex-floating .rapex-content .rapex-text p{font-family:Rubik;font-size:1.5rem;font-weight:400;margin-bottom:1rem;line-height:1.6}.rapex-wrapper .rapex-floating .rapex-content .rapex-text button{font-family:Nunito;margin-top:2rem;background:#fff;color:#111;padding:.8rem 1.5rem;border:none;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease}.rapex-wrapper .rapex-floating .rapex-content .rapex-text button:hover{background:#f5f5f5}.rapex-wrapper .rapex-floating .rapex-content .rapex-image{flex:1 1 40%}.rapex-wrapper .rapex-floating .rapex-content .rapex-image img{width:100%;max-width:420px;display:block}@media (max-width: 768px){.rapex-wrapper .rapex-floating{flex-direction:column;padding:2rem 1rem}.rapex-wrapper .rapex-floating .rapex-content{flex-direction:column;align-items:flex-start}.rapex-wrapper .rapex-floating .rapex-content .rapex-text h3{font-size:2.8rem;letter-spacing:-3px;margin-left:0}.rapex-wrapper .rapex-floating .rapex-content .rapex-text p{font-size:1.2rem}.rapex-wrapper .rapex-floating .rapex-content .rapex-text button{width:100%;text-align:center}.rapex-wrapper .rapex-floating .rapex-content .rapex-image img{max-width:100%}}.footer{background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:4rem 2rem 2rem;text-align:center;padding-top:250px}.footer .footer-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer .microsoft-logo{width:220px;height:auto}.footer .company-logo{width:140px;height:auto;margin-top:.5rem}.footer .social-icons{display:flex;gap:3.5rem;margin:1rem 0}.footer .social-icons img{width:24px;height:24px;transition:transform .2s ease}.footer .social-icons a:hover img{transform:scale(1.1)}.footer .footer-links{display:flex;gap:.75rem;font-size:1.2rem}.footer .footer-links a{color:#fff;text-decoration:none;font-weight:100}.footer .footer-links a:hover{text-decoration:underline}.footer .footer-links span{opacity:.5}.footer .copyright{font-size:.85rem;opacity:.7;margin-top:1rem;color:#fff;font-family:Poppins,sans-serif}@media (max-width: 768px){.footer{padding-top:180px}.footer .footer-links{flex-direction:column;font-size:1rem}.footer .social-icons{gap:2rem}.footer .microsoft-logo,.footer .company-logo{width:160px}.footer .copyright{font-size:.9rem}}.iframe-wrapper{width:100%;padding:2rem;box-sizing:border-box}.iframe-wrapper iframe{width:100%;min-height:80vh;border:none}.email-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999;display:flex;align-items:center;justify-content:center}.email-modal{background:#fff;padding:2rem;border-radius:12px;max-width:400px;width:90%;text-align:center;position:relative;font-family:Poppins,sans-serif}.email-modal h3{margin-bottom:.5rem}.email-modal p{margin-bottom:1.5rem}.email-modal .thank-you{font-weight:600;font-size:1.1rem}.email-modal input{width:-webkit-fill-available;padding:.75rem;margin-bottom:1rem;border-radius:8px;border:1px solid #ccc;font-size:1rem}.email-modal button[type=submit]{background-color:#0b2f4a;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:30px;font-weight:600;cursor:pointer;transition:background .2s ease}.email-modal button[type=submit]:hover{background-color:#93077d}.email-modal .close-btn{position:absolute;top:10px;right:14px;background:transparent;border:none;font-size:1.5rem;cursor:pointer}.header-simple{background-image:url(./assets/background.svg);padding:60px 20px;text-align:center}.header-simple .container{max-width:900px;margin:0 auto}.header-simple .logo{width:250px;margin-bottom:20px}.header-simple h1{font-size:2.2rem;font-weight:600;font-family:Poppins,sans-serif;color:#111}.support-page{padding:4rem 1rem;background:#f9f9f9;font-family:Poppins,sans-serif}.support-page .container{max-width:600px;margin:0 auto;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 10px 30px #0000000d}.support-page h1{font-size:2rem;margin-bottom:1.5rem;text-align:center}.support-page .info-text{font-size:1rem;color:#555;margin-bottom:1.5rem;line-height:1.6;text-align:center}.support-page .info-text a{color:#8b1aa9;text-decoration:underline}.support-page .info-text a:hover{text-decoration:none}.support-page .success{text-align:center;font-size:1.2rem;color:#8b1aa9;font-weight:500}.support-page .support-form{display:flex;flex-direction:column;gap:1.25rem}.support-page .support-form label{display:flex;flex-direction:column;font-weight:500}.support-page .support-form label input,.support-page .support-form label textarea{margin-top:.5rem;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem}.support-page .support-form button{align-self:flex-end;background:#8b1aa9;color:#fff;border:none;padding:.75rem 1.5rem;font-weight:700;font-size:1rem;border-radius:6px;cursor:pointer;transition:background .3s ease}.support-page .support-form button:hover{background:#ff5477}
