
    :root {
      --page-8k8-3-primary-color: #FFD700; /* Gold */
      --page-8k8-3-secondary-color: #000000; /* Black */
      --page-8k8-3-accent-color: #FF4500; /* OrangeRed */
      --page-8k8-3-text-light: #FFFFFF;
      --page-8k8-3-text-dark: #333333;
      --page-8k8-3-background-dark: #1a1a1a;
      --page-8k8-3-background-light: #f5f5f5;
    }

    .page-8k8-3 {
      font-family: 'Arial', sans-serif;
      color: var(--page-8k8-3-text-light);
      background-color: var(--page-8k8-3-background-dark);
      line-height: 1.6;
      overflow-x: hidden;
      padding-top: 10px; /* Small decorative padding, relying on body padding for header offset */
    }

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

    .page-8k8-3__section--dark {
      background-color: var(--page-8k8-3-background-dark);
      color: var(--page-8k8-3-text-light);
    }

    .page-8k8-3__section--light {
      background-color: var(--page-8k8-3-background-light);
      color: var(--page-8k8-3-text-dark);
    }

    .page-8k8-3__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:casino,login,philippines,8k8]') no-repeat center center/cover;
      padding: 120px 20px 80px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      min-height: 60vh;
      color: var(--page-8k8-3-text-light);
      position: relative;
      margin-bottom: 20px;
    }

    .page-8k8-3__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      color: var(--page-8k8-3-primary-color);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-8k8-3__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      max-width: 800px;
      line-height: 1.4;
    }

    .page-8k8-3__cta-button {
      display: inline-block;
      background-color: var(--page-8k8-3-accent-color);
      color: var(--page-8k8-3-text-light);
      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-3__cta-button:hover {
      background-color: #e03c00;
      transform: translateY(-3px);
    }

    .page-8k8-3__h2 {
      font-size: 2.5em;
      margin-bottom: 40px;
      color: var(--page-8k8-3-primary-color);
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    .page-8k8-3__h3 {
      font-size: 1.8em;
      margin-bottom: 20px;
      color: var(--page-8k8-3-primary-color);
    }

    .page-8k8-3__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
      text-align: left;
    }

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

    .page-8k8-3__feature-card {
      background-color: #2c2c2c;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      text-align: center;
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

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

    .page-8k8-3__feature-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 20px;
      border-radius: 50%;
      object-fit: cover;
      border: 3px solid var(--page-8k8-3-primary-color);
    }

    .page-8k8-3__steps-list {
      list-style: none;
      padding: 0;
      margin-top: 40px;
      text-align: left;
    }

    .page-8k8-3__step-item {
      background-color: #2c2c2c;
      margin-bottom: 20px;
      padding: 25px;
      border-radius: 8px;
      display: flex;
      align-items: flex-start;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .page-8k8-3__step-number {
      background-color: var(--page-8k8-3-primary-color);
      color: var(--page-8k8-3-text-dark);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold;
      font-size: 1.2em;
      flex-shrink: 0;
      margin-right: 20px;
    }

    .page-8k8-3__step-content h4 {
      margin-top: 0;
      color: var(--page-8k8-3-primary-color);
      font-size: 1.4em;
    }

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

    .page-8k8-3__provider-logo {
      background-color: #2c2c2c;
      padding: 15px;
      border-radius: 8px;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
    }

    .page-8k8-3__provider-logo:hover {
      transform: scale(1.05);
    }

    .page-8k8-3__provider-logo img {
      max-width: 100%;
      max-height: 60px;
      object-fit: contain;
      filter: grayscale(0%); /* Ensure no color filters are applied */
    }

    .page-8k8-3__payments-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      gap: 20px;
      margin-top: 40px;
    }

    .page-8k8-3__payment-method {
      background-color: #2c2c2c;
      padding: 15px;
      border-radius: 8px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 100px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
    }

    .page-8k8-3__payment-method:hover {
      transform: scale(1.05);
    }

    .page-8k8-3__payment-icon {
      max-width: 80px;
      height: auto;
      margin-bottom: 10px;
      filter: grayscale(0%); /* Ensure no color filters are applied */
    }

    .page-8k8-3__faq-container {
      margin-top: 40px;
      text-align: left;
    }

    .page-8k8-3__faq-item {
      background-color: #2c2c2c;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

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

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

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

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

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

    .page-8k8-3__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-3-text-light);
      text-align: left;
    }

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

    .page-8k8-3__faq-answer p {
      margin: 0;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-8k8-3__hero-title {
        font-size: 2.5em;
      }

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

      .page-8k8-3__h2 {
        font-size: 2em;
      }

      .page-8k8-3__h3 {
        font-size: 1.5em;
      }

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

      .page-8k8-3__features-grid,
      .page-8k8-3__game-providers-grid,
      .page-8k8-3__payments-grid {
        grid-template-columns: 1fr;
      }

      .page-8k8-3__feature-card,
      .page-8k8-3__step-item,
      .page-8k8-3__provider-logo,
      .page-8k8-3__payment-method {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-8k8-3__steps-list {
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-8k8-3__step-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
      }

      .page-8k8-3__step-number {
        margin-right: 0;
        margin-bottom: 15px;
      }

      .page-8k8-3__faq-question {
        padding: 15px 20px;
      }

      .page-8k8-3__faq-question h3 {
        font-size: 1.1em;
      }

      .page-8k8-3__faq-answer {
        padding: 15px 20px;
      }
    }

    @media (max-width: 480px) {
      .page-8k8-3__hero-title {
        font-size: 2em;
      }

      .page-8k8-3__hero-subtitle {
        font-size: 1em;
      }

      .page-8k8-3__h2 {
        font-size: 1.8em;
      }

      .page-8k8-3__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }
    }
  