
    :root {
      --primary-color: #FFD700; /* Gold */
      --secondary-color: #000000; /* Black */
      --accent-color: #FF4500; /* OrangeRed */
      --text-light: #F0F0F0;
      --text-dark: #333333;
      --background-dark: #1a1a1a;
      --background-light: #2c2c2c;
      --border-color: #555555;
      --header-offset: 122px; /* Default if not set by shared.css */
    }

    .page-yy777-com-login-register-philippines {
      font-family: 'Arial', sans-serif;
      color: var(--text-light);
      background-color: var(--background-dark);
      line-height: 1.6;
      padding-top: var(--header-offset, 122px); /* Fallback for body padding-top, if shared.css doesn't provide */
    }

    .page-yy777-com-login-register-philippines__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-yy777-com-login-register-philippines__hero-section {
      background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('[GALLERY:hero:1920x1080:online_gaming,philippines,yy777,login,register]') no-repeat center center/cover;
      text-align: center;
      padding: 100px 20px 80px;
      position: relative;
      overflow: hidden;
      padding-top: 10px; /* Small decorative padding, as body handles main offset */
    }

    .page-yy777-com-login-register-philippines__hero-title {
      font-size: 3.2em;
      color: var(--primary-color);
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      line-height: 1.2;
    }

    .page-yy777-com-login-register-philippines__hero-subtitle {
      font-size: 1.5em;
      color: var(--text-light);
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-yy777-com-login-register-philippines__button-group {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
      margin-top: 30px;
    }

    .page-yy777-com-login-register-philippines__button {
      background-color: var(--accent-color);
      color: var(--text-light);
      padding: 15px 30px;
      border: none;
      border-radius: 8px;
      font-size: 1.1em;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-decoration: none;
      display: inline-block;
      text-align: center;
      font-weight: bold;
      white-space: nowrap;
    }

    .page-yy777-com-login-register-philippines__button:hover {
      background-color: #E03C00; /* Darker OrangeRed */
      transform: translateY(-2px);
    }

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

    .page-yy777-com-login-register-philippines__button--secondary:hover {
      background-color: #E6C200; /* Darker Gold */
    }

    .page-yy777-com-login-register-philippines__title {
      font-size: 2.5em;
      color: var(--primary-color);
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-yy777-com-login-register-philippines__title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: var(--accent-color);
      border-radius: 2px;
    }

    .page-yy777-com-login-register-philippines__content-text {
      font-size: 1.1em;
      margin-bottom: 20px;
      color: var(--text-light);
    }

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

    .page-yy777-com-login-register-philippines__step-card {
      background-color: var(--background-light);
      border-radius: 10px;
      padding: 30px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border: 1px solid var(--border-color);
    }

    .page-yy777-com-login-register-philippines__step-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    }

    .page-yy777-com-login-register-philippines__step-icon {
      font-size: 3em;
      color: var(--primary-color);
      margin-bottom: 15px;
    }

    .page-yy777-com-login-register-philippines__step-title {
      font-size: 1.5em;
      color: var(--primary-color);
      margin-bottom: 10px;
    }

    .page-yy777-com-login-register-philippines__step-description {
      color: var(--text-light);
    }

    .page-yy777-com-login-register-philippines__image-container {
      margin: 40px auto;
      max-width: 900px;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
      width: 100%;
      box-sizing: border-box;
    }

    .page-yy777-com-login-register-philippines__image {
      width: 100%;
      height: auto;
      display: block;
      max-width: 100%;
      object-fit: cover;
      border-radius: 10px;
    }

    .page-yy777-com-login-register-philippines__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 40px;
    }

    .page-yy777-com-login-register-philippines__feature-item {
      background-color: var(--background-light);
      border-radius: 10px;
      padding: 25px;
      text-align: left;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      border: 1px solid var(--border-color);
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 15px;
    }
    
    .page-yy777-com-login-register-philippines__feature-item-content {
      box-sizing: border-box;
      width: 100%;
    }

    .page-yy777-com-login-register-philippines__feature-icon-wrapper {
      width: 100%; /* Ensure the container takes full width */
      display: flex;
      justify-content: center; /* Center the image within its flex item */
      margin-bottom: 15px;
    }

    .page-yy777-com-login-register-philippines__feature-icon {
      width: 200px; /* Minimum size */
      height: 200px; /* Minimum size */
      object-fit: contain;
      max-width: 100%;
      height: auto;
      border-radius: 8px;
    }

    .page-yy777-com-login-register-philippines__feature-title {
      font-size: 1.3em;
      color: var(--primary-color);
      margin-bottom: 10px;
      text-align: center;
      width: 100%;
    }

    .page-yy777-com-login-register-philippines__feature-description {
      color: var(--text-light);
      text-align: center;
      width: 100%;
    }

    .page-yy777-com-login-register-philippines__promo-banner {
      background: linear-gradient(to right, #000000, #333333);
      padding: 50px 20px;
      text-align: center;
      margin-top: 40px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
      border: 1px solid var(--border-color);
    }

    .page-yy777-com-login-register-philippines__promo-title {
      font-size: 2.8em;
      color: var(--accent-color);
      margin-bottom: 20px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-yy777-com-login-register-philippines__promo-description {
      font-size: 1.3em;
      color: var(--text-light);
      margin-bottom: 30px;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

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

    .page-yy777-com-login-register-philippines__faq-list {
      margin-top: 30px;
    }

    .page-yy777-com-login-register-philippines__faq-item {
      background-color: var(--background-light);
      border-radius: 8px;
      margin-bottom: 15px;
      border: 1px solid var(--border-color);
      overflow: hidden;
    }

    .page-yy777-com-login-register-philippines__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: #333333; /* Slightly different background for question */
      transition: background-color 0.3s ease;
      color: var(--primary-color);
    }

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

    .page-yy777-com-login-register-philippines__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click event */
      color: var(--primary-color); /* Ensure contrast */
    }

    .page-yy777-com-login-register-philippines__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      margin-left: 15px;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
      color: var(--primary-color); /* Ensure contrast */
    }

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

    .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 25px !important;
      opacity: 1;
    }

    .page-yy777-com-login-register-philippines__faq-item.active .page-yy777-com-login-register-philippines__faq-toggle {
      content: '−'; /* Change to minus sign */
      transform: rotate(45deg); /* Visual cue */
    }

    .page-yy777-com-login-register-philippines__sticky-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
      background-color: rgba(0, 0, 0, 0.8);
      padding: 10px 20px;
      border-radius: 50px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
      backdrop-filter: blur(5px);
    }

    .page-yy777-com-login-register-philippines__sticky-button {
      background-color: var(--primary-color);
      color: var(--secondary-color);
      padding: 12px 25px;
      border: none;
      border-radius: 30px;
      font-size: 1em;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-decoration: none;
      white-space: nowrap;
    }

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

    .page-yy777-com-login-register-philippines__sticky-button--register {
      background-color: var(--accent-color);
      color: var(--text-light);
    }

    .page-yy777-com-login-register-philippines__sticky-button--register:hover {
      background-color: #E03C00;
    }

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

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

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

      .page-yy777-com-login-register-philippines__section {
        padding: 30px 15px;
      }

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

      .page-yy777-com-login-register-philippines__button {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
      }

      .page-yy777-com-login-register-philippines__steps-grid,
      .page-yy777-com-login-register-philippines__features-grid {
        grid-template-columns: 1fr;
      }

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

      .page-yy777-com-login-register-philippines__promo-description {
        font-size: 1em;
      }

      .page-yy777-com-login-register-philippines__faq-question {
        padding: 15px 20px;
      }

      .page-yy777-com-login-register-philippines__faq-question h3 {
        font-size: 1.1em;
      }

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

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

      .page-yy777-com-login-register-philippines__sticky-buttons {
        bottom: 15px;
        padding: 8px 15px;
        gap: 10px;
      }

      .page-yy777-com-login-register-philippines__sticky-button {
        padding: 10px 20px;
        font-size: 0.9em;
      }
      
      /* Ensure list items are full width and handle padding */
      .page-yy777-com-login-register-philippines__steps-grid > *,
      .page-yy777-com-login-register-philippines__features-grid > * {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-yy777-com-login-register-philippines__features-grid .page-yy777-com-login-register-philippines__feature-item {
        padding: 20px; /* Reduce padding for smaller screens */
      }
      .page-yy777-com-login-register-philippines__feature-icon-wrapper {
        margin-bottom: 10px;
      }
    }

    @media (max-width: 480px) {
      .page-yy777-com-login-register-philippines__hero-title {
        font-size: 2em;
      }
      .page-yy777-com-login-register-philippines__sticky-buttons {
        flex-direction: column;
        width: calc(100% - 40px);
        max-width: 250px;
        border-radius: 15px;
      }
      .page-yy777-com-login-register-philippines__sticky-button {
        width: 100%;
      }
    }
  