.page-slot-games-high-payout-secrets {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #f5f5f5;
}

.page-slot-games-high-payout-secrets__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  min-height: 500px;
  color: #ffffff;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  overflow: hidden;
}

.page-slot-games-high-payout-secrets__dark-bg {
  background-color: #003366;
  color: #ffffff;
}

.page-slot-games-high-payout-secrets__light-bg {
  background-color: #f5f5f5;
  color: #333333;
}

.page-slot-games-high-payout-secrets__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.page-slot-games-high-payout-secrets__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
  position: absolute;
  top: 0;
  left: 0;
}

.page-slot-games-high-payout-secrets__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.page-slot-games-high-payout-secrets__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFCC00; /* Use accent color for title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-slot-games-high-payout-secrets__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-slot-games-high-payout-secrets__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-slot-games-high-payout-secrets__btn-primary,
.page-slot-games-high-payout-secrets__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 2px solid transparent;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-slot-games-high-payout-secrets__btn-primary {
  background-color: #FFCC00;
  color: #003366;
}

.page-slot-games-high-payout-secrets__btn-primary:hover {
  background-color: #e6b800;
}

.page-slot-games-high-payout-secrets__btn-secondary {
  background-color: transparent;
  color: #FFCC00;
  border-color: #FFCC00;
}

.page-slot-games-high-payout-secrets__btn-secondary:hover {
  background-color: #FFCC00;
  color: #003366;
}

.page-slot-games-high-payout-secrets__section {
  padding: 80px 20px;
  text-align: center;
}

.page-slot-games-high-payout-secrets__content-container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-slot-games-high-payout-secrets__section-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #003366;
}

.page-slot-games-high-payout-secrets__dark-bg .page-slot-games-high-payout-secrets__section-title {
  color: #FFCC00;
}

.page-slot-games-high-payout-secrets__section-description {
  font-size: 1.1em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-slot-games-high-payout-secrets__features-grid,
.page-slot-games-high-payout-secrets__strategy-grid,
.page-slot-games-high-payout-secrets__game-list {
  display: grid;
  gap: 30px;
  margin-top: 40px;
}

.page-slot-games-high-payout-secrets__features-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.page-slot-games-high-payout-secrets__strategy-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.page-slot-games-high-payout-secrets__game-list {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.page-slot-games-high-payout-secrets__feature-item,
.page-slot-games-high-payout-secrets__strategy-item,
.page-slot-games-high-payout-secrets__game-card,
.page-slot-games-high-payout-secrets__faq-item {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  color: #333333; /* Ensure dark text on light card background */
}

.page-slot-games-high-payout-secrets__dark-bg .page-slot-games-high-payout-secrets__card {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.page-slot-games-high-payout-secrets__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-slot-games-high-payout-secrets__feature-icon,
.page-slot-games-high-payout-secrets__strategy-image,
.page-slot-games-high-payout-secrets__game-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-slot-games-high-payout-secrets__feature-title,
.page-slot-games-high-payout-secrets__strategy-title,
.page-slot-games-high-payout-secrets__game-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #003366;
}

.page-slot-games-high-payout-secrets__dark-bg .page-slot-games-high-payout-secrets__feature-title,
.page-slot-games-high-payout-secrets__dark-bg .page-slot-games-high-payout-secrets__strategy-title,
.page-slot-games-high-payout-secrets__dark-bg .page-slot-games-high-payout-secrets__game-title {
  color: #FFCC00;
}

.page-slot-games-high-payout-secrets__game-title a {
  color: #003366;
  text-decoration: none;
}

.page-slot-games-high-payout-secrets__dark-bg .page-slot-games-high-payout-secrets__game-title a {
  color: #FFCC00;
}

.page-slot-games-high-payout-secrets__game-title a:hover {
  text-decoration: underline;
}

.page-slot-games-high-payout-secrets__feature-text,
.page-slot-games-high-payout-secrets__strategy-text,
.page-slot-games-high-payout-secrets__game-description {
  font-size: 1em;
  color: #555555;
}

.page-slot-games-high-payout-secrets__dark-bg .page-slot-games-high-payout-secrets__feature-text,
.page-slot-games-high-payout-secrets__dark-bg .page-slot-games-high-payout-secrets__strategy-text,
.page-slot-games-high-payout-secrets__dark-bg .page-slot-games-high-payout-secrets__game-description {
  color: #cccccc;
}

.page-slot-games-high-payout-secrets__view-more-button {
  margin-top: 50px;
}

.page-slot-games-high-payout-secrets__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.page-slot-games-high-payout-secrets__faq-item {
  margin-bottom: 20px;
  padding: 20px 30px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  border-radius: 8px;
  color: #333333; /* Ensure dark text on light card background */
}

.page-slot-games-high-payout-secrets__dark-bg .page-slot-games-high-payout-secrets__faq-item {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.page-slot-games-high-payout-secrets__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 10px 0;
}

.page-slot-games-high-payout-secrets__faq-question:hover {
  color: #003366;
}

.page-slot-games-high-payout-secrets__dark-bg .page-slot-games-high-payout-secrets__faq-question:hover {
  color: #FFCC00;
}

.page-slot-games-high-payout-secrets__faq-title {
  font-size: 1.2em;
  margin: 0;
  color: #003366;
}

.page-slot-games-high-payout-secrets__dark-bg .page-slot-games-high-payout-secrets__faq-title {
  color: #ffffff;
}

.page-slot-games-high-payout-secrets__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: #003366;
  transition: transform 0.3s ease;
}

.page-slot-games-high-payout-secrets__dark-bg .page-slot-games-high-payout-secrets__faq-toggle {
  color: #FFCC00;
}

.page-slot-games-high-payout-secrets__faq-item.active .page-slot-games-high-payout-secrets__faq-toggle {
  transform: rotate(45deg);
}

.page-slot-games-high-payout-secrets__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-size: 0.95em;
  color: #555555;
}

.page-slot-games-high-payout-secrets__dark-bg .page-slot-games-high-payout-secrets__faq-answer {
  color: #cccccc;
}

.page-slot-games-high-payout-secrets__faq-item.active .page-slot-games-high-payout-secrets__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px;
}

.page-slot-games-high-payout-secrets__faq-image {
  max-width: 100%;
  height: auto;
  margin-top: 50px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-slot-games-high-payout-secrets__cta-footer-buttons {
  margin-top: 50px;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-slot-games-high-payout-secrets__footer-image {
  width: 100%;
  height: auto;
  margin-top: 50px;
  object-fit: cover;
  display: block;
}

.page-slot-games-high-payout-secrets__video-section {
  position: relative;
  width: 100%;
  padding: 60px 20px;
  text-align: center;
  padding-top: var(--header-offset, 120px);
}

.page-slot-games-high-payout-secrets__video-wrapper {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  text-decoration: none; /* Ensure link styling is removed */
  cursor: pointer;
}

.page-slot-games-high-payout-secrets__video {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-slot-games-high-payout-secrets__hero-title {
    font-size: 2.5em;
  }
  .page-slot-games-high-payout-secrets__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-slot-games-high-payout-secrets__hero-title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }
  .page-slot-games-high-payout-secrets__hero-description {
    font-size: 1em;
    margin-bottom: 25px;
  }
  .page-slot-games-high-payout-secrets__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-slot-games-high-payout-secrets__btn-primary,
  .page-slot-games-high-payout-secrets__btn-secondary {
    width: 100%;
    max-width: 300px; /* Constrain width for better mobile appearance */
    margin: 0 auto;
    padding: 12px 20px;
  }

  .page-slot-games-high-payout-secrets__section {
    padding: 40px 15px;
  }
  .page-slot-games-high-payout-secrets__section-title {
    font-size: 1.8em;
  }
  .page-slot-games-high-payout-secrets__section-description {
    font-size: 0.95em;
    margin-bottom: 30px;
  }

  .page-slot-games-high-payout-secrets__features-grid,
  .page-slot-games-high-payout-secrets__strategy-grid,
  .page-slot-games-high-payout-secrets__game-list {
    grid-template-columns: 1fr;
  }
  .page-slot-games-high-payout-secrets__feature-item,
  .page-slot-games-high-payout-secrets__strategy-item,
  .page-slot-games-high-payout-secrets__game-card,
  .page-slot-games-high-payout-secrets__faq-item {
    padding: 20px;
  }

  .page-slot-games-high-payout-secrets__feature-icon,
  .page-slot-games-high-payout-secrets__strategy-image,
  .page-slot-games-high-payout-secrets__game-image,
  .page-slot-games-high-payout-secrets__faq-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-slot-games-high-payout-secrets__video-section {
    padding: 40px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-slot-games-high-payout-secrets__video,
  .page-slot-games-high-payout-secrets__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-slot-games-high-payout-secrets__content-container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-slot-games-high-payout-secrets__cta-footer-buttons {
    flex-direction: column;
    gap: 15px;
  }
}