
    /* Base styles for the page */
    .page-8k8-4-2 {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f4f7f6;
      padding-top: 10px; /* Small padding, assuming body has header offset */
    }

    .page-8k8-4-2__section {
      padding: 40px 20px;
      margin: 0 auto;
      max-width: 1200px;
      text-align: center;
    }

    .page-8k8-4-2__section--dark {
      background-color: #2a2a2a;
      color: #f0f0f0;
    }

    .page-8k8-4-2__section-title {
      font-size: 2.5em;
      color: #007bff; /* Primary brand color for titles */
      margin-bottom: 20px;
      font-weight: bold;
      text-transform: capitalize;
    }

    .page-8k8-4-2__section-title--dark {
      color: #fff;
    }

    .page-8k8-4-2__text {
      font-size: 1.1em;
      margin-bottom: 20px;
      color: #555;
    }

    .page-8k8-4-2__text--dark {
      color: #ccc;
    }

    /* Hero Section */
    .page-8k8-4-2__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:casino_lobby,gaming,philippines,8k8_4_hero]') no-repeat center center/cover;
      color: #fff;
      padding: 100px 20px;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-height: 500px;
    }

    .page-8k8-4-2__hero-title {
      font-size: 3.5em;
      margin-bottom: 15px;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      color: #ffd700; /* Gold for emphasis */
    }

    .page-8k8-4-2__hero-subtitle {
      font-size: 1.8em;
      margin-bottom: 30px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    }

    .page-8k8-4-2__button {
      display: inline-block;
      background-color: #007bff;
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1.1em;
    }

    .page-8k8-4-2__button:hover {
      background-color: #0056b3;
    }

    .page-8k8-4-2__button--secondary {
      background-color: #28a745;
    }

    .page-8k8-4-2__button--secondary:hover {
      background-color: #218838;
    }

    /* Features/Highlights Section */
    .page-8k8-4-2__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-8k8-4-2__feature-card {
      background-color: #fff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box; /* Ensure padding is included in width */
    }

    .page-8k8-4-2__feature-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    }

    .page-8k8-4-2__feature-icon {
      width: 200px; /* Min size 200x200 */
      height: 200px; /* Min size 200x200 */
      margin-bottom: 20px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      border-radius: 50%;
      object-fit: cover;
      max-width: 100%;
      height: auto;
      box-sizing: border-box;
    }

    .page-8k8-4-2__feature-title {
      font-size: 1.5em;
      color: #007bff;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-8k8-4-2__feature-description {
      color: #666;
    }

    /* Game Categories Section */
    .page-8k8-4-2__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-8k8-4-2__game-card {
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: left;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box; /* Ensure padding is included in width */
    }

    .page-8k8-4-2__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    }

    .page-8k8-4-2__game-image {
      width: 100%;
      height: 250px; /* Increased height for better visual */
      object-fit: cover;
      display: block;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-8k8-4-2__game-info {
      padding: 20px;
    }

    .page-8k8-4-2__game-title {
      font-size: 1.3em;
      color: #007bff;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-8k8-4-2__game-description {
      font-size: 0.95em;
      color: #666;
    }

    /* Promotions Section */
    .page-8k8-4-2__promo-card {
      background-color: #fff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      margin-bottom: 20px;
      text-align: left;
      position: relative;
      box-sizing: border-box; /* Ensure padding is included in width */
    }

    .page-8k8-4-2__promo-card-title {
      font-size: 1.8em;
      color: #e44d26; /* A vibrant color for promotions */
      margin-bottom: 15px;
      font-weight: bold;
    }

    .page-8k8-4-2__promo-card-description {
      font-size: 1.1em;
      color: #444;
      margin-bottom: 20px;
    }

    .page-8k8-4-2__promo-image {
      width: 100%;
      max-width: 800px; /* Increased max-width */
      height: auto;
      margin: 20px auto;
      display: block;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
    }

    /* Payment Methods */
    .page-8k8-4-2__payment-methods-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-8k8-4-2__payment-item {
      background-color: #fff;
      padding: 15px 25px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      font-weight: bold;
      color: #333;
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 120px;
      box-sizing: border-box; /* Ensure padding is included in width */
    }

    /* FAQ Section */
    .page-8k8-4-2__faq-container {
      max-width: 800px;
      margin: 30px auto;
      text-align: left;
    }

    .page-8k8-4-2__faq-item {
      background-color: #fff;
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      box-sizing: border-box; /* Ensure padding is included in width */
    }

    .page-8k8-4-2__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: #f9f9f9;
      border-bottom: 1px solid #eee;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-8k8-4-2__faq-question:hover {
      background-color: #f0f0f0;
    }

    .page-8k8-4-2__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #333;
      pointer-events: none; /* Prevent h3 from blocking click on parent div */
    }

    .page-8k8-4-2__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: #007bff;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click on parent div */
      line-height: 1; /* Ensure consistent height */
    }

    .page-8k8-4-2__faq-item.active .page-8k8-4-2__faq-toggle {
      transform: rotate(45deg); /* Plus sign rotates to form an 'x' or 'minus' */
    }

    .page-8k8-4-2__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px; /* Initial padding */
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #555;
      box-sizing: border-box;
    }

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

    .page-8k8-4-2__faq-answer p {
      margin-top: 0;
      margin-bottom: 0;
    }

    /* General responsive image and list item styles */
    .page-8k8-4-2 img {
      max-width: 100%;
      height: auto;
      box-sizing: border-box;
      display: block; /* Ensures images behave well in layouts */
    }

    /* Mobile responsiveness */
    @media (max-width: 768px) {
      .page-8k8-4-2__hero-title {
        font-size: 2.5em;
      }

      .page-8k8-4-2__hero-subtitle {
        font-size: 1.2em;
      }

      .page-8k8-4-2__section-title {
        font-size: 2em;
      }

      .page-8k8-4-2__section {
        padding: 30px 15px;
      }

      .page-8k8-4-2__features-grid,
      .page-8k8-4-2__game-categories {
        grid-template-columns: 1fr;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-8k8-4-2__feature-card,
      .page-8k8-4-2__game-card,
      .page-8k8-4-2__promo-card {
        margin-bottom: 15px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-8k8-4-2__payment-methods-grid {
        flex-direction: column;
        align-items: stretch;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-8k8-4-2__payment-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px 10px !important; /* Adjusted padding for mobile */
      }

      /* List item specific mobile styles */
      .page-8k8-4-2__features-grid > div,
      .page-8k8-4-2__game-categories > div {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-8k8-4-2__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-8k8-4-2__faq-question h3 {
        font-size: 1.1em;
      }
      .page-8k8-4-2__faq-question {
        padding: 15px 20px;
      }
      .page-8k8-4-2__faq-answer {
        padding: 0 20px;
      }
      .page-8k8-4-2__faq-item.active .page-8k8-4-2__faq-answer {
        padding: 15px 20px !important;
      }
      .page-8k8-4-2__faq-container {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-8k8-4-2__faq-item {
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
    }
  