
    .page-3win-apk {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-top: 10px; /* Small top padding for first section, relying on body padding-top for header offset */
    }

    .page-3win-apk__section-title {
      font-size: 2.5em;
      color: #1a1a1a;
      text-align: center;
      margin-bottom: 40px;
      padding-top: 40px;
      font-weight: 700;
    }

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

    /* Hero Section */
    .page-3win-apk__hero-section {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 60px 20px;
      background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
      color: #fff;
      overflow: hidden;
      position: relative;
    }

    .page-3win-apk__hero-content {
      max-width: 900px;
      z-index: 1;
    }

    .page-3win-apk__hero-title {
      font-size: 3.2em;
      margin-bottom: 20px;
      font-weight: 900;
      line-height: 1.2;
    }

    .page-3win-apk__hero-title strong {
      color: #ffcc00; /* Highlight keyword */
    }

    .page-3win-apk__hero-description {
      font-size: 1.3em;
      margin-bottom: 40px;
      line-height: 1.5;
    }

    .page-3win-apk__hero-cta-button {
      display: inline-block;
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 18px 35px;
      border-radius: 50px;
      text-decoration: none;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .page-3win-apk__hero-cta-button:hover {
      background-color: #e6b800;
      transform: translateY(-3px);
    }

    .page-3win-apk__hero-image-wrapper {
      margin-top: 50px;
      max-width: 600px;
      width: 100%;
      box-sizing: border-box;
      overflow: hidden;
      border-radius: 15px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
      z-index: 1;
    }

    .page-3win-apk__hero-image {
      max-width: 100%;
      height: auto;
      display: block;
    }

    /* Benefits Section */
    .page-3win-apk__benefits-section {
      padding: 80px 20px;
      background-color: #fff;
    }

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

    .page-3win-apk__benefit-item {
      text-align: center;
      padding: 30px;
      border-radius: 15px;
      background-color: #f2f7ff;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-3win-apk__benefit-item:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .page-3win-apk__benefit-icon {
      min-width: 200px; /* Enforce minimum size */
      min-height: 200px; /* Enforce minimum size */
      width: 200px; /* Set a specific size for consistency */
      height: auto;
      margin-bottom: 20px;
      max-width: 100%;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }


    .page-3win-apk__benefit-title {
      font-size: 1.8em;
      color: #2a5298;
      margin-bottom: 15px;
      font-weight: 700;
    }

    .page-3win-apk__benefit-description {
      font-size: 1.1em;
      color: #666;
    }

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

    .page-3win-apk__guide-steps {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 40px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-3win-apk__step-item {
      text-align: center;
      background-color: #fff;
      padding: 40px 30px;
      border-radius: 15px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
      position: relative;
      overflow: hidden;
      border-bottom: 5px solid #2a5298;
    }

    .page-3win-apk__step-number {
      position: absolute;
      top: 20px;
      left: 20px;
      background-color: #2a5298;
      color: #fff;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5em;
      font-weight: bold;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .page-3win-apk__step-image {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 20px auto 30px auto;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      min-width: 200px; /* Enforce minimum size */
      min-height: 200px; /* Enforce minimum size */
    }

    .page-3win-apk__step-title {
      font-size: 2em;
      color: #1e3c72;
      margin-bottom: 15px;
      font-weight: 700;
    }

    .page-3win-apk__step-description {
      font-size: 1.1em;
      color: #666;
      margin-bottom: 25px;
    }

    .page-3win-apk__step-cta-button {
      display: inline-block;
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 12px 25px;
      border-radius: 30px;
      text-decoration: none;
      font-size: 1em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .page-3win-apk__step-cta-button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    /* Games Section */
    .page-3win-apk__games-section {
      padding: 80px 20px;
      background-color: #fff;
    }

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

    .page-3win-apk__game-item {
      text-align: center;
      background-color: #f2f7ff;
      padding: 20px;
      border-radius: 15px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-3win-apk__game-item:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .page-3win-apk__game-image {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto 20px auto;
      border-radius: 10px;
      min-width: 200px; /* Enforce minimum size */
      min-height: 200px; /* Enforce minimum size */
    }

    .page-3win-apk__game-title {
      font-size: 1.8em;
      color: #1e3c72;
      margin-bottom: 10px;
      font-weight: 700;
    }

    .page-3win-apk__game-description {
      font-size: 1.1em;
      color: #666;
    }

    /* CTA Banner */
    .page-3win-apk__cta-banner {
      background: linear-gradient(90deg, #2a5298 0%, #1e3c72 100%);
      color: #fff;
      padding: 70px 20px;
      text-align: center;
      margin-top: 60px;
    }

    .page-3win-apk__cta-title {
      font-size: 2.8em;
      margin-bottom: 20px;
      font-weight: 800;
    }

    .page-3win-apk__cta-description {
      font-size: 1.3em;
      max-width: 800px;
      margin: 0 auto 40px auto;
    }

    .page-3win-apk__cta-button {
      display: inline-block;
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 18px 40px;
      border-radius: 50px;
      text-decoration: none;
      font-size: 1.3em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .page-3win-apk__cta-button:hover {
      background-color: #e6b800;
      transform: translateY(-3px);
    }

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

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

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

    .page-3win-apk__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #2a5298;
      color: #fff;
      font-weight: bold;
      border-radius: 10px;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-3win-apk__faq-question:hover {
      background-color: #1e3c72;
    }

    .page-3win-apk__faq-question-title {
      margin: 0;
      font-size: 1.3em;
      pointer-events: none; /* Prevent h3 from interfering with click event */
      color: #fff; /* Ensure good contrast */
    }

    .page-3win-apk__faq-toggle {
      font-size: 2em;
      line-height: 1;
      pointer-events: none; /* Prevent toggle icon from interfering with click event */
      transition: transform 0.3s ease;
      color: #ffcc00; /* Ensure good contrast */
    }

    .page-3win-apk__faq-item.active .page-3win-apk__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'x' visually */
    }

    .page-3win-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.4s ease;
      background-color: #fefefe;
      color: #333;
    }

    .page-3win-apk__faq-item.active .page-3win-apk__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 25px !important;
      opacity: 1;
      border-top: 1px solid #eee;
    }

    .page-3win-apk__faq-answer p {
      margin: 0;
      font-size: 1.1em;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-3win-apk__hero-title {
        font-size: 2.8em;
      }
      .page-3win-apk__hero-description {
        font-size: 1.2em;
      }
      .page-3win-apk__section-title {
        font-size: 2.2em;
      }
      .page-3win-apk__cta-title {
        font-size: 2.4em;
      }
    }

    @media (max-width: 768px) {
      .page-3win-apk__hero-section {
        padding: 40px 15px;
      }
      .page-3win-apk__hero-title {
        font-size: 2.2em;
      }
      .page-3win-apk__hero-description {
        font-size: 1.1em;
      }
      .page-3win-apk__hero-cta-button {
        padding: 15px 30px;
        font-size: 1.1em;
      }

      .page-3win-apk__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
        padding-top: 30px;
      }
      .page-3win-apk__section-description {
        font-size: 1em;
        margin-bottom: 30px;
      }

      /* List responsiveness for benefits, guide steps, games */
      .page-3win-apk__benefits-grid,
      .page-3win-apk__guide-steps,
      .page-3win-apk__games-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 0 15px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-3win-apk__benefit-item,
      .page-3win-apk__step-item,
      .page-3win-apk__game-item {
        padding: 25px 20px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-3win-apk__benefit-icon,
      .page-3win-apk__step-image,
      .page-3win-apk__game-image {
        max-width: 100% !important;
        height: auto !important;
        min-width: 200px !important;
        min-height: 200px !important;
        box-sizing: border-box !important;
        margin: 15px auto !important;
      }

      .page-3win-apk__benefit-title,
      .page-3win-apk__step-title,
      .page-3win-apk__game-title {
        font-size: 1.5em;
      }

      .page-3win-apk__benefit-description,
      .page-3win-apk__step-description,
      .page-3win-apk__game-description {
        font-size: 1em;
      }

      .page-3win-apk__cta-banner {
        padding: 50px 15px;
      }
      .page-3win-apk__cta-title {
        font-size: 2em;
      }
      .page-3win-apk__cta-description {
        font-size: 1.1em;
      }
      .page-3win-apk__cta-button {
        padding: 15px 30px;
        font-size: 1.1em;
      }

      .page-3win-apk__faq-question {
        padding: 18px 20px;
      }
      .page-3win-apk__faq-question-title {
        font-size: 1.1em;
      }
      .page-3win-apk__faq-toggle {
        font-size: 1.8em;
      }
      .page-3win-apk__faq-answer {
        padding: 0 20px;
      }
      .page-3win-apk__faq-item.active .page-3win-apk__faq-answer {
        padding: 15px 20px !important;
      }
      .page-3win-apk__faq-answer p {
        font-size: 1em;
      }
    }

    @media (max-width: 480px) {
      .page-3win-apk__hero-title {
        font-size: 1.8em;
      }
      .page-3win-apk__hero-description {
        font-size: 1em;
      }
      .page-3win-apk__hero-cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-3win-apk__section-title {
        font-size: 1.6em;
      }
      .page-3win-apk__cta-title {
        font-size: 1.8em;
      }
      .page-3win-apk__cta-description {
        font-size: 1em;
      }
      .page-3win-apk__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }
    }
  