@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Outfit:wght@300;400;500;600;700;800;900&display=swap";*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#e8eaf0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#06070d;font-family:Inter,sans-serif;overflow-x:hidden}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#06070d}::-webkit-scrollbar-thumb{background:linear-gradient(#36c,#7aabff);border-radius:3px}::selection{color:#fff;background:#4f8eff4d}.hero-grid{grid-template-columns:1fr 1fr;grid-template-areas:"hero-header hero-video""hero-cta hero-video";align-items:center;gap:clamp(40px,5vw,80px);display:grid!important}.hero-header{grid-area:hero-header}.hero-video{aspect-ratio:16/9;grid-area:hero-video;width:100%}.hero-cta{grid-area:hero-cta}@media (width<=968px){.hero-video{aspect-ratio:4/3!important}.hero-grid{text-align:center;grid-template-columns:1fr;grid-template-areas:"hero-header""hero-video""hero-cta";gap:40px}.hero-header,.hero-cta{text-align:center;flex-direction:column;align-items:center;display:flex}.mobile-center{text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;display:flex!important}.mobile-flex-center{justify-content:center!important}.roadmap-steps{grid-template-columns:1fr!important}.roadmap-line{display:none!important}}
