.page-resources-phvip-troubleshooting {
  color: #333333; /* Dark text for light body background */
}

.page-resources-phvip-troubleshooting__hero-section {
  background-color: #000000; /* Main color as background */
  color: #FFFFFF; /* White text for dark background */
  padding: 80px 20px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  position: relative;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
}

.page-resources-phvip-troubleshooting__hero-content {
  max-width: 800px;
  margin: 0 auto;
  z-index: 1;
}

.page-resources-phvip-troubleshooting__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}

.page-resources-phvip-troubleshooting__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  line-height: 1.6;
  color: #F0F0F0;
}

.page-resources-phvip-troubleshooting__hero-button {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin: 0 10px;
}

.page-resources-phvip-troubleshooting__hero-button--login {
  background-color: #FCBC45; /* Login button color */
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-phvip-troubleshooting__hero-button--login:hover {
  background-color: #e0a53b;
  transform: translateY(-2px);
}

.page-resources-phvip-troubleshooting__hero-button--register {
  background-color: #FFFFFF; /* Register button color */
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-phvip-troubleshooting__hero-button--register:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

.page-resources-phvip-troubleshooting__hero-image {
  margin-top: 40px;
  width: 100%;
  max-width: 1000px; /* Limit image width to prevent overflow on larger screens */
  height: auto;
  z-index: 0;
}

.page-resources-phvip-troubleshooting__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-resources-phvip-troubleshooting__content-area {
  max-width: 900px;
  margin: 40px auto;
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-resources-phvip-troubleshooting__toc {
  background-color: #f9f9f9;
  border-left: 4px solid #FCBC45;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 8px;
}

.page-resources-phvip-troubleshooting__toc-title {
  font-size: 1.6em;
  color: #000000;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-resources-phvip-troubleshooting__toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-resources-phvip-troubleshooting__toc-list li {
  margin-bottom: 10px;
}

.page-resources-phvip-troubleshooting__toc-list a {
  color: #333333;
  text-decoration: none;
  font-size: 1.05em;
  transition: color 0.3s ease;
}

.page-resources-phvip-troubleshooting__toc-list a:hover {
  color: #FCBC45;
}

.page-resources-phvip-troubleshooting__article {
  line-height: 1.7;
  font-size: 1.05em;
  color: #444444;
}

.page-resources-phvip-troubleshooting__intro-paragraph {
  font-size: 1.15em;
  font-weight: 500;
  margin-bottom: 30px;
  color: #222222;
}

.page-resources-phvip-troubleshooting__heading {
  font-size: 2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}

.page-resources-phvip-troubleshooting__sub-heading {
  font-size: 1.5em;
  color: #111111;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-phvip-troubleshooting__paragraph {
  margin-bottom: 15px;
}

.page-resources-phvip-troubleshooting__list,
.page-resources-phvip-troubleshooting__ordered-list {
  margin-bottom: 20px;
  padding-left: 25px;
}

.page-resources-phvip-troubleshooting__list li,
.page-resources-phvip-troubleshooting__ordered-list li {
  margin-bottom: 10px;
  color: #444444;
}

.page-resources-phvip-troubleshooting__article-image {
  width: 100%;
  max-width: 800px; /* Constrain content images */
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-phvip-troubleshooting__action-button {
  display: inline-block;
  background-color: #FCBC45;
  color: #000000;
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
}

.page-resources-phvip-troubleshooting__action-button:hover {
  background-color: #e0a53b;
  transform: translateY(-2px);
}

.page-resources-phvip-troubleshooting__cta-buttons {
  text-align: center;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-resources-phvip-troubleshooting__cta-buttons .page-resources-phvip-troubleshooting__action-button {
  margin: 0;
  flex-grow: 1;
  max-width: 250px;
}

.page-resources-phvip-troubleshooting__action-button--register {
  background-color: #000000;
  color: #FFFFFF;
}

.page-resources-phvip-troubleshooting__action-button--register:hover {
  background-color: #333333;
}

.page-resources-phvip-troubleshooting__back-link {
  text-align: center;
  margin-top: 50px;
}

.page-resources-phvip-troubleshooting__back-link a {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-phvip-troubleshooting__back-link a:hover {
  color: #e0a53b;
}

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

  .page-resources-phvip-troubleshooting__hero-description {
    font-size: 1em;
  }

  .page-resources-phvip-troubleshooting__hero-button {
    padding: 10px 20px;
    font-size: 1em;
    margin: 0 5px;
  }

  .page-resources-phvip-troubleshooting__heading {
    font-size: 1.6em;
  }

  .page-resources-phvip-troubleshooting__sub-heading {
    font-size: 1.3em;
  }

  .page-resources-phvip-troubleshooting__article {
    font-size: 1em;
  }

  .page-resources-phvip-troubleshooting__intro-paragraph {
    font-size: 1.05em;
  }

  .page-resources-phvip-troubleshooting__article-image,
  .page-resources-phvip-troubleshooting__hero-image img {
    max-width: 100%;
    height: auto;
  }

  .page-resources-phvip-troubleshooting__cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .page-resources-phvip-troubleshooting__cta-buttons .page-resources-phvip-troubleshooting__action-button {
    max-width: 100%;
    width: 100%;
  }

  /* Mobile content image constraint */
  .page-resources-phvip-troubleshooting img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-phvip-troubleshooting__hero-title {
    font-size: 1.8em;
  }

  .page-resources-phvip-troubleshooting__hero-button {
    display: block;
    margin: 10px auto;
    width: calc(100% - 20px);
  }
}