
    .page-888d {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #f0f0f0;
      background-color: #1a1a1a;
      line-height: 1.6;
      padding-bottom: 80px; /* Space for floating buttons */
    }

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

    .page-888d__section {
      padding: 40px 20px;
      margin-bottom: 30px;
      border-radius: 10px;
      background-color: #2a2a2a;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
    }

    .page-888d__section--dark {
      background-color: #1a1a1a;
    }

    .page-888d__title {
      font-size: 2.8em;
      color: #ffd700; /* Gold accent */
      margin-bottom: 20px;
      text-align: center;
      text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
      line-height: 1.2;
    }

    .page-888d__subtitle {
      font-size: 2.2em;
      color: #fff;
      margin-bottom: 25px;
      text-align: center;
      position: relative;
      padding-bottom: 10px;
    }

    .page-888d__subtitle::after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      width: 80px;
      height: 3px;
      background-color: #ffd700;
      border-radius: 5px;
    }

    .page-888d__text {
      font-size: 1.1em;
      color: #ccc;
      margin-bottom: 15px;
      text-align: justify;
    }

    .page-888d__text strong {
      color: #ffd700;
    }

    .page-888d__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:betting,casino,sports,888d]') no-repeat center center/cover;
      padding: 10px 20px 80px;
      min-height: 60vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      position: relative;
      box-sizing: border-box;
    }

    .page-888d__hero-title {
      font-size: 3.5em;
      color: #ffd700;
      margin-bottom: 20px;
      text-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
      animation: fadeInDown 1s ease-out;
    }

    .page-888d__hero-description {
      font-size: 1.5em;
      color: #fff;
      margin-bottom: 40px;
      max-width: 800px;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
      animation: fadeInUp 1s ease-out 0.3s;
    }

    .page-888d__button-group {
      display: flex;
      gap: 20px;
      justify-content: center;
      animation: fadeIn 1s ease-out 0.6s;
    }

    .page-888d__button {
      display: inline-block;
      padding: 15px 30px;
      background-color: #007bff; /* Blue accent */
      color: #fff;
      text-decoration: none;
      border-radius: 50px;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-888d__button:hover {
      background-color: #0056b3;
      transform: translateY(-3px);
    }

    .page-888d__button--gold {
      background-color: #ffd700;
      color: #1a1a1a;
    }

    .page-888d__button--gold:hover {
      background-color: #e6c200;
    }

    .page-888d__image-wrapper {
      margin: 30px auto;
      max-width: 100%;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
      box-sizing: border-box;
    }

    .page-888d__image {
      max-width: 100%;
      height: auto;
      display: block;
      transition: transform 0.3s ease;
    }

    .page-888d__image:hover {
      transform: scale(1.02);
    }

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

    .page-888d__game-card {
      background-color: #333;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease;
      text-align: center;
      padding-bottom: 20px;
    }

    .page-888d__game-card:hover {
      transform: translateY(-5px);
    }

    .page-888d__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-bottom: 2px solid #ffd700;
      box-sizing: border-box;
    }

    .page-888d__game-title {
      font-size: 1.5em;
      color: #ffd700;
      margin: 15px 10px 10px;
    }

    .page-888d__game-description {
      font-size: 0.95em;
      color: #bbb;
      padding: 0 15px;
      text-align: center;
    }

    .page-888d__promo-list {
      list-style: none;
      padding: 0;
      margin: 30px auto 0;
      max-width: 800px;
      display: grid;
      gap: 20px;
    }

    .page-888d__promo-item {
      background-color: #333;
      padding: 20px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      gap: 20px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
      text-align: left;
      box-sizing: border-box;
    }

    .page-888d__promo-icon {
      width: 60px;
      height: 60px;
      min-width: 60px;
      object-fit: contain;
      filter: brightness(1.2);
    }

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

    .page-888d__promo-content p {
      color: #ccc;
      margin: 0;
      font-size: 0.95em;
    }

    .page-888d__faq-list {
      margin-top: 30px;
      text-align: left;
    }

    .page-888d__faq-item {
      background-color: #333;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    }

    .page-888d__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 25px;
      background-color: #444;
      cursor: pointer;
      user-select: none;
      border-bottom: 1px solid #555;
    }

    .page-888d__faq-question h3 {
      margin: 0;
      color: #ffd700;
      font-size: 1.2em;
      pointer-events: none;
    }

    .page-888d__faq-toggle {
      font-size: 1.8em;
      color: #ffd700;
      transition: transform 0.3s ease;
      pointer-events: none;
    }

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

    .page-888d__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      color: #ccc;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-888d__faq-item.active .page-888d__faq-answer {
      max-height: 2000px !important;
      padding: 20px 25px !important;
      opacity: 1;
    }

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

    .page-888d__payment-item, .page-888d__social-item {
      background-color: #333;
      border-radius: 8px;
      padding: 15px;
      text-align: center;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-888d__payment-item:hover, .page-888d__social-item:hover {
      transform: translateY(-5px);
    }

    .page-888d__payment-logo, .page-888d__social-logo {
      max-width: 100px;
      height: auto;
      display: block;
      margin: 0 auto 10px;
      filter: grayscale(0.2) brightness(1.1);
      min-width: 50px; /* Ensure images are not too small */
      min-height: 50px;
    }

    .page-888d__payment-name, .page-888d__social-name {
      color: #fff;
      font-size: 0.9em;
      font-weight: bold;
    }

    .page-888d__fixed-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-around;
      padding: 10px 0;
      background-color: rgba(0, 0, 0, 0.9);
      box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
      z-index: 1000;
      box-sizing: border-box;
    }

    .page-888d__fixed-button {
      flex: 1;
      text-align: center;
      padding: 12px 0;
      margin: 0 5px;
      background-color: #ffd700;
      color: #1a1a1a;
      text-decoration: none;
      border-radius: 5px;
      font-size: 1.1em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-888d__fixed-button:hover {
      background-color: #e6c200;
      transform: translateY(-2px);
    }

    .page-888d__fixed-button--register {
      background-color: #007bff;
      color: #fff;
    }

    .page-888d__fixed-button--register:hover {
      background-color: #0056b3;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-888d__title {
        font-size: 2.2em;
      }

      .page-888d__subtitle {
        font-size: 1.8em;
      }

      .page-888d__hero-title {
        font-size: 2.8em;
      }

      .page-888d__hero-description {
        font-size: 1.2em;
        padding: 0 10px;
      }

      .page-888d__button-group {
        flex-direction: column;
        gap: 15px;
      }

      .page-888d__button {
        width: 80%;
        max-width: 300px;
        margin: 0 auto;
      }

      .page-888d__game-grid {
        grid-template-columns: 1fr;
      }

      .page-888d__promo-list {
        max-width: 100%;
        padding: 0 10px;
      }

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

      .page-888d__promo-icon {
        margin-bottom: 10px;
      }

      .page-888d__promo-content h3 {
        font-size: 1.1em;
      }

      .page-888d__promo-content p {
        font-size: 0.9em;
      }

      .page-888d__faq-question h3 {
        font-size: 1.1em;
      }

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

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

      .page-888d__payment-grid, .page-888d__social-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        padding: 0 10px;
      }

      .page-888d__payment-logo, .page-888d__social-logo {
        max-width: 80px;
      }

      .page-888d__fixed-buttons {
        padding: 8px 0;
      }

      .page-888d__fixed-button {
        font-size: 1em;
        padding: 10px 0;
      }

      /* List item responsive requirements */
      .page-888d__promo-item, .page-888d__game-card, .page-888d__faq-item, .page-888d__payment-item, .page-888d__social-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;
      }
      .page-888d__promo-list, .page-888d__game-grid, .page-888d__faq-list, .page-888d__payment-grid, .page-888d__social-grid {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 10px !important; /* Adjust padding to avoid overlap with container padding */
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
    }

    @keyframes fadeInDown {
      from { opacity: 0; transform: translateY(-20px); }
      to { opacity: 1; transform: translateY(0); }
    }
    @keyframes fadeInUp {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }
    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }
  