.page-game-reviews-lottery-game-intro {
  font-family: 'Arial', sans-serif;
  color: #E0B147; /* Primary text color for contrast */
  line-height: 1.6;
}

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

.page-game-reviews-lottery-game-intro__hero {
  background: linear-gradient(135deg, #1A2C42, #3A5C82);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-game-reviews-lottery-game-intro__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:lottery,abstract,pattern,dark]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-game-reviews-lottery-game-intro__hero > .page-game-reviews-lottery-game-intro__container {
  position: relative;
  z-index: 1;
}

.page-game-reviews-lottery-game-intro__title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #E0B147;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-game-reviews-lottery-game-intro__subtitle {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-game-reviews-lottery-game-intro__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  margin: 10px;
  cursor: pointer;
}

.page-game-reviews-lottery-game-intro__btn--primary {
  background-color: #E0B147;
  color: #1A2C42;
  border: 2px solid #E0B147;
}

.page-game-reviews-lottery-game-intro__btn--primary:hover {
  background-color: #f5c765;
  border-color: #f5c765;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-game-reviews-lottery-game-intro__btn--secondary {
  background-color: transparent;
  color: #E0B147;
  border: 2px solid #E0B147;
}

.page-game-reviews-lottery-game-intro__btn--secondary:hover {
  background-color: #E0B147;
  color: #1A2C42;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-game-reviews-lottery-game-intro__section {
  padding: 60px 0;
  background-color: #1A2C42;
  color: #f0f0f0;
}

.page-game-reviews-lottery-game-intro__section--alt-bg {
  background-color: #263c58;
}

.page-game-reviews-lottery-game-intro__heading {
  font-size: 2.5em;
  color: #E0B147;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

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

.page-game-reviews-lottery-game-intro__text {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #ccc;
  text-align: justify;
}

.page-game-reviews-lottery-game-intro__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-game-reviews-lottery-game-intro__card {
  background-color: #2c4464;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-game-reviews-lottery-game-intro__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

.page-game-reviews-lottery-game-intro__card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 2px solid #E0B147;
}

.page-game-reviews-lottery-game-intro__card-title {
  font-size: 1.5em;
  color: #E0B147;
  padding: 20px;
  margin-bottom: 0;
}

.page-game-reviews-lottery-game-intro__card-text {
  padding: 0 20px 20px;
  color: #ccc;
  flex-grow: 1;
}

.page-game-reviews-lottery-game-intro__card-btn {
  display: block;
  width: calc(100% - 40px);
  margin: 0 20px 20px;
  padding: 12px 20px;
  background-color: #E0B147;
  color: #1A2C42;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-game-reviews-lottery-game-intro__card-btn:hover {
  background-color: #f5c765;
}

.page-game-reviews-lottery-game-intro__content-block {
  background-color: #1A2C42;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-game-reviews-lottery-game-intro__sub-heading {
  font-size: 2em;
  color: #E0B147;
  margin-bottom: 20px;
  border-left: 5px solid #E0B147;
  padding-left: 15px;
}

.page-game-reviews-lottery-game-intro__content-img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 25px;
  border: 1px solid #E0B147;
}

.page-game-reviews-lottery-game-intro__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #ccc;
}

.page-game-reviews-lottery-game-intro__list li {
  margin-bottom: 8px;
  font-size: 1.05em;
}

.page-game-reviews-lottery-game-intro__btn--inline {
  margin-top: 15px;
  padding: 10px 20px;
  font-size: 1em;
  border-radius: 5px;
}

.page-game-reviews-lottery-game-intro__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.page-game-reviews-lottery-game-intro__tip-card {
  background-color: #2c4464;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-game-reviews-lottery-game-intro__tip-card:hover {
  transform: translateY(-5px);
}

.page-game-reviews-lottery-game-intro__tip-title {
  font-size: 1.4em;
  color: #E0B147;
  margin-bottom: 15px;
}

.page-game-reviews-lottery-game-intro__tip-text {
  color: #ccc;
  font-size: 1em;
}

.page-game-reviews-lottery-game-intro__section--cta-banner {
  background: linear-gradient(90deg, #E0B147, #f5c765);
  color: #1A2C42;
  text-align: center;
  padding: 80px 0;
  margin-top: 40px;
}

.page-game-reviews-lottery-game-intro__cta-title {
  font-size: 3em;
  color: #1A2C42;
  margin-bottom: 20px;
}

.page-game-reviews-lottery-game-intro__cta-text {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #333;
}

.page-game-reviews-lottery-game-intro__btn--large {
  padding: 18px 40px;
  font-size: 1.2em;
  border-radius: 10px;
}

.page-game-reviews-lottery-game-intro__faq-list {
  margin-top: 40px;
}

.page-game-reviews-lottery-game-intro__faq-item {
  background-color: #2c4464;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.page-game-reviews-lottery-game-intro__faq-question {
  font-size: 1.3em;
  color: #E0B147;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

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

.page-game-reviews-lottery-game-intro__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-game-reviews-lottery-game-intro__faq-answer {
  color: #ccc;
  font-size: 1em;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  padding-top: 0;
}

.page-game-reviews-lottery-game-intro__faq-answer.active {
  max-height: 200px; /* Adjust as needed */
  padding-top: 15px;
}

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

  .page-game-reviews-lottery-game-intro__heading {
    font-size: 2em;
  }

  .page-game-reviews-lottery-game-intro__grid,
  .page-game-reviews-lottery-game-intro__tips-grid {
    grid-template-columns: 1fr;
  }

  .page-game-reviews-lottery-game-intro__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-game-reviews-lottery-game-intro__hero {
    padding: 80px 0;
  }

  .page-game-reviews-lottery-game-intro__cta-title {
    font-size: 2.5em;
  }
}

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

  .page-game-reviews-lottery-game-intro__subtitle {
    font-size: 1em;
  }

  .page-game-reviews-lottery-game-intro__heading {
    font-size: 1.8em;
  }

  .page-game-reviews-lottery-game-intro__sub-heading {
    font-size: 1.6em;
  }

  .page-game-reviews-lottery-game-intro__section {
    padding: 40px 0;
  }

  .page-game-reviews-lottery-game-intro__cta-title {
    font-size: 2em;
  }

  .page-game-reviews-lottery-game-intro__cta-text {
    font-size: 1.1em;
  }
}

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

  .page-game-reviews-lottery-game-intro__subtitle {
    font-size: 0.9em;
  }

  .page-game-reviews-lottery-game-intro__btn {
    display: block;
    width: 100%;
    margin: 10px 0;
  }

  .page-game-reviews-lottery-game-intro__card-title {
    font-size: 1.3em;
  }

  .page-game-reviews-lottery-game-intro__faq-question {
    font-size: 1.1em;
  }

  .page-game-reviews-lottery-game-intro__cta-title {
    font-size: 1.8em;
  }
  .page-game-reviews-lottery-game-intro__cta-text {
    font-size: 1em;
  }
}