
    /* Base styles for the page content, ensuring it doesn't interfere with shared components */
    .page-50jili-com-login-register {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f9f9f9;
      padding-bottom: 40px; /* Ensure space above footer */
    }

    /* Hero Section */
    .page-50jili-com-login-register__hero-section {
      position: relative;
      background-color: #0d1a26; /* Dark background for contrast */
      color: #fff;
      text-align: center;
      padding: 10px 20px 80px 20px; /* Small padding-top, assuming body handles header offset */
      overflow: hidden;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 450px; /* Minimum height for hero */
    }

    .page-50jili-com-login-register__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.4;
      z-index: 1;
      max-width: 100%; /* Responsive image */
      height: auto; /* Responsive image */
    }

    .page-50jili-com-login-register__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-50jili-com-login-register__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #ffd700; /* Gold accent */
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      word-wrap: break-word; /* Ensure long titles break */
      overflow-wrap: break-word;
    }

    .page-50jili-com-login-register__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: #eee;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-50jili-com-login-register__cta-buttons {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .page-50jili-com-login-register__cta-button {
      background-color: #ff4500; /* Orange-red accent */
      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.3s ease;
      border: none;
      cursor: pointer;
      box-sizing: border-box; /* For responsive padding */
    }

    .page-50jili-com-login-register__cta-button:hover {
      background-color: #e63900;
      transform: translateY(-3px);
    }

    /* Section Styling */
    .page-50jili-com-login-register__section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-50jili-com-login-register__section:nth-of-type(odd) {
      background-color: #fff;
    }

    .page-50jili-com-login-register__section-title {
      font-size: 2.2em;
      color: #0d1a26;
      margin-bottom: 30px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-50jili-com-login-register__section-description {
      font-size: 1.1em;
      color: #555;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* Steps Layout */
    .page-50jili-com-login-register__steps-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-50jili-com-login-register__step-item {
      background-color: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      text-align: left;
      transition: transform 0.3s ease;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
    }

    .page-50jili-com-login-register__step-item:hover {
      transform: translateY(-5px);
    }

    .page-50jili-com-login-register__step-icon {
      width: 80px;
      height: 80px;
      object-fit: contain;
      margin-bottom: 20px;
      display: block;
      max-width: 100%; /* Responsive image */
      height: auto; /* Responsive image */
    }

    .page-50jili-com-login-register__step-title {
      font-size: 1.5em;
      color: #0d1a26;
      margin-bottom: 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-50jili-com-login-register__step-description {
      color: #666;
      font-size: 1em;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* Features/Benefits Section */
    .page-50jili-com-login-register__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
    }

    .page-50jili-com-login-register__feature-card {
      background-color: #f0f8ff; /* Light blue */
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      text-align: left;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
    }

    .page-50jili-com-login-register__feature-image {
      width: 100%;
      max-width: 400px;
      height: auto;
      border-radius: 8px;
      margin-bottom: 20px;
      object-fit: cover;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .page-50jili-com-login-register__feature-title {
      font-size: 1.4em;
      color: #0d1a26;
      margin-bottom: 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-50jili-com-login-register__feature-description {
      color: #666;
      font-size: 0.95em;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* Payment Methods */
    .page-50jili-com-login-register__payment-methods-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 40px;
    }

    .page-50jili-com-login-register__payment-item {
      background-color: #fff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 100px;
      box-sizing: border-box;
    }

    .page-50jili-com-login-register__payment-logo {
      max-width: 120px;
      max-height: 60px;
      object-fit: contain;
      max-width: 100%; /* Responsive image */
      height: auto; /* Responsive image */
    }

    /* FAQ Section */
    .page-50jili-com-login-register__faq-section {
      background-color: #f0f8ff;
    }

    .page-50jili-com-login-register__faq-container {
      max-width: 800px;
      margin: 0 auto;
      text-align: left;
    }

    .page-50jili-com-login-register__faq-item {
      margin-bottom: 15px;
      border: 1px solid #ddd;
      border-radius: 8px;
      background-color: #fff;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-50jili-com-login-register__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #fefefe;
      cursor: pointer;
      font-size: 1.1em;
      font-weight: bold;
      color: #0d1a26;
      border-bottom: 1px solid #eee;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-50jili-com-login-register__faq-question:hover {
      background-color: #e0f2f7;
    }

    .page-50jili-com-login-register__faq-question h3 {
      margin: 0;
      font-size: 1.1em; /* Adjust font size to fit */
      color: #0d1a26;
      pointer-events: none; /* Prevent h3 from blocking click event */
      word-wrap: break-word;
      overflow-wrap: break-word;
      flex-grow: 1; /* Allow question text to take available space */
    }

    .page-50jili-com-login-register__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      color: #ff4500;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }

    .page-50jili-com-login-register__faq-item.active .page-50jili-com-login-register__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'x' or similar for active state */
      content: '−'; /* Visually change to minus, though JS handles text */
    }

    .page-50jili-com-login-register__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px; /* Initial padding 0 */
      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;
      box-sizing: border-box;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-50jili-com-login-register__faq-item.active .page-50jili-com-login-register__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 25px !important; /* Expanded padding */
      opacity: 1;
    }

    /* Mobile Responsiveness */
    @media (max-width: 768px) {
      .page-50jili-com-login-register__hero-title {
        font-size: 2em;
      }

      .page-50jili-com-login-register__hero-subtitle {
        font-size: 1em;
      }

      .page-50jili-com-login-register__cta-buttons {
        flex-direction: column;
        gap: 15px;
      }

      .page-50jili-com-login-register__cta-button {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
      }

      .page-50jili-com-login-register__section {
        padding: 40px 15px;
      }

      .page-50jili-com-login-register__section-title {
        font-size: 1.8em;
      }

      .page-50jili-com-login-register__section-description {
        font-size: 0.95em;
      }

      .page-50jili-com-login-register__steps-grid,
      .page-50jili-com-login-register__features-grid,
      .page-50jili-com-login-register__payment-methods-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      /* List item responsive requirements */
      .page-50jili-com-login-register__step-item,
      .page-50jili-com-login-register__feature-card,
      .page-50jili-com-login-register__payment-item,
      .page-50jili-com-login-register__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px !important; /* Adjust padding for mobile */
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-50jili-com-login-register__faq-question,
      .page-50jili-com-login-register__faq-answer {
        padding-left: 15px !important;
        padding-right: 15px !important;
      }

      .page-50jili-com-login-register__faq-question h3 {
        font-size: 1em;
      }
    }

    @media (max-width: 480px) {
      .page-50jili-com-login-register__hero-title {
        font-size: 1.8em;
      }
      .page-50jili-com-login-register__section-title {
        font-size: 1.6em;
      }
    }

  