.page-live {
  color: #333333; /* Dark text for light body background */
  line-height: 1.6;
  font-family: Arial, sans-serif;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
  background-color: #FFFFFF;
}

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

.page-live__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #000000; /* Dark background for hero text overlay */
}

.page-live__hero-image {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.6; /* Slightly dim the image for text readability */
}

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

.page-live__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FCBC45; /* Login button color for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-live__hero-description {
  font-size: 1.4em;
  margin-bottom: 30px;
  color: #f0f0f0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

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

.page-live__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-live__button--register {
  background-color: #FFFFFF; /* Register button color */
  color: #000000;
}

.page-live__button--register:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

.page-live__button--login {
  background-color: #FCBC45; /* Login button color */
  color: #000000;
}

.page-live__button--login:hover {
  background-color: #e0a53b;
  transform: translateY(-2px);
}

.page-live__section-title {
  font-size: 2.5em;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 60px;
  font-weight: bold;
}

.page-live__section-text {
  font-size: 1.1em;
  color: #333333;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px auto;
}

.page-live__introduction-section, .page-live__why-choose-section, .page-live__games-section, .page-live__promotions-section, .page-live__get-started-section, .page-live__responsible-gaming-section, .page-live__faq-section {
  padding: 60px 0;
}

.page-live__why-choose-section {
  background-color: #f8f8f8;
}

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

.page-live__feature-card, .page-live__game-card, .page-live__step-card, .page-live__promo-card {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-live__feature-card:hover, .page-live__game-card:hover, .page-live__step-card:hover, .page-live__promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-live__feature-image, .page-live__game-image, .page-live__step-icon, .page-live__promo-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-live__step-icon {
  width: 200px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.page-live__feature-title, .page-live__game-title, .page-live__step-title, .page-live__promo-title {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-live__game-title a {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-live__game-title a:hover {
  color: #FCBC45;
}

.page-live__feature-description, .page-live__game-description, .page-live__step-description, .page-live__promo-description {
  font-size: 1em;
  color: #555555;
  margin-bottom: 20px;
}

.page-live__button--view-details, .page-live__button--play-now, .page-live__button--claim-bonus, .page-live__button--learn-more, .page-live__button--deposit, .page-live__button--join-now, .page-live__button--view-all-faq {
  background-color: #000000;
  color: #FFFFFF;
  padding: 10px 20px;
  font-size: 0.95em;
}

.page-live__button--view-details:hover, .page-live__button--play-now:hover, .page-live__button--claim-bonus:hover, .page-live__button--learn-more:hover, .page-live__button--deposit:hover, .page-live__button--join-now:hover, .page-live__button--view-all-faq:hover {
  background-color: #333333;
  transform: translateY(-2px);
}

.page-live__cta-bottom, .page-live__cta-final {
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.page-live__cta-text {
  font-size: 1.3em;
  color: #000000;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-live__promotions-section {
  background-color: #f8f8f8;
}

.page-live__promo-card {
  max-width: 800px;
  margin: 40px auto;
}

.page-live__faq-items {
  margin-top: 40px;
}

.page-live__faq-item {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-live__faq-question {
  font-size: 1.2em;
  color: #000000;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-live__faq-answer {
  font-size: 1em;
  color: #555555;
  line-height: 1.7;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-live__hero-title {
    font-size: 2.8em;
  }
  .page-live__hero-description {
    font-size: 1.2em;
  }
  .page-live__section-title {
    font-size: 2em;
  }
  .page-live__features-grid, .page-live__game-list, .page-live__steps-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-live__hero-section {
    padding-top: var(--header-offset, 80px); /* Adjust for mobile header */
  }
  .page-live__hero-title {
    font-size: 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: 1.8em;
  }
  .page-live__section-text {
    font-size: 0.95em;
  }
  .page-live__feature-card, .page-live__game-card, .page-live__step-card, .page-live__promo-card {
    padding: 20px;
  }
  .page-live__feature-image, .page-live__game-image, .page-live__step-icon, .page-live__promo-image {
    max-width: 100%;
    height: auto; /* Ensure images are responsive and don't overflow */
  }
  /* Specific rules for images within .page-live to prevent overflow */
  .page-live img {
    max-width: 100%;
    height: auto;
  }
  /* Ensure no content causes horizontal scroll */
  .page-live {
    overflow-x: hidden;
  }
  .page-live__button--register, .page-live__button--login {
    width: 100%;
  }
  .page-live__cta-bottom .page-live__button, .page-live__cta-final .page-live__button {
    width: 100%;
  }
}

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