.page-slot-games-jackpot-strategy {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

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

.page-slot-games-jackpot-strategy__hero-banner {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #FFD700, #1E90FF);
  color: #ffffff;
}

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

.page-slot-games-jackpot-strategy__hero-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  margin-bottom: 30px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

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

.page-slot-games-jackpot-strategy__hero-content h1 {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-slot-games-jackpot-strategy__hero-content p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-slot-games-jackpot-strategy__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #FFD700; /* Gold */
  color: #1E90FF; /* Royal Blue for contrast */
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}

.page-slot-games-jackpot-strategy__cta-button:hover {
  background: #e6c200; /* Darker Gold */
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-slot-games-jackpot-strategy__cta-button--small {
  padding: 12px 30px;
  font-size: 1em;
  margin-top: 15px;
}

.page-slot-games-jackpot-strategy__cta-button--large {
  padding: 18px 50px;
  font-size: 1.4em;
  margin-top: 30px;
}

.page-slot-games-jackpot-strategy__section {
  padding: 60px 0;
  border-bottom: 1px solid #eeeeee;
}

.page-slot-games-jackpot-strategy__section:last-of-type {
  border-bottom: none;
}

.page-slot-games-jackpot-strategy__introduction {
  background-color: #ffffff;
}

.page-slot-games-jackpot-strategy__introduction p {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-slot-games-jackpot-strategy__understanding-slots,
.page-slot-games-jackpot-strategy__preparation,
.page-slot-games-jackpot-strategy__strategies,
.page-slot-games-jackpot-strategy__tips,
.page-slot-games-jackpot-strategy__why-neo88,
.page-slot-games-jackpot-strategy__faq,
.page-slot-games-jackpot-strategy__call-to-action {
  background-color: #fdfdfd;
}

.page-slot-games-jackpot-strategy__section h2 {
  font-size: 2.5em;
  color: #1E90FF; /* Royal Blue */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

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

.page-slot-games-jackpot-strategy__section h3 {
  font-size: 1.8em;
  color: #333333;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-slot-games-jackpot-strategy__content-flex {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

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

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

.page-slot-games-jackpot-strategy__image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-slot-games-jackpot-strategy__content-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

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

.page-slot-games-jackpot-strategy__card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-slot-games-jackpot-strategy__card:hover {
  transform: translateY(-10px);
  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 h3 {
  font-size: 1.5em;
  color: #1E90FF; /* Royal Blue */
  margin-top: 0;
  margin-bottom: 10px;
}

.page-slot-games-jackpot-strategy__card-link {
  text-decoration: none;
  color: #1E90FF; /* Royal Blue */
  transition: color 0.3s ease;
}

.page-slot-games-jackpot-strategy__card-link:hover {
  color: #FFD700; /* Gold */
}

.page-slot-games-jackpot-strategy__strategy-item {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-slot-games-jackpot-strategy__strategy-item--reverse {
  flex-direction: row-reverse;
}

.page-slot-games-jackpot-strategy__strategy-image {
  width: 40%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-slot-games-jackpot-strategy__strategy-content {
  flex: 1;
}

.page-slot-games-jackpot-strategy__strategy-content h3 {
  color: #FFD700; /* Gold */
  margin-top: 0;
}

.page-slot-games-jackpot-strategy__list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-slot-games-jackpot-strategy__list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-slot-games-jackpot-strategy__list-icon {
  width: 80px; /* Increased size for content image */
  height: 80px; /* Increased size for content image */
  min-width: 80px; /* Ensure it doesn't shrink */
  min-height: 80px; /* Ensure it doesn't shrink */
  object-fit: contain;
  margin-right: 20px;
  border-radius: 50%;
  background-color: #1E90FF;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-slot-games-jackpot-strategy__list p {
  flex: 1;
  margin: 0;
  font-size: 1.1em;
}

.page-slot-games-jackpot-strategy__advantages-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-slot-games-jackpot-strategy__advantages-list li {
  background-color: #eaf6ff; /* Light blue background */
  border-left: 5px solid #1E90FF; /* Royal Blue accent */
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 1.05em;
  color: #222222;
}

.page-slot-games-jackpot-strategy__advantages-list li strong {
  color: #1E90FF;
}

.page-slot-games-jackpot-strategy__faq-list {
  margin-top: 40px;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #f5f5f5;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #333333;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFD700; /* Gold */
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 20px;
  background: #f9f9f9;
  color: #555555;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding: 15px 20px;
  border-top: 1px solid #e0e0e0;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #1E90FF; /* Royal Blue */
}

.page-slot-games-jackpot-strategy__call-to-action {
  text-align: center;
  background-color: #1E90FF; /* Royal Blue */
  color: #ffffff;
  padding: 80px 20px;
}

.page-slot-games-jackpot-strategy__call-to-action h2 {
  color: #FFD700; /* Gold */
  font-size: 2.8em;
  margin-bottom: 25px;
}

.page-slot-games-jackpot-strategy__call-to-action p {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-slot-games-jackpot-strategy__hero-content h1 {
    font-size: 2.8em;
  }

  .page-slot-games-jackpot-strategy__section h2 {
    font-size: 2.2em;
  }

  .page-slot-games-jackpot-strategy__content-flex {
    flex-direction: column;
    gap: 30px;
  }

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

  .page-slot-games-jackpot-strategy__strategy-item {
    flex-direction: column;
    text-align: center;
  }

  .page-slot-games-jackpot-strategy__strategy-item--reverse {
    flex-direction: column;
  }

  .page-slot-games-jackpot-strategy__strategy-image {
    width: 80%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .page-slot-games-jackpot-strategy__hero-banner {
    padding: 40px 15px;
  }

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

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

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

  .page-slot-games-jackpot-strategy__section {
    padding: 40px 0;
  }

  .page-slot-games-jackpot-strategy__section h2 {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-slot-games-jackpot-strategy__section h3 {
    font-size: 1.4em;
  }

  .page-slot-games-jackpot-strategy__grid-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

  .page-slot-games-jackpot-strategy__list li {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
  }

  .page-slot-games-jackpot-strategy__list-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .faq-question {
    padding: 12px 15px;
  }

  .faq-question h3 {
    font-size: 1em;
  }

  .faq-toggle {
    font-size: 20px;
  }

  .faq-answer {
    padding: 0 15px;
  }

  .faq-item.active .faq-answer {
    padding: 10px 15px;
  }

  .page-slot-games-jackpot-strategy__call-to-action h2 {
    font-size: 2em;
  }

  .page-slot-games-jackpot-strategy__call-to-action p {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-slot-games-jackpot-strategy__hero-content h1 {
    font-size: 1.8em;
  }

  .page-slot-games-jackpot-strategy__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-slot-games-jackpot-strategy__section h2 {
    font-size: 1.5em;
  }

  .page-slot-games-jackpot-strategy__section h3 {
    font-size: 1.2em;
  }

  .page-slot-games-jackpot-strategy__strategy-image {
    width: 100%;
  }
}