.page-resources-shbet-sam-security-fairness {
  color: #ffffff; /* Default text color for dark body background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  background-color: #121212; /* Inherited from body, ensuring contrast */
}

.page-resources-shbet-sam-security-fairness__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 500px;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(135deg, #8B0000 0%, #a02000 100%); /* Brand color gradient */
  padding-bottom: 40px;
}

.page-resources-shbet-sam-security-fairness__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
}

.page-resources-shbet-sam-security-fairness__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.2;
  overflow: hidden;
}

.page-resources-shbet-sam-security-fairness__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-resources-shbet-sam-security-fairness__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold accent for title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

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

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

.page-resources-shbet-sam-security-fairness__btn-primary,
.page-resources-shbet-sam-security-fairness__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-resources-shbet-sam-security-fairness__btn-primary {
  background: #FFD700;
  color: #8B0000;
  border: 2px solid #FFD700;
}

.page-resources-shbet-sam-security-fairness__btn-primary:hover {
  background: #e0b800;
  border-color: #e0b800;
}

.page-resources-shbet-sam-security-fairness__btn-secondary {
  background: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-shbet-sam-security-fairness__btn-secondary:hover {
  background: #FFD700;
  color: #8B0000;
}

.page-resources-shbet-sam-security-fairness__content-section {
  padding: 60px 20px;
}

.page-resources-shbet-sam-security-fairness__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-resources-shbet-sam-security-fairness__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  text-align: center;
  color: #FFD700;
}

.page-resources-shbet-sam-security-fairness__subsection-title {
  font-size: 1.8em;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #FFD700;
}

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

.page-resources-shbet-sam-security-fairness__dark-bg {
  background-color: #1a1a1a;
  color: #ffffff;
}

.page-resources-shbet-sam-security-fairness__light-bg {
  background-color: #2a2a2a;
  color: #f0f0f0;
}

.page-resources-shbet-sam-security-fairness__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-shbet-sam-security-fairness__feature-item {
  text-align: center;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.05); /* Slightly transparent white for cards */
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-resources-shbet-sam-security-fairness__feature-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  max-width: 100%;
  display: block;
}

.page-resources-shbet-sam-security-fairness__feature-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #FFD700;
}

.page-resources-shbet-sam-security-fairness__feature-description {
  font-size: 1em;
  color: #e0e0e0;
}

.page-resources-shbet-sam-security-fairness__image-centered {
  text-align: center;
  margin: 40px 0;
  max-width: 100%;
  overflow: hidden;
}

.page-resources-shbet-sam-security-fairness__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
}

.page-resources-shbet-sam-security-fairness__flex-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-resources-shbet-sam-security-fairness__text-content {
  flex: 1;
  min-width: 300px;
}

.page-resources-shbet-sam-security-fairness__image-right {
  flex: 1;
  min-width: 300px;
  text-align: right;
  max-width: 100%;
  overflow: hidden;
}

.page-resources-shbet-sam-security-fairness__faq-list {
  margin-top: 40px;
}

.page-resources-shbet-sam-security-fairness__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-shbet-sam-security-fairness__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: #8B0000; /* Main brand color for questions */
  color: #ffffff;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-resources-shbet-sam-security-fairness__faq-question:hover {
  background-color: #a02000;
}

.page-resources-shbet-sam-security-fairness__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #FFD700;
}

.page-resources-shbet-sam-security-fairness__faq-item.active .page-resources-shbet-sam-security-fairness__faq-toggle {
  transform: rotate(45deg); /* Plus sign rotates to form an 'x' or minus */
}

.page-resources-shbet-sam-security-fairness__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #e0e0e0;
}

.page-resources-shbet-sam-security-fairness__faq-item.active .page-resources-shbet-sam-security-fairness__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to reveal content */
  padding: 20px;
}

.page-resources-shbet-sam-security-fairness__faq-answer p {
  margin-bottom: 0;
  color: #e0e0e0;
}

.page-resources-shbet-sam-security-fairness__cta-section {
  padding: 80px 20px;
  text-align: center;
  background: linear-gradient(135deg, #8B0000 0%, #a02000 100%); /* Brand color gradient */
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.page-resources-shbet-sam-security-fairness__cta-content {
  position: relative;
  z-index: 2;
}

.page-resources-shbet-sam-security-fairness__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-resources-shbet-sam-security-fairness__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-resources-shbet-sam-security-fairness__cta-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.15;
  overflow: hidden;
}

.page-resources-shbet-sam-security-fairness__cta-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-shbet-sam-security-fairness__hero-title {
    font-size: 2.8em;
  }

  .page-resources-shbet-sam-security-fairness__section-title {
    font-size: 2.2em;
  }

  .page-resources-shbet-sam-security-fairness__cta-title {
    font-size: 2.4em;
  }
}

@media (max-width: 768px) {
  .page-resources-shbet-sam-security-fairness__hero-section {
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-shbet-sam-security-fairness__hero-title {
    font-size: 2.2em;
  }

  .page-resources-shbet-sam-security-fairness__hero-description {
    font-size: 1em;
  }

  .page-resources-shbet-sam-security-fairness__section-title {
    font-size: 1.8em;
  }

  .page-resources-shbet-sam-security-fairness__subsection-title {
    font-size: 1.5em;
  }

  .page-resources-shbet-sam-security-fairness__text-block {
    font-size: 0.95em;
  }

  .page-resources-shbet-sam-security-fairness__feature-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-shbet-sam-security-fairness__flex-container {
    flex-direction: column;
  }

  .page-resources-shbet-sam-security-fairness__image-right {
    text-align: center;
  }

  .page-resources-shbet-sam-security-fairness__cta-title {
    font-size: 2em;
  }

  .page-resources-shbet-sam-security-fairness__cta-description {
    font-size: 1em;
  }

  .page-resources-shbet-sam-security-fairness__btn-primary,
  .page-resources-shbet-sam-security-fairness__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  .page-resources-shbet-sam-security-fairness__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-resources-shbet-sam-security-fairness img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-shbet-sam-security-fairness__section,
  .page-resources-shbet-sam-security-fairness__card,
  .page-resources-shbet-sam-security-fairness__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-shbet-sam-security-fairness__video-section {
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-shbet-sam-security-fairness video,
  .page-resources-shbet-sam-security-fairness__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-shbet-sam-security-fairness__video-section,
  .page-resources-shbet-sam-security-fairness__video-container,
  .page-resources-shbet-sam-security-fairness__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-resources-shbet-sam-security-fairness__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}