.page-slot-games-types-explained {
  max-width: 1390px;
  margin: 0 auto;
  padding: 10px 15px 40px;
  color: #1F2D3D;
  font-family: Arial, sans-serif;
  background-color: #F4F7FB;
}

.page-slot-games-types-explained__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
  padding: 20px 0;
  background-color: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-slot-games-types-explained__hero-image-wrapper {
  width: 100%;
  max-height: 675px;
  overflow: hidden;
}

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

.page-slot-games-types-explained__hero-content {
  padding: 30px 20px;
  max-width: 900px;
}

.page-slot-games-types-explained__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: 700;
  line-height: 1.2;
  color: #2F6BFF;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.page-slot-games-types-explained__intro-text {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #1F2D3D;
}

.page-slot-games-types-explained__cta-button {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  font-size: 1.1em;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(47, 107, 255, 0.4);
}

.page-slot-games-types-explained__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(47, 107, 255, 0.6);
}

.page-slot-games-types-explained__section {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-slot-games-types-explained__section-title {
  font-size: clamp(1.8em, 3vw, 2.5em);
  color: #2F6BFF;
  margin-bottom: 25px;
  font-weight: 600;
  border-bottom: 2px solid #D6E2FF;
  padding-bottom: 10px;
}

.page-slot-games-types-explained__content-wrapper {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.page-slot-games-types-explained__content-wrapper--reverse {
  flex-direction: row-reverse;
}

.page-slot-games-types-explained__image {
  flex-shrink: 0;
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-slot-games-types-explained__text-content {
  flex-grow: 1;
}

.page-slot-games-types-explained__text-content p {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #1F2D3D;
}

.page-slot-games-types-explained__feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-slot-games-types-explained__feature-list li {
  margin-bottom: 10px;
  font-size: 1em;
  color: #1F2D3D;
  display: flex;
  align-items: flex-start;
}

.page-slot-games-types-explained__list-icon {
  color: #2F6BFF;
  margin-right: 10px;
  font-size: 1.2em;
  line-height: 1;
}

.page-slot-games-types-explained__paragraph {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #1F2D3D;
}

.page-slot-games-types-explained__secondary-cta-button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  background-color: #6FA3FF;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.page-slot-games-types-explained__secondary-cta-button:hover {
  background-color: #2F6BFF;
}

.page-slot-games-types-explained__faq-section {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-slot-games-types-explained__faq-question {
  font-size: 1.2em;
  color: #2F6BFF;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-slot-games-types-explained__faq-answer {
  font-size: 1em;
  line-height: 1.6;
  color: #1F2D3D;
  margin-bottom: 20px;
}

.page-slot-games-types-explained__cta-banner {
  background: linear-gradient(135deg, #2F6BFF 0%, #6FA3FF 100%);
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.page-slot-games-types-explained__cta-title {
  font-size: clamp(1.8em, 3.5vw, 2.8em);
  font-weight: 700;
  margin-bottom: 15px;
  color: #FFFFFF;
}

.page-slot-games-types-explained__cta-description {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-slot-games-types-explained__cta-button--large {
  padding: 16px 32px;
  font-size: 1.2em;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-slot-games-types-explained__content-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .page-slot-games-types-explained__content-wrapper--reverse {
    flex-direction: column;
  }

  .page-slot-games-types-explained__image {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .page-slot-games-types-explained {
    padding: 10px;
  }

  .page-slot-games-types-explained__main-title {
    font-size: 2em;
  }

  .page-slot-games-types-explained__intro-text,
  .page-slot-games-types-explained__cta-description {
    font-size: 1em;
  }

  .page-slot-games-types-explained__section-title {
    font-size: 1.5em;
    text-align: center;
  }

  .page-slot-games-types-explained__hero-content {
    padding: 20px 15px;
  }

  .page-slot-games-types-explained__section {
    padding: 20px;
  }

  .page-slot-games-types-explained__image {
    max-width: 100%;
    height: auto;
  }

  .page-slot-games-types-explained__cta-banner {
    padding: 30px 20px;
  }

  .page-slot-games-types-explained__cta-title {
    font-size: 1.8em;
  }

  .page-slot-games-types-explained__cta-button--large {
    font-size: 1.1em;
    padding: 14px 28px;
  }

  /* Ensure all content images in mobile are responsive */
  .page-slot-games-types-explained__hero-image,
  .page-slot-games-types-explained__image {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-slot-games-types-explained__main-title {
    font-size: 1.8em;
  }

  .page-slot-games-types-explained__section-title {
    font-size: 1.3em;
  }

  .page-slot-games-types-explained__cta-title {
    font-size: 1.5em;
  }

  .page-slot-games-types-explained__cta-button {
    width: 100%;
    box-sizing: border-box;
  }
}