
    /* CSS for page-8k8-com-2 */
    :root {
      --page-8k8-com-2-primary-color: #e63946; /* A vibrant red */
      --page-8k8-com-2-secondary-color: #f1faee; /* Light background */
      --page-8k8-com-2-dark-color: #1d3557; /* Dark blue for text */
      --page-8k8-com-2-accent-color: #457b9d; /* Accent blue */
      --page-8k8-com-2-text-color: #333;
      --page-8k8-com-2-light-grey: #f0f0f0;
      --page-8k8-com-2-border-radius: 8px;
      --page-8k8-com-2-transition-speed: 0.3s ease;
    }

    .page-8k8-com-2 {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--page-8k8-com-2-text-color);
      background-color: var(--page-8k8-com-2-secondary-color);
      overflow-x: hidden; /* Prevent horizontal scroll due to floating buttons */
    }

    /* Adjust padding-top for fixed header, small value as body padding is expected */
    .page-8k8-com-2__hero-section {
      padding-top: 10px; /* Small decorative top padding */
      position: relative;
      width: 100%;
      height: 60vh; /* Responsive height */
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: var(--page-8k8-com-2-secondary-color);
      background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('[GALLERY:hero:1920x1080:online_casino,gaming,philippines,8k8]') no-repeat center center/cover;
      box-sizing: border-box;
      min-height: 400px; /* Minimum height for larger screens */
    }

    .page-8k8-com-2__hero-content {
      max-width: 900px;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.4);
      border-radius: var(--page-8k8-com-2-border-radius);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .page-8k8-com-2__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: var(--page-8k8-com-2-primary-color);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-8k8-com-2__hero-subtitle {
      font-size: 1.4em;
      margin-bottom: 30px;
      color: var(--page-8k8-com-2-secondary-color);
    }

    .page-8k8-com-2__primary-button {
      display: inline-block;
      background-color: var(--page-8k8-com-2-primary-color);
      color: var(--page-8k8-com-2-secondary-color);
      padding: 15px 30px;
      border-radius: var(--page-8k8-com-2-border-radius);
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color var(--page-8k8-com-2-transition-speed), transform var(--page-8k8-com-2-transition-speed);
      border: none;
      cursor: pointer;
    }

    .page-8k8-com-2__primary-button:hover {
      background-color: #cc2936; /* Darker red */
      transform: translateY(-2px);
    }

    .page-8k8-com-2__section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      box-sizing: border-box;
    }

    .page-8k8-com-2__section--light {
      background-color: var(--page-8k8-com-2-secondary-color);
    }

    .page-8k8-com-2__section--dark {
      background-color: var(--page-8k8-com-2-light-grey);
    }

    .page-8k8-com-2__section-title {
      font-size: 2.5em;
      color: var(--page-8k8-com-2-dark-color);
      text-align: center;
      margin-bottom: 40px;
      position: relative;
    }

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

    .page-8k8-com-2__text-content {
      font-size: 1.1em;
      color: var(--page-8k8-com-2-text-color);
      text-align: justify;
      margin-bottom: 20px;
    }

    .page-8k8-com-2__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-8k8-com-2__card {
      background-color: #ffffff;
      border-radius: var(--page-8k8-com-2-border-radius);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
      padding: 30px;
      text-align: center;
      transition: transform var(--page-8k8-com-2-transition-speed);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      height: 100%;
      box-sizing: border-box;
    }

    .page-8k8-com-2__card:hover {
      transform: translateY(-5px);
    }

    .page-8k8-com-2__card-icon {
      width: 250px; /* Min size for image */
      height: auto;
      margin-bottom: 20px;
    }

    .page-8k8-com-2__card-title {
      font-size: 1.5em;
      color: var(--page-8k8-com-2-primary-color);
      margin-bottom: 15px;
      font-weight: bold;
    }

    .page-8k8-com-2__card-description {
      font-size: 1em;
      color: var(--page-8k8-com-2-text-color);
      text-align: center;
    }

    .page-8k8-com-2__game-showcase {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 40px;
    }

    .page-8k8-com-2__game-item {
      background-color: #ffffff;
      border-radius: var(--page-8k8-com-2-border-radius);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      overflow: hidden;
      width: 280px;
      text-align: center;
      transition: transform var(--page-8k8-com-2-transition-speed);
    }

    .page-8k8-com-2__game-item:hover {
      transform: translateY(-5px);
    }

    .page-8k8-com-2__game-image {
      width: 100%;
      height: 180px;
      object-fit: cover;
      display: block;
    }

    .page-8k8-com-2__game-title {
      font-size: 1.2em;
      color: var(--page-8k8-com-2-dark-color);
      padding: 15px;
      font-weight: bold;
    }

    .page-8k8-com-2__payment-methods-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      list-style: none;
      padding: 0;
      margin-top: 40px;
    }

    .page-8k8-com-2__payment-method-item {
      background-color: #ffffff;
      border-radius: var(--page-8k8-com-2-border-radius);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      padding: 15px 25px;
      font-weight: bold;
      color: var(--page-8k8-com-2-dark-color);
      font-size: 1.1em;
      text-align: center;
      transition: background-color var(--page-8k8-com-2-transition-speed);
      box-sizing: border-box;
    }

    .page-8k8-com-2__payment-method-item:hover {
      background-color: var(--page-8k8-com-2-light-grey);
    }

    .page-8k8-com-2__floating-buttons {
      position: fixed;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      gap: 15px;
      z-index: 1000;
    }

    .page-8k8-com-2__floating-button {
      background-color: var(--page-8k8-com-2-primary-color);
      color: var(--page-8k8-com-2-secondary-color);
      padding: 12px 20px;
      border-radius: 50px;
      text-align: center;
      font-weight: bold;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: background-color var(--page-8k8-com-2-transition-speed), transform var(--page-8k8-com-2-transition-speed);
      cursor: pointer;
      border: none;
      font-size: 1em;
      min-width: 90px;
    }

    .page-8k8-com-2__floating-button:hover {
      background-color: #cc2936;
      transform: scale(1.05);
    }

    /* FAQ Section */
    .page-8k8-com-2__faq-container {
      margin-top: 40px;
      border-top: 1px solid var(--page-8k8-com-2-light-grey);
    }

    .page-8k8-com-2__faq-item {
      border-bottom: 1px solid var(--page-8k8-com-2-light-grey);
      margin-bottom: 10px;
      background-color: #ffffff;
      border-radius: var(--page-8k8-com-2-border-radius);
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0,0,0,0.03);
    }

    .page-8k8-com-2__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #ffffff;
      color: var(--page-8k8-com-2-dark-color);
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color var(--page-8k8-com-2-transition-speed);
      user-select: none;
    }

    .page-8k8-com-2__faq-question:hover {
      background-color: var(--page-8k8-com-2-light-grey);
    }

    .page-8k8-com-2__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click on parent div */
      color: var(--page-8k8-com-2-dark-color);
      font-size: 1.2em; /* Ensure consistent font size */
    }

    .page-8k8-com-2__faq-toggle {
      font-size: 1.8em;
      margin-left: 15px;
      transition: transform var(--page-8k8-com-2-transition-speed);
      pointer-events: none; /* Prevent toggle icon from blocking click on parent div */
      color: var(--page-8k8-com-2-primary-color);
    }

    .page-8k8-com-2__faq-item.active .page-8k8-com-2__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'X' or '−' */
    }

    .page-8k8-com-2__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: var(--page-8k8-com-2-text-color);
      background-color: #fcfcfc;
      font-size: 1em;
    }

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

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-8k8-com-2__hero-section {
        height: 70vh;
        min-height: 350px;
      }

      .page-8k8-com-2__hero-title {
        font-size: 2em;
      }

      .page-8k8-com-2__hero-subtitle {
        font-size: 1.1em;
      }

      .page-8k8-com-2__primary-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-8k8-com-2__section {
        padding: 40px 15px;
      }

      .page-8k8-com-2__section-title {
        font-size: 2em;
        margin-bottom: 30px;
      }

      .page-8k8-com-2__grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-8k8-com-2__card {
        padding: 25px;
      }

      .page-8k8-com-2__game-item {
        width: 100%;
        max-width: 350px; /* Constrain width for better display on small mobiles */
      }

      .page-8k8-com-2__floating-buttons {
        right: 10px;
        gap: 10px;
      }

      .page-8k8-com-2__floating-button {
        padding: 10px 15px;
        font-size: 0.9em;
        min-width: 80px;
      }

      /* Mobile List Items Specifics */
      .page-8k8-com-2__payment-methods-list {
        flex-direction: column;
        align-items: center;
        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-com-2__payment-method-item {
        width: 100% !important;
        max-width: calc(100% - 30px) !important; /* Account for section padding */
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
        padding: 15px 10px !important; /* Adjust padding for smaller screens */
      }

      /* FAQ mobile adjustments */
      .page-8k8-com-2__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
      }
      .page-8k8-com-2__faq-question h3 {
        font-size: 1.1em;
      }
      .page-8k8-com-2__faq-answer {
        padding: 0 20px;
      }
      .page-8k8-com-2__faq-item.active .page-8k8-com-2__faq-answer {
        padding: 15px 20px !important;
      }
      .page-8k8-com-2__faq-toggle {
        font-size: 1.5em;
      }
    }

    @media (max-width: 480px) {
      .page-8k8-com-2__hero-title {
        font-size: 1.8em;
      }
      .page-8k8-com-2__hero-subtitle {
        font-size: 1em;
      }
      .page-8k8-com-2__section-title {
        font-size: 1.8em;
      }
      .page-8k8-com-2__game-item {
        max-width: 100%;
      }
    }

    /* Ensure all images are responsive and not small */
    .page-8k8-com-2 img {
        max-width: 100%;
        height: auto;
        display: block; /* Remove extra space below images */
        object-fit: cover; /* Ensure images fill their space nicely */
    }

    @media (max-width: 768px) {
        .page-8k8-com-2 img {
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
        }
        .page-8k8-com-2__card-icon { /* Specific override for card icons */
            width: 200px !important; /* Ensure min size is met and responsive */
            height: auto !important;
            max-width: 100% !important;
        }
    }
  