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

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

    .page-118bet-apk__hero-section {
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
      color: #fff;
      text-align: center;
      padding: 80px 20px;
      border-radius: 10px;
      margin-bottom: 40px;
      position: relative;
      overflow: hidden;
      padding-top: 10px; /* Decorative top padding, assuming body handles main offset */
    }

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

    .page-118bet-apk__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #eee;
    }

    .page-118bet-apk__download-button {
      display: inline-block;
      background-color: #ffcc00;
      color: #1a2a6c;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-118bet-apk__download-button:hover {
      background-color: #e6b800;
      transform: translateY(-3px);
    }

    .page-118bet-apk__section-title {
      font-size: 2.2em;
      color: #1a2a6c;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-118bet-apk__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #fdbb2d;
      border-radius: 2px;
    }

    .page-118bet-apk__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-bottom: 40px;
    }

    .page-118bet-apk__feature-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      padding: 30px;
      text-align: center;
      transition: transform 0.3s ease;
      border: 1px solid #eee;
    }

    .page-118bet-apk__feature-card:hover {
      transform: translateY(-5px);
    }

    .page-118bet-apk__feature-icon {
      width: 100px;
      height: 100px;
      margin-bottom: 20px;
      object-fit: contain;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

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

    .page-118bet-apk__feature-description {
      font-size: 1em;
      color: #555;
    }

    .page-118bet-apk__guide-section {
      background-color: #fff;
      padding: 40px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
      margin-bottom: 40px;
    }

    .page-118bet-apk__guide-steps {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-118bet-apk__guide-step-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 25px;
      position: relative;
      padding-left: 60px;
      box-sizing: border-box;
    }

    .page-118bet-apk__guide-step-item:last-child {
      margin-bottom: 0;
    }

    .page-118bet-apk__step-number {
      position: absolute;
      left: 0;
      top: 0;
      width: 40px;
      height: 40px;
      background-color: #fdbb2d;
      color: #1a2a6c;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.5em;
      font-weight: bold;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .page-118bet-apk__step-content {
      flex: 1;
    }

    .page-118bet-apk__step-title {
      font-size: 1.3em;
      color: #1a2a6c;
      margin-bottom: 10px;
    }

    .page-118bet-apk__step-description {
      color: #555;
    }

    .page-118bet-apk__game-showcase {
      text-align: center;
      margin-bottom: 40px;
    }

    .page-118bet-apk__game-images {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 30px;
    }

    .page-118bet-apk__game-image-wrapper {
      flex: 1 1 300px;
      max-width: 380px;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-118bet-apk__game-image-wrapper:hover {
      transform: scale(1.03);
    }

    .page-118bet-apk__game-image {
      width: 100%;
      height: 250px;
      object-fit: cover;
      display: block;
    }

    .page-118bet-apk__faq-section {
      background-color: #fff;
      padding: 40px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
      margin-bottom: 40px;
    }

    .page-118bet-apk__faq-item {
      border-bottom: 1px solid #eee;
      padding: 15px 0;
    }

    .page-118bet-apk__faq-item:last-child {
      border-bottom: none;
    }

    .page-118bet-apk__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      user-select: none;
      font-size: 1.1em;
      color: #1a2a6c;
      font-weight: bold;
      padding: 10px 0;
    }

    .page-118bet-apk__faq-question:hover {
      color: #b21f1f;
    }

    .page-118bet-apk__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none;
      color: inherit;
    }

    .page-118bet-apk__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none;
      color: #fdbb2d;
    }

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

    .page-118bet-apk__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #555;
      font-size: 0.95em;
      line-height: 1.8;
    }

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

    .page-118bet-apk__promo-cta {
      text-align: center;
      background-color: #1a2a6c;
      color: #fff;
      padding: 50px 20px;
      border-radius: 10px;
      margin-bottom: 40px;
    }

    .page-118bet-apk__promo-cta-title {
      font-size: 2em;
      margin-bottom: 20px;
      color: #ffcc00;
    }

    .page-118bet-apk__promo-cta-text {
      font-size: 1.1em;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      color: #eee;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .page-118bet-apk__hero-section {
        padding: 60px 15px;
      }

      .page-118bet-apk__hero-title {
        font-size: 2em;
      }

      .page-118bet-apk__hero-description {
        font-size: 1em;
      }

      .page-118bet-apk__download-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-118bet-apk__section-title {
        font-size: 1.8em;
      }

      .page-118bet-apk__features-grid {
        grid-template-columns: 1fr;
      }

      .page-118bet-apk__guide-step-item {
        padding-left: 50px;
      }

      .page-118bet-apk__step-number {
        width: 35px;
        height: 35px;
        font-size: 1.3em;
      }

      .page-118bet-apk__step-title {
        font-size: 1.2em;
      }

      .page-118bet-apk__game-images {
        flex-direction: column;
        align-items: center;
      }

      .page-118bet-apk__game-image-wrapper {
        flex: none;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-118bet-apk__faq-question {
        font-size: 1em;
      }

      .page-118bet-apk__faq-answer {
        padding: 15px 10px !important;
      }

      .page-118bet-apk__promo-cta-title {
        font-size: 1.8em;
      }

      .page-118bet-apk__promo-cta-text {
        font-size: 1em;
      }

      /* List item responsive styles */
      .page-118bet-apk__guide-steps {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 10px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-118bet-apk__guide-step-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-right: 10px;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-118bet-apk__step-description {
        word-break: break-word !important;
      }

      .page-118bet-apk__feature-card {
        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-118bet-apk__feature-description {
        word-break: break-word !important;
      }

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

      .page-118bet-apk__game-image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }

    @media (max-width: 480px) {
      .page-118bet-apk__hero-title {
        font-size: 1.8em;
      }

      .page-118bet-apk__section-title {
        font-size: 1.6em;
      }

      .page-118bet-apk__guide-step-item {
        padding-left: 45px;
      }

      .page-118bet-apk__step-number {
        width: 30px;
        height: 30px;
        font-size: 1.2em;
      }
    }
  