.page-resources-jili77-safe-download-guide {
  color: #333333;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #f4f4f4;
  padding-top: var(--header-offset, 120px);
}

.page-resources-jili77-safe-download-guide__hero-section {
  position: relative;
  background-color: #000080;
  padding: 80px 20px;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.page-resources-jili77-safe-download-guide__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.3;
  overflow: hidden;
}

.page-resources-jili77-safe-download-guide__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-resources-jili77-safe-download-guide__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  color: #ffffff;
}

.page-resources-jili77-safe-download-guide__hero-title {
  font-size: 3.2em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-jili77-safe-download-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-jili77-safe-download-guide__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #000080;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-jili77-safe-download-guide__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-jili77-safe-download-guide__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
  background-color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.page-resources-jili77-safe-download-guide__section-title {
  font-size: 2.2em;
  color: #000080;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
  padding-top: 20px;
}

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

.page-resources-jili77-safe-download-guide__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #333333;
}

.page-resources-jili77-safe-download-guide__text-block a {
  color: #000080;
  text-decoration: underline;
}

.page-resources-jili77-safe-download-guide__text-block a:hover {
  color: #FFD700;
}

.page-resources-jili77-safe-download-guide__image-container {
  text-align: center;
  margin: 30px 0;
}

.page-resources-jili77-safe-download-guide__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 800px;
  height: 600px;
  object-fit: cover;
}

.page-resources-jili77-safe-download-guide__ordered-list {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
  padding-left: 0;
}

.page-resources-jili77-safe-download-guide__ordered-list li {
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #333333;
}

.page-resources-jili77-safe-download-guide__ordered-list li strong {
  color: #000080;
}

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

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

.page-resources-jili77-safe-download-guide__faq-answer {
  font-size: 1.05em;
  color: #555555;
  margin-bottom: 0;
}

.page-resources-jili77-safe-download-guide__return-link-wrapper {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.page-resources-jili77-safe-download-guide__return-link {
  color: #000080;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-jili77-safe-download-guide__return-link:hover {
  color: #FFD700;
}

.page-resources-jili77-safe-download-guide__cta-section {
  background-color: #000080;
  color: #ffffff;
  text-align: center;
  padding: 60px 20px;
  margin-top: 40px;
}

.page-resources-jili77-safe-download-guide__cta-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-resources-jili77-safe-download-guide__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

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

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-jili77-safe-download-guide__hero-title {
    font-size: 2.8em;
  }
  .page-resources-jili77-safe-download-guide__section-title {
    font-size: 2em;
  }
  .page-resources-jili77-safe-download-guide__sub-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-jili77-safe-download-guide__hero-section {
    padding: 60px 15px;
    min-height: 400px;
  }
  .page-resources-jili77-safe-download-guide__hero-title {
    font-size: 2.2em;
  }
  .page-resources-jili77-safe-download-guide__hero-description {
    font-size: 1.1em;
  }
  .page-resources-jili77-safe-download-guide__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-jili77-safe-download-guide__content-area {
    margin: 20px auto;
    padding: 0 15px;
  }
  .page-resources-jili77-safe-download-guide__section-title {
    font-size: 1.8em;
  }
  .page-resources-jili77-safe-download-guide__sub-title {
    font-size: 1.4em;
  }
  .page-resources-jili77-safe-download-guide__text-block,
  .page-resources-jili77-safe-download-guide__ordered-list li,
  .page-resources-jili77-safe-download-guide__faq-answer {
    font-size: 1em;
  }
  .page-resources-jili77-safe-download-guide__cta-section {
    padding: 40px 15px;
  }
  .page-resources-jili77-safe-download-guide__cta-title {
    font-size: 2em;
  }
  .page-resources-jili77-safe-download-guide__cta-description {
    font-size: 1.1em;
  }
  .page-resources-jili77-safe-download-guide__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  .page-resources-jili77-safe-download-guide__content-image {
    max-width: 100%;
    height: auto;
  }
  .page-resources-jili77-safe-download-guide__hero-image {
    max-width: 100%;
    height: auto;
  }
  /* Ensure all images within content area are responsive and do not overflow */
  .page-resources-jili77-safe-download-guide img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-jili77-safe-download-guide__hero-title {
    font-size: 1.8em;
  }
  .page-resources-jili77-safe-download-guide__hero-description {
    font-size: 0.95em;
  }
  .page-resources-jili77-safe-download-guide__section-title {
    font-size: 1.6em;
  }
  .page-resources-jili77-safe-download-guide__sub-title {
    font-size: 1.3em;
  }
  .page-resources-jili77-safe-download-guide__cta-title {
    font-size: 1.8em;
  }
  .page-resources-jili77-safe-download-guide__cta-description {
    font-size: 1em;
  }
}