.page-resources-99ok-casino-games-guide {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.page-resources-99ok-casino-games-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-99ok-casino-games-guide__hero {
  position: relative;
  background: linear-gradient(135deg, #007BFF 0%, #0056b3 100%); /* Darker blue gradient for contrast */
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-99ok-casino-games-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  z-index: 0;
}

.page-resources-99ok-casino-games-guide__hero .page-resources-99ok-casino-games-guide__container {
  position: relative;
  z-index: 1;
}

.page-resources-99ok-casino-games-guide__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #FFC107; /* Secondary color for title for strong contrast */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-99ok-casino-games-guide__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0; /* Slightly off-white for readability */
}

.page-resources-99ok-casino-games-guide__hero-cta-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-99ok-casino-games-guide__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  white-space: nowrap; /* Prevent button text from wrapping */
}

.page-resources-99ok-casino-games-guide__button--primary {
  background-color: #FFC107; /* Gold/yellow for primary action */
  color: #000; /* Black text for strong contrast on yellow */
}

.page-resources-99ok-casino-games-guide__button--primary:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}

.page-resources-99ok-casino-games-guide__button--secondary {
  background-color: #007BFF; /* Primary blue for secondary action */
  color: #ffffff;
  border: 2px solid #FFC107; /* Gold border for secondary button */
}

.page-resources-99ok-casino-games-guide__button--secondary:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

.page-resources-99ok-casino-games-guide__section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-resources-99ok-casino-games-guide__section--dark {
  background-color: #f0f8ff; /* Light blue background for contrast sections */
}

.page-resources-99ok-casino-games-guide__section-title {
  font-size: 2.5em;
  color: #007BFF; /* Primary color for section titles */
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-99ok-casino-games-guide__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFC107;
  border-radius: 2px;
}

.page-resources-99ok-casino-games-guide__list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.page-resources-99ok-casino-games-guide__list li {
  background-color: #e6f2ff; /* Lighter blue for list items */
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-left: 50px;
  font-size: 1.1em;
  color: #003366; /* Darker blue text for good contrast */
}

.page-resources-99ok-casino-games-guide__list li::before {
  content: '✔️'; /* Checkmark icon */
  position: absolute;
  left: 15px;
  color: #007BFF;
  font-size: 1.5em;
  top: 15px;
}

.page-resources-99ok-casino-games-guide__image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin-top: 40px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-99ok-casino-games-guide__game-category {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.page-resources-99ok-casino-games-guide__game-title {
  font-size: 2em;
  color: #007BFF;
  margin-bottom: 20px;
}

.page-resources-99ok-casino-games-guide__game-category p {
  font-size: 1.05em;
  margin-bottom: 25px;
  color: #555;
}

.page-resources-99ok-casino-games-guide__step {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.page-resources-99ok-casino-games-guide__step-title {
  font-size: 2em;
  color: #FFC107;
  margin-bottom: 20px;
}

.page-resources-99ok-casino-games-guide__step p {
  font-size: 1.05em;
  margin-bottom: 25px;
  color: #555;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-99ok-casino-games-guide__hero-title {
    font-size: 2.5em;
  }
  .page-resources-99ok-casino-games-guide__hero-description {
    font-size: 1.1em;
  }
  .page-resources-99ok-casino-games-guide__section-title {
    font-size: 2em;
  }
  .page-resources-99ok-casino-games-guide__game-title, .page-resources-99ok-casino-games-guide__step-title {
    font-size: 1.8em;
  }
}

@media (max-width: 768px) {
  .page-resources-99ok-casino-games-guide__hero {
    padding: 60px 0;
  }
  .page-resources-99ok-casino-games-guide__hero-title {
    font-size: 2em;
  }
  .page-resources-99ok-casino-games-guide__hero-cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-99ok-casino-games-guide__button {
    width: 80%;
    margin: 0 auto;
  }
  .page-resources-99ok-casino-games-guide__section {
    padding: 40px 0;
  }
  .page-resources-99ok-casino-games-guide__section-title {
    font-size: 1.8em;
  }
  .page-resources-99ok-casino-games-guide__list li {
    padding-left: 40px;
  }
  .page-resources-99ok-casino-games-guide__list li::before {
    font-size: 1.2em;
    top: 18px;
  }
}

@media (max-width: 480px) {
  .page-resources-99ok-casino-games-guide__hero-title {
    font-size: 1.8em;
  }
  .page-resources-99ok-casino-games-guide__hero-description {
    font-size: 1em;
  }
  .page-resources-99ok-casino-games-guide__button {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-resources-99ok-casino-games-guide__section-title {
    font-size: 1.5em;
  }
  .page-resources-99ok-casino-games-guide__game-title, .page-resources-99ok-casino-games-guide__step-title {
    font-size: 1.5em;
  }
  .page-resources-99ok-casino-games-guide__container {
    padding: 0 15px;
  }
}