
    :root {
      --page-33-wim__primary-color: #e44d26; /* Cam đỏ */
      --page-33-wim__secondary-color: #ffb74d; /* Vàng cam */
      --page-33-wim__dark-bg: #1a1a1a; /* Nền tối */
      --page-33-wim__light-text: #f5f5f5; /* Chữ sáng */
      --page-33-wim__gray-text: #cccccc; /* Chữ xám */
      --page-33-wim__accent-color: #4CAF50; /* Xanh lá nhấn */
      --page-33-wim__border-color: #333;
    }

    .page-33-wim {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: var(--page-33-wim__light-text);
      background-color: var(--page-33-wim__dark-bg);
      line-height: 1.6;
      overflow-x: hidden;
      padding-bottom: 80px; /* Để chừa chỗ cho sticky CTA */
    }

    .page-33-wim__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-33-wim__section {
      padding: 40px 0;
      text-align: center;
      position: relative;
    }

    .page-33-wim__section--dark {
      background-color: #222;
    }

    .page-33-wim__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:betting,casino,mobile,vietnam,night]') no-repeat center center/cover;
      padding: 10px 0 60px 0; /* Minimal padding-top assuming body handles header offset */
      color: var(--page-33-wim__light-text);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 60vh;
      text-align: center;
    }

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

    .page-33-wim__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: var(--page-33-wim__gray-text);
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-33-wim__button {
      display: inline-block;
      background-color: var(--page-33-wim__primary-color);
      color: #fff;
      padding: 12px 25px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
      font-size: 1em;
      margin: 5px;
    }

    .page-33-wim__button:hover {
      background-color: #c73c1d;
      transform: translateY(-2px);
    }

    .page-33-wim__button--secondary {
      background-color: var(--page-33-wim__accent-color);
    }

    .page-33-wim__button--secondary:hover {
      background-color: #388e3c;
    }

    .page-33-wim__section-title {
      font-size: 2.2em;
      color: var(--page-33-wim__secondary-color);
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
      display: inline-block;
    }

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

    .page-33-wim__text-block {
      max-width: 900px;
      margin: 0 auto 30px auto;
      font-size: 1.1em;
      color: var(--page-33-wim__gray-text);
    }

    .page-33-wim__product-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 40px;
    }

    .page-33-wim__product-card {
      background-color: #2a2a2a;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border: 1px solid var(--page-33-wim__border-color);
    }

    .page-33-wim__product-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
    }

    .page-33-wim__product-image {
      width: 100%;
      height: 200px; /* Fixed height for consistency */
      object-fit: cover;
      display: block;
      border-bottom: 1px solid var(--page-33-wim__border-color);
    }

    .page-33-wim__product-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-33-wim__product-title {
      font-size: 1.4em;
      color: var(--page-33-wim__secondary-color);
      margin-bottom: 10px;
    }

    .page-33-wim__product-description {
      font-size: 0.95em;
      color: var(--page-33-wim__gray-text);
      margin-bottom: 15px;
      flex-grow: 1;
    }

    .page-33-wim__promotion-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-33-wim__promotion-card {
      background-color: #2a2a2a;
      border-radius: 12px;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
      padding: 25px;
      text-align: left;
      border: 1px solid var(--page-33-wim__border-color);
      transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .page-33-wim__promotion-card:hover {
      transform: translateY(-5px);
      background-color: #333;
    }

    .page-33-wim__promotion-title {
      font-size: 1.5em;
      color: var(--page-33-wim__primary-color);
      margin-bottom: 15px;
    }

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

    .page-33-wim__promotion-code {
      background-color: #3a3a3a;
      color: var(--page-33-wim__secondary-color);
      padding: 8px 15px;
      border-radius: 5px;
      font-family: 'Courier New', Courier, monospace;
      font-weight: bold;
      display: inline-block;
      margin-top: 10px;
      user-select: all;
      font-size: 0.9em;
    }

    .page-33-wim__features-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 40px;
      list-style: none;
      padding: 0;
    }

    .page-33-wim__features-item {
      background-color: #2a2a2a;
      border-radius: 10px;
      padding: 25px;
      text-align: center;
      flex: 1 1 calc(33% - 40px);
      max-width: calc(33% - 40px);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      border: 1px solid var(--page-33-wim__border-color);
      box-sizing: border-box;
    }

    .page-33-wim__features-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 15px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      object-fit: contain;
    }

    .page-33-wim__features-title {
      font-size: 1.3em;
      color: var(--page-33-wim__primary-color);
      margin-bottom: 10px;
    }

    .page-33-wim__features-description {
      color: var(--page-33-wim__gray-text);
      font-size: 0.95em;
    }

    .page-33-wim__steps-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      margin-top: 40px;
      list-style: none;
      padding: 0;
    }

    .page-33-wim__step-item {
      background-color: #2a2a2a;
      border-radius: 12px;
      padding: 30px;
      text-align: center;
      flex: 1 1 calc(33% - 60px);
      max-width: calc(33% - 60px);
      box-shadow: 0 5px 12px rgba(0, 0, 0, 0.35);
      border: 1px solid var(--page-33-wim__border-color);
      position: relative;
      box-sizing: border-box;
    }

    .page-33-wim__step-number {
      width: 50px;
      height: 50px;
      background-color: var(--page-33-wim__primary-color);
      color: white;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.8em;
      font-weight: bold;
      margin: -55px auto 20px auto; /* Position above the card */
      border: 3px solid var(--page-33-wim__dark-bg);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    }

    .page-33-wim__step-title {
      font-size: 1.4em;
      color: var(--page-33-wim__secondary-color);
      margin-bottom: 15px;
    }

    .page-33-wim__step-description {
      color: var(--page-33-wim__gray-text);
      font-size: 1em;
    }

    .page-33-wim__faq-section {
      text-align: left;
    }

    .page-33-wim__faq-list {
      max-width: 900px;
      margin: 40px auto 0 auto;
      list-style: none;
      padding: 0;
    }

    .page-33-wim__faq-item {
      background-color: #2a2a2a;
      border: 1px solid var(--page-33-wim__border-color);
      border-radius: 10px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .page-33-wim__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: #333;
      color: var(--page-33-wim__light-text);
      font-size: 1.15em;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-33-wim__faq-question:hover {
      background-color: #444;
    }

    .page-33-wim__faq-question h3 {
      margin: 0;
      color: var(--page-33-wim__secondary-color);
      pointer-events: none; /* Prevent h3 from blocking click */
      flex-grow: 1;
    }

    .page-33-wim__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      margin-left: 15px;
      color: var(--page-33-wim__primary-color);
      pointer-events: none; /* Prevent span from blocking click */
      transition: transform 0.3s ease;
    }

    .page-33-wim__faq-item.active .page-33-wim__faq-toggle {
      transform: rotate(45deg); /* Plus to Minus */
    }

    .page-33-wim__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;
      background-color: #2a2a2a;
      color: var(--page-33-wim__gray-text);
      font-size: 1em;
    }

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

    .page-33-wim__sticky-cta {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.9);
      padding: 10px 15px;
      display: flex;
      justify-content: center;
      gap: 15px;
      box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
      z-index: 1000;
      box-sizing: border-box;
    }

    .page-33-wim__sticky-cta .page-33-wim__button {
      flex: 1 1 150px;
      max-width: 200px;
      text-align: center;
      font-size: 1.1em;
      padding: 12px 15px;
    }

    @media (max-width: 992px) {
      .page-33-wim__hero-title {
        font-size: 2.5em;
      }
      .page-33-wim__hero-subtitle {
        font-size: 1.1em;
      }
      .page-33-wim__section-title {
        font-size: 1.8em;
      }
      .page-33-wim__features-item,
      .page-33-wim__step-item {
        flex: 1 1 calc(50% - 30px);
        max-width: calc(50% - 30px);
      }
    }

    @media (max-width: 768px) {
      .page-33-wim__section {
        padding: 30px 0;
      }
      .page-33-wim__hero-section {
        min-height: 50vh;
        padding-bottom: 40px;
      }
      .page-33-wim__hero-title {
        font-size: 2em;
      }
      .page-33-wim__hero-subtitle {
        font-size: 1em;
      }
      .page-33-wim__button {
        padding: 10px 20px;
        font-size: 0.95em;
      }
      .page-33-wim__section-title {
        font-size: 1.6em;
      }
      .page-33-wim__text-block {
        font-size: 1em;
      }
      .page-33-wim__product-grid,
      .page-33-wim__promotion-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      .page-33-wim__product-image {
        height: 180px;
      }
      .page-33-wim__features-list,
      .page-33-wim__steps-list {
        flex-direction: column;
        gap: 20px;
      }
      .page-33-wim__features-item,
      .page-33-wim__step-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 25px;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-33-wim__features-title,
      .page-33-wim__step-title {
        font-size: 1.2em;
      }
      .page-33-wim__faq-question {
        font-size: 1em;
        padding: 15px 20px;
      }
      .page-33-wim__faq-answer {
        padding: 15px 20px !important;
      }
      .page-33-wim__sticky-cta {
        padding: 8px 10px;
        gap: 10px;
      }
      .page-33-wim__sticky-cta .page-33-wim__button {
        font-size: 0.9em;
        padding: 10px 10px;
        flex: 1 1 120px;
      }
    }

    @media (max-width: 480px) {
      .page-33-wim__hero-title {
        font-size: 1.8em;
      }
      .page-33-wim__section-title {
        font-size: 1.4em;
      }
      .page-33-wim__product-title {
        font-size: 1.2em;
      }
      .page-33-wim__promotion-title {
        font-size: 1.3em;
      }
      .page-33-wim__faq-question h3 {
        font-size: 0.95em;
      }
    }
  