:root {
  --bg-ink: #040a1d;
  --bg-deep: #071232;
  --teal: #22d3b6;
  --cyan: #5ee3ff;
  --mint: #8bf7cf;
  --sea: #3ddc97;
  --text: #e9f6ff;
  --text-soft: #9ec8d8;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  display: grid;
  place-items: center;
  padding: 1.5rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 16%, rgba(94, 227, 255, 0.2), transparent 34%),
    radial-gradient(circle at 84% 70%, rgba(34, 211, 182, 0.24), transparent 38%),
    radial-gradient(circle at 50% 55%, rgba(61, 220, 151, 0.14), transparent 45%),
    linear-gradient(140deg, var(--bg-ink) 0%, var(--bg-deep) 46%, #06173d 100%);
  position: relative;
}

.contour-layer {
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  opacity: 0.55;
  background:
    repeating-radial-gradient(
      circle at 14% 18%,
      rgba(94, 227, 255, 0.17) 0 1.6px,
      transparent 1.6px 26px
    ),
    repeating-radial-gradient(
      circle at 84% 78%,
      rgba(61, 220, 151, 0.14) 0 1.4px,
      transparent 1.4px 24px
    );
  mask-image: radial-gradient(circle at 50% 50%, #000 22%, transparent 78%);
}

.ribbon-layer {
  position: fixed;
  inset: -30% -15%;
  z-index: -3;
  pointer-events: none;
  transform: rotate(-11deg);
  opacity: 0.48;
  background:
    linear-gradient(
      105deg,
      transparent 24%,
      rgba(94, 227, 255, 0.2) 38%,
      rgba(94, 227, 255, 0.04) 49%,
      transparent 58%
    ),
    linear-gradient(
      104deg,
      transparent 58%,
      rgba(34, 211, 182, 0.16) 70%,
      transparent 82%
    );
}

.aura {
  position: fixed;
  z-index: -2;
  pointer-events: none;
  filter: blur(50px);
  opacity: 0.34;
  border-radius: 999px;
  animation: float 10s ease-in-out infinite;
}

.aura-left {
  width: 25rem;
  height: 25rem;
  left: -7rem;
  top: -5rem;
  background: #2dd4bf;
}

.aura-right {
  width: 23rem;
  height: 23rem;
  right: -6rem;
  bottom: -6rem;
  background: #0ea5e9;
  animation-delay: 1.8s;
}

.hero {
  width: min(960px, 100%);
  text-align: center;
  padding: clamp(2rem, 3vw, 3rem) 1.2rem;
}

.brand {
  margin: 0 0 1.2rem;
  font-family: "Orbitron", "Segoe UI", sans-serif;
  font-size: clamp(0.95rem, 0.84rem + 0.5vw, 1.35rem);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #b8deef;
}

.coming-banner {
  margin: 0 auto 1rem;
  width: fit-content;
  max-width: 100%;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  font-family: "Orbitron", "Segoe UI", sans-serif;
  font-size: clamp(2rem, 1.1rem + 6vw, 6.2rem);
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #eafff7;
  padding: clamp(0.95rem, 1.4vw, 1.28rem) clamp(1.25rem, 2.4vw, 2.3rem);
  border-radius: 1.65rem;
  border: 1px solid rgba(139, 247, 207, 0.55);
  background: linear-gradient(145deg, rgba(7, 23, 57, 0.92), rgba(4, 14, 39, 0.95));
  box-shadow:
    inset 0 0 0 1px rgba(94, 227, 255, 0.15),
    0 0 34px rgba(94, 227, 255, 0.19),
    0 22px 60px rgba(0, 0, 0, 0.38);
  text-wrap: balance;
  text-shadow: 0 0 16px rgba(175, 255, 239, 0.16);
}

.coming-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(110, 238, 255, 0.26) 0%, rgba(8, 31, 75, 0.48) 42%, rgba(3, 10, 29, 0.95) 100%),
    linear-gradient(90deg, rgba(95, 240, 218, 0.22), transparent 58%),
    linear-gradient(90deg, rgba(8, 34, 78, 0.98) 0 76%, rgba(83, 215, 248, 0.38) 76% 100%),
    linear-gradient(90deg, rgba(14, 44, 88, 0.98) 0 78%, rgba(68, 198, 234, 0.34) 78% 100%),
    linear-gradient(90deg, rgba(10, 39, 84, 0.98) 0 70%, rgba(92, 225, 255, 0.42) 70% 100%),
    linear-gradient(90deg, rgba(15, 50, 98, 0.98) 0 84%, rgba(102, 235, 255, 0.35) 84% 100%),
    linear-gradient(90deg, rgba(8, 30, 72, 0.98) 0 74%, rgba(65, 194, 236, 0.34) 74% 100%),
    linear-gradient(90deg, rgba(9, 37, 80, 0.98) 0 81%, rgba(85, 214, 245, 0.33) 81% 100%),
    linear-gradient(90deg, rgba(13, 48, 94, 0.98) 0 72%, rgba(101, 239, 252, 0.38) 72% 100%),
    linear-gradient(90deg, rgba(8, 33, 77, 0.98) 0 77%, rgba(79, 205, 238, 0.34) 77% 100%),
    linear-gradient(90deg, rgba(14, 46, 90, 0.98) 0 85%, rgba(110, 243, 255, 0.4) 85% 100%),
    linear-gradient(90deg, rgba(9, 35, 81, 0.98) 0 73%, rgba(88, 220, 247, 0.36) 73% 100%),
    linear-gradient(90deg, rgba(12, 43, 86, 0.98) 0 79%, rgba(96, 231, 252, 0.37) 79% 100%);
  background-size:
    100% 100%,
    100% 100%,
    6% 58%,
    7% 82%,
    5% 66%,
    10% 48%,
    8% 90%,
    5% 62%,
    9% 74%,
    7% 56%,
    11% 86%,
    6% 68%,
    8% 80%,
    7% 60%;
  background-position:
    0 0,
    0 0,
    1% 100%,
    8% 100%,
    16% 100%,
    24% 100%,
    35% 100%,
    44% 100%,
    50% 100%,
    60% 100%,
    68% 100%,
    77% 100%,
    84% 100%,
    92% 100%;
  background-repeat: no-repeat;
}

.coming-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.48;
  background:
    repeating-linear-gradient(to right, rgba(168, 245, 255, 0.34) 0 2px, transparent 2px 11px),
    repeating-linear-gradient(to top, rgba(168, 245, 255, 0.26) 0 1px, transparent 1px 8px);
  mask-image: linear-gradient(to top, #000 0 68%, transparent 91%);
}

.coming-banner span {
  position: relative;
  z-index: 1;
  color: inherit;
}

.tagline {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(0.92rem, 0.8rem + 0.62vw, 1.2rem);
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #b5ead8;
}

@keyframes float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, 18px, 0) scale(1.06);
  }
}

@media (max-width: 720px) {
  .coming-banner {
    letter-spacing: 0.05em;
  }

  .tagline {
    letter-spacing: 0.18em;
  }
}
