
    /* Base styles for the page content */
    .page-yy777-ph-login-register {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f9f9f9;
      padding-bottom: 80px; /* Space for floating buttons */
    }

    /* Fallback for header offset if shared.css doesn't provide it */
    .page-yy777-ph-login-register {
      padding-top: var(--header-offset, 122px);
    }

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

    .page-yy777-ph-login-register__section {
      background-color: #fff;
      margin-bottom: 30px;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    }

    .page-yy777-ph-login-register__hero-section {
      text-align: center;
      padding: 50px 20px 30px;
      background: linear-gradient(135deg, #007bff, #0056b3);
      color: #fff;
      border-radius: 0;
      box-shadow: none;
      margin-bottom: 0;
      padding-top: 10px; /* Small decorative top padding as body handles main offset */
    }

    .page-yy777-ph-login-register__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
      line-height: 1.2;
    }

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

    .page-yy777-ph-login-register__hero-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-yy777-ph-login-register__button {
      display: inline-block;
      padding: 15px 30px;
      font-size: 1.1em;
      font-weight: bold;
      color: #fff;
      background-color: #ffc107;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-decoration: none;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .page-yy777-ph-login-register__button:hover {
      background-color: #e0a800;
      transform: translateY(-2px);
    }

    .page-yy777-ph-login-register__button--primary {
      background-color: #28a745;
    }

    .page-yy777-ph-login-register__button--primary:hover {
      background-color: #218838;
    }

    .page-yy777-ph-login-register__floating-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
      padding: 10px 20px;
      background-color: rgba(0, 0, 0, 0.7);
      border-radius: 50px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    }

    .page-yy777-ph-login-register__floating-button {
      padding: 12px 25px;
      font-size: 1em;
      font-weight: bold;
      color: #fff;
      background-color: #ffc107;
      border: none;
      border-radius: 30px;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .page-yy777-ph-login-register__floating-button--login {
      background-color: #007bff;
    }

    .page-yy777-ph-login-register__floating-button:hover {
      background-color: #e0a800;
      transform: translateY(-2px);
    }

    .page-yy777-ph-login-register__floating-button--login:hover {
      background-color: #0056b3;
    }

    .page-yy777-ph-login-register__section-title {
      font-size: 2em;
      color: #0056b3;
      margin-bottom: 25px;
      text-align: center;
      border-bottom: 3px solid #ffc107;
      padding-bottom: 10px;
      display: inline-block;
      width: auto;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-yy777-ph-login-register__content-text {
      font-size: 1.1em;
      margin-bottom: 15px;
    }

    .page-yy777-ph-login-register__image-wrapper {
      text-align: center;
      margin: 30px 0;
    }

    .page-yy777-ph-login-register__image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

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

    .page-yy777-ph-login-register__list-item {
      background-color: #eaf6ff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      border-left: 5px solid #007bff;
      font-size: 1.05em;
      box-sizing: border-box;
      word-wrap: break-word; /* Ensure text wraps */
      overflow-wrap: break-word;
    }

    .page-yy777-ph-login-register__list-item strong {
      color: #0056b3;
    }

    .page-yy777-ph-login-register__provider-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 25px;
      margin-top: 30px;
      text-align: center;
    }

    .page-yy777-ph-login-register__provider-item {
      background-color: #f0f8ff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      font-weight: bold;
      color: #007bff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 120px;
      box-sizing: border-box;
    }

    .page-yy777-ph-login-register__provider-item .page-yy777-ph-login-register__image {
      max-width: 150px; /* Adjust for provider logos if needed, but still >200px overall */
      height: auto;
      margin-bottom: 10px;
    }

    .page-yy777-ph-login-register__payment-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 30px;
      text-align: center;
    }

    .page-yy777-ph-login-register__payment-item {
      background-color: #f8f8f8;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
      border: 1px solid #eee;
      font-weight: 600;
      color: #555;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 100px;
      box-sizing: border-box;
    }

    .page-yy777-ph-login-register__payment-item .page-yy777-ph-login-register__image {
      max-width: 120px;
      height: auto;
      margin-bottom: 8px;
    }

    .page-yy777-ph-login-register__promo-link {
      color: #007bff;
      text-decoration: none;
      font-weight: bold;
      transition: color 0.3s ease;
    }

    .page-yy777-ph-login-register__promo-link:hover {
      color: #0056b3;
      text-decoration: underline;
    }

    /* FAQ Styles */
    .page-yy777-ph-login-register__faq-section {
      background-color: #fff;
      margin-bottom: 30px;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    }

    .page-yy777-ph-login-register__faq-item {
      margin-bottom: 15px;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      overflow: hidden;
    }

    .page-yy777-ph-login-register__faq-question {
      background-color: #007bff;
      color: #fff;
      padding: 15px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      user-select: none;
      font-size: 1.1em;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-yy777-ph-login-register__faq-question:hover {
      background-color: #0056b3;
    }

    .page-yy777-ph-login-register__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      pointer-events: none; /* Prevent h3 from blocking click */
      flex-grow: 1;
    }

    .page-yy777-ph-login-register__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      pointer-events: none; /* Prevent toggle icon from blocking click */
    }

    .page-yy777-ph-login-register__faq-answer {
      background-color: #f8f8f8;
      color: #333;
      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;
    }

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

    .page-yy777-ph-login-register__faq-item.active .page-yy777-ph-login-register__faq-toggle {
      content: "−"; /* Change to minus sign */
    }

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

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

      .page-yy777-ph-login-register__hero-subtitle {
        font-size: 1.1em;
      }

      .page-yy777-ph-login-register__hero-buttons {
        flex-direction: column;
        gap: 15px;
      }

      .page-yy777-ph-login-register__button {
        width: 100%;
        padding: 12px 20px;
        font-size: 1em;
      }

      .page-yy777-ph-login-register__floating-buttons {
        flex-direction: column;
        bottom: 15px;
        width: calc(100% - 30px);
        left: 15px;
        transform: translateX(0);
        border-radius: 10px;
        padding: 10px;
        box-sizing: border-box;
      }

      .page-yy777-ph-login-register__floating-button {
        width: 100%;
        padding: 10px 15px;
      }

      .page-yy777-ph-login-register__section {
        padding: 20px;
      }

      .page-yy777-ph-login-register__section-title {
        font-size: 1.6em;
        margin-bottom: 20px;
      }

      .page-yy777-ph-login-register__list {
        grid-template-columns: 1fr;
        gap: 15px;
      }

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

      .page-yy777-ph-login-register__provider-grid,
      .page-yy777-ph-login-register__payment-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 15px;
      }

      .page-yy777-ph-login-register__faq-question {
        padding: 12px 15px;
        font-size: 1em;
      }

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

      .page-yy777-ph-login-register__faq-answer {
        padding: 0 10px;
      }

      .page-yy777-ph-login-register__faq-item.active .page-yy777-ph-login-register__faq-answer {
        padding: 15px 10px !important;
      }
    }

    @media (max-width: 480px) {
      .page-yy777-ph-login-register__hero-title {
        font-size: 1.8em;
      }

      .page-yy777-ph-login-register__section-title {
        font-size: 1.4em;
      }

      .page-yy777-ph-login-register__provider-grid,
      .page-yy777-ph-login-register__payment-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      }
    }
  