.page-game-introduction-sabong-rules {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #E0E0E0;
  background-color: #0A192F;
}

.page-game-introduction-sabong-rules__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-introduction-sabong-rules__hero-section {
  background: linear-gradient(135deg, #0A192F 0%, #1A3A5F 100%);
  padding: 100px 0 60px;
  text-align: center;
  color: #FFD700;
  position: relative;
  overflow: hidden;
}

.page-game-introduction-sabong-rules__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: #FFD700; /* Ensure high contrast */
}

.page-game-introduction-sabong-rules__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #E0E0E0; /* Ensure high contrast */
}

.page-game-introduction-sabong-rules__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A192F;
  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;
  border: none;
  cursor: pointer;
}

.page-game-introduction-sabong-rules__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-game-introduction-sabong-rules__cta-button--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-game-introduction-sabong-rules__content-section {
  padding: 60px 0;
  background-color: #0A192F;
}

.page-game-introduction-sabong-rules__text-block {
  margin-bottom: 30px;
}

.page-game-introduction-sabong-rules__heading {
  font-size: 2.5em;
  color: #FFD700;
  margin-top: 50px;
  margin-bottom: 30px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
  font-weight: 600;
}

.page-game-introduction-sabong-rules__sub-heading {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 500;
}

.page-game-introduction-sabong-rules__text-block p {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #E0E0E0;
}

.page-game-introduction-sabong-rules__text-block a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-game-introduction-sabong-rules__text-block a:hover {
  text-decoration: underline;
}

.page-game-introduction-sabong-rules__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-game-introduction-sabong-rules__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-game-introduction-sabong-rules__image-wrapper {
  margin: 40px 0;
  text-align: center;
}

.page-game-introduction-sabong-rules__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 2px solid #FFD700;
}

.page-game-introduction-sabong-rules__button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A192F;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-game-introduction-sabong-rules__button:hover {
  background-color: #e6c200;
}

.page-game-introduction-sabong-rules__conclusion-block {
  text-align: center;
  padding-top: 50px;
  border-top: 1px solid rgba(255, 215, 0, 0.3);
  margin-top: 60px;
}

.page-game-introduction-sabong-rules__conclusion-block p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #E0E0E0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-game-introduction-sabong-rules__hero-title {
    font-size: 2.5em;
  }

  .page-game-introduction-sabong-rules__hero-subtitle {
    font-size: 1.1em;
  }

  .page-game-introduction-sabong-rules__heading {
    font-size: 2em;
  }

  .page-game-introduction-sabong-rules__sub-heading {
    font-size: 1.5em;
  }

  .page-game-introduction-sabong-rules__text-block p {
    font-size: 1em;
  }

  .page-game-introduction-sabong-rules__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-game-introduction-sabong-rules__hero-title {
    font-size: 2em;
  }

  .page-game-introduction-sabong-rules__hero-subtitle {
    font-size: 0.9em;
  }

  .page-game-introduction-sabong-rules__heading {
    font-size: 1.8em;
  }

  .page-game-introduction-sabong-rules__sub-heading {
    font-size: 1.3em;
  }

  .page-game-introduction-sabong-rules__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-game-introduction-sabong-rules__container {
    padding: 0 15px;
  }
}