.page-resources-ph444-password-reset {
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  color: #333333; /* Dark text for default light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-resources-ph444-password-reset__hero-section {
  position: relative;
  overflow: hidden;
  background-color: #000; /* Dark background for hero content */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 450px;
}

.page-resources-ph444-password-reset__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}

.page-resources-ph444-password-reset__hero-container {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 20px;
  color: #ffffff;
}

.page-resources-ph444-password-reset__hero-content {
  position: relative;
  z-index: 2;
}

.page-resources-ph444-password-reset__hero-title {
  font-size: 2.8em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-ph444-password-reset__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-ph444-password-reset__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-ph444-password-reset__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 1.05em;
}

.page-resources-ph444-password-reset__button--primary {
  background-color: #FFD700; /* Gold button */
  color: #8B0000; /* Deep red text */
}

.page-resources-ph444-password-reset__button--primary:hover {
  background-color: #e6c200;
}

.page-resources-ph444-password-reset__button--secondary {
  background-color: #8B0000; /* Deep red button */
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-resources-ph444-password-reset__button--secondary:hover {
  background-color: #a30000;
}

.page-resources-ph444-password-reset__button--tertiary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-ph444-password-reset__button--tertiary:hover {
  background-color: #FFD700;
  color: #8B0000;
}

.page-resources-ph444-password-reset__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}

.page-resources-ph444-password-reset__section-title {
  font-size: 2.2em;
  color: #8B0000; /* Deep red for section titles */
  margin-top: 50px;
  margin-bottom: 25px;
  text-align: center;
}

.page-resources-ph444-password-reset__subsection-title {
  font-size: 1.8em;
  color: #FFD700; /* Gold for subsections */
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-ph444-password-reset__text-block {
  margin-bottom: 20px;
  font-size: 1.05em;
  line-height: 1.7;
}

.page-resources-ph444-password-reset__text-block a {
  color: #8B0000;
  text-decoration: underline;
}

.page-resources-ph444-password-reset__ordered-list,
.page-resources-ph444-password-reset__unordered-list {
  margin-bottom: 20px;
  padding-left: 25px;
}

.page-resources-ph444-password-reset__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-ph444-password-reset__list-item strong {
  color: #8B0000;
}

.page-resources-ph444-password-reset__image-full-width {
  display: block;
  margin: 30px auto;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-ph444-password-reset__faq-container {
  margin-top: 30px;
}

.page-resources-ph444-password-reset__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}

.page-resources-ph444-password-reset__faq-question {
  font-size: 1.2em;
  color: #8B0000;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-ph444-password-reset__faq-answer {
  font-size: 1em;
  line-height: 1.6;
}

.page-resources-ph444-password-reset__faq-answer a {
  color: #8B0000;
  text-decoration: underline;
}

.page-resources-ph444-password-reset__call-to-action {
  background-color: #8B0000; /* Deep red background for CTA */
  color: #ffffff;
  padding: 50px 20px;
  text-align: center;
  border-radius: 15px;
  margin-top: 60px;
}

.page-resources-ph444-password-reset__call-to-action-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold title */
  margin-bottom: 20px;
}

.page-resources-ph444-password-reset__call-to-action-description {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-resources-ph444-password-reset__call-to-action-image {
  display: block;
  margin: 30px auto;
  width: 100%;
  max-width: 700px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-ph444-password-reset__call-to-action-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.page-resources-ph444-password-reset__related-resources {
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}

.page-resources-ph444-password-reset__resource-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-ph444-password-reset__resource-card {
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 25px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-resources-ph444-password-reset__resource-card:hover {
  transform: translateY(-5px);
}

.page-resources-ph444-password-reset__resource-title {
  font-size: 1.4em;
  color: #8B0000;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-ph444-password-reset__resource-title a {
  color: #8B0000;
  text-decoration: none;
}

.page-resources-ph444-password-reset__resource-title a:hover {
  text-decoration: underline;
}

.page-resources-ph444-password-reset__resource-description {
  font-size: 0.95em;
  color: #555;
}

.page-resources-ph444-password-reset__back-link-container {
  margin-top: 40px;
}

.page-resources-ph444-password-reset__back-link {
  display: inline-block;
  color: #8B0000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-ph444-password-reset__back-link:hover {
  color: #FFD700;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-ph444-password-reset__hero-title {
    font-size: 2.4em;
  }
  .page-resources-ph444-password-reset__section-title {
    font-size: 2em;
  }
  .page-resources-ph444-password-reset__subsection-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-ph444-password-reset__hero-title {
    font-size: 2em;
  }
  .page-resources-ph444-password-reset__hero-description {
    font-size: 1.1em;
  }
  .page-resources-ph444-password-reset__hero-actions {
    flex-direction: column;
  }
  .page-resources-ph444-password-reset__button {
    width: 80%;
    margin: 0 auto;
  }
  .page-resources-ph444-password-reset__content-area {
    margin: 30px auto;
  }
  .page-resources-ph444-password-reset__section-title {
    font-size: 1.8em;
  }
  .page-resources-ph444-password-reset__subsection-title {
    font-size: 1.4em;
  }
  .page-resources-ph444-password-reset__call-to-action-title {
    font-size: 2em;
  }
  .page-resources-ph444-password-reset__call-to-action-buttons {
    flex-direction: column;
  }
  .page-resources-ph444-password-reset__image-full-width,
  .page-resources-ph444-password-reset__call-to-action-image {
    max-width: 100%;
    height: auto;
  }
  /* Mobile content area images must not cause horizontal scroll */
  .page-resources-ph444-password-reset__content-area img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-ph444-password-reset__hero-title {
    font-size: 1.8em;
  }
  .page-resources-ph444-password-reset__hero-description {
    font-size: 1em;
  }
  .page-resources-ph444-password-reset__button {
    padding: 10px 20px;
    font-size: 1em;
  }
  .page-resources-ph444-password-reset__section-title {
    font-size: 1.6em;
  }
  .page-resources-ph444-password-reset__subsection-title {
    font-size: 1.2em;
  }
  .page-resources-ph444-password-reset__call-to-action-title {
    font-size: 1.8em;
  }
  .page-resources-ph444-password-reset__faq-question {
    font-size: 1.1em;
  }
  .page-resources-ph444-password-reset__resource-grid {
    grid-template-columns: 1fr;
  }
}