.page-resources-plus777-troubleshooting-login {
  color: #333333; /* Dark text for default light body background */
  line-height: 1.6;
  font-family: Arial, sans-serif;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-resources-plus777-troubleshooting-login__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.page-resources-plus777-troubleshooting-login__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.6); /* Slightly darken image for text readability */
}

.page-resources-plus777-troubleshooting-login__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay for text */
  border-radius: 10px;
}

.page-resources-plus777-troubleshooting-login__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFC107; /* Bright gold for title */
  line-height: 1.2;
}

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

.page-resources-plus777-troubleshooting-login__hero-button {
  display: inline-block;
  background-color: #007BFF; /* Primary brand color */
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-resources-plus777-troubleshooting-login__hero-button:hover {
  background-color: #0056b3;
}

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

.page-resources-plus777-troubleshooting-login__section-title {
  font-size: 2em;
  color: #007BFF; /* Primary brand color */
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFC107; /* Secondary brand color for accent */
  padding-bottom: 10px;
}

.page-resources-plus777-troubleshooting-login__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
}

.page-resources-plus777-troubleshooting-login__troubleshooting-card,
.page-resources-plus777-troubleshooting-login__contact-card {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-plus777-troubleshooting-login__card-title {
  font-size: 1.6em;
  color: #007BFF;
  margin-bottom: 15px;
}

.page-resources-plus777-troubleshooting-login__card-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover; /* Ensure images fit nicely */
  min-height: 200px;
}

.page-resources-plus777-troubleshooting-login__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 1.05em;
}

.page-resources-plus777-troubleshooting-login__list-item {
  margin-bottom: 10px;
}

.page-resources-plus777-troubleshooting-login__card-button {
  display: inline-block;
  background-color: #FFC107; /* Secondary brand color */
  color: #333333;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  font-size: 0.95em;
}

.page-resources-plus777-troubleshooting-login__card-button:hover {
  background-color: #e0a800;
}

.page-resources-plus777-troubleshooting-login__faq-section {
  margin-top: 30px;
}

.page-resources-plus777-troubleshooting-login__faq-item {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}

.page-resources-plus777-troubleshooting-login__faq-question {
  font-size: 1.3em;
  color: #007BFF;
  margin-bottom: 10px;
}

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

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

.page-resources-plus777-troubleshooting-login__cta-button {
  display: inline-block;
  background-color: #007BFF;
  color: #ffffff;
  padding: 18px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin: 0 10px;
}

.page-resources-plus777-troubleshooting-login__cta-button:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

.page-resources-plus777-troubleshooting-login__related-resources {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
  justify-content: center;
}

.page-resources-plus777-troubleshooting-login__resource-link {
  display: block;
  background-color: #e9ecef;
  color: #007BFF;
  padding: 12px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  font-size: 1em;
  text-align: center;
}

.page-resources-plus777-troubleshooting-login__resource-link:hover {
  background-color: #dee2e6;
}

.page-resources-plus777-troubleshooting-login__return-link-container {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-plus777-troubleshooting-login__return-link {
  color: #007BFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
}

.page-resources-plus777-troubleshooting-login__return-link:hover {
  text-decoration: underline;
}

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

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

  .page-resources-plus777-troubleshooting-login__section-title {
    font-size: 1.8em;
  }

  .page-resources-plus777-troubleshooting-login__paragraph,
  .page-resources-plus777-troubleshooting-login__list-item,
  .page-resources-plus777-troubleshooting-login__faq-answer {
    font-size: 0.95em;
  }

  .page-resources-plus777-troubleshooting-login__card-title {
    font-size: 1.4em;
  }

  .page-resources-plus777-troubleshooting-login__cta-button {
    width: calc(100% - 20px);
    margin: 10px 0;
  }

  .page-resources-plus777-troubleshooting-login__content-area img,
  .page-resources-plus777-troubleshooting-login__troubleshooting-card img,
  .page-resources-plus777-troubleshooting-login__contact-card img {
    max-width: 100%;
    height: auto;
  }

  .page-resources-plus777-troubleshooting-login__related-resources {
    flex-direction: column;
    align-items: center;
  }

  .page-resources-plus777-troubleshooting-login__resource-link {
    width: calc(100% - 40px);
  }
}