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

    .page-yy777-slot-login__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    /* Hero Section */
    .page-yy777-slot-login__hero-section {
      background-color: #0d47a1; /* Dark blue, strong contrast */
      color: #fff;
      text-align: center;
      padding: 80px 20px;
      position: relative;
      overflow: hidden;
      padding-top: 10px; /* Small decorative padding, body has main offset */
    }

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

    .page-yy777-slot-login__hero-content {
      position: relative;
      z-index: 1;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-yy777-slot-login__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      font-weight: bold;
      color: #ffeb3b; /* Bright yellow for emphasis */
      text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    }

    .page-yy777-slot-login__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      color: #fff;
    }

    .page-yy777-slot-login__cta-button {
      display: inline-block;
      background-color: #ffeb3b; /* Bright yellow */
      color: #0d47a1; /* Dark blue */
      padding: 15px 30px;
      border-radius: 8px;
      font-size: 1.2em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-yy777-slot-login__cta-button:hover {
      background-color: #ffd600; /* Slightly darker yellow */
      transform: translateY(-3px);
    }

    /* Section Styling */
    .page-yy777-slot-login__section {
      padding: 60px 20px;
      background-color: #fff;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    }

    .page-yy777-slot-login__section--alt {
      background-color: #e3f2fd; /* Light blue */
    }

    .page-yy777-slot-login__section-title {
      font-size: 2.5em;
      color: #0d47a1;
      text-align: center;
      margin-bottom: 40px;
      font-weight: bold;
    }

    .page-yy777-slot-login__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
    }

    .page-yy777-slot-login__card {
      background-color: #fff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 250px;
    }

    .page-yy777-slot-login__card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    }

    .page-yy777-slot-login__card-icon {
      width: 100px; /* Min size 200x200, so 100px is not allowed, should be content image */
      height: 100px;
      margin-bottom: 20px;
      object-fit: contain;
      max-width: 100%;
      height: auto;
    }

    .page-yy777-slot-login__card-title {
      font-size: 1.8em;
      color: #0d47a1;
      margin-bottom: 15px;
    }

    .page-yy777-slot-login__card-description {
      font-size: 1em;
      color: #555;
    }

    .page-yy777-slot-login__image-content {
      display: flex;
      flex-direction: column;
      gap: 20px;
      align-items: center;
    }

    .page-yy777-slot-login__image-content img {
      width: 100%;
      max-width: 800px;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      object-fit: cover;
    }

    .page-yy777-slot-login__text-block {
      text-align: left;
      margin-top: 20px;
      max-width: 800px;
    }

    .page-yy777-slot-login__text-block h3 {
      font-size: 1.8em;
      color: #0d47a1;
      margin-bottom: 15px;
    }

    .page-yy777-slot-login__text-block p {
      margin-bottom: 15px;
      color: #444;
    }

    .page-yy777-slot-login__provider-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      justify-items: center;
    }

    .page-yy777-slot-login__provider-item {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #fff;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.08);
      height: 100px;
      transition: transform 0.2s ease;
    }

    .page-yy777-slot-login__provider-item:hover {
      transform: translateY(-3px);
    }

    .page-yy777-slot-login__provider-logo {
      max-width: 100%;
      max-height: 70px;
      object-fit: contain;
      height: auto;
      width: auto;
    }

    /* FAQ Section */
    .page-yy777-slot-login__faq-section {
      padding: 60px 20px;
      background-color: #fff;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    }

    .page-yy777-slot-login__faq-title {
      font-size: 2.5em;
      color: #0d47a1;
      text-align: center;
      margin-bottom: 40px;
      font-weight: bold;
    }

    .page-yy777-slot-login__faq-item {
      background-color: #e3f2fd;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }

    .page-yy777-slot-login__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #0d47a1; /* Dark blue for question background */
      color: #fff;
      font-size: 1.2em;
      font-weight: bold;
      border-bottom: 1px solid rgba(255,255,255,0.1);
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-yy777-slot-login__faq-question:hover {
      background-color: #1a56b9; /* Slightly lighter blue on hover */
    }

    .page-yy777-slot-login__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #fff;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-yy777-slot-login__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
    }

    .page-yy777-slot-login__faq-item.active .page-yy777-slot-login__faq-toggle {
      transform: rotate(45deg); /* Rotate '+' to 'x' or similar effect */
    }

    .page-yy777-slot-login__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px; /* Initial padding */
      opacity: 0;
      background-color: #fff; /* White for answer background */
      color: #333;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      box-sizing: border-box;
    }

    .page-yy777-slot-login__faq-item.active .page-yy777-slot-login__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 25px !important; /* Expanded padding */
      opacity: 1;
    }

    .page-yy777-slot-login__faq-answer p {
      margin: 0;
      padding-bottom: 10px; /* Add some spacing for readability */
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-yy777-slot-login__hero-title {
        font-size: 2.5em;
      }

      .page-yy777-slot-login__hero-subtitle {
        font-size: 1.2em;
      }

      .page-yy777-slot-login__section-title {
        font-size: 2em;
      }

      .page-yy777-slot-login__card {
        padding: 20px;
      }

      .page-yy777-slot-login__card-title {
        font-size: 1.5em;
      }

      .page-yy777-slot-login__grid {
        grid-template-columns: 1fr;
      }

      /* Image responsiveness */
      .page-yy777-slot-login img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-yy777-slot-login__image-content {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }

      .page-yy777-slot-login__provider-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      }

      /* List item responsiveness (for general lists, if any) */
      .page-yy777-slot-login ul,
      .page-yy777-slot-login ol {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 10px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-yy777-slot-login ul li,
      .page-yy777-slot-login ol li {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 10px 15px !important; /* Adjust padding to prevent overflow */
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      /* FAQ adjustments for mobile */
      .page-yy777-slot-login__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
      }

      .page-yy777-slot-login__faq-question h3 {
        font-size: 1.1em;
      }

      .page-yy777-slot-login__faq-answer {
        padding: 0 20px;
      }

      .page-yy777-slot-login__faq-item.active .page-yy777-slot-login__faq-answer {
        padding: 15px 20px !important;
      }
    }

    @media (max-width: 480px) {
      .page-yy777-slot-login__hero-title {
        font-size: 2em;
      }

      .page-yy777-slot-login__hero-subtitle {
        font-size: 1em;
      }

      .page-yy777-slot-login__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-yy777-slot-login__section-title {
        font-size: 1.8em;
      }
    }
  