.page-live {
  color: #333333; /* Dark text for default light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-live__hero-section {
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  position: relative;
  overflow: hidden;
  background-color: #000; /* Fallback for image loading */
}

.page-live__hero-container {
  position: relative;
  max-width: 1920px; /* Max width for the hero content area */
  margin: 0 auto;
}

.page-live__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6); /* Darken image slightly for text readability */
}

.page-live__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  max-width: 90%;
  padding: 20px;
  box-sizing: border-box;
  z-index: 10;
}

.page-live__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-live__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.page-live__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-live__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: nowrap; /* Prevent button text from wrapping */
}

.page-live__button--primary {
  background-color: #FFD700; /* Gold button */
  color: #1E90FF; /* Blue text for contrast */
  border: 2px solid #FFD700;
}

.page-live__button--primary:hover {
  background-color: #e6c200;
  color: #1E90FF;
}

.page-live__button--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-live__button--secondary:hover {
  background-color: #FFD700;
  color: #1E90FF;
}

.page-live__button--small {
  padding: 8px 15px;
  font-size: 0.9em;
}

.page-live__button--text {
  background: none;
  border: none;
  color: #1E90FF;
  text-decoration: underline;
  padding: 0;
}

.page-live__button--text:hover {
  color: #0056b3;
}

.page-live__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-live__section-title {
  font-size: 2.5em;
  color: #1E90FF; /* Blue for section titles */
  text-align: center;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.page-live__section-intro {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  color: #555555;
}

.page-live__why-choose-us {
  background-color: #f9f9f9;
  padding: 60px 0;
}

.page-live__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-live__feature-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  border-top: 5px solid #FFD700;
}

.page-live__feature-title {
  font-size: 1.5em;
  color: #1E90FF;
  margin-bottom: 15px;
}

.page-live__feature-text {
  color: #666666;
}

.page-live__game-showcase {
  padding: 60px 0;
}

.page-live__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-live__game-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
}

.page-live__game-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  border-bottom: 3px solid #FFD700;
}

.page-live__game-card-title {
  font-size: 1.4em;
  color: #1E90FF;
  margin: 20px 0 10px;
}

.page-live__game-card-description {
  color: #666666;
  padding: 0 20px;
  margin-bottom: 20px;
}

.page-live__promotions {
  background-color: #1E90FF;
  padding: 60px 0;
  color: #ffffff;
}

.page-live__promotions .page-live__section-title {
  color: #FFD700; /* Gold title on blue background */
}

.page-live__promotions .page-live__section-intro {
  color: #f0f0f0;
}

.page-live__promo-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.page-live__promo-image {
  flex: 1;
  min-width: 300px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  border: 3px solid #FFD700;
}

.page-live__promo-text {
  flex: 2;
  min-width: 300px;
}

.page-live__promo-subtitle {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-live__promo-description {
  font-size: 1.1em;
  margin-bottom: 25px;
  color: #f0f0f0;
}

.page-live__how-to-play {
  padding: 60px 0;
}

.page-live__steps-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-live__steps-list li {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #1E90FF;
}

.page-live__step-title {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-live__step-description {
  color: #666666;
}

.page-live__action-center {
  text-align: center;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-live__detail-pages {
  background-color: #f9f9f9;
  padding: 60px 0;
}

.page-live__detail-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-live__detail-item {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
  border-bottom: 3px solid #1E90FF;
}

.page-live__detail-title {
  font-size: 1.3em;
  margin-bottom: 10px;
}

.page-live__detail-title a {
  color: #1E90FF;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-live__detail-title a:hover {
  color: #0056b3;
}

.page-live__detail-description {
  color: #666666;
  margin-bottom: 15px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-live__hero-title {
    font-size: 3em;
  }
  .page-live__hero-description {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-live__hero-title {
    font-size: 2.2em;
  }
  .page-live__hero-description {
    font-size: 1em;
  }
  .page-live__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-live__button {
    width: 80%;
    margin: 0 auto;
  }
  .page-live__section-title {
    font-size: 2em;
  }
  .page-live__promo-content {
    flex-direction: column;
  }
  .page-live__promo-image {
    width: 100%;
  }
  .page-live__promo-text {
    width: 100%;
    text-align: center;
  }
  .page-live__hero-section .page-live__hero-image {
    max-width: 100%;
    height: auto;
  }
  .page-live__why-choose-us img, .page-live__game-showcase img, .page-live__promotions img, .page-live__how-to-play img, .page-live__detail-pages img {
    max-width: 100%;
    height: auto;
  }
  .page-live__game-image {
    height: 200px;
  }
}

@media (max-width: 480px) {
  .page-live__hero-title {
    font-size: 1.8em;
  }
  .page-live__hero-description {
    font-size: 0.9em;
  }
  .page-live__button {
    padding: 10px 20px;
  }
  .page-live__section-title {
    font-size: 1.8em;
  }
  .page-live__features-grid, .page-live__game-grid, .page-live__steps-list, .page-live__detail-list {
    grid-template-columns: 1fr;
  }
}