.page-resources-plus777-account-security-best-practices {
  color: #333333; /* Default text color for light body background */
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-resources-plus777-account-security-best-practices__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #002060; /* Primary color as fallback */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 450px;
}

.page-resources-plus777-account-security-best-practices__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.7;
}

.page-resources-plus777-account-security-best-practices__hero-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.page-resources-plus777-account-security-best-practices__hero-content {
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  max-width: 800px;
}

.page-resources-plus777-account-security-best-practices__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Secondary color for emphasis */
  line-height: 1.2;
}

.page-resources-plus777-account-security-best-practices__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-resources-plus777-account-security-best-practices__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-plus777-account-security-best-practices__hero-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.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-resources-plus777-account-security-best-practices__hero-button--primary {
  background-color: #FFD700; /* Secondary color */
  color: #002060; /* Primary color */
}

.page-resources-plus777-account-security-best-practices__hero-button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-plus777-account-security-best-practices__hero-button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-plus777-account-security-best-practices__hero-button--secondary:hover {
  background-color: rgba(255, 215, 0, 0.1);
  transform: translateY(-2px);
}

.page-resources-plus777-account-security-best-practices__content-area {
  max-width: 800px; /* Content width control for readability */
  margin: 0 auto;
  padding: 40px 20px;
  line-height: 1.7;
  font-size: 1.1em;
}

.page-resources-plus777-account-security-best-practices__breadcrumb {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 30px;
}

.page-resources-plus777-account-security-best-practices__breadcrumb-link {
  color: #002060;
  text-decoration: none;
}

.page-resources-plus777-account-security-best-practices__breadcrumb-link:hover {
  text-decoration: underline;
}

.page-resources-plus777-account-security-best-practices__breadcrumb-current {
  color: #999;
}

.page-resources-plus777-account-security-best-practices__article {
  margin-top: 20px;
}

.page-resources-plus777-account-security-best-practices__article-heading {
  font-size: 2em;
  color: #002060;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-plus777-account-security-best-practices__article-subheading {
  font-size: 1.5em;
  color: #002060;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-plus777-account-security-best-practices__article-paragraph {
  margin-bottom: 20px;
  font-size: 1.1em;
}

.page-resources-plus777-account-security-best-practices__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.1);
}

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

.page-resources-plus777-account-security-best-practices__article-list-item {
  margin-bottom: 10px;
}

.page-resources-plus777-account-security-best-practices__article-list-item strong {
  color: #002060;
}

.page-resources-plus777-account-security-best-practices__article-link {
  color: #002060;
  text-decoration: underline;
  font-weight: bold;
}

.page-resources-plus777-account-security-best-practices__article-link:hover {
  color: #FFD700;
}

.page-resources-plus777-account-security-best-practices__cta-section {
  background-color: #002060;
  color: #ffffff;
  padding: 50px 30px;
  text-align: center;
  border-radius: 10px;
  margin-top: 60px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-plus777-account-security-best-practices__cta-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-resources-plus777-account-security-best-practices__cta-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-plus777-account-security-best-practices__cta-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.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  margin: 10px;
}

.page-resources-plus777-account-security-best-practices__cta-button--primary {
  background-color: #FFD700;
  color: #002060;
}

.page-resources-plus777-account-security-best-practices__cta-button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-plus777-account-security-best-practices__cta-button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-plus777-account-security-best-practices__cta-button--secondary:hover {
  background-color: rgba(255, 215, 0, 0.1);
  transform: translateY(-2px);
}

.page-resources-plus777-account-security-best-practices__return-link-container {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.page-resources-plus777-account-security-best-practices__return-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f0f0f0;
  color: #002060;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  font-weight: bold;
}

.page-resources-plus777-account-security-best-practices__return-link:hover {
  background-color: #e0e0e0;
}

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

  .page-resources-plus777-account-security-best-practices__hero-description {
    font-size: 1em;
  }

  .page-resources-plus777-account-security-best-practices__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-plus777-account-security-best-practices__hero-button {
    width: 80%;
    max-width: 300px;
  }

  .page-resources-plus777-account-security-best-practices__content-area {
    padding: 20px 15px;
  }

  .page-resources-plus777-account-security-best-practices__article-heading {
    font-size: 1.8em;
  }

  .page-resources-plus777-account-security-best-practices__article-subheading {
    font-size: 1.3em;
  }

  .page-resources-plus777-account-security-best-practices__article-paragraph,
  .page-resources-plus777-account-security-best-practices__article-list {
    font-size: 1em;
  }

  .page-resources-plus777-account-security-best-practices__cta-title {
    font-size: 1.8em;
  }

  .page-resources-plus777-account-security-best-practices__cta-description {
    font-size: 1em;
  }

  /* Ensure content images do not overflow on mobile */
  .page-resources-plus777-account-security-best-practices img {
    max-width: 100%;
    height: auto;
  }
}