
    :root {
      --page-33win68__primary-color: #e53935; /* Đỏ tươi */
      --page-33win68__secondary-color: #ffc107; /* Vàng */
      --page-33win68__dark-bg: #1a1a1a; /* Nền tối */
      --page-33win68__light-text: #ffffff; /* Chữ sáng */
      --page-33win68__gray-text: #cccccc; /* Chữ xám */
      --page-33win68__border-color: #333333; /* Màu viền */
      --page-33win68__accent-color: #4CAF50; /* Xanh lá cây */
    }

    .page-33win68 {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: var(--page-33win68__light-text);
      background-color: var(--page-33win68__dark-bg);
      line-height: 1.6;
      overflow-x: hidden;
    }

    .page-33win68__section {
      padding: 40px 20px;
      margin-bottom: 20px;
      background-color: #2a2a2a;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .page-33win68__section:first-of-type {
      padding-top: 70px; /* Adjust for fixed header on desktop */
    }

    @media (max-width: 768px) {
      .page-33win68__section:first-of-type {
        padding-top: 60px; /* Adjust for fixed header on mobile */
      }
    }

    .page-33win68__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .page-33win68__title {
      color: var(--page-33win68__primary-color);
      text-align: center;
      margin-bottom: 30px;
      font-size: 2.5em;
      font-weight: bold;
    }

    .page-33win68__subtitle {
      color: var(--page-33win68__secondary-color);
      text-align: center;
      margin-bottom: 20px;
      font-size: 1.8em;
    }

    .page-33win68__text-center {
      text-align: center;
    }

    .page-33win68__description {
      font-size: 1.1em;
      margin-bottom: 25px;
      color: var(--page-33win68__gray-text);
      text-align: center;
    }

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

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

    .page-33win68__hero {
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 10px 0; /* Ensures content is not hidden by fixed header */
      background-color: #1a1a1a;
    }

    .page-33win68__hero-image {
      max-width: 100%;
      height: auto;
      display: block;
      margin-bottom: 20px;
      border-radius: 8px;
    }

    .page-33win68__hero-content {
      position: relative;
      z-index: 2;
      padding: 0 15px;
    }

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

    .page-33win68__hero-description {
      font-size: 1.3em;
      color: var(--page-33win68__secondary-color);
      margin-bottom: 25px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    }

    .page-33win68__floating-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: var(--page-33win68__accent-color);
      color: var(--page-33win68__light-text);
      padding: 15px 25px;
      border-radius: 50px;
      font-size: 1.1em;
      font-weight: bold;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      z-index: 1000;
      cursor: pointer;
      animation: page-33win68__pulse 2s infinite;
      text-align: center;
      text-decoration: none;
      display: block;
    }

    .page-33win68__floating-button:hover {
      background-color: #45a049;
    }

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

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

    .page-33win68__game-card {
      background-color: #333333;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      padding-bottom: 20px;
    }

    .page-33win68__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
    }

    .page-33win68__game-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-33win68__game-card-title {
      font-size: 1.5em;
      color: var(--page-33win68__secondary-color);
      margin: 20px 10px 10px;
    }

    .page-33win68__game-card-description {
      font-size: 0.95em;
      color: var(--page-33win68__gray-text);
      padding: 0 15px;
      margin-bottom: 20px;
    }

    .page-33win68__info-list {
      list-style: none;
      padding: 0;
      margin: 30px auto 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
    }

    .page-33win68__info-item {
      background-color: #333333;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      text-align: left;
      box-sizing: border-box; /* Ensure padding and border are included in width */
    }

    .page-33win68__info-item h3 {
      color: var(--page-33win68__primary-color);
      font-size: 1.4em;
      margin-bottom: 10px;
    }

    .page-33win68__info-item p {
      color: var(--page-33win68__gray-text);
      font-size: 0.95em;
    }

    .page-33win68__faq-section {
      margin-top: 40px;
    }

    .page-33win68__faq-title {
      color: var(--page-33win68__primary-color);
      text-align: center;
      margin-bottom: 30px;
      font-size: 2em;
    }

    .page-33win68__faq-item {
      background-color: #333333;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

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

    .page-33win68__faq-question:hover {
      background-color: #555555;
    }

    .page-33win68__faq-question h3 {
      margin: 0;
      color: var(--page-33win68__secondary-color);
      font-size: 1.1em;
      pointer-events: none; /* Prevent h3 from blocking click */
    }

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

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

    .page-33win68__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      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-33win68__gray-text);
      font-size: 0.95em;
    }

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

    @media (max-width: 768px) {
      .page-33win68__hero-title {
        font-size: 2em;
      }
      .page-33win68__hero-description {
        font-size: 1.1em;
      }
      .page-33win68__title {
        font-size: 2em;
      }
      .page-33win68__subtitle {
        font-size: 1.5em;
      }
      .page-33win68__floating-button {
        bottom: 10px;
        right: 10px;
        padding: 12px 20px;
        font-size: 1em;
      }
      .page-33win68__game-grid {
        grid-template-columns: 1fr;
      }
      .page-33win68__info-list {
        grid-template-columns: 1fr;
        padding: 0 15px !important; /* Ensure container padding is adjusted */
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-33win68__info-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 15px !important; /* Reduce padding for smaller screens */
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      /* Image responsive optimization */
      .page-33win68 img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-33win68__hero-image,
      .page-33win68__game-card-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
    }
  