.page-lottery-games-historical-data-analysis {
  font-family: 'Arial', sans-serif;
  color: #f0f0f0; /* Default text color for dark background */
  background-color: #1a0033; /* Darker background for contrast with #4B0082 */
}

.page-lottery-games-historical-data-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-lottery-games-historical-data-analysis__container--center {
  text-align: center;
}

.page-lottery-games-historical-data-analysis__hero {
  background: linear-gradient(135deg, #4B0082, #6a0dad); /* Imperial Purple to a slightly lighter purple */
  padding: 100px 0;
  text-align: center;
  color: #FFD700; /* Gold for main hero text */
}

.page-lottery-games-historical-data-analysis__title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFD700; /* Gold for main title */
}

.page-lottery-games-historical-data-analysis__subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-lottery-games-historical-data-analysis__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1.1em;
}

.page-lottery-games-historical-data-analysis__button--primary {
  background-color: #FFD700; /* Gold background */
  color: #4B0082; /* Imperial Purple text */
}

.page-lottery-games-historical-data-analysis__button--primary:hover {
  background-color: #e0b000; /* Darker gold on hover */
  transform: translateY(-3px);
}

.page-lottery-games-historical-data-analysis__button--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-lottery-games-historical-data-analysis__button--secondary:hover {
  background-color: #FFD700;
  color: #4B0082;
  transform: translateY(-3px);
}

.page-lottery-games-historical-data-analysis__button--large {
  padding: 18px 40px;
  font-size: 1.3em;
}

.page-lottery-games-historical-data-analysis__button--download {
  background-color: #814da8; /* Lighter purple from strategy */
  color: #ffffff;
  margin-top: 20px;
}

.page-lottery-games-historical-data-analysis__button--download:hover {
  background-color: #9366b4; /* Even lighter purple */
  transform: translateY(-3px);
}

.page-lottery-games-historical-data-analysis__section {
  padding: 60px 0;
  background-color: #1a0033; /* Default dark background */
}

.page-lottery-games-historical-data-analysis__section--dark {
  background-color: #4B0082; /* Imperial Purple section background */
  color: #f0f0f0;
}

.page-lottery-games-historical-data-analysis__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  margin-bottom: 30px;
  text-align: center;
}

.page-lottery-games-historical-data-analysis__section--dark .page-lottery-games-historical-data-analysis__section-title {
  color: #ffffff;
}

.page-lottery-games-historical-data-analysis__section p {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #e0e0e0;
}

.page-lottery-games-historical-data-analysis__section--dark p {
  color: #f0f0f0;
}

.page-lottery-games-historical-data-analysis__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-lottery-games-historical-data-analysis__list li {
  background-color: rgba(255, 215, 0, 0.1); /* Light gold transparent background */
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  border-left: 5px solid #FFD700;
  display: flex;
  align-items: flex-start;
}

.page-lottery-games-historical-data-analysis__list li::before {
  content: '✓';
  color: #FFD700;
  font-weight: bold;
  margin-right: 15px;
  font-size: 1.5em;
  line-height: 1;
}

.page-lottery-games-historical-data-analysis__list-item-title {
  font-size: 1.3em;
  color: #FFD700;
  margin: 0 0 5px 0;
}

.page-lottery-games-historical-data-analysis__list li p {
  margin: 0;
  color: #f0f0f0;
}

.page-lottery-games-historical-data-analysis__ordered-list {
  list-style-type: decimal;
  padding-left: 25px;
  margin-top: 30px;
  color: #e0e0e0;
}

.page-lottery-games-historical-data-analysis__ordered-list li {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 15px;
}

.page-lottery-games-historical-data-analysis__ordered-list li strong {
  color: #FFD700;
}

.page-lottery-games-historical-data-analysis__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 40px auto;
  display: block;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-lottery-games-historical-data-analysis__image--right {
  float: right;
  margin-left: 30px;
  width: 50%;
  max-width: 500px;
}

.page-lottery-games-historical-data-analysis__section--cta {
  background: linear-gradient(90deg, #4B0082, #FFD700);
  padding: 80px 0;
  color: #1a0033; /* Dark text for light background */
}

.page-lottery-games-historical-data-analysis__section--cta .page-lottery-games-historical-data-analysis__section-title {
  color: #1a0033;
  margin-bottom: 20px;
}

.page-lottery-games-historical-data-analysis__section--cta p {
  color: #333;
  font-size: 1.2em;
  margin-bottom: 25px;
}

.page-lottery-games-historical-data-analysis__cta-note {
  font-style: italic;
  margin-top: 30px;
  font-size: 1em !important;
  color: #333 !important;
}

.page-lottery-games-historical-data-analysis__faq {
  margin-top: 40px;
}

.page-lottery-games-historical-data-analysis__faq-item {
  background-color: #2a004d; /* Slightly lighter purple for FAQ items */
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-lottery-games-historical-data-analysis__faq-question {
  font-size: 1.4em;
  color: #FFD700; /* Gold for FAQ questions */
  margin-top: 0;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-lottery-games-historical-data-analysis__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
  color: #FFD700;
}

.page-lottery-games-historical-data-analysis__faq-answer {
  font-size: 1em;
  line-height: 1.7;
  color: #e0e0e0;
  margin-top: 0;
  display: none; /* Hidden by default, toggled by JS */
}

.page-lottery-games-historical-data-analysis__faq-answer a {
  color: #FFD700;
  text-decoration: underline;
}

.page-lottery-games-historical-data-analysis__faq-item.active .page-lottery-games-historical-data-analysis__faq-answer {
  display: block;
}

.page-lottery-games-historical-data-analysis__faq-item.active .page-lottery-games-historical-data-analysis__faq-question::after {
  content: '-';
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-lottery-games-historical-data-analysis__title {
    font-size: 2.5em;
  }
  .page-lottery-games-historical-data-analysis__subtitle {
    font-size: 1.2em;
  }
  .page-lottery-games-historical-data-analysis__section-title {
    font-size: 2em;
  }
  .page-lottery-games-historical-data-analysis__image--right {
    float: none;
    margin: 30px auto;
    width: 80%;
  }
}

@media (max-width: 768px) {
  .page-lottery-games-historical-data-analysis__hero {
    padding: 60px 0;
  }
  .page-lottery-games-historical-data-analysis__title {
    font-size: 2em;
  }
  .page-lottery-games-historical-data-analysis__subtitle {
    font-size: 1em;
  }
  .page-lottery-games-historical-data-analysis__section {
    padding: 40px 0;
  }
  .page-lottery-games-historical-data-analysis__section-title {
    font-size: 1.8em;
  }
  .page-lottery-games-historical-data-analysis__button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-lottery-games-historical-data-analysis__button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  .page-lottery-games-historical-data-analysis__list li {
    padding: 15px;
  }
  .page-lottery-games-historical-data-analysis__list-item-title {
    font-size: 1.1em;
  }
  .page-lottery-games-historical-data-analysis__faq-question {
    font-size: 1.2em;
  }
}