
    :root {
      --page-bj66dagalive-primary-color: #e44d26; /* Cam đỏ */
      --page-bj66dagalive-secondary-color: #333;
      --page-bj66dagalive-accent-color: #ffcc00; /* Vàng */
      --page-bj66dagalive-light-bg: #f9f9f9;
      --page-bj66dagalive-dark-bg: #222;
      --page-bj66dagalive-text-color: #333;
      --page-bj66dagalive-light-text: #fff;
    }

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

    /* Hero Section */
    .page-bj66dagalive__hero-section {
      position: relative;
      width: 100%;
      min-height: 400px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: var(--page-bj66dagalive-light-text);
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:cockfighting,bj66,live,arena]') center/cover no-repeat;
      padding-top: 10px; /* Spacing for fixed header */
      box-sizing: border-box;
      overflow: hidden;
    }

    .page-bj66dagalive__hero-content {
      max-width: 900px;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 10px;
      margin-top: 50px; /* Adjust for banner above text */
    }

    .page-bj66dagalive__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: var(--page-bj66dagalive-accent-color);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-bj66dagalive__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: var(--page-bj66dagalive-light-text);
    }

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

    .page-bj66dagalive__cta-button:hover {
      background-color: #c73c1d;
      transform: translateY(-3px);
    }

    /* Floating Promotion Button */
    .page-bj66dagalive__floating-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: var(--page-bj66dagalive-primary-color);
      color: var(--page-bj66dagalive-light-text);
      padding: 12px 20px;
      border-radius: 50px;
      font-weight: bold;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      z-index: 1000;
      animation: page-bj66dagalive__pulse 1.5s infinite;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 8px;
      border: none;
      cursor: pointer;
    }

    .page-bj66dagalive__floating-button:hover {
      background-color: #c73c1d;
    }

    @keyframes page-bj66dagalive__pulse {
      0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(228, 77, 38, 0.7);
      }
      70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 15px rgba(228, 77, 38, 0);
      }
      100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(228, 77, 38, 0);
      }
    }

    /* General Section Styling */
    .page-bj66dagalive__section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-bj66dagalive__section-title {
      font-size: 2.2em;
      color: var(--page-bj66dagalive-primary-color);
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-bj66dagalive__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: var(--page-bj66dagalive-accent-color);
      border-radius: 2px;
    }

    .page-bj66dagalive__text-content {
      font-size: 1.1em;
      color: var(--page-bj66dagalive-secondary-color);
      margin-bottom: 20px;
      text-align: left;
    }

    .page-bj66dagalive__text-content p {
      margin-bottom: 15px;
    }

    .page-bj66dagalive__highlight {
      color: var(--page-bj66dagalive-primary-color);
      font-weight: bold;
    }

    /* Features/Benefits Section */
    .page-bj66dagalive__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
      text-align: left;
    }

    .page-bj66dagalive__feature-item {
      background-color: #fff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      box-sizing: border-box;
    }

    .page-bj66dagalive__feature-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .page-bj66dagalive__feature-icon {
      width: 100px; /* Min 200x200px for images, this is a placeholder for icon-like image */
      height: 100px;
      margin-bottom: 20px;
      object-fit: contain;
    }

    .page-bj66dagalive__feature-title {
      font-size: 1.5em;
      color: var(--page-bj66dagalive-primary-color);
      margin-bottom: 15px;
    }

    .page-bj66dagalive__feature-description {
      color: var(--page-bj66dagalive-secondary-color);
      font-size: 1em;
    }

    /* How-to Section */
    .page-bj66dagalive__steps-list {
      list-style: none;
      padding: 0;
      margin-top: 40px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
    }

    .page-bj66dagalive__step-item {
      background-color: #fff;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      text-align: left;
      position: relative;
      padding-left: 70px;
      min-height: 100px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      box-sizing: border-box;
    }

    .page-bj66dagalive__step-number {
      position: absolute;
      left: 20px;
      top: 50%;
      transform: translateY(-50%);
      background-color: var(--page-bj66dagalive-primary-color);
      color: var(--page-bj66dagalive-light-text);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5em;
      font-weight: bold;
    }

    .page-bj66dagalive__step-title {
      font-size: 1.3em;
      color: var(--page-bj66dagalive-primary-color);
      margin-bottom: 10px;
    }

    .page-bj66dagalive__step-description {
      color: var(--page-bj66dagalive-secondary-color);
      font-size: 0.95em;
    }

    /* Game Categories Section */
    .page-bj66dagalive__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 40px;
    }

    .page-bj66dagalive__game-card {
      background-color: #fff;
      border-radius: 8px;
      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;
      box-sizing: border-box;
    }

    .page-bj66dagalive__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .page-bj66dagalive__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%;
    }

    .page-bj66dagalive__game-content {
      padding: 20px;
    }

    .page-bj66dagalive__game-title {
      font-size: 1.4em;
      color: var(--page-bj66dagalive-primary-color);
      margin-bottom: 10px;
    }

    .page-bj66dagalive__game-description {
      font-size: 0.95em;
      color: var(--page-bj66dagalive-secondary-color);
    }

    /* FAQ Section */
    .page-bj66dagalive__faq-section {
      background-color: var(--page-bj66dagalive-dark-bg);
      color: var(--page-bj66dagalive-light-text);
    }

    .page-bj66dagalive__faq-section .page-bj66dagalive__section-title {
      color: var(--page-bj66dagalive-accent-color);
    }

    .page-bj66dagalive__faq-container {
      max-width: 900px;
      margin: 0 auto;
      text-align: left;
    }

    .page-bj66dagalive__faq-item {
      background-color: #333;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }

    .page-bj66dagalive__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 25px;
      background-color: var(--page-bj66dagalive-primary-color);
      color: var(--page-bj66dagalive-light-text);
      cursor: pointer;
      user-select: none;
      font-size: 1.15em;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-bj66dagalive__faq-question:hover {
      background-color: #c73c1d;
    }

    .page-bj66dagalive__faq-question h3 {
      margin: 0;
      font-size: 1.15em;
      color: var(--page-bj66dagalive-light-text);
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-bj66dagalive__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
      transition: transform 0.3s ease;
    }

    .page-bj66dagalive__faq-item.active .page-bj66dagalive__faq-toggle {
      transform: rotate(45deg); /* Changes + to x or similar visual */
    }

    .page-bj66dagalive__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: var(--page-bj66dagalive-light-bg);
      font-size: 1em;
    }

    .page-bj66dagalive__faq-item.active .page-bj66dagalive__faq-answer {
      max-height: 2000px !important;
      padding: 20px 25px !important;
      opacity: 1;
    }
    
    .page-bj66dagalive__faq-answer p {
        margin-bottom: 10px;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-bj66dagalive__hero-section {
        min-height: 300px;
        padding-top: 10px; /* Ensure spacing for fixed header */
      }

      .page-bj66dagalive__hero-content {
        margin-top: 30px;
      }

      .page-bj66dagalive__hero-title {
        font-size: 2em;
      }

      .page-bj66dagalive__hero-subtitle {
        font-size: 1.1em;
      }

      .page-bj66dagalive__section {
        padding: 40px 15px;
      }

      .page-bj66dagalive__section-title {
        font-size: 1.8em;
      }

      .page-bj66dagalive__text-content {
        font-size: 1em;
        text-align: left;
      }

      .page-bj66dagalive__features-grid,
      .page-bj66dagalive__steps-list,
      .page-bj66dagalive__game-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      
      /* List item responsive styles */
      .page-bj66dagalive__feature-item,
      .page-bj66dagalive__step-item,
      .page-bj66dagalive__game-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px !important; /* Adjust padding for smaller screens */
      }

      .page-bj66dagalive__step-item {
        padding-left: 60px !important;
      }

      .page-bj66dagalive__step-number {
        width: 35px;
        height: 35px;
        font-size: 1.3em;
        left: 15px;
      }

      .page-bj66dagalive__game-image {
        height: 180px;
      }
      
      .page-bj66dagalive__faq-question {
        padding: 15px 20px;
        font-size: 1em;
      }

      .page-bj66dagalive__faq-question h3 {
        font-size: 1em;
      }

      .page-bj66dagalive__faq-answer {
        padding: 0 20px;
      }

      .page-bj66dagalive__faq-item.active .page-bj66dagalive__faq-answer {
        padding: 15px 20px !important;
      }

      .page-bj66dagalive__floating-button {
        bottom: 15px;
        right: 15px;
        padding: 10px 15px;
        font-size: 0.9em;
      }
    }

    @media (max-width: 480px) {
      .page-bj66dagalive__hero-title {
        font-size: 1.7em;
      }

      .page-bj66dagalive__hero-subtitle {
        font-size: 0.9em;
      }

      .page-bj66dagalive__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-bj66dagalive__section-title {
        font-size: 1.6em;
      }
    }
  