.page-ku68-rankings-high-payout-games {
  font-family: 'Arial', sans-serif;
  color: #F8F8F8; /* Light text for dark background */
  background-color: #0A2239; /* Primary dark background */
}

.page-ku68-rankings-high-payout-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-ku68-rankings-high-payout-games__hero {
  background: linear-gradient(135deg, #0A2239, #2A4A6D);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-ku68-rankings-high-payout-games__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:abstract_pattern,geometric,dark_blue]');
  background-size: cover;
  opacity: 0.1;
  z-index: 0;
}

.page-ku68-rankings-high-payout-games__hero > * {
  position: relative;
  z-index: 1;
}

.page-ku68-rankings-high-payout-games__title {
  font-size: 3.5em;
  color: #E0B400; /* Secondary accent color */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-ku68-rankings-high-payout-games__subtitle {
  font-size: 1.3em;
  color: #CCCCCC;
  max-width: 800px;
  margin: 0 auto 40px auto;
  line-height: 1.6;
}

.page-ku68-rankings-high-payout-games__cta-button {
  display: inline-block;
  background-color: #E0B400; /* Secondary accent color */
  color: #0A2239;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(224, 180, 0, 0.4);
}

.page-ku68-rankings-high-payout-games__cta-button:hover {
  background-color: #F0C410;
  transform: translateY(-3px);
}

.page-ku68-rankings-high-payout-games__section {
  padding: 60px 0;
  text-align: center;
}

.page-ku68-rankings-high-payout-games__section--alt-bg {
  background-color: #1A344A; /* Slightly lighter dark background */
}

.page-ku68-rankings-high-payout-games__heading {
  font-size: 2.5em;
  color: #E0B400;
  margin-bottom: 40px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.page-ku68-rankings-high-payout-games__sub-heading {
  font-size: 1.8em;
  color: #F8F8F8;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-ku68-rankings-high-payout-games__section p {
  font-size: 1.1em;
  line-height: 1.7;
  color: #E0E0E0;
  margin-bottom: 20px;
}

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

.page-ku68-rankings-high-payout-games__feature-item {
  background-color: #1A344A;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease;
  border: 1px solid #E0B400;
}

.page-ku68-rankings-high-payout-games__feature-item:hover {
  transform: translateY(-10px);
}

.page-ku68-rankings-high-payout-games__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(224, 180, 0, 0.7));
}

.page-ku68-rankings-high-payout-games__feature-item p {
  font-size: 1em;
  color: #C0C0C0;
}

.page-ku68-rankings-high-payout-games__content-block {
  text-align: left;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.page-ku68-rankings-high-payout-games__content-block:nth-child(even) {
  flex-direction: row-reverse;
}

.page-ku68-rankings-high-payout-games__content-block h3 {
  width: 100%;
  text-align: left;
  color: #E0B400;
}

.page-ku68-rankings-high-payout-games__content-block p {
  flex: 1;
  min-width: 300px;
  padding-right: 20px;
  text-align: left;
}

.page-ku68-rankings-high-payout-games__content-block:nth-child(even) p {
  padding-right: 0;
  padding-left: 20px;
}

.page-ku68-rankings-high-payout-games__image {
  flex: 0 0 40%;
  max-width: 40%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
}

.page-ku68-rankings-high-payout-games__image:hover {
  transform: scale(1.02);
}

.page-ku68-rankings-high-payout-games__image--right {
  margin-left: 30px;
}

.page-ku68-rankings-high-payout-games__content-block:nth-child(even) .page-ku68-rankings-high-payout-games__image {
  margin-left: 0;
  margin-right: 30px;
}

.page-ku68-rankings-high-payout-games__game-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-ku68-rankings-high-payout-games__game-item {
  background-color: #1A344A;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  text-align: left;
  border: 1px solid #E0B400;
  transition: transform 0.3s ease;
}

.page-ku68-rankings-high-payout-games__game-item:hover {
  transform: translateY(-10px);
}

.page-ku68-rankings-high-payout-games__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}

.page-ku68-rankings-high-payout-games__game-item h3 {
  color: #E0B400;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-ku68-rankings-high-payout-games__game-item p {
  font-size: 1em;
  color: #C0C0C0;
  margin-bottom: 15px;
}

.page-ku68-rankings-high-payout-games__game-item ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-ku68-rankings-high-payout-games__game-item ul li {
  margin-bottom: 8px;
  color: #E0E0E0;
  font-size: 0.95em;
  position: relative;
  padding-left: 20px;
}

.page-ku68-rankings-high-payout-games__game-item ul li::before {
  content: '⚡'; /* Unicode lightning bolt */
  position: absolute;
  left: 0;
  color: #E0B400;
}

.page-ku68-rankings-high-payout-games__game-button {
  display: inline-block;
  background-color: #E0B400;
  color: #0A2239;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-ku68-rankings-high-payout-games__game-button:hover {
  background-color: #F0C410;
  transform: translateY(-2px);
}

.page-ku68-rankings-high-payout-games__strategy-list {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-top: 40px;
}

.page-ku68-rankings-high-payout-games__strategy-list li {
  background-color: #0A2239;
  border-left: 5px solid #E0B400;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-ku68-rankings-high-payout-games__strategy-list li h3 {
  color: #E0B400;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5em;
}

.page-ku68-rankings-high-payout-games__strategy-list li p {
  color: #E0E0E0;
  font-size: 1em;
  line-height: 1.6;
}

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

.page-ku68-rankings-high-payout-games__step-item {
  background-color: #1A344A;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease;
  border: 1px solid #E0B400;
}

.page-ku68-rankings-high-payout-games__step-item:hover {
  transform: translateY(-10px);
}

.page-ku68-rankings-high-payout-games__step-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(224, 180, 0, 0.7));
}

.page-ku68-rankings-high-payout-games__step-item h3 {
  color: #E0B400;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.6em;
}

.page-ku68-rankings-high-payout-games__text-link {
  color: #E0B400;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-ku68-rankings-high-payout-games__text-link:hover {
  color: #F0C410;
  text-decoration: underline;
}

.page-ku68-rankings-high-payout-games__faq {
  margin-top: 40px;
  text-align: left;
}

.page-ku68-rankings-high-payout-games__faq-item {
  background-color: #0A2239;
  padding: 25px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border-left: 4px solid #E0B400;
}

.page-ku68-rankings-high-payout-games__faq-item h3 {
  color: #E0B400;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.4em;
}

.page-ku68-rankings-high-payout-games__faq-item p {
  color: #E0E0E0;
  font-size: 1em;
  line-height: 1.6;
}

.page-ku68-rankings-high-payout-games__cta-banner {
  background: linear-gradient(90deg, #E0B400, #F0C410);
  padding: 60px 0;
  text-align: center;
  color: #0A2239;
}

.page-ku68-rankings-high-payout-games__cta-title {
  font-size: 2.8em;
  color: #0A2239;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
}

.page-ku68-rankings-high-payout-games__cta-description {
  font-size: 1.2em;
  max-width: 700px;
  margin: 0 auto 30px auto;
  line-height: 1.6;
  color: #333;
}

.page-ku68-rankings-high-payout-games__cta-button--large {
  padding: 18px 35px;
  font-size: 1.2em;
  background-color: #0A2239;
  color: #E0B400;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-ku68-rankings-high-payout-games__cta-button--large:hover {
  background-color: #1A344A;
  color: #F0C410;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-ku68-rankings-high-payout-games__title {
    font-size: 2.8em;
  }

  .page-ku68-rankings-high-payout-games__heading {
    font-size: 2em;
  }

  .page-ku68-rankings-high-payout-games__sub-heading {
    font-size: 1.5em;
  }

  .page-ku68-rankings-high-payout-games__content-block {
    flex-direction: column;
  }

  .page-ku68-rankings-high-payout-games__content-block p,
  .page-ku68-rankings-high-payout-games__content-block:nth-child(even) p {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .page-ku68-rankings-high-payout-games__image,
  .page-ku68-rankings-high-payout-games__image--right,
  .page-ku68-rankings-high-payout-games__content-block:nth-child(even) .page-ku68-rankings-high-payout-games__image {
    max-width: 80%;
    margin: 30px auto 0 auto;
  }

  .page-ku68-rankings-high-payout-games__game-item {
    text-align: center;
  }

  .page-ku68-rankings-high-payout-games__game-item ul {
    text-align: left;
  }

  .page-ku68-rankings-high-payout-games__cta-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-ku68-rankings-high-payout-games__hero {
    padding: 80px 0;
  }

  .page-ku68-rankings-high-payout-games__title {
    font-size: 2.2em;
  }

  .page-ku68-rankings-high-payout-games__subtitle {
    font-size: 1.1em;
  }

  .page-ku68-rankings-high-payout-games__heading {
    font-size: 1.8em;
  }

  .page-ku68-rankings-high-payout-games__sub-heading {
    font-size: 1.3em;
  }

  .page-ku68-rankings-high-payout-games__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-ku68-rankings-high-payout-games__feature-grid, 
  .page-ku68-rankings-high-payout-games__game-list, 
  .page-ku68-rankings-high-payout-games__steps-grid {
    grid-template-columns: 1fr;
  }

  .page-ku68-rankings-high-payout-games__cta-title {
    font-size: 1.8em;
  }

  .page-ku68-rankings-high-payout-games__cta-description {
    font-size: 1em;
  }

  .page-ku68-rankings-high-payout-games__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  .page-ku68-rankings-high-payout-games__feature-item,
  .page-ku68-rankings-high-payout-games__game-item,
  .page-ku68-rankings-high-payout-games__step-item {
    padding: 20px;
  }

  .page-ku68-rankings-high-payout-games__strategy-list li,
  .page-ku68-rankings-high-payout-games__faq-item {
    padding: 20px;
  }
}