
    :root {
      --page-8k8-7-primary-bg: #1a1a2e;
      --page-8k8-7-secondary-bg: #0f3460;
      --page-8k8-7-accent-color: #e94560;
      --page-8k8-7-text-color: #e0e0e0;
      --page-8k8-7-light-text: #ffffff;
      --page-8k8-7-border-color: #2e3b55;
    }

    .page-8k8-7 {
      font-family: 'Arial', sans-serif;
      color: var(--page-8k8-7-text-color);
      background-color: var(--page-8k8-7-primary-bg);
      line-height: 1.6;
      padding-top: 10px; /* Small top padding, assuming body padding handles header offset */
    }

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

    .page-8k8-7__section-title {
      font-size: 2.5em;
      color: var(--page-8k8-7-light-text);
      margin-bottom: 20px;
      position: relative;
      padding-bottom: 10px;
    }

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

    .page-8k8-7__section-description {
      font-size: 1.1em;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Hero Section */
    .page-8k8-7__hero-section {
      background-image: url('[GALLERY:hero:1920x1080:online_casino,gaming,philippines,8k8_online]');
      background-size: cover;
      background-position: center;
      color: var(--page-8k8-7-light-text);
      padding: 100px 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 60vh;
      text-align: center;
      position: relative;
    }

    .page-8k8-7__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.6);
      z-index: 1;
    }

    .page-8k8-7__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
    }

    .page-8k8-7__hero-title {
      font-size: 3.5em;
      margin-bottom: 15px;
      line-height: 1.2;
      color: var(--page-8k8-7-light-text);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-8k8-7__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      color: var(--page-8k8-7-text-color);
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-8k8-7__hero-button {
      background-color: var(--page-8k8-7-accent-color);
      color: var(--page-8k8-7-light-text);
      padding: 15px 30px;
      border: none;
      border-radius: 5px;
      font-size: 1.2em;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-decoration: none;
      display: inline-block;
    }

    .page-8k8-7__hero-button:hover {
      background-color: #c93551;
      transform: translateY(-2px);
    }

    /* Floating Buttons */
    .page-8k8-7__floating-buttons {
      position: fixed;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      gap: 15px;
      z-index: 1000;
      padding-right: 15px;
    }

    .page-8k8-7__floating-buttons button {
      background-color: var(--page-8k8-7-accent-color);
      color: var(--page-8k8-7-light-text);
      border: none;
      padding: 12px 20px;
      border-radius: 8px;
      cursor: pointer;
      font-size: 1em;
      font-weight: bold;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      transition: background-color 0.3s ease, transform 0.2s ease;
      width: 120px; /* Fixed width for consistency */
    }

    .page-8k8-7__floating-buttons button:hover {
      background-color: #c93551;
      transform: translateX(-5px);
    }

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

    .page-8k8-7__feature-item {
      background-color: var(--page-8k8-7-secondary-bg);
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease, background-color 0.3s ease;
      text-align: center;
      box-sizing: border-box; /* Required for responsive lists */
    }

    .page-8k8-7__feature-item:hover {
      transform: translateY(-5px);
      background-color: #1a4270;
    }

    .page-8k8-7__feature-icon {
      width: 80px; /* Min size 200px, but this is an icon *placeholder* */
      height: 80px;
      margin-bottom: 20px;
      max-width: 100%;
      height: auto;
      border-radius: 50%;
      object-fit: cover;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    .page-8k8-7__feature-icon img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .page-8k8-7__feature-title {
      font-size: 1.5em;
      color: var(--page-8k8-7-light-text);
      margin-bottom: 10px;
    }

    .page-8k8-7__feature-description {
      font-size: 0.95em;
      color: var(--page-8k8-7-text-color);
    }

    /* Game Showcase */
    .page-8k8-7__games-section {
      background-color: var(--page-8k8-7-secondary-bg);
    }

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

    .page-8k8-7__game-card {
      background-color: var(--page-8k8-7-primary-bg);
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
      text-align: center;
      box-sizing: border-box; /* Required for responsive lists */
    }

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

    .page-8k8-7__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      border-bottom: 2px solid var(--page-8k8-7-border-color);
    }

    .page-8k8-7__game-content {
      padding: 20px;
    }

    .page-8k8-7__game-title {
      font-size: 1.3em;
      color: var(--page-8k8-7-light-text);
      margin-bottom: 10px;
    }

    .page-8k8-7__game-provider {
      font-size: 0.9em;
      color: var(--page-8k8-7-text-color);
    }

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

    .page-8k8-7__promo-card {
      background-color: var(--page-8k8-7-secondary-bg);
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
      text-align: left;
      box-sizing: border-box; /* Required for responsive lists */
    }

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

    .page-8k8-7__promo-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      display: block;
      border-bottom: 2px solid var(--page-8k8-7-border-color);
    }

    .page-8k8-7__promo-content {
      padding: 25px;
    }

    .page-8k8-7__promo-title {
      font-size: 1.4em;
      color: var(--page-8k8-7-light-text);
      margin-bottom: 10px;
    }

    .page-8k8-7__promo-description {
      font-size: 0.95em;
      color: var(--page-8k8-7-text-color);
      margin-bottom: 20px;
    }

    .page-8k8-7__cta-button {
      background-color: var(--page-8k8-7-accent-color);
      color: var(--page-8k8-7-light-text);
      padding: 12px 25px;
      border: none;
      border-radius: 5px;
      font-size: 1em;
      cursor: pointer;
      transition: background-color 0.3s ease;
      display: inline-block;
    }

    .page-8k8-7__cta-button:hover {
      background-color: #c93551;
    }

    /* Payment Methods Section */
    .page-8k8-7__payment-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 40px;
    }

    .page-8k8-7__payment-item {
      background-color: var(--page-8k8-7-secondary-bg);
      padding: 15px 25px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      display: flex;
      align-items: center;
      gap: 10px;
      box-sizing: border-box; /* Required for responsive lists */
    }

    .page-8k8-7__payment-logo {
      height: 40px;
      width: auto;
      max-width: 100%;
      object-fit: contain;
    }

    .page-8k8-7__payment-name {
      color: var(--page-8k8-7-light-text);
      font-weight: bold;
    }

    /* FAQ Section */
    .page-8k8-7__faq-section {
      background-color: var(--page-8k8-7-primary-bg);
    }

    .page-8k8-7__faq-container {
      max-width: 900px;
      margin: 40px auto 0 auto;
      text-align: left;
    }

    .page-8k8-7__faq-item {
      background-color: var(--page-8k8-7-secondary-bg);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      box-sizing: border-box; /* Required for responsive lists */
    }

    .page-8k8-7__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: var(--page-8k8-7-secondary-bg);
      border-bottom: 1px solid var(--page-8k8-7-border-color);
      transition: background-color 0.3s ease;
    }

    .page-8k8-7__faq-question:hover {
      background-color: #1a4270;
    }

    .page-8k8-7__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: var(--page-8k8-7-light-text);
      pointer-events: none; /* Prevents text from blocking click event */
    }

    .page-8k8-7__faq-toggle {
      font-size: 1.5em;
      color: var(--page-8k8-7-accent-color);
      font-weight: bold;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevents icon from blocking click event */
    }

    .page-8k8-7__faq-item.active .page-8k8-7__faq-toggle {
      transform: rotate(45deg); /* Visually change + to X or - */
    }

    .page-8k8-7__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.3s ease;
      color: var(--page-8k8-7-text-color);
    }

    .page-8k8-7__faq-item.active .page-8k8-7__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-7__hero-title {
        font-size: 2.5em;
      }

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

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

      .page-8k8-7__section-description {
        font-size: 1em;
      }

      .page-8k8-7__floating-buttons {
        flex-direction: row;
        width: 100%;
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
        transform: none;
        justify-content: center;
        padding: 10px 0;
        background-color: var(--page-8k8-7-secondary-bg);
        box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3);
        gap: 10px;
      }

      .page-8k8-7__floating-buttons button {
        width: 100px;
        padding: 10px 15px;
        font-size: 0.9em;
        transform: none;
      }
      .page-8k8-7__floating-buttons button:hover {
        transform: none;
      }

      /* List item responsive adjustments */
      .page-8k8-7__features-grid,
      .page-8k8-7__game-grid,
      .page-8k8-7__promo-grid,
      .page-8k8-7__payment-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-8k8-7__feature-item,
      .page-8k8-7__game-card,
      .page-8k8-7__promo-card,
      .page-8k8-7__payment-item,
      .page-8k8-7__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px 15px !important; /* Adjust padding to fit narrower screens */
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-8k8-7__payment-item {
        flex-direction: column;
        text-align: center;
        padding: 15px !important;
      }
      .page-8k8-7__payment-logo {
        height: 35px;
      }

      .page-8k8-7__faq-question {
        padding: 15px 20px;
      }
      .page-8k8-7__faq-question h3 {
        font-size: 1.1em;
      }
      .page-8k8-7__faq-answer {
        padding: 0 20px;
      }
      .page-8k8-7__faq-item.active .page-8k8-7__faq-answer {
        padding: 15px 20px !important;
      }
    }
  