

body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #fff;
  font-family: 'Inter', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  background: #181c24;
}

.coming-soon__center {
  min-height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

#galaxy-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
}

.coming-soon__title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  /* color: #3d2e5a; */
  text-shadow: 0 2px 16px #181c24, 0 1px 0 #232a36;
  margin-bottom: 1.1rem;
  opacity: 0.92;
}




.coming-soon__brand {
  /* color: #4b3869; */
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 12px #181c24, 0 1px 0 #232a36;
  margin-top: 0.2rem;
  opacity: 0.85;
}

footer {
  width: 100vw;
  position: fixed;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.15);
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  font-size: 1.1rem;
  letter-spacing: 1px;
  z-index: 2;
  backdrop-filter: blur(2px);
  border-top: 1px solid rgba(255,255,255,0.08);
}
}
