
    /* Base styles for the page content, ensuring it doesn't overlap with the header */
    .page-phbet-link-philippines-2 {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f9f9f9;
      padding-bottom: 80px; /* Space for floating buttons */
    }

    /* Fixed header offset handling */
    .page-phbet-link-philippines-2__hero-section {
      padding-top: 10px; /* Small decorative top padding, assuming body handles header offset */
    }

    .page-phbet-link-philippines-2__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-phbet-link-philippines-2__section {
      padding: 40px 0;
      text-align: center;
    }

    .page-phbet-link-philippines-2__section--dark {
      background-color: #2c3e50;
      color: #ecf0f1;
    }

    .page-phbet-link-philippines-2__section-title {
      font-size: 2.5em;
      margin-bottom: 20px;
      color: #2980b9;
    }

    .page-phbet-link-philippines-2__section-title--light {
      color: #ecf0f1;
    }

    .page-phbet-link-philippines-2__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-phbet-link-philippines-2__highlight {
      color: #f39c12; /* Brand accent color */
    }

    /* Hero Section */
    .page-phbet-link-philippines-2__hero-section {
      position: relative;
      overflow: hidden;
      background-color: #0d1e3a; /* Dark background for hero */
      color: #fff;
      padding: 80px 0;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      min-height: 450px; /* Ensure sufficient height */
    }

    .page-phbet-link-philippines-2__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3; /* Slightly transparent overlay */
      max-width: 100%; /* Responsive image */
      box-sizing: border-box;
    }

    .page-phbet-link-philippines-2__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      padding: 20px;
    }

    .page-phbet-link-philippines-2__hero-title {
      font-size: 3.5em;
      margin-bottom: 15px;
      color: #f39c12; /* Golden/Orange for brand emphasis */
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-phbet-link-philippines-2__hero-subtitle {
      font-size: 1.8em;
      margin-bottom: 30px;
      color: #ecf0f1;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    }

    .page-phbet-link-philippines-2__cta-button {
      display: inline-block;
      background-color: #27ae60; /* Green for action */
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-phbet-link-philippines-2__cta-button:hover {
      background-color: #219d55;
    }

    /* Floating Buttons */
    .page-phbet-link-philippines-2__floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      padding: 10px 15px;
      display: flex;
      justify-content: space-around;
      align-items: center;
      z-index: 1000;
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
      box-sizing: border-box;
    }

    .page-phbet-link-philippines-2__floating-button {
      flex: 1;
      margin: 0 5px;
      padding: 12px 10px;
      border-radius: 8px;
      font-size: 1.1em;
      font-weight: bold;
      text-align: center;
      text-decoration: none;
      color: #fff;
      border: none;
      cursor: pointer;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-phbet-link-philippines-2__floating-button--register {
      background-color: #e67e22; /* Orange */
    }

    .page-phbet-link-philippines-2__floating-button--register:hover {
      background-color: #d35400;
    }

    .page-phbet-link-philippines-2__floating-button--login {
      background-color: #3498db; /* Blue */
    }

    .page-phbet-link-philippines-2__floating-button--login:hover {
      background-color: #2980b9;
    }

    /* Product Display */
    .page-phbet-link-philippines-2__product-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
      justify-content: center;
    }

    .page-phbet-link-philippines-2__product-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
    }

    .page-phbet-link-philippines-2__product-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .page-phbet-link-philippines-2__product-image-wrapper {
      width: 100%;
      height: 200px; /* Fixed height for consistency */
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #ecf0f1;
      box-sizing: border-box;
    }

    .page-phbet-link-philippines-2__product-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      max-width: 100%; /* Responsive image */
      box-sizing: border-box;
    }

    .page-phbet-link-philippines-2__product-info {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-phbet-link-philippines-2__product-title {
      font-size: 1.4em;
      margin-bottom: 10px;
      color: #2c3e50;
      word-wrap: break-word; /* Ensure text wraps */
      overflow-wrap: break-word;
      word-break: break-word;
    }

    .page-phbet-link-philippines-2__product-description {
      font-size: 0.95em;
      color: #7f8c8d;
      margin-bottom: 15px;
      flex-grow: 1;
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
    }

    /* Payment Methods */
    .page-phbet-link-philippines-2__payment-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 30px;
      justify-content: center;
    }

    .page-phbet-link-philippines-2__payment-item {
      background-color: #fff;
      border-radius: 8px;
      padding: 15px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 100px;
      box-sizing: border-box;
    }

    .page-phbet-link-philippines-2__payment-logo {
      max-width: 100%;
      height: auto;
      max-height: 60px;
      margin-bottom: 10px;
      object-fit: contain;
      box-sizing: border-box;
    }

    .page-phbet-link-philippines-2__payment-name {
      font-weight: bold;
      color: #34495e;
      font-size: 1.1em;
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
    }

    /* FAQ Section */
    .page-phbet-link-philippines-2__faq-section {
      background-color: #fff;
    }

    .page-phbet-link-philippines-2__faq-list {
      margin-top: 30px;
      text-align: left;
    }

    .page-phbet-link-philippines-2__faq-item {
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-sizing: border-box;
    }

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

    .page-phbet-link-philippines-2__faq-question:hover {
      background-color: #e0e6ea;
    }

    .page-phbet-link-philippines-2__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click on parent div */
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
    }

    .page-phbet-link-philippines-2__faq-toggle {
      font-size: 1.5em;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click on parent div */
      line-height: 1; /* Ensure consistent height */
    }

    .page-phbet-link-philippines-2__faq-item.active .page-phbet-link-philippines-2__faq-toggle {
      transform: rotate(45deg); /* Rotate '+' to 'x' or similar, or just change text to '-' */
    }

    .page-phbet-link-philippines-2__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      opacity: 0;
      background-color: #fcfcfc;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      box-sizing: border-box;
    }

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

    .page-phbet-link-philippines-2__faq-answer p {
      margin: 0;
      color: #555;
    }

    /* Responsive adjustments */
    @media (max-width: 992px) {
      .page-phbet-link-philippines-2__hero-title {
        font-size: 2.8em;
      }
      .page-phbet-link-philippines-2__hero-subtitle {
        font-size: 1.5em;
      }
      .page-phbet-link-philippines-2__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-phbet-link-philippines-2__hero-section {
        padding: 60px 0;
        min-height: 350px;
      }
      .page-phbet-link-philippines-2__hero-title {
        font-size: 2.2em;
      }
      .page-phbet-link-philippines-2__hero-subtitle {
        font-size: 1.2em;
      }
      .page-phbet-link-philippines-2__section {
        padding: 30px 0;
      }
      .page-phbet-link-philippines-2__section-title {
        font-size: 1.8em;
      }
      .page-phbet-link-philippines-2__text-content {
        font-size: 1em;
      }

      /* Floating buttons */
      .page-phbet-link-philippines-2__floating-buttons {
        padding: 8px 10px;
      }
      .page-phbet-link-philippines-2__floating-button {
        padding: 10px 8px;
        font-size: 1em;
        margin: 0 3px;
      }

      /* Product grid */
      .page-phbet-link-philippines-2__product-grid {
        grid-template-columns: 1fr; /* Single column on mobile */
      }
      .page-phbet-link-philippines-2__product-image-wrapper {
        height: 180px;
      }
      .page-phbet-link-philippines-2__product-title {
        font-size: 1.2em;
      }
      .page-phbet-link-philippines-2__product-description {
        font-size: 0.9em;
      }

      /* Payment grid */
      .page-phbet-link-philippines-2__payment-grid {
        grid-template-columns: repeat(2, 1fr); /* Two columns on mobile */
      }
      .page-phbet-link-philippines-2__payment-item {
        padding: 10px;
        min-height: 80px;
      }
      .page-phbet-link-philippines-2__payment-name {
        font-size: 0.9em;
      }

      /* FAQ */
      .page-phbet-link-philippines-2__faq-question {
        padding: 12px 15px;
        font-size: 1em;
      }
      .page-phbet-link-philippines-2__faq-toggle {
        font-size: 1.3em;
        margin-left: 10px;
      }
      .page-phbet-link-philippines-2__faq-answer {
        padding: 15px 15px;
      }
      .page-phbet-link-philippines-2__faq-answer p {
        font-size: 0.9em;
      }

      /* List item responsiveness for any potential ul/ol elements - general rule */
      .page-phbet-link-philippines-2 ul,
      .page-phbet-link-philippines-2 ol {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 20px !important; /* Adjust if needed */
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-phbet-link-philippines-2 ul li,
      .page-phbet-link-philippines-2 ol li {
        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-phbet-link-philippines-2__hero-title {
        font-size: 1.8em;
      }
      .page-phbet-link-philippines-2__hero-subtitle {
        font-size: 1em;
      }
      .page-phbet-link-philippines-2__cta-button {
        padding: 12px 20px;
        font-size: 1em;
      }
      .page-phbet-link-philippines-2__floating-button {
        font-size: 0.9em;
        padding: 8px 5px;
      }
      .page-phbet-link-philippines-2__payment-grid {
        grid-template-columns: 1fr; /* Single column for very small screens */
      }
    }
  