
    :root {
      --page-8k8-com-register-philippines-login-primary-color: #ffd700; /* Gold */
      --page-8k8-com-register-philippines-login-secondary-color: #1a1a2e; /* Dark Blue */
      --page-8k8-com-register-philippines-login-accent-color: #e94560; /* Reddish Pink */
      --page-8k8-com-register-philippines-login-text-color: #e0e0e0; /* Light Grey */
      --page-8k8-com-register-philippines-login-dark-text-color: #333;
      --page-8k8-com-register-philippines-login-background-color: #0f0f1a; /* Even darker blue */
      --page-8k8-com-register-philippines-login-card-background: #21213e; /* Darker blue */
      --page-8k8-com-register-philippines-login-border-color: #3a3a5e;
    }

    .page-8k8-com-register-philippines-login {
      font-family: 'Arial', sans-serif;
      color: var(--page-8k8-com-register-philippines-login-text-color);
      background-color: var(--page-8k8-com-register-philippines-login-background-color);
      line-height: 1.6;
      padding-top: 10px; /* Small padding, relying on body padding-top from shared.css */
    }

    .page-8k8-com-register-philippines-login__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-8k8-com-register-philippines-login__section--dark {
      background-color: var(--page-8k8-com-register-philippines-login-secondary-color);
    }

    .page-8k8-com-register-philippines-login__hero {
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 500px;
      padding: 60px 20px;
      text-align: center;
    }

    .page-8k8-com-register-philippines-login__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      filter: brightness(0.5); /* Dim the background image */
    }

    .page-8k8-com-register-philippines-login__hero-content {
      position: relative;
      z-index: 2;
      color: #ffffff;
      max-width: 800px;
    }

    .page-8k8-com-register-philippines-login__hero-title {
      font-size: 3.2em;
      margin-bottom: 20px;
      color: var(--page-8k8-com-register-philippines-login-primary-color);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

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

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

    .page-8k8-com-register-philippines-login__button {
      background-color: var(--page-8k8-com-register-philippines-login-primary-color);
      color: var(--page-8k8-com-register-philippines-login-secondary-color);
      padding: 15px 30px;
      border: none;
      border-radius: 8px;
      font-size: 1.1em;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-decoration: none;
      display: inline-block;
      text-align: center;
    }

    .page-8k8-com-register-philippines-login__button:hover {
      background-color: #ffeb3b; /* Lighter gold */
      transform: translateY(-2px);
    }

    .page-8k8-com-register-philippines-login__button--secondary {
      background-color: var(--page-8k8-com-register-philippines-login-accent-color);
      color: #ffffff;
    }

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

    .page-8k8-com-register-philippines-login__heading {
      font-size: 2.5em;
      color: var(--page-8k8-com-register-philippines-login-primary-color);
      margin-bottom: 30px;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    .page-8k8-com-register-philippines-login__subheading {
      font-size: 1.8em;
      color: #f0f0f0;
      margin-bottom: 20px;
    }

    .page-8k8-com-register-philippines-login__text-content {
      font-size: 1.1em;
      color: var(--page-8k8-com-register-philippines-login-text-color);
      max-width: 900px;
      margin: 0 auto 30px auto;
    }

    .page-8k8-com-register-philippines-login__steps-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      margin-top: 40px;
    }

    .page-8k8-com-register-philippines-login__step-card {
      background-color: var(--page-8k8-com-register-philippines-login-card-background);
      border-radius: 12px;
      padding: 30px;
      flex: 1;
      min-width: 280px;
      max-width: 350px;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
      text-align: left;
      border: 1px solid var(--page-8k8-com-register-philippines-login-border-color);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box; /* Crucial for responsive width calculation */
    }

    .page-8k8-com-register-philippines-login__step-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
    }

    .page-8k8-com-register-philippines-login__step-number {
      font-size: 2.5em;
      color: var(--page-8k8-com-register-philippines-login-primary-color);
      font-weight: bold;
      margin-bottom: 15px;
    }

    .page-8k8-com-register-philippines-login__step-title {
      font-size: 1.5em;
      color: #ffffff;
      margin-bottom: 15px;
    }

    .page-8k8-com-register-philippines-login__step-description {
      font-size: 1em;
      color: var(--page-8k8-com-register-philippines-login-text-color);
    }

    .page-8k8-com-register-philippines-login__image-gallery {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 40px;
    }

    .page-8k8-com-register-philippines-login__image-item {
      width: 100%;
      max-width: 500px;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
      border: 1px solid var(--page-8k8-com-register-philippines-login-border-color);
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-8k8-com-register-philippines-login__image-item:hover {
      transform: scale(1.02);
    }

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

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

    .page-8k8-com-register-philippines-login__list-item {
      background-color: var(--page-8k8-com-register-philippines-login-card-background);
      padding: 20px;
      border-radius: 8px;
      text-align: left;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      border: 1px solid var(--page-8k8-com-register-philippines-login-border-color);
      transition: transform 0.2s ease;
      display: flex;
      align-items: center;
      gap: 15px;
      box-sizing: border-box;
    }

    .page-8k8-com-register-philippines-login__list-item:hover {
      transform: translateY(-3px);
    }

    .page-8k8-com-register-philippines-login__list-icon {
      color: var(--page-8k8-com-register-philippines-login-primary-color);
      font-size: 1.5em;
      flex-shrink: 0;
    }

    .page-8k8-com-register-philippines-login__list-text {
      font-size: 1.1em;
      color: var(--page-8k8-com-register-philippines-login-text-color);
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* FAQ Section Styles */
    .page-8k8-com-register-philippines-login__faq-section {
      text-align: center;
      padding: 40px 20px;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-8k8-com-register-philippines-login__faq-list {
      margin-top: 30px;
      text-align: left;
    }

    .page-8k8-com-register-philippines-login__faq-item {
      background-color: var(--page-8k8-com-register-philippines-login-card-background);
      border: 1px solid var(--page-8k8-com-register-philippines-login-border-color);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .page-8k8-com-register-philippines-login__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: var(--page-8k8-com-register-philippines-login-secondary-color);
      color: #ffffff;
      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: #ffffff;
      font-size: 1.2em;
      pointer-events: none; /* Prevent h3 from blocking click */
    }

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

    .page-8k8-com-register-philippines-login__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      margin-left: 10px;
      color: var(--page-8k8-com-register-philippines-login-primary-color);
      pointer-events: none; /* Prevent toggle icon from blocking click */
    }

    .page-8k8-com-register-philippines-login__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      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-com-register-philippines-login-text-color);
      font-size: 1em;
      text-align: left;
    }

    .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 15px !important;
      opacity: 1;
    }

    .page-8k8-com-register-philippines-login__faq-item.active .page-8k8-com-register-philippines-login__faq-toggle {
      content: "−";
    }

    /* Responsive adjustments */
    @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.2em;
      }
      .page-8k8-com-register-philippines-login__heading {
        font-size: 2em;
      }
      .page-8k8-com-register-philippines-login__subheading {
        font-size: 1.5em;
      }
    }

    @media (max-width: 768px) {
      .page-8k8-com-register-philippines-login__hero {
        min-height: 400px;
        padding: 40px 15px;
      }
      .page-8k8-com-register-philippines-login__hero-title {
        font-size: 2.2em;
      }
      .page-8k8-com-register-philippines-login__hero-subtitle {
        font-size: 1em;
      }
      .page-8k8-com-register-philippines-login__button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-8k8-com-register-philippines-login__section {
        padding: 30px 15px;
      }
      .page-8k8-com-register-philippines-login__heading {
        font-size: 1.8em;
      }
      .page-8k8-com-register-philippines-login__subheading {
        font-size: 1.3em;
      }
      .page-8k8-com-register-philippines-login__text-content {
        font-size: 0.95em;
      }
      .page-8k8-com-register-philippines-login__steps-container {
        gap: 20px;
      }
      .page-8k8-com-register-philippines-login__step-card {
        min-width: unset;
        width: 100%;
        max-width: 100%;
        padding: 25px;
      }

      .page-8k8-com-register-philippines-login__image-gallery {
        gap: 15px;
      }
      .page-8k8-com-register-philippines-login__image-item {
        max-width: 100%;
      }

      .page-8k8-com-register-philippines-login__list {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0;
        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;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-8k8-com-register-philippines-login__list-text {
        font-size: 0.9em;
      }
      .page-8k8-com-register-philippines-login__faq-question {
        font-size: 1.1em;
        padding: 12px 15px;
      }
      .page-8k8-com-register-philippines-login__faq-question h3 {
        font-size: 1.1em;
      }
      .page-8k8-com-register-philippines-login__faq-answer {
        font-size: 0.95em;
        padding: 15px 15px !important;
      }
    }

    @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: 0.9em;
      }
      .page-8k8-com-register-philippines-login__button-group {
        flex-direction: column;
      }
      .page-8k8-com-register-philippines-login__button {
        width: 100%;
        max-width: 250px;
      }
    }
  