.page-slot-games-jackpot-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: var(--dark-bg-1);
  /* Ensure main content text is light on dark body background */
  color: #f0f0f0;
}

.page-slot-games-jackpot-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-slot-games-jackpot-strategy__section-title {
  font-size: 2.5em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-slot-games-jackpot-strategy__sub-title {
  font-size: 1.8em;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-slot-games-jackpot-strategy__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-slot-games-jackpot-strategy__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-slot-games-jackpot-strategy__list li {
  margin-bottom: 10px;
}

/* Hero Section */
.page-slot-games-jackpot-strategy__hero-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Fixed header spacing */
  min-height: 70vh;
  background-color: #017439; /* Primary brand color for dark section */
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.page-slot-games-jackpot-strategy__hero-content {
  flex: 1;
  max-width: 600px;
  z-index: 1;
  text-align: left;
  padding-right: 40px;
}

.page-slot-games-jackpot-strategy__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
}

.page-slot-games-jackpot-strategy__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-slot-games-jackpot-strategy__hero-cta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-slot-games-jackpot-strategy__hero-image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  min-width: 400px;
}

.page-slot-games-jackpot-strategy__hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  max-width: 800px;
}

/* Buttons */
.page-slot-games-jackpot-strategy__btn-primary,
.page-slot-games-jackpot-strategy__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%; /* Ensure responsiveness */
  white-space: normal;
  word-wrap: break-word;
}

.page-slot-games-jackpot-strategy__btn-primary {
  background-color: #C30808; /* Custom Register/Login color */
  color: #ffffff; /* Adjusted for contrast */
  border: 2px solid #C30808;
}

.page-slot-games-jackpot-strategy__btn-primary:hover {
  background-color: #a30606;
  border-color: #a30606;
  transform: translateY(-2px);
}

.page-slot-games-jackpot-strategy__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-slot-games-jackpot-strategy__btn-secondary:hover {
  background-color: #ffffff;
  color: #017439;
  transform: translateY(-2px);
}

/* Content Sections */
.page-slot-games-jackpot-strategy__introduction-section,
.page-slot-games-jackpot-strategy__strategies-section,
.page-slot-games-jackpot-strategy__mistakes-section,
.page-slot-games-jackpot-strategy__faq-section {
  padding: 80px 0;
  background-color: #FFFFFF; /* Light background for these sections */
  color: #333333; /* Dark text on light background */
}

.page-slot-games-jackpot-strategy__introduction-section .page-slot-games-jackpot-strategy__section-title,
.page-slot-games-jackpot-strategy__strategies-section .page-slot-games-jackpot-strategy__section-title,
.page-slot-games-jackpot-strategy__mistakes-section .page-slot-games-jackpot-strategy__section-title,
.page-slot-games-jackpot-strategy__faq-section .page-slot-games-jackpot-strategy__section-title {
  color: #017439;
  text-shadow: none;
}

.page-slot-games-jackpot-strategy__introduction-section .page-slot-games-jackpot-strategy__paragraph,
.page-slot-games-jackpot-strategy__strategies-section .page-slot-games-jackpot-strategy__paragraph,
.page-slot-games-jackpot-strategy__mistakes-section .page-slot-games-jackpot-strategy__paragraph,
.page-slot-games-jackpot-strategy__faq-section .page-slot-games-jackpot-strategy__paragraph {
  color: #333333;
}

.page-slot-games-jackpot-strategy__introduction-section .page-slot-games-jackpot-strategy__list li,
.page-slot-games-jackpot-strategy__strategies-section .page-slot-games-jackpot-strategy__list li,
.page-slot-games-jackpot-strategy__mistakes-section .page-slot-games-jackpot-strategy__list li,
.page-slot-games-jackpot-strategy__faq-section .page-slot-games-jackpot-strategy__list li {
  color: #333333;
}

.page-slot-games-jackpot-strategy__factors-section,
.page-slot-games-jackpot-strategy__expert-advice-section,
.page-slot-games-jackpot-strategy__conclusion-section {
  padding: 80px 0;
  background-color: #017439; /* Primary brand color for dark sections */
  color: #ffffff;
}

.page-slot-games-jackpot-strategy__content-image {
  display: block;
  margin: 40px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  min-width: 200px; /* Minimum size requirement */
  min-height: 200px; /* Minimum size requirement */
}

/* Grid for factors section */
.page-slot-games-jackpot-strategy__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-slot-games-jackpot-strategy__card {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  text-align: left;
}

.page-slot-games-jackpot-strategy__card-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #FFFF00; /* Custom font color for register/login, used here for emphasis */
  font-weight: bold;
}

.page-slot-games-jackpot-strategy__card-text {
  font-size: 1em;
  color: #f0f0f0;
}

/* CTA Section within content */
.page-slot-games-jackpot-strategy__cta-section {
  text-align: center;
  margin-top: 60px;
  padding: 40px;
  background-color: #f5f5f5; /* Light background for CTA */
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: #333333;
}

.page-slot-games-jackpot-strategy__cta-section .page-slot-games-jackpot-strategy__cta-text {
  font-size: 1.5em;
  margin-bottom: 30px;
  font-weight: bold;
  color: #017439;
}

.page-slot-games-jackpot-strategy__cta-final {
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-slot-games-jackpot-strategy__cta-final .page-slot-games-jackpot-strategy__btn-primary,
.page-slot-games-jackpot-strategy__cta-final .page-slot-games-jackpot-strategy__btn-secondary {
  min-width: 200px;
}

/* FAQ Section */
.page-slot-games-jackpot-strategy__faq-list {
  margin-top: 30px;
}

.page-slot-games-jackpot-strategy__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-slot-games-jackpot-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1em;
  color: #017439;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}

.page-slot-games-jackpot-strategy__faq-question:hover {
  background-color: #f0f0f0;
}

.page-slot-games-jackpot-strategy__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-slot-games-jackpot-strategy__faq-item.active .page-slot-games-jackpot-strategy__faq-toggle {
  transform: rotate(45deg);
}

.page-slot-games-jackpot-strategy__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: #f9f9f9;
  color: #333333;
}

.page-slot-games-jackpot-strategy__faq-item.active .page-slot-games-jackpot-strategy__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 20px;
}

.page-slot-games-jackpot-strategy__faq-answer p {
  margin-bottom: 0;
  font-size: 1em;
  color: #333333;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-slot-games-jackpot-strategy__hero-section {
    flex-direction: column;
    text-align: center;
  }

  .page-slot-games-jackpot-strategy__hero-content {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .page-slot-games-jackpot-strategy__hero-title {
    font-size: 2.8em;
  }

  .page-slot-games-jackpot-strategy__hero-description {
    font-size: 1.1em;
  }

  .page-slot-games-jackpot-strategy__hero-image-wrapper {
    min-width: unset;
  }

  .page-slot-games-jackpot-strategy__section-title {
    font-size: 2em;
  }

  .page-slot-games-jackpot-strategy__sub-title {
    font-size: 1.5em;
  }

  .page-slot-games-jackpot-strategy__paragraph {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-slot-games-jackpot-strategy {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-slot-games-jackpot-strategy__hero-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-slot-games-jackpot-strategy__hero-title {
    font-size: 2.2em;
  }

  .page-slot-games-jackpot-strategy__hero-description {
    font-size: 1em;
  }

  .page-slot-games-jackpot-strategy__hero-cta {
    flex-direction: column;
    gap: 15px;
  }

  .page-slot-games-jackpot-strategy__btn-primary,
  .page-slot-games-jackpot-strategy__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-slot-games-jackpot-strategy__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-slot-games-jackpot-strategy__section-title {
    font-size: 1.8em;
  }

  .page-slot-games-jackpot-strategy__sub-title {
    font-size: 1.3em;
  }

  .page-slot-games-jackpot-strategy__card {
    padding: 20px;
  }

  .page-slot-games-jackpot-strategy__cta-section {
    padding: 30px 20px;
  }

  .page-slot-games-jackpot-strategy__cta-section .page-slot-games-jackpot-strategy__cta-text {
    font-size: 1.3em;
  }

  .page-slot-games-jackpot-strategy__cta-final {
    flex-direction: column;
    gap: 15px;
  }

  .page-slot-games-jackpot-strategy__faq-question {
    font-size: 1em;
    padding: 15px;
  }

  /* Mobile image specific rules */
  .page-slot-games-jackpot-strategy img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-slot-games-jackpot-strategy__hero-image-wrapper,
  .page-slot-games-jackpot-strategy__content-image {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-slot-games-jackpot-strategy__video-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-slot-games-jackpot-strategy__cta-buttons,
  .page-slot-games-jackpot-strategy__button-group,
  .page-slot-games-jackpot-strategy__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
}