.page-resources-slot-machine-high-payout-strategy {
  font-family: 'Arial', sans-serif;
  color: #e0e0e0; /* Light grey for general text on dark background */
  background-color: #0A1931; /* Main dark blue background */
  line-height: 1.6;
}

.page-resources-slot-machine-high-payout-strategy a {
  color: #FFD700; /* Gold for links */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-slot-machine-high-payout-strategy a:hover {
  color: #e6c200; /* Slightly darker gold on hover */
}

.page-resources-slot-machine-high-payout-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-slot-machine-high-payout-strategy__hero-section {
  background: linear-gradient(135deg, #0A1931 0%, #301934 100%); /* Dark blue to a slightly purple-ish dark */
  padding: 100px 0;
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.page-resources-slot-machine-high-payout-strategy__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,dark_pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-slot-machine-high-payout-strategy__hero-section .page-resources-slot-machine-high-payout-strategy__container {
  position: relative;
  z-index: 1;
}

.page-resources-slot-machine-high-payout-strategy__main-title {
  font-size: 3.5em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-slot-machine-high-payout-strategy__subtitle {
  font-size: 1.4em;
  color: #f0f0f0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-slot-machine-high-payout-strategy__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold CTA button */
  color: #0A1931; /* Dark blue text on gold button */
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-slot-machine-high-payout-strategy__cta-button:hover {
  background-color: #e6c200; /* Darker gold on hover */
  transform: translateY(-3px);
}

.page-resources-slot-machine-high-payout-strategy__cta-button--secondary {
  background-color: #0A1931;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 20px;
}

.page-resources-slot-machine-high-payout-strategy__cta-button--secondary:hover {
  background-color: #1a3050;
  color: #FFD700;
  border-color: #e6c200;
}

.page-resources-slot-machine-high-payout-strategy__content-section {
  padding: 60px 0;
  background-color: #0A1931;
}

.page-resources-slot-machine-high-payout-strategy__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.page-resources-slot-machine-high-payout-strategy__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-resources-slot-machine-high-payout-strategy__sub-section-title {
  font-size: 1.8em;
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-resources-slot-machine-high-payout-strategy p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #e0e0e0;
}

.page-resources-slot-machine-high-payout-strategy__list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-resources-slot-machine-high-payout-strategy__list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #e0e0e0;
}

.page-resources-slot-machine-high-payout-strategy__list li::before {
  content: '✔';
  color: #FFD700;
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1;
}

.page-resources-slot-machine-high-payout-strategy__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-slot-machine-high-payout-strategy__cta-group {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-slot-machine-high-payout-strategy__main-title {
    font-size: 2.5em;
  }

  .page-resources-slot-machine-high-payout-strategy__subtitle {
    font-size: 1.2em;
  }

  .page-resources-slot-machine-high-payout-strategy__section-title {
    font-size: 2em;
  }

  .page-resources-slot-machine-high-payout-strategy__sub-section-title {
    font-size: 1.5em;
  }

  .page-resources-slot-machine-high-payout-strategy__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-slot-machine-high-payout-strategy__cta-button--secondary {
    margin-left: 0;
    margin-top: 15px;
  }

  .page-resources-slot-machine-high-payout-strategy__cta-group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .page-resources-slot-machine-high-payout-strategy__main-title {
    font-size: 2em;
  }

  .page-resources-slot-machine-high-payout-strategy__subtitle {
    font-size: 1em;
  }

  .page-resources-slot-machine-high-payout-strategy__section-title {
    font-size: 1.8em;
  }

  .page-resources-slot-machine-high-payout-strategy__sub-section-title {
    font-size: 1.3em;
  }
}