/* style/game-guides-roulette-systems.css */
.page-game-guides-roulette-systems {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

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

.page-game-guides-roulette-systems__hero-section {
  background: linear-gradient(135deg, #003366, #FFCC00);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 350px;
}

.page-game-guides-roulette-systems__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff; /* Ensure high contrast */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-game-guides-roulette-systems__subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff; /* Ensure high contrast */
}

.page-game-guides-roulette-systems__cta-button {
  display: inline-block;
  background-color: #FFCC00; /* Auxiliary color */
  color: #003366; /* Main color for text on auxiliary background */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

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

.page-game-guides-roulette-systems__cta-button--large {
  padding: 20px 40px;
  font-size: 1.3em;
}

.page-game-guides-roulette-systems__secondary-button {
  display: inline-block;
  background-color: #003366; /* Main color */
  color: #ffffff; /* White text on dark blue */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 2px solid #FFCC00; /* Gold border */
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-left: 15px;
}

.page-game-guides-roulette-systems__secondary-button:hover {
  background-color: #004080; /* Slightly lighter blue */
  transform: translateY(-2px);
}

.page-game-guides-roulette-systems__content-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-game-guides-roulette-systems__section-title {
  font-size: 2.5em;
  color: #003366; /* Main color */
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-game-guides-roulette-systems__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFCC00; /* Auxiliary color */
  border-radius: 2px;
}

.page-game-guides-roulette-systems__highlight {
  color: #003366;
  font-weight: bold;
}

.page-game-guides-roulette-systems p {
  margin-bottom: 15px;
  color: #333;
  font-size: 1.1em;
}

.page-game-guides-roulette-systems__strategy-card {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-left: 5px solid #FFCC00;
}

.page-game-guides-roulette-systems__strategy-title {
  font-size: 1.8em;
  color: #003366; /* Main color */
  margin-top: 0;
  margin-bottom: 20px;
}

.page-game-guides-roulette-systems__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 30px;
  color: #333;
}

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

.page-game-guides-roulette-systems__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-game-guides-roulette-systems__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.page-game-guides-roulette-systems__image-caption {
  font-style: italic;
  color: #666;
  margin-top: 10px;
  font-size: 0.95em;
}

.page-game-guides-roulette-systems__cta-block {
  background-color: #003366;
  color: #ffffff;
  padding: 50px;
  border-radius: 10px;
  text-align: center;
  margin: 50px 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
}

.page-game-guides-roulette-systems__cta-heading {
  font-size: 2.2em;
  margin-bottom: 20px;
  color: #FFCC00; /* Auxiliary color for emphasis */
}

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

.page-game-guides-roulette-systems__faq-container {
  margin-top: 40px;
}

.page-game-guides-roulette-systems__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-game-guides-roulette-systems__faq-question {
  width: 100%;
  background-color: #003366;
  color: #ffffff;
  padding: 18px 25px;
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
  border: none;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s ease;
  position: relative;
}

.page-game-guides-roulette-systems__faq-question::after {
  content: '+';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-game-guides-roulette-systems__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-game-guides-roulette-systems__faq-question:hover {
  background-color: #004080;
}

.page-game-guides-roulette-systems__faq-answer {
  padding: 0 25px;
  background-color: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.page-game-guides-roulette-systems__faq-answer p {
  padding: 15px 0;
  margin: 0;
  color: #444;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-game-guides-roulette-systems__main-title {
    font-size: 2.5em;
  }

  .page-game-guides-roulette-systems__subtitle {
    font-size: 1em;
  }

  .page-game-guides-roulette-systems__section-title {
    font-size: 2em;
  }

  .page-game-guides-roulette-systems__strategy-title {
    font-size: 1.5em;
  }

  .page-game-guides-roulette-systems__cta-button, .page-game-guides-roulette-systems__secondary-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  
  .page-game-guides-roulette-systems__button-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-game-guides-roulette-systems__secondary-button {
    margin-left: 0;
  }

  .page-game-guides-roulette-systems__cta-heading {
    font-size: 1.8em;
  }

  .page-game-guides-roulette-systems__hero-section {
    padding: 60px 0;
  }

  .page-game-guides-roulette-systems__content-section {
    padding: 40px 0;
  }
  
  .page-game-guides-roulette-systems__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  
  .page-game-guides-roulette-systems__faq-question::after {
    right: 20px;
  }
}

@media (max-width: 480px) {
  .page-game-guides-roulette-systems__main-title {
    font-size: 2em;
  }

  .page-game-guides-roulette-systems__section-title {
    font-size: 1.8em;
  }

  .page-game-guides-roulette-systems__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}