
    :root {
      --primary-color: #ffcc00; /* Gold/Yellow for PHBET */
      --secondary-color: #333;
      --accent-color: #007bff;
      --text-color: #333;
      --light-bg: #f8f8f8;
      --dark-bg: #1a1a1a;
      --white-color: #ffffff;
      --grey-text: #555;
    }

    .page-phbet-free-28-login-philippines-2 {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--text-color);
      background-color: var(--light-bg);
    }

    /* General Section Styling */
    .page-phbet-free-28-login-philippines-2__section {
      padding: 40px 20px;
      margin: 0 auto;
      max-width: 1200px;
      box-sizing: border-box;
    }

    .page-phbet-free-28-login-philippines-2__section--dark {
      background-color: var(--dark-bg);
      color: var(--white-color);
    }

    .page-phbet-free-28-login-philippines-2__section-title {
      font-size: 2.5em;
      color: var(--secondary-color);
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-phbet-free-28-login-philippines-2__section-title--light {
      color: var(--primary-color);
    }

    .page-phbet-free-28-login-philippines-2__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 60px;
      height: 4px;
      background-color: var(--primary-color);
      border-radius: 2px;
    }

    /* Hero Section */
    .page-phbet-free-28-login-philippines-2__hero-section {
      position: relative;
      width: 100%;
      height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: var(--white-color);
      overflow: hidden;
      padding-top: 10px; /* Small padding, assuming body handles main offset */
      box-sizing: border-box;
    }

    .page-phbet-free-28-login-philippines-2__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
      filter: brightness(0.5); /* Darken background for text readability */
      max-width: 100%; /* Ensure responsiveness */
      height: auto; /* Ensure responsiveness */
    }

    .page-phbet-free-28-login-philippines-2__hero-content {
      z-index: 1;
      max-width: 800px;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.4);
      border-radius: 10px;
    }

    .page-phbet-free-28-login-philippines-2__hero-title {
      font-size: 3.5em;
      margin-bottom: 15px;
      color: var(--primary-color);
      line-height: 1.2;
    }

    .page-phbet-free-28-login-philippines-2__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      color: var(--white-color);
    }

    .page-phbet-free-28-login-philippines-2__button {
      display: inline-block;
      padding: 15px 30px;
      background-color: var(--primary-color);
      color: var(--dark-bg);
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-phbet-free-28-login-philippines-2__button:hover {
      background-color: #ffd700;
      transform: translateY(-2px);
    }

    /* About Section */
    .page-phbet-free-28-login-philippines-2__about-content {
      display: flex;
      flex-direction: column;
      gap: 20px;
      text-align: center;
    }

    .page-phbet-free-28-login-philippines-2__about-text {
      font-size: 1.1em;
      color: var(--grey-text);
    }

    /* Features Section */
    .page-phbet-free-28-login-philippines-2__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-phbet-free-28-login-philippines-2__feature-card {
      background-color: var(--white-color);
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      padding: 30px;
      text-align: center;
      transition: transform 0.3s ease;
      box-sizing: border-box;
      word-wrap: break-word; /* Ensure text wraps */
      overflow-wrap: break-word; /* Ensure text wraps */
      word-break: break-word; /* Ensure text breaks for long keywords */
    }

    .page-phbet-free-28-login-philippines-2__feature-card:hover {
      transform: translateY(-5px);
    }

    .page-phbet-free-28-login-philippines-2__feature-icon-wrapper {
      margin-bottom: 20px;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
    }

    .page-phbet-free-28-login-philippines-2__feature-icon {
      width: 250px; /* Example size, must be >= 200px */
      height: 200px; /* Example size, must be >= 200px */
      max-width: 100%;
      height: auto;
      object-fit: contain;
      border-radius: 8px; /* Added for visual appeal */
    }

    .page-phbet-free-28-login-philippines-2__feature-title {
      font-size: 1.4em;
      color: var(--secondary-color);
      margin-bottom: 10px;
    }

    .page-phbet-free-28-login-philippines-2__feature-description {
      color: var(--grey-text);
      font-size: 0.95em;
    }

    /* How To Claim Section */
    .page-phbet-free-28-login-philippines-2__how-to-steps {
      display: flex;
      flex-direction: column;
      gap: 25px;
      margin-top: 30px;
    }

    .page-phbet-free-28-login-philippines-2__step-item {
      display: flex;
      align-items: flex-start;
      gap: 20px;
      background-color: var(--white-color);
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
      word-wrap: break-word; /* Ensure text wraps */
      overflow-wrap: break-word; /* Ensure text wraps */
      word-break: break-word; /* Ensure text breaks for long keywords */
    }

    .page-phbet-free-28-login-philippines-2__step-number {
      flex-shrink: 0;
      width: 40px;
      height: 40px;
      background-color: var(--primary-color);
      color: var(--dark-bg);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2em;
      font-weight: bold;
    }

    .page-phbet-free-28-login-philippines-2__step-content h3 {
      margin-top: 0;
      font-size: 1.3em;
      color: var(--secondary-color);
    }

    .page-phbet-free-28-login-philippines-2__step-content p {
      margin-bottom: 0;
      color: var(--grey-text);
    }

    /* Games Section */
    .page-phbet-free-28-login-philippines-2__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-phbet-free-28-login-philippines-2__game-card {
      background-color: var(--white-color);
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s ease;
      box-sizing: border-box;
      word-wrap: break-word; /* Ensure text wraps */
      overflow-wrap: break-word; /* Ensure text wraps */
      word-break: break-word; /* Ensure text breaks for long keywords */
    }

    .page-phbet-free-28-login-philippines-2__game-card:hover {
      transform: translateY(-5px);
    }

    .page-phbet-free-28-login-philippines-2__game-image-wrapper {
      width: 100%;
      height: 200px; /* Fixed height for consistency */
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-phbet-free-28-login-philippines-2__game-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease;
      max-width: 100%;
      height: auto;
    }

    .page-phbet-free-28-login-philippines-2__game-card:hover .page-phbet-free-28-login-philippines-2__game-image {
      transform: scale(1.05);
    }

    .page-phbet-free-28-login-philippines-2__game-info {
      padding: 20px;
      text-align: center;
    }

    .page-phbet-free-28-login-philippines-2__game-title {
      font-size: 1.3em;
      color: var(--secondary-color);
      margin-bottom: 10px;
    }

    .page-phbet-free-28-login-philippines-2__game-description {
      color: var(--grey-text);
      font-size: 0.9em;
    }

    /* FAQ Section */
    .page-phbet-free-28-login-philippines-2__faq-list {
      margin-top: 30px;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .page-phbet-free-28-login-philippines-2__faq-item {
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
      background-color: var(--white-color);
      box-sizing: border-box; /* Ensure padding and border are included in width */
    }

    .page-phbet-free-28-login-philippines-2__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #f7f7f7;
      color: var(--secondary-color);
      font-size: 1.1em;
      font-weight: bold;
      user-select: none;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-phbet-free-28-login-philippines-2__faq-question:hover {
      background-color: #eee;
    }

    .page-phbet-free-28-login-philippines-2__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: var(--secondary-color);
      pointer-events: none; /* Prevent h3 from blocking click */
      word-wrap: break-word; /* Ensure text wraps */
      overflow-wrap: break-word; /* Ensure text wraps */
      word-break: break-word; /* Ensure text breaks for long keywords */
    }

    .page-phbet-free-28-login-philippines-2__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click */
      color: var(--primary-color);
    }

    .page-phbet-free-28-login-philippines-2__faq-item.active .page-phbet-free-28-login-philippines-2__faq-toggle {
      transform: rotate(45deg); /* Change + to X */
    }

    .page-phbet-free-28-login-philippines-2__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: var(--grey-text);
      background-color: var(--white-color);
      box-sizing: border-box;
      word-wrap: break-word; /* Ensure text wraps */
      overflow-wrap: break-word; /* Ensure text wraps */
      word-break: break-word; /* Ensure text breaks for long keywords */
    }

    .page-phbet-free-28-login-philippines-2__faq-item.active .page-phbet-free-28-login-philippines-2__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px !important;
      opacity: 1;
    }

    /* CTA Section */
    .page-phbet-free-28-login-philippines-2__cta-section {
      text-align: center;
    }

    .page-phbet-free-28-login-philippines-2__cta-text {
      font-size: 1.3em;
      margin-bottom: 25px;
      color: var(--secondary-color);
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-phbet-free-28-login-philippines-2__hero-section {
        height: 400px;
        padding-top: 5px; /* Adjust for smaller screens */
      }

      .page-phbet-free-28-login-philippines-2__hero-title {
        font-size: 2.2em;
      }

      .page-phbet-free-28-login-philippines-2__hero-subtitle {
        font-size: 1.1em;
      }

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

      .page-phbet-free-28-login-philippines-2__features-grid,
      .page-phbet-free-28-login-philippines-2__games-grid {
        grid-template-columns: 1fr;
      }

      .page-phbet-free-28-login-philippines-2__feature-card,
      .page-phbet-free-28-login-philippines-2__step-item,
      .page-phbet-free-28-login-philippines-2__game-card {
        padding: 20px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-phbet-free-28-login-philippines-2__feature-icon {
        width: 100% !important;
        max-width: 200px !important; /* Ensure min size is met but also responsive */
        height: auto !important;
      }

      .page-phbet-free-28-login-philippines-2__game-image-wrapper {
        height: 180px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-phbet-free-28-login-philippines-2__game-image {
        max-width: 100% !important;
        height: auto !important;
      }

      .page-phbet-free-28-login-philippines-2__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-phbet-free-28-login-philippines-2__faq-question {
        font-size: 1em;
        padding: 12px 15px;
      }
      .page-phbet-free-28-login-philippines-2__faq-question h3 {
        font-size: 1em;
      }
      .page-phbet-free-28-login-philippines-2__faq-answer {
        padding: 0 15px;
      }
      .page-phbet-free-28-login-philippines-2__faq-item.active .page-phbet-free-28-login-philippines-2__faq-answer {
        padding: 15px !important;
      }

      .page-phbet-free-28-login-philippines-2__step-content h3 {
        font-size: 1.1em;
      }
      .page-phbet-free-28-login-philippines-2__step-number {
        width: 35px;
        height: 35px;
        font-size: 1em;
      }
      .page-phbet-free-28-login-philippines-2__cta-text {
        font-size: 1.1em;
      }
    }

    @media (max-width: 480px) {
      .page-phbet-free-28-login-philippines-2__hero-title {
        font-size: 1.8em;
      }
      .page-phbet-free-28-login-philippines-2__hero-subtitle {
        font-size: 0.9em;
      }
      .page-phbet-free-28-login-philippines-2__button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-phbet-free-28-login-philippines-2__section {
        padding: 30px 15px;
      }
    }
  