.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  background: url('/uploads/nieuw-merk-spoorvelo-2026.jpg') center center no-repeat;
  background-size: cover;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 1;
}

.hero .content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
}

.hero h1 {
  font-size: 42px;
  margin-bottom: 40px;
  font-weight: 700;
  color: #fff !important;
}

#countdown {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.time-box {
  background: rgba(255,255,255,0.15);
  padding: 20px 30px;
  border-radius: 8px;
  min-width: 120px;
}

.time-box span {
  font-size: 40px;
  font-weight: bold;
  display: block;
}

.time-box p {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}