
    .page-33vim {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #f0f0f0;
      background-color: #1a1a2e; /* Dark background */
      line-height: 1.6;
    }

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

    .page-33vim__section-title {
      color: #e94560; /* Accent color */
      text-align: center;
      margin-bottom: 40px;
      font-size: 2.5em;
      font-weight: bold;
    }

    .page-33vim__text-content {
      text-align: center;
      margin-bottom: 30px;
      font-size: 1.1em;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Hero Section */
    .page-33vim__hero-section {
      position: relative;
      background-image: url('[GALLERY:hero:1920x1080:gaming,online_casino,vietnam,33vim]');
      background-size: cover;
      background-position: center;
      height: 60vh; /* Responsive height */
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding-top: 10px; /* Small decorative padding, assuming body has header offset */
      min-height: 400px;
    }

    .page-33vim__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
    }

    .page-33vim__hero-content {
      position: relative;
      z-index: 2;
      color: #ffffff;
      max-width: 900px;
      padding: 20px;
    }

    .page-33vim__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      line-height: 1.2;
      color: #f7b32b; /* Bright accent for title */
    }

    .page-33vim__hero-description {
      font-size: 1.5em;
      margin-bottom: 30px;
    }

    .page-33vim__hero-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
    }

    .page-33vim__button {
      display: inline-block;
      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;
      cursor: pointer;
      border: none;
    }

    .page-33vim__button--primary {
      background-color: #e94560;
      color: #ffffff;
    }

    .page-33vim__button--primary:hover {
      background-color: #d13a52;
      transform: translateY(-3px);
    }

    .page-33vim__button--secondary {
      background-color: #f7b32b;
      color: #1a1a2e;
    }

    .page-33vim__button--secondary:hover {
      background-color: #e0a324;
      transform: translateY(-3px);
    }

    /* About Section */
    .page-33vim__about-section {
      padding: 60px 0;
      background-color: #16213e;
    }

    .page-33vim__image-centered {
      display: block;
      margin: 30px auto;
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

    /* Products Section */
    .page-33vim__products-section {
      padding: 60px 0;
      background-color: #0f3460;
    }

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

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

    .page-33vim__product-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    }

    .page-33vim__product-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      margin-bottom: 15px;
      max-width: 100%;
    }

    .page-33vim__product-title {
      color: #f7b32b;
      font-size: 1.8em;
      margin-bottom: 10px;
      padding: 0 15px;
    }

    .page-33vim__product-description {
      font-size: 0.95em;
      color: #cccccc;
      padding: 0 15px;
    }

    /* Promo Section */
    .page-33vim__promo-section {
      padding: 60px 0;
      background-color: #16213e;
    }

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

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

    .page-33vim__promo-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    }

    .page-33vim__promo-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      margin-bottom: 15px;
      max-width: 100%;
    }

    .page-33vim__promo-title {
      color: #e94560;
      font-size: 1.6em;
      margin-bottom: 10px;
      padding: 0 15px;
    }

    .page-33vim__promo-description {
      font-size: 0.95em;
      color: #cccccc;
      padding: 0 15px;
    }

    .page-33vim__promo-action {
      text-align: center;
      margin-top: 50px;
    }

    /* News Section */
    .page-33vim__news-section {
      padding: 60px 0;
      background-color: #0f3460;
    }

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

    .page-33vim__news-item {
      background-color: #1a1a2e;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-33vim__news-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    }

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

    .page-33vim__news-title {
      color: #f7b32b;
      font-size: 1.4em;
      margin: 15px;
      line-height: 1.4;
    }

    .page-33vim__news-date {
      font-size: 0.85em;
      color: #888888;
      margin: 0 15px 10px;
    }

    .page-33vim__news-excerpt {
      font-size: 0.95em;
      color: #cccccc;
      margin: 0 15px 15px;
    }

    /* FAQ Section */
    .page-33vim__faq-section {
      padding: 60px 0;
      background-color: #16213e;
    }

    .page-33vim__faq-list {
      max-width: 800px;
      margin: 40px auto 0;
    }

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

    .page-33vim__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #1a1a2e;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-33vim__faq-question:hover {
      background-color: #2a2a4e;
    }

    .page-33vim__faq-question-text {
      margin: 0;
      font-size: 1.2em;
      color: #f7b32b;
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-33vim__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #e94560;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent span from blocking click */
    }

    .page-33vim__faq-item.active .page-33vim__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'x' visually */
    }

    .page-33vim__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;
    }

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

    .page-33vim__faq-answer p {
      margin: 0;
      color: #cccccc;
      font-size: 1em;
    }

    /* Floating Buttons */
    .page-33vim__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1000;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .page-33vim__floating-button {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 120px; /* Fixed width for mobile friendly */
      height: 50px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1em;
      color: #ffffff;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .page-33vim__floating-button--register {
      background-color: #e94560;
    }

    .page-33vim__floating-button--register:hover {
      background-color: #d13a52;
      transform: scale(1.05);
    }

    .page-33vim__floating-button--login {
      background-color: #f7b32b;
      color: #1a1a2e;
    }

    .page-33vim__floating-button--login:hover {
      background-color: #e0a324;
      transform: scale(1.05);
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-33vim__hero-title {
        font-size: 2.8em;
      }
      .page-33vim__hero-description {
        font-size: 1.3em;
      }
      .page-33vim__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-33vim__container {
        padding: 15px;
      }

      .page-33vim__hero-section {
        height: 50vh;
        min-height: 300px;
      }

      .page-33vim__hero-title {
        font-size: 2.2em;
      }
      .page-33vim__hero-description {
        font-size: 1.1em;
      }
      .page-33vim__hero-buttons {
        flex-direction: column;
        gap: 15px;
      }
      .page-33vim__button {
        width: 80%;
        margin: 0 auto;
        padding: 12px 20px;
        font-size: 1em;
      }

      .page-33vim__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
      }
      .page-33vim__text-content {
        font-size: 1em;
      }

      /* List items responsive */
      .page-33vim__product-grid,
      .page-33vim__promo-grid,
      .page-33vim__news-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-33vim__product-item,
      .page-33vim__promo-item,
      .page-33vim__news-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-33vim__product-image,
      .page-33vim__promo-image,
      .page-33vim__news-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-33vim__faq-question {
        padding: 15px 20px;
      }
      .page-33vim__faq-question-text {
        font-size: 1.1em;
      }
      .page-33vim__faq-answer {
        padding: 0 20px;
      }
      .page-33vim__faq-item.active .page-33vim__faq-answer {
        padding: 15px 20px !important;
      }

      .page-33vim__floating-buttons {
        flex-direction: row;
        justify-content: center;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        bottom: 10px;
      }

      .page-33vim__floating-button {
        width: 48%; /* Adjust for spacing */
        height: 45px;
        font-size: 0.95em;
      }
    }

    @media (max-width: 480px) {
      .page-33vim__hero-title {
        font-size: 1.8em;
      }
      .page-33vim__hero-description {
        font-size: 0.95em;
      }
      .page-33vim__button {
        width: 90%;
        font-size: 0.9em;
      }
      .page-33vim__section-title {
        font-size: 1.5em;
      }
      .page-33vim__product-title, .page-33vim__promo-title {
        font-size: 1.4em;
      }
      .page-33vim__news-title {
        font-size: 1.2em;
      }
      .page-33vim__faq-question-text {
        font-size: 1em;
      }
      .page-33vim__faq-toggle {
        font-size: 1.2em;
      }
      .page-33vim__floating-buttons {
        gap: 8px;
      }
      .page-33vim__floating-button {
        width: 47%;
        font-size: 0.85em;
      }
    }
  