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

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

.page-live__hero-section {
  background-color: #000000; /* Main color for hero background */
  color: #FFFFFF;
  text-align: center;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-live__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 0;
}

.page-live__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.page-live__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FCBC45; /* Login button color for emphasis */
}

.page-live__hero-description {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.page-live__button--register {
  background-color: #FFFFFF;
  color: #000000;
  border-color: #FFFFFF;
}

.page-live__button--register:hover {
  background-color: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
  transform: translateY(-3px);
}

.page-live__button--login {
  background-color: #FCBC45;
  color: #000000;
  border-color: #FCBC45;
}

.page-live__button--login:hover {
  background-color: transparent;
  color: #FCBC45;
  border-color: #FCBC45;
  transform: translateY(-3px);
}

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

.page-live__text-content {
  font-size: 1.1em;
  margin-bottom: 30px;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-live__about-section, .page-live__why-choose-section, .page-live__games-section, .page-live__get-started-section, .page-live__mobile-section, .page-live__responsible-gaming-section, .page-live__faq-section, .page-live__cta-section {
  padding: 60px 0;
  background-color: #FFFFFF;
}

.page-live__about-section .page-live__image-content {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 40px auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

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

.page-live__feature-card, .page-live__game-card, .page-live__step-card, .page-live__faq-item {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  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 {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

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

.page-live__feature-image, .page-live__game-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-width: 200px;
  min-height: 200px;
}

.page-live__feature-description, .page-live__game-description, .page-live__step-description, .page-live__faq-answer {
  font-size: 1em;
  color: #555555;
  text-align: left;
}

.page-live__button--register-small, .page-live__button--deposit, .page-live__button--play, .page-live__button--join {
  margin-top: 20px;
  background-color: #FCBC45;
  color: #000000;
  border-color: #FCBC45;
  padding: 10px 20px;
  font-size: 1em;
}

.page-live__button--register-small:hover, .page-live__button--deposit:hover, .page-live__button--play:hover, .page-live__button--join:hover {
  background-color: #000000;
  color: #FCBC45;
  border-color: #FCBC45;
}

.page-live__mobile-image {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 40px auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-live__button--download, .page-live__button--join-now {
  margin-top: 40px;
  background-color: #FCBC45;
  color: #000000;
  border-color: #FCBC45;
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-live__button--download:hover, .page-live__button--join-now:hover {
  background-color: #000000;
  color: #FCBC45;
  border-color: #FCBC45;
}

.page-live__responsible-gaming-section {
  background-color: #f0f0f0;
}

.page-live__link {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-live__link:hover {
  text-decoration: underline;
}

.page-live__faq-item {
  text-align: left;
  margin-bottom: 20px;
}

.page-live__faq-question {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  font-size: 1.2em;
}

.page-live__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  color: #FCBC45;
}

/* Active state for FAQ, handled by JS if needed */
/* .page-live__faq-question.active::after { content: '-'; } */
/* .page-live__faq-answer { display: none; } */
/* .page-live__faq-question.active + .page-live__faq-answer { display: block; } */

.page-live__cta-section {
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  padding: 80px 20px;
}

.page-live__cta-section .page-live__section-title {
  color: #FCBC45;
}

.page-live__cta-section .page-live__text-content {
  color: #e0e0e0;
}

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

  .page-live__hero-description {
    font-size: 1.2em;
  }

  .page-live__section-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-live__hero-title {
    font-size: 2.2em;
  }

  .page-live__hero-description {
    font-size: 1em;
  }

  .page-live__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-live__button {
    padding: 12px 25px;
    font-size: 1em;
    width: 100%;
    max-width: 300px;
  }

  .page-live__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
    padding-top: 40px;
  }

  .page-live__text-content {
    font-size: 0.95em;
  }

  .page-live__features-grid, .page-live__game-grid, .page-live__steps-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-live__feature-card, .page-live__game-card, .page-live__step-card {
    padding: 20px;
  }

  .page-live__feature-title, .page-live__game-title, .page-live__step-title, .page-live__faq-question {
    font-size: 1.3em;
  }

  .page-live__feature-description, .page-live__game-description, .page-live__step-description, .page-live__faq-answer {
    font-size: 0.9em;
  }

  /* Ensure content images are responsive and not too small */
  .page-live img {
    max-width: 100%;
    height: auto; 
    min-width: 200px; /* Minimum size for content images */
    min-height: 200px; /* Minimum size for content images */
  }
  
  .page-live__hero-image {
    min-width: auto;
    min-height: auto;
  }

  .page-live__button--download, .page-live__button--join-now {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}