
    .page-fi88 {
      font-family: 'Arial', sans-serif;
      background-color: #000000;
      color: #FFFFFF;
      line-height: 1.6;
      padding-bottom: 80px; /* Space for potential fixed footer */
    }

    .page-fi88__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-fi88__hero-section {
      text-align: center;
      padding: 150px 0 40px 0; /* Adjusted padding-top for fixed header */
      background-color: #1a1a1a;
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .page-fi88__hero-image {
      width: 100%;
      max-width: 100%;
      height: auto;
      display: block;
      margin-bottom: 20px;
      border-radius: 8px;
    }

    .page-fi88__hero-content {
      position: relative;
      z-index: 2;
      padding: 0 15px;
    }

    .page-fi88__hero-title {
      font-size: 2.8em;
      color: #FFD700;
      margin-bottom: 15px;
      line-height: 1.2;
    }

    .page-fi88__hero-description {
      font-size: 1.2em;
      color: #E0E0E0;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-fi88__cta-button {
      display: inline-block;
      background-color: #FFD700;
      color: #000000;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

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

    .page-fi88__section {
      padding: 60px 0;
      text-align: center;
    }

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

    .page-fi88__section-title {
      font-size: 2.2em;
      color: #FFD700;
      margin-bottom: 30px;
      text-align: center;
    }

    .page-fi88__section-text {
      font-size: 1.1em;
      color: #E0E0E0;
      max-width: 900px;
      margin: 0 auto 40px auto;
      text-align: center;
    }

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

    .page-fi88__download-item {
      background-color: #222222;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      transition: transform 0.3s ease;
    }

    .page-fi88__download-item:hover {
      transform: translateY(-5px);
    }

    .page-fi88__download-icon {
      width: 120px;
      height: auto;
      margin-bottom: 20px;
    }

    .page-fi88__download-title {
      font-size: 1.5em;
      color: #FFD700;
      margin-bottom: 15px;
    }

    .page-fi88__download-description {
      color: #CCCCCC;
      margin-bottom: 20px;
    }

    .page-fi88__download-button {
      background-color: #FFD700;
      color: #000000;
      padding: 10px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      display: inline-block;
    }

    .page-fi88__download-button:hover {
      background-color: #e6c200;
    }

    .page-fi88__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 40px;
    }

    .page-fi88__game-card {
      background-color: #222222;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      text-align: center;
    }

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

    .page-fi88__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-fi88__game-content {
      padding: 20px;
    }

    .page-fi88__game-title {
      font-size: 1.3em;
      color: #FFD700;
      margin-bottom: 10px;
    }

    .page-fi88__game-description {
      color: #CCCCCC;
      font-size: 0.95em;
      margin-bottom: 15px;
    }

    .page-fi88__provider-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 40px;
      align-items: center;
      justify-content: center;
    }

    .page-fi88__provider-item {
      background-color: #222222;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 100px;
    }

    .page-fi88__provider-item:hover {
      transform: scale(1.05);
    }

    .page-fi88__provider-logo {
      max-width: 100%;
      max-height: 80px;
      height: auto;
      display: block;
    }

    .page-fi88__faq-section {
      background-color: #1a1a1a;
      padding: 60px 0;
    }

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

    .page-fi88__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: #333333;
      transition: background-color 0.3s ease;
    }

    .page-fi88__faq-question:hover {
      background-color: #444444;
    }

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

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

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

    .page-fi88__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: #CCCCCC;
    }

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

    .page-fi88__floating-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #FFD700;
      color: #000000;
      padding: 15px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
      z-index: 1000;
      transition: background-color 0.3s ease, transform 0.3s ease;
      text-align: center;
      display: block;
      max-width: 280px;
    }

    .page-fi88__floating-button:hover {
      background-color: #e6c200;
      transform: translateY(-3px);
    }

    .page-fi88__social-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 40px;
    }

    .page-fi88__social-item {
      background-color: #222222;
      border-radius: 8px;
      padding: 15px 20px;
      display: flex;
      align-items: center;
      gap: 10px;
      color: #FFD700;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .page-fi88__social-item:hover {
      background-color: #333333;
      transform: translateY(-2px);
    }

    .page-fi88__social-icon {
      width: 40px;
      height: 40px;
      object-fit: contain;
      max-width: 100%;
      height: auto;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-fi88__hero-section {
        padding-top: 100px; /* Adjust for smaller mobile header */
        padding-bottom: 30px;
      }

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

      .page-fi88__hero-description {
        font-size: 1em;
      }

      .page-fi88__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-fi88__section {
        padding: 40px 0;
      }

      .page-fi88__section-title {
        font-size: 1.8em;
      }

      .page-fi88__section-text {
        font-size: 1em;
      }

      .page-fi88__download-item,
      .page-fi88__game-card,
      .page-fi88__provider-item {
        margin: 0 auto;
        max-width: 350px;
      }

      .page-fi88__download-icon {
        width: 100px;
      }

      .page-fi88__faq-question {
        padding: 15px 20px;
      }

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

      .page-fi88__faq-answer {
        padding: 0 20px;
      }

      .page-fi88__faq-item.active .page-fi88__faq-answer {
        padding: 15px 20px !important;
      }

      .page-fi88__floating-button {
        width: calc(100% - 40px);
        left: 20px;
        right: 20px;
        bottom: 15px;
        font-size: 1em;
        padding: 12px 20px;
      }

      /* Ensure all images are responsive */
      .page-fi88 img {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-fi88__hero-image,
      .page-fi88__download-icon,
      .page-fi88__game-image,
      .page-fi88__provider-logo,
      .page-fi88__social-icon {
        max-width: 100% !important;
        height: auto !important;
      }
    }
  