
    /* CSS for page-jilihot-app-download-apk */
    .page-jilihot-app-download-apk {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-top: var(--header-offset, 122px); /* Fallback if shared.css doesn't set body padding */
    }

    .page-jilihot-app-download-apk__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-jilihot-app-download-apk__hero-section {
      background-color: #004d40; /* Dark teal */
      color: #fff;
      text-align: center;
      padding: 60px 20px;
      padding-top: 10px; /* Small decorative padding, body handles main offset */
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      margin-bottom: 40px;
    }

    .page-jilihot-app-download-apk__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.15;
      z-index: 0;
    }

    .page-jilihot-app-download-apk__hero-content {
      position: relative;
      z-index: 1;
    }

    .page-jilihot-app-download-apk__hero-title {
      font-size: 3.2em;
      margin-bottom: 20px;
      color: #ffeb3b; /* Yellow accent */
      text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
      word-wrap: break-word;
    }

    .page-jilihot-app-download-apk__hero-subtitle {
      font-size: 1.4em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      word-wrap: break-word;
    }

    .page-jilihot-app-download-apk__download-button {
      display: inline-block;
      background-color: #ffeb3b; /* Yellow accent */
      color: #004d40; /* Dark teal */
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
      margin: 10px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    }

    .page-jilihot-app-download-apk__download-button:hover {
      background-color: #ffe000;
      transform: translateY(-3px);
    }

    .page-jilihot-app-download-apk__section {
      background-color: #fff;
      padding: 40px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }

    .page-jilihot-app-download-apk__section-title {
      font-size: 2.2em;
      color: #004d40;
      margin-bottom: 25px;
      text-align: center;
      word-wrap: break-word;
    }

    .page-jilihot-app-download-apk__section-subtitle {
      font-size: 1.1em;
      color: #555;
      text-align: center;
      margin-bottom: 30px;
      word-wrap: break-word;
    }

    .page-jilihot-app-download-apk__feature-grid,
    .page-jilihot-app-download-apk__step-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-jilihot-app-download-apk__feature-item,
    .page-jilihot-app-download-apk__step-item {
      background-color: #e0f2f1; /* Light teal */
      padding: 25px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0,0,0,0.08);
      box-sizing: border-box;
    }

    .page-jilihot-app-download-apk__feature-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 15px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      border-radius: 50%;
      object-fit: cover;
    }

    .page-jilihot-app-download-apk__feature-title,
    .page-jilihot-app-download-apk__step-title {
      font-size: 1.4em;
      color: #004d40;
      margin-bottom: 10px;
      word-wrap: break-word;
    }

    .page-jilihot-app-download-apk__step-number {
      font-size: 1.8em;
      font-weight: bold;
      color: #004d40;
      margin-bottom: 10px;
    }

    .page-jilihot-app-download-apk__image-container {
      text-align: center;
      margin-top: 30px;
      margin-bottom: 30px;
    }

    .page-jilihot-app-download-apk__app-screenshot {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.2);
      object-fit: contain;
    }

    .page-jilihot-app-download-apk__faq-section {
      background-color: #f0f4f7;
      padding: 40px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }

    .page-jilihot-app-download-apk__faq-item {
      margin-bottom: 15px;
      border: 1px solid #ddd;
      border-radius: 5px;
      overflow: hidden;
      background-color: #fff;
    }

    .page-jilihot-app-download-apk__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #00796b; /* Darker teal */
      color: #fff;
      cursor: pointer;
      user-select: none;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      word-wrap: break-word;
    }

    .page-jilihot-app-download-apk__faq-question:hover {
      background-color: #00695c;
    }

    .page-jilihot-app-download-apk__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #fff;
      pointer-events: none; /* Prevent h3 from blocking click event */
      word-wrap: break-word;
    }

    .page-jilihot-app-download-apk__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 10px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent span from blocking click event */
    }

    .page-jilihot-app-download-apk__faq-item.active .page-jilihot-app-download-apk__faq-toggle {
      transform: rotate(45deg);
    }

    .page-jilihot-app-download-apk__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      background-color: #e0f2f1;
      color: #333;
      word-wrap: break-word;
    }

    .page-jilihot-app-download-apk__faq-item.active .page-jilihot-app-download-apk__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 20px !important;
      opacity: 1;
    }

    .page-jilihot-app-download-apk__cta-section {
      text-align: center;
      padding: 50px 20px;
      background-color: #004d40;
      color: #fff;
      border-radius: 10px;
      margin-bottom: 40px;
    }

    .page-jilihot-app-download-apk__cta-title {
      font-size: 2.5em;
      margin-bottom: 20px;
      color: #ffeb3b;
      word-wrap: break-word;
    }

    .page-jilihot-app-download-apk__cta-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      word-wrap: break-word;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-jilihot-app-download-apk {
        padding-top: var(--header-offset, 100px); /* Adjust fallback for smaller screens */
      }
      .page-jilihot-app-download-apk__hero-section {
        padding: 40px 15px;
      }
      .page-jilihot-app-download-apk__hero-title {
        font-size: 2.2em;
      }
      .page-jilihot-app-download-apk__hero-subtitle {
        font-size: 1.1em;
      }
      .page-jilihot-app-download-apk__download-button {
        padding: 12px 25px;
        font-size: 1em;
        margin: 8px;
      }
      .page-jilihot-app-download-apk__section {
        padding: 25px 15px;
      }
      .page-jilihot-app-download-apk__section-title {
        font-size: 1.8em;
      }
      .page-jilihot-app-download-apk__section-subtitle {
        font-size: 1em;
      }
      .page-jilihot-app-download-apk__feature-grid,
      .page-jilihot-app-download-apk__step-list {
        grid-template-columns: 1fr; /* Single column for mobile */
        gap: 20px;
      }
      .page-jilihot-app-download-apk__feature-item,
      .page-jilihot-app-download-apk__step-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 20px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
      }
      .page-jilihot-app-download-apk__feature-title,
      .page-jilihot-app-download-apk__step-title {
        font-size: 1.2em;
      }
      .page-jilihot-app-download-apk__image-container {
        padding: 0 10px;
      }
      .page-jilihot-app-download-apk__app-screenshot {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-jilihot-app-download-apk__faq-question {
        padding: 12px 15px;
        font-size: 1em;
      }
      .page-jilihot-app-download-apk__faq-question h3 {
        font-size: 1em;
      }
      .page-jilihot-app-download-apk__faq-answer {
        padding: 0 15px;
      }
      .page-jilihot-app-download-apk__faq-item.active .page-jilihot-app-download-apk__faq-answer {
        padding: 15px 15px !important;
      }
      .page-jilihot-app-download-apk__cta-section {
        padding: 30px 15px;
      }
      .page-jilihot-app-download-apk__cta-title {
        font-size: 1.8em;
      }
      .page-jilihot-app-download-apk__cta-description {
        font-size: 1em;
      }
    }

    @media (max-width: 480px) {
      .page-jilihot-app-download-apk__hero-title {
        font-size: 1.8em;
      }
      .page-jilihot-app-download-apk__section-title {
        font-size: 1.6em;
      }
      .page-jilihot-app-download-apk__cta-title {
        font-size: 1.6em;
      }
    }
  