:root {
  --bg: #0f1014;
  --card: rgba(19, 22, 30, 0.84);
  --card-border: rgba(255, 255, 255, 0.1);
  --text: #f4f7fb;
  --muted: #b7c0cc;
  --yellow: #f5c400;
  --red: #ef3a3a;
  --green: #25d366;
  --green-hover: #1ebe5d;
  --facebook: #1877f2;
  --instagram: #e1306c;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(245, 196, 0, 0.08), transparent 30%),
    radial-gradient(circle at bottom right, rgba(239, 58, 58, 0.08), transparent 25%),
    linear-gradient(135deg, #090a0e 0%, #11141c 45%, #171b24 100%);
  overflow-x: hidden;
}

.background-glow {
  position: fixed;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.25;
  pointer-events: none;
}

.glow-1 {
  width: 280px;
  height: 280px;
  background: var(--yellow);
  top: -40px;
  left: -70px;
}

.glow-2 {
  width: 320px;
  height: 320px;
  background: var(--red);
  bottom: -120px;
  right: -90px;
}

.coming-soon-wrapper {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px 18px;
}

.card {
  width: min(100%, 1000px);
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: 28px;
  padding: 36px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(245, 196, 0, 0.12);
  color: var(--yellow);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.brand-logo {
  display: block;
  max-width: 430px;
  width: 100%;
  margin: 24px auto 18px;
  background: #ffffff;
  border-radius: 22px;
  padding: 18px 24px;
}

h1 {
  margin: 0;
  text-align: center;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.08;
}

.subtitle {
  max-width: 760px;
  margin: 18px auto 0;
  text-align: center;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.launch-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
  color: #d8e0eb;
}

.launch-info a {
  color: var(--yellow);
  text-decoration: none;
  font-weight: 700;
}

.launch-info small {
  color: var(--muted);
}

.countdown-section {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, minmax(110px, 1fr));
  gap: 16px;
}

.countdown-box {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 24px 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.03);
}

.countdown-box span {
  display: block;
  font-size: clamp(2rem, 6vw, 3.4rem);
  font-weight: 800;
  color: white;
}

.countdown-box small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.morocco-time {
  text-align: center;
  margin: 20px 0 0;
  color: var(--muted);
}

.social-section {
  margin-top: 38px;
}

.social-section h2 {
  margin: 0 0 16px;
  text-align: center;
  font-size: 1.2rem;
}

.social-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 18px;
  color: var(--text);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.social-link:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.18);
}

.social-link .icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.social-link .icon svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}

.social-text strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.05rem;
  color: inherit;
}

.social-text span {
  color: var(--muted);
  font-size: 0.95rem;
}

/* Facebook */
.social-link.facebook .icon {
  background: rgba(24, 119, 242, 0.16);
  color: #ffffff;
}

.social-link.facebook:hover {
  box-shadow: 0 10px 24px rgba(24, 119, 242, 0.18);
}

/* Instagram */
.social-link.instagram .icon {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af, #515bd4);
  color: #ffffff;
}

.social-link.instagram:hover {
  box-shadow: 0 10px 24px rgba(225, 48, 108, 0.18);
}

/* WhatsApp */
.social-link.whatsapp {
  background: var(--green);
  border: none;
  color: #ffffff;
}

.social-link.whatsapp:hover {
  background: var(--green-hover);
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.28);
}

.social-link.whatsapp .icon {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.social-link.whatsapp .social-text span {
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 820px) {
  .card {
    padding: 28px 18px;
  }

  .countdown-section {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }

  .social-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .countdown-section {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .countdown-box {
    padding: 20px 10px;
  }

  .brand-logo {
    padding: 14px 18px;
  }

  .social-link {
    padding: 14px 16px;
  }
}