.page-resources-8k8-com-account-security-tips {
  font-family: Arial, sans-serif;
  color: #333333;
  background-color: #FFFFFF;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-resources-8k8-com-account-security-tips__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  padding: 0;
  margin-bottom: 40px;
}

.page-resources-8k8-com-account-security-tips__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6); /* Darken image for text readability, not changing color */
}

.page-resources-8k8-com-account-security-tips__hero-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  z-index: 1;
}

.page-resources-8k8-com-account-security-tips__hero-title {
  font-size: 3em;
  margin-bottom: 15px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  max-width: 900px;
}

.page-resources-8k8-com-account-security-tips__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #F0F0F0;
  max-width: 800px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.page-resources-8k8-com-account-security-tips__hero-actions {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.page-resources-8k8-com-account-security-tips__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  font-size: 1.1em;
}

.page-resources-8k8-com-account-security-tips__button--register {
  background-color: #FFFFFF;
  color: #000000;
}

.page-resources-8k8-com-account-security-tips__button--register:hover {
  background-color: #e0e0e0;
}

.page-resources-8k8-com-account-security-tips__button--login {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-8k8-com-account-security-tips__button--login:hover {
  background-color: #e6a73c;
}

.page-resources-8k8-com-account-security-tips__content-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-resources-8k8-com-account-security-tips__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-8k8-com-account-security-tips__back-link:hover {
  text-decoration: underline;
}

.page-resources-8k8-com-account-security-tips__article {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-resources-8k8-com-account-security-tips__article-heading {
  font-size: 2.2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-8k8-com-account-security-tips__article-subheading {
  font-size: 1.6em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-8k8-com-account-security-tips__article-paragraph {
  font-size: 1.1em;
  margin-bottom: 1.5em;
  line-height: 1.7;
  color: #333333;
}

.page-resources-8k8-com-account-security-tips__article-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 1.5em;
  color: #333333;
}

.page-resources-8k8-com-account-security-tips__article-list--ordered {
  list-style-type: decimal;
}

.page-resources-8k8-com-account-security-tips__list-item {
  font-size: 1.1em;
  margin-bottom: 0.8em;
  line-height: 1.6;
}

.page-resources-8k8-com-account-security-tips__image-container {
  text-align: center;
  margin: 30px 0;
}

.page-resources-8k8-com-account-security-tips__article-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-8k8-com-account-security-tips__cta-section {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background-color: #000000;
  border-radius: 8px;
  color: #FFFFFF;
}

.page-resources-8k8-com-account-security-tips__cta-text {
  font-size: 1.5em;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.page-resources-8k8-com-account-security-tips__button--register-bottom {
  background-color: #FCBC45;
  color: #000000;
  padding: 15px 35px;
  font-size: 1.2em;
}

.page-resources-8k8-com-account-security-tips__button--register-bottom:hover {
  background-color: #e6a73c;
}

.page-resources-8k8-com-account-security-tips__back-link--bottom {
  display: block;
  text-align: center;
  margin-top: 40px;
  font-size: 1.1em;
}

@media (max-width: 1024px) {
  .page-resources-8k8-com-account-security-tips__hero-title {
    font-size: 2.5em;
  }
  .page-resources-8k8-com-account-security-tips__hero-description {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-resources-8k8-com-account-security-tips {
    padding-top: var(--header-offset, 80px);
  }
  .page-resources-8k8-com-account-security-tips__hero-title {
    font-size: 2em;
  }
  .page-resources-8k8-com-account-security-tips__hero-description {
    font-size: 1em;
  }
  .page-resources-8k8-com-account-security-tips__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-8k8-com-account-security-tips__button {
    width: 80%;
    margin: 0 auto;
  }
  .page-resources-8k8-com-account-security-tips__content-area {
    padding: 20px 15px;
  }
  .page-resources-8k8-com-account-security-tips__article-heading {
    font-size: 1.8em;
  }
  .page-resources-8k8-com-account-security-tips__article-subheading {
    font-size: 1.4em;
  }
  .page-resources-8k8-com-account-security-tips__article-paragraph,
  .page-resources-8k8-com-account-security-tips__list-item {
    font-size: 1em;
  }
  .page-resources-8k8-com-account-security-tips__article-image {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensure images are not too small */
    min-height: 200px;
  }
  /* Mobile content area image overflow prevention */
  .page-resources-8k8-com-account-security-tips img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-8k8-com-account-security-tips__hero-title {
    font-size: 1.6em;
  }
  .page-resources-8k8-com-account-security-tips__hero-description {
    font-size: 0.9em;
  }
  .page-resources-8k8-com-account-security-tips__button {
    padding: 10px 20px;
    font-size: 1em;
  }
  .page-resources-8k8-com-account-security-tips__article-heading {
    font-size: 1.5em;
  }
  .page-resources-8k8-com-account-security-tips__article-subheading {
    font-size: 1.2em;
  }
  .page-resources-8k8-com-account-security-tips__cta-text {
    font-size: 1.2em;
  }
  .page-resources-8k8-com-account-security-tips__button--register-bottom {
    padding: 12px 25px;
    font-size: 1.1em;
  }
}