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

.page-resources-jili77-download-guide__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px; /* Minimum height for hero section */
  background-color: #000080; /* Auxiliary color as fallback background */
}

.page-resources-jili77-download-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  z-index: 1;
  opacity: 0.6;
}

.page-resources-jili77-download-guide__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  padding: 40px 20px;
  max-width: 900px;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay for text readability */
  border-radius: 10px;
}

.page-resources-jili77-download-guide__back-link {
  display: inline-block;
  color: #FFD700;
  text-decoration: none;
  margin-bottom: 20px;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-jili77-download-guide__back-link:hover {
  color: #ffffff;
}

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

.page-resources-jili77-download-guide__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-resources-jili77-download-guide__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #000080; /* Dark blue text for contrast */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-jili77-download-guide__cta-button:hover {
  background-color: #e6c200;
  color: #000055;
}

.page-resources-jili77-download-guide__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}

.page-resources-jili77-download-guide__article {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-jili77-download-guide__section-title {
  font-size: 2em;
  color: #000080; /* Dark blue for section titles */
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-jili77-download-guide__subsection-title {
  font-size: 1.5em;
  color: #000080;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-jili77-download-guide__keyword {
  font-weight: bold;
  color: #000080;
}

.page-resources-jili77-download-guide__feature-list,
.page-resources-jili77-download-guide__feature-highlights,
.page-resources-jili77-download-guide__installation-steps,
.page-resources-jili77-download-guide__security-points {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-jili77-download-guide__feature-list li,
.page-resources-jili77-download-guide__feature-highlights li,
.page-resources-jili77-download-guide__installation-steps li,
.page-resources-jili77-download-guide__security-points li {
  margin-bottom: 10px;
}

.page-resources-jili77-download-guide__inline-cta {
  color: #000080;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-jili77-download-guide__inline-cta:hover {
  color: #FFD700;
}

.page-resources-jili77-download-guide__step-card {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-resources-jili77-download-guide__step-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-jili77-download-guide__installation-steps {
  list-style-type: decimal;
  text-align: left;
  width: 100%;
  max-width: 600px;
  margin-left: 0;
  padding-left: 20px;
}

.page-resources-jili77-download-guide__installation-steps li {
  margin-bottom: 15px;
  line-height: 1.5;
}

.page-resources-jili77-download-guide__troubleshooting-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.page-resources-jili77-download-guide__troubleshooting-item {
  background-color: #fff8e1; /* Light gold background */
  border-left: 5px solid #FFD700;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.page-resources-jili77-download-guide__troubleshooting-title {
  color: #000080;
  font-size: 1.3em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-jili77-download-guide__quote {
  background-color: #e0f2f7; /* Light blue for quotes */
  border-left: 4px solid #000080;
  padding: 15px 20px;
  margin: 30px 0;
  font-style: italic;
  color: #333333;
  border-radius: 4px;
}

.page-resources-jili77-download-guide__faq-container {
  margin-top: 20px;
}

.page-resources-jili77-download-guide__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
}

.page-resources-jili77-download-guide__faq-question {
  color: #000080;
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-jili77-download-guide__faq-answer {
  margin-bottom: 0;
}

.page-resources-jili77-download-guide__final-cta {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.page-resources-jili77-download-guide__cta-button--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-jili77-download-guide__hero-title {
    font-size: 2em;
  }

  .page-resources-jili77-download-guide__hero-description {
    font-size: 1em;
  }

  .page-resources-jili77-download-guide__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-jili77-download-guide__content-area {
    padding: 0 15px;
  }

  .page-resources-jili77-download-guide__article {
    padding: 20px;
  }

  .page-resources-jili77-download-guide__section-title {
    font-size: 1.8em;
  }

  .page-resources-jili77-download-guide__subsection-title {
    font-size: 1.3em;
  }

  .page-resources-jili77-download-guide__troubleshooting-grid {
    grid-template-columns: 1fr;
  }

  /* Ensure images in content area are responsive and do not overflow */
  .page-resources-jili77-download-guide img {
    max-width: 100%;
    height: auto;
  }

  .page-resources-jili77-download-guide__step-image {
    max-width: 100%;
    height: auto;
  }
}

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

  .page-resources-jili77-download-guide__hero-description {
    font-size: 0.95em;
  }

  .page-resources-jili77-download-guide__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-resources-jili77-download-guide__section-title {
    font-size: 1.6em;
  }

  .page-resources-jili77-download-guide__subsection-title {
    font-size: 1.2em;
  }
}