
    /* CSS for page-phbet-win-register-login-philippines-2 */
    .page-phbet-win-register-login-philippines-2 {
      font-family: 'Arial', sans-serif;
      color: #333333;
      line-height: 1.6;
      background-color: #f5f5f5;
    }

    .page-phbet-win-register-login-philippines-2__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    /* Hero Section */
    .page-phbet-win-register-login-philippines-2__hero-section {
      background-color: #000000; /* Dark background for hero for contrast */
      color: #ffffff;
      text-align: center;
      padding: 80px 20px;
      padding-top: 10px; /* Adjust for fixed header, 10px decorative top padding */
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .page-phbet-win-register-login-philippines-2__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.5; /* Slightly transparent overlay */
      z-index: 0;
    }

    .page-phbet-win-register-login-philippines-2__hero-content {
      position: relative;
      z-index: 1;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-phbet-win-register-login-philippines-2__hero-title {
      font-size: 3em;
      margin-bottom: 20px;
      color: #ff6f00; /* Accent color for title */
      text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    }

    .page-phbet-win-register-login-philippines-2__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      color: #ffffff;
    }

    .page-phbet-win-register-login-philippines-2__button {
      background-color: #ff6f00;
      color: #ffffff;
      padding: 15px 30px;
      border: none;
      border-radius: 5px;
      font-size: 1.1em;
      cursor: pointer;
      transition: background-color 0.3s ease;
      text-decoration: none; /* Ensure no underline for button-like elements */
      display: inline-block;
    }

    .page-phbet-win-register-login-philippines-2__button:hover {
      background-color: #e65c00;
    }

    /* Floating Register/Login Buttons */
    .page-phbet-win-register-login-philippines-2__floating-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
    }

    .page-phbet-win-register-login-philippines-2__floating-button {
      background-color: #ff6f00;
      color: #ffffff;
      padding: 12px 25px;
      border: none;
      border-radius: 30px;
      font-size: 1em;
      font-weight: bold;
      cursor: pointer;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-decoration: none;
    }

    .page-phbet-win-register-login-philippines-2__floating-button:hover {
      background-color: #e65c00;
      transform: translateX(-50%) scale(1.05); /* Adjusted for initial transform */
    }
    .page-phbet-win-register-login-philippines-2__floating-button--login {
        background-color: #0a1930;
    }
    .page-phbet-win-register-login-philippines-2__floating-button--login:hover {
        background-color: #1a2c4e;
    }


    /* General Section Styling */
    .page-phbet-win-register-login-philippines-2__section {
      padding: 60px 20px;
      text-align: center;
    }

    .page-phbet-win-register-login-philippines-2__section-title {
      font-size: 2.5em;
      margin-bottom: 40px;
      color: #0a1930;
      position: relative;
      padding-bottom: 10px;
    }

    .page-phbet-win-register-login-philippines-2__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #ff6f00;
      border-radius: 2px;
    }

    .page-phbet-win-register-login-philippines-2__text-content {
      max-width: 900px;
      margin: 0 auto 40px auto;
      font-size: 1.1em;
      color: #555555;
    }

    /* Features/Benefits Grid */
    .page-phbet-win-register-login-philippines-2__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
      text-align: left;
    }

    .page-phbet-win-register-login-philippines-2__feature-item {
      background-color: #ffffff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box; /* Crucial for mobile responsiveness */
    }

    .page-phbet-win-register-login-philippines-2__feature-item:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    }

    .page-phbet-win-register-login-philippines-2__feature-icon {
      width: 100px;
      height: auto;
      margin-bottom: 20px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%; /* Ensure image responsiveness */
      height: auto;
    }

    .page-phbet-win-register-login-philippines-2__feature-title {
      font-size: 1.5em;
      color: #0a1930;
      margin-bottom: 15px;
      text-align: center;
    }

    .page-phbet-win-register-login-philippines-2__feature-description {
      color: #666666;
      font-size: 1em;
      text-align: center;
    }

    /* Game Providers Section */
    .page-phbet-win-register-login-philippines-2__game-providers-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 20px;
      margin-top: 40px;
      padding: 0 20px;
    }

    .page-phbet-win-register-login-philippines-2__provider-card {
      background-color: #ffffff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.08);
      text-align: center;
      transition: transform 0.2s ease;
      box-sizing: border-box; /* Crucial for mobile responsiveness */
    }

    .page-phbet-win-register-login-philippines-2__provider-card:hover {
      transform: translateY(-5px);
    }

    .page-phbet-win-register-login-philippines-2__provider-logo {
      width: 150px; /* Adjust as needed */
      height: auto;
      margin-bottom: 15px;
      max-width: 100%; /* Ensure image responsiveness */
      height: auto;
    }

    .page-phbet-win-register-login-philippines-2__provider-name {
      font-size: 1.1em;
      font-weight: bold;
      color: #0a1930;
    }

    /* Payment Methods Section */
    .page-phbet-win-register-login-philippines-2__payment-methods-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 40px;
      padding: 0 20px;
    }

    .page-phbet-win-register-login-philippines-2__payment-card {
      background-color: #ffffff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.08);
      text-align: center;
      box-sizing: border-box; /* Crucial for mobile responsiveness */
    }

    .page-phbet-win-register-login-philippines-2__payment-logo {
      width: 120px; /* Adjust as needed */
      height: auto;
      margin-bottom: 10px;
      max-width: 100%; /* Ensure image responsiveness */
      height: auto;
    }

    .page-phbet-win-register-login-philippines-2__payment-name {
      font-size: 1em;
      font-weight: bold;
      color: #0a1930;
    }

    /* FAQ Section */
    .page-phbet-win-register-login-philippines-2__faq-section {
      background-color: #ffffff;
    }

    .page-phbet-win-register-login-philippines-2__faq-list {
      max-width: 900px;
      margin: 40px auto 0 auto;
      text-align: left;
    }

    .page-phbet-win-register-login-philippines-2__faq-item {
      margin-bottom: 15px;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }

    .page-phbet-win-register-login-philippines-2__faq-question {
      background-color: #f9f9f9;
      padding: 15px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      color: #0a1930;
      transition: background-color 0.3s ease;
    }

    .page-phbet-win-register-login-philippines-2__faq-question:hover {
      background-color: #f0f0f0;
    }

    .page-phbet-win-register-login-philippines-2__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      pointer-events: none; /* Prevent h3 from blocking click */
      color: #0a1930; /* Ensure good contrast */
    }

    .page-phbet-win-register-login-philippines-2__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #0a1930; /* Ensure good contrast */
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click */
    }

    .page-phbet-win-register-login-philippines-2__faq-item.active .page-phbet-win-register-login-philippines-2__faq-toggle {
      transform: rotate(45deg); /* Visually indicate open state */
    }

    .page-phbet-win-register-login-philippines-2__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #555555;
      background-color: #ffffff;
    }

    .page-phbet-win-register-login-philippines-2__faq-item.active .page-phbet-win-register-login-philippines-2__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 15px !important;
      opacity: 1;
    }
    .page-phbet-win-register-login-philippines-2__faq-answer p {
        margin: 0;
        padding: 0;
    }

    /* Promotion Banner */
    .page-phbet-win-register-login-philippines-2__promo-banner {
      background-color: #0a1930;
      color: #ffffff;
      padding: 50px 20px;
      text-align: center;
      margin-top: 40px;
    }

    .page-phbet-win-register-login-philippines-2__promo-title {
      font-size: 2.2em;
      margin-bottom: 15px;
      color: #ff6f00;
    }

    .page-phbet-win-register-login-philippines-2__promo-text {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-phbet-win-register-login-philippines-2__hero-title {
        font-size: 2.2em;
      }

      .page-phbet-win-register-login-philippines-2__hero-subtitle {
        font-size: 1.2em;
      }

      .page-phbet-win-register-login-philippines-2__section {
        padding: 40px 15px;
      }

      .page-phbet-win-register-login-philippines-2__section-title {
        font-size: 2em;
      }

      .page-phbet-win-register-login-philippines-2__text-content {
        font-size: 1em;
      }

      .page-phbet-win-register-login-philippines-2__features-grid,
      .page-phbet-win-register-login-philippines-2__game-providers-grid,
      .page-phbet-win-register-login-philippines-2__payment-methods-grid {
        grid-template-columns: 1fr; /* Single column for all grids on mobile */
      }

      /* Mobile specific list item styles */
      .page-phbet-win-register-login-philippines-2__feature-item,
      .page-phbet-win-register-login-philippines-2__provider-card,
      .page-phbet-win-register-login-philippines-2__payment-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px !important; /* Adjust padding for smaller screens */
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-phbet-win-register-login-philippines-2__floating-buttons {
          bottom: 15px;
          gap: 10px;
      }
      .page-phbet-win-register-login-philippines-2__floating-button {
          padding: 10px 20px;
          font-size: 0.9em;
      }

      .page-phbet-win-register-login-philippines-2__feature-icon,
      .page-phbet-win-register-login-philippines-2__provider-logo,
      .page-phbet-win-register-login-philippines-2__payment-logo {
          max-width: 100% !important;
          height: auto !important;
      }

      .page-phbet-win-register-login-philippines-2__faq-question h3 {
          font-size: 1em;
      }

      .page-phbet-win-register-login-philippines-2__faq-toggle {
          font-size: 1.2em;
      }

      .page-phbet-win-register-login-philippines-2__promo-title {
        font-size: 1.8em;
      }
      .page-phbet-win-register-login-philippines-2__promo-text {
        font-size: 1em;
      }
    }

    @media (max-width: 480px) {
        .page-phbet-win-register-login-philippines-2__hero-title {
            font-size: 1.8em;
        }
        .page-phbet-win-register-login-philippines-2__hero-subtitle {
            font-size: 1em;
        }
        .page-phbet-win-register-login-philippines-2__button {
            padding: 12px 25px;
            font-size: 1em;
        }
        .page-phbet-win-register-login-philippines-2__floating-buttons {
            flex-direction: column;
            width: calc(100% - 40px);
            left: 20px;
            transform: none;
            align-items: center;
        }
        .page-phbet-win-register-login-philippines-2__floating-button {
            width: 100%;
            text-align: center;
        }
        .page-phbet-win-register-login-philippines-2__floating-button:hover {
            transform: scale(1.02); /* Adjusted for column layout */
        }
    }
  