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

.page-resources-how-to-download-king-ph-app__container {
  max-width: 800px; /* Content width for readability */
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-how-to-download-king-ph-app__hero-section {
  background-color: #0A192F; /* Main color for hero background */
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-resources-how-to-download-king-ph-app__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.page-resources-how-to-download-king-ph-app__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.2;
  overflow: hidden;
}

.page-resources-how-to-download-king-ph-app__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-resources-how-to-download-king-ph-app__hero-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #FFD700; /* Accent color for title */
  line-height: 1.2;
}

.page-resources-how-to-download-king-ph-app__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-how-to-download-king-ph-app__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-how-to-download-king-ph-app__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;
  min-width: 200px; /* Ensure buttons are not too small */
  text-align: center;
}

.page-resources-how-to-download-king-ph-app__button--primary {
  background-color: #FFD700; /* Accent color for primary button */
  color: #0A192F; /* Main color for text on primary button */
}

.page-resources-how-to-download-king-ph-app__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-how-to-download-king-ph-app__button--secondary {
  background-color: transparent;
  border: 2px solid #FFD700; /* Accent color for secondary button border */
  color: #FFD700; /* Accent color for text on secondary button */
}

.page-resources-how-to-download-king-ph-app__button--secondary:hover {
  background-color: rgba(255, 215, 0, 0.1);
  transform: translateY(-3px);
}

.page-resources-how-to-download-king-ph-app__section-title {
  font-size: 2.5em;
  color: #0A192F; /* Main color for section titles */
  margin-bottom: 30px;
  text-align: center;
  padding-top: 40px;
}

.page-resources-how-to-download-king-ph-app__introduction-section,
.page-resources-how-to-download-king-ph-app__how-to-download-section,
.page-resources-how-to-download-king-ph-app__troubleshooting-section,
.page-resources-how-to-download-king-ph-app__benefits-section,
.page-resources-how-to-download-king-ph-app__related-resources-section {
  padding: 60px 0;
}

.page-resources-how-to-download-king-ph-app__text {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: left;
}

.page-resources-how-to-download-king-ph-app__feature-list,
.page-resources-how-to-download-king-ph-app__step-list,
.page-resources-how-to-download-king-ph-app__trouble-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-resources-how-to-download-king-ph-app__step-list {
  list-style-type: decimal;
}

.page-resources-how-to-download-king-ph-app__feature-item,
.page-resources-how-to-download-king-ph-app__step-item,
.page-resources-how-to-download-king-ph-app__trouble-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-how-to-download-king-ph-app__step-heading {
  font-size: 1.8em;
  color: #0A192F;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: left;
}

.page-resources-how-to-download-king-ph-app__step-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
  padding: 30px;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-how-to-download-king-ph-app__step-image {
  width: 100%;
  max-width: 600px; /* Constrain image width within card */
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce minimum image size */
  min-height: 200px;
  object-fit: cover;
}

.page-resources-how-to-download-king-ph-app__cta-section {
  background-color: #FF4500; /* Emphasis color for CTA */
  color: #ffffff;
  padding: 60px 20px;
  text-align: center;
  border-radius: 10px;
  margin-top: 40px;
}

.page-resources-how-to-download-king-ph-app__cta-title {
  font-size: 2.2em;
  margin-bottom: 20px;
}

.page-resources-how-to-download-king-ph-app__cta-description {
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-resources-how-to-download-king-ph-app__link {
  color: #0A192F; /* Main color for text links */
  text-decoration: underline;
  font-weight: bold;
}

.page-resources-how-to-download-king-ph-app__link:hover {
  color: #FFD700;
}

.page-resources-how-to-download-king-ph-app__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-how-to-download-king-ph-app__benefit-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-resources-how-to-download-king-ph-app__benefit-card:hover {
  transform: translateY(-5px);
}

.page-resources-how-to-download-king-ph-app__benefit-icon {
  width: 100%;
  max-width: 150px;
  height: auto;
  margin-bottom: 20px;
  min-width: 200px; /* Enforce minimum image size */
  min-height: 200px;
  object-fit: contain;
}

.page-resources-how-to-download-king-ph-app__benefit-title {
  font-size: 1.5em;
  color: #0A192F;
  margin-bottom: 15px;
}

.page-resources-how-to-download-king-ph-app__benefit-description {
  font-size: 1em;
  color: #555555;
}

.page-resources-how-to-download-king-ph-app__resource-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.page-resources-how-to-download-king-ph-app__resource-link {
  display: block;
  background-color: #f0f0f0;
  padding: 25px;
  border-radius: 10px;
  text-decoration: none;
  color: #333333;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-how-to-download-king-ph-app__resource-link:hover {
  background-color: #e0e0e0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-download-king-ph-app__resource-title {
  font-size: 1.4em;
  color: #0A192F;
  margin-bottom: 10px;
}

.page-resources-how-to-download-king-ph-app__resource-description {
  font-size: 0.95em;
  color: #666666;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-how-to-download-king-ph-app__hero-title {
    font-size: 2.2em;
  }

  .page-resources-how-to-download-king-ph-app__hero-description {
    font-size: 1em;
  }

  .page-resources-how-to-download-king-ph-app__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-how-to-download-king-ph-app__button {
    width: 100%;
    max-width: 300px;
  }

  .page-resources-how-to-download-king-ph-app__section-title {
    font-size: 2em;
  }

  .page-resources-how-to-download-king-ph-app__step-heading {
    font-size: 1.5em;
  }

  .page-resources-how-to-download-king-ph-app__step-card {
    flex-direction: column;
  }

  .page-resources-how-to-download-king-ph-app__step-image {
    max-width: 100%;
  }

  .page-resources-how-to-download-king-ph-app__cta-title {
    font-size: 1.8em;
  }

  /* Ensure content images are responsive and do not overflow */
  .page-resources-how-to-download-king-ph-app img {
    max-width: 100%;
    height: auto;
  }
  
  /* Specific override for benefit icons to ensure they meet minimum size, if they were smaller */
  .page-resources-how-to-download-king-ph-app__benefit-icon {
    max-width: 200px; /* Adjust max-width for smaller screens if needed, but maintain min-width */
    height: auto;
  }
}