.page-resources-jl999-security-measures {
  color: #ffffff; /* Light text for dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-resources-jl999-security-measures__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
  background-color: #000000; /* Dark background for hero */
  text-align: center;
  overflow: hidden;
  padding-bottom: 40px;
}

.page-resources-jl999-security-measures__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  z-index: 1;
}

.page-resources-jl999-security-measures__hero-image {
  width: 100%;
  height: auto;
  display: block;
  max-width: 1920px;
  margin: 0 auto 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.page-resources-jl999-security-measures__hero-title {
  font-size: 3.2em;
  margin-bottom: 15px;
  color: #FCBC45; /* Login color for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-jl999-security-measures__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px;
  color: #ffffff;
}

.page-resources-jl999-security-measures__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-jl999-security-measures__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, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-resources-jl999-security-measures__button--register {
  background-color: #FFFFFF;
  color: #000000;
}

.page-resources-jl999-security-measures__button--register:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

.page-resources-jl999-security-measures__button--login {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-jl999-security-measures__button--login:hover {
  background-color: #e0a030;
  transform: translateY(-2px);
}

.page-resources-jl999-security-measures__button--join {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-jl999-security-measures__button--join:hover {
  background-color: #e0a030;
  transform: translateY(-2px);
}

.page-resources-jl999-security-measures__button--download {
  background-color: #FFFFFF;
  color: #000000;
}

.page-resources-jl999-security-measures__button--download:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

.page-resources-jl999-security-measures__content-area {
  max-width: 800px; /* Content width for comfortable reading */
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #000000; /* Dark background for consistency */
  color: #ffffff;
}

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

.page-resources-jl999-security-measures__back-link:hover {
  color: #ffffff;
}

.page-resources-jl999-security-measures__article {
  background-color: #1a1a1a; /* Slightly lighter dark background for article */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.page-resources-jl999-security-measures__article-heading {
  font-size: 2.5em;
  color: #FCBC45;
  margin-bottom: 25px;
  text-align: center;
}

.page-resources-jl999-security-measures__article-subheading {
  font-size: 1.8em;
  color: #FFFFFF;
  margin-top: 35px;
  margin-bottom: 15px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-jl999-security-measures__article-paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-jl999-security-measures__article-image {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-jl999-security-measures__cta-block {
  background-color: #0a0a0a;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin-top: 50px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.page-resources-jl999-security-measures__cta-title {
  font-size: 2.2em;
  color: #FCBC45;
  margin-bottom: 20px;
}

.page-resources-jl999-security-measures__cta-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #ffffff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-jl999-security-measures__hero-title {
    font-size: 2.5em;
  }

  .page-resources-jl999-security-measures__hero-description,
  .page-resources-jl999-security-measures__cta-description {
    font-size: 1em;
  }

  .page-resources-jl999-security-measures__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-jl999-security-measures__button {
    width: 80%;
    margin: 0 auto;
  }

  .page-resources-jl999-security-measures__article-heading {
    font-size: 2em;
  }

  .page-resources-jl999-security-measures__article-subheading {
    font-size: 1.5em;
  }

  .page-resources-jl999-security-measures__article-paragraph {
    font-size: 1em;
  }

  .page-resources-jl999-security-measures__article-image {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensure minimum size */
    min-height: 200px;
  }

  .page-resources-jl999-security-measures__content-area {
    padding: 20px 15px;
  }

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

  /* Mobile content area images must not overflow */
  .page-resources-jl999-security-measures img {
    max-width: 100%;
    height: auto;
  }

  .page-resources-jl999-security-measures {
    overflow-x: hidden;
  }
}

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

  .page-resources-jl999-security-measures__article-heading {
    font-size: 1.8em;
  }

  .page-resources-jl999-security-measures__article-subheading {
    font-size: 1.3em;
  }

  .page-resources-jl999-security-measures__button {
    padding: 12px 20px;
    font-size: 1em;
  }
}