.page-resources-security-fairness-deep-dive {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Account for fixed header */
  background-color: #FFFFFF;
}

.page-resources-security-fairness-deep-dive__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #000000; /* Dark background for hero content */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.page-resources-security-fairness-deep-dive__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.5;
}

.page-resources-security-fairness-deep-dive__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #FFFFFF;
  padding: 40px 20px;
  max-width: 900px;
}

.page-resources-security-fairness-deep-dive__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}

.page-resources-security-fairness-deep-dive__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #F0F0F0;
}

.page-resources-security-fairness-deep-dive__register-button {
  display: inline-block;
  background-color: #FCBC45; /* Login color for button background */
  color: #000000; /* Dark text for FCBC45 background */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  font-size: 1.1em;
}

.page-resources-security-fairness-deep-dive__register-button:hover {
  background-color: #e0a53a;
}

.page-resources-security-fairness-deep-dive__content-area {
  max-width: 800px; /* Content width for comfortable reading */
  margin: 40px auto;
  padding: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.page-resources-security-fairness-deep-dive__section-title {
  font-size: 2.2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
}

.page-resources-security-fairness-deep-dive__subsection-title {
  font-size: 1.8em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-resources-security-fairness-deep-dive__sub-subsection-title {
  font-size: 1.4em;
  color: #333333;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-resources-security-fairness-deep-dive__paragraph {
  font-size: 1.05em;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #333333;
}

.page-resources-security-fairness-deep-dive__content-image {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-security-fairness-deep-dive__conclusion-callout {
  background-color: #000000; /* Main color as background */
  color: #FFFFFF;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
  margin-top: 50px;
}

.page-resources-security-fairness-deep-dive__conclusion-text {
  font-size: 1.3em;
  margin-bottom: 25px;
  line-height: 1.5;
  color: #F0F0F0;
}

.page-resources-security-fairness-deep-dive__join-button {
  display: inline-block;
  background-color: #FCBC45; /* Login color for button background */
  color: #000000; /* Dark text for FCBC45 background */
  padding: 15px 35px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  font-size: 1.2em;
}

.page-resources-security-fairness-deep-dive__join-button:hover {
  background-color: #e0a53a;
}

.page-resources-security-fairness-deep-dive__related-resources {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
  text-align: center;
}

.page-resources-security-fairness-deep-dive__related-title {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 20px;
}

.page-resources-security-fairness-deep-dive__resource-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-resources-security-fairness-deep-dive__resource-item {
  margin-bottom: 10px;
}

.page-resources-security-fairness-deep-dive__resource-item a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
  font-size: 1.1em;
}

.page-resources-security-fairness-deep-dive__resource-item a:hover {
  color: #FCBC45;
}

.page-resources-security-fairness-deep-dive__back-to-resources {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  padding: 10px 20px;
  border: 1px solid #000000;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.page-resources-security-fairness-deep-dive__back-to-resources:hover {
  background-color: #000000;
  color: #FFFFFF;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-security-fairness-deep-dive__hero-title {
    font-size: 2.2em;
  }

  .page-resources-security-fairness-deep-dive__hero-description {
    font-size: 1em;
  }

  .page-resources-security-fairness-deep-dive__section-title {
    font-size: 1.8em;
  }

  .page-resources-security-fairness-deep-dive__subsection-title {
    font-size: 1.5em;
  }

  .page-resources-security-fairness-deep-dive__sub-subsection-title {
    font-size: 1.2em;
  }

  .page-resources-security-fairness-deep-dive__paragraph {
    font-size: 0.95em;
  }

  .page-resources-security-fairness-deep-dive__content-area {
    margin: 20px auto;
    padding: 15px;
  }

  .page-resources-security-fairness-deep-dive__content-area img {
    max-width: 100%;
    height: auto;
  }

  .page-resources-security-fairness-deep-dive__conclusion-callout {
    padding: 30px 20px;
  }

  .page-resources-security-fairness-deep-dive__conclusion-text {
    font-size: 1.1em;
  }

  .page-resources-security-fairness-deep-dive__join-button {
    padding: 12px 25px;
    font-size: 1.1em;
  }
  
  .page-resources-security-fairness-deep-dive {
    overflow-x: hidden;
  }
  .page-resources-security-fairness-deep-dive__content-area img,
  .page-resources-security-fairness-deep-dive__hero-image {
    max-width: 100%;
    height: auto;
  }
}