.page-resources-security-reputation {
  color: #333333; /* Dark text for default light body background */
}

.page-resources-security-reputation__hero-section {
  padding-top: var(--header-offset, 120px);
  padding-bottom: 60px;
  background-color: #000080; /* Auxiliary color for hero background */
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-resources-security-reputation__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  z-index: 1;
}

.page-resources-security-reputation__main-title {
  font-size: 3.2em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  line-height: 1.2;
}

.page-resources-security-reputation__intro-text {
  font-size: 1.3em;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-security-reputation__hero-cta {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.page-resources-security-reputation__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}

.page-resources-security-reputation__button--primary {
  background-color: #FFD700; /* Gold primary button */
  color: #000080; /* Dark blue text */
  border: 2px solid #FFD700;
}

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

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

.page-resources-security-reputation__button--secondary:hover {
  background-color: #FFD700;
  color: #000080;
}

.page-resources-security-reputation__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-resources-security-reputation__hero-image {
  width: 1200px;
  height: 675px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-security-reputation__content-area {
  max-width: 900px;
  margin: 40px auto;
  padding: 20px;
  line-height: 1.7;
  font-size: 1.1em;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.page-resources-security-reputation__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #000080;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.page-resources-security-reputation__back-link:hover {
  color: #FFD700;
}

.page-resources-security-reputation__section-title {
  font-size: 2.5em;
  font-weight: 700;
  color: #000080;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-security-reputation__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-security-reputation__sub-title {
  font-size: 1.8em;
  font-weight: 600;
  color: #000080;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-resources-security-reputation__paragraph {
  margin-bottom: 20px;
  color: #333333;
  text-align: justify;
}

.page-resources-security-reputation__image-block {
  text-align: center;
  margin: 40px 0;
}

.page-resources-security-reputation__content-image {
  width: 800px;
  height: 500px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-security-reputation__final-cta {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

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

  .page-resources-security-reputation__intro-text {
    font-size: 1.2em;
  }

  .page-resources-security-reputation__hero-image {
    width: 100%;
    height: auto;
  }

  .page-resources-security-reputation__content-image {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .page-resources-security-reputation__hero-section {
    padding-top: var(--header-offset, 120px);
    padding-bottom: 40px;
  }

  .page-resources-security-reputation__main-title {
    font-size: 2.2em;
    margin-bottom: 15px;
  }

  .page-resources-security-reputation__intro-text {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-resources-security-reputation__hero-cta {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-security-reputation__button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-security-reputation__section-title {
    font-size: 2em;
    margin-bottom: 20px;
  }

  .page-resources-security-reputation__sub-title {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-resources-security-reputation__content-area {
    margin: 20px auto;
    padding: 15px;
    font-size: 1em;
  }

  /* Ensure content images do not overflow on mobile */
  .page-resources-security-reputation img {
    max-width: 100%;
    height: auto;
  }
}

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

  .page-resources-security-reputation__section-title {
    font-size: 1.8em;
  }

  .page-resources-security-reputation__sub-title {
    font-size: 1.3em;
  }

  .page-resources-security-reputation__hero-cta {
    gap: 10px;
  }

  .page-resources-security-reputation__button {
    font-size: 0.9em;
    padding: 10px 20px;
  }
}