
    .page-789bets-apk {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f9f9f9;
    }

    .page-789bets-apk__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      box-sizing: border-box;
    }

    .page-789bets-apk__hero-section {
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
      color: #fff;
      text-align: center;
      padding: 60px 20px 40px;
      padding-top: calc(10px + var(--header-offset, 122px)); /* Adjust for header if body padding is not enough */
    }

    .page-789bets-apk__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      font-weight: 700;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
      color: #fff;
    }

    .page-789bets-apk__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #eee;
    }

    .page-789bets-apk__button {
      display: inline-block;
      background-color: #ffcc00;
      color: #1a2a6c;
      padding: 15px 30px;
      border-radius: 8px;
      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-789bets-apk__button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-789bets-apk__image-wrapper {
      text-align: center;
      margin-top: 30px;
      margin-bottom: 30px;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-789bets-apk__image {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
      display: block;
      margin: 0 auto;
    }

    .page-789bets-apk__title {
      font-size: 2.2em;
      color: #1a2a6c;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-789bets-apk__title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #ffcc00;
      border-radius: 2px;
    }

    .page-789bets-apk__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      text-align: justify;
    }

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

    .page-789bets-apk__feature-item {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      padding: 25px;
      text-align: center;
      flex: 1 1 calc(33% - 40px);
      min-width: 280px;
      box-sizing: border-box;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

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

    .page-789bets-apk__feature-icon {
      max-width: 100px;
      height: auto;
      margin-bottom: 15px;
    }

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

    .page-789bets-apk__steps-list {
      counter-reset: step-counter;
      list-style: none;
      padding: 0;
      margin: 30px 0;
    }

    .page-789bets-apk__step-item {
      background-color: #fff;
      border-left: 5px solid #ffcc00;
      margin-bottom: 20px;
      padding: 20px 25px 20px 60px;
      position: relative;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      border-radius: 8px;
      box-sizing: border-box;
    }

    .page-789bets-apk__step-item::before {
      content: counter(step-counter);
      counter-increment: step-counter;
      position: absolute;
      left: 15px;
      top: 50%;
      transform: translateY(-50%);
      background-color: #1a2a6c;
      color: #fff;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 1.2em;
    }

    .page-789bets-apk__step-title {
      font-size: 1.3em;
      color: #1a2a6c;
      margin-bottom: 5px;
    }

    .page-789bets-apk__step-description {
      font-size: 1em;
      color: #555;
    }

    .page-789bets-apk__product-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-789bets-apk__product-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-789bets-apk__product-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .page-789bets-apk__product-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-789bets-apk__product-title {
      font-size: 1.2em;
      color: #1a2a6c;
      padding: 15px;
      margin: 0;
    }

    .page-789bets-apk__faq-section {
      background-color: #f0f0f0;
      border-top: 1px solid #e0e0e0;
    }

    .page-789bets-apk__faq-item {
      background-color: #fff;
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      overflow: hidden;
    }

    .page-789bets-apk__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      color: #1a2a6c;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
    }

    .page-789bets-apk__faq-question:hover {
      background-color: #f5f5f5;
    }

    .page-789bets-apk__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      pointer-events: none;
    }

    .page-789bets-apk__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none;
      transition: transform 0.3s ease;
    }

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

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

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

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-789bets-apk__hero-title {
        font-size: 2.2em;
      }

      .page-789bets-apk__hero-subtitle {
        font-size: 1em;
      }

      .page-789bets-apk__title {
        font-size: 1.8em;
      }

      .page-789bets-apk__text-content {
        font-size: 0.95em;
      }

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

      .page-789bets-apk__features-list,
      .page-789bets-apk__steps-list,
      .page-789bets-apk__product-grid {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-789bets-apk__image,
      .page-789bets-apk__feature-icon,
      .page-789bets-apk__product-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-789bets-apk__step-item {
        padding: 15px 15px 15px 50px;
      }

      .page-789bets-apk__step-item::before {
        width: 30px;
        height: 30px;
        font-size: 1em;
        left: 10px;
      }

      .page-789bets-apk__product-grid {
        grid-template-columns: 1fr;
      }

      .page-789bets-apk__faq-question {
        padding: 15px;
        font-size: 1em;
      }

      .page-789bets-apk__faq-question h3 {
        font-size: 1em;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-789bets-apk__faq-answer {
        font-size: 0.95em;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }
  