
    .page-win789apk {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f9fa;
      padding-bottom: 80px; /* Space for fixed button */
    }

    .page-win789apk__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-win789apk__hero-section {
      text-align: center;
      padding: 10px 0 40px 0; /* Adjusted padding-top for fixed header */
      background-color: #004d40;
      color: #fff;
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      margin-bottom: 30px;
    }

    .page-win789apk__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      z-index: 0;
    }

    .page-win789apk__hero-content {
      position: relative;
      z-index: 1;
      padding: 20px;
    }

    .page-win789apk__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      line-height: 1.2;
      color: #ffe082;
    }

    .page-win789apk__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: #e0e0e0;
    }

    .page-win789apk__download-button {
      display: inline-block;
      background-color: #ffb300;
      color: #212121;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .page-win789apk__download-button:hover {
      background-color: #ffa000;
      transform: translateY(-2px);
    }

    .page-win789apk__section {
      background-color: #fff;
      padding: 30px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    .page-win789apk__section-title {
      font-size: 2.2em;
      color: #004d40;
      margin-bottom: 25px;
      text-align: center;
      border-bottom: 2px solid #ffb300;
      padding-bottom: 10px;
    }

    .page-win789apk__text-content p {
      margin-bottom: 15px;
      font-size: 1.05em;
    }

    .page-win789apk__text-content strong {
      color: #004d40;
    }

    .page-win789apk__steps-list {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-win789apk__step-item {
      background-color: #e0f2f1;
      border-radius: 8px;
      padding: 25px;
      flex: 1;
      min-width: 280px;
      max-width: 380px;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-win789apk__step-item:hover {
      transform: translateY(-5px);
    }

    .page-win789apk__step-number {
      font-size: 2em;
      font-weight: bold;
      color: #004d40;
      margin-bottom: 10px;
    }

    .page-win789apk__step-title {
      font-size: 1.3em;
      color: #004d40;
      margin-bottom: 15px;
    }

    .page-win789apk__step-description {
      font-size: 0.95em;
      color: #555;
    }

    .page-win789apk__step-image {
      max-width: 100%;
      height: auto;
      border-radius: 6px;
      margin-top: 15px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .page-win789apk__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
    }

    .page-win789apk__game-card {
      background-color: #fff;
      border: 1px solid #eee;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      padding-bottom: 20px;
    }

    .page-win789apk__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
    }

    .page-win789apk__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      border-bottom: 1px solid #eee;
    }

    .page-win789apk__game-title {
      font-size: 1.5em;
      color: #004d40;
      margin: 15px 10px 10px 10px;
    }

    .page-win789apk__game-description {
      font-size: 0.95em;
      color: #666;
      padding: 0 15px;
    }

    .page-win789apk__faq-list {
      list-style: none;
      padding: 0;
    }

    .page-win789apk__faq-item {
      background-color: #f1f8e9;
      border: 1px solid #dcedc8;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    .page-win789apk__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #c5e1a5;
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      color: #333;
      transition: background-color 0.3s ease;
    }

    .page-win789apk__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #004d40;
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-win789apk__faq-question:hover {
      background-color: #aed581;
    }

    .page-win789apk__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click */
    }

    .page-win789apk__faq-item.active .page-win789apk__faq-toggle {
      transform: rotate(45deg);
    }

    .page-win789apk__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #fff;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #555;
    }

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

    .page-win789apk__floating-promo {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1000;
      background-color: #e65100;
      color: #fff;
      padding: 12px 20px;
      border-radius: 50px;
      text-align: center;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      font-weight: bold;
      font-size: 1.05em;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .page-win789apk__floating-promo:hover {
      background-color: #ff6f00;
      transform: translateY(-3px);
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-win789apk__container {
        padding: 15px;
      }

      .page-win789apk__hero-section {
        padding-top: 10px; /* Ensure clearance for fixed header on mobile */
      }

      .page-win789apk__hero-title {
        font-size: 2em;
      }

      .page-win789apk__hero-subtitle {
        font-size: 1em;
      }

      .page-win789apk__section-title {
        font-size: 1.8em;
      }

      .page-win789apk__steps-list {
        flex-direction: column;
        gap: 15px;
      }

      .page-win789apk__step-item {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px;
      }

      .page-win789apk__game-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-win789apk__game-image {
        height: 180px;
      }

      .page-win789apk__faq-question {
        padding: 12px 15px;
      }

      .page-win789apk__faq-question h3 {
        font-size: 1em;
      }

      .page-win789apk__faq-answer {
        padding: 0 15px;
      }
      .page-win789apk__faq-item.active .page-win789apk__faq-answer {
        padding: 15px !important;
      }

      .page-win789apk__floating-promo {
        bottom: 15px;
        right: 15px;
        padding: 10px 18px;
        font-size: 0.95em;
      }

      .page-win789apk__text-content p,
      .page-win789apk__step-description,
      .page-win789apk__game-description {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }

    @media (max-width: 480px) {
      .page-win789apk__hero-title {
        font-size: 1.8em;
      }
      .page-win789apk__section-title {
        font-size: 1.6em;
      }
      .page-win789apk__download-button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-win789apk__floating-promo {
        padding: 8px 15px;
        font-size: 0.9em;
      }
    }
  