/* style/game-guides-roulette-systems.css */

.page-game-guides-roulette-systems {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light grey for general text on dark background */
  background-color: #0F1D3B; /* Darker background for contrast */
  line-height: 1.6;
}

.page-game-guides-roulette-systems__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-guides-roulette-systems__hero {
  background: linear-gradient(135deg, #1A2B5B, #0F1D3B); /* Primary to darker blue */
  color: #FFFFFF;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-game-guides-roulette-systems__hero-content {
  z-index: 1;
  max-width: 800px;
}

.page-game-guides-roulette-systems__title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-weight: bold;
}

.page-game-guides-roulette-systems__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #D3D3D3;
}

.page-game-guides-roulette-systems__hero-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: auto;
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
}

@media (max-width: 768px) {
  .page-game-guides-roulette-systems__hero-image {
    width: 70%;
    opacity: 0.2;
  }
  .page-game-guides-roulette-systems__title {
    font-size: 2.5em;
  }
  .page-game-guides-roulette-systems__subtitle {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-game-guides-roulette-systems__hero-image {
    width: 90%;
    opacity: 0.15;
  }
  .page-game-guides-roulette-systems__title {
    font-size: 2em;
  }
  .page-game-guides-roulette-systems__subtitle {
    font-size: 1em;
  }
}

.page-game-guides-roulette-systems__section {
  padding: 60px 0;
  background-color: #1A2B5B; /* Primary dark blue */
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-game-guides-roulette-systems__section:nth-of-type(even) {
  background-color: #122144; /* Slightly lighter dark blue for alternating sections */
}

.page-game-guides-roulette-systems__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold accent */
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-game-guides-roulette-systems__section h3 {
  font-size: 1.8em;
  color: #FFFFFF;
  margin-top: 40px;
  margin-bottom: 15px;
}

.page-game-guides-roulette-systems__section p {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-game-guides-roulette-systems__section ul,
.page-game-guides-roulette-systems__section ol {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-game-guides-roulette-systems__section ol {
  list-style-type: decimal;
}

.page-game-guides-roulette-systems__section li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-game-guides-roulette-systems__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold */
  color: #1A2B5B; /* Dark blue for text on gold */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: 20px;
  border: none;
  cursor: pointer;
}

.page-game-guides-roulette-systems__cta-button:hover {
  background-color: #E5C100; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-game-guides-roulette-systems__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-game-guides-roulette-systems__button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-game-guides-roulette-systems__cta-button--secondary {
  background-color: #1A2B5B;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-game-guides-roulette-systems__cta-button--secondary:hover {
  background-color: #0F1D3B;
  color: #FFD700;
  transform: translateY(-3px);
}

.highlight {
  color: #FFD700;
  font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-game-guides-roulette-systems__section-title {
    font-size: 2em;
  }
  .page-game-guides-roulette-systems__section h3 {
    font-size: 1.5em;
  }
  .page-game-guides-roulette-systems__section p,
  .page-game-guides-roulette-systems__section li {
    font-size: 1em;
  }
  .page-game-guides-roulette-systems__cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-game-guides-roulette-systems__section {
    padding: 40px 0;
  }
  .page-game-guides-roulette-systems__section-title {
    font-size: 1.8em;
  }
  .page-game-guides-roulette-systems__section h3 {
    font-size: 1.3em;
  }
  .page-game-guides-roulette-systems__cta-button {
    width: 100%;
    text-align: center;
  }
  .page-game-guides-roulette-systems__button-group {
    flex-direction: column;
  }
}