@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap";:root{--bg-color:#050505;--text-color:#f5f5f5;--highlight:#80f;--primary-font:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--primary-font);background-color:var(--bg-color);color:var(--text-color);overflow-x:hidden}.loader{background:var(--bg-color);z-index:9999;letter-spacing:2px;justify-content:center;align-items:center;width:100vw;height:100vh;font-size:1.5rem;display:flex;position:fixed;top:0;left:0}.navbar{mix-blend-mode:difference;z-index:100;text-transform:uppercase;color:#fff;justify-content:space-between;width:100%;padding:2rem 4rem;font-weight:600;display:flex;position:fixed;top:0}.hero{align-items:center;width:100%;height:100vh;padding:0 4rem;display:flex;position:relative}.hero-content{z-index:10;max-width:600px;position:relative}.hero h1{margin-bottom:1.5rem;font-size:5rem;line-height:1.1}.highlight{color:var(--highlight);background:linear-gradient(90deg,#80f,#ff007f);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero p{opacity:.8;margin-bottom:2rem;font-size:1.25rem}.cta-btn{color:#000;font-family:var(--primary-font);cursor:pointer;background-color:#fff;border:none;border-radius:30px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:transform .3s,background-color .3s}.cta-btn:hover{background-color:var(--highlight);color:#fff;transform:scale(1.05)}.spline-container{z-index:1;width:50%;height:100%;position:absolute;top:0;right:0}spline-viewer{width:100%;height:100%}.video-section{background:#111;justify-content:center;align-items:center;height:100vh;padding:4rem;display:flex}.video-container{text-align:center;width:100%;max-width:1200px}.video-container h2{margin-bottom:2rem;font-size:3rem}.video-wrapper{background:0 0;border-radius:20px;width:100%;overflow:hidden;box-shadow:0 20px 50px #00000080}.video-wrapper video{object-fit:cover;width:100%;height:100%;display:block}.footer-section{background:var(--bg-color);justify-content:center;align-items:center;height:50vh;font-size:2rem;display:flex}@media (width<=768px){.hero{flex-direction:column;justify-content:center;padding:2rem}.spline-container{width:100%;height:50%;top:50%}.hero-content{margin-top:-20%}.hero h1{font-size:3rem}}
