
    /* Page-specific CSS for 8k8-8k8-com-login */
    .page-8k8-8k8-com-login {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
    }

    .page-8k8-8k8-com-login__hero-section {
      position: relative;
      background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
      color: #fff;
      padding: 10px 20px 80px; /* Added 10px top padding assuming shared body padding */
      text-align: center;
      overflow: hidden;
      min-height: 400px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

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

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

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

    .page-8k8-8k8-com-login__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: #e0e0e0;
    }

    .page-8k8-8k8-com-login__button {
      display: inline-block;
      background-color: #007bff;
      color: #fff;
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
    }

    .page-8k8-8k8-com-login__button:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    .page-8k8-8k8-com-login__button--secondary {
      background-color: #28a745;
      margin-left: 15px;
    }

    .page-8k8-8k8-com-login__button--secondary:hover {
      background-color: #218838;
    }

    .page-8k8-8k8-com-login__section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      border-bottom: 1px solid #eee;
    }

    .page-8k8-8k8-com-login__section--dark {
      background-color: #f0f0f0;
    }

    .page-8k8-8k8-com-login__section-title {
      font-size: 2.2em;
      color: #0f0c29;
      text-align: center;
      margin-bottom: 40px;
    }

    .page-8k8-8k8-com-login__section-subtitle {
      font-size: 1.5em;
      color: #333;
      text-align: center;
      margin-bottom: 30px;
    }

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

    .page-8k8-8k8-com-login__feature-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      padding: 30px;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-8k8-8k8-com-login__feature-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .page-8k8-8k8-com-login__card-icon {
      width: 100px;
      height: 100px;
      margin-bottom: 20px;
      border-radius: 50%;
      object-fit: cover;
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
      height: auto;
    }

    .page-8k8-8k8-com-login__card-title {
      font-size: 1.4em;
      color: #0f0c29;
      margin-bottom: 15px;
    }

    .page-8k8-8k8-com-login__card-description {
      font-size: 1em;
      color: #555;
    }

    .page-8k8-8k8-com-login__image-container {
      margin-bottom: 30px;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-8k8-8k8-com-login__content-image {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
      max-width: 100%;
    }

    .page-8k8-8k8-com-login__text-content {
      font-size: 1.1em;
      color: #444;
      margin-bottom: 20px;
    }

    /* FAQ Section */
    .page-8k8-8k8-com-login__faq-section {
      padding: 60px 20px;
      max-width: 900px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
      margin-bottom: 40px;
    }

    .page-8k8-8k8-com-login__faq-title {
      font-size: 2.2em;
      color: #0f0c29;
      text-align: center;
      margin-bottom: 40px;
    }

    .page-8k8-8k8-com-login__faq-item {
      margin-bottom: 15px;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      overflow: hidden;
      background-color: #fcfcfc;
    }

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

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

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

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

    .page-8k8-8k8-com-login__faq-item.active .page-8k8-8k8-com-login__faq-toggle {
      transform: rotate(45deg); /* Plus sign rotates to form an 'X' or 'minus' */
    }

    .page-8k8-8k8-com-login__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: #ffffff;
      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;
    }

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

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

    .page-8k8-8k8-com-login__floating-button {
      background-color: #ffcc00;
      color: #0f0c29;
      padding: 12px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-align: center;
      white-space: nowrap;
    }

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

    .page-8k8-8k8-com-login__floating-button--login {
      background-color: #28a745;
      color: #fff;
    }

    .page-8k8-8k8-com-login__floating-button--login:hover {
      background-color: #218838;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-8k8-8k8-com-login__hero-title {
        font-size: 2em;
      }

      .page-8k8-8k8-com-login__hero-subtitle {
        font-size: 1.1em;
      }

      .page-8k8-8k8-com-login__button {
        padding: 12px 25px;
        font-size: 1em;
        display: block;
        margin: 10px auto;
      }

      .page-8k8-8k8-com-login__button--secondary {
        margin-left: 0;
      }

      .page-8k8-8k8-com-login__section {
        padding: 40px 15px;
      }

      .page-8k8-8k8-com-login__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
      }

      .page-8k8-8k8-com-login__section-subtitle {
        font-size: 1.3em;
      }

      .page-8k8-8k8-com-login__grid {
        grid-template-columns: 1fr;
      }

      .page-8k8-8k8-com-login__feature-card {
        padding: 25px;
      }

      .page-8k8-8k8-com-login__faq-section {
        padding: 30px 15px;
      }

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

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

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

      .page-8k8-8k8-com-login__floating-buttons {
        flex-direction: row;
        width: calc(100% - 40px);
        left: 20px;
        right: 20px;
        bottom: 15px;
        justify-content: space-around;
        gap: 8px;
      }

      .page-8k8-8k8-com-login__floating-button {
        flex: 1;
        padding: 10px 15px;
        font-size: 0.95em;
      }

      /* List item responsive styles */
      .page-8k8-8k8-com-login__grid > * {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-8k8-8k8-com-login__grid {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-8k8-8k8-com-login__card-description,
      .page-8k8-8k8-com-login__text-content {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      /* Image responsive styles */
      .page-8k8-8k8-com-login__content-image,
      .page-8k8-8k8-com-login__card-icon,
      .page-8k8-8k8-com-login__hero-background {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-8k8-8k8-com-login__image-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }
  