.page-resources-639jl-security-features {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
}

.page-resources-639jl-security-features__hero-section {
  position: relative;
  overflow: hidden;
  background-color: #000000;
  padding-bottom: 50px; /* Adjust as needed for content placement */
}

.page-resources-639jl-security-features__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  opacity: 0.6;
}

.page-resources-639jl-security-features__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFFFFF;
  max-width: 900px;
  padding: 20px;
  z-index: 10;
}

.page-resources-639jl-security-features__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FCBC45; /* Login color for emphasis */
}

.page-resources-639jl-security-features__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-resources-639jl-security-features__hero-button {
  display: inline-block;
  padding: 12px 25px;
  margin: 0 10px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  min-width: 150px;
  text-align: center;
}

.page-resources-639jl-security-features__hero-button--register {
  background-color: #FFFFFF; /* Register color */
  color: #000000;
}

.page-resources-639jl-security-features__hero-button--register:hover {
  background-color: #f0f0f0;
}

.page-resources-639jl-security-features__hero-button--login {
  background-color: #FCBC45; /* Login color */
  color: #000000;
}

.page-resources-639jl-security-features__hero-button--login:hover {
  background-color: #e0a53a;
}

.page-resources-639jl-security-features__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-639jl-security-features__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-639jl-security-features__back-link:hover {
  color: #FCBC45;
}

.page-resources-639jl-security-features__section-title {
  font-size: 2.5em;
  color: #000000;
  margin-bottom: 30px;
  text-align: center;
}

.page-resources-639jl-security-features__sub-section-title {
  font-size: 1.8em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-639jl-security-features__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-639jl-security-features__image-content {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-639jl-security-features__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-639jl-security-features__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-639jl-security-features__quote {
  background-color: #f9f9f9;
  border-left: 5px solid #FCBC45;
  padding: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #555555;
  font-size: 1.1em;
}

.page-resources-639jl-security-features__cta-button,
.page-resources-639jl-security-features__final-cta-button {
  display: block;
  width: fit-content;
  margin: 30px auto;
  padding: 15px 30px;
  background-color: #FCBC45;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  text-align: center;
  font-size: 1.1em;
}

.page-resources-639jl-security-features__cta-button:hover,
.page-resources-639jl-security-features__final-cta-button:hover {
  background-color: #e0a53a;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-639jl-security-features__hero-title {
    font-size: 3em;
  }
  .page-resources-639jl-security-features__hero-description {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-resources-639jl-security-features__hero-title {
    font-size: 2.2em;
  }
  .page-resources-639jl-security-features__hero-description {
    font-size: 1em;
  }
  .page-resources-639jl-security-features__hero-button {
    padding: 10px 20px;
    margin: 10px 5px;
    font-size: 0.9em;
    min-width: unset;
  }
  .page-resources-639jl-security-features__content-area {
    margin: 20px auto;
    padding: 15px;
  }
  .page-resources-639jl-security-features__section-title {
    font-size: 2em;
  }
  .page-resources-639jl-security-features__sub-section-title {
    font-size: 1.5em;
  }
  .page-resources-639jl-security-features__paragraph,
  .page-resources-639jl-security-features__list-item,
  .page-resources-639jl-security-features__quote {
    font-size: 0.95em;
  }
  .page-resources-639jl-security-features__image-content {
    max-width: 100%;
    height: auto;
    min-width: 200px;
    min-height: 200px;
  }
  .page-resources-639jl-security-features__cta-button,
  .page-resources-639jl-security-features__final-cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-639jl-security-features__hero-title {
    font-size: 1.8em;
  }
  .page-resources-639jl-security-features__hero-description {
    font-size: 0.9em;
  }
  .page-resources-639jl-security-features__hero-content {
    padding: 15px;
  }
  .page-resources-639jl-security-features__hero-button {
    display: block;
    margin: 10px auto;
  }
  .page-resources-639jl-security-features__section-title {
    font-size: 1.8em;
  }
  .page-resources-639jl-security-features__sub-section-title {
    font-size: 1.3em;
  }
  .page-resources-639jl-security-features__image-content {
    max-width: 100%;
    height: auto;
    min-width: 200px;
    min-height: 200px;
  }
}