.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;

  gap: 1rem;
  margin-top: 4rem;
}

.countdown .separator {
  height: clamp(40px, 18vw, 166px);
  font-size: clamp(32px, 5vw, 64px);
  margin-top: clamp(5px, 2vw, 23.4px);
}

@media screen and (max-width: 500px) {
  .countdown {
    flex-wrap: wrap;
  }
}

.countdown {
  display: flex;
  gap: 0.5rem;
  margin-top: 2rem;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.countdown-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.countdown-item .numbers {
  display: flex;
  gap: 9px;
}

.countdown .separator {
  height: 166px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 23.4px;
}

.countdown-item .number {
  background: rgba(152, 152, 152, 0.7);
  backdrop-filter: blur(6px);
  width: clamp(40px, 10vw, 92px);
  height: clamp(60px, 18vw, 166px);
  border-radius: 0.75rem;
  align-content: center;
  text-align: center;
  font-weight: 600;
  font-size: clamp(36px, 6vw, 96px);
  line-height: 1;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  text-shadow: none;
}

.hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  pointer-events: none;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

h1,
h4 {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}

.aanmeldknop a {
  display: inline-block;
  background-color: #ff16b5;
  color: white;
  font-weight: bold;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  margin-top: 18px;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.aanmeldknop a:hover {
  background-color: #8b1c65;
}

.branding img {
  max-width: 120px;
}
