
    /* Base styles for the page */
    .page-yy777-com-login {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-top: 10px; /* Small decorative padding, assuming body has main offset */
    }

    /* Section styles */
    .page-yy777-com-login__section {
      padding: 40px 20px;
      margin-bottom: 20px;
      background-color: #ffffff;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      box-sizing: border-box;
    }

    .page-yy777-com-login__section--dark {
      background-color: #2a2a2a;
      color: #ffffff;
    }

    .page-yy777-com-login__section--dark h2,
    .page-yy777-com-login__section--dark h3 {
      color: #ffe040; /* Golden yellow for contrast */
    }

    /* Headings */
    .page-yy777-com-login__h1 {
      font-size: 2.8em;
      color: #0056b3;
      text-align: center;
      margin-bottom: 20px;
      font-weight: bold;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-yy777-com-login__h2 {
      font-size: 2.2em;
      color: #0056b3;
      margin-bottom: 15px;
      text-align: center;
      font-weight: 600;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-yy777-com-login__h3 {
      font-size: 1.8em;
      color: #007bff;
      margin-bottom: 10px;
      font-weight: 500;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* Paragraphs */
    .page-yy777-com-login__paragraph {
      font-size: 1.1em;
      margin-bottom: 15px;
      color: #555;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-yy777-com-login__paragraph--dark {
      color: #ccc;
    }

    /* Buttons */
    .page-yy777-com-login__button {
      display: inline-block;
      padding: 12px 25px;
      background-color: #007bff;
      color: #ffffff;
      border: none;
      border-radius: 5px;
      font-size: 1.1em;
      cursor: pointer;
      text-decoration: none;
      transition: background-color 0.3s ease;
      text-align: center;
      box-sizing: border-box;
    }

    .page-yy777-com-login__button:hover {
      background-color: #0056b3;
    }

    .page-yy777-com-login__button--primary {
      background-color: #ffc107; /* Golden yellow */
      color: #333;
    }

    .page-yy777-com-login__button--primary:hover {
      background-color: #e0a800;
    }

    /* Hero section */
    .page-yy777-com-login__hero-section {
      text-align: center;
      background-image: url('[GALLERY:hero:1920x600:casino,login,banner,yy777]');
      background-size: cover;
      background-position: center;
      color: #ffffff;
      padding: 80px 20px;
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      margin-left: auto;
      margin-right: auto;
      max-width: 1200px;
      box-sizing: border-box;
    }

    .page-yy777-com-login__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.6);
      z-index: 1;
    }

    .page-yy777-com-login__hero-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-yy777-com-login__hero-h1 {
      font-size: 3.5em;
      margin-bottom: 20px;
      color: #ffe040; /* Golden yellow */
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-yy777-com-login__hero-paragraph {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: #f0f0f0;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* Image container for responsiveness */
    .page-yy777-com-login__image-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin-bottom: 20px;
      border-radius: 8px;
    }

    .page-yy777-com-login__image {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
    }

    /* Features/Benefits List */
    .page-yy777-com-login__feature-list {
      list-style: none;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
      margin-top: 20px;
    }

    .page-yy777-com-login__feature-item {
      background-color: #f0f8ff; /* Light blue */
      padding: 25px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-yy777-com-login__feature-item h3 {
      color: #007bff;
      font-size: 1.5em;
      margin-bottom: 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-yy777-com-login__feature-item p {
      color: #666;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* FAQ Section */
    .page-yy777-com-login__faq-section {
      margin-top: 40px;
    }

    .page-yy777-com-login__faq-item {
      margin-bottom: 10px;
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
    }

    .page-yy777-com-login__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #f0f0f0;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-yy777-com-login__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-yy777-com-login__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #333;
      pointer-events: none; /* Prevent h3 from blocking click */
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-yy777-com-login__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #007bff;
      pointer-events: none; /* Prevent toggle icon from blocking click */
    }

    .page-yy777-com-login__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      background-color: #ffffff;
      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;
      font-size: 1em;
      box-sizing: border-box;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

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

    .page-yy777-com-login__faq-item.active .page-yy777-com-login__faq-toggle {
      content: '−'; /* Change to minus sign */
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-yy777-com-login__section {
        padding: 30px 15px;
        margin-left: 10px;
        margin-right: 10px;
      }

      .page-yy777-com-login__h1 {
        font-size: 2.2em;
      }

      .page-yy777-com-login__h2 {
        font-size: 1.8em;
      }

      .page-yy777-com-login__h3 {
        font-size: 1.5em;
      }

      .page-yy777-com-login__paragraph {
        font-size: 1em;
      }

      .page-yy777-com-login__hero-section {
        padding: 60px 15px;
        margin-left: 10px;
        margin-right: 10px;
      }

      .page-yy777-com-login__hero-h1 {
        font-size: 2.5em;
      }

      .page-yy777-com-login__hero-paragraph {
        font-size: 1.1em;
      }

      .page-yy777-com-login__button {
        padding: 10px 20px;
        font-size: 1em;
      }

      .page-yy777-com-login__feature-list {
        grid-template-columns: 1fr;
      }

      .page-yy777-com-login__feature-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px !important; /* Adjust padding for mobile */
      }

      .page-yy777-com-login__faq-question {
        padding: 12px 15px;
      }

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

      .page-yy777-com-login__faq-answer {
        padding: 15px 15px !important; /* Adjust padding for mobile */
      }

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

      .page-yy777-com-login__image {
        max-width: 100% !important;
        height: auto !important;
      }
    }

    @media (max-width: 480px) {
      .page-yy777-com-login__h1 {
        font-size: 1.8em;
      }
      .page-yy777-com-login__hero-h1 {
        font-size: 2em;
      }
      .page-yy777-com-login__hero-paragraph {
        font-size: 1em;
      }
    }
  