.page-live {
  color: #333333; /* Dark text for light body background */
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

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

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

.page-live__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

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

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

.page-live__hero-description {
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.page-live__cta-button--register:hover {
  background-color: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}

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

.page-live__cta-button--login:hover {
  background-color: transparent;
  color: #FCBC45;
  border-color: #FCBC45;
}

.page-live__cta-button--secondary {
  background-color: #333333;
  color: #FFFFFF;
  border-color: #333333;
}

.page-live__cta-button--secondary:hover {
  background-color: transparent;
  color: #333333;
  border-color: #333333;
}

.page-live__section-title {
  font-size: 2.8em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  color: #000000;
}

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

.page-live__games-showcase, .page-live__why-jilibet, .page-live__getting-started, .page-live__exclusive-promotions, .page-live__responsible-gaming, .page-live__faq, .page-live__contact-us {
  padding: 80px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-live__games-showcase {
  background-color: #f8f8f8;
}

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

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

.page-live__game-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-live__card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid #eee;
}

.page-live__card-title {
  font-size: 1.8em;
  font-weight: 600;
  margin: 25px 15px 15px 15px;
  color: #000000;
}

.page-live__card-description {
  font-size: 1em;
  line-height: 1.6;
  padding: 0 20px 20px 20px;
  color: #666666;
  flex-grow: 1;
}

.page-live__card-button {
  display: inline-block;
  background-color: #FCBC45;
  color: #000000;
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 25px;
  transition: background-color 0.3s ease;
}

.page-live__card-button:hover {
  background-color: #e0a53b;
}

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

.page-live__feature-item {
  text-align: center;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-live__feature-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-live__feature-title {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000000;
}

.page-live__feature-description {
  font-size: 0.95em;
  line-height: 1.6;
  color: #666666;
}

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

.page-live__getting-started .page-live__section-title, .page-live__getting-started .page-live__section-intro {
  color: #ffffff;
}

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

.page-live__step-card {
  background-color: #1a1a1a;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-live__step-title {
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 15px;
  color: #FCBC45;
}

.page-live__step-description {
  font-size: 1em;
  line-height: 1.6;
  color: #cccccc;
  margin-bottom: 25px;
}

.page-live__exclusive-promotions {
  background-color: #f8f8f8;
}

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

.page-live__promo-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-live__promo-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-live__promo-footer {
  text-align: center;
  margin-top: 40px;
  font-size: 1em;
  color: #555555;
}

.page-live__promo-footer a {
  color: #000000;
  font-weight: 600;
  text-decoration: none;
}

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

.page-live__responsible-gaming {
  padding: 80px 20px;
  text-align: center;
}

.page-live__responsible-links {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-live__text-link {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
  padding: 10px 15px;
  border: 1px solid #000000;
  border-radius: 6px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-live__text-link:hover {
  background-color: #000000;
  color: #ffffff;
}

.page-live__faq {
  background-color: #f8f8f8;
}

.page-live__faq-item {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  padding: 25px;
}

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

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

.page-live__text-link--more-faq {
  margin-top: 30px;
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}

.page-live__text-link--more-faq:hover {
  background-color: #333333;
  border-color: #333333;
}

.page-live__contact-us {
  text-align: center;
  padding-bottom: 100px;
}

.page-live__contact-us .page-live__cta-button {
  margin-top: 30px;
  margin-right: 15px;
}

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

@media (max-width: 768px) {
  .page-live {
    padding-top: var(--header-offset, 120px);
  }
  .page-live__hero-section {
    padding: 40px 15px;
  }
  .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__cta-button {
    width: 100%;
    max-width: 300px;
  }
  .page-live__section-title {
    font-size: 1.8em;
  }
  .page-live__section-intro {
    font-size: 0.95em;
    margin-bottom: 30px;
  }
  .page-live__games-showcase, .page-live__why-jilibet, .page-live__getting-started, .page-live__exclusive-promotions, .page-live__responsible-gaming, .page-live__faq, .page-live__contact-us {
    padding: 50px 15px;
  }
  .page-live__game-grid, .page-live__features-grid, .page-live__steps-grid, .page-live__promo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-live__card-image, .page-live__feature-icon {
    max-width: 100%;
    height: auto; /* Ensure images are responsive */
  }
  .page-live__card-image, .page-live__feature-icon, .page-live__promo-card .page-live__card-image {
    width: 100%;
    height: auto;
    max-width: 100%; /* Important for mobile images to not overflow */
  }
  .page-live__game-card img, .page-live__feature-item img, .page-live__promo-card img, .page-live__about-image img {
    max-width: 100%;
    height: auto;
  }
  .page-live__responsible-links {
    flex-direction: column;
  }
  .page-live__text-link {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-live__contact-us .page-live__cta-button {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .page-live__hero-title {
    font-size: 1.8em;
  }
  .page-live__hero-description {
    font-size: 0.9em;
  }
  .page-live__cta-button {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-live__section-title {
    font-size: 1.6em;
  }
  .page-live__card-title {
    font-size: 1.5em;
  }
  .page-live__step-title {
    font-size: 1.4em;
  }
  .page-live__faq-question {
    font-size: 1.1em;
  }
}