.page-resources-jili888-mobile-download {
  color: #333333;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
}

.page-resources-jili888-mobile-download__hero-section {
  background-color: #0A2E36;
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-jili888-mobile-download__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.page-resources-jili888-mobile-download__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  line-height: 1.2;
}

.page-resources-jili888-mobile-download__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-jili888-mobile-download__hero-cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.page-resources-jili888-mobile-download__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-jili888-mobile-download__button--primary {
  background-color: #FFD700;
  color: #0A2E36;
}

.page-resources-jili888-mobile-download__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-jili888-mobile-download__button--secondary {
  background-color: #0A2E36;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-jili888-mobile-download__button--secondary:hover {
  background-color: #1a4f5b;
  transform: translateY(-2px);
}

.page-resources-jili888-mobile-download__hero-image {
  width: 800px;
  height: 450px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-jili888-mobile-download__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-jili888-mobile-download__section-title {
  font-size: 2.2em;
  color: #0A2E36;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #FFD700;
}

.page-resources-jili888-mobile-download__why-download p {
  text-align: center;
  margin-bottom: 30px;
}

.page-resources-jili888-mobile-download__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.page-resources-jili888-mobile-download__feature-card {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-resources-jili888-mobile-download__feature-card:hover {
  transform: translateY(-5px);
}

.page-resources-jili888-mobile-download__feature-card-title {
  font-size: 1.5em;
  color: #0A2E36;
  margin-bottom: 15px;
}

.page-resources-jili888-mobile-download__guide-steps {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.page-resources-jili888-mobile-download__step-card {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.page-resources-jili888-mobile-download__step-card-title {
  font-size: 1.8em;
  color: #0A2E36;
  margin-bottom: 20px;
  text-align: center;
}

.page-resources-jili888-mobile-download__step-list {
  list-style-type: decimal;
  padding-left: 25px;
  margin-bottom: 25px;
}

.page-resources-jili888-mobile-download__step-list li {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-resources-jili888-mobile-download__step-list strong {
  color: #0A2E36;
}

.page-resources-jili888-mobile-download__step-image {
  width: 600px;
  height: 450px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 25px auto 0 auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-jili888-mobile-download__features ul {
  list-style-type: disc;
  padding-left: 25px;
  margin-bottom: 30px;
}

.page-resources-jili888-mobile-download__features li {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-resources-jili888-mobile-download__features li strong {
  color: #0A2E36;
}

.page-resources-jili888-mobile-download__features-image {
  width: 800px;
  height: 600px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-jili888-mobile-download__faq-accordion {
  margin-top: 30px;
}

.page-resources-jili888-mobile-download__accordion-item {
  margin-bottom: 15px;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
}

.page-resources-jili888-mobile-download__accordion-header {
  background-color: #0A2E36;
  color: #ffffff;
  padding: 18px 25px;
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-resources-jili888-mobile-download__accordion-header:hover {
  background-color: #1a4f5b;
}

.page-resources-jili888-mobile-download__accordion-content {
  padding: 0 25px;
  background-color: #fdfdfd;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.page-resources-jili888-mobile-download__accordion-content p {
  padding: 15px 0;
  font-size: 1.05em;
  color: #555555;
}

.page-resources-jili888-mobile-download__cta-section {
  text-align: center;
  background-color: #0A2E36;
  color: #ffffff;
  padding: 60px 20px;
  border-radius: 12px;
}

.page-resources-jili888-mobile-download__cta-section .page-resources-jili888-mobile-download__section-title {
  color: #FFD700;
  border-bottom-color: #FFD700;
}

.page-resources-jili888-mobile-download__cta-section p {
  font-size: 1.2em;
  margin-bottom: 40px;
}

.page-resources-jili888-mobile-download__cta-image {
  width: 800px;
  height: 450px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto 0 auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.page-resources-jili888-mobile-download__related-resources {
  text-align: center;
}

.page-resources-jili888-mobile-download__resource-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-resources-jili888-mobile-download__resource-link {
  display: block;
  background-color: #FFD700;
  color: #0A2E36;
  padding: 15px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.page-resources-jili888-mobile-download__resource-link:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-jili888-mobile-download__back-to-home {
  display: block;
  width: fit-content;
  margin: 40px auto 60px auto;
  padding: 12px 25px;
  background-color: #0A2E36;
  color: #FFD700;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1.05em;
}

.page-resources-jili888-mobile-download__back-to-home:hover {
  background-color: #1a4f5b;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-jili888-mobile-download__hero-title {
    font-size: 2.5em;
  }

  .page-resources-jili888-mobile-download__hero-description {
    font-size: 1em;
  }

  .page-resources-jili888-mobile-download__hero-cta-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-jili888-mobile-download__button {
    width: 100%;
  }

  .page-resources-jili888-mobile-download__section-title {
    font-size: 1.8em;
  }

  .page-resources-jili888-mobile-download__content-area {
    margin: 20px auto;
    padding: 15px;
  }

  .page-resources-jili888-mobile-download__feature-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-jili888-mobile-download__step-card, .page-resources-jili888-mobile-download__accordion-item {
    padding: 20px;
  }

  .page-resources-jili888-mobile-download__step-card-title {
    font-size: 1.5em;
  }

  .page-resources-jili888-mobile-download__step-list li, .page-resources-jili888-mobile-download__features li, .page-resources-jili888-mobile-download__accordion-content p {
    font-size: 0.95em;
  }

  .page-resources-jili888-mobile-download__accordion-header {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-resources-jili888-mobile-download__cta-section p {
    font-size: 1em;
  }

  .page-resources-jili888-mobile-download__resource-link {
    width: 100%;
  }

  /* Mobile content area image prevention of overflow */
  .page-resources-jili888-mobile-download__hero-image,
  .page-resources-jili888-mobile-download__step-image,
  .page-resources-jili888-mobile-download__features-image,
  .page-resources-jili888-mobile-download__cta-image {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-jili888-mobile-download__hero-title {
    font-size: 2em;
  }

  .page-resources-jili888-mobile-download__section-title {
    font-size: 1.5em;
  }

  .page-resources-jili888-mobile-download__feature-card-title {
    font-size: 1.3em;
  }

  .page-resources-jili888-mobile-download__step-card-title {
    font-size: 1.3em;
  }
}