
    /* Page-specific CSS for yy777.com */
    .page-yy777-com-2 {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0; /* Light gray for text */
      background-color: #1a1a2e; /* Dark background for casino theme */
      line-height: 1.6;
    }

    .page-yy777-com-2__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    .page-yy777-com-2__section {
      padding: 40px 20px;
      margin-bottom: 20px;
      background-color: #2a2a4a; /* Slightly lighter dark background for sections */
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .page-yy777-com-2__section--hero {
      padding: 10px 0 60px 0; /* Adjusted for header offset, small top padding */
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:online casino,gaming,yy777.com,philippines]') no-repeat center center/cover;
      text-align: center;
      color: #ffffff;
      min-height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
      border-radius: 0;
    }

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

    .page-yy777-com-2__hero-title {
      font-size: 3.5em;
      margin-bottom: 15px;
      color: #ffcc00; /* Gold/yellow for highlights */
      text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    }

    .page-yy777-com-2__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      color: #f0f0f0;
    }

    .page-yy777-com-2__button {
      display: inline-block;
      padding: 15px 30px;
      background-color: #e60073; /* Pink/purple for primary action */
      color: #ffffff;
      text-decoration: none;
      border-radius: 8px;
      font-size: 1.1em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
      margin: 0 10px;
    }

    .page-yy777-com-2__button:hover {
      background-color: #c0005d;
      transform: translateY(-3px);
    }

    .page-yy777-com-2__button--secondary {
      background-color: #007bff; /* Blue for secondary action */
    }

    .page-yy777-com-2__button--secondary:hover {
      background-color: #0056b3;
    }

    .page-yy777-com-2__title {
      font-size: 2.5em;
      color: #ffcc00;
      text-align: center;
      margin-bottom: 40px;
      text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    }

    .page-yy777-com-2__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      color: #d0d0d0;
    }

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

    .page-yy777-com-2__card {
      background-color: #3a3a5a;
      border-radius: 10px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      box-sizing: border-box; /* Crucial for responsive lists */
    }

    .page-yy777-com-2__card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
    }

    .page-yy777-com-2__card-image {
      width: 100%;
      max-width: 400px;
      height: auto;
      border-radius: 8px;
      margin-bottom: 15px;
      object-fit: cover;
      box-sizing: border-box;
    }

    .page-yy777-com-2__card-title {
      font-size: 1.6em;
      color: #ffcc00;
      margin-bottom: 10px;
    }

    .page-yy777-com-2__card-description {
      font-size: 1em;
      color: #c0c0c0;
    }

    /* FAQ Section Styles */
    .page-yy777-com-2__faq-section {
      padding: 40px 20px;
      background-color: #2a2a4a;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .page-yy777-com-2__faq-title {
      font-size: 2.5em;
      color: #ffcc00;
      text-align: center;
      margin-bottom: 40px;
    }

    .page-yy777-com-2__faq-item {
      background-color: #3a3a5a;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    }

    .page-yy777-com-2__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #4a4a6a;
      color: #f0f0f0;
      font-size: 1.2em;
      font-weight: bold;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-yy777-com-2__faq-question:hover {
      background-color: #5a5a7a;
    }

    .page-yy777-com-2__faq-question h3 {
      margin: 0;
      color: #ffcc00;
      pointer-events: none; /* Prevents text from blocking click event */
      font-size: 1.2em; /* Ensure consistent font size */
    }

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

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

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

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

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-yy777-com-2__hero-title {
        font-size: 2.5em;
      }

      .page-yy777-com-2__hero-subtitle {
        font-size: 1.2em;
      }

      .page-yy777-com-2__button {
        padding: 12px 20px;
        font-size: 1em;
        margin: 5px;
      }

      .page-yy777-com-2__title {
        font-size: 2em;
      }

      .page-yy777-com-2__grid {
        grid-template-columns: 1fr;
      }

      .page-yy777-com-2__card {
        padding: 20px;
        box-sizing: border-box !important; /* Ensure card takes full width */
        width: 100% !important;
        max-width: 100% !important;
      }

      .page-yy777-com-2__card-image {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-yy777-com-2__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
      }

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

      .page-yy777-com-2__faq-answer {
        padding: 15px 20px;
      }

      .page-yy777-com-2__faq-item.active .page-yy777-com-2__faq-answer {
        padding: 15px 20px !important;
      }

      .page-yy777-com-2__section {
        padding: 20px 10px;
      }

      .page-yy777-com-2__container {
        padding: 10px;
      }
    }
  