.page-blog-xoc88-chinh-thuc-promotions-analysis {
  color: #F2FFF6; /* Text Main */
  background-color: var(--background); /* Body background, assuming it's dark based on custom colors */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #F2FFF6;
  overflow: hidden;
  padding-top: 10px; /* Small top padding */
  padding-bottom: 40px;
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(0.5);
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  margin-top: 50px;
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #F2C14E; /* Gold */
  text-shadow: 0 0 10px rgba(87, 227, 141, 0.7);
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__description {
  font-size: 1.2rem;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #F2FFF6;
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__cta-button--large {
  font-size: 1.3rem;
  padding: 18px 35px;
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__section {
  padding: 60px 0;
  text-align: center;
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__dark-bg {
  background-color: #08160F; /* Background */
  color: #F2FFF6;
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__section-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 40px;
  color: #F2C14E; /* Gold */
  text-shadow: 0 0 8px rgba(87, 227, 141, 0.5);
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__text-block {
  font-size: 1.1rem;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__feature-item {
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: left;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__feature-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #2AD16F; /* Button top color */
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__feature-item p {
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__promotion-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__card {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  text-align: left;
  border: 1px solid #2E7A4E; /* Border */
  display: flex;
  flex-direction: column;
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__card-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__card-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #2AD16F; /* Button top color */
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__card-content p {
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 15px;
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__list li {
  margin-bottom: 8px;
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__card-button {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: transform 0.3s ease;
  margin-top: auto; /* Push button to bottom */
  align-self: flex-start;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__card-button:hover {
  transform: translateY(-2px);
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__info-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__info-list li {
  background-color: #11271B; /* Card BG */
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: left;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__info-list h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #2AD16F; /* Button top color */
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__info-list p {
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__step {
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
  border: 1px solid #2E7A4E; /* Border */
  display: flex;
  flex-direction: column;
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__step-number {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F2C14E; /* Gold */
  color: #08160F;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  border: 3px solid #11271B;
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__step-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #2AD16F; /* Button top color */
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__step p {
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__faq {
  margin-top: 40px;
  text-align: left;
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  background-color: #0A4B2C; /* Deep Green */
  transition: background-color 0.3s ease;
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__faq-item summary:hover {
  background-color: #11A84E;
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__faq-qtext {
  flex-grow: 1;
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__faq-toggle {
  margin-left: 15px;
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__faq-item[open] .page-blog-xoc88-chinh-thuc-promotions-analysis__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__faq-answer {
  padding: 20px;
  border-top: 1px solid #1E3A2A; /* Divider */
  color: #A7D9B8; /* Text Secondary */
  font-size: 1.1rem;
}

.page-blog-xoc88-chinh-thuc-promotions-analysis__cta-wrapper {
  margin-top: 40px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-xoc88-chinh-thuc-promotions-analysis__main-title {
    font-size: clamp(2rem, 6vw, 3rem);
  }
  .page-blog-xoc88-chinh-thuc-promotions-analysis__section-title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .page-blog-xoc88-chinh-thuc-promotions-analysis__hero-section {
    padding-bottom: 30px;
  }
  .page-blog-xoc88-chinh-thuc-promotions-analysis__hero-content {
    margin-top: 30px;
  }
  .page-blog-xoc88-chinh-thuc-promotions-analysis__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }
  .page-blog-xoc88-chinh-thuc-promotions-analysis__description {
    font-size: 1rem;
  }
  .page-blog-xoc88-chinh-thuc-promotions-analysis__cta-button {
    padding: 12px 25px;
    font-size: 0.95rem;
  }
  .page-blog-xoc88-chinh-thuc-promotions-analysis__cta-button--large {
    font-size: 1.1rem;
    padding: 15px 30px;
  }
  .page-blog-xoc88-chinh-thuc-promotions-analysis__section {
    padding: 40px 0;
  }
  .page-blog-xoc88-chinh-thuc-promotions-analysis__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .page-blog-xoc88-chinh-thuc-promotions-analysis__text-block {
    font-size: 1rem;
  }
  .page-blog-xoc88-chinh-thuc-promotions-analysis__feature-grid,
  .page-blog-xoc88-chinh-thuc-promotions-analysis__promotion-cards,
  .page-blog-xoc88-chinh-thuc-promotions-analysis__step-by-step {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-xoc88-chinh-thuc-promotions-analysis__feature-item,
  .page-blog-xoc88-chinh-thuc-promotions-analysis__card,
  .page-blog-xoc88-chinh-thuc-promotions-analysis__info-list li,
  .page-blog-xoc88-chinh-thuc-promotions-analysis__step {
    padding: 20px;
  }
  .page-blog-xoc88-chinh-thuc-promotions-analysis__feature-title,
  .page-blog-xoc88-chinh-thuc-promotions-analysis__card-title,
  .page-blog-xoc88-chinh-thuc-promotions-analysis__info-list h3,
  .page-blog-xoc88-chinh-thuc-promotions-analysis__step-title {
    font-size: 1.3rem;
  }
  .page-blog-xoc88-chinh-thuc-promotions-analysis__faq-item summary {
    font-size: 1.1rem;
    padding: 15px;
  }
  .page-blog-xoc88-chinh-thuc-promotions-analysis__faq-answer {
    padding: 15px;
    font-size: 1rem;
  }

  /* Mobile specific image, video, button styles */
  .page-blog-xoc88-chinh-thuc-promotions-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-xoc88-chinh-thuc-promotions-analysis video,
  .page-blog-xoc88-chinh-thuc-promotions-analysis__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-xoc88-chinh-thuc-promotions-analysis__section,
  .page-blog-xoc88-chinh-thuc-promotions-analysis__card,
  .page-blog-xoc88-chinh-thuc-promotions-analysis__container,
  .page-blog-xoc88-chinh-thuc-promotions-analysis__cta-button,
  .page-blog-xoc88-chinh-thuc-promotions-analysis__card-button,
  .page-blog-xoc88-chinh-thuc-promotions-analysis__cta-buttons,
  .page-blog-xoc88-chinh-thuc-promotions-analysis__button-group,
  .page-blog-xoc88-chinh-thuc-promotions-analysis__btn-container,
  .page-blog-xoc88-chinh-thuc-promotions-analysis__video-section,
  .page-blog-xoc88-chinh-thuc-promotions-analysis__video-container,
  .page-blog-xoc88-chinh-thuc-promotions-analysis__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important; /* Ensure content doesn't overflow */
  }
  .page-blog-xoc88-chinh-thuc-promotions-analysis__cta-button,
  .page-blog-xoc88-chinh-thuc-promotions-analysis__card-button {
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-blog-xoc88-chinh-thuc-promotions-analysis__cta-wrapper {
    display: flex;
    justify-content: center;
    padding: 0 15px;
  }
  .page-blog-xoc88-chinh-thuc-promotions-analysis__hero-section {
    padding-top: 10px !important; /* body handles header offset */
  }
  .page-blog-xoc88-chinh-thuc-promotions-analysis__step-by-step {
    padding: 0 15px;
  }
  .page-blog-xoc88-chinh-thuc-promotions-analysis__faq {
    padding: 0 15px;
  }
}