
    /* Base styles for the page */
    .page-https-www-yy777-net-m-login {
      font-family: 'Arial', sans-serif;
      color: #333;
      background-color: #f8f8f8;
      line-height: 1.6;
      padding-bottom: 40px; /* Ensure space above footer */
    }

    /* Hero Section */
    .page-https-www-yy777-net-m-login__hero-section {
      position: relative;
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
      color: #ffffff;
      padding: 10px 20px 60px; /* Small padding-top, relying on body for header offset */
      text-align: center;
      overflow: hidden;
      box-sizing: border-box;
      max-width: 100%;
      margin-bottom: 30px;
    }

    .page-https-www-yy777-net-m-login__hero-background-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      z-index: 0;
    }

    .page-https-www-yy777-net-m-login__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-https-www-yy777-net-m-login__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      font-weight: bold;
      color: #ffd700; /* Gold for emphasis */
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-https-www-yy777-net-m-login__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: #f0f0f0;
    }

    /* Login Form Section */
    .page-https-www-yy777-net-m-login__login-section {
      max-width: 450px;
      margin: 0 auto 40px;
      background-color: #ffffff;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
    }

    .page-https-www-yy777-net-m-login__login-form-title {
      font-size: 2em;
      color: #1a2a6c;
      text-align: center;
      margin-bottom: 25px;
    }

    .page-https-www-yy777-net-m-login__form-group {
      margin-bottom: 20px;
    }

    .page-https-www-yy777-net-m-login__form-label {
      display: block;
      margin-bottom: 8px;
      font-weight: bold;
      color: #555;
    }

    .page-https-www-yy777-net-m-login__form-input {
      width: 100%;
      padding: 12px 15px;
      border: 1px solid #ddd;
      border-radius: 8px;
      font-size: 1em;
      box-sizing: border-box;
      transition: border-color 0.3s ease;
    }

    .page-https-www-yy777-net-m-login__form-input:focus {
      border-color: #fdbb2d;
      outline: none;
      box-shadow: 0 0 0 3px rgba(253, 187, 45, 0.2);
    }

    .page-https-www-yy777-net-m-login__submit-button {
      width: 100%;
      padding: 15px 20px;
      background-color: #b21f1f; /* Red accent */
      color: #ffffff;
      border: none;
      border-radius: 8px;
      font-size: 1.1em;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      box-sizing: border-box;
    }

    .page-https-www-yy777-net-m-login__submit-button:hover {
      background-color: #991a1a;
      transform: translateY(-2px);
    }

    .page-https-www-yy777-net-m-login__forgot-password {
      text-align: center;
      margin-top: 20px;
      font-size: 0.9em;
    }

    .page-https-www-yy777-net-m-login__forgot-password-text {
      color: #1a2a6c;
      text-decoration: none;
      font-weight: bold;
      transition: color 0.3s ease;
    }

    .page-https-www-yy777-net-m-login__forgot-password-text:hover {
      color: #fdbb2d;
    }

    /* Benefits Section */
    .page-https-www-yy777-net-m-login__benefits-section {
      background-color: #eef1f6;
      padding: 50px 20px;
      text-align: center;
      margin-bottom: 40px;
      box-sizing: border-box;
    }

    .page-https-www-yy777-net-m-login__benefits-title {
      font-size: 2.5em;
      color: #1a2a6c;
      margin-bottom: 30px;
    }

    .page-https-www-yy777-net-m-login__benefits-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-https-www-yy777-net-m-login__benefit-item {
      background-color: #ffffff;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
      text-align: left;
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-https-www-yy777-net-m-login__benefit-item:hover {
      transform: translateY(-5px);
    }

    .page-https-www-yy777-net-m-login__benefit-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 15px;
      border-radius: 50%;
      object-fit: cover;
      display: block;
    }

    .page-https-www-yy777-net-m-login__benefit-heading {
      font-size: 1.4em;
      color: #b21f1f;
      margin-bottom: 10px;
    }

    .page-https-www-yy777-net-m-login__benefit-description {
      font-size: 1em;
      color: #666;
    }

    /* Security and Support Section */
    .page-https-www-yy777-net-m-login__security-support-section {
      padding: 50px 20px;
      text-align: center;
      max-width: 1200px;
      margin: 0 auto 40px;
      box-sizing: border-box;
    }

    .page-https-www-yy777-net-m-login__security-support-title {
      font-size: 2.5em;
      color: #1a2a6c;
      margin-bottom: 30px;
    }

    .page-https-www-yy777-net-m-login__security-support-content {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
    }

    .page-https-www-yy777-net-m-login__security-card {
      background-color: #ffffff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
      flex: 1;
      min-width: 280px;
      max-width: 45%;
      text-align: left;
      box-sizing: border-box;
    }

    .page-https-www-yy777-net-m-login__security-card-icon {
      width: 90px;
      height: 90px;
      margin-bottom: 15px;
      object-fit: cover;
      display: block;
    }

    .page-https-www-yy777-net-m-login__security-card-heading {
      font-size: 1.5em;
      color: #b21f1f;
      margin-bottom: 10px;
    }

    .page-https-www-yy777-net-m-login__security-card-description {
      font-size: 1em;
      color: #666;
      margin-bottom: 15px;
    }

    .page-https-www-yy777-net-m-login__security-card-link {
      color: #fdbb2d;
      text-decoration: none;
      font-weight: bold;
      transition: color 0.3s ease;
    }

    .page-https-www-yy777-net-m-login__security-card-link:hover {
      color: #e0ac00;
    }

    /* FAQ Section */
    .page-https-www-yy777-net-m-login__faq-section {
      max-width: 900px;
      margin: 0 auto 60px;
      padding: 0 20px;
      box-sizing: border-box;
    }

    .page-https-www-yy777-net-m-login__faq-title {
      font-size: 2.5em;
      color: #1a2a6c;
      text-align: center;
      margin-bottom: 40px;
    }

    .page-https-www-yy777-net-m-login__faq-item {
      background-color: #ffffff;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease;
      box-sizing: border-box;
    }

    .page-https-www-yy777-net-m-login__faq-item.active {
      border-color: #fdbb2d;
    }

    .page-https-www-yy777-net-m-login__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 20px;
      cursor: pointer;
      background-color: #fcfcfc;
      color: #333;
      font-size: 1.2em;
      font-weight: bold;
      user-select: none;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-https-www-yy777-net-m-login__faq-question:hover {
      background-color: #f0f0f0;
    }

    .page-https-www-yy777-net-m-login__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #1a2a6c;
      pointer-events: none; /* Prevent h3 from blocking click on parent */
    }

    .page-https-www-yy777-net-m-login__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      color: #b21f1f;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click on parent */
    }

    .page-https-www-yy777-net-m-login__faq-item.active .page-https-www-yy777-net-m-login__faq-toggle {
      transform: rotate(45deg);
      color: #fdbb2d;
    }

    .page-https-www-yy777-net-m-login__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;
      color: #555;
      font-size: 1em;
      box-sizing: border-box;
    }

    .page-https-www-yy777-net-m-login__faq-item.active .page-https-www-yy777-net-m-login__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 15px !important;
      opacity: 1;
    }

    /* General text styles */
    .page-https-www-yy777-net-m-login p {
      margin-bottom: 1em;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-https-www-yy777-net-m-login__hero-title {
        font-size: 2.2em;
      }

      .page-https-www-yy777-net-m-login__hero-subtitle {
        font-size: 1.1em;
      }

      .page-https-www-yy777-net-m-login__login-section {
        margin: 0 20px 40px;
        padding: 25px;
      }

      .page-https-www-yy777-net-m-login__benefits-title,
      .page-https-www-yy777-net-m-login__security-support-title,
      .page-https-www-yy777-net-m-login__faq-title {
        font-size: 2em;
      }

      .page-https-www-yy777-net-m-login__benefits-grid {
        grid-template-columns: 1fr;
      }

      .page-https-www-yy777-net-m-login__security-card {
        max-width: 100%;
        flex: none;
      }

      .page-https-www-yy777-net-m-login__faq-question {
        font-size: 1.1em;
        padding: 15px 18px;
      }

      .page-https-www-yy777-net-m-login__faq-question h3 {
        font-size: 1.1em;
      }

      .page-https-www-yy777-net-m-login__faq-answer {
        padding: 0 10px;
        font-size: 0.95em;
      }

      .page-https-www-yy777-net-m-login__faq-item.active .page-https-www-yy777-net-m-login__faq-answer {
        padding: 15px 10px !important;
      }

      /* List item mobile responsiveness */
      .page-https-www-yy777-net-m-login__benefits-grid > * {
        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-https-www-yy777-net-m-login__security-support-content > * {
        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-https-www-yy777-net-m-login__benefit-icon,
      .page-https-www-yy777-net-m-login__security-card-icon {
        max-width: 100%;
        height: auto;
      }
    }

    @media (max-width: 480px) {
      .page-https-www-yy777-net-m-login__hero-title {
        font-size: 1.8em;
      }
      .page-https-www-yy777-net-m-login__hero-subtitle {
        font-size: 1em;
      }
      .page-https-www-yy777-net-m-login__login-section {
        padding: 20px;
      }
      .page-https-www-yy777-net-m-login__form-input,
      .page-https-www-yy777-net-m-login__submit-button {
        padding: 10px 12px;
        font-size: 1em;
      }
    }
  