
    /* Base styles for the page */
    .page-yy777-index-login-register {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f9f9f9;
      padding-top: 10px; /* Assuming body has padding-top for header offset */
    }

    .page-yy777-index-login-register__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    /* Hero Section */
    .page-yy777-index-login-register__hero-section {
      background-color: #004d40; /* Dark green */
      color: #fff;
      text-align: center;
      padding: 60px 20px;
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      margin-bottom: 40px;
    }

    .page-yy777-index-login-register__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      z-index: 1;
    }

    .page-yy777-index-login-register__hero-content {
      position: relative;
      z-index: 2;
    }

    .page-yy777-index-login-register__hero-title {
      font-size: 3em;
      margin-bottom: 20px;
      color: #ffeb3b; /* Yellow accent */
      text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    }

    .page-yy777-index-login-register__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-yy777-index-login-register__button-group {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    .page-yy777-index-login-register__action-button {
      background-color: #ffeb3b; /* Yellow accent */
      color: #004d40; /* Dark green */
      padding: 15px 30px;
      border: none;
      border-radius: 5px;
      font-size: 1.1em;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.3s ease;
      text-transform: uppercase;
      text-decoration: none; /* For the <a> tag acting as a button */
      display: inline-block; /* For the <a> tag acting as a button */
    }

    .page-yy777-index-login-register__action-button:hover {
      background-color: #ffe000;
      transform: translateY(-3px);
    }

    /* Section Styling */
    .page-yy777-index-login-register__section {
      background-color: #fff;
      padding: 40px 20px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .page-yy777-index-login-register__section-title {
      font-size: 2em;
      color: #004d40;
      margin-bottom: 25px;
      text-align: center;
    }

    .page-yy777-index-login-register__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      text-align: justify;
    }

    .page-yy777-index-login-register__step-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
    }

    .page-yy777-index-login-register__step-item {
      background-color: #e8f5e9; /* Light green */
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.05);
      text-align: center;
      box-sizing: border-box; /* Required for list items */
    }

    .page-yy777-index-login-register__step-item-number {
      font-size: 2.5em;
      color: #004d40;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .page-yy777-index-login-register__step-item-title {
      font-size: 1.4em;
      color: #004d40;
      margin-bottom: 10px;
    }

    .page-yy777-index-login-register__step-item-description {
      font-size: 1em;
      color: #555;
    }

    /* Promotion Banner */
    .page-yy777-index-login-register__promo-banner {
      background-color: #ffeb3b; /* Yellow accent */
      color: #004d40;
      padding: 40px 20px;
      text-align: center;
      border-radius: 8px;
      margin-bottom: 30px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .page-yy777-index-login-register__promo-title {
      font-size: 2.5em;
      margin-bottom: 15px;
      color: #004d40;
    }

    .page-yy777-index-login-register__promo-text {
      font-size: 1.3em;
      margin-bottom: 25px;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-yy777-index-login-register__promo-button {
      background-color: #004d40; /* Dark green */
      color: #fff;
      padding: 15px 35px;
      border: none;
      border-radius: 5px;
      font-size: 1.2em;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.3s ease;
      text-transform: uppercase;
      text-decoration: none; /* For the <a> tag acting as a button */
      display: inline-block; /* For the <a> tag acting as a button */
    }

    .page-yy777-index-login-register__promo-button:hover {
      background-color: #00332c;
      transform: translateY(-3px);
    }

    /* FAQ Section */
    .page-yy777-index-login-register__faq-section {
      background-color: #fff;
      padding: 40px 20px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .page-yy777-index-login-register__faq-title {
      font-size: 2em;
      color: #004d40;
      margin-bottom: 25px;
      text-align: center;
    }

    .page-yy777-index-login-register__faq-item {
      border-bottom: 1px solid #eee;
      margin-bottom: 10px;
    }

    .page-yy777-index-login-register__faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
    }

    .page-yy777-index-login-register__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 15px;
      background-color: #f5f5f5;
      cursor: pointer;
      font-weight: bold;
      color: #333;
      transition: background-color 0.3s ease;
      border-radius: 5px;
    }

    .page-yy777-index-login-register__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-yy777-index-login-register__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #004d40;
      pointer-events: none; /* Crucial for click event */
    }

    .page-yy777-index-login-register__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #004d40;
      transition: transform 0.3s ease;
      pointer-events: none; /* Crucial for click event */
    }

    .page-yy777-index-login-register__faq-item.active .page-yy777-index-login-register__faq-toggle {
      transform: rotate(45deg); /* Change + to X or similar */
    }

    .page-yy777-index-login-register__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;
      background-color: #fafafa;
      color: #555;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
    }

    .page-yy777-index-login-register__faq-item.active .page-yy777-index-login-register__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 15px !important;
      opacity: 1;
    }

    /* General Image Styling */
    .page-yy777-index-login-register__image-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin-bottom: 20px;
      border-radius: 8px;
    }

    .page-yy777-index-login-register__content-image {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-yy777-index-login-register__container {
        padding: 15px;
      }

      .page-yy777-index-login-register__hero-section {
        padding: 40px 15px;
      }

      .page-yy777-index-login-register__hero-title {
        font-size: 2em;
      }

      .page-yy777-index-login-register__hero-subtitle {
        font-size: 1.2em;
      }

      .page-yy777-index-login-register__button-group {
        flex-direction: column;
        gap: 15px;
      }

      .page-yy777-index-login-register__action-button,
      .page-yy777-index-login-register__promo-button {
        width: 100%;
        padding: 12px 20px;
        font-size: 1em;
      }

      .page-yy777-index-login-register__section-title,
      .page-yy777-index-login-register__promo-title,
      .page-yy777-index-login-register__faq-title {
        font-size: 1.8em;
      }

      /* List item mobile responsiveness */
      .page-yy777-index-login-register__step-list {
        grid-template-columns: 1fr; /* Single column for steps */
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-yy777-index-login-register__step-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 20px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-yy777-index-login-register__promo-text {
        font-size: 1.1em;
      }

      .page-yy777-index-login-register__faq-question {
        padding: 12px 10px;
      }

      .page-yy777-index-login-register__faq-question h3 {
        font-size: 1em;
      }

      .page-yy777-index-login-register__faq-answer {
        padding: 15px 10px;
      }

      /* Mobile image responsiveness */
      .page-yy777-index-login-register__image-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
        padding: 0 !important;
      }
      .page-yy777-index-login-register__content-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
    }

    @media (max-width: 480px) {
      .page-yy777-index-login-register__hero-title {
        font-size: 1.8em;
      }
      .page-yy777-index-login-register__hero-subtitle {
        font-size: 1em;
      }
      .page-yy777-index-login-register__section-title,
      .page-yy777-index-login-register__promo-title,
      .page-yy777-index-login-register__faq-title {
        font-size: 1.5em;
      }
    }
  