.page-resources-phwin-download-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-resources-phwin-download-guide__hero-section {
  position: relative;
  text-align: center;
  color: #ffffff;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px; /* Minimum height for hero section */
}

.page-resources-phwin-download-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.page-resources-phwin-download-guide__hero-container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-phwin-download-guide__hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-phwin-download-guide__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFCC00; /* Auxiliary color for emphasis */
  font-weight: bold;
}

.page-resources-phwin-download-guide__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-resources-phwin-download-guide__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-phwin-download-guide__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
}

.page-resources-phwin-download-guide__button--primary {
  background-color: #FFCC00; /* Auxiliary color */
  color: #003366; /* Primary color for text */
  border: 2px solid #FFCC00;
}

.page-resources-phwin-download-guide__button--primary:hover {
  background-color: #e6b800;
  transform: translateY(-2px);
}

.page-resources-phwin-download-guide__button--secondary {
  background-color: transparent;
  color: #FFCC00; /* Auxiliary color */
  border: 2px solid #FFCC00;
}

.page-resources-phwin-download-guide__button--secondary:hover {
  background-color: rgba(255, 204, 0, 0.2);
  transform: translateY(-2px);
}

.page-resources-phwin-download-guide__content-area {
  max-width: 800px; /* Content width for comfortable reading */
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.page-resources-phwin-download-guide__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #003366; /* Primary color */
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-phwin-download-guide__back-link:hover {
  color: #FFCC00; /* Auxiliary color */
}

.page-resources-phwin-download-guide__article-title {
  font-size: 2.2em;
  color: #003366; /* Primary color */
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-resources-phwin-download-guide__article-subtitle {
  font-size: 1.8em;
  color: #003366; /* Primary color */
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-phwin-download-guide__article-paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-phwin-download-guide__feature-list {
  list-style: none;
  padding: 0;
  margin: 40px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-phwin-download-guide__feature-item {
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-resources-phwin-download-guide__feature-icon {
  width: 250px; /* Ensure images are not too small */
  height: 187px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 15px;
}

.page-resources-phwin-download-guide__feature-heading {
  font-size: 1.3em;
  color: #003366;
  margin-bottom: 10px;
}

.page-resources-phwin-download-guide__step-list {
  list-style: none;
  padding: 0;
  margin: 40px 0;
}

.page-resources-phwin-download-guide__step-item {
  background-color: #f9f9f9;
  border-left: 5px solid #FFCC00;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-phwin-download-guide__step-heading {
  font-size: 1.4em;
  color: #003366;
  margin-bottom: 15px;
}

.page-resources-phwin-download-guide__step-image {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 20px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Ensure images are not too small */
  min-height: 150px;
}

.page-resources-phwin-download-guide__text-link {
  color: #003366;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-phwin-download-guide__text-link:hover {
  color: #FFCC00;
}

.page-resources-phwin-download-guide__blockquote {
  background-color: #e6f7ff;
  border-left: 5px solid #003366;
  padding: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #003366;
  border-radius: 0 8px 8px 0;
}

.page-resources-phwin-download-guide__troubleshooting-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.page-resources-phwin-download-guide__troubleshooting-item {
  background-color: #fff8e1;
  border-left: 5px solid #FFCC00;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-phwin-download-guide__troubleshooting-heading {
  font-size: 1.2em;
  color: #003366;
  margin-bottom: 10px;
}

.page-resources-phwin-download-guide__cta-section {
  background-color: #003366;
  color: #ffffff;
  padding: 50px 30px;
  text-align: center;
  border-radius: 8px;
  margin-top: 60px;
}

.page-resources-phwin-download-guide__cta-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #FFCC00;
}

.page-resources-phwin-download-guide__cta-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-phwin-download-guide__related-resources {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.page-resources-phwin-download-guide__related-title {
  font-size: 1.8em;
  color: #003366;
  margin-bottom: 25px;
  text-align: center;
}

.page-resources-phwin-download-guide__related-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.page-resources-phwin-download-guide__related-item a {
  display: block;
  background-color: #f0f0f0;
  padding: 15px 25px;
  border-radius: 5px;
  text-decoration: none;
  color: #003366;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}

.page-resources-phwin-download-guide__related-item a:hover {
  background-color: #FFCC00;
  color: #003366;
}

/* Media Queries for Responsiveness */
@media (max-width: 1024px) {
  .page-resources-phwin-download-guide__hero-title {
    font-size: 2.8em;
  }
  .page-resources-phwin-download-guide__hero-description {
    font-size: 1.2em;
  }
  .page-resources-phwin-download-guide__article-title {
    font-size: 2em;
  }
  .page-resources-phwin-download-guide__article-subtitle {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-phwin-download-guide__hero-section {
    min-height: 400px;
  }
  .page-resources-phwin-download-guide__hero-title {
    font-size: 2.2em;
    margin-bottom: 15px;
  }
  .page-resources-phwin-download-guide__hero-description {
    font-size: 1em;
    margin-bottom: 30px;
  }
  .page-resources-phwin-download-guide__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-phwin-download-guide__button {
    width: 100%;
    padding: 12px 20px;
  }
  .page-resources-phwin-download-guide__content-area {
    padding: 20px 15px;
  }
  .page-resources-phwin-download-guide__article-title {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .page-resources-phwin-download-guide__article-subtitle {
    font-size: 1.4em;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .page-resources-phwin-download-guide__article-paragraph,
  .page-resources-phwin-download-guide__feature-heading,
  .page-resources-phwin-download-guide__step-heading,
  .page-resources-phwin-download-guide__troubleshooting-heading {
    font-size: 1em;
  }
  .page-resources-phwin-download-guide__feature-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-resources-phwin-download-guide__feature-icon,
  .page-resources-phwin-download-guide__step-image {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensure images are not too small */
    min-height: 150px;
  }
  .page-resources-phwin-download-guide__cta-title {
    font-size: 1.8em;
  }
  .page-resources-phwin-download-guide__cta-description {
    font-size: 1em;
  }
  .page-resources-phwin-download-guide__related-list {
    flex-direction: column;
    align-items: center;
  }
  .page-resources-phwin-download-guide__related-item a {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}

@media (max-width: 480px) {
  .page-resources-phwin-download-guide__hero-title {
    font-size: 1.8em;
  }
  .page-resources-phwin-download-guide__hero-description {
    font-size: 0.9em;
  }
  .page-resources-phwin-download-guide__button {
    font-size: 1em;
    padding: 10px 15px;
  }
}