.page-game-lobby-lottery-game-analysis {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray text for contrast on dark background */
  background-color: #0F1D2C; /* Slightly lighter dark background for content */
}

.page-game-lobby-lottery-game-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-lobby-lottery-game-analysis__hero-section {
  background: linear-gradient(135deg, #1A2E44, #0F1D2C);
  padding: 80px 0 60px;
  text-align: center;
  color: #FFD700; /* Gold for hero text */
}

.page-game-lobby-lottery-game-analysis__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700; /* Gold for main title */
  line-height: 1.2;
}

.page-game-lobby-lottery-game-analysis__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 30px;
  color: #E0E0E0; /* Light gray for subtitle */
}

.page-game-lobby-lottery-game-analysis__hero-subtitle a {
  color: #FFD700; /* Gold for links in subtitle */
  text-decoration: none;
  font-weight: bold;
}

.page-game-lobby-lottery-game-analysis__hero-subtitle a:hover {
  text-decoration: underline;
}

.page-game-lobby-lottery-game-analysis__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold for CTA button */
  color: #1A2E44; /* Dark blue text on gold button */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-game-lobby-lottery-game-analysis__cta-button:hover {
  background-color: #e5c100; /* Slightly darker gold on hover */
  transform: translateY(-2px);
}

.page-game-lobby-lottery-game-analysis__content-section {
  padding: 60px 0;
  background-color: #1A2E44; /* Primary dark blue background for main content */
  color: #E0E0E0;
}

.page-game-lobby-lottery-game-analysis__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 15px;
  position: relative;
}

.page-game-lobby-lottery-game-analysis__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-game-lobby-lottery-game-analysis__sub-section-title {
  font-size: 2em;
  color: #FFD700; /* Gold for sub-section titles */
  margin-top: 50px;
  margin-bottom: 25px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-game-lobby-lottery-game-analysis__micro-title {
  font-size: 1.5em;
  color: #E0E0E0; /* Light gray for micro titles */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-game-lobby-lottery-game-analysis__content-section p {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #D0D0D0; /* Slightly darker light gray for paragraph text */
}

.page-game-lobby-lottery-game-analysis__content-section p a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-game-lobby-lottery-game-analysis__content-section p a:hover {
  text-decoration: underline;
}

.page-game-lobby-lottery-game-analysis__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #D0D0D0;
}

.page-game-lobby-lottery-game-analysis__list li {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 10px;
}

.page-game-lobby-lottery-game-analysis__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-game-lobby-lottery-game-analysis__cta-banner {
  background-color: #0F1D2C;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin: 60px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #FFD700;
}

.page-game-lobby-lottery-game-analysis__cta-text {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-game-lobby-lottery-game-analysis__cta-button--large {
  padding: 18px 40px;
  font-size: 1.4em;
  margin: 0 10px;
}

.page-game-lobby-lottery-game-analysis__cta-button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-game-lobby-lottery-game-analysis__cta-button--secondary:hover {
  background-color: #FFD700;
  color: #1A2E44;
  transform: translateY(-2px);
}

.page-game-lobby-lottery-game-analysis__faq-item {
  background-color: #0F1D2C;
  border: 1px solid #3A4F6A;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  transition: background-color 0.3s ease;
}

.page-game-lobby-lottery-game-analysis__faq-item:hover {
  background-color: #152538;
}

.page-game-lobby-lottery-game-analysis__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-game-lobby-lottery-game-analysis__faq-answer {
  font-size: 1.1em;
  line-height: 1.7;
  color: #C0C0C0;
}

.page-game-lobby-lottery-game-analysis__faq-answer a {
  color: #FFD700;
  text-decoration: none;
}

.page-game-lobby-lottery-game-analysis__faq-answer a:hover {
  text-decoration: underline;
}

.page-game-lobby-lottery-game-analysis__related-links {
  background-color: #0F1D2C;
  padding: 50px 0 80px;
  text-align: center;
}

.page-game-lobby-lottery-game-analysis__link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.page-game-lobby-lottery-game-analysis__related-link {
  display: block;
  background-color: #1A2E44;
  color: #FFD700;
  padding: 20px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 1px solid #3A4F6A;
}

.page-game-lobby-lottery-game-analysis__related-link:hover {
  background-color: #3A4F6A;
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-game-lobby-lottery-game-analysis__hero-title {
    font-size: 2.8em;
  }

  .page-game-lobby-lottery-game-analysis__hero-subtitle {
    font-size: 1.2em;
  }

  .page-game-lobby-lottery-game-analysis__section-title {
    font-size: 2em;
  }

  .page-game-lobby-lottery-game-analysis__sub-section-title {
    font-size: 1.7em;
  }

  .page-game-lobby-lottery-game-analysis__cta-button--large {
    font-size: 1.2em;
    padding: 15px 30px;
  }
}

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

  .page-game-lobby-lottery-game-analysis__hero-subtitle {
    font-size: 1em;
  }

  .page-game-lobby-lottery-game-analysis__cta-button {
    width: 100%;
    margin-bottom: 15px;
  }

  .page-game-lobby-lottery-game-analysis__cta-button--large {
    margin: 0;
  }

  .page-game-lobby-lottery-game-analysis__cta-banner {
    padding: 30px 20px;
  }

  .page-game-lobby-lottery-game-analysis__link-grid {
    grid-template-columns: 1fr;
  }
}

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

  .page-game-lobby-lottery-game-analysis__section-title {
    font-size: 1.8em;
  }

  .page-game-lobby-lottery-game-analysis__sub-section-title {
    font-size: 1.5em;
  }

  .page-game-lobby-lottery-game-analysis__content-section p,
  .page-game-lobby-lottery-game-analysis__list li,
  .page-game-lobby-lottery-game-analysis__faq-answer {
    font-size: 0.95em;
  }

  .page-game-lobby-lottery-game-analysis__cta-text {
    font-size: 1.4em;
  }
}