.page-resources-lucky8-security-fairness {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #e5e5d1; /* Light text on dark background for general content */
  background-color: #1A1A2E; /* Main dark background */
}

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

.page-resources-lucky8-security-fairness .hero-section {
  background: linear-gradient(135deg, #1A1A2E 0%, #301934 50%, #E0B95B 100%);
  color: #FFFFFF;
  text-align: center;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.page-resources-lucky8-security-fairness .hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #E0B95B; /* Auxiliary color for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-lucky8-security-fairness .hero-description {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #e5e5d1;
}

.page-resources-lucky8-security-fairness .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1.1em;
}

.page-resources-lucky8-security-fairness .btn-primary {
  background-color: #E0B95B;
  color: #1A1A2E;
  border: 2px solid #E0B95B;
}

.page-resources-lucky8-security-fairness .btn-primary:hover {
  background-color: #ffda6a;
  border-color: #ffda6a;
  transform: translateY(-2px);
}

.page-resources-lucky8-security-fairness .btn-secondary {
  background-color: transparent;
  color: #E0B95B;
  border: 2px solid #E0B95B;
  margin-left: 20px;
}

.page-resources-lucky8-security-fairness .btn-secondary:hover {
  background-color: #E0B95B;
  color: #1A1A2E;
  transform: translateY(-2px);
}

.page-resources-lucky8-security-fairness .content-section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(224, 185, 91, 0.1);
}

.page-resources-lucky8-security-fairness .content-section:last-of-type {
  border-bottom: none;
}

.page-resources-lucky8-security-fairness .section-title {
  font-size: 2.5em;
  color: #E0B95B;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.page-resources-lucky8-security-fairness .section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #E0B95B;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-resources-lucky8-security-fairness .section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}

.page-resources-lucky8-security-fairness .section-grid.reverse-order {
  grid-template-areas: "image text";
}

.page-resources-lucky8-security-fairness .section-grid.reverse-order .image-content {
  grid-area: image;
}

.page-resources-lucky8-security-fairness .section-grid.reverse-order .text-content {
  grid-area: text;
}

.page-resources-lucky8-security-fairness .text-content h3 {
  font-size: 1.8em;
  color: #E0B95B;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-lucky8-security-fairness .text-content p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #e5e5d1;
}

.page-resources-lucky8-security-fairness .image-content {
  text-align: center;
}

.page-resources-lucky8-security-fairness .responsive-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-lucky8-security-fairness .cta-section {
  background-color: #282844; /* A slightly lighter dark background */
  padding: 80px 0;
  text-align: center;
  color: #FFFFFF;
}

.page-resources-lucky8-security-fairness .cta-title {
  font-size: 3em;
  color: #E0B95B;
  margin-bottom: 20px;
}

.page-resources-lucky8-security-fairness .cta-description {
  font-size: 1.2em;
  max-width: 900px;
  margin: 0 auto 40px;
  color: #e5e5d1;
}

.page-resources-lucky8-security-fairness .cta-buttons .btn-large {
  padding: 18px 35px;
  font-size: 1.2em;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-lucky8-security-fairness .hero-title {
    font-size: 2.8em;
  }

  .page-resources-lucky8-security-fairness .section-title {
    font-size: 2em;
  }

  .page-resources-lucky8-security-fairness .section-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .page-resources-lucky8-security-fairness .section-grid.reverse-order {
    grid-template-areas: unset;
  }

  .page-resources-lucky8-security-fairness .section-grid.reverse-order .image-content {
    order: 1;
  }

  .page-resources-lucky8-security-fairness .section-grid.reverse-order .text-content {
    order: 2;
  }
  
  .page-resources-lucky8-security-fairness .btn-secondary {
    margin-left: 0;
    margin-top: 15px;
  }

  .page-resources-lucky8-security-fairness .cta-buttons .btn-large {
    display: block;
    margin: 15px auto;
  }
}

@media (max-width: 768px) {
  .page-resources-lucky8-security-fairness .hero-section {
    padding: 80px 0;
  }

  .page-resources-lucky8-security-fairness .hero-title {
    font-size: 2.2em;
  }

  .page-resources-lucky8-security-fairness .hero-description {
    font-size: 1.1em;
  }

  .page-resources-lucky8-security-fairness .section-title {
    font-size: 1.8em;
  }

  .page-resources-lucky8-security-fairness .text-content h3 {
    font-size: 1.5em;
  }

  .page-resources-lucky8-security-fairness .cta-title {
    font-size: 2.5em;
  }
  
  .page-resources-lucky8-security-fairness .btn-secondary {
    margin-top: 10px;
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .page-resources-lucky8-security-fairness .hero-title {
    font-size: 1.8em;
  }

  .page-resources-lucky8-security-fairness .hero-description {
    font-size: 1em;
  }

  .page-resources-lucky8-security-fairness .btn {
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-resources-lucky8-security-fairness .section-title {
    font-size: 1.5em;
  }

  .page-resources-lucky8-security-fairness .text-content h3 {
    font-size: 1.3em;
  }

  .page-resources-lucky8-security-fairness .cta-title {
    font-size: 2em;
  }
  
  .page-resources-lucky8-security-fairness .btn-secondary {
    margin-top: 10px;
    margin-left: 0;
  }
}