.page-live {
  color: #ffffff; /* Light text for dark body background */
  padding-top: var(--header-offset, 120px);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-live__hero-section {
  background-color: #0A2342; /* Main brand color */
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.page-live__hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-live__hero-title {
  font-size: 3.5em;
  color: #FFD700; /* Accent color for titles */
  margin-bottom: 20px;
  line-height: 1.1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-live__hero-description {
  font-size: 1.25em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-live__hero-cta-button,
.page-live__game-button,
.page-live__bonus-cta-button,
.page-live__start-cta-button,
.page-live__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Accent color for buttons */
  color: #0A2342; /* Dark text for light button background */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: none;
  cursor: pointer;
}

.page-live__hero-cta-button:hover,
.page-live__game-button:hover,
.page-live__bonus-cta-button:hover,
.page-live__start-cta-button:hover,
.page-live__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-live__hero-image-container {
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
}

.page-live__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-live__section-title {
  font-size: 2.8em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 60px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-live__section-description {
  font-size: 1.1em;
  color: #f0f0f0;
  text-align: center;
  max-width: 800px;
  margin: -40px auto 60px auto;
}

.page-live__why-choose-section,
.page-live__featured-games-section,
.page-live__bonuses-section,
.page-live__how-to-start-section,
.page-live__faq-section,
.page-live__cta-section {
  padding: 80px 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.page-live__why-choose-section {
  background-color: rgba(10, 35, 66, 0.8); /* Slightly lighter dark background */
  border-radius: 12px;
  margin-top: 40px;
}

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

.page-live__feature-card {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-live__feature-card:hover {
  transform: translateY(-5px);
}

.page-live__feature-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-live__feature-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-live__feature-description {
  font-size: 1em;
  color: #e0e0e0;
}

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

.page-live__game-card {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-live__game-card:hover {
  transform: translateY(-5px);
}

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

.page-live__game-title {
  font-size: 1.8em;
  color: #FFD700;
  padding: 20px 20px 10px;
}

.page-live__game-description {
  font-size: 1em;
  color: #e0e0e0;
  padding: 0 20px 20px;
}

.page-live__game-button {
  width: calc(100% - 40px);
  margin: 0 20px 20px;
  text-align: center;
  padding: 12px 20px;
  font-size: 1em;
}

.page-live__bonuses-section {
  background-color: #0A2342;
  border-radius: 12px;
  padding: 80px 20px;
}

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

.page-live__bonus-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-live__bonus-text {
  flex: 1;
  min-width: 300px;
}

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

.page-live__bonus-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-live__bonus-list li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23FFD700"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #f0f0f0;
  font-size: 1em;
}

.page-live__how-to-start-section {
  text-align: center;
}

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

.page-live__step-card {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.page-live__step-number {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #FFD700;
  color: #0A2342;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
}

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

.page-live__step-description {
  font-size: 1em;
  color: #e0e0e0;
}

.page-live__start-cta {
  margin-top: 60px;
}

.page-live__faq-section {
  background-color: rgba(10, 35, 66, 0.8);
  border-radius: 12px;
  margin-top: 40px;
}

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

.page-live__faq-question {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
}

.page-live__faq-answer {
  font-size: 1em;
  color: #e0e0e0;
  display: none;
}

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

.page-live__cta-section {
  text-align: center;
  background-color: #0A2342;
  padding: 100px 20px;
  border-radius: 12px;
  margin-top: 60px;
}

.page-live__cta-title {
  font-size: 3em;
  color: #FFD700;
  margin-bottom: 30px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-live__cta-description {
  font-size: 1.3em;
  color: #f0f0f0;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-live__hero-title {
    font-size: 3em;
  }
  .page-live__section-title {
    font-size: 2.2em;
  }
  .page-live__cta-title {
    font-size: 2.5em;
  }
  .page-live__bonus-content {
    flex-direction: column;
  }
  .page-live__bonus-image {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-live__hero-section {
    padding: 60px 15px;
  }
  .page-live__hero-title {
    font-size: 2.5em;
  }
  .page-live__hero-description {
    font-size: 1.1em;
  }
  .page-live__section-title {
    font-size: 1.8em;
  }
  .page-live__section-description {
    font-size: 1em;
  }
  .page-live__why-choose-section,
  .page-live__featured-games-section,
  .page-live__bonuses-section,
  .page-live__how-to-start-section,
  .page-live__faq-section,
  .page-live__cta-section {
    padding: 60px 15px;
  }
  .page-live__feature-image,
  .page-live__game-image,
  .page-live__bonus-image {
    max-width: 100%;
    height: auto; /* Ensure images scale down */
  }
  .page-live__hero-image,
  .page-live__feature-image,
  .page-live__game-image,
  .page-live__bonus-image {
    max-width: 100%;
    height: auto;
    min-width: 200px;
    min-height: 200px;
  }
  .page-live__cta-title {
    font-size: 2em;
  }
  .page-live__cta-description {
    font-size: 1.1em;
  }
  .page-live__game-button {
    width: calc(100% - 40px);
  }
  .page-live__faq-question {
    font-size: 1.2em;
  }
  .page-live__faq-answer {
    font-size: 0.95em;
  }
}

@media (max-width: 480px) {
  .page-live__hero-title {
    font-size: 2em;
  }
  .page-live__hero-description {
    font-size: 1em;
  }
  .page-live__hero-cta-button,
  .page-live__game-button,
  .page-live__bonus-cta-button,
  .page-live__start-cta-button,
  .page-live__cta-button {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-live__section-title {
    font-size: 1.5em;
  }
  .page-live__feature-title,
  .page-live__game-title,
  .page-live__step-title {
    font-size: 1.4em;
  }
  .page-live__cta-title {
    font-size: 1.8em;
  }
  .page-live__cta-description {
    font-size: 1em;
  }
  .page-live__step-number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.5em;
  }
}