
    /* Page-specific CSS for 99vd */
    .page-99vd {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a2e;
      line-height: 1.6;
      padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-99vd__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-99vd__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:betting,casino,mobile]') no-repeat center center/cover;
      text-align: center;
      color: #ffffff;
      padding: calc(var(--header-offset, 122px) + 10px) 20px 60px; /* Adjusted padding-top for fixed header */
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 60vh;
    }

    .page-99vd__hero-title {
      font-size: 3em;
      margin-bottom: 20px;
      color: #f7b32b;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-99vd__hero-description {
      font-size: 1.2em;
      margin-bottom: 40px;
      max-width: 800px;
    }

    .page-99vd__floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-around;
      padding: 15px 10px;
      background-color: #0f3460;
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
      z-index: 1000;
    }

    .page-99vd__button {
      background-color: #e94560;
      color: #ffffff;
      padding: 12px 25px;
      border-radius: 30px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease;
      cursor: pointer;
      border: none;
      flex: 1;
      margin: 0 5px;
      text-align: center;
    }

    .page-99vd__button--secondary {
      background-color: #f7b32b;
    }

    .page-99vd__button:hover {
      background-color: #d13a53;
    }

    .page-99vd__button--secondary:hover {
      background-color: #e0a326;
    }

    .page-99vd__section-title {
      font-size: 2.5em;
      color: #f7b32b;
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 15px;
    }

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

    .page-99vd__promotions-grid,
    .page-99vd__game-categories-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      justify-content: center;
    }

    .page-99vd__card {
      background-color: #0f3460;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      padding: 25px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .page-99vd__card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

    .page-99vd__card-image {
      width: 100%;
      max-width: 400px; /* Ensure product display images are centered and not too wide */
      height: 250px;
      object-fit: cover;
      border-radius: 10px;
      margin-bottom: 20px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .page-99vd__card-title {
      font-size: 1.8em;
      color: #f7b32b;
      margin-bottom: 15px;
    }

    .page-99vd__card-description {
      font-size: 1em;
      color: #c0c0c0;
    }

    .page-99vd__features-list {
      list-style: none;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-99vd__feature-item {
      background-color: #0f3460;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
      display: flex;
      align-items: flex-start;
      gap: 15px;
      box-sizing: border-box;
    }

    .page-99vd__feature-icon {
      width: 60px;
      height: 60px;
      flex-shrink: 0;
      object-fit: contain;
    }

    .page-99vd__feature-text h3 {
      font-size: 1.5em;
      color: #f7b32b;
      margin-top: 0;
      margin-bottom: 10px;
    }

    .page-99vd__feature-text p {
      font-size: 0.95em;
      color: #c0c0c0;
    }

    .page-99vd__faq-section {
      background-color: #1a1a2e;
    }

    .page-99vd__faq-item {
      background-color: #0f3460;
      margin-bottom: 15px;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
      color: #e0e0e0;
    }

    .page-99vd__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: #1c2b4c;
      border-radius: 10px;
      transition: background-color 0.3s ease;
    }

    .page-99vd__faq-question:hover {
      background-color: #2a3c5d;
    }

    .page-99vd__faq-question h3 {
      margin: 0;
      font-size: 1.3em;
      color: #f7b32b;
      pointer-events: none; /* Prevent h3 from interfering with click event */
    }

    .page-99vd__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: #e94560;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from interfering with click event */
    }

    .page-99vd__faq-item.active .page-99vd__faq-toggle {
      transform: rotate(45deg);
      color: #f7b32b;
    }

    .page-99vd__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #c0c0c0;
      font-size: 0.95em;
    }

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

    .page-99vd__faq-answer p {
      margin-top: 0;
      margin-bottom: 15px;
    }

    /* Responsive Adjustments */
    @media (max-width: 1024px) {
      .page-99vd__hero-title {
        font-size: 2.5em;
      }
      .page-99vd__hero-description {
        font-size: 1.1em;
      }
      .page-99vd__section-title {
        font-size: 2em;
      }
      .page-99vd__card-title {
        font-size: 1.5em;
      }
      .page-99vd__feature-text h3 {
        font-size: 1.3em;
      }
      .page-99vd__faq-question h3 {
        font-size: 1.1em;
      }
    }

    @media (max-width: 768px) {
      .page-99vd__section {
        padding: 30px 15px;
      }
      .page-99vd__hero-title {
        font-size: 2em;
      }
      .page-99vd__hero-description {
        font-size: 1em;
      }
      .page-99vd__button {
        padding: 10px 15px;
        font-size: 1em;
      }
      .page-99vd__floating-buttons {
        padding: 10px 5px;
      }
      .page-99vd__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
      }
      .page-99vd__card {
        padding: 20px;
      }
      .page-99vd__card-image {
        height: 200px;
      }
      .page-99vd__card-title {
        font-size: 1.3em;
      }
      .page-99vd__features-list {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      .page-99vd__feature-item {
        padding: 20px;
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
      .page-99vd__feature-text h3 {
        font-size: 1.2em;
      }
      .page-99vd__feature-icon {
        width: 50px;
        height: 50px;
      }
      .page-99vd__faq-question {
        padding: 15px 20px;
      }
      .page-99vd__faq-question h3 {
        font-size: 1em;
      }
      .page-99vd__faq-toggle {
        font-size: 1.5em;
      }
      .page-99vd__faq-answer {
        padding: 0 20px;
      }
      .page-99vd__faq-item.active .page-99vd__faq-answer {
        padding: 15px 20px !important;
      }
      /* List item specific responsive requirements */
      .page-99vd__features-list,
      .page-99vd__promotions-grid,
      .page-99vd__game-categories-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-99vd__feature-item,
      .page-99vd__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;
        word-break: break-word !important;
      }
      .page-99vd__card-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
    }

    @media (max-width: 480px) {
      .page-99vd__hero-title {
        font-size: 1.8em;
      }
      .page-99vd__button {
        font-size: 0.9em;
        padding: 8px 10px;
      }
      .page-99vd__floating-buttons {
        padding: 8px;
      }
      .page-99vd__section-title {
        font-size: 1.6em;
      }
      .page-99vd__card-title {
        font-size: 1.2em;
      }
      .page-99vd__feature-text h3 {
        font-size: 1.1em;
      }
      .page-99vd__faq-question h3 {
        font-size: 0.95em;
      }
    }
  