.page-lottery-games-high-frequency-recommend {
  font-family: 'Arial', sans-serif;
  color: #F5F5F5; /* Light text on dark background */
  background-color: #0A0A0A; /* Main dark background */
  line-height: 1.6;
}

.page-lottery-games-high-frequency-recommend__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-lottery-games-high-frequency-recommend__hero {
  background: linear-gradient(135deg, #0A0A0A 0%, #202020 70%, #FFD7001A 100%);
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.page-lottery-games-high-frequency-recommend__hero-content {
  flex: 1;
  max-width: 600px;
  z-index: 1;
  padding-left: 20px;
}

.page-lottery-games-high-frequency-recommend__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #F5F5F5;
  line-height: 1.2;
}

.page-lottery-games-high-frequency-recommend__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #CCCCCC;
}

.page-lottery-games-high-frequency-recommend__hero-actions {
  display: flex;
  gap: 20px;
}

.page-lottery-games-high-frequency-recommend__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 1.05em;
  text-align: center;
}

.page-lottery-games-high-frequency-recommend__btn--primary {
  background-color: #FFD700;
  color: #0A0A0A;
  border: 2px solid #FFD700;
}

.page-lottery-games-high-frequency-recommend__btn--primary:hover {
  background-color: #E6C200;
  border-color: #E6C200;
}

.page-lottery-games-high-frequency-recommend__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-lottery-games-high-frequency-recommend__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A0A0A;
}

.page-lottery-games-high-frequency-recommend__hero-image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  padding-right: 20px;
}

.page-lottery-games-high-frequency-recommend__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-lottery-games-high-frequency-recommend__section-title {
  font-size: 2.8em;
  color: #F5F5F5;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-lottery-games-high-frequency-recommend__about {
  padding: 80px 0;
  background-color: #1A1A1A;
}

.page-lottery-games-high-frequency-recommend__about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  text-align: center;
}

.page-lottery-games-high-frequency-recommend__about-item {
  background-color: #0A0A0A;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #282828;
}

.page-lottery-games-high-frequency-recommend__about-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-lottery-games-high-frequency-recommend__about-subtitle {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-lottery-games-high-frequency-recommend__about-text {
  font-size: 1em;
  color: #BBBBBB;
}

.page-lottery-games-high-frequency-recommend__games {
  padding: 80px 0;
  background-color: #0A0A0A;
}

.page-lottery-games-high-frequency-recommend__games-intro {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 50px;
  color: #CCCCCC;
}

.page-lottery-games-high-frequency-recommend__game-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-lottery-games-high-frequency-recommend__game-card {
  background-color: #1A1A1A;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #282828;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-lottery-games-high-frequency-recommend__game-image {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-lottery-games-high-frequency-recommend__game-title {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-lottery-games-high-frequency-recommend__game-description {
  font-size: 1em;
  color: #BBBBBB;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-lottery-games-high-frequency-recommend__btn--small {
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-lottery-games-high-frequency-recommend__benefits {
  padding: 80px 0;
  background-color: #1A1A1A;
}

.page-lottery-games-high-frequency-recommend__benefit-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 40px auto;
  max-width: 800px;
}

.page-lottery-games-high-frequency-recommend__benefit-list li {
  background-color: #0A0A0A;
  margin-bottom: 15px;
  padding: 20px 25px;
  border-radius: 8px;
  font-size: 1.1em;
  color: #F5F5F5;
  display: flex;
  align-items: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border-left: 5px solid #FFD700;
}

.page-lottery-games-high-frequency-recommend__benefit-icon {
  color: #FFD700;
  font-size: 1.5em;
  margin-right: 15px;
  line-height: 1;
}

.page-lottery-games-high-frequency-recommend__cta-bottom {
  text-align: center;
  margin-top: 40px;
}

.page-lottery-games-high-frequency-recommend__cta-bottom p {
  font-size: 1.3em;
  color: #F5F5F5;
  margin-bottom: 30px;
}

.page-lottery-games-high-frequency-recommend__guide {
  padding: 80px 0;
  background-color: #0A0A0A;
}

.page-lottery-games-high-frequency-recommend__steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-lottery-games-high-frequency-recommend__step-item {
  background-color: #1A1A1A;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #282828;
}

.page-lottery-games-high-frequency-recommend__step-number {
  width: 60px;
  height: 60px;
  background-color: #FFD700;
  color: #0A0A0A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2em;
  font-weight: bold;
  margin: 0 auto 25px auto;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.7);
}

.page-lottery-games-high-frequency-recommend__step-title {
  font-size: 1.8em;
  color: #F5F5F5;
  margin-bottom: 15px;
}

.page-lottery-games-high-frequency-recommend__step-item p {
  color: #BBBBBB;
  margin-bottom: 25px;
}

.page-lottery-games-high-frequency-recommend__faq {
  padding: 80px 0;
  background-color: #1A1A1A;
}

.page-lottery-games-high-frequency-recommend__faq-item {
  background-color: #0A0A0A;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border-left: 5px solid #FFD700;
}

.page-lottery-games-high-frequency-recommend__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-lottery-games-high-frequency-recommend__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-lottery-games-high-frequency-recommend__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-lottery-games-high-frequency-recommend__faq-answer {
  font-size: 1em;
  color: #BBBBBB;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  padding-left: 10px;
}

.page-lottery-games-high-frequency-recommend__faq-answer.active {
  max-height: 200px; /* Adjust as needed */
  padding-top: 15px;
}

.page-lottery-games-high-frequency-recommend__cta-final {
  padding: 80px 0;
  background-color: #0A0A0A;
  text-align: center;
}

.page-lottery-games-high-frequency-recommend__cta-final p {
  font-size: 1.3em;
  color: #CCCCCC;
  margin-bottom: 40px;
}

.page-lottery-games-high-frequency-recommend__cta-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.highlight {
  color: #FFD700;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-lottery-games-high-frequency-recommend__hero {
    flex-direction: column;
    text-align: center;
    padding: 60px 0;
  }

  .page-lottery-games-high-frequency-recommend__hero-content,
  .page-lottery-games-high-frequency-recommend__hero-image-wrapper {
    padding: 0 20px;
  }

  .page-lottery-games-high-frequency-recommend__hero-title {
    font-size: 2.8em;
  }

  .page-lottery-games-high-frequency-recommend__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-lottery-games-high-frequency-recommend__btn {
    width: 100%;
  }

  .page-lottery-games-high-frequency-recommend__section-title {
    font-size: 2.2em;
  }

  .page-lottery-games-high-frequency-recommend__about-grid,
  .page-lottery-games-high-frequency-recommend__game-list,
  .page-lottery-games-high-frequency-recommend__steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .page-lottery-games-high-frequency-recommend__hero-title {
    font-size: 2em;
  }

  .page-lottery-games-high-frequency-recommend__hero-description {
    font-size: 1em;
  }

  .page-lottery-games-high-frequency-recommend__btn {
    padding: 12px 20px;
    font-size: 0.95em;
  }

  .page-lottery-games-high-frequency-recommend__section-title {
    font-size: 1.8em;
  }

  .page-lottery-games-high-frequency-recommend__about-subtitle,
  .page-lottery-games-high-frequency-recommend__game-title,
  .page-lottery-games-high-frequency-recommend__step-title {
    font-size: 1.5em;
  }

  .page-lottery-games-high-frequency-recommend__faq-question {
    font-size: 1.1em;
  }
}