:root{
  --bg: #ffffff;
  --text: #0f172a;
  --muted: #64748b;

  --orbit: rgba(59, 130, 246, 0.14);
  --orbit-strong: rgba(59, 130, 246, 0.20);

  --blue: #38bdf8;
  --blue-2: #0ea5e9;
  --purple: #8b5cf6;
  --purple-2: #a78bfa;
  --dark: #1e293b;
}

/* الصفحة */
.bgPage{
  min-height: 100svh;
  background:
    radial-gradient(circle at 20% 20%, rgba(56, 189, 248, 0.08), transparent 20%),
    radial-gradient(circle at 80% 20%, rgba(139, 92, 246, 0.06), transparent 18%),
    radial-gradient(circle at 50% 80%, rgba(14, 165, 233, 0.05), transparent 20%),
    #ffffff;
  overflow: hidden;
  position: relative;
}

/* السكشن */
.blogSoon{
  min-height: calc(100svh - 86px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 6px 20px 18px;
  overflow: hidden;
  position: relative;
}

/* المسرح الرئيسي */
.cosmicStage{
  --mx: 0px;
  --my: 0px;
  position: relative;
  width: min(620px, 90vw);
  height: min(620px, 90vw);
  min-height: 360px;
  display: grid;
  place-items: center;
  margin-top: -12px;
}

/* توهج مركزي */
.cosmicStage::before{
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(56, 189, 248, 0.14) 0%, rgba(56, 189, 248, 0.06) 45%, transparent 75%);
  filter: blur(16px);
  z-index: 1;
  pointer-events: none;
}

.cosmicStage::after{
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255,255,255,0.95) 0%, rgba(125,211,252,0.45) 55%, transparent 100%);
  filter: blur(8px);
  z-index: 1;
  pointer-events: none;
}

/* المدارات */
.orbit{
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid var(--orbit);
  transform: translate(-50%, -50%);
  animation: spin linear infinite;
  z-index: 0;
}

.orbit-1{
  width: 150px;
  height: 150px;
  border-color: var(--orbit-strong);
  animation-duration: 10s;
}

.orbit-2{
  width: 230px;
  height: 230px;
  animation-duration: 16s;
  animation-direction: reverse;
}

.orbit-3{
  width: 330px;
  height: 330px;
  animation-duration: 24s;
}

.orbit-4{
  width: 450px;
  height: 450px;
  animation-duration: 34s;
  animation-direction: reverse;
}

/* الكواكب */
.planet{
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow:
    0 0 0 4px rgba(255,255,255,0.75),
    0 0 16px rgba(59,130,246,0.16);
}

.planet-1{
  width: 14px;
  height: 14px;
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
}

.planet-2{
  width: 18px;
  height: 18px;
  background: linear-gradient(135deg, var(--purple-2), var(--purple));
}

.planet-3{
  width: 12px;
  height: 12px;
  background: linear-gradient(135deg, #cbd5e1, #94a3b8);
}

.planet-4{
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #7dd3fc, #2563eb);
}

/* نقاط زخرفية */
.dot{
  position: absolute;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.14);
  box-shadow: 0 0 10px rgba(56, 189, 248, 0.14);
  animation: floatDot 4s ease-in-out infinite;
}

.dot-1{ width: 5px; height: 5px; top: 16%; left: 18%; }
.dot-2{ width: 8px; height: 8px; top: 24%; right: 20%; }
.dot-3{ width: 4px; height: 4px; bottom: 26%; left: 16%; }
.dot-4{ width: 6px; height: 6px; bottom: 18%; right: 19%; }
.dot-5{ width: 3px; height: 3px; top: 50%; left: 10%; }

/* المحتوى في النص */
.comingCenter{
  position: relative;
  z-index: 5;
  text-align: center;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  max-width: 620px;
  transform: translate3d(var(--mx), var(--my), 0);
  transition: transform 0.25s ease;
}

/* العنوان */
.soonTitle{
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px 16px;
  font-size: clamp(1.7rem, 4vw, 3.4rem);
  line-height: 1.2;
  font-weight: 900;
  color: var(--text);
  text-align: center;
}

.soonTitle span{
  display: inline-block;
}

.soonTitle .accent{
  color: var(--blue);
  text-shadow:
    0 0 10px rgba(56, 189, 248, 0.18),
    0 0 20px rgba(56, 189, 248, 0.12);
}

/* الزر */
.homeBtn{
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-2) 100%);
  box-shadow:
    0 10px 24px rgba(14, 165, 233, 0.16),
    0 0 0 1px rgba(255,255,255,0.75) inset;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.homeBtn:hover{
  transform: translateY(-3px) scale(1.02);
  box-shadow:
    0 16px 30px rgba(14, 165, 233, 0.20),
    0 0 0 1px rgba(255,255,255,0.8) inset;
  filter: brightness(1.02);
}

.homeBtn:active{
  transform: translateY(-1px) scale(0.99);
}

/* أنيميشن */
@keyframes spin{
  from{
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to{
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes floatDot{
  0%, 100%{
    transform: translateY(0);
    opacity: 0.4;
  }
  50%{
    transform: translateY(-6px);
    opacity: 1;
  }
}

/* تابلت */
@media (max-width: 768px){
  .blogSoon{
    padding: 2px 16px 14px;
  }

  .cosmicStage{
    width: min(520px, 92vw);
    height: min(520px, 92vw);
    min-height: 330px;
    margin-top: -8px;
  }

  .orbit-1{
    width: 130px;
    height: 130px;
  }

  .orbit-2{
    width: 200px;
    height: 200px;
  }

  .orbit-3{
    width: 290px;
    height: 290px;
  }

  .orbit-4{
    width: 390px;
    height: 390px;
  }

  .soonTitle{
    font-size: clamp(1.5rem, 5vw, 2.7rem);
    gap: 6px 12px;
  }

  .homeBtn{
    min-width: 190px;
    min-height: 44px;
    font-size: 0.9rem;
    padding: 11px 18px;
  }
}

/* موبايل */
@media (max-width: 480px){
  .blogSoon{
    padding: 0 12px 10px;
  }

  .cosmicStage{
    width: min(430px, 94vw);
    height: min(430px, 94vw);
    min-height: 280px;
    margin-top: -4px;
  }

  .orbit-1{
    width: 110px;
    height: 110px;
  }

  .orbit-2{
    width: 170px;
    height: 170px;
  }

  .orbit-3{
    width: 240px;
    height: 240px;
  }

  .orbit-4{
    width: 320px;
    height: 320px;
  }

  .planet-1{
    width: 12px;
    height: 12px;
  }

  .planet-2{
    width: 15px;
    height: 15px;
  }

  .planet-3{
    width: 10px;
    height: 10px;
  }

  .planet-4{
    width: 17px;
    height: 17px;
  }

  .soonTitle{
    font-size: clamp(1.35rem, 7vw, 2.2rem);
    gap: 4px 10px;
  }

  .homeBtn{
    min-width: 175px;
    min-height: 42px;
    padding: 10px 16px;
    font-size: 0.86rem;
    margin-top: 18px;
  }
}