
    /* Base Styles for the specific page */
    .page-8k8-com-register-philippines-login {
      font-family: 'Arial', sans-serif;
      color: #f0f2f5;
      background-color: #1a1a2e;
      line-height: 1.6;
      padding-top: 10px; /* Small padding top, assuming body handles main header offset */
    }

    .page-8k8-com-register-philippines-login__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    .page-8k8-com-register-philippines-login__section {
      background-color: #2a2a4a;
      border-radius: 10px;
      padding: 40px 20px;
      margin-bottom: 30px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .page-8k8-com-register-philippines-login__section-title {
      font-size: 2.5em;
      color: #ffcc00;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 15px;
    }

    .page-8k8-com-register-philippines-login__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #ffcc00;
      border-radius: 2px;
    }

    .page-8k8-com-register-philippines-login__text-content {
      font-size: 1.1em;
      color: #e0e0e0;
      margin-bottom: 20px;
      text-align: justify;
    }

    .page-8k8-com-register-philippines-login__hero-section {
      text-align: center;
      padding: 80px 20px;
      background: linear-gradient(135deg, #1a1a2e 0%, #0f0f1d 100%);
      margin-bottom: 30px;
      border-radius: 10px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    }

    .page-8k8-com-register-philippines-login__hero-title {
      font-size: 3.5em;
      color: #ffcc00;
      margin-bottom: 20px;
      text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    }

    .page-8k8-com-register-philippines-login__hero-subtitle {
      font-size: 1.5em;
      color: #e0e0e0;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8k8-com-register-philippines-login__button-group {
      display: flex;
      justify-content: center;
      gap: 20px;
    }

    .page-8k8-com-register-philippines-login__button {
      background-color: #ffcc00;
      color: #1a1a2e;
      padding: 15px 30px;
      border-radius: 50px;
      font-size: 1.2em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      cursor: pointer;
      border: none;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .page-8k8-com-register-philippines-login__button:hover {
      background-color: #e6b800;
      transform: translateY(-3px);
    }

    .page-8k8-com-register-philippines-login__image-gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
      margin-top: 40px;
      margin-bottom: 40px;
    }

    .page-8k8-com-register-philippines-login__image-wrapper {
      background-color: #3a3a5a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
    }

    .page-8k8-com-register-philippines-login__image-wrapper:hover {
      transform: translateY(-5px);
    }

    .page-8k8-com-register-philippines-login__image {
      width: 100%;
      height: 250px;
      object-fit: cover;
      display: block;
    }

    .page-8k8-com-register-philippines-login__image-caption {
      padding: 15px;
      font-size: 1.1em;
      color: #ffcc00;
      text-align: center;
      background-color: #3a3a5a;
    }

    .page-8k8-com-register-philippines-login__list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
    }

    .page-8k8-com-register-philippines-login__list-item {
      background-color: #3a3a5a;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      display: flex;
      align-items: flex-start;
      gap: 15px;
      box-sizing: border-box;
    }

    .page-8k8-com-register-philippines-login__list-icon {
      flex-shrink: 0;
      width: 60px;
      height: 60px;
      object-fit: contain;
    }

    .page-8k8-com-register-philippines-login__list-content h3 {
      color: #ffcc00;
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 1.3em;
    }

    .page-8k8-com-register-philippines-login__list-content p {
      color: #e0e0e0;
      font-size: 0.95em;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* FAQ Section Styles */
    .page-8k8-com-register-philippines-login__faq-section {
      padding: 40px 20px;
      background-color: #2a2a4a;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      margin-bottom: 30px;
    }

    .page-8k8-com-register-philippines-login__faq-item {
      margin-bottom: 15px;
      border: 1px solid #4a4a6a;
      border-radius: 8px;
      overflow: hidden;
      background-color: #3a3a5a;
    }

    .page-8k8-com-register-philippines-login__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #4a4a6a;
      color: #ffcc00;
      cursor: pointer;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-8k8-com-register-philippines-login__faq-question h3 {
      margin: 0;
      color: inherit;
      pointer-events: none; /* Prevent h3 from blocking click on parent div */
    }

    .page-8k8-com-register-philippines-login__faq-question:hover {
      background-color: #5a5a7a;
    }

    .page-8k8-com-register-philippines-login__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click on parent div */
    }

    .page-8k8-com-register-philippines-login__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px; /* Initial padding, adjusted to 20px 15px for active */
      color: #e0e0e0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      background-color: #3a3a5a;
    }

    .page-8k8-com-register-philippines-login__faq-item.active .page-8k8-com-register-philippines-login__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px 20px !important; /* Adjusted padding for active state */
      opacity: 1;
    }

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

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-8k8-com-register-philippines-login__container {
        padding: 15px;
      }

      .page-8k8-com-register-philippines-login__hero-title {
        font-size: 2.5em;
      }

      .page-8k8-com-register-philippines-login__hero-subtitle {
        font-size: 1.2em;
      }

      .page-8k8-com-register-philippines-login__button-group {
        flex-direction: column;
        gap: 15px;
      }

      .page-8k8-com-register-philippines-login__button {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
      }

      .page-8k8-com-register-philippines-login__section-title {
        font-size: 2em;
      }

      .page-8k8-com-register-philippines-login__list {
        grid-template-columns: 1fr;
        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-com-register-philippines-login__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-8k8-com-register-philippines-login__list-content p {
        word-break: break-word !important;
      }

      .page-8k8-com-register-philippines-login__image-gallery {
        grid-template-columns: 1fr;
      }

      .page-8k8-com-register-philippines-login__image-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
      }
      .page-8k8-com-register-philippines-login__image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-8k8-com-register-philippines-login__faq-question {
        font-size: 1.1em;
        padding: 12px 15px;
      }

      .page-8k8-com-register-philippines-login__faq-answer {
        padding: 0 15px;
      }

      .page-8k8-com-register-philippines-login__faq-item.active .page-8k8-com-register-philippines-login__faq-answer {
        padding: 15px 15px !important;
      }
    }
  