
    :root {
      --page-m-phbet-bet-18-primary-color: #ffcc00; /* Gold/Yellow */
      --page-m-phbet-bet-18-secondary-color: #333333; /* Dark Grey */
      --page-m-phbet-bet-18-accent-color: #007bff; /* Blue for links/buttons */
      --page-m-phbet-bet-18-text-color: #ffffff; /* White text */
      --page-m-phbet-bet-18-bg-dark: #1a1a1a; /* Dark background */
      --page-m-phbet-bet-18-bg-light: #2c2c2c; /* Slightly lighter dark background */
    }

    .page-m-phbet-bet-18 {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--page-m-phbet-bet-18-text-color);
      background-color: var(--page-m-phbet-bet-18-bg-dark);
      padding-top: 10px; /* Small decorative padding, body handles main offset */
    }

    .page-m-phbet-bet-18__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-m-phbet-bet-18__section {
      padding: 60px 0;
      text-align: center;
      background-color: var(--page-m-phbet-bet-18-bg-light);
      margin-bottom: 20px;
      border-radius: 8px;
    }

    .page-m-phbet-bet-18__section--dark {
      background-color: var(--page-m-phbet-bet-18-bg-dark);
    }

    .page-m-phbet-bet-18__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:online_betting,casino,phbet_vip]') no-repeat center center/cover;
      color: var(--page-m-phbet-bet-18-text-color);
      padding: 100px 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 500px;
      text-align: center;
      border-radius: 0;
      margin-bottom: 0;
    }

    .page-m-phbet-bet-18__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      color: var(--page-m-phbet-bet-18-primary-color);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-m-phbet-bet-18__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      max-width: 800px;
    }

    .page-m-phbet-bet-18__cta-button {
      display: inline-block;
      background-color: var(--page-m-phbet-bet-18-primary-color);
      color: var(--page-m-phbet-bet-18-secondary-color);
      padding: 15px 30px;
      border-radius: 5px;
      font-size: 1.2em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-m-phbet-bet-18__cta-button:hover {
      background-color: #ffdb4d;
      transform: translateY(-3px);
    }

    .page-m-phbet-bet-18__title {
      font-size: 2.5em;
      margin-bottom: 40px;
      color: var(--page-m-phbet-bet-18-primary-color);
    }

    .page-m-phbet-bet-18__text-content {
      font-size: 1.1em;
      max-width: 900px;
      margin: 0 auto 30px auto;
      text-align: left;
    }

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

    .page-m-phbet-bet-18__feature-item {
      background-color: var(--page-m-phbet-bet-18-bg-dark);
      padding: 30px;
      border-radius: 8px;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
      border: 1px solid var(--page-m-phbet-bet-18-primary-color);
    }

    .page-m-phbet-bet-18__feature-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    }

    .page-m-phbet-bet-18__feature-icon {
      width: 100px;
      height: 100px;
      margin-bottom: 20px;
      border-radius: 50%;
      object-fit: cover;
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
    }

    .page-m-phbet-bet-18__feature-title {
      font-size: 1.5em;
      color: var(--page-m-phbet-bet-18-primary-color);
      margin-bottom: 15px;
    }

    .page-m-phbet-bet-18__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 40px;
    }

    .page-m-phbet-bet-18__game-card {
      background-color: var(--page-m-phbet-bet-18-bg-dark);
      border-radius: 8px;
      overflow: hidden;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-m-phbet-bet-18__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);
    }

    .page-m-phbet-bet-18__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%;
    }

    .page-m-phbet-bet-18__game-content {
      padding: 20px;
    }

    .page-m-phbet-bet-18__game-title {
      font-size: 1.3em;
      color: var(--page-m-phbet-bet-18-primary-color);
      margin-bottom: 10px;
    }

    .page-m-phbet-bet-18__promo-card {
      background-color: var(--page-m-phbet-bet-18-bg-dark);
      border-radius: 8px;
      padding: 30px;
      text-align: left;
      margin-bottom: 20px;
      border: 1px solid var(--page-m-phbet-bet-18-accent-color);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

    .page-m-phbet-bet-18__promo-title {
      font-size: 1.8em;
      color: var(--page-m-phbet-bet-18-primary-color);
      margin-bottom: 15px;
    }

    .page-m-phbet-bet-18__promo-description {
      font-size: 1.1em;
      margin-bottom: 20px;
    }

    .page-m-phbet-bet-18__steps-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }

    .page-m-phbet-bet-18__step-item {
      background-color: var(--page-m-phbet-bet-18-bg-dark);
      padding: 25px;
      border-radius: 8px;
      text-align: center;
      flex: 1;
      min-width: 280px;
      max-width: 380px;
      box-sizing: border-box;
      border: 1px solid var(--page-m-phbet-bet-18-accent-color);
    }

    .page-m-phbet-bet-18__step-number {
      font-size: 2em;
      color: var(--page-m-phbet-bet-18-primary-color);
      margin-bottom: 15px;
      font-weight: bold;
    }

    .page-m-phbet-bet-18__step-title {
      font-size: 1.4em;
      color: var(--page-m-phbet-bet-18-text-color);
      margin-bottom: 10px;
    }

    .page-m-phbet-bet-18__payment-methods {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 40px;
    }

    .page-m-phbet-bet-18__payment-logo {
      width: 120px;
      height: 80px;
      object-fit: contain;
      background-color: var(--page-m-phbet-bet-18-bg-dark);
      padding: 10px;
      border-radius: 5px;
      border: 1px solid var(--page-m-phbet-bet-18-primary-color);
      max-width: 100%;
    }

    .page-m-phbet-bet-18__faq-section {
      text-align: left;
    }

    .page-m-phbet-bet-18__faq-item {
      background-color: var(--page-m-phbet-bet-18-bg-dark);
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      border: 1px solid var(--page-m-phbet-bet-18-bg-light);
    }

    .page-m-phbet-bet-18__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: var(--page-m-phbet-bet-18-bg-light);
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
      color: var(--page-m-phbet-bet-18-primary-color);
    }

    .page-m-phbet-bet-18__faq-question:hover {
      background-color: #3a3a3a;
    }

    .page-m-phbet-bet-18__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      pointer-events: none; /* Prevent h3 from blocking click event on parent div */
      color: var(--page-m-phbet-bet-18-primary-color);
    }

    .page-m-phbet-bet-18__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event on parent div */
      color: var(--page-m-phbet-bet-18-primary-color);
    }

    .page-m-phbet-bet-18__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(--page-m-phbet-bet-18-text-color);
    }

    .page-m-phbet-bet-18__faq-item.active .page-m-phbet-bet-18__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to accommodate content */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-m-phbet-bet-18__faq-item.active .page-m-phbet-bet-18__faq-toggle {
      transform: rotate(45deg); /* Change + to X or a similar effect */
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-m-phbet-bet-18__hero-title {
        font-size: 2.5em;
      }

      .page-m-phbet-bet-18__hero-subtitle {
        font-size: 1.2em;
      }

      .page-m-phbet-bet-18__title {
        font-size: 2em;
      }

      .page-m-phbet-bet-18__section {
        padding: 40px 0;
      }

      .page-m-phbet-bet-18__features-grid,
      .page-m-phbet-bet-18__games-grid {
        grid-template-columns: 1fr;
      }

      .page-m-phbet-bet-18__step-item,
      .page-m-phbet-bet-18__feature-item,
      .page-m-phbet-bet-18__game-card {
        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;
      }

      .page-m-phbet-bet-18__steps-list,
      .page-m-phbet-bet-18__payment-methods {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-m-phbet-bet-18__feature-icon,
      .page-m-phbet-bet-18__game-image,
      .page-m-phbet-bet-18__payment-logo {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-m-phbet-bet-18__faq-question,
      .page-m-phbet-bet-18__faq-answer {
        padding: 15px 20px !important;
      }

      .page-m-phbet-bet-18__faq-question h3 {
        font-size: 1.1em;
      }
    }
  