.page-slot-games-jackpot-strategy {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for assumed light body background */
  background-color: var(--background-color, #f9f9f9);
}

.page-slot-games-jackpot-strategy__section {
  padding: 60px 0;
  text-align: center;
  background-color: var(--section-background, #ffffff);
}

.page-slot-games-jackpot-strategy__section:nth-of-type(even) {
  background-color: var(--alternate-section-background, #f5f5f5);
}

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

.page-slot-games-jackpot-strategy__container--centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-slot-games-jackpot-strategy__heading {
  font-size: 38px;
  color: #26A9E0;
  margin-bottom: 25px;
  font-weight: bold;
  text-align: center;
}

.page-slot-games-jackpot-strategy__sub-heading {
  font-size: 24px;
  color: #26A9E0;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: left;
  font-weight: 600;
}

.page-slot-games-jackpot-strategy__paragraph {
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 1.8;
  text-align: justify;
}

.page-slot-games-jackpot-strategy__link {
  color: #26A9E0;
  text-decoration: none;
  font-weight: bold;
}

.page-slot-games-jackpot-strategy__link:hover {
  text-decoration: underline;
}

/* Hero Section */
.page-slot-games-jackpot-strategy__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure spacing from fixed header */
  overflow: hidden;
  background: linear-gradient(135deg, #e0f2f7, #ffffff); /* Light gradient background */
}

.page-slot-games-jackpot-strategy__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.page-slot-games-jackpot-strategy__hero-image-wrapper {
  width: 100%;
  margin-bottom: 30px;
  max-height: 600px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-slot-games-jackpot-strategy__hero-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page-slot-games-jackpot-strategy__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.page-slot-games-jackpot-strategy__hero-title {
  font-size: 52px;
  color: #000000; /* Darker text for contrast on light background */
  margin-bottom: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.page-slot-games-jackpot-strategy__hero-description {
  font-size: 20px;
  color: #555555;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-slot-games-jackpot-strategy__cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: #26A9E0;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(38, 169, 224, 0.4);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-slot-games-jackpot-strategy__cta-button:hover {
  background: #1e87c0;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(38, 169, 224, 0.6);
}

.page-slot-games-jackpot-strategy__cta-button--large {
  padding: 22px 55px;
  font-size: 24px;
  margin-top: 40px;
}

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

.page-slot-games-jackpot-strategy__card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e0e0; /* Added for contrast */
  color: #333333;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-slot-games-jackpot-strategy__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-slot-games-jackpot-strategy__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-slot-games-jackpot-strategy__card-title {
  font-size: 22px;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-slot-games-jackpot-strategy__card-description {
  font-size: 16px;
  line-height: 1.7;
}

/* Content Grid for Strategy & Commitment */
.page-slot-games-jackpot-strategy__content-grid {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-top: 40px;
  text-align: left;
}

.page-slot-games-jackpot-strategy__content-grid--reverse {
  flex-direction: row-reverse;
}

.page-slot-games-jackpot-strategy__text-block {
  flex: 1;
}

.page-slot-games-jackpot-strategy__image-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-slot-games-jackpot-strategy__content-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 12px;
}

.page-slot-games-jackpot-strategy__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 17px;
}

.page-slot-games-jackpot-strategy__list-item {
  margin-bottom: 10px;
  font-size: 17px;
}

.page-slot-games-jackpot-strategy__list--mistakes {
  list-style: decimal;
}

.page-slot-games-jackpot-strategy__btn-secondary {
  display: inline-block;
  padding: 12px 30px;
  background: #ffffff;
  color: #26A9E0;
  text-decoration: none;
  border: 2px solid #26A9E0;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 25px;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-slot-games-jackpot-strategy__btn-secondary:hover {
  background: #26A9E0;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(38, 169, 224, 0.4);
}

/* Final CTA Section */
.page-slot-games-jackpot-strategy__section--cta-final {
  background: linear-gradient(135deg, #26A9E0, #1e87c0);
  color: #ffffff;
  padding: 80px 0;
}

.page-slot-games-jackpot-strategy__section--cta-final .page-slot-games-jackpot-strategy__heading,
.page-slot-games-jackpot-strategy__section--cta-final .page-slot-games-jackpot-strategy__paragraph {
  color: #ffffff;
}

.page-slot-games-jackpot-strategy__section--cta-final .page-slot-games-jackpot-strategy__link {
  color: #ffffff;
}

.page-slot-games-jackpot-strategy__cta-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 12px;
  margin-top: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* FAQ Section */
.page-slot-games-jackpot-strategy__section--faq {
  background-color: #f9f9f9;
  padding-bottom: 80px;
}

.page-slot-games-jackpot-strategy__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-slot-games-jackpot-strategy__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-slot-games-jackpot-strategy__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
  padding: 0 20px;
  opacity: 0;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}

.page-slot-games-jackpot-strategy__faq-item.active .page-slot-games-jackpot-strategy__faq-answer {
  max-height: 2000px !important;
  padding: 20px !important;
  opacity: 1;
  background: #eaf6fa; /* Lighter background for answer */
  border-radius: 0 0 8px 8px;
}

.page-slot-games-jackpot-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
  text-align: left;
}

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

.page-slot-games-jackpot-strategy__faq-question:active {
  background: #eeeeee;
}

.page-slot-games-jackpot-strategy__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: #333333;
}

.page-slot-games-jackpot-strategy__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #26A9E0;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

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

/* Responsive Design */
@media (max-width: 1024px) {
  .page-slot-games-jackpot-strategy__heading {
    font-size: 32px;
  }
  .page-slot-games-jackpot-strategy__hero-title {
    font-size: 44px;
  }
  .page-slot-games-jackpot-strategy__hero-description {
    font-size: 18px;
  }
  .page-slot-games-jackpot-strategy__cta-button {
    font-size: 18px;
    padding: 15px 35px;
  }
  .page-slot-games-jackpot-strategy__cta-button--large {
    font-size: 20px;
    padding: 18px 45px;
  }
  .page-slot-games-jackpot-strategy__content-grid {
    flex-direction: column;
  }
  .page-slot-games-jackpot-strategy__content-grid--reverse {
    flex-direction: column;
  }
  .page-slot-games-jackpot-strategy__image-container {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .page-slot-games-jackpot-strategy {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-slot-games-jackpot-strategy__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-slot-games-jackpot-strategy__hero-title {
    font-size: 36px;
    line-height: 1.3;
  }
  .page-slot-games-jackpot-strategy__hero-description {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .page-slot-games-jackpot-strategy__cta-button {
    padding: 14px 30px;
    font-size: 16px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-slot-games-jackpot-strategy__cta-button--large {
    padding: 16px 35px;
    font-size: 18px;
  }
  .page-slot-games-jackpot-strategy__section {
    padding: 40px 0;
  }
  .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__heading {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .page-slot-games-jackpot-strategy__sub-heading {
    font-size: 20px;
  }
  .page-slot-games-jackpot-strategy__paragraph {
    font-size: 16px;
    text-align: left;
  }
  .page-slot-games-jackpot-strategy__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-slot-games-jackpot-strategy__card {
    padding: 20px;
  }
  .page-slot-games-jackpot-strategy__card-title {
    font-size: 20px;
  }
  .page-slot-games-jackpot-strategy__card-description {
    font-size: 15px;
  }
  .page-slot-games-jackpot-strategy__list,
  .page-slot-games-jackpot-strategy__list-item {
    font-size: 16px;
  }
  .page-slot-games-jackpot-strategy__faq-question {
    padding: 15px;
  }
  .page-slot-games-jackpot-strategy__faq-question h3 {
    font-size: 16px;
  }
  .page-slot-games-jackpot-strategy__faq-toggle {
    font-size: 24px;
    width: 28px;
    height: 28px;
  }
  .page-slot-games-jackpot-strategy__faq-item.active .page-slot-games-jackpot-strategy__faq-answer {
    padding: 15px !important;
  }
  /* Ensure all images are responsive */
  .page-slot-games-jackpot-strategy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
  .page-slot-games-jackpot-strategy__image-container,
  .page-slot-games-jackpot-strategy__hero-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-slot-games-jackpot-strategy__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-slot-games-jackpot-strategy__section--cta-final .page-slot-games-jackpot-strategy__cta-button {
    margin-left: 15px;
    margin-right: 15px;
  }
}