body{margin:0;font-family:inter,sans-serif;min-height:100vh;background:#fff 100%;position:relative;overflow-x:hidden;width:100%}header{background:linear-gradient(to bottom,#ba0b3a 25%,#fff);color:#fff;height:7rem;padding:2rem;text-align:center}.hero{background:linear-gradient(to bottom,#fff 100% 100%);display:flex;justify-content:center;padding:4rem 2rem;position:relative;z-index:1;color:#000}.small-note{font-size:.8em;font-style:italic}#scroll-indicator{position:fixed;top:0;left:0;height:4px;background:#948c8d;width:0%;z-index:1000;transition:width .2s ease-out}.section-parallax{background-attachment:fixed;background-size:cover;background-position:center;height:100vh}.menu{position:fixed;top:0;width:100%;background:#ba0b3a;border-bottom:1px solid #ba0b3a;z-index:1000}.menu-logo{position:absolute;left:20px;height:40px}.menu ul{display:flex;justify-content:center;gap:30px;list-style:none;margin:0;padding:15px}.menu a{text-decoration:none;color:#fff}.menu a:hover{color:#11395e}nav a.active{color:#11395e;border-bottom:2px solid #11395e;transition:all .3s ease}.menu-mobile-logo{display:none}.menu,.menu-mobile-logo{transition:transform .3s ease}@media (max-width: 768px){header{margin-top:44px}.hero,.carousel-container{margin-top:0}.hero,.carousel-container,.carousel-btn,.image-row,.screenshot,.image-row img.active{z-index:auto!important}.menu-mobile-logo{display:flex;position:fixed;top:0;left:0;right:0;width:100%;height:44px;background:#ba0b3a;align-items:center;justify-content:flex-start;padding:0 20px;z-index:3000;box-shadow:0 2px 8px #00000014}.menu-logo{position:static;left:auto;margin-right:12px}.menu .menu-logo{display:none}.menu{position:fixed;width:100%;top:44px;left:-100%;height:calc(100vh - 44px);background:#ba0b3a;transition:left .3s ease;padding:.5rem 0;border-radius:0;box-shadow:0 2px 8px #00000014;z-index:2000}.menu.active{left:0}.menu ul{margin-top:20px;flex-direction:column;align-items:flex-start;gap:0;padding:.5rem 0}.menu a{display:block;width:100%;padding:1rem 1.5rem;font-size:1.1rem;border-bottom:1px solid rgba(255,255,255,.1)}.hamburger{width:30px;height:24px;right:40px;position:relative;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;margin-left:auto;align-self:center;z-index:2000}.hamburger span{display:block;width:100%;height:3px;background:#fff;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}}.section-white{background-color:#fff;padding:80px 0;width:100%}.content-section-white{padding:2rem;max-width:600px;margin:auto;color:#000}.section-beige{background-color:#ebe6d3;padding:80px 0;width:100%}.content-section-beige{padding:2rem;max-width:600px;margin:auto}.section-red{background-color:#ba0b3a;color:#fff;padding:80px 0;width:100%}.content-section-red{color:#fff;padding:2rem;max-width:600px;margin:auto}.section-blue{background-color:#11395e;color:#fff;padding:80px 0;width:100%}.content-section-blue{color:#fff;padding:2rem;max-width:600px;margin:auto}.content-box{background:#fff;color:#111;padding:1.5rem;border-radius:12px;box-shadow:0 10px 30px #0000001f;max-width:980px;margin:1rem auto;box-sizing:border-box;text-align:left}@media (max-width: 700px){.content-box{padding:1rem;margin:.75rem}}.gradient-light-dark{height:150px;background:linear-gradient(to bottom,#fff 5% 20%,#c9c9c9 80%,silver)}.gradient-light-beige{height:150px;background:linear-gradient(to bottom,#fff 5% 20%,#ece2ce 80% 100%)}.gradient-dark-light{height:150px;background:linear-gradient(to bottom,silver 5%,#c9c9c9 20%,#fff 80% 100%)}.gradient-beige-light{height:150px;background:linear-gradient(to bottom,#ece2ce 5% 20%,#fff 80% 100%)}.gradient-dark-light-hero{height:150px;background:linear-gradient(to bottom,#948c8d 5%,#a6a0a0 20%,#ccc,#f4f4f4 80%,#fff)}.spaceholder-dark-hero{height:100px;background:#948c8d}.spaceholder-light-hero{height:100px;background:#fff}.spaceholder-white{height:50px;background:#fff}.spaceholder-white-big{height:150px;background:#fff}.spaceholder-beige{height:50px;background:#ebe6d3}.spaceholder-beige-big{height:150px;background:#ebe6d3}.spaceholder-red{height:50px;background:#ba0b3a}.spaceholder-red-big{height:100px;background:#ba0b3a}.spaceholder-red-small{height:20px;background:#ba0b3a}.spaceholder-blue{height:50px;background:#11395e}.spaceholder-blue-big{height:150px;background:#11395e}.features{padding:2rem;max-width:600px;margin:auto}.screenshot{text-align:center;padding:2rem}.features,.screenshot{background:#ba0b3a}#screenshots,.screenshots{background-color:#ba0b3a;color:#fff}.section-with-bubbles{position:relative;overflow:visible;z-index:0}.bubble-top,.bubble-bottem{position:absolute;left:0;width:100%;height:250px;pointer-events:none;z-index:10;overflow:visible}.bubble-top{position:absolute;top:0;left:0;width:100%;height:250px}.bubble-bottem{position:absolute;bottom:0;left:0;width:100%;height:250px}.bubble-top svg,.bubble-bottem svg{overflow:visible;width:100%;height:100%}.bubble-grow-float{transform-box:fill-box;transform-origin:center;animation:grow-then-float 30s linear infinite;animation-fill-mode:both;opacity:0}@keyframes grow-then-float{0%{transform:scale(var(--bubble-start-scale, .2)) translateY(0);opacity:var(--bubble-start-opacity, 0)}30%{transform:scale(1) translateY(0);opacity:1}to{transform:scale(1) translateY(-100px);opacity:.3}}.app-name{font-family:Poppins,sans-serif;font-weight:600;font-size:2.5rem}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:600}body{font-family:Poppins,sans-serif}h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}h2{font-size:2rem;font-weight:700;margin-bottom:1rem}h3{font-size:1.5rem;font-weight:600;margin-bottom:.25rem}@media (max-width: 600px){h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}}.spaced-list li{margin-bottom:.5rem}.icon{width:15rem;height:auto;margin-right:.5rem;display:block;margin:0 auto}.icon-section-wrapper{position:relative}.icon-text-content{max-width:600px;margin:auto;padding: 2rem}.floating-section-icon-left{position:absolute;left:-12rem;top:1rem;width:8rem;height:auto;z-index:1}.floating-section-icon-right{position:absolute;right:-12rem;top:1rem;width:8rem;height:auto;z-index:1}@media (max-width: 700px){.icon-section-wrapper{flex-direction:column;align-items:center;text-align:center}.floating-section-icon-left,.floating-section-icon-right{position:static;margin:0 0 1rem;left:auto;right:auto;top:auto;width:8rem;display:block;margin-left:auto;margin-right:auto}.icon-text-content,.icon-text-wrapper{max-width:100%;padding:0 1rem}}.container{max-width:960px;margin:0 auto;padding:calc(1rem * var(--golden))}header{color:#fff;padding:2rem;text-align:center}.hero{display:flex;justify-content:center;padding:4rem 2rem;position:relative;z-index:1}.hero-content{display:flex;align-items:center;gap:5rem;max-width:1000px}.hero-logo{width:150px;height:auto;margin:0}.hero-logo-box{display:inline-block;padding:25px;border:2px solid #ba0b3a;border-radius:20px;box-shadow:0 20px 50px #0006;background-color:#948c8d}.hero-text{max-width:500px}.hero-flex{display:flex;align-items:center;gap:2rem}@media (max-width: 700px){.hero-flex{flex-direction:column;align-items:center;text-align:center}.hero-content{margin-bottom:1rem}.hero-logo{margin:0 auto 1rem;display:block}.hero-text .button{display:block;width:100%;margin:.5rem 0}}.download-buttons{display:flex;flex-direction:column;align-items:center;gap:20px}.download-buttons a{display:block;width:240px}.download-buttons img{width:200px;height:71px;object-fit:contain}.download-button{background-color:#ba0b3a;color:#fff;padding:.75rem 1.5rem;text-decoration:none;font-weight:700;border-radius:8px;display:inline-block}.download-container{position:relative;display:flex;align-items:center;justify-content:center;gap:2rem;margin:2rem auto;width:100%;max-width:600px}.download-biblio-image{max-height:150px;height:auto;object-fit:contain}@media (max-width: 768px){.download-biblio-image{display:none}.download-container{flex-direction:column;align-items:center}.download-buttons{align-items:center;width:100%}.download-buttons a{display:flex;justify-content:center}}.coming-soon-banner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-10deg);z-index:30;width:100%;height:auto;background-color:#11395e;color:#fff;padding:12px 28px;font-size:1.5rem;font-weight:700;text-align:center;white-space:nowrap;box-shadow:0 8px 20px #000;pointer-events:auto;box-sizing:border-box;border:#11395e 2px solid}@media (max-width: 600px){.download-container{width:100%;display:block}.download-buttons{width:100%}.coming-soon-banner{width:100%;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-10deg);max-width:calc(100% - 2rem);white-space:normal;padding:10px 16px}}.bild-wrapper{display:flex;justify-content:center;align-items:center}.bild-wrapper img{width:300px;height:auto}.carousel-container{display:flex;align-items:center;justify-content:center;position:relative;max-width:800px;margin:0 auto;overflow:hidden;padding:0}.carousel-btn{background:#ba0b3a;color:#fff;border:none;border-radius:50%;width:36px;height:36px;font-size:1.5rem;cursor:pointer;z-index:4;display:flex;align-items:center;justify-content:center;opacity:.8;transition:opacity .2s}@media (max-width: 768px){.carousel-btn{display:none}}.image-row{display:flex;flex-direction:row;gap:2rem;scroll-behavior:smooth;align-items:center;overflow-x:auto;scrollbar-width:none;padding:2.5rem}.image-row::-webkit-scrollbar{display:none}.image-row img{flex:0 0 auto;width:180px;height:auto;border-radius:8px;box-shadow:0 2px 8px #0000002e,0 1.5px 4px #0000001a;object-fit:cover;transition:transform .3s cubic-bezier(.25,.8,.25,1),box-shadow .3s cubic-bezier(.25,.8,.25,1),opacity .3s;background:#fff;z-index:1}.image-row img.active{opacity:1;z-index:2}.image-row img:first-child,.image-row img:last-child{opacity:1!important;z-index:1!important}.image-row img:hover{transform:perspective(600px) rotateY(0) scale(1.04);z-index:3}.image-row::-webkit-scrollbar{height:8px}.image-row::-webkit-scrollbar-thumb{background:#948c8d;border-radius:4px}.app-icon-button{display:block;width:150px;height:auto;border-radius:20px;margin:20px auto;transition:transform .3s}.app-icon-button:hover{transform:scale(1.1)}.app-icon-button-wrapper{text-align:center}footer{background:#ba0b3a;color:#fff;padding:2.5rem 1rem;width:100%;margin-bottom:0;box-sizing:border-box}footer .container{max-width:960px;margin:0 auto;display:flex;flex-wrap:wrap;gap:6rem;position:relative;padding-bottom:4rem;padding-left:2rem;padding-right:2rem;align-items:flex-start;justify-content:space-between}footer p,footer ul,footer .footer-row{margin-left:2rem;padding:0}footer a{color:inherit;text-decoration:none}.contact-info{margin:0;flex:1}.contact-info p{margin:.5rem 0}.footer-links{display:flex;flex-direction:column;gap:.5rem;flex:1;align-items:flex-end;margin:.5rem 0}.footer-links a{color:#fff;text-decoration:none}.footer-links a:hover{text-decoration:underline}footer .copyright{position:absolute;bottom:0;left:2rem;margin:1rem 0}@media (max-width: 700px){footer .container{flex-direction:column;gap:2rem;padding-bottom:2rem}.contact-info,.footer-links{margin-left:0}.footer-links a{display:block}.footer-links{align-items:flex-start}footer .copyright{position:static;margin-top:2rem}}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/poppins-devanagari-400-normal.CJDn6rn8.woff2) format("woff2"),url(/_astro/poppins-devanagari-400-normal.CqVvlrh5.woff) format("woff");unicode-range:U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/poppins-latin-ext-400-normal.by3JarPu.woff2) format("woff2"),url(/_astro/poppins-latin-ext-400-normal.DaBSavcJ.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/poppins-latin-400-normal.cpxAROuN.woff2) format("woff2"),url(/_astro/poppins-latin-400-normal.BOb3E3N0.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
