.page-resources-pub777-security-features {
  color: #ffffff; /* Text color for dark body background */
  background-color: #000000; /* Ensure main content background matches body */
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  line-height: 1.6;
}

.page-resources-pub777-security-features__hero-section {
  text-align: center;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-pub777-security-features__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.3;
}

.page-resources-pub777-security-features__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-pub777-security-features__hero-title {
  font-size: 3.2em;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-resources-pub777-security-features__hero-description {
  font-size: 1.2em;
  color: #f0f0f0;
  margin-bottom: 40px;
}

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

.page-resources-pub777-security-features__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;
  border: none;
  cursor: pointer;
}

.page-resources-pub777-security-features__button--register {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-pub777-security-features__button--register:hover {
  background-color: #e0a53a;
}

.page-resources-pub777-security-features__button--login {
  background-color: #000000;
  color: #FCBC45;
  border: 2px solid #FCBC45;
}

.page-resources-pub777-security-features__button--login:hover {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-pub777-security-features__content-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 20px;
  font-size: 1.1em;
}

.page-resources-pub777-security-features__section-title {
  font-size: 2.5em;
  color: #FCBC45;
  margin-top: 50px;
  margin-bottom: 25px;
  font-weight: bold;
  text-align: center;
}

.page-resources-pub777-security-features__sub-title {
  font-size: 1.8em;
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-pub777-security-features__paragraph {
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-pub777-security-features__content-image {
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page-resources-pub777-security-features__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.page-resources-pub777-security-features__button--join-now {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-pub777-security-features__button--join-now:hover {
  background-color: #e0a53a;
}

.page-resources-pub777-security-features__button--explore-games {
  background-color: #000000;
  color: #FCBC45;
  border: 2px solid #FCBC45;
}

.page-resources-pub777-security-features__button--explore-games:hover {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-pub777-security-features__related-resources {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-pub777-security-features__resource-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-resources-pub777-security-features__resource-list li {
  margin-bottom: 10px;
}

.page-resources-pub777-security-features__resource-list a {
  color: #FCBC45;
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-pub777-security-features__resource-list a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.page-resources-pub777-security-features__back-link {
  display: inline-block;
  margin-top: 30px;
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-pub777-security-features__back-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .page-resources-pub777-security-features__hero-title {
    font-size: 2.2em;
  }

  .page-resources-pub777-security-features__hero-description {
    font-size: 1em;
  }

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

  .page-resources-pub777-security-features__button {
    padding: 12px 25px;
    font-size: 1em;
    width: 100%;
    max-width: 300px;
  }

  .page-resources-pub777-security-features__content-area {
    padding: 30px 15px;
    font-size: 1em;
  }

  .page-resources-pub777-security-features__section-title {
    font-size: 2em;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .page-resources-pub777-security-features__sub-title {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .page-resources-pub777-security-features__content-image {
    margin: 30px auto;
    max-width: 100%;
    height: auto;
  }

  .page-resources-pub777-security-features__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-pub777-security-features__related-resources {
    margin-top: 60px;
    padding-top: 30px;
  }

  /* Mobile content area image overflow prevention */
  .page-resources-pub777-security-features img {
    max-width: 100%;
    height: auto;
  }

  .page-resources-pub777-security-features {
    overflow-x: hidden;
  }
}