
    :root {
      --phbet-primary-color: #FFD700; /* Gold */
      --phbet-secondary-color: #1A1A1A; /* Dark Grey */
      --phbet-accent-color: #DC143C; /* Crimson */
      --phbet-text-light: #FFFFFF;
      --phbet-text-dark: #333333;
      --phbet-bg-dark: #0A0A0A;
      --phbet-bg-light: #F5F5F5;
      --phbet-border-color: #444444;
    }

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

    .page-phbet-com-login-register__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-phbet-com-login-register__section--dark {
      background-color: var(--phbet-secondary-color);
    }

    .page-phbet-com-login-register__hero-section {
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 500px;
      padding-top: 10px; /* Small top padding, assuming body handles main offset */
      background-color: var(--phbet-bg-dark);
    }

    .page-phbet-com-login-register__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      filter: brightness(0.5);
    }

    .page-phbet-com-login-register__hero-content {
      position: relative;
      z-index: 2;
      color: var(--phbet-text-light);
      text-align: center;
      padding: 20px;
      max-width: 800px;
    }

    .page-phbet-com-login-register__hero-title {
      font-size: 3.5em;
      margin-bottom: 15px;
      color: var(--phbet-primary-color);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-phbet-com-login-register__hero-subtitle {
      font-size: 1.4em;
      margin-bottom: 30px;
      color: var(--phbet-text-light);
    }

    .page-phbet-com-login-register__button {
      display: inline-block;
      background-color: var(--phbet-accent-color);
      color: var(--phbet-text-light);
      padding: 15px 30px;
      border-radius: 5px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-phbet-com-login-register__button:hover {
      background-color: #C2002A; /* Darker crimson */
      transform: translateY(-2px);
    }

    .page-phbet-com-login-register__title {
      font-size: 2.8em;
      color: var(--phbet-primary-color);
      margin-bottom: 20px;
      text-align: center;
    }

    .page-phbet-com-login-register__subtitle {
      font-size: 1.5em;
      color: var(--phbet-text-light);
      margin-bottom: 40px;
      text-align: center;
    }

    .page-phbet-com-login-register__content-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      text-align: left;
      margin-top: 40px;
    }

    .page-phbet-com-login-register__content-block {
      background-color: var(--phbet-secondary-color);
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .page-phbet-com-login-register__block-title {
      font-size: 2em;
      color: var(--phbet-primary-color);
      margin-bottom: 20px;
      text-align: center;
    }

    .page-phbet-com-login-register__block-text {
      font-size: 1.1em;
      color: var(--phbet-text-light);
      margin-bottom: 20px;
    }

    .page-phbet-com-login-register__image-container {
      width: 100%;
      margin-bottom: 20px;
      overflow: hidden;
      border-radius: 8px;
      box-sizing: border-box;
    }

    .page-phbet-com-login-register__image {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
    }

    .page-phbet-com-login-register__list {
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: left;
      width: 100%;
    }

    .page-phbet-com-login-register__list-item {
      background-color: #2A2A2A;
      margin-bottom: 10px;
      padding: 15px 20px;
      border-left: 5px solid var(--phbet-primary-color);
      border-radius: 5px;
      font-size: 1.05em;
      color: var(--phbet-text-light);
      box-sizing: border-box; /* Ensure padding/border are included in width */
    }

    .page-phbet-com-login-register__cta-section {
      background: linear-gradient(45deg, var(--phbet-accent-color), #DC143C);
      padding: 60px 20px;
      text-align: center;
    }

    .page-phbet-com-login-register__cta-title {
      font-size: 2.5em;
      color: var(--phbet-text-light);
      margin-bottom: 20px;
    }

    .page-phbet-com-login-register__cta-text {
      font-size: 1.3em;
      color: var(--phbet-text-light);
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    /* FAQ Section Styles */
    .page-phbet-com-login-register__faq-section {
      background-color: var(--phbet-bg-dark);
      padding: 60px 20px;
      max-width: 900px;
      margin: 0 auto;
      text-align: center;
    }

    .page-phbet-com-login-register__faq-title {
      font-size: 2.8em;
      color: var(--phbet-primary-color);
      margin-bottom: 40px;
    }

    .page-phbet-com-login-register__faq-item {
      background-color: var(--phbet-secondary-color);
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .page-phbet-com-login-register__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #2A2A2A;
      color: var(--phbet-text-light);
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-phbet-com-login-register__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      text-align: left;
      color: var(--phbet-text-light);
      pointer-events: none; /* Prevent h3 from blocking click event on parent */
    }

    .page-phbet-com-login-register__faq-question:hover {
      background-color: #3A3A3A;
    }

    .page-phbet-com-login-register__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      margin-left: 15px;
      color: var(--phbet-primary-color);
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event on parent */
    }

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

    .page-phbet-com-login-register__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: var(--phbet-secondary-color);
      color: var(--phbet-text-light);
      font-size: 1.1em;
      text-align: left;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

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

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

      .page-phbet-com-login-register__hero-subtitle {
        font-size: 1.1em;
      }

      .page-phbet-com-login-register__title {
        font-size: 2em;
      }

      .page-phbet-com-login-register__subtitle {
        font-size: 1.2em;
      }

      .page-phbet-com-login-register__content-grid {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .page-phbet-com-login-register__block-title {
        font-size: 1.6em;
      }

      .page-phbet-com-login-register__block-text {
        font-size: 1em;
      }

      .page-phbet-com-login-register__button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-phbet-com-login-register__cta-title {
        font-size: 2em;
      }

      .page-phbet-com-login-register__cta-text {
        font-size: 1.1em;
      }

      .page-phbet-com-login-register__section {
        padding: 30px 15px;
      }

      .page-phbet-com-login-register__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 12px 15px;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-phbet-com-login-register__list {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-phbet-com-login-register__image-container {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden;
      }

      .page-phbet-com-login-register__image {
        max-width: 100% !important;
        height: auto !important;
      }

      .page-phbet-com-login-register__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
      }

      .page-phbet-com-login-register__faq-question h3 {
        font-size: 1.1em;
      }

      .page-phbet-com-login-register__faq-toggle {
        font-size: 1.5em;
      }

      .page-phbet-com-login-register__faq-answer {
        padding: 15px 20px;
        font-size: 1em;
      }
    }

    @media (max-width: 480px) {
      .page-phbet-com-login-register__hero-title {
        font-size: 2em;
      }
      .page-phbet-com-login-register__hero-subtitle {
        font-size: 1em;
      }
      .page-phbet-com-login-register__title {
        font-size: 1.8em;
      }
      .page-phbet-com-login-register__subtitle {
        font-size: 1em;
      }
    }
  