.page-jackpot-slots {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #0a0a0a; /* Ensure body background is respected */
}

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

.page-jackpot-slots__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 100px 20px; /* Adjust for header offset */
  padding-top: calc(var(--header-offset, 120px) + 60px); /* Ensure space below fixed header */
  min-height: 600px;
  overflow: hidden;
  color: #ffffff;
  background-color: #26A9E0; /* Primary brand color for hero background */
}

.page-jackpot-slots__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.3;
}

.page-jackpot-slots__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
}

.page-jackpot-slots__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  line-height: 1.8;
  color: #f0f0f0;
}

.page-jackpot-slots__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-jackpot-slots__cta-buttons--center {
  margin-top: 40px;
}

.page-jackpot-slots__btn-primary,
.page-jackpot-slots__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-jackpot-slots__btn-primary {
  background-color: #EA7C07; /* Login color for primary action */
  color: #ffffff;
  border: 2px solid transparent;
}

.page-jackpot-slots__btn-primary:hover {
  background-color: #d16b06;
}

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

.page-jackpot-slots__btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #ffffff;
}

.page-jackpot-slots__section {
  padding: 60px 0;
}

.page-jackpot-slots__content-area {
  background-color: #0a0a0a;
  color: #f0f0f0;
}

.page-jackpot-slots__dark-section {
  background-color: #1a1a1a;
  color: #ffffff;
}

.page-jackpot-slots__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-jackpot-slots__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: #26A9E0; /* Primary brand color for section titles */
  font-weight: bold;
}

.page-jackpot-slots__content-area .page-jackpot-slots__section-title {
  color: #ffffff;
}

.page-jackpot-slots__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #f0f0f0;
}

.page-jackpot-slots__text-block a {
  color: #26A9E0;
  text-decoration: underline;
}

.page-jackpot-slots__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

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

.page-jackpot-slots__feature-list,
.page-jackpot-slots__promo-list,
.page-jackpot-slots__strategy-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-jackpot-slots__feature-item,
.page-jackpot-slots__promo-item,
.page-jackpot-slots__strategy-item {
  background-color: rgba(255, 255, 255, 0.08); /* Slightly lighter background for cards */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.page-jackpot-slots__feature-title,
.page-jackpot-slots__promo-title,
.page-jackpot-slots__strategy-title,
.page-jackpot-slots__app-benefit-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #26A9E0;
  font-weight: bold;
}

.page-jackpot-slots__feature-item p,
.page-jackpot-slots__promo-item p,
.page-jackpot-slots__strategy-item p {
  font-size: 1em;
  line-height: 1.6;
  color: #f0f0f0;
}

.page-jackpot-slots__steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-jackpot-slots__step-item {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.page-jackpot-slots__step-number {
  font-size: 2.5em;
  font-weight: bold;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-jackpot-slots__step-title {
  font-size: 1.4em;
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: bold;
}

.page-jackpot-slots__step-item p {
  font-size: 1em;
  line-height: 1.6;
  color: #f0f0f0;
}

.page-jackpot-slots__app-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 40px 0;
}

.page-jackpot-slots__app-benefit-item {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.page-jackpot-slots__app-benefit-item p {
  font-size: 1em;
  line-height: 1.6;
  color: #f0f0f0;
}

.page-jackpot-slots__faq-list {
  margin-top: 40px;
}

.page-jackpot-slots__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-jackpot-slots__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-jackpot-slots__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.page-jackpot-slots__faq-title {
  margin: 0;
  color: #ffffff;
  font-size: 1.1em;
}

.page-jackpot-slots__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #26A9E0;
}

.page-jackpot-slots__faq-item.active .page-jackpot-slots__faq-toggle {
  transform: rotate(45deg);
  color: #ffffff;
}

.page-jackpot-slots__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  background-color: rgba(255, 255, 255, 0.05);
  color: #f0f0f0;
}

.page-jackpot-slots__faq-item.active .page-jackpot-slots__faq-answer {
  max-height: 1000px !important; /* Use !important to ensure it overrides */
  padding: 20px 25px;
}

.page-jackpot-slots__faq-answer p {
  margin: 0;
  font-size: 1em;
  line-height: 1.6;
  color: #f0f0f0;
}

.page-jackpot-slots__conclusion-section {
  text-align: center;
  padding-bottom: 80px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-jackpot-slots__hero-title {
    font-size: 2.8em;
  }

  .page-jackpot-slots__section-title {
    font-size: 2em;
  }
}

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

  .page-jackpot-slots__hero-section {
    padding: calc(var(--header-offset, 120px) + 40px) 15px 60px;
    min-height: 500px;
  }

  .page-jackpot-slots__hero-title {
    font-size: 2.2em;
    margin-bottom: 15px;
  }

  .page-jackpot-slots__hero-description {
    font-size: 1em;
    margin-bottom: 30px;
  }

  .page-jackpot-slots__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

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

  .page-jackpot-slots__section {
    padding: 40px 0;
  }

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

  .page-jackpot-slots__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-jackpot-slots__text-block {
    font-size: 0.95em;
  }

  .page-jackpot-slots__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-jackpot-slots__feature-list,
  .page-jackpot-slots__promo-list,
  .page-jackpot-slots__strategy-list,
  .page-jackpot-slots__steps,
  .page-jackpot-slots__app-benefits {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-jackpot-slots__feature-item,
  .page-jackpot-slots__promo-item,
  .page-jackpot-slots__strategy-item,
  .page-jackpot-slots__step-item,
  .page-jackpot-slots__app-benefit-item {
    padding: 20px;
  }

  .page-jackpot-slots__feature-title,
  .page-jackpot-slots__promo-title,
  .page-jackpot-slots__strategy-title,
  .page-jackpot-slots__app-benefit-title,
  .page-jackpot-slots__step-title {
    font-size: 1.3em;
  }

  .page-jackpot-slots__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-jackpot-slots__faq-title {
    font-size: 1em;
  }

  .page-jackpot-slots__faq-answer {
    padding: 0 20px;
  }

  .page-jackpot-slots__faq-item.active .page-jackpot-slots__faq-answer {
    padding: 15px 20px;
  }

  /* Ensure all img elements within .page-jackpot-slots are responsive */
  .page-jackpot-slots img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* Ensure all containers holding images or content are responsive */
  .page-jackpot-slots__section,
  .page-jackpot-slots__card,
  .page-jackpot-slots__container,
  .page-jackpot-slots__image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  /* Video specific mobile adaptations */
  .page-jackpot-slots video,
  .page-jackpot-slots__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-jackpot-slots__video-section,
  .page-jackpot-slots__video-container,
  .page-jackpot-slots__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-jackpot-slots__video-section {
    padding-top: var(--header-offset, 120px) !important; /* Important for mobile video section */
  }

  /* Button specific mobile adaptations */
  .page-jackpot-slots__cta-button,
  .page-jackpot-slots__btn-primary,
  .page-jackpot-slots__btn-secondary,
  .page-jackpot-slots a[class*="button"],
  .page-jackpot-slots a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-jackpot-slots__cta-buttons,
  .page-jackpot-slots__button-group,
  .page-jackpot-slots__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important; /* Allow buttons to wrap */
    gap: 10px;
  }

  .page-jackpot-slots__cta-buttons {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .page-jackpot-slots__hero-title {
    font-size: 1.8em;
  }

  .page-jackpot-slots__section-title {
    font-size: 1.5em;
  }
}