.page-n-h-slot-high-payout-recommendations {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-n-h-slot-high-payout-recommendations__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-n-h-slot-high-payout-recommendations__hero {
  background: linear-gradient(135deg, #FFD700 0%, #DC143C 100%);
  color: #fff;
  text-align: center;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.page-n-h-slot-high-payout-recommendations__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.page-n-h-slot-high-payout-recommendations__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #eee;
}

.page-n-h-slot-high-payout-recommendations__btn {
  display: inline-block;
  background-color: #FFD700;
  color: #333;
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  margin: 0 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-n-h-slot-high-payout-recommendations__btn:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-n-h-slot-high-payout-recommendations__btn--primary {
  background-color: #DC143C;
  color: #fff;
}

.page-n-h-slot-high-payout-recommendations__btn--primary:hover {
  background-color: #b30f30;
}

.page-n-h-slot-high-payout-recommendations__btn--lg {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-n-h-slot-high-payout-recommendations__section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.page-n-h-slot-high-payout-recommendations__section--dark {
  background-color: #2a2a2a;
  color: #f0f0f0;
}

.page-n-h-slot-high-payout-recommendations__section-title {
  font-size: 2.5em;
  color: #DC143C;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-n-h-slot-high-payout-recommendations__section--dark .page-n-h-slot-high-payout-recommendations__section-title {
  color: #FFD700;
}

.page-n-h-slot-high-payout-recommendations__section-text {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px auto;
  color: #555;
}

.page-n-h-slot-high-payout-recommendations__section--dark .page-n-h-slot-high-payout-recommendations__section-text {
  color: #ccc;
}

.page-n-h-slot-high-payout-recommendations__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-n-h-slot-high-payout-recommendations__feature-item {
  background-color: #fefefe;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-n-h-slot-high-payout-recommendations__feature-item:hover {
  transform: translateY(-5px);
}

.page-n-h-slot-high-payout-recommendations__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: #FFD700;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-n-h-slot-high-payout-recommendations__feature-heading {
  font-size: 1.5em;
  color: #DC143C;
  margin-bottom: 15px;
}

.page-n-h-slot-high-payout-recommendations__feature-item p {
  color: #666;
}

.page-n-h-slot-high-payout-recommendations__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-n-h-slot-high-payout-recommendations__game-card {
  background-color: #3a3a3a;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease;
}

.page-n-h-slot-high-payout-recommendations__game-card:hover {
  transform: translateY(-7px);
}

.page-n-h-slot-high-payout-recommendations__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 5px solid #FFD700;
}

.page-n-h-slot-high-payout-recommendations__game-title {
  font-size: 1.8em;
  color: #FFD700;
  margin: 20px 0 10px;
}

.page-n-h-slot-high-payout-recommendations__game-description {
  color: #ccc;
  padding: 0 20px;
  margin-bottom: 25px;
  font-size: 0.95em;
}

.page-n-h-slot-high-payout-recommendations__game-card .page-n-h-slot-high-payout-recommendations__btn {
  background-color: #DC143C;
  color: #fff;
}

.page-n-h-slot-high-payout-recommendations__game-card .page-n-h-slot-high-payout-recommendations__btn:hover {
  background-color: #b30f30;
}

.page-n-h-slot-high-payout-recommendations__list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-n-h-slot-high-payout-recommendations__list li {
  background-color: #fefefe;
  margin-bottom: 20px;
  padding: 25px 30px;
  border-left: 5px solid #FFD700;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
}

.page-n-h-slot-high-payout-recommendations__list li h3 {
  color: #DC143C;
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-n-h-slot-high-payout-recommendations__list li p {
  color: #555;
}

.page-n-h-slot-high-payout-recommendations__cta-section {
  background: linear-gradient(90deg, #DC143C 0%, #FFD700 100%);
  padding: 80px 0;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  margin: 40px auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-n-h-slot-high-payout-recommendations__cta-content {
  max-width: 800px;
}

.page-n-h-slot-high-payout-recommendations__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.page-n-h-slot-high-payout-recommendations__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-n-h-slot-high-payout-recommendations__cta-small-text {
  margin-top: 30px;
  font-size: 1em;
  color: #eee;
}

.page-n-h-slot-high-payout-recommendations__cta-small-text a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-n-h-slot-high-payout-recommendations__cta-small-text a:hover {
  color: #fff;
  text-decoration: underline;
}

.page-n-h-slot-high-payout-recommendations__faq-section {
  background-color: #f0f0f0;
}

.page-n-h-slot-high-payout-recommendations__faq-list {
  margin-top: 40px;
}

.page-n-h-slot-high-payout-recommendations__faq-item {
  background-color: #fff;
  margin-bottom: 15px;
  padding: 20px 25px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-n-h-slot-high-payout-recommendations__faq-question {
  font-size: 1.3em;
  color: #DC143C;
  margin-top: 0;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-n-h-slot-high-payout-recommendations__faq-answer {
  color: #555;
  font-size: 1em;
  display: none; /* Initially hidden */
  margin-top: 15px;
}

/* Active FAQ item styling (controlled by JS) */
.page-n-h-slot-high-payout-recommendations__faq-item.active .page-n-h-slot-high-payout-recommendations__faq-answer {
  display: block;
}

.page-n-h-slot-high-payout-recommendations__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-n-h-slot-high-payout-recommendations__faq-item.active .page-n-h-slot-high-payout-recommendations__faq-question::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-n-h-slot-high-payout-recommendations__final-cta {
  background: #2a2a2a;
  color: #fff;
  text-align: center;
  padding: 80px 0;
  margin-top: 40px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.page-n-h-slot-high-payout-recommendations__final-cta-title {
  font-size: 3em;
  margin-bottom: 25px;
  color: #FFD700;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.page-n-h-slot-high-payout-recommendations__final-cta-description {
  font-size: 1.3em;
  max-width: 900px;
  margin: 0 auto 50px auto;
  color: #eee;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-n-h-slot-high-payout-recommendations__hero-title {
    font-size: 2.5em;
  }
  .page-n-h-slot-high-payout-recommendations__hero-description {
    font-size: 1.1em;
  }
  .page-n-h-slot-high-payout-recommendations__section-title {
    font-size: 2em;
  }
  .page-n-h-slot-high-payout-recommendations__cta-title {
    font-size: 2.2em;
  }
  .page-n-h-slot-high-payout-recommendations__final-cta-title {
    font-size: 2.5em;
  }
  .page-n-h-slot-high-payout-recommendations__game-image {
    height: 180px;
  }
}

@media (max-width: 768px) {
  .page-n-h-slot-high-payout-recommendations__hero {
    padding: 80px 0;
  }
  .page-n-h-slot-high-payout-recommendations__hero-title {
    font-size: 2em;
  }
  .page-n-h-slot-high-payout-recommendations__hero-description {
    font-size: 1em;
  }
  .page-n-h-slot-high-payout-recommendations__btn {
    padding: 12px 25px;
    font-size: 1em;
    margin: 5px;
  }
  .page-n-h-slot-high-payout-recommendations__btn--lg {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  .page-n-h-slot-high-payout-recommendations__section {
    padding: 40px 0;
  }
  .page-n-h-slot-high-payout-recommendations__section-title {
    font-size: 1.8em;
  }
  .page-n-h-slot-high-payout-recommendations__cta-title {
    font-size: 1.8em;
  }
  .page-n-h-slot-high-payout-recommendations__final-cta-title {
    font-size: 2em;
  }
  .page-n-h-slot-high-payout-recommendations__game-image {
    height: 160px;
  }
  .page-n-h-slot-high-payout-recommendations__game-title {
    font-size: 1.5em;
  }
  .page-n-h-slot-high-payout-recommendations__feature-item {
    padding: 20px;
  }
  .page-n-h-slot-high-payout-recommendations__feature-icon {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 576px) {
  .page-n-h-slot-high-payout-recommendations__hero {
    padding: 60px 0;
  }
  .page-n-h-slot-high-payout-recommendations__hero-title {
    font-size: 1.7em;
  }
  .page-n-h-slot-high-payout-recommendations__hero-description {
    font-size: 0.9em;
  }
  .page-n-h-slot-high-payout-recommendations__btn {
    display: block;
    margin: 10px auto;
    width: fit-content;
  }
  .page-n-h-slot-high-payout-recommendations__section-title {
    font-size: 1.5em;
  }
  .page-n-h-slot-high-payout-recommendations__cta-title {
    font-size: 1.6em;
  }
  .page-n-h-slot-high-payout-recommendations__final-cta-title {
    font-size: 1.8em;
  }
  .page-n-h-slot-high-payout-recommendations__game-image {
    height: 140px;
  }
  .page-n-h-slot-high-payout-recommendations__game-grid {
    grid-template-columns: 1fr;
  }
  .page-n-h-slot-high-payout-recommendations__features-grid {
    grid-template-columns: 1fr;
  }
  .page-n-h-slot-high-payout-recommendations__faq-question {
    font-size: 1.1em;
  }
}