.page-resources-juan365-game-types-features {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-resources-juan365-game-types-features__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #0A192F;
  color: #ffffff;
  padding-bottom: 40px; /* Add some padding below hero content */
}

.page-resources-juan365-game-types-features__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly darken image for text contrast */
}

.page-resources-juan365-game-types-features__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 900px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay for text readability */
  border-radius: 10px;
}

.page-resources-juan365-game-types-features__back-link {
  display: inline-block;
  margin-bottom: 20px;
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-juan365-game-types-features__back-link:hover {
  color: #ffffff;
}

.page-resources-juan365-game-types-features__title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-juan365-game-types-features__intro-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #ffffff;
}

.page-resources-juan365-game-types-features__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A192F;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-juan365-game-types-features__cta-button:hover {
  background-color: #e6c200;
  color: #000000;
}

.page-resources-juan365-game-types-features__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-resources-juan365-game-types-features__article-body {
  font-size: 1.1em;
}

.page-resources-juan365-game-types-features__section-heading {
  font-size: 2.2em;
  color: #0A192F;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 3px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-juan365-game-types-features__sub-heading {
  font-size: 1.8em;
  color: #0A192F;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-juan365-game-types-features__paragraph {
  margin-bottom: 1em;
  text-align: justify;
}

.page-resources-juan365-game-types-features__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-resources-juan365-game-types-features__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 800px; /* HTML width attribute for CLS */
  height: 450px; /* HTML height attribute for CLS */
  object-fit: cover;
}

.page-resources-juan365-game-types-features__feature-list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-juan365-game-types-features__list-item {
  margin-bottom: 10px;
}

.page-resources-juan365-game-types-features__call-to-action {
  text-align: center;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-resources-juan365-game-types-features__cta-button--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-resources-juan365-game-types-features__cta-button--secondary {
  background-color: #0A192F;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-juan365-game-types-features__cta-button--secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-juan365-game-types-features__title {
    font-size: 2.5em;
  }
  .page-resources-juan365-game-types-features__intro-text {
    font-size: 1.1em;
  }
  .page-resources-juan365-game-types-features__hero-content {
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  .page-resources-juan365-game-types-features__hero-section {
    padding-bottom: 20px;
  }
  .page-resources-juan365-game-types-features__hero-content {
    top: auto;
    bottom: 20px;
    transform: translateX(-50%);
    padding: 15px;
    max-width: 90%;
  }
  .page-resources-juan365-game-types-features__title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }
  .page-resources-juan365-game-types-features__intro-text {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .page-resources-juan365-game-types-features__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-juan365-game-types-features__section-heading {
    font-size: 1.8em;
  }
  .page-resources-juan365-game-types-features__sub-heading {
    font-size: 1.5em;
  }
  .page-resources-juan365-game-types-features__content-area {
    margin: 20px auto;
    padding: 15px;
  }
  .page-resources-juan365-game-types-features__content-image {
    max-width: 100%;
    height: auto;
    width: auto; /* Allow auto width for responsive scaling */
  }
  .page-resources-juan365-game-types-features__call-to-action {
    flex-direction: column;
  }
  .page-resources-juan365-game-types-features__cta-button--large,
  .page-resources-juan365-game-types-features__cta-button--secondary {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .page-resources-juan365-game-types-features__title {
    font-size: 1.5em;
  }
  .page-resources-juan365-game-types-features__intro-text {
    font-size: 0.9em;
  }
  .page-resources-juan365-game-types-features__hero-content {
    padding: 10px;
  }
  .page-resources-juan365-game-types-features__back-link {
    font-size: 0.9em;
    margin-bottom: 10px;
  }
  .page-resources-juan365-game-types-features__section-heading {
    font-size: 1.5em;
  }
  .page-resources-juan365-game-types-features__sub-heading {
    font-size: 1.3em;
  }
}