.page-resources-neww88-security-fairness {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #000000; /* Assuming body background is black from shared.css */
}

.page-resources-neww88-security-fairness__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-resources-neww88-security-fairness__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  background-color: #1A2B4C; /* Main brand color for hero */
  color: #ffffff;
  overflow: hidden;
}

.page-resources-neww88-security-fairness__hero-content {
  max-width: 900px;
  z-index: 1;
  position: relative;
}

.page-resources-neww88-security-fairness__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Accent color for title */
  line-height: 1.2;
}

.page-resources-neww88-security-fairness__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-neww88-security-fairness__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-neww88-security-fairness__btn-primary,
.page-resources-neww88-security-fairness__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text wrapping */
  box-sizing: border-box;
  text-align: center;
}

.page-resources-neww88-security-fairness__btn-primary {
  background-color: #FFD700; /* Accent color */
  color: #1A2B4C; /* Main color for text */
  border: 2px solid #FFD700;
}

.page-resources-neww88-security-fairness__btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

.page-resources-neww88-security-fairness__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-neww88-security-fairness__btn-secondary:hover {
  background-color: #ffffff;
  color: #1A2B4C;
}

.page-resources-neww88-security-fairness__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-resources-neww88-security-fairness__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  /* filter: brightness(0.7); No filter property for images, as per instructions */
}

.page-resources-neww88-security-fairness__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: #FFD700; /* Accent color for section titles */
  line-height: 1.3;
}

.page-resources-neww88-security-fairness__sub-heading {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-neww88-security-fairness__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-neww88-security-fairness__text-block a {
  color: #FFD700;
  text-decoration: underline;
}

.page-resources-neww88-security-fairness__text-block a:hover {
  color: #e6c200;
}

.page-resources-neww88-security-fairness__light-bg {
  background-color: #0d0d0d; /* Slightly lighter dark background for contrast */
  color: #ffffff;
  padding: 60px 0;
}

.page-resources-neww88-security-fairness__dark-bg {
  background-color: #1A2B4C; /* Main brand color */
  color: #ffffff;
  padding: 60px 0;
}