.page-jackpot-slots-high-payout-recommendations {
  font-family: 'Arial', sans-serif;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  line-height: 1.6;
  font-size: 16px;
}

.page-jackpot-slots-high-payout-recommendations__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-jackpot-slots-high-payout-recommendations__section {
  padding: 60px 0;
  text-align: center;
}

.page-jackpot-slots-high-payout-recommendations__section-title {
  font-size: clamp(28px, 4vw, 42px);
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-jackpot-slots-high-payout-recommendations__sub-title {
  font-size: clamp(22px, 3vw, 28px);
  color: #57E38D; /* Glow */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-jackpot-slots-high-payout-recommendations__text-block {
  font-size: 17px;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-jackpot-slots-high-payout-recommendations__highlight {
  color: #F2FFF6; /* Text Main */
  font-weight: bold;
}

/* Hero Section */
.page-jackpot-slots-high-payout-recommendations__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 10px; /* Small top padding */
  padding-bottom: 60px;
  background-color: #08160F; /* Fallback background */
}

.page-jackpot-slots-high-payout-recommendations__hero-image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.page-jackpot-slots-high-payout-recommendations__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6); /* Darken image slightly for text contrast */
}

.page-jackpot-slots-high-payout-recommendations__hero-content {
  position: relative; /* Ensure content is above image but not overlapping */
  z-index: 2;
  text-align: center;
  padding: 20px;
  max-width: 900px;
  margin-top: -150px; /* Pull content up over the image, but still below it */
}

.page-jackpot-slots-high-payout-recommendations__main-title {
  font-size: clamp(36px, 5vw, 60px);
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  font-weight: 800;
  line-height: 1.1;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.page-jackpot-slots-high-payout-recommendations__hero-description {
  font-size: clamp(18px, 2.5vw, 24px);
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

.page-jackpot-slots-high-payout-recommendations__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-jackpot-slots-high-payout-recommendations__btn-primary,
.page-jackpot-slots-high-payout-recommendations__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}

.page-jackpot-slots-high-payout-recommendations__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
}

.page-jackpot-slots-high-payout-recommendations__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-jackpot-slots-high-payout-recommendations__btn-secondary {
  background: transparent;
  color: #2AD16F;
  border: 2px solid #2AD16F;
}

.page-jackpot-slots-high-payout-recommendations__btn-secondary:hover {
  background: #2AD16F;
  color: #08160F;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-jackpot-slots-high-payout-recommendations__btn-primary--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-jackpot-slots-high-payout-recommendations__btn-small {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
  font-size: 0.9em;
  margin-top: 15px;
}

.page-jackpot-slots-high-payout-recommendations__btn-small:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-1px);
}

.page-jackpot-slots-high-payout-recommendations__cta-center {
  margin-top: 40px;
  text-align: center;
}

.page-jackpot-slots-high-payout-recommendations__cta-buttons--spaced {
  margin-top: 40px;
}

/* Intro Section */
.page-jackpot-slots-high-payout-recommendations__intro-section {
  background-color: #08160F;
  padding-top: 60px;
}

/* RTP Section */
.page-jackpot-slots-high-payout-recommendations__rtp-section {
  background-color: #11271B; /* Card BG */
  padding: 80px 0;
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-jackpot-slots-high-payout-recommendations__rtp-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  text-align: left;
}

.page-jackpot-slots-high-payout-recommendations__rtp-content {
  flex: 1;
}

.page-jackpot-slots-high-payout-recommendations__rtp-image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-jackpot-slots-high-payout-recommendations__rtp-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

/* Guarantee Section */
.page-jackpot-slots-high-payout-recommendations__guarantee-section {
  background-color: #08160F;
  padding: 80px 0;
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-jackpot-slots-high-payout-recommendations__list {
  list-style: none;
  padding: 0;
  margin: 40px auto 0 auto;
  max-width: 900px;
  text-align: left;
}

.page-jackpot-slots-high-payout-recommendations__list-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-jackpot-slots-high-payout-recommendations__list-item .page-jackpot-slots-high-payout-recommendations__sub-title {
  margin-top: 0;
  color: #F2FFF6; /* Text Main */
}

.page-jackpot-slots-high-payout-recommendations__list-item .page-jackpot-slots-high-payout-recommendations__text-block {
  font-size: 16px;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 0;
}

/* Featured Games Section */
.page-jackpot-slots-high-payout-recommendations__featured-games-section {
  background-color: #08160F;
  padding: 80px 0;
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-jackpot-slots-high-payout-recommendations__game-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-jackpot-slots-high-payout-recommendations__game-card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-jackpot-slots-high-payout-recommendations__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.page-jackpot-slots-high-payout-recommendations__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-jackpot-slots-high-payout-recommendations__game-title {
  font-size: 24px;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 10px;
}

.page-jackpot-slots-high-payout-recommendations__game-description {
  font-size: 15px;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  flex-grow: 1;
}

/* Strategy Section */
.page-jackpot-slots-high-payout-recommendations__strategy-section {
  background-color: #11271B; /* Card BG */
  padding: 80px 0;
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

/* Promotions Section */
.page-jackpot-slots-high-payout-recommendations__promotions-section {
  background-color: #08160F;
  padding: 80px 0;
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-jackpot-slots-high-payout-recommendations__text-link {
  color: #57E38D; /* Glow */
  text-decoration: none;
  font-weight: bold;
}

.page-jackpot-slots-high-payout-recommendations__text-link:hover {
  text-decoration: underline;
  color: #2AD16F;
}

/* Security Section */
.page-jackpot-slots-high-payout-recommendations__security-section {
  background-color: #11271B; /* Card BG */
  padding: 80px 0;
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-jackpot-slots-high-payout-recommendations__security-container {
  display: flex;
  flex-direction: row-reverse; /* Image on right */
  align-items: center;
  gap: 40px;
  text-align: left;
}

.page-jackpot-slots-high-payout-recommendations__security-content {
  flex: 1;
}

.page-jackpot-slots-high-payout-recommendations__security-image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-jackpot-slots-high-payout-recommendations__security-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

/* Registration Section */
.page-jackpot-slots-high-payout-recommendations__registration-section {
  background-color: #08160F;
  padding: 80px 0;
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-jackpot-slots-high-payout-recommendations__numbered-list {
  list-style: none;
  padding: 0;
  margin: 40px auto 0 auto;
  max-width: 900px;
  text-align: left;
  counter-reset: step-counter;
}

.page-jackpot-slots-high-payout-recommendations__numbered-list .page-jackpot-slots-high-payout-recommendations__list-item {
  position: relative;
  padding-left: 50px;
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-jackpot-slots-high-payout-recommendations__numbered-list .page-jackpot-slots-high-payout-recommendations__list-item::before {
  content: counter(step-counter);
  counter-increment: step-counter;
  position: absolute;
  left: 15px;
  top: 25px;
  width: 30px;
  height: 30px;
  background-color: #F2C14E; /* Gold */
  color: #08160F; /* Background */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.1em;
}

/* FAQ Section */
.page-jackpot-slots-high-payout-recommendations__faq-section {
  background-color: #11271B; /* Card BG */
  padding: 80px 0;
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-jackpot-slots-high-payout-recommendations__faq-list {
  max-width: 900px;
  margin: 40px auto 0 auto;
  text-align: left;
}

.page-jackpot-slots-high-payout-recommendations__faq-item {
  background-color: #0A4B2C; /* Deep Green */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-jackpot-slots-high-payout-recommendations__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  font-size: 18px;
  list-style: none; /* For details/summary */
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.page-jackpot-slots-high-payout-recommendations__faq-question::-webkit-details-marker {
  display: none;
}

.page-jackpot-slots-high-payout-recommendations__faq-toggle {
  font-size: 24px;
  line-height: 1;
  color: #F2C14E; /* Gold */
  transition: transform 0.3s ease;
}

.page-jackpot-slots-high-payout-recommendations__faq-item[open] .page-jackpot-slots-high-payout-recommendations__faq-toggle {
  transform: rotate(45deg); /* Change to X or - */
}

.page-jackpot-slots-high-payout-recommendations__faq-answer {
  padding: 0 25px 20px 25px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 16px;
  line-height: 1.7;
}

/* Conclusion Section */
.page-jackpot-slots-high-payout-recommendations__conclusion-section {
  background-color: #08160F;
  padding: 80px 0 100px 0;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .page-jackpot-slots-high-payout-recommendations__rtp-container,
  .page-jackpot-slots-high-payout-recommendations__security-container {
    flex-direction: column;
    text-align: center;
  }

  .page-jackpot-slots-high-payout-recommendations__rtp-content,
  .page-jackpot-slots-high-payout-recommendations__security-content {
    order: 2; /* Content below image on smaller screens */
  }

  .page-jackpot-slots-high-payout-recommendations__rtp-image-wrapper,
  .page-jackpot-slots-high-payout-recommendations__security-image-wrapper {
    order: 1; /* Image above content on smaller screens */
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .page-jackpot-slots-high-payout-recommendations {
    font-size: 15px;
  }

  .page-jackpot-slots-high-payout-recommendations__section {
    padding: 40px 0;
  }

  .page-jackpot-slots-high-payout-recommendations__hero-content {
    margin-top: -100px;
    padding: 15px;
  }

  .page-jackpot-slots-high-payout-recommendations__main-title {
    font-size: clamp(32px, 8vw, 48px);
  }

  .page-jackpot-slots-high-payout-recommendations__hero-description {
    font-size: clamp(16px, 4vw, 20px);
    margin-bottom: 30px;
  }

  .page-jackpot-slots-high-payout-recommendations__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-jackpot-slots-high-payout-recommendations__btn-primary,
  .page-jackpot-slots-high-payout-recommendations__btn-secondary {
    padding: 12px 25px;
    font-size: 1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-jackpot-slots-high-payout-recommendations__cta-buttons--spaced {
    flex-wrap: wrap !important;
    gap: 15px !important;
    padding: 0 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-jackpot-slots-high-payout-recommendations__cta-buttons--spaced .page-jackpot-slots-high-payout-recommendations__btn-primary,
  .page-jackpot-slots-high-payout-recommendations__cta-buttons--spaced .page-jackpot-slots-high-payout-recommendations__btn-secondary {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .page-jackpot-slots-high-payout-recommendations__section-title {
    font-size: clamp(24px, 6vw, 36px);
  }

  .page-jackpot-slots-high-payout-recommendations__sub-title {
    font-size: clamp(20px, 5vw, 26px);
  }

  .page-jackpot-slots-high-payout-recommendations__text-block {
    font-size: 16px;
  }

  /* Image Responsive */
  .page-jackpot-slots-high-payout-recommendations img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-jackpot-slots-high-payout-recommendations__hero-image-wrapper,
  .page-jackpot-slots-high-payout-recommendations__rtp-image-wrapper,
  .page-jackpot-slots-high-payout-recommendations__security-image-wrapper,
  .page-jackpot-slots-high-payout-recommendations__game-image {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-jackpot-slots-high-payout-recommendations__container,
  .page-jackpot-slots-high-payout-recommendations__list,
  .page-jackpot-slots-high-payout-recommendations__game-cards,
  .page-jackpot-slots-high-payout-recommendations__faq-list {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-jackpot-slots-high-payout-recommendations__hero-section {
    padding-top: 10px !important;
  }

  .page-jackpot-slots-high-payout-recommendations__game-card {
    padding: 20px;
  }

  .page-jackpot-slots-high-payout-recommendations__faq-question {
    padding: 15px 20px;
    font-size: 16px;
  }

  .page-jackpot-slots-high-payout-recommendations__faq-answer {
    padding: 0 20px 15px 20px;
    font-size: 15px;
  }
}