
    :root {
      --primary-color: #ffcc00; /* Vàng */
      --secondary-color: #e6b800; /* Vàng đậm */
      --dark-bg: #1a1a1a;
      --darker-bg: #0d0d0d;
      --text-color: #ffffff;
      --light-text: #f0f0f0;
      --gray-text: #cccccc;
      --border-color: #333333;
      --button-hover-bg: #e0ac00;
      --button-active-bg: #d4a000;
    }

    .page-28bet-games-2 {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background-color: var(--darker-bg);
      color: var(--text-color);
      line-height: 1.6;
      overflow-x: hidden;
      padding-top: 10px; /* Small top padding, body handles header offset */
    }

    .page-22bet-games-2__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-28bet-games-2__section {
      padding: 60px 0;
      text-align: center;
      position: relative;
    }

    .page-28bet-games-2__section--dark {
      background-color: var(--dark-bg);
    }

    .page-22bet-games-2__section-title {
      font-size: 2.8em;
      color: var(--primary-color);
      margin-bottom: 40px;
      text-transform: uppercase;
      letter-spacing: 1px;
      position: relative;
      display: inline-block;
      padding-bottom: 10px;
    }

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

    .page-28bet-games-2__hero-section {
      background: url('[GALLERY:hero:1920x1080:betting,casino,mobile]') no-repeat center center/cover;
      color: var(--text-color);
      padding: 100px 15px 80px;
      min-height: 600px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      position: relative;
    }

    .page-28bet-games-2__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
    }

    .page-28bet-games-2__hero-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
    }

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

    .page-28bet-games-2__hero-description {
      font-size: 1.3em;
      margin-bottom: 40px;
      color: var(--light-text);
    }

    .page-28bet-games-2__button-group {
      display: flex;
      justify-content: center;
      gap: 20px;
    }

    .page-22bet-games-2__btn {
      display: inline-block;
      padding: 15px 30px;
      background-color: var(--primary-color);
      color: var(--darker-bg);
      text-decoration: none;
      border-radius: 8px;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .page-22bet-games-2__btn:hover {
      background-color: var(--button-hover-bg);
      transform: translateY(-2px);
    }

    .page-22bet-games-2__btn:active {
      background-color: var(--button-active-bg);
      transform: translateY(0);
    }

    .page-28bet-games-2__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1000;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .page-28bet-games-2__floating-btn {
      padding: 12px 25px;
      font-size: 1em;
      border-radius: 25px;
      text-align: center;
      min-width: 120px;
    }

    .page-28bet-games-2__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 50px;
    }

    .page-28bet-games-2__game-card {
      background-color: var(--dark-bg);
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      padding-bottom: 20px;
    }

    .page-28bet-games-2__game-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
    }

    .page-28bet-games-2__game-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-bottom: 4px solid var(--primary-color);
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-28bet-games-2__game-card-title {
      font-size: 1.8em;
      color: var(--primary-color);
      margin: 20px 15px 10px;
    }

    .page-28bet-games-2__game-card-description {
      font-size: 1em;
      color: var(--gray-text);
      padding: 0 15px;
    }

    .page-28bet-games-2__promotions-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 50px;
    }

    .page-28bet-games-2__promotion-card {
      background-color: var(--dark-bg);
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: left;
    }

    .page-28bet-games-2__promotion-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
    }

    .page-28bet-games-2__promotion-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      border-bottom: 4px solid var(--primary-color);
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-28bet-games-2__promotion-content {
      padding: 20px;
    }

    .page-28bet-games-2__promotion-title {
      font-size: 1.6em;
      color: var(--primary-color);
      margin-bottom: 10px;
    }

    .page-28bet-games-2__promotion-description {
      font-size: 0.95em;
      color: var(--gray-text);
      margin-bottom: 20px;
    }

    .page-28bet-games-2__read-more-btn {
      display: inline-block;
      padding: 10px 20px;
      background-color: var(--primary-color);
      color: var(--darker-bg);
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
      font-size: 0.9em;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-28bet-games-2__read-more-btn:hover {
      background-color: var(--button-hover-bg);
    }

    .page-28bet-games-2__partners-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 30px;
      margin-top: 50px;
      align-items: center;
      justify-items: center;
    }

    .page-28bet-games-2__partner-logo {
      background-color: var(--dark-bg);
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100px;
      width: 100%;
      max-width: 200px;
      box-sizing: border-box;
    }

    .page-28bet-games-2__partner-logo:hover {
      transform: translateY(-5px);
    }

    .page-28bet-games-2__partner-image {
      max-width: 100%;
      max-height: 70px;
      object-fit: contain;
      filter: brightness(0) invert(1); /* Makes logos white for dark background */
      max-width: 100%;
      height: auto;
      box-sizing: border-box;
    }

    .page-28bet-games-2__payment-methods-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      gap: 20px;
      margin-top: 50px;
      align-items: center;
      justify-items: center;
    }

    .page-28bet-games-2__payment-card {
      background-color: var(--dark-bg);
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100px;
      width: 100%;
      max-width: 150px;
      box-sizing: border-box;
    }

    .page-28bet-games-2__payment-card:hover {
      transform: translateY(-5px);
    }

    .page-28bet-games-2__payment-image {
      max-width: 80%;
      max-height: 50px;
      object-fit: contain;
      margin-bottom: 5px;
      max-width: 100%;
      height: auto;
      box-sizing: border-box;
    }

    .page-28bet-games-2__payment-name {
      font-size: 0.9em;
      color: var(--light-text);
      font-weight: bold;
    }

    .page-28bet-games-2__features-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 50px;
      text-align: left;
    }

    .page-28bet-games-2__feature-item {
      background-color: var(--dark-bg);
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
      border-left: 5px solid var(--primary-color);
      box-sizing: border-box;
    }

    .page-28bet-games-2__feature-title {
      font-size: 1.5em;
      color: var(--primary-color);
      margin-bottom: 15px;
    }

    .page-28bet-games-2__feature-description {
      color: var(--gray-text);
      font-size: 1em;
    }

    .page-28bet-games-2__faq-section {
      background-color: var(--dark-bg);
    }

    .page-28bet-games-2__faq-list {
      max-width: 800px;
      margin: 50px auto 0;
      text-align: left;
    }

    .page-28bet-games-2__faq-item {
      background-color: var(--darker-bg);
      border: 1px solid var(--border-color);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
    }

    .page-28bet-games-2__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      cursor: pointer;
      user-select: none;
      background-color: var(--dark-bg);
      color: var(--light-text);
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-28bet-games-2__faq-question h3 {
      margin: 0;
      color: var(--light-text);
      pointer-events: none;
      flex-grow: 1;
    }

    .page-28bet-games-2__faq-question:hover {
      background-color: #282828;
    }

    .page-28bet-games-2__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: var(--primary-color);
      margin-left: 15px;
      pointer-events: none;
      transition: transform 0.3s ease;
    }

    .page-28bet-games-2__faq-item.active .page-28bet-games-2__faq-toggle {
      transform: rotate(45deg);
    }

    .page-28bet-games-2__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      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(--gray-text);
      font-size: 1em;
    }

    .page-28bet-games-2__faq-item.active .page-28bet-games-2__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px !important;
      opacity: 1;
    }

    .page-28bet-games-2__cta-section {
      padding: 80px 15px;
      background-color: var(--primary-color);
      color: var(--darker-bg);
    }

    .page-28bet-games-2__cta-title {
      font-size: 2.5em;
      margin-bottom: 20px;
      color: var(--darker-bg);
    }

    .page-28bet-games-2__cta-description {
      font-size: 1.2em;
      margin-bottom: 40px;
      color: var(--dark-bg);
    }

    .page-28bet-games-2__cta-button {
      background-color: var(--darker-bg);
      color: var(--primary-color);
    }

    .page-28bet-games-2__cta-button:hover {
      background-color: #333333;
      color: var(--primary-color);
    }

    /* Responsive Adjustments */
    @media (max-width: 1024px) {
      .page-28bet-games-2__hero-title {
        font-size: 3em;
      }

      .page-22bet-games-2__section-title {
        font-size: 2.4em;
      }
    }

    @media (max-width: 768px) {
      .page-28bet-games-2__hero-section {
        padding: 80px 15px 60px;
        min-height: 500px;
      }

      .page-28bet-games-2__hero-title {
        font-size: 2.5em;
      }

      .page-28bet-games-2__hero-description {
        font-size: 1.1em;
      }

      .page-28bet-games-2__button-group {
        flex-direction: column;
        gap: 15px;
      }

      .page-22bet-games-2__btn {
        padding: 12px 25px;
        font-size: 1em;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
      }

      .page-22bet-games-2__section-title {
        font-size: 2em;
        margin-bottom: 30px;
      }

      .page-28bet-games-2__game-categories,
      .page-28bet-games-2__promotions-grid,
      .page-28bet-games-2__partners-grid,
      .page-28bet-games-2__payment-methods-grid,
      .page-28bet-games-2__features-list {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
      }

      .page-28bet-games-2__game-card,
      .page-28bet-games-2__promotion-card,
      .page-28bet-games-2__partner-logo,
      .page-28bet-games-2__payment-card,
      .page-28bet-games-2__feature-item {
        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 mobile */
      }

      .page-28bet-games-2__game-card-image,
      .page-28bet-games-2__promotion-image,
      .page-28bet-games-2__partner-image,
      .page-28bet-games-2__payment-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-28bet-games-2__game-card-title {
        font-size: 1.5em;
      }

      .page-28bet-games-2__promotion-title {
        font-size: 1.4em;
      }

      .page-28bet-games-2__faq-question {
        font-size: 1.1em;
        padding: 15px;
      }

      .page-28bet-games-2__faq-answer {
        padding: 15px !important;
      }

      .page-28bet-games-2__cta-title {
        font-size: 2em;
      }

      .page-28bet-games-2__cta-description {
        font-size: 1em;
      }

      .page-28bet-games-2__floating-buttons {
        flex-direction: row;
        justify-content: center;
        left: 0;
        right: 0;
        width: 100%;
        bottom: 0;
        padding: 10px 15px;
        background-color: rgba(13, 13, 13, 0.9);
        border-top: 1px solid var(--border-color);
        box-sizing: border-box;
      }

      .page-28bet-games-2__floating-btn {
        flex: 1;
        margin: 0 5px;
        padding: 10px 15px;
        min-width: unset;
      }
    }

    @media (max-width: 480px) {
      .page-28bet-games-2__hero-title {
        font-size: 2em;
      }

      .page-22bet-games-2__section-title {
        font-size: 1.8em;
      }
    }
  