
    .page-88ag {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a1a;
      line-height: 1.6;
      padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-88ag__section-title,
    .page-88ag__subsection-title {
      color: #fdd835; /* Gold accent */
      text-align: center;
      margin-bottom: 30px;
      font-size: 2.2em;
      font-weight: bold;
    }

    .page-88ag__subsection-title {
      font-size: 1.8em;
      margin-top: 40px;
    }

    .page-88ag__section-description {
      text-align: center;
      max-width: 800px;
      margin: 0 auto 40px auto;
      font-size: 1.1em;
      color: #cccccc;
    }

    .page-88ag__cta-button {
      display: inline-block;
      background-color: #4CAF50; /* Green */
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-88ag__cta-button:hover {
      background-color: #45a049;
    }

    /* Hero Section */
    .page-88ag__hero-section {
      position: relative;
      padding: 10px 20px 80px 20px;
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:gaming,vietnam,casino]') no-repeat center center/cover;
      text-align: center;
      color: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 500px;
    }

    .page-88ag__hero-title {
      font-size: 3.5em;
      margin-bottom: 10px;
      color: #fdd835;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-88ag__hero-slogan {
      font-size: 1.5em;
      margin-bottom: 30px;
      color: #fff;
    }

    .page-88ag__hero-image {
        display: none; /* Hide the hero image as it's used as background */
    }

    .page-88ag__hero-cta {
        margin-top: 30px;
    }

    /* Floating Buttons */
    .page-88ag__floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-around;
      padding: 10px 0;
      background-color: rgba(26, 26, 26, 0.95);
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
      z-index: 1000;
    }

    .page-88ag__floating-button {
      flex: 1;
      text-align: center;
      padding: 12px 0;
      margin: 0 5px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
    }

    .page-88ag__register-button {
      background-color: #4CAF50;
      color: #fff;
    }

    .page-88ag__register-button:hover {
      background-color: #45a049;
      transform: translateY(-2px);
    }

    .page-88ag__login-button {
      background-color: #2196F3; /* Blue */
      color: #fff;
    }

    .page-88ag__login-button:hover {
      background-color: #1976D2;
      transform: translateY(-2px);
    }

    /* General Sections */
    .page-88ag__about-us,
    .page-88ag__products-section,
    .page-88ag__promotions-section,
    .page-88ag__payment-providers,
    .page-88ag__faq-section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-88ag__about-image {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 40px auto;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

    /* Product Grid */
    .page-88ag__product-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-88ag__product-item {
      background-color: #2a2a2a;
      border-radius: 10px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-88ag__product-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    }

    .page-88ag__product-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 15px;
      min-width: 200px; /* Minimum size requirement */
      min-height: 200px; /* Minimum size requirement */
    }

    .page-88ag__product-name {
      color: #fdd835;
      font-size: 1.5em;
      margin-bottom: 10px;
    }

    .page-88ag__product-desc {
      color: #cccccc;
      font-size: 0.95em;
    }

    /* Promotions Section */
    .page-88ag__promo-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-88ag__promo-item {
      background-color: #2a2a2a;
      border-radius: 10px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-88ag__promo-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    }

    .page-88ag__promo-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 15px;
      min-width: 200px; /* Minimum size requirement */
      min-height: 200px; /* Minimum size requirement */
    }

    .page-88ag__promo-title {
      color: #fdd835;
      font-size: 1.4em;
      margin-bottom: 10px;
    }

    .page-88ag__promo-text {
      color: #cccccc;
      font-size: 0.95em;
    }

    .page-88ag__section-cta {
      text-align: center;
      margin-top: 50px;
    }

    /* Payment & Providers */
    .page-88ag__logo-list {
      list-style: none;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-88ag__logo-item {
      background-color: #2a2a2a;
      border-radius: 8px;
      padding: 15px 20px;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      flex: 1 1 180px; /* Allow items to grow/shrink, base width 180px */
      max-width: 220px;
      box-sizing: border-box;
    }

    .page-88ag__logo-item:hover {
      transform: translateY(-3px);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .page-88ag__logo-item a {
        text-decoration: none;
        color: #e0e0e0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .page-88ag__logo-image {
      max-width: 100px;
      height: auto;
      margin-bottom: 10px;
      min-width: 200px; /* Minimum size requirement, but scaled down */
      min-height: 100px; /* Minimum size requirement */
      object-fit: contain;
    }

    /* FAQ Section */
    .page-88ag__faq-container {
      margin-top: 40px;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-88ag__faq-item {
      background-color: #2a2a2a;
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      overflow: hidden;
    }

    .page-88ag__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      cursor: pointer;
      user-select: none;
      background-color: #333;
      border-bottom: 1px solid #444;
      transition: background-color 0.3s ease;
    }

    .page-88ag__faq-question:hover {
      background-color: #444;
    }

    .page-88ag__faq-question h3 {
      margin: 0;
      color: #fdd835;
      font-size: 1.2em;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-88ag__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: #fdd835;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }

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

    .page-88ag__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;
    }

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

    .page-88ag__faq-answer p {
      margin: 0;
      color: #cccccc;
      font-size: 1em;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-88ag__hero-title {
        font-size: 3em;
      }
      .page-88ag__hero-slogan {
        font-size: 1.3em;
      }
      .page-88ag__section-title {
        font-size: 2em;
      }
      .page-88ag__subsection-title {
        font-size: 1.6em;
      }
    }

    @media (max-width: 768px) {
      .page-88ag__hero-section {
        min-height: 400px;
        padding-top: 10px; /* Small decorative padding, assuming body handles main offset */
      }
      .page-88ag__hero-title {
        font-size: 2.5em;
      }
      .page-88ag__hero-slogan {
        font-size: 1.2em;
      }
      .page-88ag__section-title {
        font-size: 1.8em;
      }
      .page-88ag__section-description {
        font-size: 1em;
        padding: 0 15px;
      }
      .page-88ag__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-88ag__floating-buttons {
        padding: 8px 0;
      }
      .page-88ag__floating-button {
        font-size: 1em;
        padding: 10px 0;
      }

      .page-88ag__about-us,
      .page-88ag__products-section,
      .page-88ag__promotions-section,
      .page-88ag__payment-providers,
      .page-88ag__faq-section {
        padding: 40px 15px;
      }

      .page-88ag__product-grid,
      .page-88ag__promo-list {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      /* List items responsive requirements */
      .page-88ag__product-item,
      .page-88ag__promo-item,
      .page-88ag__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;
        padding: 15px;
      }

      .page-88ag__logo-list {
        padding: 0;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        gap: 15px;
      }

      .page-88ag__product-image,
      .page-88ag__promo-image,
      .page-88ag__logo-image {
        max-width: 100% !important;
        height: auto !important;
        min-width: 200px !important;
        min-height: 100px !important;
      }
      .page-88ag__logo-image {
        max-width: 100px !important; /* Keep logo size reasonable */
      }

      .page-88ag__faq-question h3 {
        font-size: 1.1em;
      }
      .page-88ag__faq-toggle {
        font-size: 1.5em;
      }
      .page-88ag__faq-answer {
        padding: 0 15px;
      }
      .page-88ag__faq-item.active .page-88ag__faq-answer {
        padding: 15px 15px !important;
      }
    }

    @media (max-width: 480px) {
      .page-88ag__hero-title {
        font-size: 2em;
      }
      .page-88ag__hero-slogan {
        font-size: 1em;
      }
      .page-88ag__section-title {
        font-size: 1.6em;
      }
      .page-88ag__subsection-title {
        font-size: 1.4em;
      }
    }
  