@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Outfit:wght@700;800;900&display=swap";.header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f283366;border:none;border-bottom:1px solid #ffffff0d;width:100%;padding:1rem 0;position:fixed;top:0;left:0}.header__container{justify-content:space-between;align-items:center;display:flex}.header__logo{color:#fff;align-items:center;gap:.5rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:900;display:flex}.header__logo span{color:#66fcf1;text-shadow:0 0 10px #66fcf180}.header__nav{gap:2rem;display:flex}.header__nav-link{color:#c5c6c7;font-size:.95rem;font-weight:500;transition:color .3s,text-shadow .3s}.header__nav-link:hover,.header__nav-link--active{color:#66fcf1;text-shadow:0 0 8px #66fcf199}.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}.about{background:linear-gradient(#0b0c10,#0c0f13);padding:6rem 0;position:relative}.about__container{text-align:center;flex-direction:column;align-items:center;max-width:800px;margin:0 auto;display:flex}.about__badge{color:#e024c3;text-transform:uppercase;letter-spacing:1px;background:#e024c31a;border:1px solid #e024c34d;border-radius:20px;margin-bottom:1.5rem;padding:.25rem .75rem;font-size:.8rem;font-weight:600;display:inline-block}.about__title{color:#fff;margin-bottom:1.5rem;font-size:2.5rem}.about__title span{color:#66fcf1}.about__description{color:#c5c6c7;margin-bottom:3rem;font-size:1.15rem;line-height:1.8}.about__features{grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;display:grid}@media (width<=768px){.about__features{grid-template-columns:1fr}}.about__feature{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f283366;border:1px solid #ffffff0d;border-radius:12px;padding:2rem 1.5rem;transition:transform .3s,box-shadow .3s}.about__feature:hover{border-color:#66fcf14d;transform:translateY(-5px);box-shadow:0 5px 20px #66fcf11a}.about__feature-icon{margin-bottom:1rem;font-size:2.5rem;display:inline-block}.about__feature-title{color:#fff;margin-bottom:.75rem;font-size:1.25rem}.about__feature-text{color:#c5c6c7;font-size:.95rem;line-height:1.5}*,: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}
