
    /* Base styles for the page */
    .page-8k8-com-register-philippines-login {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f4f7f6;
      padding-bottom: 40px;
    }

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

    /* Hero Section */
    .page-8k8-com-register-philippines-login__hero-section {
      position: relative;
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
      color: #fff;
      padding: 80px 0; /* Adjusted for body padding-top */
      text-align: center;
      overflow: hidden;
      border-radius: 0 0 15px 15px;
      margin-bottom: 40px;
      box-sizing: border-box;
    }

    .page-8k8-com-register-philippines-login__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      z-index: 1;
    }

    .page-8k8-com-register-philippines-login__hero-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .page-8k8-com-register-philippines-login__hero-title {
      font-size: 3.2em;
      margin-bottom: 20px;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      color: #fff; /* Ensure good contrast */
    }

    .page-8k8-com-register-philippines-login__hero-subtitle {
      font-size: 1.4em;
      margin-bottom: 30px;
      color: #eee;
    }

    .page-8k8-com-register-philippines-login__cta-button {
      display: inline-block;
      background-color: #fdbb2d;
      color: #1a2a6c;
      padding: 15px 30px;
      border-radius: 8px;
      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-com-register-philippines-login__cta-button:hover {
      background-color: #e0a522;
      transform: translateY(-3px);
    }

    /* Section Styling */
    .page-8k8-com-register-philippines-login__section {
      padding: 40px 0;
      background-color: #fff;
      margin-bottom: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
    }

    .page-8k8-com-register-philippines-login__section--dark {
      background-color: #2c3e50;
      color: #ecf0f1;
    }

    .page-8k8-com-register-philippines-login__section-title {
      font-size: 2.2em;
      color: #1a2a6c;
      text-align: center;
      margin-bottom: 30px;
      font-weight: bold;
    }

    .page-8k8-com-register-philippines-login__section--dark .page-8k8-com-register-philippines-login__section-title {
      color: #fdbb2d;
    }

    .page-8k8-com-register-philippines-login__section-subtitle {
      font-size: 1.5em;
      color: #34495e;
      text-align: center;
      margin-bottom: 20px;
    }

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

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

    .page-8k8-com-register-philippines-login__list-item {
      background-color: #f9f9f9;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      font-size: 1.05em;
      display: flex;
      align-items: flex-start;
      gap: 15px;
      box-sizing: border-box; /* Crucial for responsive lists */
    }

    .page-8k8-com-register-philippines-login__list-item--dark {
      background-color: #34495e;
      color: #ecf0f1;
    }

    .page-8k8-com-register-philippines-login__list-icon {
      flex-shrink: 0;
      width: 60px; /* Min size */
      height: 60px; /* Min size */
      object-fit: contain;
      border-radius: 5px;
    }

    .page-8k8-com-register-philippines-login__list-text h3 {
      margin-top: 0;
      color: #1a2a6c;
      font-size: 1.3em;
    }

    .page-8k8-com-register-philippines-login__list-item--dark .page-8k8-com-register-philippines-login__list-text h3 {
      color: #fdbb2d;
    }

    /* Image Styling */
    .page-8k8-com-register-philippines-login__image-wrapper {
      text-align: center;
      margin: 30px 0;
      box-sizing: border-box;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
    }

    .page-8k8-com-register-philippines-login__image {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
      display: block;
      margin: 0 auto;
    }

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

    .page-8k8-com-register-philippines-login__faq-title {
      font-size: 2.2em;
      color: #1a2a6c;
      text-align: center;
      margin-bottom: 30px;
      font-weight: bold;
    }

    .page-8k8-com-register-philippines-login__faq-item {
      background-color: #fff;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      overflow: hidden;
    }

    .page-8k8-com-register-philippines-login__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 25px;
      font-size: 1.2em;
      font-weight: bold;
      color: #333;
      cursor: pointer;
      user-select: none;
      background-color: #fff;
      transition: background-color 0.3s ease;
      border-bottom: 1px solid #eee;
    }

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

    .page-8k8-com-register-philippines-login__faq-question h3 {
      margin: 0;
      color: #1a2a6c;
      font-size: 1.2em;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-8k8-com-register-philippines-login__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #fdbb2d;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent span from blocking click event */
    }

    .page-8k8-com-register-philippines-login__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: #fefefe;
      color: #555;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      font-size: 1.05em;
    }

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

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

    /* Floating Register/Login Buttons */
    .page-8k8-com-register-philippines-login__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1000;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .page-8k8-com-register-philippines-login__floating-button {
      background-color: #1a2a6c;
      color: #fff;
      padding: 12px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1em;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
      text-align: center;
    }

    .page-8k8-com-register-philippines-login__floating-button:hover {
      background-color: #0e1e4a;
      transform: translateY(-2px);
    }

    .page-8k8-com-register-philippines-login__floating-button--register {
      background-color: #b21f1f;
    }

    .page-8k8-com-register-philippines-login__floating-button--register:hover {
      background-color: #8c1a1a;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-8k8-com-register-philippines-login__hero-title {
        font-size: 2.8em;
      }
      .page-8k8-com-register-philippines-login__hero-subtitle {
        font-size: 1.3em;
      }
      .page-8k8-com-register-philippines-login__section-title {
        font-size: 2em;
      }
      .page-8k8-com-register-philippines-login__faq-question,
      .page-8k8-com-register-philippines-login__faq-answer {
        padding: 15px 20px;
      }
      .page-8k8-com-register-philippines-login__faq-item.active .page-8k8-com-register-philippines-login__faq-answer {
        padding: 15px 20px !important;
      }
    }

    @media (max-width: 768px) {
      .page-8k8-com-register-philippines-login__hero-section {
        padding: 60px 0;
        border-radius: 0 0 10px 10px;
      }
      .page-8k8-com-register-philippines-login__hero-title {
        font-size: 2.2em;
      }
      .page-8k8-com-register-philippines-login__hero-subtitle {
        font-size: 1.1em;
      }
      .page-8k8-com-register-philippines-login__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-8k8-com-register-philippines-login__section {
        padding: 30px 0;
      }
      .page-8k8-com-register-philippines-login__section-title {
        font-size: 1.8em;
      }
      .page-8k8-com-register-philippines-login__text-content {
        font-size: 1em;
      }

      /* List item mobile responsiveness */
      .page-8k8-com-register-philippines-login__list {
        grid-template-columns: 1fr; /* Single column */
        gap: 15px;
        padding: 0 !important; /* Ensure no extra padding on ul/ol */
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-8k8-com-register-philippines-login__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 15px; /* Adjust padding for smaller screens */
        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-register-philippines-login__list-text h3 {
        font-size: 1.1em;
      }

      .page-8k8-com-register-philippines-login__list-icon {
        width: 50px;
        height: 50px;
      }

      /* Image responsive optimization */
      .page-8k8-com-register-philippines-login__image-wrapper {
        margin: 20px 0;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
      }
      .page-8k8-com-register-philippines-login__image {
        max-width: 100% !important;
        height: auto !important;
      }

      .page-8k8-com-register-philippines-login__faq-section {
        padding: 30px 0;
      }
      .page-8k8-com-register-philippines-login__faq-title {
        font-size: 1.8em;
      }
      .page-8k8-com-register-philippines-login__faq-question {
        font-size: 1.1em;
        padding: 15px 18px;
      }
      .page-8k8-com-register-philippines-login__faq-question h3 {
        font-size: 1.1em;
      }
      .page-8k8-com-register-philippines-login__faq-toggle {
        font-size: 1.3em;
      }
      .page-8k8-com-register-philippines-login__faq-answer {
        padding: 0 18px;
        font-size: 1em;
      }
      .page-8k8-com-register-philippines-login__faq-item.active .page-8k8-com-register-philippines-login__faq-answer {
        padding: 15px 18px !important;
      }

      .page-8k8-com-register-philippines-login__floating-buttons {
        bottom: 15px;
        right: 15px;
      }
      .page-8k8-com-register-philippines-login__floating-button {
        padding: 10px 20px;
        font-size: 0.95em;
      }
    }

    @media (max-width: 480px) {
      .page-8k8-com-register-philippines-login__hero-title {
        font-size: 1.8em;
      }
      .page-8k8-com-register-philippines-login__hero-subtitle {
        font-size: 1em;
      }
      .page-8k8-com-register-philippines-login__cta-button {
        padding: 10px 20px;
        font-size: 0.9em;
      }
      .page-8k8-com-register-philippines-login__section-title {
        font-size: 1.6em;
      }
      .page-8k8-com-register-philippines-login__faq-question {
        font-size: 1em;
        padding: 12px 15px;
      }
      .page-8k8-com-register-philippines-login__faq-question h3 {
        font-size: 1em;
      }
      .page-8k8-com-register-philippines-login__faq-answer {
        font-size: 0.95em;
        padding: 0 15px;
      }
      .page-8k8-com-register-philippines-login__faq-item.active .page-8k8-com-register-philippines-login__faq-answer {
        padding: 12px 15px !important;
      }
    }
  