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

@media (max-width: 768px) {
  .page-resources-777pub-game-security-privacy {
    padding-top: var(--header-offset, 80px); /* Adjust for mobile header */
  }
}

.page-resources-777pub-game-security-privacy__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
  background-color: #000000; /* Dark background for hero content */
  color: #ffffff;
}

.page-resources-777pub-game-security-privacy__hero-image {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image to ensure text contrast */
}

.page-resources-777pub-game-security-privacy__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}

.page-resources-777pub-game-security-privacy__main-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FCBC45;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

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

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

.page-resources-777pub-game-security-privacy__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 1.1em;
  white-space: nowrap;
}

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

.page-resources-777pub-game-security-privacy__button--register:hover {
  background-color: transparent;
  color: #FFFFFF;
  transform: translateY(-2px);
}

.page-resources-777pub-game-security-privacy__button--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-777pub-game-security-privacy__button--login:hover {
  background-color: transparent;
  color: #FCBC45;
  transform: translateY(-2px);
}

.page-resources-777pub-game-security-privacy__button--download {
  background-color: #000000;
  color: #FCBC45;
  border: 2px solid #FCBC45;
}

.page-resources-777pub-game-security-privacy__button--download:hover {
  background-color: #FCBC45;
  color: #000000;
  transform: translateY(-2px);
}

.page-resources-777pub-game-security-privacy__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.page-resources-777pub-game-security-privacy__article {
  padding: 20px 0;
}

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

.page-resources-777pub-game-security-privacy__sub-title {
  font-size: 1.5em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-777pub-game-security-privacy__article p {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-resources-777pub-game-security-privacy__article p a {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-777pub-game-security-privacy__article p a:hover {
  text-decoration: underline;
}

.page-resources-777pub-game-security-privacy__image-content {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-777pub-game-security-privacy__cta-block {
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  padding: 40px 20px;
  border-radius: 10px;
  margin-top: 50px;
}

.page-resources-777pub-game-security-privacy__cta-text {
  font-size: 1.4em;
  margin-bottom: 25px;
  color: #FCBC45;
  font-weight: bold;
}

.page-resources-777pub-game-security-privacy__cta-block .page-resources-777pub-game-security-privacy__button {
  margin: 0 10px;
}

.page-resources-777pub-game-security-privacy__back-link {
  text-align: center;
  margin-top: 40px;
  font-size: 1.1em;
}

.page-resources-777pub-game-security-privacy__back-link a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-777pub-game-security-privacy__back-link a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .page-resources-777pub-game-security-privacy__main-title {
    font-size: 2em;
  }

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

  .page-resources-777pub-game-security-privacy__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

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

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

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

  .page-resources-777pub-game-security-privacy__article p {
    font-size: 1em;
  }

  .page-resources-777pub-game-security-privacy__cta-text {
    font-size: 1.2em;
  }
  
  .page-resources-777pub-game-security-privacy__content-area img {
    max-width: 100%;
    height: auto;
  }
  
  /* Ensure content area images are not too small on mobile */
  .page-resources-777pub-game-security-privacy__content-area img {
    min-width: 200px; /* Enforce minimum size */
    min-height: 200px; /* Enforce minimum size */
  }
}

/* Ensure all images within the content area are at least 200px */
.page-resources-777pub-game-security-privacy img {
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}