.page-resources-888new-casino-games-intro {
  font-family: 'Arial', sans-serif;
  color: #e5dfd3; /* Light text for dark background */
  background-color: #1A202C; /* Main background color */
  line-height: 1.6;
}

.page-resources-888new-casino-games-intro__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-888new-casino-games-intro__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #1A202C 0%, #303a4c 100%);
  color: #FFD700;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 500px;
}

.page-resources-888new-casino-games-intro__hero-content {
  z-index: 1;
  max-width: 800px;
}

.page-resources-888new-casino-games-intro__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.page-resources-888new-casino-games-intro__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #e5dfd3; /* Light text for subtitle */
}

.page-resources-888new-casino-games-intro__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  z-index: 0;
}

.page-resources-888new-casino-games-intro__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}

.page-resources-888new-casino-games-intro__hero-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A202C;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-888new-casino-games-intro__hero-button:hover {
  background-color: #e5c100;
  transform: translateY(-3px);
}

.page-resources-888new-casino-games-intro__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-888new-casino-games-intro__section:nth-of-type(odd) {
  background-color: #1A202C;
  color: #e5dfd3;
}

.page-resources-888new-casino-games-intro__section:nth-of-type(even) {
  background-color: #272d3a;
  color: #e5dfd3;
}

.page-resources-888new-casino-games-intro__section-title {
  font-size: 2.5em;
  margin-bottom: 40px;
  color: #FFD700;
  font-weight: bold;
}

.page-resources-888new-casino-games-intro__section-title--light {
  color: #e5dfd3;
}

.page-resources-888new-casino-games-intro__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #ccc;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-888new-casino-games-intro__text-block--light {
  color: #e5dfd3;
}

.page-resources-888new-casino-games-intro__button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A202C;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}

.page-resources-888new-casino-games-intro__button:hover {
  background-color: #e5c100;
  transform: translateY(-2px);
}

.page-resources-888new-casino-games-intro__button--primary {
  background-color: #FFD700;
  color: #1A202C;
}

.page-resources-888new-casino-games-intro__button--gold-outline {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-888new-casino-games-intro__button--gold-outline:hover {
  background-color: #FFD700;
  color: #1A202C;
}

.page-resources-888new-casino-games-intro__button--large {
  padding: 18px 35px;
  font-size: 1.3em;
  border-radius: 10px;
}

.page-resources-888new-casino-games-intro__game-category {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  text-align: left;
}

.page-resources-888new-casino-games-intro__game-category--reverse .page-resources-888new-casino-games-intro__category-content {
  flex-direction: row-reverse;
}

.page-resources-888new-casino-games-intro__category-title {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-resources-888new-casino-games-intro__category-content {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1000px;
}

.page-resources-888new-casino-games-intro__category-image {
  flex: 1;
  max-width: 45%;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  object-fit: cover;
  height: auto;
}

.page-resources-888new-casino-games-intro__category-text {
  flex: 1;
  max-width: 55%;
  color: #ccc;
}

.page-resources-888new-casino-games-intro__list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-resources-888new-casino-games-intro__list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  color: #e5dfd3;
}

.page-resources-888new-casino-games-intro__list li::before {
  content: '⚡';
  position: absolute;
  left: 0;
  color: #FFD700;
  font-size: 1.2em;
  line-height: 1;
}

.page-resources-888new-casino-games-intro__why-choose {
  background-color: #1A202C;
  color: #e5dfd3;
}

.page-resources-888new-casino-games-intro__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-resources-888new-casino-games-intro__feature-item {
  background-color: #272d3a;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-resources-888new-casino-games-intro__feature-item:hover {
  transform: translateY(-5px);
  background-color: #303a4c;
}

.page-resources-888new-casino-games-intro__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: invert(80%) sepia(80%) saturate(2000%) hue-rotate(0deg) brightness(100%) contrast(100%); /* Gold tint for icons */
}

.page-resources-888new-casino-games-intro__feature-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-888new-casino-games-intro__feature-description {
  color: #ccc;
  font-size: 1em;
}

.page-resources-888new-casino-games-intro__cta-section {
  margin-top: 60px;
  padding: 40px;
  background-color: #303a4c;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-resources-888new-casino-games-intro__cta-text {
  font-size: 1.5em;
  color: #e5dfd3;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-resources-888new-casino-games-intro__responsible-gaming {
  background-color: #272d3a;
  color: #e5dfd3;
}

.page-resources-888new-casino-games-intro__faq {
  background-color: #1A202C;
  color: #e5dfd3;
}

.page-resources-888new-casino-games-intro__faq-item {
  background-color: #272d3a;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  text-align: left;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-888new-casino-games-intro__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-resources-888new-casino-games-intro__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  color: #FFD700;
}

.page-resources-888new-casino-games-intro__faq-answer {
  font-size: 1em;
  color: #ccc;
  display: none; /* Hidden by default, JS will toggle */
  padding-top: 10px;
  border-top: 1px solid #303a4c;
  margin-top: 10px;
}

.page-resources-888new-casino-games-intro__faq-item.active .page-resources-888new-casino-games-intro__faq-answer {
  display: block;
}

.page-resources-888new-casino-games-intro__faq-item.active .page-resources-888new-casino-games-intro__faq-question::after {
  content: '-';
}

.page-resources-888new-casino-games-intro__inline-link {
  color: #FFD700;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-resources-888new-casino-games-intro__inline-link:hover {
  color: #e5c100;
}

.page-resources-888new-casino-games-intro__final-cta {
  background: linear-gradient(135deg, #1A202C, #303a4c);
  padding: 80px 0;
  color: #e5dfd3;
}

.page-resources-888new-casino-games-intro__final-cta-content {
  max-width: 900px;
}

@media (max-width: 992px) {
  .page-resources-888new-casino-games-intro__hero-title {
    font-size: 2.8em;
  }

  .page-resources-888new-casino-games-intro__hero-subtitle {
    font-size: 1.2em;
  }

  .page-resources-888new-casino-games-intro__game-category--reverse .page-resources-888new-casino-games-intro__category-content {
    flex-direction: column;
  }
  .page-resources-888new-casino-games-intro__category-content {
    flex-direction: column;
  }

  .page-resources-888new-casino-games-intro__category-image,
  .page-resources-888new-casino-games-intro__category-text {
    max-width: 100%;
  }
  .page-resources-888new-casino-games-intro__category-image {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .page-resources-888new-casino-games-intro__hero {
    padding: 60px 15px;
  }

  .page-resources-888new-casino-games-intro__hero-title {
    font-size: 2.2em;
  }

  .page-resources-888new-casino-games-intro__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-888new-casino-games-intro__section-title {
    font-size: 2em;
  }

  .page-resources-888new-casino-games-intro__text-block {
    font-size: 0.95em;
  }

  .page-resources-888new-casino-games-intro__category-title {
    font-size: 1.7em;
  }

  .page-resources-888new-casino-games-intro__features-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-resources-888new-casino-games-intro__hero-title {
    font-size: 1.8em;
  }

  .page-resources-888new-casino-games-intro__hero-button {
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-resources-888new-casino-games-intro__section-title {
    font-size: 1.8em;
  }

  .page-resources-888new-casino-games-intro__button--large {
    padding: 15px 25px;
    font-size: 1.1em;
  }

  .page-resources-888new-casino-games-intro__faq-question {
    font-size: 1.1em;
  }
}