
    /* Page-specific CSS starts here */
    .page-yy777-com-login-register-2 {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f4f7f6;
      padding-top: var(--header-offset, 122px); /* Fallback for header offset */
    }

    .page-yy777-com-login-register-2__hero-section {
      position: relative;
      background-color: #0d1a26; /* Dark blue */
      color: #fff;
      padding: 60px 20px;
      text-align: center;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 450px; /* Ensure sufficient height */
      padding-top: 10px; /* Small decorative top padding, body has main offset */
    }

    .page-yy777-com-login-register-2__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      z-index: 0;
    }

    .page-yy777-com-login-register-2__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-yy777-com-login-register-2__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #ffcc00; /* Gold */
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-yy777-com-login-register-2__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #e0e0e0;
    }

    .page-yy777-com-login-register-2__button-group {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .page-yy777-com-login-register-2__cta-button {
      background-color: #ffcc00; /* Gold */
      color: #0d1a26; /* Dark blue */
      padding: 15px 30px;
      border-radius: 8px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      border: none;
      cursor: pointer;
    }

    .page-yy777-com-login-register-2__cta-button:hover {
      background-color: #e6b800; /* Darker gold */
      transform: translateY(-3px);
    }

    .page-yy777-com-login-register-2__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-yy777-com-login-register-2__section-title {
      font-size: 2em;
      color: #0d1a26;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
    }

    .page-yy777-com-login-register-2__section-title::after {
      content: '';
      display: block;
      width: 60px;
      height: 4px;
      background-color: #ffcc00;
      margin: 10px auto 0;
      border-radius: 2px;
    }

    .page-yy777-com-login-register-2__content-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-yy777-com-login-register-2__feature-card {
      background-color: #f9f9f9;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border-top: 5px solid #ffcc00;
    }

    .page-yy777-com-login-register-2__feature-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
    }

    .page-yy777-com-login-register-2__feature-icon {
      margin-bottom: 15px;
      display: inline-block;
    }

    .page-yy777-com-login-register-2__feature-icon img {
      width: 100px; /* Larger icon size */
      height: 100px;
      max-width: 100%;
      height: auto;
      object-fit: contain;
    }

    .page-yy777-com-login-register-2__feature-title {
      font-size: 1.4em;
      color: #0d1a26;
      margin-bottom: 10px;
    }

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

    .page-yy777-com-login-register-2__step-item {
      background-color: #e9ecef;
      padding: 20px;
      border-radius: 8px;
      display: flex;
      align-items: flex-start;
      gap: 15px;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
      border-left: 5px solid #0d1a26;
      box-sizing: border-box; /* Crucial for responsive lists */
    }

    .page-yy777-com-login-register-2__step-number {
      font-size: 1.8em;
      font-weight: bold;
      color: #ffcc00;
      flex-shrink: 0;
      line-height: 1;
    }

    .page-yy777-com-login-register-2__step-content h3 {
      font-size: 1.2em;
      color: #0d1a26;
      margin-top: 0;
      margin-bottom: 5px;
    }

    .page-yy777-com-login-register-2__payment-methods {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-yy777-com-login-register-2__payment-method-item {
      background-color: #f0f0f0;
      padding: 15px 25px;
      border-radius: 8px;
      font-weight: bold;
      color: #333;
      border: 1px solid #ddd;
      box-sizing: border-box; /* Crucial for responsive lists */
      text-align: center;
      min-width: 120px;
    }

    .page-yy777-com-login-register-2__game-providers {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-yy777-com-login-register-2__provider-logo {
      width: 150px; /* Larger logo size */
      height: 80px;
      object-fit: contain;
      background-color: #f9f9f9;
      border-radius: 8px;
      padding: 10px;
      box-shadow: 0 1px 5px rgba(0,0,0,0.05);
      box-sizing: border-box; /* Crucial for responsive images */
      max-width: 100%;
      height: auto;
    }

    .page-yy777-com-login-register-2__faq-section {
      background-color: #f9f9f9;
      padding: 40px 20px;
      max-width: 900px;
      margin: 20px auto;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-yy777-com-login-register-2__faq-item {
      margin-bottom: 15px;
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
    }

    .page-yy777-com-login-register-2__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #0d1a26; /* Dark blue */
      color: #fff;
      padding: 15px 20px;
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-yy777-com-login-register-2__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #fff;
      pointer-events: none; /* Prevents text from blocking click event */
    }

    .page-yy777-com-login-register-2__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 10px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevents icon from blocking click event */
    }

    .page-yy777-com-login-register-2__faq-item.active .page-yy777-com-login-register-2__faq-toggle {
      transform: rotate(45deg); /* Changes + to X or - */
    }

    .page-yy777-com-login-register-2__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      background-color: #fff;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #555;
    }

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

    .page-yy777-com-login-register-2__promo-banner {
      background: linear-gradient(135deg, #0d1a26, #3b5998); /* Gradient from dark blue to Facebook blue */
      color: #fff;
      padding: 40px 20px;
      text-align: center;
      margin-top: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .page-yy777-com-login-register-2__promo-title {
      font-size: 2.2em;
      margin-bottom: 15px;
      color: #ffcc00;
    }

    .page-yy777-com-login-register-2__promo-description {
      font-size: 1.1em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-yy777-com-login-register-2__promo-link {
      background-color: #ffcc00;
      color: #0d1a26;
      padding: 15px 30px;
      border-radius: 8px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      display: inline-block;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .page-yy777-com-login-register-2__promo-link:hover {
      background-color: #e6b800;
      transform: translateY(-3px);
    }

    /* Floating Buttons */
    .page-yy777-com-login-register-2__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 15px;
      z-index: 1000;
    }

    .page-yy777-com-login-register-2__floating-button {
      background-color: #ffcc00; /* Gold */
      color: #0d1a26; /* Dark blue */
      padding: 12px 25px;
      border-radius: 50px;
      font-size: 1em;
      font-weight: bold;
      text-align: center;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.3s ease;
      white-space: nowrap;
      border: none;
    }

    .page-yy777-com-login-register-2__floating-button:hover {
      background-color: #e6b800;
      transform: scale(1.05);
    }

    /* Mobile Responsiveness */
    @media (max-width: 768px) {
      .page-yy777-com-login-register-2__hero-section {
        padding: 40px 15px;
        min-height: 350px;
      }

      .page-yy777-com-login-register-2__hero-title {
        font-size: 2em;
      }

      .page-yy777-com-login-register-2__hero-description {
        font-size: 1em;
      }

      .page-yy777-com-login-register-2__button-group {
        flex-direction: column;
        gap: 10px;
      }

      .page-yy777-com-login-register-2__cta-button {
        width: 100%;
        padding: 12px 20px;
        font-size: 1em;
      }

      .page-yy777-com-login-register-2__section {
        padding: 30px 15px;
      }

      .page-yy777-com-login-register-2__section-title {
        font-size: 1.8em;
      }

      .page-yy777-com-login-register-2__content-grid {
        grid-template-columns: 1fr;
      }

      /* List Item Responsive Styling */
      .page-yy777-com-login-register-2__steps-list,
      .page-yy777-com-login-register-2__payment-methods,
      .page-yy777-com-login-register-2__game-providers {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        flex-direction: column;
        gap: 15px;
      }

      .page-yy777-com-login-register-2__step-item,
      .page-yy777-com-login-register-2__payment-method-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-com-login-register-2__provider-logo {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-yy777-com-login-register-2__feature-icon img {
        width: 80px;
        height: 80px;
      }

      .page-yy777-com-login-register-2__promo-banner {
        padding: 30px 15px;
      }

      .page-yy777-com-login-register-2__promo-title {
        font-size: 1.8em;
      }

      .page-yy777-com-login-register-2__promo-link {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-yy777-com-login-register-2__floating-buttons {
        bottom: 15px;
        right: 15px;
        gap: 10px;
      }

      .page-yy777-com-login-register-2__floating-button {
        padding: 10px 20px;
        font-size: 0.9em;
      }

      /* Images responsive */
      .page-yy777-com-login-register-2 img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
    }
    /* End of Page-specific CSS */
  