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

.page-resources-777pub-security-measures__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #000000; /* Dark background for hero text */
  color: #FFFFFF;
  padding: 0;
}

.page-resources-777pub-security-measures__hero-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  opacity: 0.7;
}

.page-resources-777pub-security-measures__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 90%;
  z-index: 1;
  padding: 20px;
}

.page-resources-777pub-security-measures__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  line-height: 1.2;
}

.page-resources-777pub-security-measures__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #F0F0F0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-resources-777pub-security-measures__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 1.1em;
}

.page-resources-777pub-security-measures__button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

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

.page-resources-777pub-security-measures__button--play {
  background-color: #FCBC45; /* Login color */
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-777pub-security-measures__button--play:hover {
  background-color: #E6A531;
  transform: translateY(-2px);
}

.page-resources-777pub-security-measures__content-area {
  max-width: 800px; /* Article content width */
  margin: 40px auto;
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-777pub-security-measures__section-title {
  font-size: 2.2em;
  color: #000000;
  margin-bottom: 30px;
  text-align: center;
}

.page-resources-777pub-security-measures__subsection-title {
  font-size: 1.8em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-777pub-security-measures__sub-sub-title {
  font-size: 1.4em;
  color: #333333;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-resources-777pub-security-measures__paragraph {
  font-size: 1.1em;
  margin-bottom: 1.5em;
  line-height: 1.7;
  color: #444444;
}

.page-resources-777pub-security-measures__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-resources-777pub-security-measures__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-777pub-security-measures__call-to-action {
  background-color: #000000;
  color: #FFFFFF;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
  margin-top: 50px;
}

.page-resources-777pub-security-measures__call-to-action-title {
  font-size: 2em;
  margin-bottom: 15px;
  color: #FFFFFF;
}

.page-resources-777pub-security-measures__call-to-action-text {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #F0F0F0;
}

.page-resources-777pub-security-measures__action-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-777pub-security-measures__button--register-alt {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-777pub-security-measures__button--register-alt:hover {
  background-color: #E0E0E0;
  transform: translateY(-2px);
}

.page-resources-777pub-security-measures__button--login {
  background-color: #FCBC45; /* Login color */
  color: #000000;
  border: 2px solid #FCBC45;
}

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

.page-resources-777pub-security-measures__back-link {
  display: inline-block;
  margin-top: 40px;
  font-size: 1.1em;
  color: #000000;
  text-decoration: none;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 5px;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.page-resources-777pub-security-measures__back-link:hover {
  color: #FCBC45;
  border-color: #000000;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-777pub-security-measures__hero-title {
    font-size: 2.2em;
  }

  .page-resources-777pub-security-measures__hero-description {
    font-size: 1em;
  }

  .page-resources-777pub-security-measures__hero-actions,
  .page-resources-777pub-security-measures__action-buttons {
    flex-direction: column;
    gap: 15px;
  }

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

  .page-resources-777pub-security-measures__content-area {
    margin: 20px auto;
    padding: 15px;
  }

  .page-resources-777pub-security-measures__section-title {
    font-size: 1.8em;
  }

  .page-resources-777pub-security-measures__subsection-title {
    font-size: 1.5em;
  }

  .page-resources-777pub-security-measures__sub-sub-title {
    font-size: 1.2em;
  }

  .page-resources-777pub-security-measures__paragraph {
    font-size: 1em;
  }

  .page-resources-777pub-security-measures__content-image {
    max-width: 100%;
    height: auto; /* Ensure images don't overflow */
  }

  .page-resources-777pub-security-measures__call-to-action {
    padding: 30px 20px;
  }

  .page-resources-777pub-security-measures__call-to-action-title {
    font-size: 1.8em;
  }

  /* Ensure all images in content area are responsive and not too small */
  .page-resources-777pub-security-measures img {
    max-width: 100%;
    height: auto;
  }
}