body{margin:0;font-family:Inter,sans-serif;background:#0f0f0f;color:#fff;overflow-x:hidden;}
.section{padding:100px 20px;max-width:1350px;margin:auto;}
/* Aura + hero */
.hero-video-wrapper{position:relative;height:90vh;overflow:hidden;}
.hero-video-wrapper video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.55);}
.aura{position:absolute;width:160%;height:160%;top:-30%;left:-30%;
background:radial-gradient(circle,rgba(140,90,255,0.4),rgba(80,120,255,0.35),rgba(0,0,0,0));filter:blur(120px);z-index:1;}
/* Add other styling as needed... */
