.page-live {
  color: #333333; /* Dark text for light body background */
  line-height: 1.6;
  font-family: Arial, sans-serif;
  padding-bottom: 60px; /* Add some padding at the bottom for overall content */
}

.page-live__hero-section {
  position: relative;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Ensures content is below fixed header */
  background-color: #f8f8f8;
  text-align: center;
}

.page-live__hero-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 20px 40px;
  position: relative;
  z-index: 2;
}

.page-live__hero-title {
  font-size: 3.2em;
  color: #008000; /* Dark Green */
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.page-live__hero-description {
  font-size: 1.2em;
  color: #555555;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

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

.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;
  white-space: nowrap;
}

.page-live__button--primary {
  background-color: #FFD700; /* Gold */
  color: #333333;
  border: 2px solid #FFD700;
}

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

.page-live__button--secondary {
  background-color: #008000; /* Dark Green */
  color: #ffffff;
  border: 2px solid #008000;
}

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

.page-live__button--large {
  padding: 18px 40px;
  font-size: 1.3em;
}

.page-live__button--small {
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-live__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.page-live__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.2; /* Subtle background image */
}

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

.page-live__section-title {
  font-size: 2.5em;
  color: #008000; /* Dark Green */
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-live__section-intro {
  font-size: 1.1em;
  color: #555555;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
}

.page-live__why-jili18-section,
.page-live__games-section,
.page-live__bonuses-section,
.page-live__getting-started-section,
.page-live__responsible-gaming-section,
.page-live__cta-section,
.page-live__faq-section,
.page-live__more-info-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.page-live__why-jili18-section {
  background-color: #f9f9f9;
}

.page-live__games-section {
  background-color: #ffffff;
}

.page-live__bonuses-section {
  background-color: #f9f9f9;
}

.page-live__getting-started-section {
  background-color: #ffffff;
}

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

.page-live__feature-card,
.page-live__game-card,
.page-live__promo-card,
.page-live__step-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.page-live__feature-icon,
.page-live__game-image,
.page-live__promo-image,
.page-live__step-icon {
  width: 100%; /* Ensure images fill their container */
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  object-fit: cover;
  min-height: 200px; /* Enforce minimum image size */
}

.page-live__feature-title,
.page-live__game-title,
.page-live__promo-title,
.page-live__step-title {
  font-size: 1.6em;
  color: #008000; /* Dark Green */
  margin-bottom: 15px;
  font-weight: bold;
}

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

.page-live__promo-cta-text {
  text-align: center;
  margin-top: 40px;
  font-size: 1.1em;
  color: #333333;
}

.page-live__promo-cta-text a {
  color: #008000;
  font-weight: bold;
  text-decoration: none;
}

.page-live__promo-cta-text a:hover {
  text-decoration: underline;
}

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

.page-live__responsible-gaming-section .page-live__section-intro {
  max-width: 900px;
  margin-bottom: 40px;
}

.page-live__cta-section {
  background: linear-gradient(135deg, #FFD700 0%, #DC143C 100%); /* Gold to Crimson gradient */
  color: #ffffff;
  text-align: center;
  padding: 100px 0;
}

.page-live__cta-section .page-live__section-title,
.page-live__cta-section .page-live__section-intro {
  color: #ffffff;
}

.page-live__faq-section {
  background-color: #f9f9f9;
}

.page-live__faq-item {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
  padding: 25px 30px;
  border-left: 5px solid #FFD700;
}

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

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

.page-live__faq-item--active .page-live__faq-answer {
  display: block;
}

.page-live__more-info-section {
  background-color: #ffffff;
}

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

.page-live__link-card {
  background-color: #f0f0f0;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  text-decoration: none;
  color: #333333;
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-live__link-card:hover {
  background-color: #e6e6e6;
  transform: translateY(-5px);
}

.page-live__link-card-title {
  font-size: 1.5em;
  color: #008000;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-live__link-card-description {
  font-size: 0.95em;
  color: #666666;
}

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

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

@media (max-width: 768px) {
  .page-live__hero-container {
    padding: 60px 15px 30px;
  }

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

  .page-live__hero-description {
    font-size: 1em;
    margin-bottom: 30px;
  }

  .page-live__button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-live__button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }

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

  .page-live__section-intro {
    font-size: 0.95em;
    margin-bottom: 40px;
  }

  .page-live__why-jili18-section,
  .page-live__games-section,
  .page-live__bonuses-section,
  .page-live__getting-started-section,
  .page-live__responsible-gaming-section,
  .page-live__cta-section,
  .page-live__faq-section,
  .page-live__more-info-section {
    padding: 60px 0;
  }

  .page-live__feature-card,
  .page-live__game-card,
  .page-live__promo-card,
  .page-live__step-card,
  .page-live__link-card {
    padding: 25px;
  }

  .page-live__feature-title,
  .page-live__game-title,
  .page-live__promo-title,
  .page-live__step-title {
    font-size: 1.4em;
  }

  .page-live__faq-question {
    font-size: 1.2em;
  }

  /* Critical: Ensure content images do not overflow on mobile */
  .page-live img {
    max-width: 100%;
    height: auto;
  }

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

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

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

  .page-live__button--large {
    font-size: 1em;
    padding: 12px 25px;
  }
}