.page-resources-winclub-security-fairness {
  font-family: 'Arial', sans-serif;
  color: #E2E8F0; /* Light text on dark background */
  background-color: #1A202C;
}

.page-resources-winclub-security-fairness .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-winclub-security-fairness .hero-section {
  background: linear-gradient(135deg, #1A202C 0%, #3a475f 100%); /* Darker gradient for hero */
  padding: 80px 0;
  text-align: center;
  color: #FFD700;
  position: relative;
  overflow: hidden;
}

.page-resources-winclub-security-fairness .hero-section h1 {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-winclub-security-fairness .hero-section p {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px auto;
  line-height: 1.6;
  color: #E2E8F0;
}

.page-resources-winclub-fairness .btn-primary {
  background-color: #FFD700;
  color: #1A202C;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
}

.page-resources-winclub-fairness .btn-primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-winclub-security-fairness .section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-winclub-security-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-winclub-security-fairness .content-section {
  padding: 60px 0;
}

.page-resources-winclub-security-fairness .section-bg-dark {
  background-color: #1A202C;
  color: #E2E8F0;
}

.page-resources-winclub-security-fairness .section-bg-light {
  background-color: #2D3748; /* Slightly lighter dark background */
  color: #E2E8F0;
}

.page-resources-winclub-security-fairness .content-block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 40px;
}

.page-resources-winclub-security-fairness .content-block p {
  flex: 1 1 100%;
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 15px;
}

.page-resources-winclub-security-fairness .content-block h3 {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
  flex: 1 1 100%;
}

.page-resources-winclub-security-fairness .content-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}

.page-resources-winclub-security-fairness .content-image-right {
  order: 2;
}

@media (min-width: 768px) {
  .page-resources-winclub-security-fairness .content-block p, 
  .page-resources-winclub-security-fairness .content-block h3 {
    flex: 1 1 60%;
  }
  .page-resources-winclub-security-fairness .content-image {
    flex: 0 0 35%;
    max-width: none;
    margin-bottom: 0;
  }
  .page-resources-winclub-security-fairness .content-image-right {
    margin-left: 30px;
  }
  .page-resources-winclub-security-fairness .content-block .content-image:not(.content-image-right) {
    margin-right: 30px;
  }
}

.page-resources-winclub-security-fairness .cta-section {
  background-color: #1A202C;
  padding: 80px 0;
  text-align: center;
  color: #E2E8F0;
}

.page-resources-winclub-security-fairness .cta-section .section-title {
  color: #FFD700;
}

.page-resources-winclub-security-fairness .cta-buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-winclub-security-fairness .btn {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  white-space: nowrap;
}

.page-resources-winclub-security-fairness .btn-primary {
  background-color: #FFD700;
  color: #1A202C;
}

.page-resources-winclub-security-fairness .btn-primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 15px rgba(255, 215, 0, 0.3);
}

.page-resources-winclub-security-fairness .btn-secondary {
  background-color: #3f51b5; /* A complementary blue for contrast */
  color: #E2E8F0;
  border-color: #3f51b5;
}

.page-resources-winclub-security-fairness .btn-secondary:hover {
  background-color: #303f9f;
  border-color: #303f9f;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 15px rgba(63, 81, 181, 0.3);
}

.page-resources-winclub-security-fairness .btn-outline {
  background-color: transparent;
  color: #FFD700;
  border-color: #FFD700;
}

.page-resources-winclub-security-fairness .btn-outline:hover {
  background-color: #FFD700;
  color: #1A202C;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 15px rgba(255, 215, 0, 0.3);
}

@media (max-width: 767px) {
  .page-resources-winclub-security-fairness .hero-section h1 {
    font-size: 2.5em;
  }
  .page-resources-winclub-security-fairness .hero-section p {
    font-size: 1em;
  }
  .page-resources-winclub-security-fairness .section-title {
    font-size: 2em;
  }
  .page-resources-winclub-security-fairness .content-block {
    flex-direction: column;
  }
  .page-resources-winclub-security-fairness .content-image, 
  .page-resources-winclub-security-fairness .content-image-right {
    margin-left: 0;
    order: initial;
  }
  .page-resources-winclub-security-fairness .cta-buttons .btn {
    width: 100%;
    max-width: 300px;
  }
}