
    .page-gamvip-m88 {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f5f7fa;
    }

    .page-gamvip-m88__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-gamvip-m88__section {
      background-color: #fff;
      padding: 40px 20px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
      text-align: center;
    }

    .page-gamvip-m88__section--dark {
      background-color: #2c3e50;
      color: #ecf0f1;
    }

    .page-gamvip-m88__section-title {
      font-size: 2.5em;
      color: #2c3e50;
      margin-bottom: 20px;
      font-weight: bold;
    }

    .page-gamvip-m88__section-title--dark {
      color: #f39c12;
    }

    .page-gamvip-m88__text {
      font-size: 1.1em;
      margin-bottom: 15px;
      color: #555;
    }

    .page-gamvip-m88__text--dark {
      color: #bdc3c7;
    }

    .page-gamvip-m88__button {
      display: inline-block;
      background-color: #e74c3c;
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1.1em;
    }

    .page-gamvip-m88__button:hover {
      background-color: #c0392b;
    }

    /* Hero Section */
    .page-gamvip-m88__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:gamvip_m88,betting,mobile_app,promotions]') no-repeat center center/cover;
      color: #fff;
      padding: 120px 20px 80px;
      text-align: center;
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      margin-bottom: 30px;
      padding-top: calc(var(--header-offset, 122px) + 10px); /* Adjust for header and add decorative padding */
    }

    .page-gamvip-m88__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      color: #f39c12;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-gamvip-m88__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      color: #ecf0f1;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    /* Floating Buttons */
    .page-gamvip-m88__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-gamvip-m88__floating-button {
      background-color: #27ae60;
      color: #fff;
      padding: 10px 20px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease;
      text-align: center;
    }

    .page-gamvip-m88__floating-button--login {
      background-color: #3498db;
    }

    .page-gamvip-m88__floating-button:hover {
      background-color: #2ecc71;
    }

    .page-gamvip-m88__floating-button--login:hover {
      background-color: #2980b9;
    }

    /* Game Categories */
    .page-gamvip-m88__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
      justify-content: center;
    }

    .page-gamvip-m88__game-card {
      background-color: #f8f8f8;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      box-sizing: border-box;
      width: 100%;
    }

    .page-gamvip-m88__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .page-gamvip-m88__game-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-bottom: 1px solid #eee;
      max-width: 100%;
    }

    .page-gamvip-m88__game-card-content {
      padding: 20px;
    }

    .page-gamvip-m88__game-card-title {
      font-size: 1.4em;
      color: #2c3e50;
      margin-bottom: 10px;
    }

    /* Promotions */
    .page-gamvip-m88__promotion-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-gamvip-m88__promotion-item {
      background-color: #fefae0;
      border: 1px solid #faedcd;
      border-radius: 8px;
      padding: 20px;
      text-align: left;
      flex: 1 1 calc(50% - 20px);
      max-width: calc(50% - 20px);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
    }

    .page-gamvip-m88__promotion-title {
      color: #e67e22;
      font-size: 1.3em;
      margin-bottom: 10px;
    }

    .page-gamvip-m88__promotion-description {
      color: #7f8c8d;
      font-size: 1em;
    }

    /* Payment & Providers */
    .page-gamvip-m88__logo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      gap: 20px;
      margin-top: 30px;
      justify-items: center;
      align-items: center;
    }

    .page-gamvip-m88__logo-item {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px;
      background-color: #fff;
      border-radius: 5px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
      width: 100%;
      max-width: 150px;
      height: 80px;
    }

    .page-gamvip-m88__logo-image {
      max-width: 90%;
      max-height: 60px;
      object-fit: contain;
      max-width: 100%;
      height: auto;
    }

    /* Why Choose Us */
    .page-gamvip-m88__feature-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-gamvip-m88__feature-item {
      background-color: #ecf0f1;
      border-radius: 8px;
      padding: 25px;
      text-align: left;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      box-sizing: border-box;
      width: 100%;
    }

    .page-gamvip-m88__feature-icon {
      width: 60px;
      height: 60px;
      margin-bottom: 15px;
      object-fit: contain;
      max-width: 100%;
      height: auto;
    }

    .page-gamvip-m88__feature-title {
      font-size: 1.3em;
      color: #2c3e50;
      margin-bottom: 10px;
    }

    .page-gamvip-m88__feature-description {
      color: #555;
      font-size: 1em;
    }

    /* FAQ Section */
    .page-gamvip-m88__faq-section {
      text-align: left;
    }

    .page-gamvip-m88__faq-list {
      margin-top: 30px;
    }

    .page-gamvip-m88__faq-item {
      background-color: #fdfdfd;
      border: 1px solid #eee;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
      width: 100%;
    }

    .page-gamvip-m88__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #f0f4f7;
      cursor: pointer;
      user-select: none;
      font-size: 1.1em;
      font-weight: bold;
      color: #34495e;
      transition: background-color 0.3s ease;
    }

    .page-gamvip-m88__faq-question:hover {
      background-color: #e2e8ed;
    }

    .page-gamvip-m88__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      pointer-events: none; /* Prevent h3 from blocking click */
      color: #34495e;
    }

    .page-gamvip-m88__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click */
      color: #34495e;
    }

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

    .page-gamvip-m88__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #fff;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #555;
      font-size: 0.95em;
    }

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

    /* Call to Action */
    .page-gamvip-m88__cta-section {
      background-color: #34495e;
      color: #fff;
    }

    .page-gamvip-m88__cta-title {
      color: #f39c12;
    }

    .page-gamvip-m88__cta-text {
      color: #ecf0f1;
    }

    .page-gamvip-m88__cta-button {
      background-color: #f39c12;
    }

    .page-gamvip-m88__cta-button:hover {
      background-color: #e67e22;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-gamvip-m88__container {
        padding: 15px;
      }

      .page-gamvip-m88__section {
        padding: 30px 15px;
        margin-bottom: 20px;
      }

      .page-gamvip-m88__section-title {
        font-size: 2em;
      }

      .page-gamvip-m88__hero-section {
        padding: 80px 15px 60px;
        padding-top: calc(var(--header-offset, 122px) + 10px);
      }

      .page-gamvip-m88__hero-title {
        font-size: 2.5em;
      }

      .page-gamvip-m88__hero-subtitle {
        font-size: 1.2em;
      }

      .page-gamvip-m88__floating-buttons {
        flex-direction: row;
        bottom: 10px;
        right: 10px;
        left: 10px;
        justify-content: center;
        gap: 8px;
      }

      .page-gamvip-m88__floating-button {
        flex: 1;
        padding: 10px 15px;
        font-size: 1em;
      }

      .page-gamvip-m88__game-categories {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .page-gamvip-m88__game-card {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-gamvip-m88__game-card-image {
        height: 180px;
      }

      .page-gamvip-m88__promotion-list {
        flex-direction: column;
        gap: 15px;
      }

      .page-gamvip-m88__promotion-item {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-gamvip-m88__logo-grid {
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
        gap: 15px;
      }

      .page-gamvip-m88__logo-item {
        max-width: 100% !important;
        width: 100% !important;
        height: 70px;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-gamvip-m88__feature-list {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .page-gamvip-m88__feature-item {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

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

      .page-gamvip-m88__faq-question h3 {
        font-size: 1em;
      }

      .page-gamvip-m88__faq-answer {
        padding: 0 15px;
      }

      .page-gamvip-m88__faq-item.active .page-gamvip-m88__faq-answer {
        padding: 15px !important;
      }

      /* Ensure images are responsive */
      .page-gamvip-m88 img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-gamvip-m88__game-card-image, .page-gamvip-m88__logo-image, .page-gamvip-m88__feature-icon {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
    }

    @media (max-width: 480px) {
      .page-gamvip-m88__floating-buttons {
        flex-direction: column;
        right: 50%;
        transform: translateX(50%);
        width: calc(100% - 20px);
      }

      .page-gamvip-m88__floating-button {
        width: 100%;
      }
    }
  