@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Outfit:wght@700;800;900&display=swap";.hero{align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:-1;background:radial-gradient(circle,#e024c326 0%,#0b0c1000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-20%;right:-10%}.hero:after{content:"";z-index:-1;background:radial-gradient(circle,#66fcf11a 0%,#0b0c1000 70%);border-radius:50%;width:800px;height:800px;position:absolute;bottom:-20%;left:-10%}.hero__content{max-width:600px}.hero__badge{color:#66fcf1;text-transform:uppercase;letter-spacing:1px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f283366;border:1px solid #ffffff0d;border-radius:20px;margin-bottom:1.5rem;padding:.25rem .75rem;font-size:.8rem;font-weight:600;display:inline-block}.hero__title{margin-bottom:1.5rem;font-size:4rem;line-height:1.1}.hero__title span{color:#0000;-webkit-text-stroke:1px #e024c3;position:relative}.hero__title span:after{content:attr(data-text);color:#e024c3;text-shadow:0 0 20px #e024c3cc;z-index:-1;position:absolute;top:0;left:0}.hero__description{color:#c5c6c7;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}body{-webkit-font-smoothing:antialiased;line-height:1.5}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}body{color:#fff;background-color:#0b0c10;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}h1,h2,h3,h4,h5,h6{text-transform:uppercase;letter-spacing:1px;font-family:Outfit,sans-serif}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}
