.page-resources-888ph-security-and-reputation {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-resources-888ph-security-and-reputation__hero-section {
  background-color: #000000; /* Dark background for hero */
  color: #FFFFFF;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-888ph-security-and-reputation__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.page-resources-888ph-security-and-reputation__hero-content {
  max-width: 800px;
  text-align: center;
}

.page-resources-888ph-security-and-reputation__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-weight: bold;
}

.page-resources-888ph-security-and-reputation__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-888ph-security-and-reputation__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-888ph-security-and-reputation__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  min-width: 150px;
  text-align: center;
}

.page-resources-888ph-security-and-reputation__button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-888ph-security-and-reputation__button--register:hover {
  background-color: #e0e0e0;
  color: #000000;
}

.page-resources-888ph-security-and-reputation__button--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-888ph-security-and-reputation__button--login:hover {
  background-color: #e0a53b;
  color: #000000;
}

.page-resources-888ph-security-and-reputation__hero-image {
  margin-top: 40px;
}

.page-resources-888ph-security-and-reputation__hero-image img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-888ph-security-and-reputation__content-area {
  max-width: 800px; /* Content width for readability */
  margin: 0 auto;
  padding: 40px 20px;
}

.page-resources-888ph-security-and-reputation__article-heading {
  font-size: 2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-888ph-security-and-reputation__article-sub-heading {
  font-size: 1.5em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-888ph-security-and-reputation__article-paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-888ph-security-and-reputation__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-resources-888ph-security-and-reputation__image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Ensure content images are not small */
  min-height: 200px;
}

.page-resources-888ph-security-and-reputation__call-to-action {
  background-color: #000000;
  color: #FFFFFF;
  padding: 50px 20px;
  text-align: center;
  margin-top: 60px;
  border-radius: 10px;
}

.page-resources-888ph-security-and-reputation__call-to-action-title {
  font-size: 2em;
  margin-bottom: 15px;
  color: #FFFFFF;
}

.page-resources-888ph-security-and-reputation__call-to-action-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-888ph-security-and-reputation__call-to-action-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-888ph-security-and-reputation__related-resources {
  margin-top: 60px;
  border-top: 1px solid #e0e0e0;
  padding-top: 40px;
}

.page-resources-888ph-security-and-reputation__related-resources-title {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
}

.page-resources-888ph-security-and-reputation__resource-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.page-resources-888ph-security-and-reputation__resource-item {
  margin-bottom: 10px;
}

.page-resources-888ph-security-and-reputation__resource-link {
  font-size: 1.1em;
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-888ph-security-and-reputation__resource-link:hover {
  color: #FCBC45;
  text-decoration: underline;
}

.page-resources-888ph-security-and-reputation__back-to-resources {
  display: inline-block;
  margin-top: 30px;
  padding: 10px 25px;
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  font-weight: bold;
}

.page-resources-888ph-security-and-reputation__back-to-resources:hover {
  background-color: #333333;
}

/* Responsive design */
@media (max-width: 768px) {
  .page-resources-888ph-security-and-reputation__hero-title {
    font-size: 2em;
  }

  .page-resources-888ph-security-and-reputation__hero-description {
    font-size: 1em;
  }

  .page-resources-888ph-security-and-reputation__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-888ph-security-and-reputation__button {
    width: 100%;
    max-width: 250px;
  }

  .page-resources-888ph-security-and-reputation__content-area,
  .page-resources-888ph-security-and-reputation__hero-section {
    padding: 30px 15px;
  }

  .page-resources-888ph-security-and-reputation__article-heading {
    font-size: 1.6em;
  }

  .page-resources-888ph-security-and-reputation__article-sub-heading {
    font-size: 1.3em;
  }

  .page-resources-888ph-security-and-reputation__article-paragraph {
    font-size: 1em;
  }

  .page-resources-888ph-security-and-reputation__image-wrapper img {
    max-width: 100%;
    height: auto;
  }

  .page-resources-888ph-security-and-reputation__call-to-action-title {
    font-size: 1.8em;
  }

  .page-resources-888ph-security-and-reputation__call-to-action-description {
    font-size: 1em;
  }

  .page-resources-888ph-security-and-reputation__call-to-action-buttons {
    flex-direction: column;
  }

  .page-resources-888ph-security-and-reputation__related-resources-title {
    font-size: 1.5em;
  }

  /* Ensure content area images do not cause horizontal scroll */
  .page-resources-888ph-security-and-reputation img {
    max-width: 100%;
    height: auto;
  }
}