.page-resources-88clb-game-fairness {
  font-family: 'Arial', sans-serif;
  color: #E5E5E5; /* Light grey for general text on dark backgrounds */
  background-color: #1A202C; /* Main dark background */
  line-height: 1.6;
}

.page-resources-88clb-game-fairness .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-88clb-game-fairness .hero-section {
  background: linear-gradient(135deg, #1A202C 0%, #3a4a6b 100%); /* Dark blue gradient */
  color: #FFD700; /* Gold for hero text */
  text-align: center;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}

.page-resources-88clb-game-fairness .hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700; /* Gold for main title */
}

.page-resources-88clb-game-fairness .hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #e5dfd3; /* Lighter text for subtitle */
}

.page-resources-88clb-game-fairness .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-88clb-game-fairness .btn-primary {
  background-color: #FFD700; /* Gold button */
  color: #1A202C; /* Dark text on gold */
}

.page-resources-88clb-game-fairness .btn-primary:hover {
  background-color: #e6c200; /* Darker gold on hover */
  transform: translateY(-2px);
}

.page-resources-88clb-game-fairness .btn-secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text for secondary */
  border: 2px solid #FFD700;
  margin-left: 20px;
}

.page-resources-88clb-game-fairness .btn-secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
  transform: translateY(-2px);
}

.page-resources-88clb-game-fairness .content-block {
  padding: 60px 0;
}

.page-resources-88clb-game-fairness .bg-dark {
  background-color: #1A202C;
  color: #E5E5E5;
}

.page-resources-88clb-game-fairness .bg-accent {
  background-color: #FFD700;
  color: #1A202C; /* Dark text on gold background */
}

.page-resources-88clb-game-fairness .bg-accent .section-title,
.page-resources-88clb-game-fairness .bg-accent p {
  color: #1A202C;
}

.page-resources-88clb-game-fairness .section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-88clb-game-fairness .section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-88clb-game-fairness .subsection-title {
  font-size: 1.8em;
  color: #e5dfd3; /* Lighter text for sub-titles */
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-88clb-game-fairness p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E5E5E5;
}

.page-resources-88clb-game-fairness .bg-accent p {
  color: #1A202C;
}

.page-resources-88clb-game-fairness .content-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-88clb-game-fairness .feature-list,
.page-resources-88clb-game-fairness .bullet-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-resources-88clb-game-fairness .feature-list li,
.page-resources-88clb-game-fairness .bullet-list li {
  background: #2D3748; /* Slightly lighter dark background for list items */
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  padding-left: 50px;
  color: #E5E5E5;
}

.page-resources-88clb-game-fairness .feature-list li::before,
.page-resources-88clb-game-fairness .bullet-list li::before {
  content: '✔';
  color: #FFD700; /* Gold checkmark */
  font-size: 1.5em;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.page-resources-88clb-game-fairness .cta-section {
  text-align: center;
  padding: 80px 20px;
}

.page-resources-88clb-game-fairness .cta-buttons {
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-88clb-game-fairness .btn-large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-resources-88clb-game-fairness .small-text {
  font-size: 0.9em;
  color: #1A202C; /* Dark text on gold background */
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-88clb-game-fairness .hero-title {
    font-size: 2.5em;
  }
  .page-resources-88clb-game-fairness .hero-subtitle {
    font-size: 1.2em;
  }
  .page-resources-88clb-game-fairness .section-title {
    font-size: 2em;
  }
  .page-resources-88clb-game-fairness .subsection-title {
    font-size: 1.5em;
  }
  .page-resources-88clb-game-fairness .btn-large {
    padding: 15px 25px;
    font-size: 1em;
  }
  .page-resources-88clb-game-fairness .cta-buttons a {
    display: block;
    margin: 10px auto;
  }
  .page-resources-88clb-game-fairness .btn-secondary {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .page-resources-88clb-game-fairness .hero-title {
    font-size: 2em;
  }
  .page-resources-88clb-game-fairness .hero-subtitle {
    font-size: 1em;
  }
  .page-resources-88clb-game-fairness .section-title {
    font-size: 1.8em;
  }
  .page-resources-88clb-game-fairness p {
    font-size: 1em;
  }
  .page-resources-88clb-game-fairness .feature-list li,
  .page-resources-88clb-game-fairness .bullet-list li {
    padding-left: 40px;
  }
  .page-resources-88clb-game-fairness .feature-list li::before,
  .page-resources-88clb-game-fairness .bullet-list li::before {
    font-size: 1.2em;
    left: 10px;
  }
}