
    :root {
      --phbet-primary-color: #FFD700; /* Gold */
      --phbet-secondary-color: #8B0000; /* Dark Red */
      --phbet-dark-bg: #1a1a1a; /* Dark Grey */
      --phbet-light-text: #FFFFFF;
      --phbet-dark-text: #333333;
      --phbet-light-bg: #f5f5f5;
      --phbet-accent-color: #007bff; /* Blue for links/buttons */
      --phbet-border-color: #333333;
    }

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

    .page-phbet-com-login-philippines__keyword-highlight {
      color: var(--phbet-primary-color);
      font-weight: bold;
    }

    .page-phbet-com-login-philippines__section-title {
      font-size: 2.5em;
      color: var(--phbet-primary-color);
      text-align: center;
      margin-bottom: 40px;
      padding: 0 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-phbet-com-login-philippines__hero-section {
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 550px;
      padding: 10px 20px 60px; /* Adjust top padding to prevent header overlap */
      text-align: center;
      background-color: var(--phbet-dark-bg);
      box-sizing: border-box;
    }

    .page-phbet-com-login-philippines__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 0.3;
      object-fit: cover;
    }

    .page-phbet-com-login-philippines__hero-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-phbet-com-login-philippines__hero-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.6);
      border-radius: 10px;
    }

    .page-phbet-com-login-philippines__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      color: var(--phbet-light-text);
      line-height: 1.2;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-phbet-com-login-philippines__hero-description {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: var(--phbet-light-text);
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-phbet-com-login-philippines__hero-buttons {
      display: flex;
      gap: 20px;
      justify-content: center;
    }

    .page-phbet-com-login-philippines__primary-button,
    .page-phbet-com-login-philippines__secondary-button {
      padding: 15px 30px;
      border-radius: 5px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, color 0.3s ease;
      cursor: pointer;
      border: none;
      box-sizing: border-box;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-phbet-com-login-philippines__primary-button {
      background-color: var(--phbet-primary-color);
      color: var(--phbet-dark-text);
    }

    .page-phbet-com-login-philippines__primary-button:hover {
      background-color: #e6c200;
    }

    .page-phbet-com-login-philippines__secondary-button {
      background-color: transparent;
      color: var(--phbet-primary-color);
      border: 2px solid var(--phbet-primary-color);
    }

    .page-phbet-com-login-philippines__secondary-button:hover {
      background-color: var(--phbet-primary-color);
      color: var(--phbet-dark-text);
    }

    .page-phbet-com-login-philippines__features-section,
    .page-phbet-com-login-philippines__how-to-login-section,
    .page-phbet-com-login-philippines__faq-section,
    .page-phbet-com-login-philippines__cta-section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      box-sizing: border-box;
    }

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

    .page-phbet-com-login-philippines__feature-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      padding: 30px;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-phbet-com-login-philippines__feature-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    }

    .page-phbet-com-login-philippines__feature-icon {
      width: 100%;
      max-width: 250px;
      height: auto;
      margin-bottom: 20px;
      border-radius: 5px;
      box-sizing: border-box;
    }

    .page-phbet-com-login-philippines__feature-card-title {
      font-size: 1.5em;
      color: var(--phbet-primary-color);
      margin-bottom: 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-phbet-com-login-philippines__feature-card-description {
      font-size: 1em;
      color: var(--phbet-light-text);
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

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

    .page-phbet-com-login-philippines__step-item {
      background-color: #2a2a2a;
      border-radius: 10px;
      padding: 30px;
      text-align: center;
      position: relative;
      box-sizing: border-box;
    }

    .page-phbet-com-login-philippines__step-number {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      background-color: var(--phbet-primary-color);
      color: var(--phbet-dark-text);
      border-radius: 50%;
      font-size: 2em;
      font-weight: bold;
      margin-bottom: 20px;
      position: relative;
      z-index: 1;
    }

    .page-phbet-com-login-philippines__step-title {
      font-size: 1.6em;
      color: var(--phbet-light-text);
      margin-bottom: 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-phbet-com-login-philippines__step-description {
      font-size: 1em;
      color: var(--phbet-light-text);
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-phbet-com-login-philippines__login-tip {
      display: flex;
      align-items: center;
      gap: 30px;
      background-color: #2a2a2a;
      border-radius: 10px;
      padding: 30px;
      margin-top: 60px;
      box-sizing: border-box;
    }

    .page-phbet-com-login-philippines__login-tip-image {
      flex-shrink: 0;
      width: 100%;
      max-width: 300px;
      height: auto;
      border-radius: 5px;
      box-sizing: border-box;
    }

    .page-phbet-com-login-philippines__login-tip-content {
      flex-grow: 1;
    }

    .page-phbet-com-login-philippines__login-tip-title {
      font-size: 1.8em;
      color: var(--phbet-primary-color);
      margin-bottom: 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-phbet-com-login-philippines__login-tip-description {
      font-size: 1.1em;
      color: var(--phbet-light-text);
      margin-bottom: 20px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-phbet-com-login-philippines__support-button {
      padding: 10px 20px;
      background-color: var(--phbet-secondary-color);
      color: var(--phbet-light-text);
      border: none;
      border-radius: 5px;
      font-size: 1em;
      cursor: pointer;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-phbet-com-login-philippines__support-button:hover {
      background-color: #a00000;
    }

    .page-phbet-com-login-philippines__faq-container {
      margin-top: 40px;
    }

    .page-phbet-com-login-philippines__faq-item {
      background-color: #2a2a2a;
      border-radius: 10px;
      margin-bottom: 15px;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-phbet-com-login-philippines__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: #333;
      border-bottom: 1px solid var(--phbet-border-color);
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-phbet-com-login-philippines__faq-question:hover {
      background-color: #444;
    }

    .page-phbet-com-login-philippines__faq-question-title {
      font-size: 1.2em;
      color: var(--phbet-light-text);
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Crucial for click event on parent */
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-phbet-com-login-philippines__faq-toggle {
      font-size: 1.8em;
      color: var(--phbet-primary-color);
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Crucial for click event on parent */
    }

    .page-phbet-com-login-philippines__faq-item.active .page-phbet-com-login-philippines__faq-toggle {
      transform: rotate(45deg); /* Rotates the '+' to 'x' or '-' */
    }

    .page-phbet-com-login-philippines__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      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(--phbet-light-text);
      background-color: #2a2a2a;
      box-sizing: border-box;
    }

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

    .page-phbet-com-login-philippines__faq-answer p {
      margin: 0;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-phbet-com-login-philippines__cta-section {
      text-align: center;
      background-color: #2a2a2a;
      border-radius: 10px;
      padding: 50px 20px;
      margin-top: 60px;
      box-sizing: border-box;
    }

    .page-phbet-com-login-philippines__cta-title {
      font-size: 2.5em;
      color: var(--phbet-primary-color);
      margin-bottom: 20px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-phbet-com-login-philippines__cta-description {
      font-size: 1.2em;
      color: var(--phbet-light-text);
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-phbet-com-login-philippines__hero-title {
        font-size: 3em;
      }
      .page-phbet-com-login-philippines__hero-description {
        font-size: 1.2em;
      }
      .page-phbet-com-login-philippines__section-title {
        font-size: 2em;
      }
      .page-phbet-com-login-philippines__feature-card-title {
        font-size: 1.3em;
      }
      .page-phbet-com-login-philippines__step-title {
        font-size: 1.4em;
      }
      .page-phbet-com-login-philippines__login-tip-title {
        font-size: 1.5em;
      }
      .page-phbet-com-login-philippines__cta-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-phbet-com-login-philippines__hero-section {
        min-height: 450px;
        padding-bottom: 40px;
      }
      .page-phbet-com-login-philippines__hero-title {
        font-size: 2.5em;
      }
      .page-phbet-com-login-philippines__hero-description {
        font-size: 1.1em;
      }
      .page-phbet-com-login-philippines__hero-buttons {
        flex-direction: column;
        gap: 15px;
      }
      .page-phbet-com-login-philippines__primary-button,
      .page-phbet-com-login-philippines__secondary-button {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
      }

      .page-phbet-com-login-philippines__features-section,
      .page-phbet-com-login-philippines__how-to-login-section,
      .page-phbet-com-login-philippines__faq-section,
      .page-phbet-com-login-philippines__cta-section {
        padding: 40px 15px;
      }
      .page-phbet-com-login-philippines__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
      }
      .page-phbet-com-login-philippines__features-grid,
      .page-phbet-com-login-philippines__login-steps {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      .page-phbet-com-login-philippines__feature-card,
      .page-phbet-com-login-philippines__step-item {
        padding: 25px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-phbet-com-login-philippines__login-tip {
        flex-direction: column;
        text-align: center;
        padding: 25px;
        margin-top: 40px;
      }
      .page-phbet-com-login-philippines__login-tip-image {
        max-width: 100%;
        margin-bottom: 20px;
      }
      .page-phbet-com-login-philippines__login-tip-title {
        font-size: 1.3em;
      }
      .page-phbet-com-login-philippines__login-tip-description {
        font-size: 1em;
      }

      .page-phbet-com-login-philippines__faq-question {
        padding: 18px 20px;
      }
      .page-phbet-com-login-philippines__faq-question-title {
        font-size: 1.1em;
      }
      .page-phbet-com-login-philippines__faq-toggle {
        font-size: 1.5em;
      }
      .page-phbet-com-login-philippines__faq-answer {
        padding: 0 20px;
      }
      .page-phbet-com-login-philippines__faq-item.active .page-phbet-com-login-philippines__faq-answer {
        padding: 15px 20px !important;
      }

      .page-phbet-com-login-philippines__cta-title {
        font-size: 1.8em;
      }
      .page-phbet-com-login-philippines__cta-description {
        font-size: 1em;
      }

      /* Image responsive rules */
      .page-phbet-com-login-philippines__hero-image img,
      .page-phbet-com-login-philippines__feature-icon,
      .page-phbet-com-login-philippines__login-tip-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-phbet-com-login-philippines__hero-image,
      .page-phbet-com-login-philippines__feature-card,
      .page-phbet-com-login-philippines__step-item,
      .page-phbet-com-login-philippines__login-tip,
      .page-phbet-com-login-philippines__cta-section,
      .page-phbet-com-login-philippines__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-phbet-com-login-philippines__feature-card p,
      .page-phbet-com-login-philippines__step-item p,
      .page-phbet-com-login-philippines__login-tip p,
      .page-phbet-com-login-philippines__cta-section p,
      .page-phbet-com-login-philippines__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }
    }
  