*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #010409;
  color: #c9d1d9;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  cursor: none;
}

a, button {
  cursor: none;
}

.cursor-glow {
  position: fixed;
  z-index: 9999;
  width: 24px;
  height: 24px;
  border: 2px solid #f72585;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease-out, background-color 0.2s ease;
}

a:hover ~ .cursor-glow, .btn:hover ~ .cursor-glow {
  transform: translate(-50%, -50%) scale(2.5);
  background-color: rgba(247, 37, 133, 0.5);
}

[data-animate] {
  opacity: 0;
  visibility: hidden;
}

[data-animate=fade-up] {
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-animate=bloom] {
  clip-path: circle(0% at 50% 50%);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), clip-path 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.in-view {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  clip-path: circle(150% at 50% 50%);
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem 3rem;
  z-index: 100;
  background-color: rgba(1, 4, 9, 0.5);
}
@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) or (-webkit-backdrop-filter: blur(10px)) {
  .main-header {
    background-color: rgba(1, 4, 9, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}
.main-header .nav-logo {
  font-family: "Orbitron", sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  text-decoration: none;
  color: #fff;
  text-shadow: 0 0 10px #f72585;
}

.hero {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  box-sizing: border-box;
}
.hero__content {
  z-index: 2;
  position: relative;
}
.hero__title {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(3rem, 10vw, 7.5rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
}
.hero__title .word {
  display: inline-block;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.hero__title .word span {
  display: block;
  transform: translateY(110%);
  transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero__title .word:nth-child(1) span {
  transition-delay: 0.2s;
}
.hero__title .word:nth-child(2) span {
  transition-delay: 0.4s;
}
.hero__title .word:nth-child(3) span {
  transition-delay: 0.6s;
}
.in-view .hero__title .word span, .hero__title .word span {
  transform: translateY(0);
}
.hero__subtitle {
  margin: 1.25rem 0;
}
.hero__background-blobs::before, .hero__background-blobs::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  animation: move-around 120s linear infinite;
}
.hero__background-blobs::before {
  box-shadow: 97vw 23vh 57px 92px hsla(201, 70%, 60%, 0.4), 21vw 47vh 49px 96px hsla(326, 70%, 60%, 0.4), 21vw 19vh 45px 75px hsla(247, 70%, 60%, 0.4), 17vw 85vh 61px 92px hsla(21, 70%, 60%, 0.4), 81vw 52vh 52px 68px hsla(103, 70%, 60%, 0.4), 38vw 80vh 46px 76px hsla(71, 70%, 60%, 0.4), 55vw 68vh 57px 58px hsla(343, 70%, 60%, 0.4), 94vw 47vh 53px 61px hsla(200, 70%, 60%, 0.4), 97vw 13vh 63px 53px hsla(95, 70%, 60%, 0.4), 69vw 72vh 43px 80px hsla(177, 70%, 60%, 0.4), 71vw 52vh 60px 71px hsla(25, 70%, 60%, 0.4), 17vw 2vh 43px 69px hsla(309, 70%, 60%, 0.4), 25vw 79vh 50px 60px hsla(63, 70%, 60%, 0.4), 49vw 55vh 51px 66px hsla(137, 70%, 60%, 0.4), 66vw 87vh 43px 100px hsla(226, 70%, 60%, 0.4);
}
.hero__background-blobs::after {
  box-shadow: 58vw 13vh 47px 71px hsla(57, 70%, 60%, 0.4), 55vw 31vh 68px 99px hsla(103, 70%, 60%, 0.4), 68vw 70vh 55px 89px hsla(35, 70%, 60%, 0.4), 50vw 16vh 58px 100px hsla(257, 70%, 60%, 0.4), 66vw 85vh 58px 73px hsla(294, 70%, 60%, 0.4), 9vw 78vh 44px 62px hsla(318, 70%, 60%, 0.4), 95vw 54vh 50px 72px hsla(259, 70%, 60%, 0.4), 6vw 42vh 52px 82px hsla(330, 70%, 60%, 0.4), 41vw 56vh 63px 100px hsla(69, 70%, 60%, 0.4), 50vw 51vh 47px 51px hsla(298, 70%, 60%, 0.4);
  animation-duration: 180s;
  animation-direction: reverse;
}

.features {
  padding: 7.5rem 3rem;
  position: relative;
  z-index: 1;
}
.features .section-title {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  text-align: center;
  margin-bottom: 5rem;
}
.features .section-title span {
  color: #f72585;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) or (-webkit-background-clip: text) {
  .features .section-title span {
    display: inline-block;
    background: linear-gradient(135deg, #f72585, #7209b7, #3a0ca3, #4cc9f0);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 200%;
    animation: gradient-shift 5s ease infinite;
  }
}
.features__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
  gap: 2rem;
}

.card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background-color: rgba(255, 255, 255, 0.05);
}
@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) or (-webkit-backdrop-filter: blur(10px)) {
  .card {
    background-color: rgba(255, 255, 255, 0.02);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}
.card h3 {
  font-family: "Orbitron", sans-serif;
  color: #fff;
  margin-bottom: 0.75rem;
}
.card__glow {
  position: absolute;
  top: var(--y, 0);
  left: var(--x, 0);
  width: 250px;
  height: 250px;
  background: radial-gradient(#4cc9f0, transparent 80%);
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s;
  pointer-events: none;
}
.card:hover .card__glow {
  opacity: 0.2;
}

.btn--pulse {
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  border: 1px solid #f72585;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  overflow: hidden;
  transition: color 0.4s ease, transform 0.3s ease;
  z-index: 1;
}
.btn--pulse span {
  position: relative;
  z-index: 2;
}
.btn--pulse::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f72585;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  z-index: 1;
}
.btn--pulse:hover {
  color: #010409;
  transform: scale(1.05);
}
.btn--pulse:hover::before {
  transform: scaleX(1);
}

@keyframes move-around {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes gradient-shift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}/*# sourceMappingURL=main.css.map */