/* style/game-guides-keno.css */
.page-game-guides-keno {
  font-family: 'Arial', sans-serif;
  color: #E5E5E5; /* Light gray for main text on dark background */
  background-color: #1A1A1A;
  line-height: 1.6;
}

.page-game-guides-keno .highlight {
  color: #FFD700; /* Gold for highlighting nohu52bet */
}

.page-game-guides-keno__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-guides-keno__hero {
  background: linear-gradient(135deg, #1A1A1A 0%, #333333 50%, #1A1A1A 100%);
  padding: 80px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

.page-game-guides-keno__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.page-game-guides-keno__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  overflow: hidden;
}

.page-game-guides-keno__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}

.page-game-guides-keno__title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  line-height: 1.2;
}

.page-game-guides-keno__subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #E5E5E5;
}

.page-game-guides-keno__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold */
  color: #1A1A1A; /* Dark text on gold */
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-game-guides-keno__cta-button:hover {
  background-color: #E5C100; /* Darker gold */
  transform: translateY(-3px);
}

.page-game-guides-keno__section {
  padding: 60px 0;
}

.page-game-guides-keno__section:nth-of-type(odd) {
  background-color: #252525; /* Slightly lighter dark for contrast */
}

.page-game-guides-keno__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-game-guides-keno__sub-section-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-game-guides-keno__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E5E5E5;
}

.page-game-guides-keno__ordered-list,
.page-game-guides-keno__unordered-list {
  list-style-position: inside;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-game-guides-keno__ordered-list li,
.page-game-guides-keno__unordered-list li {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #E5E5E5;
}

.page-game-guides-keno__ordered-list li::marker {
  color: #FFD700;
  font-weight: bold;
}

.page-game-guides-keno__unordered-list li::before {
  content: '\2022'; /* Bullet point */
  color: #FFD700;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.page-game-guides-keno__inline-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-game-guides-keno__inline-link:hover {
  color: #E5C100;
  text-decoration: underline;
}

.page-game-guides-keno__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-game-guides-keno__image--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-game-guides-keno__image--right {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
  width: 40%;
}

.page-game-guides-keno__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-game-guides-keno__grid-item {
  background-color: #1A1A1A;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-left: 5px solid #FFD700;
}

.page-game-guides-keno__grid-item .page-game-guides-keno__sub-section-title {
  font-size: 1.5em;
  margin-top: 0;
  color: #FFD700;
}

.page-game-guides-keno__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: center;
}

.page-game-guides-keno__benefit-item {
  background-color: #1A1A1A;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-bottom: 3px solid #FFD700;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-game-guides-keno__benefit-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: invert(80%) sepia(100%) saturate(700%) hue-rotate(0deg) brightness(100%) contrast(100%); /* Make icons gold */
}

.page-game-guides-keno__benefit-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-game-guides-keno__benefit-description {
  font-size: 1em;
  color: #E5E5E5;
}

.page-game-guides-keno__platform-image-wrapper {
  margin-top: 50px;
  text-align: center;
}

.page-game-guides-keno__faq-item {
  background-color: #1A1A1A;
  border: 1px solid #333333;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-game-guides-keno__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-top: 0;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-game-guides-keno__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-game-guides-keno__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-game-guides-keno__faq-answer {
  font-size: 1.1em;
  color: #E5E5E5;
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
  opacity: 0;
}

.page-game-guides-keno__faq-answer.active {
  max-height: 500px; /* Adjust as needed */
  opacity: 1;
}

.page-game-guides-keno__cta-banner {
  background: linear-gradient(90deg, #FFD700, #E5C100);
  padding: 60px 0;
  text-align: center;
  color: #1A1A1A; /* Dark text on gold background */
}

.page-game-guides-keno__section-title--inverted {
  color: #1A1A1A;
  margin-bottom: 20px;
}

.page-game-guides-keno__paragraph--inverted {
  color: #333333;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-game-guides-keno__cta-button--inverted {
  background-color: #1A1A1A;
  color: #FFD700;
  margin: 0 10px;
}

.page-game-guides-keno__cta-button--inverted:hover {
  background-color: #333333;
  color: #FFD700;
}

.page-game-guides-keno__secondary-button {
  display: inline-block;
  background-color: transparent;
  color: #1A1A1A;
  border: 2px solid #1A1A1A;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  margin: 0 10px;
}

.page-game-guides-keno__secondary-button:hover {
  background-color: #1A1A1A;
  color: #FFD700;
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-game-guides-keno__title {
    font-size: 2.8em;
  }

  .page-game-guides-keno__subtitle {
    font-size: 1.3em;
  }

  .page-game-guides-keno__section-title {
    font-size: 2em;
  }

  .page-game-guides-keno__sub-section-title {
    font-size: 1.6em;
  }

  .page-game-guides-keno__image--right {
    float: none;
    margin: 20px auto;
    width: 80%;
    display: block;
  }
}

@media (max-width: 768px) {
  .page-game-guides-keno__hero {
    padding: 60px 0;
  }

  .page-game-guides-keno__title {
    font-size: 2.2em;
  }

  .page-game-guides-keno__subtitle {
    font-size: 1.1em;
  }

  .page-game-guides-keno__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-game-guides-keno__section {
    padding: 40px 0;
  }

  .page-game-guides-keno__section-title {
    font-size: 1.8em;
  }

  .page-game-guides-keno__sub-section-title {
    font-size: 1.4em;
  }

  .page-game-guides-keno__paragraph,
  .page-game-guides-keno__ordered-list li,
  .page-game-guides-keno__unordered-list li,
  .page-game-guides-keno__benefit-description,
  .page-game-guides-keno__faq-answer {
    font-size: 1em;
  }

  .page-game-guides-keno__grid,
  .page-game-guides-keno__benefits-grid {
    grid-template-columns: 1fr;
  }

  .page-game-guides-keno__cta-banner .page-game-guides-keno__cta-button,
  .page-game-guides-keno__cta-banner .page-game-guides-keno__secondary-button {
    display: block;
    margin: 15px auto;
    max-width: 250px;
  }
}

@media (max-width: 480px) {
  .page-game-guides-keno__title {
    font-size: 1.8em;
  }

  .page-game-guides-keno__subtitle {
    font-size: 0.9em;
  }

  .page-game-guides-keno__section-title {
    font-size: 1.5em;
  }

  .page-game-guides-keno__sub-section-title {
    font-size: 1.2em;
  }

  .page-game-guides-keno__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}