.page-slot-games-high-payout-strategy {
  font-family: 'Arial', sans-serif;
  color: #f0f0f0; /* Body background is dark (var(--black-color)), so text should be light */
  line-height: 1.6;
}

.page-slot-games-high-payout-strategy__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* body handles --header-offset */
  background-color: #0d0d0d;
  overflow: hidden;
}

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

.page-slot-games-high-payout-strategy__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Slightly darken image for text readability */
}

.page-slot-games-high-payout-strategy__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  color: #ffffff;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4); /* Semi-transparent background for text on image */
  border-radius: 8px;
}

.page-slot-games-high-payout-strategy__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.2;
}

.page-slot-games-high-payout-strategy__lead-text {
  font-size: clamp(1rem, 2vw, 1.2rem);
  margin-bottom: 30px;
  color: #f0f0f0;
}

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

.page-slot-games-high-payout-strategy__btn-primary,
.page-slot-games-high-payout-strategy__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-slot-games-high-payout-strategy__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-slot-games-high-payout-strategy__btn-primary:hover {
  background-color: #1a7fb3;
  border-color: #1a7fb3;
}

.page-slot-games-high-payout-strategy__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-slot-games-high-payout-strategy__btn-secondary:hover {
  background-color: #f0f0f0;
  color: #1a7fb3;
  border-color: #1a7fb3;
}

.page-slot-games-high-payout-strategy__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #ffffff; /* Light background for content */
  color: #333333; /* Dark text for light background */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin-top: -40px;
  position: relative;
  z-index: 2;
}

.page-slot-games-high-payout-strategy__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: #26A9E0;
  margin-bottom: 30px;
  text-align: center;
}

.page-slot-games-high-payout-strategy__section-title--light {
  color: #ffffff;
}

.page-slot-games-high-payout-strategy__sub-title {
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 600;
  color: #26A9E0;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-slot-games-high-payout-strategy__paragraph {
  font-size: 1.1rem;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #333333;
}

.page-slot-games-high-payout-strategy__paragraph--light {
  color: #f0f0f0;
}

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

.page-slot-games-high-payout-strategy__feature-card {
  background-color: #f5f5f5;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
  color: #333333;
}

.page-slot-games-high-payout-strategy__feature-card:hover {
  transform: translateY(-5px);
}

.page-slot-games-high-payout-strategy__card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-slot-games-high-payout-strategy__card-text {
  font-size: 1rem;
  color: #555555;
}

.page-slot-games-high-payout-strategy__image-container {
  text-align: center;
  margin: 40px 0;
}

.page-slot-games-high-payout-strategy__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: block; /* Ensure it behaves as a block element */
  margin: 0 auto;
  width: 800px; /* Default width for desktop */
  height: 600px; /* Default height for desktop */
}

.page-slot-games-high-payout-strategy__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #333333;
}

.page-slot-games-high-payout-strategy__list-item {
  margin-bottom: 10px;
  font-size: 1.1rem;
  line-height: 1.7;
}

.page-slot-games-high-payout-strategy__sub-list {
  list-style: circle;
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #333333;
}

.page-slot-games-high-payout-strategy__sub-list-item {
  margin-bottom: 5px;
  font-size: 1rem;
  line-height: 1.6;
}

.page-slot-games-high-payout-strategy__faq-section {
  background-color: #26A9E0; /* Brand color background for dark section */
  padding: 60px 20px;
  color: #ffffff;
  text-align: center;
}

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

.page-slot-games-high-payout-strategy__faq-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-slot-games-high-payout-strategy__faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  user-select: none;
}

.page-slot-games-high-payout-strategy__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-slot-games-high-payout-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.page-slot-games-high-payout-strategy__faq-qtext {
  flex-grow: 1;
  pointer-events: none; /* Prevent text selection interfering with toggle */
}

.page-slot-games-high-payout-strategy__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
  pointer-events: none; /* Prevent toggle icon interfering with summary click */
}

.page-slot-games-high-payout-strategy__faq-item[open] .page-slot-games-high-payout-strategy__faq-toggle {
  transform: rotate(45deg);
}

.page-slot-games-high-payout-strategy__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1rem;
  color: #f0f0f0;
  line-height: 1.7;
}

.page-slot-games-high-payout-strategy__faq-answer p {
  color: #f0f0f0;
  margin-bottom: 10px;
}

.page-slot-games-high-payout-strategy__cta-section {
  background-color: #0d0d0d;
  padding: 80px 20px;
  text-align: center;
  color: #ffffff;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-slot-games-high-payout-strategy__hero-content {
    padding: 15px;
  }

  .page-slot-games-high-payout-strategy__main-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }

  .page-slot-games-high-payout-strategy__lead-text {
    font-size: clamp(0.9rem, 2.5vw, 1.1rem);
  }

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

@media (max-width: 768px) {
  .page-slot-games-high-payout-strategy {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-slot-games-high-payout-strategy__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important; /* body handles --header-offset */
  }

  .page-slot-games-high-payout-strategy__hero-content {
    max-width: 100%;
    padding: 15px;
  }

  .page-slot-games-high-payout-strategy__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }

  .page-slot-games-high-payout-strategy__lead-text {
    font-size: clamp(0.9rem, 3vw, 1rem);
  }

  .page-slot-games-high-payout-strategy__cta-buttons {
    flex-direction: column;
    gap: 10px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-slot-games-high-payout-strategy__btn-primary,
  .page-slot-games-high-payout-strategy__btn-secondary,
  .page-slot-games-high-payout-strategy a[class*="button"],
  .page-slot-games-high-payout-strategy a[class*="btn"] {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-slot-games-high-payout-strategy__content-area {
    padding: 30px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-slot-games-high-payout-strategy__section-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
    margin-bottom: 20px;
  }

  .page-slot-games-high-payout-strategy__sub-title {
    font-size: clamp(1.2rem, 4vw, 1.6rem);
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-slot-games-high-payout-strategy__paragraph,
  .page-slot-games-high-payout-strategy__list-item,
  .page-slot-games-high-payout-strategy__sub-list-item {
    font-size: 1rem;
  }

  .page-slot-games-high-payout-strategy__feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-slot-games-high-payout-strategy__feature-card {
    padding: 20px;
  }

  .page-slot-games-high-payout-strategy__card-title {
    font-size: 1.3rem;
  }

  .page-slot-games-high-payout-strategy__content-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

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

  .page-slot-games-high-payout-strategy__faq-section {
    padding: 40px 15px;
  }

  .page-slot-games-high-payout-strategy__faq-item summary {
    font-size: 1.1rem;
    padding: 15px;
  }

  .page-slot-games-high-payout-strategy__faq-answer {
    padding: 0 15px 15px 15px;
  }

  .page-slot-games-high-payout-strategy__cta-section {
    padding: 50px 15px;
  }
}

@media (max-width: 480px) {
  .page-slot-games-high-payout-strategy__main-title {
    font-size: clamp(1.6rem, 8vw, 2.2rem);
  }

  .page-slot-games-high-payout-strategy__lead-text {
    font-size: 0.9rem;
  }
}