
    :root {
      --page-8k8-com-ph-primary-color: #ffcc00; /* Gold/Yellow */
      --page-8k8-com-ph-secondary-color: #333333; /* Dark Gray */
      --page-8k8-com-ph-accent-color: #cc0000; /* Red */
      --page-8k8-com-ph-text-light: #ffffff;
      --page-8k8-com-ph-text-dark: #1a1a1a;
      --page-8k8-com-ph-bg-dark: #1a1a1a;
      --page-8k8-com-ph-bg-light: #f5f5f5;
    }

    .page-8k8-com-ph {
      font-family: 'Arial', sans-serif;
      color: var(--page-8k8-com-ph-text-dark);
      line-height: 1.6;
      background-color: var(--page-8k8-com-ph-bg-light);
    }

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

    .page-8k8-com-ph__section--dark {
      background-color: var(--page-8k8-com-ph-bg-dark);
      color: var(--page-8k8-com-ph-text-light);
    }

    .page-8k8-com-ph__hero-section {
      position: relative;
      padding: 10px 0 80px 0; /* Rely on body padding-top for main offset, add small decorative top padding */
      min-height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: var(--page-8k8-com-ph-text-light);
      overflow: hidden;
      background-color: #000;
    }

    .page-8k8-com-ph__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
      opacity: 0.6;
    }

    .page-8k8-com-ph__hero-content {
      position: relative;
      z-index: 1;
      max-width: 800px;
      padding: 20px;
      background: rgba(0, 0, 0, 0.5);
      border-radius: 8px;
    }

    .page-8k8-com-ph__hero-title {
      font-size: 3.2em;
      margin-bottom: 15px;
      color: var(--page-8k8-com-ph-primary-color);
      line-height: 1.2;
    }

    .page-8k8-com-ph__hero-description {
      font-size: 1.3em;
      margin-bottom: 30px;
    }

    .page-8k8-com-ph__button {
      display: inline-block;
      padding: 15px 30px;
      background-color: var(--page-8k8-com-ph-primary-color);
      color: var(--page-8k8-com-ph-text-dark);
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1.1em;
    }

    .page-8k8-com-ph__button:hover {
      background-color: #e6b800;
    }

    .page-8k8-com-ph__heading {
      font-size: 2.5em;
      color: var(--page-8k8-com-ph-secondary-color);
      text-align: center;
      margin-bottom: 40px;
      position: relative;
    }

    .page-8k8-com-ph__heading--light {
      color: var(--page-8k8-com-ph-primary-color);
    }

    .page-8k8-com-ph__heading::after {
      content: '';
      display: block;
      width: 60px;
      height: 4px;
      background-color: var(--page-8k8-com-ph-primary-color);
      margin: 15px auto 0;
      border-radius: 2px;
    }

    .page-8k8-com-ph__text-content {
      font-size: 1.1em;
      text-align: justify;
      margin-bottom: 20px;
    }

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

    .page-8k8-com-ph__card {
      background-color: var(--page-8k8-com-ph-text-light);
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      box-sizing: border-box;
    }

    .page-8k8-com-ph__card--dark {
      background-color: #2a2a2a;
      color: var(--page-8k8-com-ph-text-light);
    }

    .page-8k8-com-ph__card-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      border-radius: 8px;
      margin-bottom: 20px;
      box-sizing: border-box;
    }

    .page-8k8-com-ph__card-image {
      max-width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
      border-radius: 8px;
    }

    .page-8k8-com-ph__card-title {
      font-size: 1.5em;
      color: var(--page-8k8-com-ph-secondary-color);
      margin-bottom: 10px;
    }

    .page-8k8-com-ph__card--dark .page-8k8-com-ph__card-title {
      color: var(--page-8k8-com-ph-primary-color);
    }

    .page-8k8-com-ph__card-description {
      font-size: 1em;
      color: #555;
    }

    .page-8k8-com-ph__card--dark .page-8k8-com-ph__card-description {
      color: #ccc;
    }

    .page-8k8-com-ph__payment-logos {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-8k8-com-ph__payment-logo-wrapper {
      width: 100%;
      max-width: 150px; /* Adjust max-width for logos */
      height: auto;
      overflow: hidden;
      box-sizing: border-box;
      border-radius: 8px;
      background-color: var(--page-8k8-com-ph-text-light);
      padding: 10px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .page-8k8-com-ph__payment-logo {
      max-width: 100%;
      height: auto;
      display: block;
      object-fit: contain;
    }

    .page-8k8-com-ph__faq-container {
      margin-top: 40px;
    }

    .page-8k8-com-ph__faq-item {
      background-color: var(--page-8k8-com-ph-text-light);
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-8k8-com-ph__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: var(--page-8k8-com-ph-bg-light);
      color: var(--page-8k8-com-ph-secondary-color);
      cursor: pointer;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      user-select: none;
      box-sizing: border-box;
    }

    .page-8k8-com-ph__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-8k8-com-ph__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: var(--page-8k8-com-ph-secondary-color);
      pointer-events: none; /* Prevent h3 from interfering with click event */
      word-wrap: break-word; /* Ensure text wraps */
      overflow-wrap: break-word; /* Ensure text wraps */
      word-break: break-word;
      flex-grow: 1;
    }

    .page-8k8-com-ph__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      margin-left: 15px;
      transition: transform 0.3s ease;
      color: var(--page-8k8-com-ph-primary-color);
      pointer-events: none; /* Prevent toggle from interfering with click event */
    }

    .page-8k8-com-ph__faq-item.active .page-8k8-com-ph__faq-toggle {
      transform: rotate(45deg); /* Changes '+' to 'x' or '-' */
    }

    .page-8k8-com-ph__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #555;
      font-size: 1.1em;
      box-sizing: border-box;
    }

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

    .page-8k8-com-ph__cta-section {
      text-align: center;
      padding: 60px 20px;
      background-color: var(--page-8k8-com-ph-primary-color);
      color: var(--page-8k8-com-ph-text-dark);
      margin-top: 50px;
    }

    .page-8k8-com-ph__cta-title {
      font-size: 2.8em;
      margin-bottom: 20px;
      color: var(--page-8k8-com-ph-bg-dark);
    }

    .page-8k8-com-ph__cta-description {
      font-size: 1.3em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8k8-com-ph__cta-button {
      background-color: var(--page-8k8-com-ph-accent-color);
      color: var(--page-8k8-com-ph-text-light);
      padding: 18px 40px;
      font-size: 1.2em;
    }

    .page-8k8-com-ph__cta-button:hover {
      background-color: #a30000;
    }

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

      .page-8k8-com-ph__hero-description {
        font-size: 1.1em;
      }

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

      .page-8k8-com-ph__section {
        padding: 30px 15px;
      }

      .page-8k8-com-ph__grid {
        grid-template-columns: 1fr;
      }

      .page-8k8-com-ph__card {
        padding: 20px;
      }

      .page-8k8-com-ph__card-title {
        font-size: 1.3em;
      }

      .page-8k8-com-ph__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
      }

      .page-8k8-com-ph__faq-question h3 {
        font-size: 1.1em;
      }

      .page-8k8-com-ph__faq-answer {
        padding: 15px 20px !important;
        font-size: 1em;
      }

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

      .page-8k8-com-ph__cta-description {
        font-size: 1.1em;
      }

      .page-8k8-com-ph__button, .page-8k8-com-ph__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-8k8-com-ph__payment-logo-wrapper {
        max-width: 120px;
      }
    }

    @media (max-width: 480px) {
      .page-8k8-com-ph__hero-title {
        font-size: 2em;
      }
      .page-8k8-com-ph__hero-description {
        font-size: 1em;
      }
      .page-8k8-com-ph__heading {
        font-size: 1.8em;
      }
      .page-8k8-com-ph__cta-title {
        font-size: 1.8em;
      }
    }
  