
    :root {
      --page-8k8-free-to-88-primary-color: #e44d26; /* A vibrant orange for action */
      --page-8k8-free-to-88-secondary-color: #f7931e; /* A complementary orange */
      --page-8k8-free-to-88-accent-color: #4CAF50; /* Green for success/highlights */
      --page-8k8-free-to-88-text-color: #333;
      --page-8k8-free-to-88-light-text-color: #f0f0f0;
      --page-8k8-free-to-88-background-light: #f9f9f9;
      --page-8k8-free-to-88-background-dark: #2c3e50; /* Dark blue for contrast */
      --page-8k8-free-to-88-border-color: #ddd;
      --page-8k8-free-to-88-border-radius: 8px;
      --page-8k8-free-to-88-spacing-unit: 20px;
    }

    .page-8k8-free-to-88 {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--page-8k8-free-to-88-text-color);
      background-color: #fff;
    }

    .page-8k8-free-to-88__section {
      padding: var(--page-8k8-free-to-88-spacing-unit) 0;
      margin-bottom: var(--page-8k8-free-to-88-spacing-unit);
    }

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

    .page-8k8-free-to-88__hero-section {
      background: linear-gradient(135deg, var(--page-8k8-free-to-88-primary-color), var(--page-8k8-free-to-88-secondary-color));
      color: var(--page-8k8-free-to-88-light-text-color);
      text-align: center;
      padding: calc(var(--page-8k8-free-to-88-spacing-unit) * 3) var(--page-8k8-free-to-88-spacing-unit) calc(var(--page-8k8-free-to-88-spacing-unit) * 2);
      position: relative;
      overflow: hidden;
      /* Small top padding assuming body already handles header offset */
      padding-top: calc(var(--page-8k8-free-to-88-spacing-unit) * 3 + 10px);
    }

    .page-8k8-free-to-88__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('[GALLERY:hero:1920x1080:casino,bonus,8k8]') no-repeat center center/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;
    }

    .page-8k8-free-to-88__hero-title {
      font-size: 2.8em;
      margin-bottom: var(--page-8k8-free-to-88-spacing-unit);
      color: var(--page-8k8-free-to-88-light-text-color);
    }

    .page-8k8-free-to-88__hero-subtitle {
      font-size: 1.2em;
      margin-bottom: var(--page-8k8-free-to-88-spacing-unit) * 1.5;
      color: var(--page-8k8-free-to-88-light-text-color);
    }

    .page-8k8-free-to-88__button {
      display: inline-block;
      background-color: var(--page-8k8-free-to-88-accent-color);
      color: #fff;
      padding: 15px 30px;
      border-radius: var(--page-8k8-free-to-88-border-radius);
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-8k8-free-to-88__button:hover {
      background-color: #388e3c;
    }

    .page-8k8-free-to-88__title {
      font-size: 2em;
      color: var(--page-8k8-free-to-88-primary-color);
      text-align: center;
      margin-bottom: var(--page-8k8-free-to-88-spacing-unit) * 1.5;
    }

    .page-8k8-free-to-88__text-block {
      text-align: center;
      margin-bottom: var(--page-8k8-free-to-88-spacing-unit) * 1.5;
      font-size: 1.1em;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8k8-free-to-88__image-wrapper {
      text-align: center;
      margin: var(--page-8k8-free-to-88-spacing-unit) 0;
      box-sizing: border-box;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
    }

    .page-8k8-free-to-88__image-wrapper img {
      max-width: 100%;
      height: auto;
      border-radius: var(--page-8k8-free-to-88-border-radius);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      display: block;
      margin: 0 auto;
    }

    .page-8k8-free-to-88__steps-list {
      list-style: none;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: var(--page-8k8-free-to-88-spacing-unit);
      margin-top: var(--page-8k8-free-to-88-spacing-unit) * 2;
    }

    .page-8k8-free-to-88__step-item {
      background-color: #fff;
      border: 1px solid var(--page-8k8-free-to-88-border-color);
      border-radius: var(--page-8k8-free-to-88-border-radius);
      padding: var(--page-8k8-free-to-88-spacing-unit);
      text-align: center;
      flex: 1;
      min-width: 250px;
      max-width: 300px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

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

    .page-8k8-free-to-88__step-number {
      font-size: 2em;
      color: var(--page-8k8-free-to-88-primary-color);
      font-weight: bold;
      margin-bottom: 10px;
    }

    .page-8k8-free-to-88__features-grid,
    .page-8k8-free-to-88__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: var(--page-8k8-free-to-88-spacing-unit);
      margin-top: var(--page-8k8-free-to-88-spacing-unit) * 2;
    }

    .page-8k8-free-to-88__feature-card,
    .page-8k8-free-to-88__game-card {
      background-color: #fff;
      border: 1px solid var(--page-8k8-free-to-88-border-color);
      border-radius: var(--page-8k8-free-to-88-border-radius);
      padding: var(--page-8k8-free-to-88-spacing-unit);
      text-align: center;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

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

    .page-8k8-free-to-88__card-image {
      margin-bottom: 15px;
      box-sizing: border-box;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
    }

    .page-8k8-free-to-88__card-image img {
      max-width: 100%;
      height: auto;
      border-radius: var(--page-8k8-free-to-88-border-radius);
      display: block;
      margin: 0 auto;
    }

    .page-8k8-free-to-88__card-title {
      font-size: 1.3em;
      color: var(--page-8k8-free-to-88-primary-color);
      margin-bottom: 10px;
    }

    .page-8k8-free-to-88__terms-list {
      list-style: disc;
      padding-left: var(--page-8k8-free-to-88-spacing-unit);
      max-width: 800px;
      margin: var(--page-8k8-free-to-88-spacing-unit) auto;
      text-align: left;
    }

    .page-8k8-free-to-88__terms-list li {
      margin-bottom: 10px;
      box-sizing: border-box;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* FAQ Section */
    .page-8k8-free-to-88__faq-section {
      background-color: var(--page-8k8-free-to-88-background-light);
    }

    .page-8k8-free-to-88__faq-list {
      max-width: 900px;
      margin: var(--page-8k8-free-to-88-spacing-unit) auto;
      padding: 0;
      list-style: none;
    }

    .page-8k8-free-to-88__faq-item {
      background-color: #fff;
      border: 1px solid var(--page-8k8-free-to-88-border-color);
      border-radius: var(--page-8k8-free-to-88-border-radius);
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 8px 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: 15px 20px;
      background-color: #f0f0f0;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

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

    .page-8k8-free-to-88__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: var(--page-8k8-free-to-88-text-color);
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-8k8-free-to-88__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: var(--page-8k8-free-to-88-primary-color);
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }

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

    .page-8k8-free-to-88__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.3s ease;
      color: var(--page-8k8-free-to-88-text-color);
      box-sizing: border-box;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

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

    /* Responsive Design */
    @media (max-width: 768px) {
      .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__title {
        font-size: 1.8em;
      }

      .page-8k8-free-to-88__button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-8k8-free-to-88__steps-list,
      .page-8k8-free-to-88__features-grid,
      .page-8k8-free-to-88__games-grid {
        grid-template-columns: 1fr;
        gap: var(--page-8k8-free-to-88-spacing-unit) * 0.8;
      }

      .page-8k8-free-to-88__step-item,
      .page-8k8-free-to-88__feature-card,
      .page-8k8-free-to-88__game-card {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: var(--page-8k8-free-to-88-spacing-unit) * 0.8;
        box-sizing: border-box !important;
      }

      .page-8k8-free-to-88__terms-list {
        padding-left: var(--page-8k8-free-to-88-spacing-unit) * 0.8;
      }

      .page-8k8-free-to-88__terms-list li {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-8k8-free-to-88__faq-question {
        padding: 12px 15px;
      }

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

      .page-8k8-free-to-88__faq-answer {
        padding: 0 15px;
      }

      .page-8k8-free-to-88__faq-item.active .page-8k8-free-to-88__faq-answer {
        padding: 15px !important;
      }

      .page-8k8-free-to-88__image-wrapper img {
        max-width: 100% !important;
        height: auto !important;
      }
    }

    @media (max-width: 480px) {
        .page-8k8-free-to-88__hero-section {
            padding-top: calc(var(--page-8k8-free-to-88-spacing-unit) * 2 + 10px);
            padding-bottom: calc(var(--page-8k8-free-to-88-spacing-unit) * 1.5);
        }
        .page-8k8-free-to-88__hero-title {
            font-size: 1.8em;
        }
        .page-8k8-free-to-88__hero-subtitle {
            font-size: 0.9em;
        }
        .page-8k8-free-to-88__button {
            padding: 10px 20px;
            font-size: 0.9em;
        }
        .page-8k8-free-to-88__title {
            font-size: 1.5em;
        }
        .page-8k8-free-to-88__text-block {
            font-size: 1em;
        }
        .page-8k8-free-to-88__faq-question h3 {
            font-size: 0.95em;
        }
    }
  