
    :root {
      --page-yy777-primary-color: #e0b300; /* Gold/Yellow */
      --page-yy777-secondary-color: #2a2a2a; /* Dark Grey */
      --page-yy777-text-color: #f0f0f0; /* Light Grey */
      --page-yy777-accent-color: #007bff; /* Blue for secondary actions */
      --page-yy777-border-radius: 8px;
      --page-yy777-spacing-unit: 20px;
    }

    .page-yy777-com-login-register-philippines {
      font-family: 'Arial', sans-serif;
      background-color: #1a1a1a; /* Very dark background */
      color: var(--page-yy777-text-color);
      line-height: 1.6;
      overflow-x: hidden;
      padding-top: 10px; /* Small top padding, assuming body has header offset */
    }

    .page-yy777-com-login-register-philippines__section {
      padding: calc(var(--page-yy777-spacing-unit) * 2) var(--page-yy777-spacing-unit);
      max-width: 1200px;
      margin: 0 auto;
      box-sizing: border-box;
    }

    .page-yy777-com-login-register-philippines__section--dark {
      background-color: var(--page-yy777-secondary-color);
    }

    .page-yy777-com-login-register-philippines__hero {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:online_casino,philippines,yy777,login_register]') no-repeat center center/cover;
      text-align: center;
      padding: calc(var(--page-yy777-spacing-unit) * 4) var(--page-yy777-spacing-unit);
      min-height: 500px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
    }

    .page-yy777-com-login-register-philippines__hero-title {
      font-size: 2.8em;
      color: var(--page-yy777-primary-color);
      margin-bottom: var(--page-yy777-spacing-unit);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
    }

    .page-yy777-com-login-register-philippines__hero-subtitle {
      font-size: 1.3em;
      color: var(--page-yy777-text-color);
      margin-bottom: calc(var(--page-yy777-spacing-unit) * 2);
      max-width: 800px;
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
    }

    .page-yy777-com-login-register-philippines__button-group {
      display: flex;
      gap: var(--page-yy777-spacing-unit);
      flex-wrap: wrap;
      justify-content: center;
    }

    .page-yy777-com-login-register-philippines__button {
      background-color: var(--page-yy777-primary-color);
      color: var(--page-yy777-secondary-color);
      padding: 15px 30px;
      border: none;
      border-radius: var(--page-yy777-border-radius);
      font-size: 1.1em;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-transform: uppercase;
      min-width: 150px;
      box-sizing: border-box;
    }

    .page-yy777-com-login-register-philippines__button:hover {
      background-color: #ffcc00;
      transform: translateY(-2px);
    }

    .page-yy777-com-login-register-philippines__button--secondary {
      background-color: var(--page-yy777-accent-color);
      color: var(--page-yy777-text-color);
    }

    .page-yy777-com-login-register-philippines__button--secondary:hover {
      background-color: #0056b3;
    }

    .page-yy777-com-login-register-philippines__title {
      font-size: 2.2em;
      color: var(--page-yy777-primary-color);
      text-align: center;
      margin-bottom: calc(var(--page-yy777-spacing-unit) * 1.5);
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
    }

    .page-yy777-com-login-register-philippines__subtitle {
      font-size: 1.6em;
      color: var(--page-yy777-text-color);
      text-align: center;
      margin-bottom: var(--page-yy777-spacing-unit);
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
    }

    .page-yy777-com-login-register-philippines__text-content {
      font-size: 1.1em;
      margin-bottom: var(--page-yy777-spacing-unit);
      text-align: justify;
      color: var(--page-yy777-text-color);
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
    }

    .page-yy777-com-login-register-philippines__list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: var(--page-yy777-spacing-unit);
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-yy777-com-login-register-philippines__list-item {
      background-color: #333;
      padding: var(--page-yy777-spacing-unit);
      border-radius: var(--page-yy777-border-radius);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      text-align: left;
      transition: transform 0.2s ease;
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
    }

    .page-yy777-com-login-register-philippines__list-item:hover {
      transform: translateY(-5px);
    }

    .page-yy777-com-login-register-philippines__list-item-title {
      color: var(--page-yy777-primary-color);
      font-size: 1.3em;
      margin-top: 10px;
      margin-bottom: 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
    }

    .page-yy777-com-login-register-philippines__list-item-text {
      color: var(--page-yy777-text-color);
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
    }

    .page-yy777-com-login-register-philippines__image-container {
      text-align: center;
      margin: calc(var(--page-yy777-spacing-unit) * 1.5) 0;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-yy777-com-login-register-philippines__image {
      max-width: 100%;
      height: auto;
      border-radius: var(--page-yy777-border-radius);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
      display: block;
      margin: 0 auto;
      box-sizing: border-box;
    }

    .page-yy777-com-login-register-philippines__promo-link {
      color: var(--page-yy777-primary-color);
      text-decoration: none;
      font-weight: bold;
      transition: color 0.3s ease;
    }

    .page-yy777-com-login-register-philippines__promo-link:hover {
      color: #ffcc00;
      text-decoration: underline;
    }

    .page-yy777-com-login-register-philippines__faq-section {
      background-color: #222;
    }

    .page-yy777-com-login-register-philippines__faq-item {
      background-color: var(--page-yy777-secondary-color);
      margin-bottom: 10px;
      border-radius: var(--page-yy777-border-radius);
      overflow: hidden;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

    .page-yy777-com-login-register-philippines__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #333;
      color: var(--page-yy777-text-color);
      font-size: 1.1em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      user-select: none;
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
    }

    .page-yy777-com-login-register-philippines__faq-question h3 {
      margin: 0;
      color: inherit;
      pointer-events: none; /* Prevents text selection from interfering with click */
      font-size: 1em; /* Ensure it doesn't get too large */
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
    }

    .page-yy777-com-login-register-philippines__faq-question:hover {
      background-color: #444;
    }

    .page-yy777-com-login-register-philippines__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 10px;
      color: var(--page-yy777-primary-color);
      pointer-events: none; /* Prevents toggle icon from interfering with click */
    }

    .page-yy777-com-login-register-philippines__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      color: var(--page-yy777-text-color);
      background-color: var(--page-yy777-secondary-color);
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
    }

    .page-yy777-com-login-register-philippines__faq-answer p {
      margin-bottom: 1em;
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
    }

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

    .page-yy777-com-login-register-philippines__faq-item.active .page-yy777-com-login-register-philippines__faq-toggle {
      content: "−"; /* Visually change to minus */
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-yy777-com-login-register-philippines__hero {
        padding: calc(var(--page-yy777-spacing-unit) * 2) var(--page-yy777-spacing-unit);
        min-height: 400px;
      }

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

      .page-yy777-com-login-register-philippines__hero-subtitle {
        font-size: 1em;
      }

      .page-yy777-com-login-register-philippines__button {
        width: 100%;
        margin-bottom: var(--page-yy777-spacing-unit);
      }

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

      .page-yy777-com-login-register-philippines__title {
        font-size: 1.8em;
      }

      .page-yy777-com-login-register-philippines__subtitle {
        font-size: 1.3em;
      }

      .page-yy777-com-login-register-philippines__text-content {
        font-size: 1em;
      }

      .page-yy777-com-login-register-philippines__list {
        grid-template-columns: 1fr;
        padding: 0;
        margin: 0;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-yy777-com-login-register-philippines__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px; /* Adjust padding for smaller screens */
      }

      .page-yy777-com-login-register-philippines__list-item-title {
        font-size: 1.2em;
      }

      .page-yy777-com-login-register-philippines__faq-question {
        padding: 12px 15px;
        font-size: 1em;
      }

      .page-yy777-com-login-register-philippines__faq-answer {
        padding: 0 10px;
      }

      .page-yy777-com-login-register-philippines__faq-item.active .page-yy777-com-login-register-philippines__faq-answer {
        padding: 15px 10px !important;
      }

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

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

    @media (max-width: 480px) {
      .page-yy777-com-login-register-philippines__hero-title {
        font-size: 1.8em;
      }
      .page-yy777-com-login-register-philippines__hero-subtitle {
        font-size: 0.9em;
      }
      .page-yy777-com-login-register-philippines__button {
        font-size: 1em;
        padding: 12px 20px;
      }
    }
  