
    :root {
      --page-primary-color: #fdd835; /* Gold/Yellow for accents */
      --page-secondary-color: #212121; /* Dark background */
      --page-text-color: #e0e0e0; /* Light gray text */
      --page-heading-color: #ffffff; /* White headings */
      --page-button-bg: #fdd835;
      --page-button-text: #212121;
      --page-border-color: #424242;
    }

    .page-https-www-yy777-ph-m-home {
      font-family: 'Arial', sans-serif;
      background-color: var(--page-secondary-color);
      color: var(--page-text-color);
      line-height: 1.6;
    }

    .page-https-www-yy777-ph-m-home__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-https-www-yy777-ph-m-home__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:casino,gaming,yy777,philippines,homepage]') no-repeat center center/cover;
      color: var(--page-heading-color);
      padding: calc(10px + var(--header-offset, 122px)) 20px 60px; /* Add a small decorative padding-top, assuming body handles main offset */
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 60vh;
      position: relative;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-https-www-yy777-ph-m-home__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      color: var(--page-primary-color);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      font-weight: bold;
      line-height: 1.2;
    }

    .page-https-www-yy777-ph-m-home__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      max-width: 800px;
    }

    .page-https-www-yy777-ph-m-home__promo-button {
      background-color: var(--page-button-bg);
      color: var(--page-button-text);
      padding: 15px 30px;
      border-radius: 5px;
      font-size: 1.2em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.2s ease;
      display: inline-block;
      cursor: pointer;
      border: none;
    }

    .page-https-www-yy777-ph-m-home__promo-button:hover {
      background-color: #ffeb3b; /* Lighter yellow */
      transform: translateY(-2px);
    }

    .page-https-www-yy777-ph-m-home__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-https-www-yy777-ph-m-home__feature-item {
      background-color: #333;
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      border: 1px solid var(--page-border-color);
      box-sizing: border-box;
    }

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

    .page-https-www-yy777-ph-m-home__feature-item-icon {
      margin-bottom: 20px;
      max-width: 250px;
      height: auto;
      border-radius: 8px;
    }

    .page-https-www-yy777-ph-m-home__feature-item-title {
      color: var(--page-primary-color);
      font-size: 1.8em;
      margin-bottom: 15px;
    }

    .page-https-www-yy777-ph-m-home__game-providers-section {
      background-color: #2a2a2a;
      padding: 60px 20px;
      text-align: center;
    }

    .page-https-www-yy777-ph-m-home__game-providers-title {
      color: var(--page-heading-color);
      font-size: 2.5em;
      margin-bottom: 40px;
    }

    .page-https-www-yy777-ph-m-home__provider-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-https-www-yy777-ph-m-home__provider-item {
      background-color: #444;
      padding: 15px 25px;
      border-radius: 8px;
      font-weight: bold;
      color: var(--page-primary-color);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
      transition: background-color 0.3s ease;
      box-sizing: border-box;
      flex-grow: 1;
      max-width: 200px;
    }

    .page-https-www-yy777-ph-m-home__provider-item:hover {
      background-color: #555;
    }

    .page-https-www-yy777-ph-m-home__cta-section {
      background-color: var(--page-primary-color);
      color: var(--page-button-text);
      padding: 60px 20px;
    }

    .page-https-www-yy777-ph-m-home__cta-title {
      font-size: 2.8em;
      margin-bottom: 20px;
    }

    .page-https-www-yy777-ph-m-home__cta-description {
      font-size: 1.3em;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-https-www-yy777-ph-m-home__sticky-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
    }

    .page-https-www-yy777-ph-m-home__sticky-button {
      background-color: var(--page-primary-color);
      color: var(--page-button-text);
      padding: 12px 25px;
      border-radius: 30px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
      white-space: nowrap;
    }

    .page-https-www-yy777-ph-m-home__sticky-button--login {
      background-color: #4CAF50; /* Green for login */
      color: #fff;
    }

    .page-https-www-yy777-ph-m-home__sticky-button:hover {
      transform: translateY(-2px);
      filter: brightness(1.1);
    }

    .page-https-www-yy777-ph-m-home__faq-section {
      background-color: #2a2a2a;
      padding: 60px 20px;
      text-align: center;
    }

    .page-https-www-yy777-ph-m-home__faq-title {
      color: var(--page-heading-color);
      font-size: 2.5em;
      margin-bottom: 40px;
    }

    .page-https-www-yy777-ph-m-home__faq-list {
      max-width: 800px;
      margin: 0 auto;
      text-align: left;
    }

    .page-https-www-yy777-ph-m-home__faq-item {
      background-color: #333;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      border: 1px solid var(--page-border-color);
    }

    .page-https-www-yy777-ph-m-home__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #444;
      color: var(--page-heading-color);
      font-size: 1.2em;
      font-weight: bold;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-https-www-yy777-ph-m-home__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Prevents text selection from interfering with click */
    }

    .page-https-www-yy777-ph-m-home__faq-question:hover {
      background-color: #555;
    }

    .page-https-www-yy777-ph-m-home__faq-toggle {
      font-size: 1.5em;
      margin-left: 15px;
      pointer-events: none; /* Prevents icon from interfering with click */
      transition: transform 0.3s ease;
    }

    .page-https-www-yy777-ph-m-home__faq-item.active .page-https-www-yy777-ph-m-home__faq-toggle {
      transform: rotate(45deg); /* Rotates the '+' to an 'x' or similar, visually indicating open */
    }

    .page-https-www-yy777-ph-m-home__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      color: var(--page-text-color);
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      box-sizing: border-box;
    }

    .page-https-www-yy777-ph-m-home__faq-item.active .page-https-www-yy777-ph-m-home__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 20px !important;
      opacity: 1;
    }

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

      .page-https-www-yy777-ph-m-home__hero-subtitle {
        font-size: 1.2em;
      }

      .page-https-www-yy777-ph-m-home__promo-button {
        padding: 12px 25px;
        font-size: 1em;
      }

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

      .page-https-www-yy777-ph-m-home__feature-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-https-www-yy777-ph-m-home__feature-item-icon {
        max-width: 200px;
      }

      .page-https-www-yy777-ph-m-home__game-providers-title,
      .page-https-www-yy777-ph-m-home__cta-title,
      .page-https-www-yy777-ph-m-home__faq-title {
        font-size: 2em;
      }

      .page-https-www-yy777-ph-m-home__provider-list {
        flex-direction: column;
        align-items: center;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      .page-https-www-yy777-ph-m-home__provider-item {
        width: 90% !important;
        max-width: 90% !important;
        padding: 12px 20px;
        box-sizing: border-box !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-https-www-yy777-ph-m-home__cta-description {
        font-size: 1.1em;
      }

      .page-https-www-yy777-ph-m-home__sticky-buttons {
        width: calc(100% - 40px);
        bottom: 15px;
        gap: 10px;
      }

      .page-https-www-yy777-ph-m-home__sticky-button {
        flex: 1;
        padding: 10px 15px;
        font-size: 0.9em;
      }

      .page-https-www-yy777-ph-m-home__faq-question {
        font-size: 1em;
        padding: 12px 15px;
      }

      .page-https-www-yy777-ph-m-home__faq-answer {
        padding: 0 15px;
      }

      .page-https-www-yy777-ph-m-home__faq-item.active .page-https-www-yy777-ph-m-home__faq-answer {
        padding: 15px 15px !important;
      }

      .page-https-www-yy777-ph-m-home__section {
        padding: 30px 15px;
      }

      img {
        max-width: 100% !important;
        height: auto !important;
      }
    }
  