* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Cairo", sans-serif;
}

body {
  background: linear-gradient(to right, #0c1b2a, #1a2d40);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}

.coming-soon h1 {
  font-size: 40px;
  color: #ffcc00;
}

.coming-soon h2 {
  font-size: 22px;
  margin: 10px 0;
}

.coming-soon p {
  font-size: 18px;
  margin: 20px 0;
  color: #ccc;
}

/* العداد */
#countdown {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

#countdown div {
  margin: 0 15px;
  background: #08111c;
  padding: 15px;
  border-radius: 10px;
  min-width: 70px;
}

#countdown span {
  font-size: 28px;
  font-weight: bold;
  color: #ffcc00;
}

/* السوشيال */
.social {
  margin-top: 20px;
}

.social a {
  margin: 0 10px;
  color: #ffcc00;
  text-decoration: none;
  font-weight: bold;
}

.social a:hover {
  text-decoration: underline;
}
