
    .page-phbet-vip-login-philippines {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f9f9f9;
    }

    .page-phbet-vip-login-philippines__hero-section {
      position: relative;
      background: linear-gradient(135deg, #0a192f, #1e3a5f);
      color: #fff;
      padding: 10px 20px 80px; /* Adjusted padding-top as per instructions */
      text-align: center;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 400px;
    }

    .page-phbet-vip-login-philippines__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      z-index: 0;
      max-width: 100%; /* Responsive image */
      height: auto; /* Responsive image */
    }

    .page-phbet-vip-login-philippines__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-phbet-vip-login-philippines__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      font-weight: 700;
      color: #ffd700; /* Gold accent */
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      word-wrap: break-word; /* Ensure long titles wrap */
    }

    .page-phbet-vip-login-philippines__hero-description {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: #e0e0e0;
      word-wrap: break-word;
    }

    .page-phbet-vip-login-philippines__cta-button {
      display: inline-block;
      background-color: #ffd700;
      color: #0a192f;
      padding: 15px 30px;
      border-radius: 5px;
      font-size: 1.2em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-phbet-vip-login-philippines__cta-button:hover {
      background-color: #e6c200;
      transform: translateY(-2px);
    }

    .page-phbet-vip-login-philippines__section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      border-bottom: 1px solid #eee;
    }

    .page-phbet-vip-login-philippines__section:last-of-type {
      border-bottom: none;
    }

    .page-phbet-vip-login-philippines__section-title {
      font-size: 2.5em;
      color: #0a192f;
      text-align: center;
      margin-bottom: 40px;
      font-weight: 600;
      word-wrap: break-word;
    }

    .page-phbet-vip-login-philippines__content-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      justify-content: center;
      align-items: flex-start;
    }

    .page-phbet-vip-login-philippines__text-block {
      flex: 1;
      min-width: 300px;
      max-width: 600px;
    }

    .page-phbet-vip-login-philippines__image-block {
      flex: 1;
      min-width: 300px;
      max-width: 500px;
      text-align: center;
    }

    .page-phbet-vip-login-philippines__image-block img {
      width: 100%;
      height: auto;
      border-radius: 10px;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      max-width: 100%; /* Responsive image */
      height: auto; /* Responsive image */
    }

    .page-phbet-vip-login-philippines__image-block img:hover {
      transform: translateY(-5px);
    }

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

    .page-phbet-vip-login-philippines__feature-card {
      background-color: #f0f8ff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box; /* Ensure padding and border are included in width */
    }

    .page-phbet-vip-login-philippines__feature-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    }

    .page-phbet-vip-login-philippines__feature-card-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 20px;
      border-radius: 50%;
      object-fit: cover;
      max-width: 100%; /* Responsive image */
      height: auto; /* Responsive image */
    }

    .page-phbet-vip-login-philippines__feature-card-title {
      font-size: 1.5em;
      color: #1e3a5f;
      margin-bottom: 15px;
      font-weight: 600;
      word-wrap: break-word;
    }

    .page-phbet-vip-login-philippines__feature-card-description {
      font-size: 1em;
      color: #555;
      word-wrap: break-word;
    }

    .page-phbet-vip-login-philippines__steps-list {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin-top: 40px;
    }

    .page-phbet-vip-login-philippines__step-item {
      background-color: #fff;
      padding: 25px;
      border-left: 5px solid #ffd700;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      display: flex;
      align-items: center;
      gap: 20px;
      box-sizing: border-box; /* Ensure padding and border are included in width */
    }

    .page-phbet-vip-login-philippines__step-number {
      font-size: 2em;
      font-weight: bold;
      color: #0a192f;
      background-color: #ffd700;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-shrink: 0;
    }

    .page-phbet-vip-login-philippines__step-content h3 {
      font-size: 1.3em;
      color: #1e3a5f;
      margin-bottom: 5px;
      word-wrap: break-word;
    }

    .page-phbet-vip-login-philippines__step-content p {
      font-size: 0.95em;
      color: #666;
      word-wrap: break-word;
    }

    .page-phbet-vip-login-philippines__game-providers-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 25px;
      margin-top: 40px;
      justify-content: center;
    }

    .page-phbet-vip-login-philippines__provider-logo {
      background-color: #fff;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      text-align: center;
      transition: transform 0.2s ease;
      box-sizing: border-box; /* Ensure padding and border are included in width */
    }

    .page-phbet-vip-login-philippines__provider-logo:hover {
      transform: translateY(-3px);
    }

    .page-phbet-vip-login-philippines__provider-logo img {
      max-width: 150px;
      height: 60px;
      object-fit: contain;
      max-width: 100%; /* Responsive image */
      height: auto; /* Responsive image */
    }

    .page-phbet-vip-login-philippines__faq-section {
      padding: 60px 20px;
      max-width: 900px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    }

    .page-phbet-vip-login-philippines__faq-item {
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-sizing: border-box; /* Ensure padding and border are included in width */
    }

    .page-phbet-vip-login-philippines__faq-question {
      background-color: #f5f5f5;
      padding: 15px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      user-select: none;
      font-size: 1.1em;
      color: #0a192f;
      font-weight: 600;
      transition: background-color 0.3s ease;
    }

    .page-phbet-vip-login-philippines__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-phbet-vip-login-philippines__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click */
      word-wrap: break-word;
    }

    .page-phbet-vip-login-philippines__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      margin-left: 15px;
      color: #ffd700;
      pointer-events: none; /* Prevent toggle from blocking click */
    }

    .page-phbet-vip-login-philippines__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #555;
      background-color: #ffffff;
      word-wrap: break-word;
    }

    .page-phbet-vip-login-philippines__faq-item.active .page-phbet-vip-login-philippines__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 20px !important;
      opacity: 1;
    }

    .page-phbet-vip-login-philippines__faq-item.active .page-phbet-vip-login-philippines__faq-toggle {
      content: "−";
      color: #0a192f;
    }

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

      .page-phbet-vip-login-philippines__hero-description {
        font-size: 1.1em;
      }

      .page-phbet-vip-login-philippines__section {
        padding: 40px 15px;
      }

      .page-phbet-vip-login-philippines__section-title {
        font-size: 2em;
        margin-bottom: 30px;
      }

      .page-phbet-vip-login-philippines__content-wrapper {
        flex-direction: column;
        gap: 20px;
      }

      .page-phbet-vip-login-philippines__text-block,
      .page-phbet-vip-login-philippines__image-block {
        min-width: unset;
        max-width: 100%;
      }

      .page-phbet-vip-login-philippines__features-grid,
      .page-phbet-vip-login-philippines__game-providers-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      /* List item mobile responsiveness */
      .page-phbet-vip-login-philippines__feature-card,
      .page-phbet-vip-login-philippines__step-item,
      .page-phbet-vip-login-philippines__provider-logo,
      .page-phbet-vip-login-philippines__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 15px !important; /* Adjust padding for smaller screens */
        padding-right: 15px !important;
      }

      .page-phbet-vip-login-philippines__feature-card-description,
      .page-phbet-vip-login-philippines__step-content p,
      .page-phbet-vip-login-philippines__faq-answer {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-phbet-vip-login-philippines__faq-question {
        padding: 12px 15px;
        font-size: 1em;
      }

      .page-phbet-vip-login-philippines__faq-answer {
        padding: 0 15px;
      }

      .page-phbet-vip-login-philippines__faq-item.active .page-phbet-vip-login-philippines__faq-answer {
        padding: 15px 15px !important;
      }

      .page-phbet-vip-login-philippines__step-item {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
      }

      .page-phbet-vip-login-philippines__step-number {
        margin-bottom: 15px;
      }

      /* Image responsive */
      .page-phbet-vip-login-philippines__image-block img,
      .page-phbet-vip-login-philippines__feature-card-icon,
      .page-phbet-vip-login-philippines__provider-logo img {
        max-width: 100% !important;
        height: auto !important;
      }
    }
  