.page-e-games-jackpot-and-payouts {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0;
  background-color: #1A2A3A;
  line-height: 1.6;
}

.page-e-games-jackpot-and-payouts__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-e-games-jackpot-and-payouts__section {
  padding: 60px 0;
  text-align: center;
}

.page-e-games-jackpot-and-payouts__section-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-e-games-jackpot-and-payouts__section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #B0B0B0;
}

.page-e-games-jackpot-and-payouts__content-block {
  background-color: #2A3B4C;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  text-align: left;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-e-games-jackpot-and-payouts__content-subtitle {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-e-games-jackpot-and-payouts__content-block p,
.page-e-games-jackpot-and-payouts__content-block ul {
  color: #D0D0D0;
  font-size: 1em;
}

.page-e-games-jackpot-and-payouts__content-block ul {
  list-style-type: disc;
  margin-left: 25px;
  padding-left: 0;
}

.page-e-games-jackpot-and-payouts__content-block ul li {
  margin-bottom: 10px;
}

.page-e-games-jackpot-and-payouts__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #1A2A3A 0%, #3A4A5A 100%);
  color: #E0E0E0;
  position: relative;
  overflow: hidden;
}

.page-e-games-jackpot-and-payouts__hero-content {
  max-width: 800px;
  text-align: center;
  z-index: 2;
}

.page-e-games-jackpot-and-payouts__hero-title {
  font-size: 3.8em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.1;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.page-e-games-jackpot-and-payouts__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #C0C0C0;
}

.page-e-games-jackpot-and-payouts__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 1;
  overflow: hidden;
}

.page-e-games-jackpot-and-payouts__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(50%) blur(5px);
  transform: scale(1.1);
}

.page-e-games-jackpot-and-payouts__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  text-align: center;
}

.page-e-games-jackpot-and-payouts__btn--primary {
  background-color: #FFD700;
  color: #1A2A3A;
  border: 2px solid #FFD700;
}

.page-e-games-jackpot-and-payouts__btn--primary:hover {
  background-color: #E0B500;
  border-color: #E0B500;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-e-games-jackpot-and-payouts__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-top: 20px;
}

.page-e-games-jackpot-and-payouts__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A2A3A;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-e-games-jackpot-and-payouts__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-e-games-jackpot-and-payouts__image--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-e-games-jackpot-and-payouts__image--left {
  float: left;
  margin-right: 25px;
  margin-bottom: 15px;
  max-width: 40%;
}

.page-e-games-jackpot-and-payouts__image--right {
  float: right;
  margin-left: 25px;
  margin-bottom: 15px;
  max-width: 40%;
}

.page-e-games-jackpot-and-payouts__rtp .page-e-games-jackpot-and-payouts__content-block:nth-child(2) {
  overflow: hidden; /* Clear floats */
}

.page-e-games-jackpot-and-payouts__payout-mechanics .page-e-games-jackpot-and-payouts__content-block:nth-child(4) {
  overflow: hidden; /* Clear floats */
}

.page-e-games-jackpot-and-payouts__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-e-games-jackpot-and-payouts__feature-item {
  background-color: #2A3B4C;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: left;
}

.page-e-games-jackpot-and-payouts__feature-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-e-games-jackpot-and-payouts__feature-item p {
  color: #D0D0D0;
  font-size: 0.95em;
}

.page-e-games-jackpot-and-payouts__cta-banner {
  background-color: #FFD700;
  padding: 60px 20px;
  text-align: center;
  color: #1A2A3A;
  position: relative;
  overflow: hidden;
}

.page-e-games-jackpot-and-payouts__cta-content {
  position: relative;
  z-index: 2;
}

.page-e-games-jackpot-and-payouts__cta-title {
  font-size: 3em;
  color: #1A2A3A;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-e-games-jackpot-and-payouts__cta-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #333;
}

.page-e-games-jackpot-and-payouts__cta-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
  z-index: 1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-e-games-jackpot-and-payouts__hero-title {
    font-size: 2.5em;
  }
  .page-e-games-jackpot-and-payouts__hero-description {
    font-size: 1.1em;
  }
  .page-e-games-jackpot-and-payouts__section-title {
    font-size: 2em;
  }
  .page-e-games-jackpot-and-payouts__content-subtitle {
    font-size: 1.5em;
  }
  .page-e-games-jackpot-and-payouts__image--left,
  .page-e-games-jackpot-and-payouts__image--right {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    display: block;
  }
  .page-e-games-jackpot-and-payouts__cta-title {
    font-size: 2.2em;
  }
}

@media (max-width: 480px) {
  .page-e-games-jackpot-and-payouts__hero-title {
    font-size: 1.8em;
  }
  .page-e-games-jackpot-and-payouts__hero-description {
    font-size: 1em;
  }
  .page-e-games-jackpot-and-payouts__section-title {
    font-size: 1.8em;
  }
  .page-e-games-jackpot-and-payouts__content-subtitle {
    font-size: 1.3em;
  }
  .page-e-games-jackpot-and-payouts__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-e-games-jackpot-and-payouts__features-grid {
    grid-template-columns: 1fr;
  }
  .page-e-games-jackpot-and-payouts__cta-title {
    font-size: 1.8em;
  }
}