
    :root {
      --page-8k8-free-to-88-primary-color: #e5a000; /* Gold/Orange for 8k8 branding */
      --page-8k8-free-to-88-secondary-color: #333333;
      --page-8k8-free-to-88-text-color: #ffffff;
      --page-8k8-free-to-88-background-dark: #1a1a1a;
      --page-8k8-free-to-88-background-light: #2c2c2c;
      --page-8k8-free-to-88-border-color: #444444;
    }

    .page-8k8-free-to-88 {
      font-family: 'Arial', sans-serif;
      color: var(--page-8k8-free-to-88-text-color);
      background-color: var(--page-8k8-free-to-88-background-dark);
      line-height: 1.6;
      padding-bottom: 40px; /* Ensure space above footer */
    }

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

    /* Hero Section */
    .page-8k8-free-to-88__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:casino,bonus,philippines,banner]') no-repeat center center / cover;
      text-align: center;
      padding: 80px 20px;
      padding-top: calc(80px + 10px); /* Add a small padding-top for hero section, assuming body padding is handled */
      color: var(--page-8k8-free-to-88-text-color);
      position: relative;
      overflow: hidden;
      border-bottom: 3px solid var(--page-8k8-free-to-88-primary-color);
    }

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

    .page-8k8-free-to-88__hero-title {
      font-size: 3.2em;
      margin-bottom: 20px;
      color: var(--page-8k8-free-to-88-primary-color);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      font-weight: bold;
    }

    .page-8k8-free-to-88__hero-description {
      font-size: 1.3em;
      margin-bottom: 30px;
      line-height: 1.5;
      color: #e0e0e0;
    }

    .page-8k8-free-to-88__cta-button {
      background-color: var(--page-8k8-free-to-88-primary-color);
      color: var(--page-8k8-free-to-88-background-dark);
      padding: 15px 30px;
      border: none;
      border-radius: 8px;
      font-size: 1.1em;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      display: inline-block;
      text-decoration: none;
    }

    .page-8k8-free-to-88__cta-button:hover {
      background-color: #ffc107; /* Lighter gold on hover */
      transform: translateY(-2px);
    }

    /* Content Sections */
    .page-8k8-free-to-88__section {
      padding: 60px 0;
      background-color: var(--page-8k8-free-to-88-background-light);
      margin-bottom: 20px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .page-8k8-free-to-88__section:nth-of-type(even) {
      background-color: var(--page-8k8-free-to-88-background-dark);
    }

    .page-8k8-free-to-88__section-title {
      font-size: 2.5em;
      color: var(--page-8k8-free-to-88-primary-color);
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 10px;
    }

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

    .page-8k8-free-to-88__content-wrapper {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 40px;
      margin-top: 30px;
    }

    .page-8k8-free-to-88__text-content {
      flex: 1;
      min-width: 300px;
      font-size: 1.1em;
    }

    .page-8k8-free-to-88__image-wrapper {
      flex: 1;
      min-width: 300px;
      text-align: center;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    }

    .page-8k8-free-to-88__image {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 10px;
    }

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

    .page-8k8-free-to-88__list-item {
      background-color: var(--page-8k8-free-to-88-background-dark);
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      border-left: 5px solid var(--page-8k8-free-to-88-primary-color);
      box-sizing: border-box; /* Required for list items */
    }

    .page-8k8-free-to-88__list-item h3 {
      color: var(--page-8k8-free-to-88-primary-color);
      margin-top: 0;
      margin-bottom: 15px;
      font-size: 1.4em;
    }

    .page-8k8-free-to-88__list-item p {
      color: #cccccc;
      font-size: 1em;
    }

    .page-8k8-free-to-88__ordered-list {
      counter-reset: step-counter;
      list-style: none;
      padding: 0;
      margin: 20px 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
    }

    .page-8k8-free-to-88__ordered-list-item {
      background-color: var(--page-8k8-free-to-88-background-dark);
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      position: relative;
      padding-left: 70px;
      box-sizing: border-box; /* Required for list items */
    }

    .page-8k8-free-to-88__ordered-list-item::before {
      counter-increment: step-counter;
      content: counter(step-counter);
      position: absolute;
      left: 20px;
      top: 30px;
      background-color: var(--page-8k8-free-to-88-primary-color);
      color: var(--page-8k8-free-to-88-background-dark);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 1.5em;
    }

    .page-8k8-free-to-88__ordered-list-item h3 {
      color: var(--page-8k8-free-to-88-primary-color);
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 1.5em;
    }

    .page-8k8-free-to-88__ordered-list-item p {
      color: #cccccc;
      font-size: 1.05em;
    }

    /* FAQ Section */
    .page-8k8-free-to-88__faq-section {
      background-color: var(--page-8k8-free-to-88-background-light);
      padding: 60px 0;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .page-8k8-free-to-88__faq-title {
      font-size: 2.5em;
      color: var(--page-8k8-free-to-88-primary-color);
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 10px;
    }

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

    .page-8k8-free-to-88__faq-item {
      background-color: var(--page-8k8-free-to-88-background-dark);
      border: 1px solid var(--page-8k8-free-to-88-border-color);
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .page-8k8-free-to-88__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: var(--page-8k8-free-to-88-background-dark);
      color: var(--page-8k8-free-to-88-text-color);
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

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

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

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

    .page-8k8-free-to-88__faq-item.active .page-8k8-free-to-88__faq-toggle {
      transform: rotate(45deg); /* Rotates the '+' to 'x' or similar effect */
    }

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

    .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 25px !important;
      opacity: 1;
    }

    /* General Paragraph Styling */
    .page-8k8-free-to-88 p {
      margin-bottom: 1em;
      color: #cccccc;
    }

    .page-8k8-free-to-88 strong {
      color: var(--page-8k8-free-to-88-primary-color);
    }

    /* 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.2em;
      }

      .page-8k8-free-to-88__section-title {
        font-size: 2em;
      }

      .page-8k8-free-to-88__content-wrapper {
        flex-direction: column;
      }

      .page-8k8-free-to-88__image-wrapper {
        order: -1; /* Image appears above text on mobile */
      }
    }

    @media (max-width: 768px) {
      .page-8k8-free-to-88__hero-section {
        padding: 60px 15px;
        padding-top: calc(60px + 10px);
      }

      .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__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-8k8-free-to-88__section {
        padding: 40px 0;
      }

      .page-8k8-free-to-88__section-title,
      .page-8k8-free-to-88__faq-title {
        font-size: 1.8em;
        margin-bottom: 30px;
      }

      .page-8k8-free-to-88__text-content {
        font-size: 1em;
      }

      .page-8k8-free-to-88__list,
      .page-8k8-free-to-88__ordered-list {
        grid-template-columns: 1fr; /* Stack items on mobile */
        gap: 15px;
        padding: 0 15px !important; /* Ensure padding on mobile */
        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__list-item,
      .page-8k8-free-to-88__ordered-list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 20px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-8k8-free-to-88__ordered-list-item::before {
        left: 15px;
        top: 20px;
        width: 35px;
        height: 35px;
        font-size: 1.3em;
      }

      .page-8k8-free-to-88__ordered-list-item {
        padding-left: 65px;
      }

      .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;
        font-size: 1em;
      }

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

      .page-8k8-free-to-88__image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }
  