.page-resources-789win-game-types-gameplay-intro {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light text for dark background */
  background-color: #1A202C;
}

.page-resources-789win-game-types-gameplay-intro__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-789win-game-types-gameplay-intro__hero-section {
  background: linear-gradient(135deg, #1A202C 0%, #3a4a5c 100%); /* Darker gradient for hero */
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid #FFD700;
}

.page-resources-789win-game-types-gameplay-intro__hero-title {
  font-size: 3.2em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: 700;
}

.page-resources-789win-game-types-gameplay-intro__hero-subtitle {
  font-size: 1.3em;
  color: #C0C0C0;
  max-width: 800px;
  margin: 0 auto 40px;
}

.page-resources-789win-game-types-gameplay-intro__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A202C;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-789win-game-types-gameplay-intro__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-789win-game-types-gameplay-intro__content-section {
  padding: 60px 0;
  background-color: #1A202C;
}

.page-resources-789win-game-types-gameplay-intro__article {
  background-color: #2A313C;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-789win-game-types-gameplay-intro__section-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid #3a4a5c;
  padding-bottom: 10px;
  font-weight: 600;
}

.page-resources-789win-game-types-gameplay-intro__section-title:first-of-type {
  margin-top: 0;
}

.page-resources-789win-game-types-gameplay-intro__sub-section-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 500;
}

.page-resources-789win-game-types-gameplay-intro__article p {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #C0C0C0;
}

.page-resources-789win-game-types-gameplay-intro__article ul,
.page-resources-789win-game-types-gameplay-intro__article ol {
  margin-bottom: 20px;
  padding-left: 25px;
  color: #C0C0C0;
}

.page-resources-789win-game-types-gameplay-intro__article li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-789win-game-types-gameplay-intro__article li strong {
  color: #FFD700;
}

.page-resources-789win-game-types-gameplay-intro__image {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.page-resources-789win-game-types-gameplay-intro__inline-cta {
  display: inline-block;
  background-color: #FFD700;
  color: #1A202C;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 15px;
  transition: background-color 0.3s ease;
}

.page-resources-789win-game-types-gameplay-intro__inline-cta:hover {
  background-color: #e6c200;
}

.page-resources-789win-game-types-gameplay-intro__action-buttons {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-789win-game-types-gameplay-intro__button {
  display: inline-block;
  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;
  text-align: center;
  min-width: 200px;
}

.page-resources-789win-game-types-gameplay-intro__button--primary {
  background-color: #FFD700;
  color: #1A202C;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-789win-game-types-gameplay-intro__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-789win-game-types-gameplay-intro__button--secondary {
  background-color: #3a4a5c;
  color: #FFD700;
  border: 2px solid #FFD700;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-789win-game-types-gameplay-intro__button--secondary:hover {
  background-color: #4a5b6e;
  transform: translateY(-3px);
}

.page-resources-789win-game-types-gameplay-intro__responsible-gambling {
  background-color: #1A202C;
  padding: 50px 0;
  text-align: center;
  border-top: 1px solid #3a4a5c;
}

.page-resources-789win-game-types-gameplay-intro__responsible-gambling .page-resources-789win-game-types-gameplay-intro__section-title {
  color: #FFD700;
  border-bottom: none;
  padding-bottom: 0;
}

.page-resources-789win-game-types-gameplay-intro__responsible-gambling p {
  max-width: 800px;
  margin: 20px auto;
  font-size: 1.1em;
  color: #C0C0C0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-789win-game-types-gameplay-intro__hero-title {
    font-size: 2.5em;
  }
  .page-resources-789win-game-types-gameplay-intro__hero-subtitle,
  .page-resources-789win-game-types-gameplay-intro__article p,
  .page-resources-789win-game-types-gameplay-intro__article li {
    font-size: 1em;
  }
  .page-resources-789win-game-types-gameplay-intro__section-title {
    font-size: 2em;
  }
  .page-resources-789win-game-types-gameplay-intro__sub-section-title {
    font-size: 1.5em;
  }
  .page-resources-789win-game-types-gameplay-intro__article {
    padding: 25px;
  }
  .page-resources-789win-game-types-gameplay-intro__action-buttons {
    flex-direction: column;
    align-items: center;
  }
  .page-resources-789win-game-types-gameplay-intro__button {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .page-resources-789win-game-types-gameplay-intro__hero-title {
    font-size: 1.8em;
  }
  .page-resources-789win-game-types-gameplay-intro__hero-subtitle {
    font-size: 0.9em;
  }
  .page-resources-789win-game-types-gameplay-intro__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-789win-game-types-gameplay-intro__section-title {
    font-size: 1.6em;
  }
  .page-resources-789win-game-types-gameplay-intro__sub-section-title {
    font-size: 1.3em;
  }
  .page-resources-789win-game-types-gameplay-intro__article {
    padding: 15px;
  }
}