
    /* Base styles for the page, ensuring good contrast and readability */
    .page-8k8-free-to-88 {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a1a;
      line-height: 1.6;
      padding-top: 10px; /* Small top padding, assuming body has header offset from shared.css */
    }

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

    .page-8k8-free-to-88__section {
      padding: 60px 0;
      text-align: center;
      margin-bottom: 20px;
      border-radius: 10px;
      overflow: hidden;
    }

    .page-8k8-free-to-88__section--dark {
      background-color: #222222;
      color: #e0e0e0;
    }

    .page-8k8-free-to-88__section--gradient {
      background: linear-gradient(135deg, #0f0f0f, #2a0a2a);
      color: #ffffff;
    }

    .page-8k8-free-to-88__section-title {
      font-size: 2.8em;
      margin-bottom: 20px;
      color: #ffd700; /* Gold accent for high contrast */
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .page-8k8-free-to-88__section-subtitle {
      font-size: 1.4em;
      margin-bottom: 40px;
      color: #cccccc;
    }

    .page-8k8-free-to-88__text {
      font-size: 1.1em;
      margin-bottom: 20px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8k8-free-to-88__button {
      display: inline-block;
      background-color: #ffd700; /* Gold for high visibility */
      color: #1a1a1a; /* Dark text on gold for high contrast */
      padding: 15px 30px;
      border-radius: 5px;
      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-8k8-free-to-88__button:hover {
      background-color: #e6c200;
      transform: translateY(-2px);
    }

    /* Hero Section */
    .page-8k8-free-to-88__hero-section {
      background-image: url('[GALLERY:hero:1920x1080:casino,bonus,lights]');
      background-size: cover;
      background-position: center;
      padding: 100px 20px;
      color: #ffffff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      position: relative;
      min-height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .page-8k8-free-to-88__hero-content {
      max-width: 900px;
      text-align: center;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 40px;
      border-radius: 10px;
    }

    .page-8k8-free-to-88__hero-title {
      font-size: 3.5em;
      margin-bottom: 15px;
      color: #ffd700;
      line-height: 1.2;
    }

    .page-8k8-free-to-88__hero-subtitle {
      font-size: 1.8em;
      margin-bottom: 30px;
      color: #f0f0f0;
    }

    /* Promotions Section */
    .page-8k8-free-to-88__promotions-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-8k8-free-to-88__promo-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      padding: 30px;
      text-align: left;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      min-height: 250px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

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

    .page-8k8-free-to-88__promo-card-title {
      font-size: 1.8em;
      color: #ffd700;
      margin-bottom: 15px;
    }

    .page-8k8-free-to-88__promo-card-description {
      font-size: 1em;
      color: #cccccc;
      margin-bottom: 20px;
      flex-grow: 1;
    }

    .page-8k8-free-to-88__promo-card-action {
      text-align: right;
    }

    /* Game Showcase Section */
    .page-8k8-free-to-88__game-showcase-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 40px;
    }

    .page-8k8-free-to-88__game-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      text-align: center;
      display: flex;
      flex-direction: column;
    }

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

    .page-8k8-free-to-88__game-card-image-wrapper {
      width: 100%;
      height: 200px; /* Fixed height for consistency */
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #111;
    }

    .page-8k8-free-to-88__game-card-image {
      max-width: 100%;
      height: auto;
      display: block;
      object-fit: cover; /* Ensure image covers the area */
      width: 100%;
      min-height: 200px; /* Ensure minimum size */
    }

    .page-8k8-free-to-88__game-card-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

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

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

    /* Why Choose Us Section */
    .page-8k8-free-to-88__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-8k8-free-to-88__feature-item {
      background-color: #2a2a2a;
      border-radius: 10px;
      padding: 30px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
    }

    .page-8k8-free-to-88__feature-icon {
      margin-bottom: 20px;
      display: inline-block;
      width: 200px; /* Min size 200x200 */
      height: 200px; /* Min size 200x200 */
      object-fit: contain;
    }

    .page-8k8-free-to-88__feature-title {
      font-size: 1.6em;
      color: #ffd700;
      margin-bottom: 10px;
    }

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

    /* Payment Methods */
    .page-8k8-free-to-88__payments-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 40px;
      list-style: none;
      padding: 0;
    }

    .page-8k8-free-to-88__payment-item {
      background-color: #333333;
      border-radius: 8px;
      padding: 15px 25px;
      color: #ffffff;
      font-weight: bold;
      font-size: 1.1em;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      box-sizing: border-box; /* Crucial for mobile responsiveness */
      width: auto; /* Default width */
      flex-shrink: 0;
    }

    /* FAQ Section */
    .page-8k8-free-to-88__faq-section {
      text-align: left;
    }

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

    .page-8k8-free-to-88__faq-item {
      background-color: #2a2a2a;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    }

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

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

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

    .page-8k8-free-to-88__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      margin-left: 15px;
      pointer-events: none; /* Prevent toggle from blocking click */
      transition: transform 0.3s ease;
    }

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

    .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;
      color: #cccccc;
      font-size: 1em;
      line-height: 1.7;
    }

    .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;
    }

    /* Call to Action Section */
    .page-8k8-free-to-88__cta-section {
      background-color: #0f0f0f;
      color: #ffffff;
      padding: 80px 20px;
    }

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

    .page-8k8-free-to-88__cta-text {
      font-size: 1.3em;
      margin-bottom: 40px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    /* 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.5em;
      }
      .page-8k8-free-to-88__section-title {
        font-size: 2.2em;
      }
      .page-8k8-free-to-88__section-subtitle {
        font-size: 1.2em;
      }
    }

    @media (max-width: 768px) {
      .page-8k8-free-to-88__container {
        padding: 15px;
      }
      .page-8k8-free-to-88__section {
        padding: 40px 0;
      }
      .page-8k8-free-to-88__hero-section {
        padding: 80px 15px;
        min-height: 400px;
      }
      .page-8k8-free-to-88__hero-title {
        font-size: 2.5em;
      }
      .page-8k8-free-to-88__hero-subtitle {
        font-size: 1.3em;
      }
      .page-8k8-free-to-88__section-title {
        font-size: 1.8em;
      }
      .page-8k8-free-to-88__section-subtitle {
        font-size: 1em;
      }
      .page-8k8-free-to-88__text {
        font-size: 1em;
      }
      .page-8k8-free-to-88__button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-8k8-free-to-88__promotions-grid,
      .page-8k8-free-to-88__game-showcase-grid,
      .page-8k8-free-to-88__features-grid {
        grid-template-columns: 1fr;
      }

      /* List item responsiveness for payment methods */
      .page-8k8-free-to-88__payments-list {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }
      .page-8k8-free-to-88__payment-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 12px 15px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      /* Image responsiveness */
      .page-8k8-free-to-88__game-card-image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
      .page-8k8-free-to-88__game-card-image {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-8k8-free-to-88__feature-icon {
        width: 150px !important; /* Adjust icon size for mobile */
        height: 150px !important;
      }

      /* FAQ responsiveness */
      .page-8k8-free-to-88__faq-question {
        padding: 15px 20px;
      }
      .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: 0 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-list {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
      }
    }

    @media (max-width: 480px) {
      .page-8k8-free-to-88__hero-content {
        padding: 30px;
      }
      .page-8k8-free-to-88__hero-title {
        font-size: 2em;
      }
      .page-8k8-free-to-88__hero-subtitle {
        font-size: 1.1em;
      }
      .page-8k8-free-to-88__cta-title {
        font-size: 2.2em;
      }
      .page-8k8-free-to-88__cta-text {
        font-size: 1.1em;
      }
    }
  