body {
  font-family: 'Momcake', Helvetica, Arial, sans-serif;
  color: white;
  background: black url('../../assets/img/119A6404_web.webp') no-repeat center center;
  background-size: cover;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}

body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
}

.content-wrapper {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

@media (max-width: 768px) {
  .countdown-value {
    font-size: 2rem;
    padding: 0.8rem 1.2rem;
    min-width: 70px;
  }
}

@media (max-width: 768px) {
  .countdown-label {
    font-size: 0.75rem;
  }
}

@media (max-width: 768px) {
  .title {
    font-size: 1.8rem;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .launch-date {
    font-size: 1rem;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .social-icons a {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .countdown-container {
    padding: 1.5rem;
  }
}

.countdown-container {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 2rem;
  max-width: 800px;
  width: 100%;
}

.countdown-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2rem 0;
}

.countdown-item {
  text-align: center;
  margin: 0 1rem;
}

.countdown-value {
  font-size: 3rem;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem 2rem;
  border-radius: 8px;
  min-width: 100px;
  display: inline-block;
}

.countdown-label {
  font-size: 1rem;
  margin-top: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.8);
}

.title {
  font-family: 'Momcakebold', Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.launch-date {
  font-size: 1.2rem;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}

.divider {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 2rem auto;
  width: 50%;
}

.social-icons a {
  color: white;
  font-size: 1.2rem;
  margin: 0 0.5rem;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  color: #aaa;
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  .countdown-value {
    font-size: 2rem;
    padding: 0.8rem 1.5rem;
    min-width: 80px;
  }
}

@media (max-width: 768px) {
  .countdown-label {
    font-size: 0.8rem;
  }
}

@media (max-width: 768px) {
  .title {
    font-size: 2rem;
  }
}

