
    .page-abc8app-apk {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f4f7f6;
    }

    /* Hero Section */
    .page-abc8app-apk__hero-section {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 10px 20px 60px; /* Small padding-top, relying on body for main offset */
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
      color: #fff;
      overflow: hidden;
      min-height: 500px;
    }

    .page-abc8app-apk__hero-image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      z-index: 0;
    }

    .page-abc8app-apk__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3; /* Subtle background image */
    }

    .page-abc8app-apk__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-abc8app-apk__hero-title {
      font-size: 2.8em;
      margin-bottom: 20px;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-abc8app-apk__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #eee;
    }

    .page-abc8app-apk__hero-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    .page-abc8app-apk__download-button,
    .page-abc8app-apk__learn-more-button {
      display: inline-block;
      padding: 15px 30px;
      border-radius: 8px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      text-align: center;
    }

    .page-abc8app-apk__download-button {
      background-color: #ff4500; /* Orange-red */
      color: #fff;
      border: none;
    }

    .page-abc8app-apk__download-button:hover {
      background-color: #e03e00;
      transform: translateY(-2px);
    }

    .page-abc8app-apk__learn-more-button {
      background-color: #007bff; /* Blue */
      color: #fff;
      border: none;
    }

    .page-abc8app-apk__learn-more-button:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    /* General Section Styling */
    .page-abc8app-apk__section-title {
      font-size: 2.2em;
      color: #1a2a6c;
      text-align: center;
      margin-bottom: 40px;
      padding-top: 60px;
    }

    .page-abc8app-apk__section-description {
      text-align: center;
      max-width: 800px;
      margin: 0 auto 50px;
      font-size: 1.1em;
      color: #555;
    }

    /* Features Section */
    .page-abc8app-apk__features-section {
      padding: 80px 20px;
      background-color: #fff;
    }

    .page-abc8app-apk__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-abc8app-apk__feature-item {
      background-color: #f9f9f9;
      padding: 30px;
      border-radius: 12px;
      text-align: center;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-abc8app-apk__feature-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    }

    .page-abc8app-apk__feature-icon {
      width: 200px; /* Minimum size */
      height: 200px; /* Minimum size */
      object-fit: contain;
      margin: 0 auto 20px;
      display: block;
      border-radius: 8px;
    }


    .page-abc8app-apk__feature-title {
      font-size: 1.4em;
      color: #1a2a6c;
      margin-bottom: 15px;
    }

    .page-abc8app-apk__feature-text {
      font-size: 1em;
      color: #666;
    }

    /* Download Guide Section */
    .page-abc8app-apk__download-guide-section {
      padding: 80px 20px;
      background-color: #eef2f5;
    }

    .page-abc8app-apk__steps-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto 50px;
    }

    .page-abc8app-apk__step-item {
      background-color: #fff;
      padding: 30px;
      border-radius: 12px;
      text-align: center;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    }

    .page-abc8app-apk__step-image {
      width: 250px;
      height: 200px;
      object-fit: contain;
      margin: 0 auto 20px;
      display: block;
      border-radius: 8px;
    }

    .page-abc8app-apk__step-title {
      font-size: 1.5em;
      color: #ff4500;
      margin-bottom: 15px;
    }

    .page-abc8app-apk__step-text {
      font-size: 1em;
      color: #666;
    }

    .page-abc8app-apk__download-action {
      text-align: center;
      margin-top: 40px;
    }

    /* Game Categories Section */
    .page-abc8app-apk__game-categories-section {
      padding: 80px 20px;
      background-color: #fff;
    }

    .page-abc8app-apk__game-categories-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-abc8app-apk__game-category-item {
      background-color: #f9f9f9;
      padding: 20px;
      border-radius: 12px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
    }

    .page-abc8app-apk__game-category-item:hover {
      transform: translateY(-3px);
    }

    .page-abc8app-apk__game-category-image {
      width: 250px;
      height: 180px;
      object-fit: cover;
      margin: 0 auto 15px;
      border-radius: 8px;
      display: block;
    }

    .page-abc8app-apk__game-category-title {
      font-size: 1.3em;
      color: #1a2a6c;
      margin-bottom: 10px;
    }

    .page-abc8app-apk__game-category-text {
      font-size: 0.95em;
      color: #666;
    }

    /* Payment and Providers Section */
    .page-abc8app-apk__payment-providers-section {
      padding: 80px 20px;
      background-color: #eef2f5;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 40px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-abc8app-apk__info-block {
      flex: 1;
      min-width: 300px;
      background-color: #fff;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    }

    .page-abc8app-apk__info-subtitle {
      font-size: 1.8em;
      color: #1a2a6c;
      margin-bottom: 25px;
      text-align: center;
    }

    .page-abc8app-apk__payment-list,
    .page-abc8app-apk__provider-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
    }

    .page-abc8app-apk__payment-item,
    .page-abc8app-apk__provider-item {
      background-color: #f0f4f7;
      padding: 10px 20px;
      border-radius: 6px;
      font-size: 1.05em;
      color: #333;
      box-sizing: border-box;
      width: auto;
      text-align: center;
      flex-grow: 1;
      max-width: 180px;
    }

    /* FAQ Section */
    .page-abc8app-apk__faq-section {
      padding: 80px 20px;
      background-color: #fff;
    }

    .page-abc8app-apk__faq-container {
      max-width: 900px;
      margin: 0 auto;
    }

    .page-abc8app-apk__faq-item {
      background-color: #f9f9f9;
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      overflow: hidden;
    }

    .page-abc8app-apk__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #1a2a6c;
      color: #fff;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-abc8app-apk__faq-question:hover {
      background-color: #2a3a7c;
    }

    .page-abc8app-apk__faq-question h3 {
      margin: 0;
      font-size: 1.25em;
      flex-grow: 1;
      pointer-events: none; /* Crucial for click event on parent */
    }

    .page-abc8app-apk__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      line-height: 1;
      width: 30px;
      text-align: center;
      pointer-events: none; /* Crucial for click event on parent */
      transition: transform 0.3s ease;
    }

    .page-abc8app-apk__faq-item.active .page-abc8app-apk__faq-toggle {
      transform: rotate(45deg); /* Change + to X (or rotate to -) */
    }

    .page-abc8app-apk__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.3s ease;
      background-color: #fff;
      color: #333;
    }

    .page-abc8app-apk__faq-item.active .page-abc8app-apk__faq-answer {
      max-height: 2000px !important;
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-abc8app-apk__faq-answer p {
      margin: 0;
      font-size: 1em;
    }

    /* CTA Section */
    .page-abc8app-apk__cta-section {
      padding: 80px 20px;
      background: linear-gradient(90deg, #1a2a6c, #007bff);
      color: #fff;
      text-align: center;
    }

    .page-abc8app-apk__download-button--large {
      font-size: 1.4em;
      padding: 18px 40px;
      background-color: #ff4500;
      border-radius: 10px;
      margin-top: 30px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    }

    .page-abc8app-apk__download-button--large:hover {
      background-color: #e03e00;
      transform: translateY(-3px);
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-abc8app-apk__hero-title {
        font-size: 2.4em;
      }
      .page-abc8app-apk__section-title {
        font-size: 1.8em;
      }
    }

    @media (max-width: 768px) {
      .page-abc8app-apk__hero-section {
        padding: 10px 15px 40px;
        min-height: 400px;
      }
      .page-abc8app-apk__hero-title {
        font-size: 2em;
      }
      .page-abc8app-apk__hero-description {
        font-size: 1.1em;
      }
      .page-abc8app-apk__hero-buttons {
        flex-direction: column;
        gap: 15px;
      }
      .page-abc8app-apk__download-button,
      .page-abc8app-apk__learn-more-button {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-abc8app-apk__section-title {
        font-size: 1.6em;
        padding-top: 40px;
        margin-bottom: 30px;
      }
      .page-abc8app-apk__section-description {
        font-size: 1em;
        margin-bottom: 40px;
      }

      /* Image responsive */
      .page-abc8app-apk__hero-image,
      .page-abc8app-apk__feature-icon,
      .page-abc8app-apk__step-image,
      .page-abc8app-apk__game-category-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      /* List items responsive */
      .page-abc8app-apk__payment-list,
      .page-abc8app-apk__provider-list {
        flex-direction: column;
        align-items: center;
        gap: 10px;
      }

      .page-abc8app-apk__payment-item,
      .page-abc8app-apk__provider-item {
        width: 100% !important;
        max-width: 300px !important; /* Limit width even if 100% */
        box-sizing: border-box !important;
        padding: 10px 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        font-size: 0.95em;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-abc8app-apk__info-block {
        min-width: unset;
        width: 100%;
        padding: 25px 15px;
      }

      /* FAQ responsive */
      .page-abc8app-apk__faq-question {
        padding: 15px 20px;
      }
      .page-abc8app-apk__faq-question h3 {
        font-size: 1.1em;
      }
      .page-abc8app-apk__faq-answer {
        padding: 0 20px;
      }
      .page-abc8app-apk__faq-item.active .page-abc8app-apk__faq-answer {
        padding: 15px 20px !important;
      }
      .page-abc8app-apk__faq-answer p {
        font-size: 0.95em;
      }

      .page-abc8app-apk__download-button--large {
        font-size: 1.2em;
        padding: 15px 30px;
        width: 90%;
        max-width: 350px;
      }
    }

    @media (max-width: 480px) {
      .page-abc8app-apk__hero-title {
        font-size: 1.8em;
      }
      .page-abc8app-apk__hero-description {
        font-size: 1em;
      }
      .page-abc8app-apk__section-title {
        font-size: 1.4em;
      }
      .page-abc8app-apk__faq-question h3 {
        font-size: 1em;
      }
    }
  