
    /* Base styles for the page content, scoped to the specific page */
    .page-8k8-com-ph-login {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f9f9f9;
    }

    /* Hero Section */
    .page-8k8-com-ph-login__hero-section {
      position: relative;
      background-color: #00204a; /* Dark blue background for hero */
      color: #fff;
      text-align: center;
      padding: 10px 20px 60px; /* Decorative top padding, generous bottom padding */
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 400px;
    }

    .page-8k8-com-ph-login__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3; /* Slightly transparent background image */
      z-index: 0;
    }

    .page-8k8-com-ph-login__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-8k8-com-ph-login__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      font-weight: bold;
      color: #ffc107; /* Gold color for emphasis */
    }

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

    .page-8k8-com-ph-login__button {
      display: inline-block;
      background-color: #ffc107; /* Gold button */
      color: #00204a; /* Dark blue text */
      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-ph-login__button:hover {
      background-color: #e0a800; /* Darker gold on hover */
      transform: translateY(-2px);
    }

    /* Section common styles */
    .page-8k8-com-ph-login__section {
      padding: 50px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-8k8-com-ph-login__section-title {
      font-size: 2.2em;
      color: #00204a;
      margin-bottom: 30px;
      font-weight: bold;
    }

    .page-8k8-com-ph-login__section-description {
      font-size: 1.1em;
      color: #555;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Features Section */
    .page-8k8-com-ph-login__features-section {
      background-color: #eef2f7; /* Light grey blue */
    }

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

    .page-8k8-com-ph-login__feature-card {
      background-color: #fff;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      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-login__feature-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    }

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

    .page-8k8-com-ph-login__feature-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
    }

    .page-8k8-com-ph-login__feature-title {
      font-size: 1.5em;
      color: #00204a;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-8k8-com-ph-login__feature-description {
      font-size: 1em;
      color: #666;
    }

    /* How-To Section */
    .page-8k8-com-ph-login__steps-section {
      background-color: #fff;
    }

    .page-8k8-com-ph-login__steps-list {
      display: flex;
      flex-direction: column;
      gap: 30px;
      margin-top: 40px;
      list-style: none;
      padding: 0;
      text-align: left;
    }

    .page-8k8-com-ph-login__step-item {
      display: flex;
      align-items: flex-start;
      background-color: #eef2f7;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
      width: 100%; /* Ensure width is 100% for mobile */
    }

    .page-8k8-com-ph-login__step-number {
      font-size: 2em;
      font-weight: bold;
      color: #ffc107;
      margin-right: 20px;
      flex-shrink: 0;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 2px solid #ffc107;
      border-radius: 50%;
    }

    .page-8k8-com-ph-login__step-content h3 {
      font-size: 1.4em;
      color: #00204a;
      margin-top: 0;
      margin-bottom: 10px;
    }

    .page-8k8-com-ph-login__step-content p {
      font-size: 1em;
      color: #555;
    }

    /* Promotions Section */
    .page-8k8-com-ph-login__promo-section {
      background-color: #00204a;
      color: #fff;
    }

    .page-8k8-com-ph-login__promo-section .page-8k8-com-ph-login__section-title {
      color: #ffc107;
    }

    .page-8k8-com-ph-login__promo-section .page-8k8-com-ph-login__section-description {
      color: #ccc;
    }

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

    .page-8k8-com-ph-login__promo-card {
      background-color: #003366; /* Slightly lighter blue */
      padding: 25px;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      text-align: left;
      transition: transform 0.3s ease, background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-8k8-com-ph-login__promo-card:hover {
      transform: translateY(-5px);
      background-color: #004080;
    }

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

    .page-8k8-com-ph-login__promo-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
    }

    .page-8k8-com-ph-login__promo-title {
      font-size: 1.6em;
      color: #ffc107;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-8k8-com-ph-login__promo-description {
      font-size: 1em;
      color: #e0e0e0;
    }

    /* FAQ Section */
    .page-8k8-com-ph-login__faq-section {
      background-color: #f9f9f9;
      text-align: left;
    }

    .page-8k8-com-ph-login__faq-list {
      margin-top: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8k8-com-ph-login__faq-item {
      margin-bottom: 15px;
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
      background-color: #fff;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
      width: 100%; /* Ensure width is 100% for mobile */
    }

    .page-8k8-com-ph-login__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 20px;
      background-color: #00204a;
      color: #fff;
      cursor: pointer;
      user-select: none;
      font-size: 1.1em;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-8k8-com-ph-login__faq-question:hover {
      background-color: #003366;
    }

    .page-8k8-com-ph-login__faq-question h3 {
      margin: 0;
      color: #fff;
      font-size: 1.1em;
      pointer-events: none; /* Prevent h3 from blocking click event on parent */
    }

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

    .page-8k8-com-ph-login__faq-item.active .page-8k8-com-ph-login__faq-toggle {
      transform: rotate(45deg); /* Change + to X or - */
    }

    .page-8k8-com-ph-login__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px; /* Initial padding */
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #555;
      font-size: 0.95em;
      background-color: #fff;
    }

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

    /* Call to Action Section */
    .page-8k8-com-ph-login__cta-section {
      background-color: #00204a;
      color: #fff;
      padding: 60px 20px;
    }

    .page-8k8-com-ph-login__cta-title {
      font-size: 2.5em;
      color: #ffc107;
      margin-bottom: 20px;
      font-weight: bold;
    }

    .page-8k8-com-ph-login__cta-description {
      font-size: 1.2em;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-8k8-com-ph-login__hero-title {
        font-size: 2.4em;
      }
      .page-8k8-com-ph-login__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-8k8-com-ph-login__hero-section {
        padding: 10px 15px 40px;
        min-height: 350px;
      }
      .page-8k8-com-ph-login__hero-title {
        font-size: 2em;
      }
      .page-8k8-com-ph-login__hero-description {
        font-size: 1.1em;
      }
      .page-8k8-com-ph-login__button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-8k8-com-ph-login__section {
        padding: 40px 15px;
      }
      .page-8k8-com-ph-login__section-title {
        font-size: 1.8em;
      }
      .page-8k8-com-ph-login__features-grid,
      .page-8k8-com-ph-login__promo-grid {
        grid-template-columns: 1fr;
      }

      /* List item responsive styles */
      .page-8k8-com-ph-login__steps-list,
      .page-8k8-com-ph-login__faq-list {
        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-ph-login__step-item,
      .page-8k8-com-ph-login__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-8k8-com-ph-login__step-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
      .page-8k8-com-ph-login__step-number {
        margin-right: 0;
        margin-bottom: 15px;
      }
      .page-8k8-com-ph-login__step-content h3 {
        font-size: 1.2em;
      }
      .page-8k8-com-ph-login__promo-card {
        text-align: center;
      }
      .page-8k8-com-ph-login__promo-title {
        font-size: 1.4em;
      }
      .page-8k8-com-ph-login__cta-title {
        font-size: 2em;
      }
      .page-8k8-com-ph-login__cta-description {
        font-size: 1.1em;
      }
      .page-8k8-com-ph-login__faq-question {
        font-size: 1em;
        padding: 15px 18px;
      }
      .page-8k8-com-ph-login__faq-question h3 {
        font-size: 1em;
      }
      .page-8k8-com-ph-login__faq-answer {
        padding: 0 18px;
        font-size: 0.9em;
      }
      .page-8k8-com-ph-login__faq-item.active .page-8k8-com-ph-login__faq-answer {
        padding: 18px 18px !important;
      }

      /* Image responsive styles */
      .page-8k8-com-ph-login__hero-background,
      .page-8k8-com-ph-login__feature-image,
      .page-8k8-com-ph-login__promo-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-8k8-com-ph-login__feature-image-wrapper,
      .page-8k8-com-ph-login__promo-image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }

    @media (max-width: 480px) {
      .page-8k8-com-ph-login__hero-title {
        font-size: 1.8em;
      }
      .page-8k8-com-ph-login__hero-description {
        font-size: 1em;
      }
      .page-8k8-com-ph-login__section-title {
        font-size: 1.6em;
      }
      .page-8k8-com-ph-login__cta-title {
        font-size: 1.8em;
      }
    }
  