.page-resources-troubleshooting-aaajl-login {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  background-color: #FFFFFF;
}

.page-resources-troubleshooting-aaajl-login__hero-section {
  position: relative;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  background-color: #000000; /* Dark background for hero content */
  color: #FFFFFF;
  text-align: center;
}

.page-resources-troubleshooting-aaajl-login__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly darken image for text readability, not changing color */
}

.page-resources-troubleshooting-aaajl-login__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  padding: 20px;
  z-index: 1;
}

.page-resources-troubleshooting-aaajl-login__hero-title {
  font-size: 2.8em;
  margin-bottom: 15px;
  color: #FFFFFF;
}

.page-resources-troubleshooting-aaajl-login__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #F0F0F0;
}

.page-resources-troubleshooting-aaajl-login__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-troubleshooting-aaajl-login__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  font-size: 1em;
}

.page-resources-troubleshooting-aaajl-login__button--login {
  background-color: #FCBC45; /* Login button color */
  color: #000000;
}

.page-resources-troubleshooting-aaajl-login__button--login:hover {
  background-color: #e0a73d;
}

.page-resources-troubleshooting-aaajl-login__button--register {
  background-color: #FFFFFF; /* Register button color */
  color: #000000;
  border: 1px solid #FCBC45;
}

.page-resources-troubleshooting-aaajl-login__button--register:hover {
  background-color: #F0F0F0;
}

.page-resources-troubleshooting-aaajl-login__content-area {
  max-width: 800px; /* Content width for readability */
  margin: 40px auto;
  padding: 0 20px;
}

.page-resources-troubleshooting-aaajl-login__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #000000; /* Main color for links */
  text-decoration: none;
  font-weight: bold;
}

.page-resources-troubleshooting-aaajl-login__back-link:hover {
  text-decoration: underline;
}

.page-resources-troubleshooting-aaajl-login__article {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-troubleshooting-aaajl-login__article-heading {
  font-size: 2em;
  color: #000000; /* Main color for headings */
  margin-top: 30px;
  margin-bottom: 15px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-troubleshooting-aaajl-login__article-subheading {
  font-size: 1.5em;
  color: #000000;
  margin-top: 25px;
  margin-bottom: 10px;
}

.page-resources-troubleshooting-aaajl-login__article-paragraph {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #333333;
}

.page-resources-troubleshooting-aaajl-login__list,
.page-resources-troubleshooting-aaajl-login__ordered-list {
  margin-bottom: 20px;
  padding-left: 25px;
  color: #333333;
}

.page-resources-troubleshooting-aaajl-login__list-item,
.page-resources-troubleshooting-aaajl-login__ordered-list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-troubleshooting-aaajl-login__article-image {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-troubleshooting-aaajl-login__call-to-action {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-troubleshooting-aaajl-login__button--support {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-troubleshooting-aaajl-login__button--support:hover {
  background-color: #e0a73d;
}

.page-resources-troubleshooting-aaajl-login__faq-section {
  margin-top: 40px;
}

.page-resources-troubleshooting-aaajl-login__faq-item {
  background-color: #F8F8F8;
  border: 1px solid #EEE;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
}

.page-resources-troubleshooting-aaajl-login__faq-question {
  font-size: 1.2em;
  color: #000000;
  margin-bottom: 10px;
}

.page-resources-troubleshooting-aaajl-login__faq-answer {
  font-size: 1.05em;
  color: #555555;
}

.page-resources-troubleshooting-aaajl-login__final-call-to-action {
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-troubleshooting-aaajl-login__button--play-now {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-troubleshooting-aaajl-login__button--play-now:hover {
  background-color: #e0a73d;
}

.page-resources-troubleshooting-aaajl-login__button--register-footer {
  background-color: #000000;
  color: #FFFFFF;
  border: 1px solid #FCBC45;
}

.page-resources-troubleshooting-aaajl-login__button--register-footer:hover {
  background-color: #333333;
}

.page-resources-troubleshooting-aaajl-login__related-resources {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
  border-top: 1px solid #EEE;
  padding-top: 40px;
}

.page-resources-troubleshooting-aaajl-login__related-heading {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 20px;
}

.page-resources-troubleshooting-aaajl-login__related-list {
  list-style: none;
  padding: 0;
}

.page-resources-troubleshooting-aaajl-login__related-list-item {
  margin-bottom: 10px;
}

.page-resources-troubleshooting-aaajl-login__related-list-item a {
  color: #000000; /* Main color for links */
  text-decoration: none;
  font-size: 1.1em;
}

.page-resources-troubleshooting-aaajl-login__related-list-item a:hover {
  text-decoration: underline;
  color: #FCBC45;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-resources-troubleshooting-aaajl-login__hero-title {
    font-size: 2em;
  }

  .page-resources-troubleshooting-aaajl-login__hero-description {
    font-size: 1em;
  }

  .page-resources-troubleshooting-aaajl-login__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-troubleshooting-aaajl-login__button {
    width: 80%;
    margin: 0 auto;
  }

  .page-resources-troubleshooting-aaajl-login__content-area,
  .page-resources-troubleshooting-aaajl-login__related-resources {
    padding: 0 15px;
    margin: 20px auto;
  }

  .page-resources-troubleshooting-aaajl-login__article-heading {
    font-size: 1.6em;
  }

  .page-resources-troubleshooting-aaajl-login__article-subheading {
    font-size: 1.3em;
  }

  .page-resources-troubleshooting-aaajl-login__article-paragraph,
  .page-resources-troubleshooting-aaajl-login__list-item,
  .page-resources-troubleshooting-aaajl-login__ordered-list-item,
  .page-resources-troubleshooting-aaajl-login__faq-question,
  .page-resources-troubleshooting-aaajl-login__faq-answer,
  .page-resources-troubleshooting-aaajl-login__related-list-item a {
    font-size: 0.95em;
  }

  /* Mobile content area image resizing */
  .page-resources-troubleshooting-aaajl-login__article-image {
    max-width: 100%;
    height: auto;
    min-width: 200px;
    min-height: 200px;
  }
}