.landing-page {
  background-color: #000000;
  display: grid;
  justify-items: center;
  align-items: start;
  width: 100%;
  min-height: 100svh;
  height: auto;
  overflow-x: hidden;
}

@media only screen and (max-width: 1024px) {
  .landing-page {
    display: none;
  }
}

.landing-page .overlap-wrapper {
  background-color: rgb(0 0 0 / 0);
  position: relative;
  width: 100%;
  max-width: 1440px;
  min-height: 70svh;
  margin-inline: auto;
  padding: clamp(16px, 4vw, 32px);
}

.landing-page .overlap {
  position: relative;
  min-height: inherit;
}

.landing-page .background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.landing-page .overlap-group {
  position: relative;
  min-height: inherit;
}

.landing-page .div {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.landing-page header {
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: flex-start;
}

.landing-page .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.landing-page .logo {
  position: relative;
  width: clamp(220px, 70vw, 520px);
  height: auto;
  top: auto;
  left: 0px;
  margin-inline: auto;
}

.landing-page .invite-only {
  position: static;
  width: min(100%, 700px);
  height: auto;
  margin: clamp(16px, 5vw, 32px) auto 0;
  font-family: 'Montserrat-Light', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #00f199;
  font-size: clamp(22px, 6vw, 40px);
  letter-spacing: 0;
  line-height: 1.25;
  text-align: center;
}

.landing-page .span {
  font-weight: 300;
}
.landing-page .text-wrapper-3 {
  font-family: 'Montserrat-Regular', Helvetica, Arial, sans-serif;
}
.landing-page .text-wrapper-4 {
  font-family: 'Montserrat-Bold', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.landing-page .vates-eye-removebg {
  position: relative;
  width: clamp(120px, 40vw, 200px);
  height: auto;
  top: auto;
  left: 75%;
  transform: translateX(-50%);
  border-radius: 50%;
  opacity: 1;
  object-fit: cover;
  animation: glow 2s infinite alternate;
  margin-top: clamp(16px, 6vw, 40px);
}

@keyframes glow {
  from {
    box-shadow: 0px 0px 50px #ff00ff;
  }
  to {
    box-shadow: 0px 0px 120px #ff00ff;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-page .vates-eye-removebg {
    animation: none;
  }
}

.landing-page .beta {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: #00000033;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  width: auto;
  height: auto;
}

.landing-page .text-wrapper-2 {
  position: static;
  height: auto;
  font-family: 'Montserrat-Black', Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #60499985;
  font-size: clamp(14px, 3.6vw, 18px);
  letter-spacing: 0;
  line-height: 1.2;
  white-space: nowrap;
}

.landing-page .login {
  position: static;
  width: auto;
  height: auto;
  margin: clamp(16px, 6vw, 32px) auto 0;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
  display: block;
}
.landing-page .login:hover {
  opacity: 0.8;
}
.landing-page .login:focus-visible {
  outline: 2px solid #00f199;
  outline-offset: 4px;
}
.landing-page .login img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin-inline: auto;
}

.landing-page .data-stripe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.landing-page .today-maintenance-wrapper {
  position: relative;
  height: 48px;
  margin-top: clamp(24px, 8vw, 56px);
  background-image: url(/static/img/vector-2.svg);
  background-size: cover;
  background-position: center;
}

.landing-page .today-maintenance {
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  padding-inline: clamp(12px, 4vw, 24px);
  font-family: 'Montserrat-Light', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: transparent;
  font-size: clamp(14px, 3.5vw, 18px);
  letter-spacing: 0;
  line-height: 1.6;
}

.landing-page .text-wrapper-5 {
  font-weight: 300;
  color: #ffffff;
}
.landing-page .text-wrapper-6 {
  font-weight: 300;
  color: #3bbbff;
}
.landing-page .text-wrapper-7 {
  font-family: 'Montserrat-Bold', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #ff00ff;
}
.landing-page .text-wrapper-8 {
  font-family: 'Montserrat-Bold', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #00f199;
}

.landing-page .text-wrapper {
  position: static;
  height: auto;
  margin: clamp(16px, 5vw, 24px) auto 0;
  text-align: center;
  font-family: 'Montserrat-Light', Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #505050;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6;
  z-index: 3;
}

/* Tablet tweaks */
@media (min-width: 768px) {
  .landing-page .logo {
    width: clamp(300px, 50vw, 700px);
  }
  .landing-page .invite-only {
    font-size: clamp(28px, 4.5vw, 40px);
  }
  .landing-page .beta {
    top: 20px;
    right: 20px;
  }
}

/* Desktop: restore original layout/positions */
@media (min-width: 1024px) {
  .landing-page .overlap-wrapper {
    width: 1440px;
    height: 860px;
  }
  .landing-page .overlap {
    height: 860px;
  }
  .landing-page .background {
    width: 1440px;
    height: 860px;
    top: 0;
    left: 0;
  }
  .landing-page .overlap-group {
    height: 860px;
  }
  .landing-page .div {
    width: 1440px;
    height: 860px;
    top: 0;
    left: 0;
  }

  .landing-page .vates-eye-removebg {
    position: absolute;
    width: 200px;
    height: auto;
    top: 250px;
    left: 1000px;
    transform: none;
    margin: 0;
  }

  .landing-page .text-wrapper {
    position: absolute;
    height: 60px;
    top: 835px;
    left: 605px;
    font-size: 15px;
    line-height: 30px;
    margin: 0;
    text-align: left;
  }

  .landing-page .img {
    position: absolute;
    width: auto;
    height: 10px;
    top: -20px;
  }

  .landing-page .beta {
    position: absolute;
    width: 110px;
    height: 54px;
    top: 45px;
    left: 1287px;
    right: auto;
    padding: 0;
  }

  .landing-page .text-wrapper-2 {
    position: absolute;
    height: 30px;
    top: 11px;
    left: 26px;
    font-size: 20px;
    line-height: 30px;
  }

  .landing-page .logo {
    position: absolute;
    width: 1000px;
    height: 500px;
    top: 0;
    left: -180px;
    margin: 0;
  }

  .landing-page .invite-only {
    position: absolute;
    width: 700px;
    height: 60px;
    top: 362px;
    left: 70px;
    font-size: 40px;
    line-height: 60px;
    text-align: left;
    margin: 0;
  }

  .landing-page .login {
    position: absolute;
    width: 300px;
    height: 200px;
    top: 370px;
    left: 0px;
    margin: 0;
  }

  .landing-page .data-stripe {
    position: absolute;
    width: 1440px;
    height: 800px;
    top: 0;
    left: 0;
  }

  .landing-page .today-maintenance-wrapper {
    position: relative;
    height: 50px;
    top: 675px;
    margin-top: 0;
  }

  .landing-page .today-maintenance {
    position: absolute;
    width: 1278px;
    height: 30px;
    top: 9px;
    left: 81px;
    font-size: 20px;
    line-height: 30px;
  }
}

.landing-page .top-stripe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
}

.landing-page .top-stripe img {
  width: 100%;
  height: 100%;
  content: url(/static/img/vector.svg);
}
