
    :root {
      --primary-yellow: #FFD700; /* Gold/Yellow */
      --secondary-white: #FFFFFF;
      --background-black: #000000;
      --text-gray: #CCCCCC;
      --dark-gray: #333333;
      --light-gray: #555555;
    }

    .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners {
      font-family: 'Arial', sans-serif;
      background-color: var(--background-black);
      color: var(--secondary-white);
      line-height: 1.6;
      padding-bottom: 50px; /* Không gian cho footer */
    }

    .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    /* Hero Section */
    .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__hero-section {
      position: relative;
      text-align: center;
      padding: 10px 0 40px; /* Đã điều chỉnh padding-top cho header cố định */
      overflow: hidden;
      background-color: var(--dark-gray); /* Màu dự phòng */
    }

    .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__hero-image {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      border-radius: 8px;
    }

    .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__hero-content {
      position: relative;
      z-index: 1;
      padding: 20px 15px;
      background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.4));
      margin-top: -80px; /* Hơi chồng lên ảnh để tạo luồng thị giác */
      border-radius: 0 0 8px 8px;
    }

    .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__hero-title {
      color: var(--primary-yellow);
      font-size: 2.5em;
      margin-bottom: 10px;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    }

    .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__hero-subtitle {
      color: var(--secondary-white);
      font-size: 1.2em;
      margin-bottom: 20px;
    }

    .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__button {
      display: inline-block;
      background-color: var(--primary-yellow);
      color: var(--background-black);
      padding: 12px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
      font-size: 1.1em;
    }

    .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__button:hover {
      background-color: #FFEA00;
      transform: translateY(-2px);
    }

    /* Content Sections */
    .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__section {
      padding: 40px 0;
      border-bottom: 1px solid var(--dark-gray);
    }

    .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__section:last-of-type {
      border-bottom: none;
    }

    .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__section-title {
      color: var(--primary-yellow);
      font-size: 2em;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 3px;
      background-color: var(--primary-yellow);
      border-radius: 2px;
    }

    .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__subsection-title {
      color: var(--secondary-white);
      font-size: 1.5em;
      margin-top: 30px;
      margin-bottom: 15px;
      border-left: 4px solid var(--primary-yellow);
      padding-left: 10px;
    }

    .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__paragraph {
      margin-bottom: 15px;
      color: var(--text-gray);
    }

    .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__list {
      list-style-type: disc;
      padding-left: 25px;
      margin-bottom: 15px;
      color: var(--text-gray);
    }

    .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__list-item {
      margin-bottom: 8px;
    }

    .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__image-container {
      text-align: center;
      margin: 30px 0;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__content-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.5);
    }

    /* Highlight box */
    .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__highlight-box {
      background-color: var(--dark-gray);
      border-left: 5px solid var(--primary-yellow);
      padding: 20px;
      margin: 30px 0;
      border-radius: 5px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.4);
    }

    .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__highlight-box p {
      color: var(--secondary-white);
      margin-bottom: 10px;
    }

    .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__highlight-box strong {
      color: var(--primary-yellow);
    }

    /* FAQ Section */
    .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__faq-section {
      padding: 40px 0;
      background-color: var(--dark-gray);
      border-radius: 8px;
      margin-top: 40px;
    }

    .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__faq-item {
      border-bottom: 1px solid var(--light-gray);
    }

    .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__faq-item:last-of-type {
      border-bottom: none;
    }

    .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 15px;
      cursor: pointer;
      user-select: none;
      color: var(--secondary-white);
      transition: background-color 0.3s ease;
    }

    .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__faq-question:hover {
      background-color: var(--light-gray);
    }

    .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: var(--secondary-white);
      pointer-events: none; /* Ngăn h3 chặn sự kiện click */
    }

    .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: var(--primary-yellow);
      transition: transform 0.3s ease;
      pointer-events: none; /* Ngăn biểu tượng toggle chặn sự kiện click */
    }

    .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__faq-item.active .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__faq-toggle {
      transform: rotate(45deg); /* Thay đổi + thành X hoặc tương tự */
    }

    .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      color: var(--text-gray);
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__faq-item.active .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__faq-answer {
      max-height: 2000px !important; /* Đủ lớn để chứa mọi nội dung */
      padding: 20px 15px !important;
      opacity: 1;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__hero-section {
        padding-top: 10px; /* Padding trên di động cho header cố định */
      }
      .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__hero-title {
        font-size: 1.8em;
      }
      .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__hero-subtitle {
        font-size: 1em;
      }
      .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__section-title {
        font-size: 1.6em;
      }
      .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__subsection-title {
        font-size: 1.3em;
      }
      .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__button {
        padding: 10px 20px;
        font-size: 1em;
      }
      .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__faq-question {
        padding: 15px 10px;
      }
      .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__faq-question h3 {
        font-size: 1.1em;
      }
      .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__faq-answer {
        padding: 0 10px;
      }
      .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__faq-item.active .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__faq-answer {
        padding: 15px 10px !important;
      }
      /* Responsive image optimization with !important */
      .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__content-image {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-resources-is-gacam67-slot-game-easy-to-win-complete-guide-for-beginners__image-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }
  