.page-game-guides-slot-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0A2463; /* Main dark blue background */
}

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

.page-game-guides-slot-strategy__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #0A2463 0%, #1A3E7D 100%); /* Gradient from main to a slightly lighter blue */
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

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

.page-game-guides-slot-strategy__hero-section h1 {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Accent gold for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-game-guides-slot-strategy__hero-section p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-game-guides-slot-strategy__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2; /* Subtle background image */
  z-index: 0;
}

.page-game-guides-slot-strategy__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-game-guides-slot-strategy__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Accent gold for CTA */
  color: #0A2463; /* Dark blue text on gold */
  padding: 15px 30px;
  border-radius: 8px;
  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(0, 0, 0, 0.2);
}

.page-game-guides-slot-strategy__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-2px);
}

.page-game-guides-slot-strategy__cta-button--secondary {
  background-color: #0A2463;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-top: 20px;
}

.page-game-guides-slot-strategy__cta-button--secondary:hover {
  background-color: #1A3E7D;
  color: #FFD700;
  transform: translateY(-2px);
}

.page-game-guides-slot-strategy__content-section {
  padding: 60px 0;
  background-color: #0A2463;
}

.page-game-guides-slot-strategy__article h2 {
  font-size: 2.5em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-game-guides-slot-strategy__article h3 {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-game-guides-slot-strategy__article p {
  margin-bottom: 15px;
  color: #E0E0E0;
  font-size: 1.05em;
}

.page-game-guides-slot-strategy__article ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-game-guides-slot-strategy__article ul li {
  margin-bottom: 8px;
  font-size: 1.05em;
}

.page-game-guides-slot-strategy__article-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-game-guides-slot-strategy__faq-container {
  margin-top: 40px;
}

.page-game-guides-slot-strategy__faq-item {
  background-color: #1A3E7D; /* Slightly lighter blue for FAQ items */
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-game-guides-slot-strategy__faq-item h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-game-guides-slot-strategy__faq-item p {
  color: #CCCCCC;
  margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-game-guides-slot-strategy__hero-section h1 {
    font-size: 2.5em;
  }

  .page-game-guides-slot-strategy__hero-section p {
    font-size: 1em;
  }

  .page-game-guides-slot-strategy__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-game-guides-slot-strategy__article h2 {
    font-size: 2em;
  }

  .page-game-guides-slot-strategy__article h3 {
    font-size: 1.5em;
  }

  .page-game-guides-slot-strategy__content-section {
    padding: 40px 0;
  }

  .page-game-guides-slot-strategy__faq-item {
    padding: 20px;
  }

  .page-game-guides-slot-strategy__faq-item h3 {
    font-size: 1.3em;
  }
}

@media (max-width: 480px) {
  .page-game-guides-slot-strategy__hero-section {
    padding: 60px 15px;
  }

  .page-game-guides-slot-strategy__hero-section h1 {
    font-size: 2em;
  }

  .page-game-guides-slot-strategy__hero-section p {
    font-size: 0.9em;
  }

  .page-game-guides-slot-strategy__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-game-guides-slot-strategy__article h2 {
    font-size: 1.8em;
  }

  .page-game-guides-slot-strategy__article h3 {
    font-size: 1.3em;
  }

  .page-game-guides-slot-strategy__container {
    padding: 0 15px;
  }
}