
    :root {
      --page-link789bet-primary-color: #e44d26; /* Cam đỏ */
      --page-link789bet-secondary-color: #f7a000; /* Vàng cam */
      --page-link789bet-dark-bg: #1a1a1a;
      --page-link789bet-light-bg: #f9f9f9;
      --page-link789bet-text-color: #333;
      --page-link789bet-white: #ffffff;
      --page-link789bet-gray: #eee;
    }

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

    .page-link789bet__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    .page-link789bet__hero-section {
      position: relative;
      width: 100%;
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:789bet,banner,casino]');
      background-size: cover;
      background-position: center center;
      color: var(--page-link789bet-white);
      text-align: center;
      padding: 10px 20px 80px; /* Adjusted padding-top for fixed header */
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 500px;
    }

    .page-link789bet__hero-title {
      font-size: 2.8em;
      margin-bottom: 20px;
      color: var(--page-link789bet-white);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      line-height: 1.2;
    }

    .page-link789bet__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      max-width: 800px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-link789bet__button {
      display: inline-block;
      background-color: var(--page-link789bet-primary-color);
      color: var(--page-link789bet-white);
      padding: 15px 30px;
      border-radius: 50px;
      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-link789bet__button:hover {
      background-color: var(--page-link789bet-secondary-color);
      transform: translateY(-3px);
    }

    .page-link789bet__floating-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: var(--page-link789bet-primary-color);
      color: var(--page-link789bet-white);
      padding: 15px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      z-index: 1000;
      transition: background-color 0.3s ease, transform 0.3s ease;
      animation: page-link789bet__pulse 2s infinite;
      text-align: center;
      line-height: 1.2;
    }

    .page-link789bet__floating-button:hover {
      background-color: var(--page-link789bet-secondary-color);
      transform: translateY(-3px);
    }

    @keyframes page-link789bet__pulse {
      0% { transform: scale(1); }
      50% { transform: scale(1.05); }
      100% { transform: scale(1); }
    }

    .page-link789bet__section {
      padding: 60px 20px;
      text-align: center;
      background-color: var(--page-link789bet-white);
    }

    .page-link789bet__section--dark {
      background-color: var(--page-link789bet-dark-bg);
      color: var(--page-link789bet-white);
    }

    .page-link789bet__section-title {
      font-size: 2.2em;
      margin-bottom: 40px;
      color: var(--page-link789bet-primary-color);
    }

    .page-link789bet__section-title--light {
      color: var(--page-link789bet-secondary-color);
    }

    .page-link789bet__text-content {
      max-width: 800px;
      margin: 0 auto 40px;
      font-size: 1.1em;
      color: var(--page-link789bet-text-color);
    }

    .page-link789bet__text-content--light {
      color: var(--page-link789bet-white);
    }

    .page-link789bet__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-link789bet__game-card {
      background-color: var(--page-link7789bet-gray);
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: left;
      display: flex;
      flex-direction: column;
      box-sizing: border-box; /* Ensure padding and border are included in width */
    }

    .page-link789bet__game-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

    .page-link789bet__game-card-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      height: 200px; /* Fixed height for consistent card size */
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .page-link789bet__game-card-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.3s ease;
    }

    .page-link789bet__game-card:hover .page-link789bet__game-card-image {
      transform: scale(1.05);
    }

    .page-link789bet__game-card-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
    }

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

    .page-link789bet__game-card-description {
      font-size: 1em;
      color: var(--page-link789bet-text-color);
      flex-grow: 1;
      margin-bottom: 15px;
    }

    .page-link789bet__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-link789bet__promo-card {
      background-color: var(--page-link789bet-white);
      border-radius: 15px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      padding: 30px;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box; /* Ensure padding and border are included in width */
    }

    .page-link789bet__promo-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

    .page-link789bet__promo-icon {
      font-size: 3em;
      color: var(--page-link789bet-primary-color);
      margin-bottom: 15px;
    }

    .page-link789bet__promo-title {
      font-size: 1.6em;
      margin-bottom: 10px;
      color: var(--page-link789bet-dark-bg);
    }

    .page-link789bet__promo-description {
      font-size: 1em;
      color: var(--page-link789bet-text-color);
      margin-bottom: 20px;
    }

    .page-link789bet__steps-list {
      list-style: none;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      max-width: 1000px;
      margin: 0 auto;
    }

    .page-link789bet__step-item {
      background-color: var(--page-link789bet-white);
      border-radius: 15px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      padding: 25px;
      text-align: left;
      flex: 1 1 calc(33% - 60px); /* 3 items per row, accounting for gap */
      min-width: 280px;
      box-sizing: border-box; /* Ensure padding and border are included in width */
    }

    .page-link789bet__step-number {
      font-size: 2.5em;
      color: var(--page-link789bet-secondary-color);
      font-weight: bold;
      margin-bottom: 10px;
    }

    .page-link789bet__step-title {
      font-size: 1.3em;
      color: var(--page-link789bet-dark-bg);
      margin-bottom: 10px;
    }

    .page-link789bet__step-description {
      font-size: 1em;
      color: var(--page-link789bet-text-color);
    }

    .page-link789bet__app-section {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 30px;
      max-width: 1000px;
      margin: 0 auto;
    }

    .page-link789bet__app-image-wrapper {
      width: 100%;
      max-width: 400px;
      overflow: hidden;
      box-sizing: border-box;
      border-radius: 15px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .page-link789bet__app-image {
      width: 100%;
      height: auto;
      display: block;
    }

    .page-link789bet__app-text {
      font-size: 1.1em;
      max-width: 600px;
      color: var(--page-link789bet-text-color);
    }

    .page-link789bet__faq-section {
      padding: 60px 20px;
      background-color: var(--page-link789bet-gray);
    }

    .page-link789bet__faq-container {
      max-width: 900px;
      margin: 0 auto;
    }

    .page-link789bet__faq-item {
      background-color: var(--page-link789bet-white);
      margin-bottom: 15px;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      overflow: hidden;
    }

    .page-link789bet__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: var(--page-link789bet-white);
      color: var(--page-link789bet-dark-bg);
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-link789bet__faq-question:hover {
      background-color: var(--page-link789bet-light-bg);
    }

    .page-link789bet__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      pointer-events: none; /* Prevent h3 from blocking click event on parent div */
      color: var(--page-link789bet-dark-bg);
    }

    .page-link789bet__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: var(--page-link789bet-primary-color);
      pointer-events: none; /* Prevent toggle icon from blocking click event on parent div */
      transition: transform 0.3s ease;
    }

    .page-link789bet__faq-item.active .page-link789bet__faq-toggle {
      transform: rotate(45deg);
    }

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

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

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-link789bet__hero-section {
        padding: 10px 15px 60px; /* Adjusted padding-top for fixed header */
        min-height: 400px;
      }

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

      .page-link789bet__hero-subtitle {
        font-size: 1em;
      }

      .page-link789bet__button,
      .page-link789bet__floating-button {
        padding: 12px 20px;
        font-size: 1em;
      }

      .page-link789bet__floating-button {
        bottom: 15px;
        right: 15px;
      }

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

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

      .page-link789bet__text-content {
        font-size: 0.95em;
      }

      .page-link789bet__game-grid,
      .page-link789bet__promo-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-link789bet__game-card,
      .page-link789bet__promo-card,
      .page-link789bet__step-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 smaller screens */
      }
      
      .page-link789bet__steps-list {
        flex-direction: column;
        gap: 20px;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-link789bet__game-card-image-wrapper {
        height: 180px;
      }

      .page-link789bet__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
      }

      .page-link789bet__faq-question h3 {
        font-size: 1.1em;
      }

      .page-link789bet__faq-answer {
        padding: 0 20px;
        font-size: 0.95em;
      }

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

      .page-link789bet__app-section {
        flex-direction: column;
      }
    }

    @media (max-width: 480px) {
      .page-link789bet__hero-title {
        font-size: 1.6em;
      }
      .page-link789bet__floating-button {
        font-size: 0.9em;
        padding: 10px 15px;
      }
      .page-link789bet__section-title {
        font-size: 1.6em;
      }
    }
  