
    .page-888abet {
      font-family: 'Arial', sans-serif;
      color: #333;
      background-color: #f0f2f5;
      line-height: 1.6;
      padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-888abet__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      margin-bottom: 20px;
    }

    .page-888abet__section--dark {
      background-color: #2c3e50;
      color: #ecf0f1;
    }

    .page-888abet__hero-section {
      background: linear-gradient(135deg, #0a1128, #1a2a6c);
      color: #fff;
      text-align: center;
      padding: 60px 20px;
      padding-top: 10px; /* Adjusted for header offset */
      border-radius: 0;
      box-shadow: none;
      margin-bottom: 0;
      position: relative;
      overflow: hidden;
    }

    .page-888abet__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('[GALLERY:background:1920x1080:abstract,pattern,gaming]') no-repeat center center/cover;
      opacity: 0.1;
      z-index: 0;
    }

    .page-888abet__hero-content {
      position: relative;
      z-index: 1;
    }

    .page-888abet__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
      color: #f7b731;
    }

    .page-888abet__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      opacity: 0.9;
    }

    .page-888abet__floating-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
      width: 100%;
      justify-content: center;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-888abet__button {
      display: inline-block;
      padding: 12px 25px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: all 0.3s ease;
      cursor: pointer;
      border: none;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      text-align: center;
      flex-grow: 1;
      max-width: 180px;
    }

    .page-888abet__button--primary {
      background-color: #f7b731;
      color: #0a1128;
    }

    .page-888abet__button--primary:hover {
      background-color: #ffda79;
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    }

    .page-888abet__button--secondary {
      background-color: #0a1128;
      color: #f7b731;
      border: 2px solid #f7b731;
    }

    .page-888abet__button--secondary:hover {
      background-color: #1a2a6c;
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    }

    .page-888abet__heading {
      text-align: center;
      font-size: 2.2em;
      margin-bottom: 30px;
      color: #0a1128;
      font-weight: bold;
    }

    .page-888abet__heading--light {
      color: #f7b731;
    }

    .page-888abet__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      color: #555;
    }

    .page-888abet__text-content--light {
      color: #ecf0f1;
    }

    .page-888abet__product-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
      justify-content: center;
    }

    .page-888abet__product-card {
      background-color: #f9f9f9;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-bottom: 20px;
    }

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

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

    .page-888abet__product-title {
      font-size: 1.5em;
      font-weight: bold;
      margin: 20px 15px 10px;
      color: #0a1128;
    }

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

    .page-888abet__promotion-list {
      list-style: none;
      padding: 0;
      margin-top: 30px;
    }

    .page-888abet__promotion-item {
      background-color: #fef9e7;
      border-left: 5px solid #f7b731;
      margin-bottom: 15px;
      padding: 20px;
      border-radius: 8px;
      display: flex;
      align-items: flex-start;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }

    .page-888abet__promotion-item:last-child {
      margin-bottom: 0;
    }

    .page-888abet__promotion-icon {
      margin-right: 15px;
      flex-shrink: 0;
    }

    .page-888abet__promotion-icon img {
      width: 60px;
      height: 60px;
      object-fit: contain;
    }

    .page-888abet__promotion-content h3 {
      margin-top: 0;
      color: #0a1128;
      font-size: 1.3em;
      margin-bottom: 5px;
    }

    .page-888abet__promotion-content p {
      margin-bottom: 0;
      color: #555;
    }

    .page-888abet__payment-grid, .page-888abet__provider-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-888abet__logo-item {
      background-color: #f9f9f9;
      border-radius: 10px;
      padding: 15px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      text-align: center;
      transition: transform 0.3s ease;
      flex: 0 0 auto;
      width: 120px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .page-888abet__logo-item:hover {
      transform: translateY(-3px);
    }

    .page-888abet__logo-item img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
    }

    .page-888abet__faq-container {
      margin-top: 30px;
    }

    .page-888abet__faq-item {
      background-color: #f9f9f9;
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .page-888abet__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #eee;
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      color: #0a1128;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
    }

    .page-888abet__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-888abet__faq-question h3 {
      margin: 0;
      pointer-events: none; /* Prevent h3 from blocking click event */
      flex-grow: 1;
    }

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

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

    .page-888abet__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      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;
    }

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

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-888abet__hero-title {
        font-size: 2em;
      }

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

      .page-888abet__section {
        padding: 30px 15px;
        margin-bottom: 15px;
      }

      .page-888abet__heading {
        font-size: 1.8em;
        margin-bottom: 25px;
      }

      .page-888abet__floating-buttons {
        flex-direction: column;
        bottom: 15px;
        gap: 10px;
        max-width: 300px;
      }

      .page-888abet__button {
        padding: 10px 20px;
        font-size: 1em;
        width: 100% !important;
        max-width: 100% !important;
      }

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

      .page-888abet__promotion-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 15px;
      }

      .page-888abet__promotion-icon {
        margin-right: 0;
        margin-bottom: 10px;
      }

      .page-888abet__promotion-content h3 {
        font-size: 1.2em;
      }

      .page-888abet__payment-grid, .page-888abet__provider-grid {
        gap: 15px;
      }

      .page-888abet__logo-item {
        width: 100px;
        height: 70px;
        padding: 10px;
      }

      .page-888abet__faq-question {
        padding: 12px 15px;
        font-size: 1em;
      }

      .page-888abet__faq-answer {
        padding: 0 15px;
      }

      .page-888abet__faq-item.active .page-888abet__faq-answer {
        padding: 15px 15px !important;
      }

      /* List item responsive requirements */
      .page-888abet__promotion-list,
      .page-888abet__payment-grid,
      .page-888abet__provider-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-888abet__promotion-item,
      .page-888abet__logo-item {
          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;
          word-break: break-word !important;
      }

      .page-888abet__promotion-item {
          padding: 15px !important; /* Adjust padding for mobile */
      }

      .page-888abet__logo-item {
          width: calc(50% - 10px) !important; /* Two items per row */
          max-width: calc(50% - 10px) !important;
      }

      /* Image responsive requirements */
      .page-888abet__product-image,
      .page-888abet__promotion-icon img,
      .page-888abet__logo-item img {
        max-width: 100% !important;
        height: auto !important;
      }

      .page-888abet__product-card,
      .page-888abet__promotion-item,
      .page-888abet__logo-item {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }
  