
    :root {
      --page-8k8-8__primary-color: #FFC107; /* Amber */
      --page-8k8-8__secondary-color: #343a40; /* Dark Grey */
      --page-8k8-8__background-light: #f8f9fa; /* Very Light Grey */
      --page-8k8-8__background-medium: #e9ecef; /* Light Grey */
      --page-8k8-8__text-dark: #343a40;
      --page-8k8-8__text-light: #ffffff;
    }

    .page-8k8-8 {
      font-family: 'Arial', sans-serif;
      color: var(--page-8k8-8__text-dark);
      line-height: 1.6;
      background-color: var(--page-8k8-8__background-light);
      padding-top: var(--header-offset, 122px); /* Fallback for fixed header */
      box-sizing: border-box;
    }

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

    .page-8k8-8__hero-section {
      background-color: var(--page-8k8-8__secondary-color);
      color: var(--page-8k8-8__text-light);
      text-align: center;
      padding: 60px 20px 40px; /* Added small padding-top for decoration */
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 400px;
      box-sizing: border-box;
    }

    .page-8k8-8__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      z-index: 0;
    }

    .page-8k8-8__hero-content {
      position: relative;
      z-index: 1;
      max-width: 800px;
    }

    .page-8k8-8__heading-primary {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: var(--page-8k8-8__primary-color);
      line-height: 1.2;
    }

    .page-8k8-8__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8k8-8__button-group {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .page-8k8-8__button {
      background-color: var(--page-8k8-8__primary-color);
      color: var(--page-8k8-8__text-dark);
      padding: 15px 30px;
      border: none;
      border-radius: 8px;
      font-size: 1.1em;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-decoration: none;
      display: inline-block;
      font-weight: bold;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .page-8k8-8__button:hover {
      background-color: #e6b000; /* Slightly darker amber */
      transform: translateY(-2px);
    }

    .page-8k8-8__heading-secondary {
      font-size: 2.2em;
      color: var(--page-8k8-8__secondary-color);
      text-align: center;
      margin-bottom: 30px;
    }

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

    .page-8k8-8__image-container {
      text-align: center;
      margin: 30px 0;
    }

    .page-8k8-8__image {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      display: block;
      margin: 0 auto;
      box-sizing: border-box;
    }

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

    .page-8k8-8__feature-item {
      background-color: var(--page-8k8-8__text-light);
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      box-sizing: border-box;
    }

    .page-8k8-8__feature-icon {
      width: 100px;
      height: auto;
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
    }

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

    .page-8k8-8__feature-description {
      font-size: 1em;
      color: var(--page-8k8-8__text-dark);
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-8k8-8__payment-grid,
    .page-8k8-8__provider-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 30px;
      list-style: none;
      padding: 0;
    }

    .page-8k8-8__payment-item,
    .page-8k8-8__provider-item {
      background-color: var(--page-8k8-8__text-light);
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 120px;
      box-sizing: border-box;
    }

    .page-8k8-8__payment-logo,
    .page-8k8-8__provider-logo {
      max-width: 100px;
      height: auto;
      margin-bottom: 10px;
      border-radius: 4px;
      box-sizing: border-box;
    }

    .page-8k8-8__payment-name,
    .page-8k8-8__provider-name {
      font-size: 1em;
      font-weight: bold;
      color: var(--page-8k8-8__secondary-color);
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-8k8-8__faq-section {
      background-color: var(--page-8k8-8__background-medium);
      padding: 40px 20px;
      box-sizing: border-box;
    }

    .page-8k8-8__faq-container {
      max-width: 800px;
      margin: 0 auto;
    }

    .page-8k8-8__faq-item {
      background-color: var(--page-8k8-8__text-light);
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
      overflow: hidden;
    }

    .page-8k8-8__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: var(--page-8k8-8__text-light);
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

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

    .page-8k8-8__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: var(--page-8k8-8__secondary-color);
      pointer-events: none; /* Prevent h3 from blocking click */
      flex-grow: 1;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-8k8-8__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      color: var(--page-8k8-8__primary-color);
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click */
      width: 20px; /* fixed width for consistent alignment */
      text-align: center;
    }

    .page-8k8-8__faq-item.active .page-8k8-8__faq-toggle {
      transform: rotate(45deg); /* Plus to X effect */
    }

    .page-8k8-8__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-8__text-dark);
      box-sizing: border-box;
    }

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

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-8k8-8__heading-primary {
        font-size: 2em;
      }

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

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

      .page-8k8-8__heading-secondary {
        font-size: 1.8em;
      }

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

      .page-8k8-8__features-grid,
      .page-8k8-8__payment-grid,
      .page-8k8-8__provider-grid {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .page-8k8-8__feature-item,
      .page-8k8-8__payment-item,
      .page-8k8-8__provider-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px;
      }

      .page-8k8-8__image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

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

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

      .page-8k8-8__faq-toggle {
        font-size: 1.5em;
      }

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

      .page-8k8-8__faq-item.active .page-8k8-8__faq-answer {
        padding: 15px 20px !important;
      }
    }

    @media (max-width: 480px) {
      .page-8k8-8__button-group {
        flex-direction: column;
      }
      .page-8k8-8__button {
        width: 100%;
      }
    }
  