
    /* Base styles for the page-8k8-free-to-88 */
    .page-8k8-free-to-88 {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f4f7f6;
      padding-top: 10px; /* Small decorative padding, relying on body padding-top for header offset */
    }

    .page-8k8-free-to-88__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-8k8-free-to-88__section {
      background-color: #ffffff;
      margin-bottom: 30px;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    }

    .page-8k8-free-to-88__section-title {
      color: #0056b3; /* Darker blue for titles */
      text-align: center;
      margin-bottom: 30px;
      font-size: 2.5em;
      font-weight: bold;
    }

    .page-8k8-free-to-88__section-title strong {
      color: #e6b800; /* Gold for emphasis */
    }

    .page-8k8-free-to-88__text-block {
      font-size: 1.1em;
      margin-bottom: 20px;
      text-align: justify;
      color: #555;
    }

    .page-8k8-free-to-88__text-block strong {
      color: #0056b3;
    }

    /* Hero Section */
    .page-8k8-free-to-88__hero-section {
      text-align: center;
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      margin-bottom: 30px;
      background: linear-gradient(135deg, #007bff, #003366); /* Blue gradient */
      color: #fff;
      padding: 60px 20px;
    }

    .page-8k8-free-to-88__hero-image {
      width: 100%;
      max-width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
      border-radius: 12px;
      margin-bottom: 20px;
    }

    .page-8k8-free-to-88__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    }

    .page-8k8-free-to-88__hero-title strong {
      color: #e6b800; /* Gold for emphasis */
    }

    .page-8k8-free-to-88__hero-description {
      font-size: 1.3em;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #e0e0e0;
    }

    .page-8k8-free-to-88__button {
      display: inline-block;
      background-color: #ffc107; /* Yellow/Gold */
      color: #333;
      padding: 15px 30px;
      border-radius: 8px;
      font-size: 1.2em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .page-8k8-free-to-88__button:hover {
      background-color: #e0a800;
      transform: translateY(-3px);
    }

    /* Grid for games, payments, providers */
    .page-8k8-free-to-88__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 30px;
      justify-content: center;
    }

    .page-8k8-free-to-88__grid-item {
      background-color: #fcfcfc;
      padding: 20px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      box-sizing: border-box;
    }

    .page-8k8-free-to-88__grid-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    }

    .page-8k8-free-to-88__item-image-wrapper {
        width: 100%;
        max-width: 250px; /* Constrain image width within grid item */
        height: 150px; /* Fixed height for consistency */
        overflow: hidden;
        border-radius: 8px;
        margin-bottom: 15px;
        box-sizing: border-box;
    }

    .page-8k8-free-to-88__item-image {
      width: 100%;
      height: 100%;
      object-fit: contain; /* Use contain to show full image without cropping */
      display: block;
    }

    .page-8k8-free-to-88__item-title {
      font-size: 1.4em;
      color: #0056b3;
      margin-bottom: 10px;
      font-weight: 600;
    }

    .page-8k8-free-to-88__item-description {
      font-size: 0.95em;
      color: #666;
      flex-grow: 1; /* Allow description to take available space */
    }

    /* Promotions Section */
    .page-8k8-free-to-88__promo-card {
      background-color: #eaf6ff;
      border: 1px solid #cceeff;
      padding: 25px;
      border-radius: 10px;
      margin-bottom: 20px;
      display: flex;
      align-items: flex-start;
      gap: 20px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .page-8k8-free-to-88__promo-icon-wrapper {
        flex-shrink: 0;
        width: 100px;
        height: 100px;
        overflow: hidden;
        border-radius: 8px;
        box-sizing: border-box;
    }

    .page-8k8-free-to-88__promo-icon {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .page-8k8-free-to-88__promo-content h3 {
      color: #0056b3;
      margin-top: 0;
      font-size: 1.6em;
      margin-bottom: 10px;
    }

    .page-8k8-free-to-88__promo-content p {
      color: #555;
      margin-bottom: 10px;
    }

    /* FAQ Section */
    .page-8k8-free-to-88__faq-section {
      background-color: #ffffff;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    }

    .page-8k8-free-to-88__faq-item {
      border-bottom: 1px solid #eee;
      margin-bottom: 10px;
    }

    .page-8k8-free-to-88__faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
    }

    .page-8k8-free-to-88__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 0;
      cursor: pointer;
      user-select: none;
      font-size: 1.2em;
      color: #333;
      transition: color 0.3s ease;
    }

    .page-8k8-free-to-88__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      font-weight: 600;
      color: #0056b3;
      pointer-events: none; /* Prevent h3 from blocking click on parent div */
    }

    .page-8k8-free-to-88__faq-question:hover {
      color: #007bff;
    }

    .page-8k8-free-to-88__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #007bff;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent span from blocking click on parent div */
    }

    .page-8k8-free-to-88__faq-item.active .page-8k8-free-to-88__faq-toggle {
      transform: rotate(45deg); /* Changes '+' to 'x' or similar effect */
      color: #e6b800; /* Gold when active */
    }

    .page-8k8-free-to-88__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #555;
      font-size: 1em;
      line-height: 1.8;
    }

    .page-8k8-free-to-88__faq-item.active .page-8k8-free-to-88__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 15px !important;
      opacity: 1;
    }

    /* Call to Action Section */
    .page-8k8-free-to-88__cta-section {
      text-align: center;
      padding: 40px;
      background-color: #003366; /* Dark blue */
      color: #fff;
      border-radius: 12px;
    }

    .page-8k8-free-to-88__cta-title {
      font-size: 2.8em;
      margin-bottom: 20px;
      color: #fff;
    }

    .page-8k8-free-to-88__cta-title strong {
      color: #ffc107;
    }

    .page-8k8-free-to-88__cta-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #e0e0e0;
    }

    /* Responsive Design */
    @media (max-width: 992px) {
      .page-8k8-free-to-88__hero-title {
        font-size: 2.8em;
      }
      .page-8k8-free-to-88__hero-description {
        font-size: 1.1em;
      }
      .page-8k8-free-to-88__section-title {
        font-size: 2em;
      }
      .page-8k8-free-to-88__cta-title {
        font-size: 2.2em;
      }
    }

    @media (max-width: 768px) {
      .page-8k8-free-to-88__container {
        padding: 15px;
      }
      .page-8k8-free-to-88__section {
        padding: 20px;
        margin-bottom: 20px;
      }
      .page-8k8-free-to-88__hero-section {
        padding: 40px 15px;
      }
      .page-8k8-free-to-88__hero-title {
        font-size: 2.2em;
      }
      .page-8k8-free-to-88__hero-description {
        font-size: 1em;
      }
      .page-8k8-free-to-88__button {
        padding: 12px 25px;
        font-size: 1.1em;
      }
      .page-8k8-free-to-88__section-title {
        font-size: 1.8em;
        margin-bottom: 20px;
      }
      .page-8k8-free-to-88__text-block {
        font-size: 1em;
      }
      .page-8k8-free-to-88__grid {
        grid-template-columns: 1fr; /* Stack items on mobile */
        gap: 20px;
      }
      .page-8k8-free-to-88__grid-item {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
        padding: 15px;
      }
      .page-8k8-free-to-88__item-image-wrapper {
        max-width: 100%;
        height: auto; /* Allow height to adjust for smaller screens */
      }
      .page-8k8-free-to-88__item-image {
        width: 100%;
        height: auto;
      }
      .page-8k8-free-to-88__item-title {
        font-size: 1.3em;
      }
      .page-8k8-free-to-88__promo-card {
        flex-direction: column;
        align-items: center;
        padding: 20px;
      }
      .page-8k8-free-to-88__promo-icon-wrapper {
        width: 80px;
        height: 80px;
        margin-bottom: 15px;
      }
      .page-8k8-free-to-88__promo-content h3 {
        font-size: 1.4em;
        text-align: center;
      }
      .page-8k8-free-to-88__promo-content p {
        text-align: center;
      }
      .page-8k8-free-to-88__faq-question {
        font-size: 1.1em;
      }
      .page-8k8-free-to-88__faq-question h3 {
        font-size: 1.1em;
      }
      .page-8k8-free-to-88__faq-answer {
        padding: 15px 10px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-8k8-free-to-88__cta-section {
        padding: 30px 15px;
      }
      .page-8k8-free-to-88__cta-title {
        font-size: 1.8em;
      }
      .page-8k8-free-to-88__cta-description {
        font-size: 1em;
      }
    }

    @media (max-width: 480px) {
      .page-8k8-free-to-88__hero-title {
        font-size: 1.8em;
      }
      .page-8k8-free-to-88__section-title {
        font-size: 1.5em;
      }
      .page-8k8-free-to-88__cta-title {
        font-size: 1.5em;
      }
      .page-8k8-free-to-88__button {
        padding: 10px 20px;
        font-size: 1em;
      }
    }
  