.page-slots-games-rtp {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark backgrounds */
  background-color: #0A192F; /* Very dark blue for overall page background */
  line-height: 1.6;
}

.page-slots-games-rtp__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-slots-games-rtp__hero {
  background: linear-gradient(135deg, #0D47A1, #001F4F); /* Dark blue gradient */
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF; /* White text on dark blue */
  position: relative;
  overflow: hidden;
}

.page-slots-games-rtp__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:abstract,geometric,dark_blue]'); /* Abstract background pattern */
  background-size: cover;
  opacity: 0.1;
  z-index: 0;
}

.page-slots-games-rtp__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD600; /* Bright gold for main title */
  position: relative;
  z-index: 1;
}

.page-slots-games-rtp__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #F0F0F0; /* Slightly off-white for subtitle */
  position: relative;
  z-index: 1;
}

.page-slots-games-rtp__section {
  padding: 80px 0;
  background-color: #1A2E4E; /* Slightly lighter dark blue for section backgrounds */
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-slots-games-rtp__section:nth-child(even) {
  background-color: #0D223F; /* Alternating dark blue for sections */
}

.page-slots-games-rtp__section-title {
  font-size: 2.5em;
  color: #FFD600; /* Bright gold for section titles */
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.page-slots-games-rtp__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD600;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-slots-games-rtp__content-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}

.page-slots-games-rtp__content-wrapper--reversed {
  flex-direction: row-reverse;
}

.page-slots-games-rtp__text-content {
  flex: 1;
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-slots-games-rtp__text-content h3 {
  font-size: 1.8em;
  color: #FFD600;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-slots-games-rtp__text-content p {
  margin-bottom: 15px;
}

.page-slots-games-rtp__text-content ul,
.page-slots-games-rtp__text-content ol {
  margin-left: 25px;
  margin-bottom: 15px;
}

.page-slots-games-rtp__text-content li {
  margin-bottom: 8px;
}

.page-slots-games-rtp__image-box {
  flex: 1;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.page-slots-games-rtp__image {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
}

.page-slots-games-rtp__image--center {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 2px solid #FFD600;
  padding: 5px;
  border-radius: 10px;
}

.page-slots-games-rtp__image-caption {
  margin-top: 15px;
  font-size: 0.9em;
  color: #B0B0B0;
}

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

.page-slots-games-rtp__btn--primary {
  background-color: #FFD600; /* Bright gold button */
  color: #0D47A1; /* Dark blue text on gold */
  box-shadow: 0 5px 15px rgba(255, 214, 0, 0.4);
}

.page-slots-games-rtp__btn--primary:hover {
  background-color: #FFE54C; /* Lighter gold on hover */
  transform: translateY(-3px);
}

.page-slots-games-rtp__btn--secondary {
  background-color: #0D47A1; /* Dark blue button */  color: #FFD600; /* Bright gold text on dark blue */
  border: 2px solid #FFD600;
}

.page-slots-games-rtp__btn--secondary:hover {
  background-color: #1A5FB2; /* Slightly lighter blue on hover */
  transform: translateY(-3px);
}

.page-slots-games-rtp__link-text {
  color: #FFD600;
  text-decoration: underline;
  font-weight: bold;
}

.page-slots-games-rtp__link-text:hover {
  color: #FFE54C;
}

.page-slots-games-rtp__commitment-text {
  font-style: italic;
  text-align: center;
  margin-top: 20px;
  font-size: 1.2em;
  color: #B0B0B0;
}

.page-slots-games-rtp__tip-list {
  list-style-type: disc;
  margin-left: 40px;
  margin-bottom: 30px;
}

.page-slots-games-rtp__tip-list li {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-slots-games-rtp__cta-banner {
  background: linear-gradient(45deg, #0D47A1, #001F4F);
  padding: 60px 0;
  text-align: center;
  color: #FFFFFF;
  border-top: 5px solid #FFD600;
  border-bottom: 5px solid #FFD600;
  margin-top: 40px;
}

.page-slots-games-rtp__cta-title {
  font-size: 2.8em;
  color: #FFD600;
  margin-bottom: 20px;
}

.page-slots-games-rtp__cta-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #F0F0F0;
}

.page-slots-games-rtp__cta-buttons .page-slots-games-rtp__btn {
  margin: 0 15px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-slots-games-rtp__content-wrapper {
    flex-direction: column;
  }
  .page-slots-games-rtp__content-wrapper--reversed {
    flex-direction: column;
  }
  .page-slots-games-rtp__hero-title {
    font-size: 2.8em;
  }
  .page-slots-games-rtp__hero-subtitle {
    font-size: 1.2em;
  }
  .page-slots-games-rtp__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-slots-games-rtp__hero {
    padding: 80px 0;
  }
  .page-slots-games-rtp__hero-title {
    font-size: 2.2em;
  }
  .page-slots-games-rtp__hero-subtitle {
    font-size: 1em;
  }
  .page-slots-games-rtp__section {
    padding: 60px 0;
  }
  .page-slots-games-rtp__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-slots-games-rtp__text-content,
  .page-slots-games-rtp__image-box {
    flex: none;
    width: 100%;
  }
  .page-slots-games-rtp__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-slots-games-rtp__cta-title {
    font-size: 2.2em;
  }
  .page-slots-games-rtp__cta-description {
    font-size: 1.1em;
  }
  .page-slots-games-rtp__cta-buttons .page-slots-games-rtp__btn {
    margin: 10px 0;
    display: block;
  }
}

@media (max-width: 480px) {
  .page-slots-games-rtp__hero {
    padding: 60px 0;
  }
  .page-slots-games-rtp__hero-title {
    font-size: 1.8em;
  }
  .page-slots-games-rtp__section {
    padding: 40px 0;
  }
  .page-slots-games-rtp__section-title {
    font-size: 1.5em;
  }
  .page-slots-games-rtp__cta-title {
    font-size: 1.8em;
  }
  .page-slots-games-rtp__cta-description {
    font-size: 0.9em;
  }
}