@font-face {
  font-family: 'Montserrat-Arabic';
  src: url('./ARBFONTS-MONTSERRAT-ARABIC-REGULAR.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
}

body {
  margin: 0;
  font-family: 'Montserrat-Arabic', Arial, sans-serif;
}

* {
  font-family: 'Montserrat-Arabic', Arial, sans-serif;
  box-sizing: border-box;
}

.coming-soon {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  background:
    radial-gradient(circle at top right, rgba(110, 231, 255, 0.18), transparent 28%),
    radial-gradient(circle at left center, rgba(139, 92, 246, 0.22), transparent 30%),
    linear-gradient(135deg, #06131f 0%, #091827 38%, #0f172a 100%);
  color: #f8fafc;
  isolation: isolate;
}

.content-shell {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
}

.centered-shell {
  display: flex;
  justify-content: center;
}

.glass-panel {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 15, 30, 0.52);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 20px 80px rgba(2, 8, 23, 0.45);
}

.centered-panel {
  width: min(760px, 100%);
  border-radius: 32px;
  padding: 40px;
  text-align: center;
}

.brand-mark {
  position: relative;
  width: 170px;
  height: 170px;
  display: grid;
  place-items: center;
  margin: 0 auto 28px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 45px rgba(45, 212, 191, 0.18),
    0 0 100px rgba(59, 130, 246, 0.2);
}

.brand-mark::before,
.brand-mark::after {
  content: '';
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  border: 1px solid rgba(125, 211, 252, 0.25);
  animation: pulseWave 4.2s ease-out infinite;
}

.brand-mark::after {
  inset: -26px;
  animation-delay: 1.4s;
}

.brand-logo {
  width: 78%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 26px rgba(15, 23, 42, 0.35));
  animation: logoFloat 5s ease-in-out infinite;
}

.centered-status {
  justify-content: center;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(74, 222, 128, 0.18);
  color: #86efac;
  font-size: 0.9rem;
}

.centered-panel h1 {
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 4.9rem);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
  background: linear-gradient(120deg, #ffffff 0%, #bfdbfe 40%, #5eead4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.centered-panel h2 {
  margin: 18px 0 0;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  line-height: 1.9;
  color: rgba(226, 232, 240, 0.94);
  font-weight: 700;
}

.status-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #c4b5fd;
  font-weight: 600;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
  animation: livePulse 2.2s infinite;
}

.links-block {
  text-align: center;
  margin-top: 20px;
  padding: 22px 24px;
  border-radius: 20px;
  background: linear-gradient(90deg, rgba(14, 165, 233, 0.12), rgba(168, 85, 247, 0.12));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.links-title {
  color: #C09E82;
  font-weight: 700;
  margin-bottom: 15px;
}

.links-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.social-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #EFD9A8;
  color: #363640;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
  transition: all 0.25s ease;
}

.social-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.social-icon:hover {
  background: #C09E82;
  color: #fff;
  transform: translateY(-3px);
}

.aurora,
.grid-glow,
.orbits {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.aurora {
  filter: blur(70px);
  opacity: 0.55;
}

.aurora-1 {
  background: radial-gradient(circle, rgba(34, 211, 238, 0.22) 0%, transparent 62%);
  transform: translate(8%, -10%);
  animation: drift 14s ease-in-out infinite;
}

.aurora-2 {
  background: radial-gradient(circle, rgba(168, 85, 247, 0.2) 0%, transparent 58%);
  transform: translate(-12%, 24%);
  animation: drift 18s ease-in-out infinite reverse;
}

.aurora-3 {
  background: radial-gradient(circle, rgba(16, 185, 129, 0.14) 0%, transparent 54%);
  transform: translate(30%, 18%);
  animation: drift 16s ease-in-out infinite;
}

.grid-glow {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: radial-gradient(circle at center, black 32%, transparent 85%);
  opacity: 0.5;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
}

.orbit-1 {
  width: 560px;
  height: 560px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotateOrbit 24s linear infinite;
}

.orbit-2 {
  width: 760px;
  height: 760px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotateOrbit 36s linear infinite reverse;
}

.orbit-3 {
  width: 920px;
  height: 920px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotateOrbit 52s linear infinite;
  opacity: 0.55;
}

@keyframes logoFloat {
  0%,
  100% { transform: translateY(0px) scale(1); }
  50% { transform: translateY(-8px) scale(1.02); }
}

@keyframes pulseWave {
  0% { transform: scale(0.92); opacity: 0.7; }
  70% { transform: scale(1.08); opacity: 0; }
  100% { opacity: 0; }
}

@keyframes livePulse {
  0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); }
  70% { box-shadow: 0 0 0 12px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

@keyframes drift {
  0%,
  100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(4%, -3%) scale(1.08); }
}

@keyframes rotateOrbit {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes revealUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .centered-panel {
    padding: 28px;
  }

  .orbit-1 {
    width: 420px;
    height: 420px;
  }

  .orbit-2 {
    width: 580px;
    height: 580px;
  }

  .orbit-3 {
    display: none;
  }
}

@media (max-width: 640px) {
  .coming-soon {
    padding: 28px 16px;
  }

  .brand-mark {
    width: 138px;
    height: 138px;
  }

  .centered-panel h1 {
    font-size: 2.4rem;
  }

  .centered-panel h2 {
    font-size: 1.4rem;
  }
}
