
    :root {
      --primary-color: #FFD700; /* Gold */
      --secondary-color: #000000; /* Black */
      --accent-color: #FF4500; /* OrangeRed */
      --text-light: #FFFFFF;
      --text-dark: #333333;
      --bg-dark: #1a1a1a;
      --bg-light: #f5f5f5;
      --border-color: #444444;
      --button-hover-bg: #e6c200;
      --button-hover-text: #000000;
    }

    /* Base styles for the page */
    .page-5w8n {
      font-family: 'Arial', sans-serif;
      color: var(--text-light);
      background-color: var(--bg-dark);
      line-height: 1.6;
      overflow-x: hidden; /* Prevent horizontal scroll from fixed buttons */
    }

    .page-5w8n__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px 15px;
      box-sizing: border-box;
    }

    .page-5w8n__section {
      padding: 40px 0;
      text-align: center;
    }

    .page-5w8n__title {
      font-size: 2.5em;
      color: var(--primary-color);
      margin-bottom: 20px;
      text-transform: uppercase;
      font-weight: bold;
    }

    .page-5w8n__subtitle {
      font-size: 1.5em;
      color: var(--text-light);
      margin-bottom: 30px;
    }

    .page-5w8n__text {
      font-size: 1.1em;
      color: var(--text-light);
      margin-bottom: 20px;
    }

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

    .page-5w8n__button:hover {
      background-color: var(--button-hover-bg);
      color: var(--button-hover-text);
    }

    /* Hero Section */
    .page-5w8n__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:casino,slots,cards,vietnam]') no-repeat center center/cover;
      padding-top: 10px; /* Small decorative padding, body handles main offset */
      padding-bottom: 60px;
      min-height: 400px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      position: relative;
    }

    .page-5w8n__hero-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-5w8n__hero-title {
      font-size: 3em;
      color: var(--primary-color);
      margin-bottom: 15px;
      line-height: 1.2;
    }

    .page-5w8n__hero-description {
      font-size: 1.3em;
      color: var(--text-light);
      margin-bottom: 30px;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
    }

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

    .page-5w8n__floating-button {
      background-color: var(--accent-color);
      color: var(--text-light);
      padding: 12px 20px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      transition: background-color 0.3s ease;
      white-space: nowrap;
      font-size: 1em;
    }

    .page-5w8n__floating-button:hover {
      background-color: #CC3700;
    }

    /* Game Showcase Section */
    .page-5w8n__game-showcase {
      background-color: var(--bg-dark);
      padding: 60px 0;
    }

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

    .page-5w8n__game-card {
      background-color: var(--secondary-color);
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      text-align: center;
      transition: transform 0.3s ease;
    }

    .page-5w8n__game-card:hover {
      transform: translateY(-5px);
    }

    .page-5w8n__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-5w8n__game-title {
      font-size: 1.3em;
      color: var(--primary-color);
      padding: 15px 10px;
      margin: 0;
    }

    /* Promotions Section */
    .page-5w8n__promotions-section {
      background-color: var(--secondary-color);
      padding: 60px 0;
    }

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

    .page-5w8n__promo-item {
      background-color: var(--bg-dark);
      border-radius: 10px;
      padding: 25px;
      text-align: left;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
      border-left: 5px solid var(--primary-color);
      box-sizing: border-box; /* Crucial for responsive list items */
    }

    .page-5w8n__promo-item-title {
      font-size: 1.4em;
      color: var(--primary-color);
      margin-bottom: 10px;
    }

    .page-5w8n__promo-item-text {
      color: var(--text-light);
      margin-bottom: 15px;
    }

    /* Why Choose Us Section */
    .page-5w8n__features-section {
      background-color: var(--bg-dark);
      padding: 60px 0;
    }

    .page-5w8n__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 40px;
      list-style: none;
      padding: 0;
    }

    .page-5w8n__feature-item {
      background-color: var(--secondary-color);
      border-radius: 10px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      box-sizing: border-box; /* Crucial for responsive list items */
    }

    .page-5w8n__feature-icon {
      width: 200px; /* Minimum 200x200px as per requirements */
      height: 200px;
      margin-bottom: 15px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
      height: auto;
      object-fit: contain;
    }

    .page-5w8n__feature-title {
      font-size: 1.3em;
      color: var(--primary-color);
      margin-bottom: 10px;
    }

    .page-5w8n__feature-text {
      color: var(--text-light);
    }

    /* FAQ Section */
    .page-5w8n__faq-section {
      background-color: var(--secondary-color);
      padding: 60px 0;
    }

    .page-5w8n__faq-list {
      max-width: 800px;
      margin: 40px auto 0 auto;
      list-style: none;
      padding: 0;
    }

    .page-5w8n__faq-item {
      background-color: var(--bg-dark);
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    }

    .page-5w8n__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 20px;
      background-color: var(--secondary-color);
      color: var(--primary-color);
      cursor: pointer;
      font-size: 1.2em;
      font-weight: bold;
      user-select: none;
      transition: background-color 0.3s ease;
      border-bottom: 1px solid var(--border-color);
    }

    .page-5w8n__faq-question:hover {
      background-color: #2a2a2a;
    }

    .page-5w8n__faq-question h3 {
      margin: 0;
      font-size: 1em; /* Adjust to fit parent */
      color: inherit;
      pointer-events: none; /* Crucial for click event */
    }

    .page-5w8n__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Crucial for click event */
    }

    .page-5w8n__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      color: var(--text-light);
      background-color: var(--bg-dark);
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

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

    .page-5w8n__faq-item.active .page-5w8n__faq-toggle {
      transform: rotate(45deg); /* Changes + to X or a dash */
    }

    /* Call to Action Section */
    .page-5w8n__cta-section {
      background-color: var(--primary-color);
      color: var(--secondary-color);
      padding: 50px 0;
    }

    .page-5w8n__cta-title {
      font-size: 2em;
      margin-bottom: 15px;
      color: var(--secondary-color);
    }

    .page-5w8n__cta-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: var(--secondary-color);
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-5w8n__container {
        padding: 15px 10px;
      }

      .page-5w8n__title {
        font-size: 2em;
      }

      .page-5w8n__subtitle {
        font-size: 1.2em;
      }

      .page-5w8n__hero-title {
        font-size: 2.2em;
      }

      .page-5w8n__hero-description {
        font-size: 1em;
      }

      .page-5w8n__button {
        padding: 10px 20px;
        font-size: 0.9em;
      }

      .page-5w8n__floating-buttons {
        bottom: 15px;
        right: 15px;
        flex-direction: row; /* Stack horizontally on mobile */
        width: calc(100% - 30px);
        justify-content: center;
        gap: 8px;
      }

      .page-5w8n__floating-button {
        flex: 1;
        text-align: center;
        padding: 10px 15px;
        font-size: 0.9em;
      }

      .page-5w8n__game-grid,
      .page-5w8n__promo-list,
      .page-5w8n__features-grid {
        grid-template-columns: 1fr; /* Single column on mobile */
      }

      /* List item specific responsive styles */
      .page-5w8n__promo-item,
      .page-5w8n__feature-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 20px !important; /* Adjust padding for mobile */
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-5w8n__promo-list,
      .page-5w8n__features-grid,
      .page-5w8n__faq-list {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-5w8n__faq-question {
        font-size: 1.1em;
        padding: 15px 15px;
      }

      .page-5w8n__faq-answer {
        padding: 15px 15px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-5w8n__cta-title {
        font-size: 1.5em;
      }

      .page-5w8n__cta-description {
        font-size: 1em;
      }

      /* Image responsive styles */
      .page-5w8n__game-image,
      .page-5w8n__feature-icon {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-5w8n__game-card,
      .page-5w8n__feature-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }
    }

    @media (max-width: 480px) {
      .page-5w8n__floating-buttons {
        flex-direction: column; /* Stack vertically on very small screens */
        align-items: center;
        right: 10px;
        bottom: 10px;
        width: auto;
      }
      .page-5w8n__floating-button {
        width: 180px; /* Fixed width for small buttons */
      }
    }
  