@import"https://fonts.googleapis.com/css2?family=Alata&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,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}a{font-weight:500;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}}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Alata,sans-serif;background-color:#fff;color:#333;margin:0;padding:0}.App{text-align:center}a{color:#0074d9;text-decoration:none;transition:color .3s ease}a:hover{color:#00b84f}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.container{padding-left:2rem;padding-right:2rem}}.header{position:fixed;top:0;left:0;width:100%;padding:1rem 0;background-color:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;transition:background-color .3s ease;box-shadow:0 2px 4px #0000000d}.header .container{display:flex;justify-content:space-between;align-items:center}.logo{height:70px;margin-top:-10px;margin-bottom:-10px}.header nav ul{list-style:none;margin:0;padding:0;display:flex;gap:1.5rem}.header nav ul li a{font-weight:500}.header nav ul li.active a{color:#00b84f;position:relative}.header nav ul li.active a:after{content:"";position:absolute;width:100%;height:2px;background:#00b84f;left:0;bottom:-6px}main{padding-top:70px}section{padding:4rem 0;position:relative;overflow:hidden;opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}section.visible{opacity:1;transform:translateY(0)}section h1,section h2{font-size:3rem;margin-bottom:1rem;animation:fadeInDown 1s ease-out;color:#0074d9;max-width:800px}section p{font-size:1.25rem;max-width:700px;animation:fadeInUp 1s ease-out;color:#333;line-height:1.6}#hero h1,#hero p,#contact h2,#contact p,#features h2,#product h2,#use-cases h2,#software h2,.section-intro{margin-left:auto;margin-right:auto;text-align:center}#use-cases .text-content,#software .text-content,#product .text-content{text-align:left}section h2{margin-bottom:2rem}#hero p,#contact p{margin-left:auto;margin-right:auto}#hero{min-height:90vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-image:url(https://images.unsplash.com/photo-1508921340878-ba53e1f416ec?q=80&w=2940&auto=format&fit=crop);background-size:cover;background-position:center;color:#fff}#hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1}#hero .container{position:relative;z-index:2}#hero h1{font-size:4rem;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.5);max-width:900px}#hero p{color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.5);max-width:900px}.cta-button{display:inline-block;margin-top:2rem;padding:.8rem 2rem;border:2px solid #fff;border-radius:5px;color:#fff;font-weight:700;text-transform:uppercase;transition:all .3s ease}.cta-button:hover{background-color:#fff;color:#000}.content-section{display:flex;flex-wrap:wrap;gap:4rem;align-items:center;text-align:left;width:100%}.content-section>.text-content,.content-section>.image-content{flex:1 1 300px}.content-section .image-content img{width:100%;height:auto;border-radius:10px;box-shadow:0 15px 30px #0000001a}.content-section.reverse .text-content{order:2}#product,#about,#contact,#use-cases{background-color:#f8f9fa}.footer{padding:2rem 0;background-color:#333;color:#fff}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer ul{list-style:none;padding:0;margin:0;display:flex;gap:1.5rem}.footer a{color:#fff}.footer a:hover{color:#00b84f}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}#features{background-color:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.feature-item{text-align:center}.feature-icon{font-size:3rem;color:#0074d9;margin-bottom:1rem}.feature-item h3{color:#0074d9;margin-bottom:.5rem}
