.page-betting-strategies-slots-strategy {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text */
  background-color: #1A1A2E; /* Dark background for professional feel */
}

.page-betting-strategies-slots-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-betting-strategies-slots-strategy__hero-section {
  background: linear-gradient(135deg, #0A2342, #1A1A2E);
  padding: 100px 0;
  text-align: center;
  color: #FFD700; /* Gold for hero text */
  position: relative;
  overflow: hidden;
}

.page-betting-strategies-slots-strategy__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:slots,abstract,pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-betting-strategies-slots-strategy__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  position: relative;
  z-index: 1;
  line-height: 1.2;
}

.page-betting-strategies-slots-strategy__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #E0E0E0;
  position: relative;
  z-index: 1;
}

.page-betting-strategies-slots-strategy__hero-cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #0A2342; /* Dark blue text */
  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;
  position: relative;
  z-index: 1;
}

.page-betting-strategies-slots-strategy__hero-cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-betting-strategies-slots-strategy__content-section {
  padding: 60px 0;
  background-color: #1A1A2E;
}

.page-betting-strategies-slots-strategy__section-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

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

.page-betting-strategies-slots-strategy__sub-section-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #0A2342;
  padding-left: 15px;
}

.page-betting-strategies-slots-strategy__paragraph {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-betting-strategies-slots-strategy__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #E0E0E0;
}

.page-betting-strategies-slots-strategy__list li {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 10px;
}

.page-betting-strategies-slots-strategy__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-betting-strategies-slots-strategy__faq-container {
  margin-top: 40px;
}

.page-betting-strategies-slots-strategy__faq-item {
  background-color: #0A2342;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px 25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-betting-strategies-slots-strategy__faq-item:hover {
  background-color: #1a3a5e;
}

.page-betting-strategies-slots-strategy__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-betting-strategies-slots-strategy__faq-answer {
  font-size: 1.0em;
  color: #CCCCCC;
  line-height: 1.6;
  display: none; /* Hidden by default, toggled by JS */
}

.page-betting-strategies-slots-strategy__faq-item.active .page-betting-strategies-slots-strategy__faq-answer {
  display: block;
}

.page-betting-strategies-slots-strategy__cta-card {
  background: linear-gradient(90deg, #0A2342, #1A1A2E);
  padding: 50px;
  border-radius: 10px;
  text-align: center;
  margin-top: 60px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.page-betting-strategies-slots-strategy__cta-title {
  font-size: 2.2em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-betting-strategies-slots-strategy__cta-description {
  font-size: 1.2em;
  color: #E0E0E0;
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-betting-strategies-slots-strategy__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-betting-strategies-slots-strategy__cta-button {
  background-color: #FFD700;
  color: #0A2342;
  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;
  white-space: nowrap;
}

.page-betting-strategies-slots-strategy__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-betting-strategies-slots-strategy__cta-button--secondary {
  background-color: #0A2342;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-betting-strategies-slots-strategy__cta-button--secondary:hover {
  background-color: #1a3a5e;
  border-color: #e6c200;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-betting-strategies-slots-strategy__hero-title {
    font-size: 2.5em;
  }

  .page-betting-strategies-slots-strategy__hero-subtitle {
    font-size: 1em;
  }

  .page-betting-strategies-slots-strategy__section-title {
    font-size: 2em;
  }

  .page-betting-strategies-slots-strategy__sub-section-title {
    font-size: 1.5em;
  }

  .page-betting-strategies-slots-strategy__paragraph,
  .page-betting-strategies-slots-strategy__list li,
  .page-betting-strategies-slots-strategy__faq-question,
  .page-betting-strategies-slots-strategy__faq-answer {
    font-size: 0.95em;
  }

  .page-betting-strategies-slots-strategy__cta-card {
    padding: 30px;
  }

  .page-betting-strategies-slots-strategy__cta-title {
    font-size: 1.8em;
  }

  .page-betting-strategies-slots-strategy__cta-description {
    font-size: 1em;
  }

  .page-betting-strategies-slots-strategy__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-betting-strategies-slots-strategy__cta-button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .page-betting-strategies-slots-strategy__hero-title {
    font-size: 2em;
  }

  .page-betting-strategies-slots-strategy__hero-subtitle {
    font-size: 0.9em;
  }

  .page-betting-strategies-slots-strategy__hero-cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-betting-strategies-slots-strategy__section-title {
    font-size: 1.8em;
  }

  .page-betting-strategies-slots-strategy__sub-section-title {
    font-size: 1.3em;
  }

  .page-betting-strategies-slots-strategy__cta-title {
    font-size: 1.5em;
  }
}