.page-slot-games-guide-and-jackpot-analysis {
  color: #333333; /* Default dark text for light body background */
}

.page-slot-games-guide-and-jackpot-analysis__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
  background-color: #000080; /* Dark blue background for hero */
  color: #ffffff;
}

.page-slot-games-guide-and-jackpot-analysis__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
}

.page-slot-games-guide-and-jackpot-analysis__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.page-slot-games-guide-and-jackpot-analysis__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.6;
  color: #f0f0f0;
}

.page-slot-games-guide-and-jackpot-analysis__hero-button {
  display: inline-block;
  background-color: #FFD700;
  color: #000080;
  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.3);
}

.page-slot-games-guide-and-jackpot-analysis__hero-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-slot-games-guide-and-jackpot-analysis__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.page-slot-games-guide-and-jackpot-analysis__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  display: block;
}

.page-slot-games-guide-and-jackpot-analysis__section {
  max-width: 1200px;
  margin: 40px auto;
  padding: 40px 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.page-slot-games-guide-and-jackpot-analysis__section-title {
  font-size: 2.5em;
  color: #000080;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
}

.page-slot-games-guide-and-jackpot-analysis__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-slot-games-guide-and-jackpot-analysis__content-wrapper p {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #444444;
}

.page-slot-games-guide-and-jackpot-analysis__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-slot-games-guide-and-jackpot-analysis__list-item {
  background-color: #f9f9f9;
  border-left: 5px solid #FFD700;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-slot-games-guide-and-jackpot-analysis__list-title {
  font-size: 1.5em;
  color: #000080;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-slot-games-guide-and-jackpot-analysis__list-item p {
  font-size: 1em;
  line-height: 1.6;
  color: #555555;
  margin-bottom: 0;
}

.page-slot-games-guide-and-jackpot-analysis__image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-slot-games-guide-and-jackpot-analysis__ordered-list {
  list-style: decimal;
  padding-left: 25px;
  margin-top: 20px;
}

.page-slot-games-guide-and-jackpot-analysis__ordered-list-item {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #444444;
}

.page-slot-games-guide-and-jackpot-analysis__ordered-list-item strong {
  color: #000080;
}

.page-slot-games-guide-and-jackpot-analysis__ordered-list-item a,
.page-slot-games-guide-and-jackpot-analysis__faq-answer a {
  color: #000080;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-slot-games-guide-and-jackpot-analysis__ordered-list-item a:hover,
.page-slot-games-guide-and-jackpot-analysis__faq-answer a:hover {
  color: #FFD700;
}

.page-slot-games-guide-and-jackpot-analysis__faq-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

.page-slot-games-guide-and-jackpot-analysis__faq-item {
  background-color: #f0f8ff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-slot-games-guide-and-jackpot-analysis__faq-question {
  font-size: 1.3em;
  color: #000080;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-slot-games-guide-and-jackpot-analysis__faq-answer {
  font-size: 1em;
  line-height: 1.6;
  color: #555555;
  margin-bottom: 0;
}

.page-slot-games-guide-and-jackpot-analysis__cta-bottom {
  background-color: #000080;
  color: #ffffff;
  text-align: center;
  padding: 80px 20px;
  margin-top: 60px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.page-slot-games-guide-and-jackpot-analysis__cta-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.page-slot-games-guide-and-jackpot-analysis__cta-title {
  font-size: 3em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-slot-games-guide-and-jackpot-analysis__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  line-height: 1.6;
  color: #f0f0f0;
}

.page-slot-games-guide-and-jackpot-analysis__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #000080;
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin: 0 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-slot-games-guide-and-jackpot-analysis__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-5px);
}

.page-slot-games-guide-and-jackpot-analysis__cta-button--secondary {
  background-color: transparent;
  border: 2px solid #FFD700;
  color: #FFD700;
}

.page-slot-games-guide-and-jackpot-analysis__cta-button--secondary:hover {
  background-color: rgba(255, 215, 0, 0.1);
  color: #FFD700;
}

.page-slot-games-guide-and-jackpot-analysis__cta-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  z-index: 1;
  display: block;
}

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

  .page-slot-games-guide-and-jackpot-analysis__section-title {
    font-size: 2em;
  }

  .page-slot-games-guide-and-jackpot-analysis__cta-title {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .page-slot-games-guide-and-jackpot-analysis {
    overflow-x: hidden;
  }

  .page-slot-games-guide-and-jackpot-analysis__hero-section {
    padding-top: var(--header-offset, 120px);
    padding-bottom: 40px;
  }

  .page-slot-games-guide-and-jackpot-analysis__hero-title {
    font-size: 2.2em;
  }

  .page-slot-games-guide-and-jackpot-analysis__hero-description {
    font-size: 1em;
  }

  .page-slot-games-guide-and-jackpot-analysis__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-slot-games-guide-and-jackpot-analysis__section {
    margin: 30px auto;
    padding: 30px 15px;
  }

  .page-slot-games-guide-and-jackpot-analysis__section-title {
    font-size: 1.8em;
    margin-bottom: 25px;
  }

  .page-slot-games-guide-and-jackpot-analysis__content-wrapper p,
  .page-slot-games-guide-and-jackpot-analysis__list-item p,
  .page-slot-games-guide-and-jackpot-analysis__ordered-list-item,
  .page-slot-games-guide-and-jackpot-analysis__faq-answer {
    font-size: 0.95em;
  }

  .page-slot-games-guide-and-jackpot-analysis__list-title {
    font-size: 1.3em;
  }

  .page-slot-games-guide-and-jackpot-analysis__image {
    max-width: 100%;
    height: auto;
  }

  .page-slot-games-guide-and-jackpot-analysis__faq-question {
    font-size: 1.1em;
  }

  .page-slot-games-guide-and-jackpot-analysis__cta-bottom {
    padding: 60px 15px;
  }

  .page-slot-games-guide-and-jackpot-analysis__cta-title {
    font-size: 2em;
  }

  .page-slot-games-guide-and-jackpot-analysis__cta-description {
    font-size: 1em;
  }

  .page-slot-games-guide-and-jackpot-analysis__cta-button {
    padding: 12px 25px;
    font-size: 1.05em;
    margin: 10px 0;
  }

  .page-slot-games-guide-and-jackpot-analysis__cta-button + .page-slot-games-guide-and-jackpot-analysis__cta-button {
    margin-top: 15px;
  }

  .page-slot-games-guide-and-jackpot-analysis__cta-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .page-slot-games-guide-and-jackpot-analysis__hero-title {
    font-size: 1.8em;
  }

  .page-slot-games-guide-and-jackpot-analysis__section-title {
    font-size: 1.5em;
  }

  .page-slot-games-guide-and-jackpot-analysis__cta-title {
    font-size: 1.8em;
  }
}