@import"https://fonts.googleapis.com/css2?family=Anta&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";html,body{height:100%;margin:0;overflow-x:hidden;background-color:#000;font-family:Inter,sans-serif;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}header{position:absolute;top:1rem;left:1.5rem;right:1.5rem;display:flex;align-items:center;justify-content:space-between;background-color:#0000004d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:5rem;z-index:10}.hamburger-menu{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:11}.hamburger-line{width:100%;height:3px;background-color:#fff;border-radius:2px;transition:all .3s ease;transform-origin:center}.hamburger-line.open:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger-line.open:nth-child(2){opacity:0;transform:translate(20px)}.hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-nav{display:none;position:absolute;top:100%;left:0;right:0;background-color:#000000e6;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.1);border-top:none;border-radius:0 0 20px 20px;padding:1rem;flex-direction:column;gap:.5rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;z-index:9}.mobile-nav.open{transform:translateY(0);opacity:1;visibility:visible}.mobile-nav a{color:#fff;text-decoration:none;padding:.75rem 1rem;border-radius:10px;transition:all .3s ease;text-align:center;font-weight:500}.mobile-nav a:hover{background-color:#ffffff1a;color:gold}.mobile-nav a.active{background-color:gold;color:#333;font-weight:600}.logoContainer{display:flex;align-items:center;gap:.5rem;margin-left:1rem}header img{height:2.5rem;width:2.5rem}header h1{color:#fff;font-size:1.75rem;font-weight:800;font-family:Anta,sans-serif}header nav{position:relative;display:flex;gap:.5rem}header a{color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:20px;transition:color .3s ease;position:relative;z-index:2}header a:hover{color:gold}header a.active{color:#333}header nav:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background-color:gold;border-radius:20px;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:1}header nav[data-active=joinWaitlist]:before{left:0;width:120px}header nav[data-active=demo]:before{left:140px;width:110px}header nav[data-active=about]:before{left:280px;width:60px}.aurora-container{width:100%;height:100vh;position:absolute;top:0;left:0;z-index:1;overflow:hidden}.hero{display:flex;flex-direction:row;z-index:2;position:relative;text-align:center;width:100%;min-height:100vh;overflow:hidden}.phone-container{position:absolute;top:50px;left:-200px;z-index:1;display:flex;justify-content:center;align-items:center}.phone-container img{width:1200px;height:auto;max-width:none}.textR{width:50%;top:10%;position:absolute;margin-left:900px;padding-right:0;z-index:2}.tagline{font-family:Inter,sans-serif;font-size:5rem;font-weight:150;color:#fff;margin-bottom:0;line-height:1.1}.bold{font-family:Inter,sans-serif;font-size:5rem;font-weight:600;color:#fff;margin-top:0;margin-bottom:0;line-height:1.1}.subtitle{font-family:Inter,sans-serif;font-size:1.2rem;color:#aaa;margin:1rem 0 2rem;max-width:100%}.waitlist{display:flex;justify-content:center;gap:20px}.waitlist form{display:flex;gap:20px}input{background-color:#5c5959;border:none;border-radius:10px;padding-left:1rem;padding-right:9rem;color:#fff;box-sizing:border-box;height:3rem}input::placeholder{color:#ddd9d9}button{padding:1rem 2.5rem;font-size:1rem;font-family:Roboto,sans-serif;background-color:gold;border-radius:30px;border:none;cursor:pointer;color:#333;white-space:nowrap}.scroll-indicator-wrapper{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;animation:bounce 2s infinite;z-index:2}.scroll-indicator{width:24px;height:40px;border:2px solid #fff;border-radius:12px;box-sizing:border-box}.scroll-indicator-text{color:#fff;font-size:.875rem;margin-top:.5rem;text-align:center}.scroll-indicator:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:6px;height:6px;background:#fff;border-radius:50%;animation:scroll-dot 2s infinite}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(10px)}}@keyframes scroll-dot{0%{top:8px;opacity:1}to{top:24px;opacity:0}}.video-section{position:relative;height:100vh;width:100vw;padding:2rem;background:#000;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1;box-sizing:border-box;overflow:hidden}.video-section video{width:100%;height:auto;max-width:1200px;max-height:90vh;border-radius:15px;box-shadow:0 10px 30px #00000080}#joinWaitlist{position:relative;z-index:2}#demo{position:relative;z-index:1}#about{position:relative;z-index:2}.about-container{min-height:100vh;background:linear-gradient(135deg,#000,#111);padding:6rem 2rem 4rem;display:flex;align-items:flex-start;justify-content:center;position:relative;z-index:2;margin-top:0}.about-content{max-width:1200px;width:100%;color:#fff}.about-header{text-align:center;margin-bottom:3rem}.about-header h2{font-size:3rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,gold,orange);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-subtitle{font-size:1.3rem;color:#ccc;font-weight:300}.about-intro{margin-bottom:4rem;text-align:center}.about-intro p{font-size:1.1rem;line-height:1.8;color:#e0e0e0;margin-bottom:1.5rem;max-width:800px;margin-left:auto;margin-right:auto}.about-why{margin-bottom:4rem}.about-why h3{font-size:2rem;color:gold;margin-bottom:1.5rem;text-align:center}.about-why p{font-size:1.1rem;color:#e0e0e0;text-align:center;margin-bottom:2rem}.questions-list{list-style:none;padding:0;max-width:600px;margin:0 auto 2rem}.questions-list li{background:#ffd7001a;border-left:3px solid #FFD700;padding:1rem 1.5rem;margin-bottom:1rem;border-radius:0 8px 8px 0;font-size:1rem;color:#e0e0e0}.about-features{margin-bottom:4rem}.about-features h3{font-size:2rem;color:gold;margin-bottom:2rem;text-align:center}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2rem;justify-items:center}.feature-item{background:#ffffff0d;border:1px solid rgba(255,215,0,.2);border-radius:12px;padding:1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;max-width:250px}.feature-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #ffd7001a}.feature-icon{font-size:2rem;display:block;margin-bottom:.8rem}.feature-item h4{font-size:1rem;color:gold;margin-bottom:.4rem;font-weight:600}.feature-item p{color:#ccc;font-size:.85rem;line-height:1.5}.about-benefits{margin-bottom:4rem}.about-benefits h3{font-size:2rem;color:gold;margin-bottom:2rem;text-align:center}.benefits-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;max-width:800px;margin:0 auto}.benefit-item{background:#ffd7001a;border:1px solid rgba(255,215,0,.3);border-radius:8px;padding:1rem 1.5rem;color:#e0e0e0;font-size:1rem;text-align:center;transition:background-color .3s ease}.benefit-item:hover{background:#ffd70026}.about-mission{margin-bottom:4rem;text-align:center}.about-mission h3{font-size:2rem;color:gold;margin-bottom:2rem}.about-mission p{font-size:1.1rem;color:#e0e0e0;line-height:1.8;max-width:800px;margin:0 auto}.about-cta{text-align:center;background:linear-gradient(135deg,#ffd7001a,#ffa5001a);border:1px solid rgba(255,215,0,.3);border-radius:16px;padding:3rem 2rem}.about-cta h3{font-size:2rem;color:gold;margin-bottom:1.5rem}.about-cta p{font-size:1.1rem;color:#e0e0e0;line-height:1.8;max-width:700px;margin:0 auto}.footer{background:linear-gradient(135deg,#111,#000);border-top:1px solid rgba(255,215,0,.2);padding:3rem 2rem 1rem;position:relative;z-index:2}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-bottom:2rem}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-logo img{height:2rem;width:2rem}.footer-logo h3{color:#fff;font-size:1.5rem;font-weight:700;font-family:Anta,sans-serif;margin:0}.footer-tagline{color:#ccc;font-size:1rem;line-height:1.6;margin:0;max-width:300px}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.footer-section h4{color:gold;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#ccc;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-section a:hover{color:gold}.social-links{display:flex;flex-direction:column;gap:.8rem}.social-link{display:flex;align-items:center;gap:.5rem;color:#ccc;text-decoration:none;font-size:.9rem;transition:color .3s ease;padding:.3rem 0}.social-link:hover{color:gold}.social-link svg{transition:transform .3s ease}.social-link:hover svg{transform:scale(1.1)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem}.footer-bottom-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#888;font-size:.85rem;margin:0}@media (min-width: 1815px){.phone-container{top:50px;left:-200px}.phone-container img{width:1200px}.textR{width:50%;margin-top:20%;margin-left:900px;text-align:center}.tagline,.bold{font-size:5rem}.subtitle{font-size:1.2rem}.waitlist input{padding-right:9rem}}@media (max-width: 1814px) and (min-width: 1201px){.hero{padding:0}.phone-container{top:50px;left:-11.02vw;width:66.15vw;max-width:1000px;z-index:3}.phone-container img{width:100%;max-width:none}.textR{width:50vw;margin-top:15%;margin-left:49.61vw;text-align:center;max-width:700px;z-index:4}.tagline,.bold{font-size:clamp(3rem,2.75vw,5rem)}.subtitle{font-size:clamp(.9rem,.7vw,1.2rem)}.waitlist input{padding-right:clamp(1.5rem,5vw,9rem)}}@media (max-width: 1200px){header{top:1.5rem;left:2rem}header img{height:40px;width:40px}header h1{font-size:1.75rem}.hero{flex-direction:row;align-items:center;justify-content:center;padding:2rem}.phone-container{position:relative;top:auto;left:auto;width:45%;margin:0;max-width:500px;transform:none}.phone-container img{width:100%;max-width:none}.textR{position:relative;width:52%;margin:0;padding-left:1rem;text-align:left}.tagline,.bold{font-size:clamp(2.5rem,4vw,3.5rem);line-height:1.1}.subtitle{font-size:clamp(.9rem,1.2vw,1.1rem)}.waitlist{flex-direction:row;justify-content:flex-start;gap:15px}.waitlist form{flex-direction:row;gap:15px}input{padding-right:1rem;width:180px;height:2.8rem}button{padding:.8rem 1.5rem}.video-section video{width:70%;max-width:900px;margin-bottom:0}.scroll-indicator-wrapper{bottom:4rem}}@media (max-width: 1024px) and (min-width: 769px){.footer{padding:2.5rem 1.5rem 1rem}.footer-content{grid-template-columns:1fr 1.5fr;gap:2.5rem}.footer-links{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-tagline{max-width:280px}}@media (max-width: 768px){header{top:.75rem;left:.75rem;right:.75rem;padding:.5rem 1rem}header img{height:32px;width:32px}header h1{font-size:1.25rem}.desktop-nav{display:none}.hamburger-menu,.mobile-nav{display:flex}.hero{flex-direction:column;align-items:center;padding-top:15vh;padding-left:1rem;padding-right:1rem;text-align:center;justify-content:flex-start;height:100vh}.phone-container{position:static!important;top:auto!important;left:auto!important;width:100%;margin-bottom:1.5rem;padding:0 1rem;box-sizing:border-box;order:1}.phone-container img{width:80%;max-width:300px;height:auto}.textR{position:static!important;top:auto!important;left:auto!important;margin-left:auto!important;margin-top:0!important;width:95%;max-width:450px;margin:0 auto;padding:0 1rem;text-align:center;order:2}.tagline,.bold{font-size:2.5rem;line-height:1.1;margin-bottom:.5rem}.subtitle{font-size:1rem;margin:1rem auto 2rem;max-width:90%;line-height:1.4}.waitlist{width:95%;margin:0 auto;flex-direction:column;gap:12px;order:3}.waitlist form{flex-direction:column;width:100%;gap:12px}input{width:100%;padding:.9rem 1rem;border-radius:12px;font-size:1rem;height:3rem;border:1px solid #333;background:#ffffff1a;color:#fff}input::placeholder{color:#ffffffb3}button{width:100%;padding:.9rem;border-radius:12px;font-size:1rem;font-weight:600;height:3rem}.video-section{padding:4rem 0;height:100vh;width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2;box-sizing:border-box;overflow:hidden}.video-section video{width:100%;height:auto;margin-bottom:0;max-width:none}.scroll-indicator-wrapper{bottom:15%;z-index:5;display:flex!important;visibility:visible!important;opacity:1!important}.scroll-indicator{width:20px;height:32px;border:2px solid #fff;border-radius:10px}.scroll-indicator:before{top:6px;width:3px;height:8px}.about-container{padding:5rem 1rem}.about-header h2{font-size:2.2rem}.about-subtitle{font-size:1.1rem}.about-intro p{font-size:1rem}.about-why h3,.about-features h3,.about-benefits h3,.about-mission h3,.about-cta h3{font-size:1.5rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.benefits-list{grid-template-columns:1fr}.about-cta{padding:2rem 1rem}.footer{padding:2rem 1rem 1rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-brand{align-items:center}.footer-tagline{max-width:100%;text-align:center}.footer-links{grid-template-columns:1fr;gap:1.5rem}.footer-section{text-align:center}.social-links{align-items:center}.footer-bottom-content{flex-direction:column;text-align:center;gap:.5rem}}@media (max-width: 640px) and (min-width: 481px){.hero{padding-top:12vh;height:100vh}.phone-container{position:static!important;top:auto!important;left:auto!important}.phone-container img{width:70%;max-width:280px}.tagline,.bold{font-size:2.3rem}.subtitle{font-size:.95rem}.waitlist{width:90%}input,button{height:2.9rem}.video-section{height:60vh}}@media (max-width: 480px){header{top:.5rem;left:.5rem;right:.5rem;padding:.4rem .8rem}header img{height:28px;width:28px}header h1{font-size:1.1rem}.hamburger-menu{width:26px;height:26px}.hamburger-line{height:2.5px}.mobile-nav{padding:.8rem}.mobile-nav a{padding:.6rem .8rem;font-size:.9rem}.hero{padding-top:10vh;padding-left:.75rem;padding-right:.75rem;height:100vh}.phone-container{position:static!important;top:auto!important;left:auto!important;margin-bottom:1rem;padding:0 .5rem}.phone-container img{width:75%;max-width:250px}.textR{position:static!important;top:auto!important;left:auto!important;margin-left:auto!important;margin-top:0!important;width:100%;padding:0 .5rem}.tagline,.bold{font-size:2rem;line-height:1.1}.subtitle{font-size:.9rem;margin:.8rem auto 1.5rem;max-width:95%}.waitlist{width:100%;gap:10px}.waitlist form{gap:10px}input{padding:.8rem .9rem;font-size:.95rem;height:2.8rem}button{padding:.8rem;font-size:.95rem;height:2.8rem}.video-section{height:50vh}.video-section video{width:100%;height:100%;object-fit:cover}.about-container{padding:4rem .75rem}.about-header h2{font-size:1.8rem}.about-subtitle{font-size:1rem}.features-grid{grid-template-columns:1fr;gap:1rem}.footer{padding:1.5rem .75rem 1rem}.footer-content{gap:1.5rem}.footer-logo h3{font-size:1.25rem}.footer-tagline{font-size:.9rem;line-height:1.5}.footer-section h4{font-size:1rem}.footer-section a,.social-link{font-size:.85rem}.footer-bottom-content p{font-size:.8rem}.scroll-indicator-wrapper{bottom:15%;z-index:5;display:flex!important;visibility:visible!important;opacity:1!important}.scroll-indicator{width:18px;height:28px;border:1.5px solid #fff;border-radius:9px}.scroll-indicator:before{top:5px;width:2px;height:6px}}html,body,#root{margin:0;padding:0;height:100%;background-color:#000;overflow-x:hidden}
