
    /* Base styles for the specific page */
    .page-yy777-com-ph-login-register {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-top: 10px; /* Adjust for fixed header, relying on body padding for main offset */
    }

    .page-yy777-com-ph-login-register__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    /* Hero Section */
    .page-yy777-com-ph-login-register__hero-section {
      text-align: center;
      padding: 60px 20px;
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
      color: #fff;
      border-radius: 10px;
      margin-bottom: 40px;
      position: relative;
      overflow: hidden;
    }

    .page-yy777-com-ph-login-register__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3);
      z-index: 1;
    }

    .page-yy777-com-ph-login-register__hero-content {
      position: relative;
      z-index: 2;
    }

    .page-yy777-com-ph-login-register__hero-title {
      font-size: 2.8em;
      margin-bottom: 20px;
      font-weight: bold;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-yy777-com-ph-login-register__hero-subtitle {
      font-size: 1.4em;
      margin-bottom: 30px;
      color: #eee;
    }

    .page-yy777-com-ph-login-register__button-group {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    .page-yy777-com-ph-login-register__button {
      background-color: #ffc107;
      color: #333;
      padding: 15px 30px;
      border: none;
      border-radius: 5px;
      font-size: 1.1em;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    }

    .page-yy777-com-ph-login-register__button:hover {
      background-color: #e0a800;
      transform: translateY(-2px);
    }

    .page-yy777-com-ph-login-register__button--primary {
      background-color: #28a745;
      color: #fff;
    }

    .page-yy777-com-ph-login-register__button--primary:hover {
      background-color: #218838;
    }

    /* Content Sections */
    .page-yy777-com-ph-login-register__section {
      background-color: #fff;
      padding: 40px;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      margin-bottom: 30px;
    }

    .page-yy777-com-ph-login-register__section-title {
      font-size: 2em;
      color: #1a2a6c;
      margin-bottom: 25px;
      text-align: center;
      border-bottom: 2px solid #ffc107;
      padding-bottom: 10px;
      display: inline-block;
      width: auto;
      margin-left: auto;
      margin-right: auto;
    }

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

    .page-yy777-com-ph-login-register__grid-item {
      text-align: center;
      padding: 25px;
      border-radius: 8px;
      background-color: #f9f9f9;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
    }

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

    .page-yy777-com-ph-login-register__grid-item-title {
      font-size: 1.4em;
      color: #b21f1f;
      margin-bottom: 15px;
    }

    .page-yy777-com-ph-login-register__grid-item-text {
      color: #555;
    }

    .page-yy777-com-ph-login-register__image-wrapper {
      margin-bottom: 20px;
      overflow: hidden;
      border-radius: 8px;
    }

    .page-yy777-com-ph-login-register__image {
      max-width: 100%;
      height: auto;
      display: block;
      transition: transform 0.3s ease;
    }

    .page-yy777-com-ph-login-register__image-wrapper:hover .page-yy777-com-ph-login-register__image {
      transform: scale(1.05);
    }

    /* Steps Section */
    .page-yy777-com-ph-login-register__steps-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .page-yy777-com-ph-login-register__step-item {
      display: flex;
      align-items: flex-start;
      background-color: #e6f7ff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    .page-yy777-com-ph-login-register__step-number {
      background-color: #1a2a6c;
      color: #fff;
      width: 40px;
      height: 40px;
      min-width: 40px;
      min-height: 40px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.2em;
      font-weight: bold;
      margin-right: 15px;
    }

    .page-yy777-com-ph-login-register__step-content h3 {
      margin-top: 0;
      color: #1a2a6c;
      font-size: 1.3em;
    }

    .page-yy777-com-ph-login-register__step-content p {
      margin-bottom: 0;
      color: #555;
    }

    /* Providers/Payments Section */
    .page-yy777-com-ph-login-register__providers-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 30px;
    }

    .page-yy777-com-ph-login-register__provider-item {
      background-color: #f0f0f0;
      padding: 15px;
      border-radius: 5px;
      text-align: center;
      font-weight: bold;
      color: #333;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

    /* Call to Action */
    .page-yy777-com-ph-login-register__cta-section {
      text-align: center;
      background-color: #ffc107;
      padding: 50px 20px;
      border-radius: 10px;
      margin-top: 40px;
    }

    .page-yy777-com-ph-login-register__cta-title {
      font-size: 2.2em;
      color: #1a2a6c;
      margin-bottom: 20px;
    }

    .page-yy777-com-ph-login-register__cta-text {
      font-size: 1.1em;
      color: #333;
      margin-bottom: 30px;
    }

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

    .page-yy777-com-ph-login-register__faq-item {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

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

    .page-yy777-com-ph-login-register__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-yy777-com-ph-login-register__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #333;
      pointer-events: none; /* Prevent h3 from interfering with click event */
    }

    .page-yy777-com-ph-login-register__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #1a2a6c;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from interfering with click event */
    }

    .page-yy777-com-ph-login-register__faq-item.active .page-yy777-com-ph-login-register__faq-toggle {
      transform: rotate(45deg); /* Changes + to X or similar */
    }

    .page-yy777-com-ph-login-register__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #fdfdfd;
      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;
    }

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

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

      .page-yy777-com-ph-login-register__hero-subtitle {
        font-size: 1.1em;
      }

      .page-yy777-com-ph-login-register__button {
        width: 100%;
        padding: 12px 20px;
      }

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

      .page-yy777-com-ph-login-register__section {
        padding: 25px 15px;
      }

      .page-yy777-com-ph-login-register__section-title {
        font-size: 1.6em;
      }

      .page-yy777-com-ph-login-register__grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-yy777-com-ph-login-register__step-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .page-yy777-com-ph-login-register__step-number {
        margin-right: 0;
        margin-bottom: 15px;
      }

      .page-yy777-com-ph-login-register__providers-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      }

      .page-yy777-com-ph-login-register__cta-title {
        font-size: 1.8em;
      }

      .page-yy777-com-ph-login-register__cta-text {
        font-size: 1em;
      }

      .page-yy777-com-ph-login-register__faq-question {
        padding: 12px 15px;
      }

      .page-yy777-com-ph-login-register__faq-question h3 {
        font-size: 1em;
      }

      .page-yy777-com-ph-login-register__faq-answer {
        padding: 0 15px;
      }

      .page-yy777-com-ph-login-register__faq-item.active .page-yy777-com-ph-login-register__faq-answer {
        padding: 15px !important;
      }

      /* List item responsive styles */
      .page-yy777-com-ph-login-register__steps-list,
      .page-yy777-com-ph-login-register__providers-grid {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-yy777-com-ph-login-register__step-item,
      .page-yy777-com-ph-login-register__provider-item {
        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;
      }
    }

    @media (max-width: 480px) {
      .page-yy777-com-ph-login-register__hero-title {
        font-size: 1.8em;
      }
      .page-yy777-com-ph-login-register__section-title {
        font-size: 1.4em;
      }
    }

    /* Image responsive styles */
    .page-yy777-com-ph-login-register__image {
      max-width: 100%;
      height: auto;
      display: block;
    }

    .page-yy777-com-ph-login-register__image-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }

    @media (max-width: 768px) {
      .page-yy777-com-ph-login-register__image {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-yy777-com-ph-login-register__image-container {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }
    }
  