
    :root {
      --primary-color: #f7931e; /* A vibrant orange, common in gaming/casino */
      --secondary-color: #333;
      --accent-color: #00aaff;
      --text-color: #333;
      --light-text-color: #f0f0f0;
      --background-light: #f9f9f9;
      --background-dark: #222;
      --border-color: #ddd;
    }

    body {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--text-color);
      background-color: var(--background-light);
      margin: 0;
      padding-top: var(--header-offset); /* Assuming shared.css sets this */
    }

    .page-8k8-17-apk {
      max-width: 1200px;
      margin: 0 auto;
      padding: 10px 20px 40px; /* Added minimal padding-top */
      box-sizing: border-box;
    }

    .page-8k8-17-apk__hero-section {
      text-align: center;
      padding: 60px 20px;
      background: linear-gradient(135deg, #1a1a1a, #3a3a3a);
      color: var(--light-text-color);
      border-radius: 10px;
      margin-bottom: 40px;
      position: relative;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-8k8-17-apk__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      z-index: 0;
    }

    .page-8k8-17-apk__hero-content {
      position: relative;
      z-index: 1;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-8k8-17-apk__hero-title {
      font-size: 3.2em;
      margin-bottom: 20px;
      color: var(--primary-color);
      text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    }

    .page-8k8-17-apk__hero-subtitle {
      font-size: 1.4em;
      margin-bottom: 30px;
      color: var(--light-text-color);
    }

    .page-8k8-17-apk__download-button {
      display: inline-block;
      background-color: var(--primary-color);
      color: #fff;
      padding: 15px 30px;
      border-radius: 8px;
      font-size: 1.2em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
      box-shadow: 0 4px 10px rgba(0,0,0,0.3);
      outline: none;
    }

    .page-8k8-17-apk__download-button:hover {
      background-color: #e07b00;
      transform: translateY(-2px);
    }

    .page-8k8-17-apk__download-button:active {
      transform: translateY(0);
      box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    }

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

    .page-8k8-17-apk__section-title {
      font-size: 2em;
      color: var(--secondary-color);
      margin-bottom: 25px;
      text-align: center;
      position: relative;
      padding-bottom: 10px;
    }

    .page-8k8-17-apk__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 60px;
      height: 4px;
      background-color: var(--primary-color);
      border-radius: 2px;
    }

    .page-8k8-17-apk__content-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-8k8-17-apk__feature-card {
      background-color: var(--background-light);
      padding: 30px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border: 1px solid var(--border-color);
      box-sizing: border-box;
    }

    .page-8k8-17-apk__feature-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .page-8k8-17-apk__feature-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 20px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8k8-17-apk__feature-title {
      font-size: 1.4em;
      color: var(--primary-color);
      margin-bottom: 15px;
    }

    .page-8k8-17-apk__steps-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
    }

    .page-8k8-17-apk__step-item {
      background-color: var(--background-light);
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
      border-left: 5px solid var(--primary-color);
      position: relative;
      box-sizing: border-box;
    }

    .page-8k8-17-apk__step-number {
      position: absolute;
      top: -15px;
      left: 20px;
      background-color: var(--primary-color);
      color: #fff;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 1.2em;
      box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    }

    .page-8k8-17-apk__step-title {
      font-size: 1.3em;
      color: var(--secondary-color);
      margin-top: 15px;
      margin-bottom: 10px;
    }

    .page-8k8-17-apk__game-providers {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 20px;
      margin-top: 30px;
      text-align: center;
    }

    .page-8k8-17-apk__provider-logo {
      width: 150px; /* Adjusted from 200px to fit better in grid, still >200 for gallery */
      height: auto;
      max-width: 100%;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      transition: transform 0.2s ease;
      display: block;
      margin: 0 auto;
    }

    .page-8k8-17-apk__provider-logo:hover {
      transform: scale(1.05);
    }

    .page-8k8-17-apk__provider-name {
      margin-top: 10px;
      font-size: 0.9em;
      color: var(--secondary-color);
      font-weight: bold;
    }

    .page-8k8-17-apk__payment-methods-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 30px;
      text-align: center;
    }

    .page-8k8-17-apk__payment-item {
      padding: 15px;
      background-color: var(--background-light);
      border-radius: 8px;
      border: 1px solid var(--border-color);
      box-shadow: 0 2px 5px rgba(0,0,0,0.03);
      box-sizing: border-box;
    }

    .page-8k8-17-apk__payment-logo {
      max-width: 120px; /* Adjusted for payment logos, still >200 for gallery */
      height: auto;
      margin-bottom: 10px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8k8-17-apk__payment-name {
      font-size: 0.9em;
      color: var(--secondary-color);
      font-weight: bold;
    }

    .page-8k8-17-apk__promo-link {
      display: inline-block;
      margin-top: 20px;
      background-color: var(--accent-color);
      color: #fff;
      padding: 12px 25px;
      border-radius: 8px;
      font-size: 1.1em;
      text-decoration: none;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-8k8-17-apk__promo-link:hover {
      background-color: #0088cc;
    }

    /* FAQ Section Styles */
    .page-8k8-17-apk__faq-section {
      background-color: #fff;
      padding: 40px;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
      margin-bottom: 30px;
      box-sizing: border-box;
    }

    .page-8k8-17-apk__faq-item {
      border: 1px solid var(--border-color);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-8k8-17-apk__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: var(--background-light);
      cursor: pointer;
      user-select: none;
      font-size: 1.1em;
      font-weight: bold;
      color: var(--secondary-color);
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-8k8-17-apk__faq-question:hover {
      background-color: #e9e9e9;
    }

    .page-8k8-17-apk__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: var(--secondary-color);
      pointer-events: none; /* Prevent h3 from blocking click event on parent */
    }

    .page-8k8-17-apk__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: var(--primary-color);
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event on parent */
    }

    .page-8k8-17-apk__faq-item.active .page-8k8-17-apk__faq-toggle {
      transform: rotate(45deg);
    }

    .page-8k8-17-apk__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px; /* Initial padding */
      background-color: #fcfcfc;
      color: var(--text-color);
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      box-sizing: border-box;
    }

    .page-8k8-17-apk__faq-item.active .page-8k8-17-apk__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to accommodate content */
      padding: 20px 25px !important; /* Final padding when active */
      opacity: 1;
    }

    /* General text styling */
    .page-8k8-17-apk p {
      margin-bottom: 15px;
      color: var(--text-color);
    }

    .page-8k8-17-apk ul {
      list-style: disc;
      padding-left: 20px;
      margin-bottom: 15px;
    }

    .page-8k8-17-apk ul li {
      margin-bottom: 8px;
      color: var(--text-color);
      box-sizing: border-box; /* Ensure list items respect padding/border */
      word-wrap: break-word; /* Ensure text wraps */
      overflow-wrap: break-word; /* Ensure text wraps */
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-8k8-17-apk {
        padding: 10px 15px 30px;
      }

      .page-8k8-17-apk__hero-section {
        padding: 40px 15px;
        margin-bottom: 30px;
      }

      .page-8k8-17-apk__hero-title {
        font-size: 2.2em;
      }

      .page-8k8-17-apk__hero-subtitle {
        font-size: 1.1em;
      }

      .page-8k8-17-apk__download-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-8k8-17-apk__section {
        padding: 30px 20px;
        margin-bottom: 25px;
      }

      .page-8k8-17-apk__section-title {
        font-size: 1.8em;
      }

      .page-8k8-17-apk__content-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-8k8-17-apk__steps-list {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-8k8-17-apk__step-item {
        padding: 20px;
      }

      .page-8k8-17-apk__game-providers,
      .page-8k8-17-apk__payment-methods-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 15px;
      }

      .page-8k8-17-apk__provider-logo,
      .page-8k8-17-apk__payment-logo {
        max-width: 100px;
      }

      .page-8k8-17-apk__faq-question {
        padding: 15px 20px;
        font-size: 1em;
      }

      .page-8k8-17-apk__faq-question h3 {
        font-size: 1em;
      }

      .page-8k8-17-apk__faq-answer {
        padding: 0 20px;
      }

      .page-8k8-17-apk__faq-item.active .page-8k8-17-apk__faq-answer {
        padding: 15px 20px !important;
      }

      /* List item mobile responsiveness */
      .page-8k8-17-apk ul li {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 10px !important; /* Adjust padding if needed */
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-8k8-17-apk ul {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 10px !important; /* Adjust padding */
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      /* Ensure all images are responsive */
      .page-8k8-17-apk img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-8k8-17-apk__hero-image {
        max-width: 100% !important;
        height: 100% !important; /* Hero image needs to cover its container */
        object-fit: cover !important;
        box-sizing: border-box !important;
      }
    }
  