
    :root {
      --page-8k8-com-ph-2__primary-color: #FFD700; /* Gold */
      --page-8k8-com-ph-2__secondary-color: #000000; /* Black */
      --page-8k8-com-ph-2__accent-color: #FF4500; /* OrangeRed */
      --page-8k8-com-ph-2__text-color: #FFFFFF; /* White */
      --page-8k8-com-ph-2__dark-background: #1A1A1A;
      --page-8k8-com-ph-2__light-background: #2A2A2A;
      --page-8k8-com-ph-2__border-color: #444444;
      --page-8k8-com-ph-2__button-hover-color: #FFA500; /* Orange */
    }

    .page-8k8-com-ph-2 {
      font-family: 'Arial', sans-serif;
      color: var(--page-8k8-com-ph-2__text-color);
      background-color: var(--page-8k8-com-ph-2__dark-background);
      line-height: 1.6;
      padding-top: 10px; /* Small top padding for visual separation from header */
    }

    .page-8k8-com-ph-2__section {
      padding: 40px 15px;
      margin-bottom: 20px;
      background-color: var(--page-8k8-com-ph-2__light-background);
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      box-sizing: border-box;
    }

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

    .page-8k8-com-ph-2__container {
      max-width: 1100px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-8k8-com-ph-2__h1,
    .page-8k8-com-ph-2__h2,
    .page-8k8-com-ph-2__h3 {
      color: var(--page-8k8-com-ph-2__primary-color);
      text-align: center;
      margin-bottom: 25px;
      font-weight: bold;
    }

    .page-8k8-com-ph-2__h1 {
      font-size: 2.8em;
      margin-top: 0;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-8k8-com-ph-2__h2 {
      font-size: 2.2em;
      border-bottom: 2px solid var(--page-8k8-com-ph-2__accent-color);
      padding-bottom: 10px;
      display: inline-block;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8k8-com-ph-2__h3 {
      font-size: 1.6em;
      color: var(--page-8k8-com-ph-2__text-color);
    }

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

    .page-8k8-com-ph-2__button {
      display: inline-block;
      background-color: var(--page-8k8-com-ph-2__accent-color);
      color: var(--page-8k8-com-ph-2__text-color);
      padding: 12px 25px;
      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-com-ph-2__button:hover {
      background-color: var(--page-8k8-com-ph-2__button-hover-color);
    }

    /* Hero Section */
    .page-8k8-com-ph-2__hero-section {
      background-image: url('[GALLERY:hero:1920x1080:casino,betting,philippines,online]');
      background-size: cover;
      background-position: center;
      padding: 80px 15px;
      text-align: center;
      min-height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      border-radius: 8px;
      margin-bottom: 20px;
      box-sizing: border-box;
    }

    .page-8k8-com-ph-2__hero-overlay {
      background-color: rgba(0, 0, 0, 0.6);
      padding: 30px;
      border-radius: 10px;
      max-width: 800px;
      box-sizing: border-box;
    }

    .page-8k8-com-ph-2__hero-title {
      font-size: 3.5em;
      color: var(--page-8k8-com-ph-2__primary-color);
      margin-bottom: 15px;
      text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
    }

    .page-8k8-com-ph-2__hero-subtitle {
      font-size: 1.8em;
      color: var(--page-8k8-com-ph-2__text-color);
      margin-bottom: 30px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

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

    .page-8k8-com-ph-2__game-card {
      background-color: var(--page-8k8-com-ph-2__dark-background);
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border: 1px solid var(--page-8k8-com-ph-2__border-color);
      box-sizing: border-box;
    }

    .page-8k8-com-ph-2__game-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
    }

    .page-8k8-com-ph-2__game-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      max-width: 100%;
      height: auto;
    }

    .page-8k8-com-ph-2__game-card-content {
      padding: 20px;
    }

    .page-8k8-com-ph-2__game-card-title {
      font-size: 1.4em;
      color: var(--page-8k8-com-ph-2__primary-color);
      margin-bottom: 10px;
    }

    .page-8k8-com-ph-2__game-card-description {
      font-size: 0.95em;
      color: var(--page-8k8-com-ph-2__text-color);
      margin-bottom: 20px;
    }

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

    .page-8k8-com-ph-2__feature-item {
      background-color: var(--page-8k8-com-ph-2__dark-background);
      padding: 25px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      border: 1px solid var(--page-8k8-com-ph-2__border-color);
      box-sizing: border-box;
    }

    .page-8k8-com-ph-2__feature-icon {
      width: 100px;
      height: 100px;
      object-fit: contain;
      margin-bottom: 15px;
      max-width: 100%;
      height: auto;
    }

    .page-8k8-com-ph-2__feature-title {
      font-size: 1.3em;
      color: var(--page-8k8-com-ph-2__primary-color);
      margin-bottom: 10px;
    }

    .page-8k8-com-ph-2__feature-description {
      font-size: 0.95em;
      color: var(--page-8k8-com-ph-2__text-color);
    }

    /* Payment & Providers */
    .page-8k8-com-ph-2__logo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 30px;
      justify-items: center;
      align-items: center;
    }

    .page-8k8-com-ph-2__logo-item {
      background-color: var(--page-8k8-com-ph-2__dark-background);
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      border: 1px solid var(--page-8k8-com-ph-2__border-color);
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 120px;
      box-sizing: border-box;
    }

    .page-8k8-com-ph-2__logo-image {
      max-width: 100%;
      max-height: 80px;
      object-fit: contain;
      display: block;
      height: auto;
    }

    /* FAQ Section */
    .page-8k8-com-ph-2__faq-list {
      margin-top: 30px;
    }

    .page-8k8-com-ph-2__faq-item {
      background-color: var(--page-8k8-com-ph-2__dark-background);
      margin-bottom: 15px;
      border-radius: 8px;
      border: 1px solid var(--page-8k8-com-ph-2__border-color);
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-8k8-com-ph-2__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: var(--page-8k8-com-ph-2__light-background);
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-8k8-com-ph-2__faq-question:hover {
      background-color: #3a3a3a;
    }

    .page-8k8-com-ph-2__faq-question h3 {
      margin: 0;
      color: var(--page-8k8-com-ph-2__primary-color);
      font-size: 1.2em;
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-8k8-com-ph-2__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: var(--page-8k8-com-ph-2__accent-color);
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent span from blocking click */
    }

    .page-8k8-com-ph-2__faq-item.active .page-8k8-com-ph-2__faq-toggle {
      transform: rotate(45deg);
    }

    .page-8k8-com-ph-2__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      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-ph-2__text-color);
      font-size: 1em;
    }

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

    /* Sticky CTA Button */
    .page-8k8-com-ph-2__sticky-cta {
      position: sticky; /* Using sticky for now, will be fixed in JS */
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: var(--page-8k8-com-ph-2__accent-color);
      text-align: center;
      padding: 15px 0;
      box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.4);
      z-index: 1000;
      box-sizing: border-box;
      animation: page-8k8-com-ph-2__slide-up 0.5s ease-out forwards;
      opacity: 0;
    }

    .page-8k8-com-ph-2__sticky-cta-button {
      background-color: var(--page-8k8-com-ph-2__primary-color);
      color: var(--page-8k8-com-ph-2__dark-background);
      padding: 15px 30px;
      border-radius: 50px;
      font-size: 1.3em;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      border: none;
      cursor: pointer;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      transition: background-color 0.3s ease, transform 0.2s ease;
    }

    .page-8k8-com-ph-2__sticky-cta-button:hover {
      background-color: var(--page-8k8-com-ph-2__button-hover-color);
      transform: translateY(-2px);
    }

    @keyframes page-8k8-com-ph-2__slide-up {
      from {
        transform: translateY(100%);
        opacity: 0;
      }
      to {
        transform: translateY(0);
        opacity: 1;
      }
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-8k8-com-ph-2__h1 {
        font-size: 2.5em;
      }
      .page-8k8-com-ph-2__h2 {
        font-size: 2em;
      }
      .page-8k8-com-ph-2__hero-title {
        font-size: 3em;
      }
      .page-8k8-com-ph-2__hero-subtitle {
        font-size: 1.6em;
      }
    }

    @media (max-width: 768px) {
      .page-8k8-com-ph-2__section {
        padding: 30px 10px;
      }
      .page-8k8-com-ph-2__h1 {
        font-size: 2em;
      }
      .page-8k8-com-ph-2__h2 {
        font-size: 1.8em;
      }
      .page-8k8-com-ph-2__h3 {
        font-size: 1.4em;
      }
      .page-8k8-com-ph-2__p {
        font-size: 1em;
      }
      .page-8k8-com-ph-2__hero-section {
        padding: 60px 10px;
        min-height: 400px;
      }
      .page-8k8-com-ph-2__hero-title {
        font-size: 2.5em;
      }
      .page-8k8-com-ph-2__hero-subtitle {
        font-size: 1.4em;
      }
      .page-8k8-com-ph-2__game-categories,
      .page-8k8-com-ph-2__features-grid,
      .page-8k8-com-ph-2__logo-grid {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      /* List item responsive requirements */
      .page-8k8-com-ph-2__game-card,
      .page-8k8-com-ph-2__feature-item,
      .page-8k8-com-ph-2__logo-item,
      .page-8k8-com-ph-2__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        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;
      }

      .page-8k8-com-ph-2__game-categories,
      .page-8k8-com-ph-2__features-grid,
      .page-8k8-com-ph-2__logo-grid,
      .page-8k8-com-ph-2__faq-list {
        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-com-ph-2__faq-question {
        padding: 12px 15px;
      }
      .page-8k8-com-ph-2__faq-answer {
        padding: 0 15px;
      }
      .page-8k8-com-ph-2__faq-item.active .page-8k8-com-ph-2__faq-answer {
        padding: 15px 15px !important;
      }

      .page-8k8-com-ph-2__sticky-cta-button {
        font-size: 1.1em;
        padding: 12px 25px;
      }
    }

    @media (max-width: 480px) {
      .page-8k8-com-ph-2__h1 {
        font-size: 1.8em;
      }
      .page-8k8-com-ph-2__h2 {
        font-size: 1.6em;
      }
      .page-8k8-com-ph-2__hero-title {
        font-size: 2em;
      }
      .page-8k8-com-ph-2__hero-subtitle {
        font-size: 1.2em;
      }
      .page-8k8-com-ph-2__hero-overlay {
        padding: 20px;
      }
      .page-8k8-com-ph-2__button {
        padding: 10px 20px;
        font-size: 1em;
      }
    }
  