/* Main CSS placeholder */
.hero-section {
    padding: 60px 20px;
    background: no-repeat center center / cover;
    color: #fff;
	position: relative;
    z-index: 1;
}
.hero-section,
.main-content {
    background-color: transparent !important;
}
.hero-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.hero-text {
    flex: 1 1 50%;
    min-width: 300px;
}

.hero-text h1 {
    font-size: 32px;
    margin-bottom: 1rem;
}

.hero-text p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.hero-launch {
    margin-top: 1rem;
    font-size: 18px;
    color: #fcd303;
}

.countdown-timer {
    font-size: 28px;
    font-weight: bold;
    margin-top: 0.5rem;
    color: white;
}
.server,
.server_accent,
.server_accent_yellow {
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
}

.hero-section {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-align: center;
}

.hero-text h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    text-shadow: 2px 2px 5px #000;
}

.hero-text p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px #000;
}

.hero-launch {
    margin-bottom: 30px;
    font-size: 1rem;
}

.countdown-timer {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 10px;
}

/* Серверний блок і стилі до нього — залишити з поточного оформлення */
.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; /* нижче за overlay */
  overflow: hidden;
}
.bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.intro-overlay {
  position: relative;
  z-index: 1; /* вище за відео */
  padding: 60px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.intro-block {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 992px) {
  .hero-text h1 {
    font-size: 2rem;
  }

  .hero-text p {
    font-size: 1rem;
  }

  .countdown-timer {
    font-size: 1.3rem;
  }

  .intro-overlay {
    padding: 40px 20px;
  }

  .hero-section {
    padding: 40px 20px;
  }
}

@media (max-width: 768px) {
  .hero-text h1 {
    font-size: 1.6rem;
  }

  .hero-text p {
    font-size: 0.95rem;
  }

  .countdown-timer {
    font-size: 1.2rem;
  }

  .intro-overlay {
    padding: 30px 15px;
    flex-direction: column;
    text-align: center;
  }

  .hero-section {
    padding: 30px 15px;
  }
}

@media (max-width: 480px) {
  .hero-text h1 {
    font-size: 1.3rem;
  }

  .hero-text p {
    font-size: 0.9rem;
  }

  .countdown-timer {
    font-size: 1rem;
  }

  .intro-overlay {
    padding: 20px 10px;
  }

  .hero-section {
    padding: 20px 10px;
  }
}
