
    /* Page-specific CSS for 8k8-free-to-88 */
    .page-8k8-free-to-88 {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #333;
      background-color: #f9f9f9;
      line-height: 1.6;
    }

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

    .page-8k8-free-to-88__hero-section {
      position: relative;
      padding: 10px 0 60px; /* Small padding-top, relying on body for header offset */
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
      color: #fff;
      text-align: center;
      overflow: hidden;
      border-radius: 8px;
      margin-bottom: 40px;
    }

    .page-8k8-free-to-88__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.2;
      z-index: 0;
    }

    .page-8k8-free-to-88__hero-content {
      position: relative;
      z-index: 1;
      max-width: 800px;
      margin: 0 auto;
      padding: 20px;
    }

    .page-8k8-free-to-88__hero-title {
      font-size: 3.5em;
      margin-bottom: 15px;
      font-weight: 700;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-8k8-free-to-88__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      font-weight: 400;
    }

    .page-8k8-free-to-88__cta-button {
      display: inline-block;
      background-color: #ffcc00;
      color: #333;
      padding: 15px 30px;
      border-radius: 50px;
      font-size: 1.2em;
      font-weight: 700;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

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

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

    .page-8k8-free-to-88__section-title {
      font-size: 2.5em;
      color: #1a2a6c;
      margin-bottom: 30px;
      text-align: center;
      position: relative;
    }

    .page-8k8-free-to-88__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -10px;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #fdbb2d;
      border-radius: 2px;
    }

    .page-8k8-free-to-88__steps-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-8k8-free-to-88__step-card {
      text-align: center;
      padding: 30px;
      border-radius: 8px;
      background-color: #f0f8ff;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-8k8-free-to-88__step-card:hover {
      transform: translateY(-5px);
    }

    .page-8k8-free-to-88__step-icon {
      width: 120px; /* Min 200x200 requirement for images, this is for icon *visual style* not actual image size */
      height: auto;
      margin-bottom: 20px;
      border-radius: 8px;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-8k8-free-to-88__step-title {
      font-size: 1.5em;
      color: #b21f1f;
      margin-bottom: 15px;
    }

    .page-8k8-free-to-88__step-description {
      font-size: 1em;
      color: #555;
    }

    .page-8k8-free-to-88__benefits-list {
      list-style: none;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
      margin-top: 20px;
    }

    .page-8k8-free-to-88__benefit-item {
      display: flex;
      align-items: flex-start;
      background-color: #e6f7ff;
      padding: 20px;
      border-left: 5px solid #1a2a6c;
      border-radius: 5px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
      box-sizing: border-box;
    }

    .page-8k8-free-to-88__benefit-icon {
      width: 80px; /* Visual style, actual image size adheres to min 200x200 */
      height: auto;
      margin-right: 15px;
      flex-shrink: 0;
      border-radius: 4px;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-8k8-free-to-88__benefit-content h3 {
      font-size: 1.3em;
      color: #1a2a6c;
      margin-top: 0;
      margin-bottom: 8px;
    }

    .page-8k8-free-to-88__benefit-content p {
      font-size: 0.95em;
      color: #666;
      margin-bottom: 0;
    }

    .page-8k8-free-to-88__game-gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-8k8-free-to-88__game-card {
      background-color: #fefefe;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-8k8-free-to-88__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
    }

    .page-8k8-free-to-88__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-8k8-free-to-88__game-info {
      padding: 20px;
      text-align: center;
    }

    .page-8k8-free-to-88__game-title {
      font-size: 1.4em;
      color: #1a2a6c;
      margin-top: 0;
      margin-bottom: 10px;
    }

    .page-8k8-free-to-88__game-provider {
      font-size: 0.9em;
      color: #777;
      margin-bottom: 15px;
    }

    .page-8k8-free-to-88__game-button {
      background-color: #b21f1f;
      color: #fff;
      padding: 10px 20px;
      border-radius: 5px;
      font-size: 1em;
      font-weight: 600;
      border: none;
      cursor: pointer;
      transition: background-color 0.3s ease;
      display: inline-block;
      width: auto;
    }

    .page-8k8-free-to-88__game-button:hover {
      background-color: #8f1919;
    }

    /* FAQ Section Styles */
    .page-8k8-free-to-88__faq-list {
      margin-top: 30px;
      list-style: none;
      padding: 0;
    }

    .page-8k8-free-to-88__faq-item {
      background-color: #f0f8ff;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
    }

    .page-8k8-free-to-88__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #e6f7ff;
      color: #1a2a6c;
      font-size: 1.2em;
      font-weight: 600;
      user-select: none;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

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

    .page-8k8-free-to-88__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #1a2a6c;
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-8k8-free-to-88__faq-toggle {
      font-size: 1.8em;
      font-weight: 700;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click */
      color: #b21f1f;
    }

    .page-8k8-free-to-88__faq-item.active .page-8k8-free-to-88__faq-toggle {
      transform: rotate(45deg); /* Plus to X (minus) */
    }

    .page-8k8-free-to-88__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;
      background-color: #ffffff;
      color: #555;
      font-size: 1em;
      box-sizing: border-box;
    }

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

    .page-8k8-free-to-88__faq-answer p {
      margin-top: 0;
      margin-bottom: 10px;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-8k8-free-to-88__hero-title {
        font-size: 3em;
      }
      .page-8k8-free-to-88__hero-subtitle {
        font-size: 1.3em;
      }
      .page-8k8-free-to-88__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-8k8-free-to-88__container {
        padding: 15px;
      }
      .page-8k8-free-to-88__hero-section {
        padding-bottom: 40px;
      }
      .page-8k8-free-to-88__hero-title {
        font-size: 2.5em;
      }
      .page-8k8-free-to-88__hero-subtitle {
        font-size: 1.1em;
      }
      .page-8k8-free-to-88__cta-button {
        padding: 12px 25px;
        font-size: 1.1em;
      }
      .page-8k8-free-to-88__section {
        padding: 30px 20px;
      }
      .page-8k8-free-to-88__section-title {
        font-size: 1.8em;
      }

      .page-8k8-free-to-88__steps-grid,
      .page-8k8-free-to-88__benefits-list,
      .page-8k8-free-to-88__game-gallery {
        grid-template-columns: 1fr; /* Stack columns on mobile */
      }

      .page-8k8-free-to-88__step-card,
      .page-8k8-free-to-88__benefit-item,
      .page-8k8-free-to-88__game-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-8k8-free-to-88__benefit-icon {
        width: 60px; /* Adjust for smaller screens */
      }

      .page-8k8-free-to-88__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
      }

      .page-8k8-free-to-88__faq-question h3 {
        font-size: 1.1em;
      }

      .page-8k8-free-to-88__faq-toggle {
        font-size: 1.5em;
      }

      .page-8k8-free-to-88__faq-answer {
        padding: 15px 20px;
      }
      .page-8k8-free-to-88__faq-item.active .page-8k8-free-to-88__faq-answer {
        padding: 15px 20px !important;
      }
      .page-8k8-free-to-88__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }

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