.page-resources-777pub-account-security-guide {
  color: #333333; /* Default text color for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensures content starts below fixed header */
}

@media (max-width: 768px) {
  .page-resources-777pub-account-security-guide {
    overflow-x: hidden; /* Prevents horizontal scroll on mobile */
  }
}

.page-resources-777pub-account-security-guide__hero-section {
  background-color: #000000;
  color: #FFFFFF;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.page-resources-777pub-account-security-guide__hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-777pub-account-security-guide__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FCBC45;
  line-height: 1.2;
}

.page-resources-777pub-account-security-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-resources-777pub-account-security-guide__hero-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto 0 auto;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-resources-777pub-account-security-guide__hero-button {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin: 0 10px;
}

.page-resources-777pub-account-security-guide__hero-button--login {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-777pub-account-security-guide__hero-button--login:hover {
  background-color: #e0a53b;
}

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

.page-resources-777pub-account-security-guide__hero-button--register:hover {
  background-color: #f0f0f0;
}

.page-resources-777pub-account-security-guide__content-area {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 20px;
}

.page-resources-777pub-account-security-guide__toc {
  flex: 0 0 250px;
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: calc(var(--header-offset, 120px) + 20px); /* Stick below header with some margin */
  max-height: calc(100vh - var(--header-offset, 120px) - 40px);
  overflow-y: auto;
}

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

.page-resources-777pub-account-security-guide__toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-resources-777pub-account-security-guide__toc-list li {
  margin-bottom: 10px;
}

.page-resources-777pub-account-security-guide__toc-list a {
  text-decoration: none;
  color: #333333;
  font-weight: 500;
  transition: color 0.3s ease;
  display: block;
  padding: 5px 0;
}

.page-resources-777pub-account-security-guide__toc-list a:hover {
  color: #FCBC45;
}

.page-resources-777pub-account-security-guide__back-link {
  display: inline-block;
  margin-top: 30px;
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #FCBC45;
  padding: 8px 15px;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-777pub-account-security-guide__back-link:hover {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-777pub-account-security-guide__article {
  flex: 1;
  max-width: 800px; /* Content width for comfortable reading */
}

.page-resources-777pub-account-security-guide__article-heading {
  font-size: 2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

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

.page-resources-777pub-account-security-guide__article-paragraph {
  margin-bottom: 20px;
  font-size: 1.1em;
  line-height: 1.7;
}

.page-resources-777pub-account-security-guide__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

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

.page-resources-777pub-account-security-guide__article-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.1em;
}

.page-resources-777pub-account-security-guide__article-list li {
  margin-bottom: 10px;
}

.page-resources-777pub-account-security-guide__cta-button {
  display: inline-block;
  background-color: #FCBC45;
  color: #000000;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.page-resources-777pub-account-security-guide__cta-button:hover {
  background-color: #e0a53b;
}

.page-resources-777pub-account-security-guide__cta-banner {
  background-color: #000000;
  color: #FFFFFF;
  padding: 60px 20px;
  text-align: center;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.page-resources-777pub-account-security-guide__cta-content {
  max-width: 800px;
}

.page-resources-777pub-account-security-guide__cta-title {
  font-size: 2.5em;
  color: #FCBC45;
  margin-bottom: 15px;
}

.page-resources-777pub-account-security-guide__cta-description {
  font-size: 1.2em;
  margin-bottom: 30px;
}

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

.page-resources-777pub-account-security-guide__cta-button--register-now {
  background-color: #FCBC45;
  color: #000000;
  padding: 15px 35px;
  font-size: 1.1em;
  border-radius: 8px;
}

.page-resources-777pub-account-security-guide__cta-button--register-now:hover {
  background-color: #e0a53b;
}

.page-resources-777pub-account-security-guide__cta-button--download-app {
  background-color: #FFFFFF;
  color: #000000;
  padding: 15px 35px;
  font-size: 1.1em;
  border-radius: 8px;
  border: 2px solid #FCBC45;
}

.page-resources-777pub-account-security-guide__cta-button--download-app:hover {
  background-color: #f0f0f0;
}

.page-resources-777pub-account-security-guide__cta-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  min-height: 200px;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
  .page-resources-777pub-account-security-guide__hero-title {
    font-size: 2.2em;
  }

  .page-resources-777pub-account-security-guide__hero-description {
    font-size: 1.1em;
  }

  .page-resources-777pub-account-security-guide__content-area {
    flex-direction: column;
    gap: 20px;
  }

  .page-resources-777pub-account-security-guide__toc {
    position: static;
    max-height: none;
    overflow-y: visible;
    flex: none;
    width: 100%;
  }

  .page-resources-777pub-account-security-guide__article {
    max-width: 100%;
  }

  .page-resources-777pub-account-security-guide__cta-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-777pub-account-security-guide__hero-section {
    padding: 60px 15px;
  }

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

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

  .page-resources-777pub-account-security-guide__hero-button {
    padding: 10px 20px;
    font-size: 1em;
    margin: 0 5px;
  }

  .page-resources-777pub-account-security-guide__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-777pub-account-security-guide__content-area {
    padding: 0 15px;
  }

  .page-resources-777pub-account-security-guide__article-heading {
    font-size: 1.8em;
  }

  .page-resources-777pub-account-security-guide__article-subheading {
    font-size: 1.3em;
  }

  .page-resources-777pub-account-security-guide__article-paragraph,
  .page-resources-777pub-account-security-guide__article-list {
    font-size: 0.95em;
  }

  .page-resources-777pub-account-security-guide__image-wrapper img {
    max-width: 100%;
    height: auto;
    min-width: 200px;
    min-height: 200px;
  }

  .page-resources-777pub-account-security-guide__cta-banner {
    padding: 40px 15px;
  }

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

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

  .page-resources-777pub-account-security-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-777pub-account-security-guide__cta-button--register-now,
  .page-resources-777pub-account-security-guide__cta-button--download-app {
    padding: 12px 25px;
    font-size: 1em;
  }
}