/* style/blog-lk88-chinh-thuc-promotions-analysis.css */
.page-blog-lk88-chinh-thuc-promotions-analysis {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-main-color, #F2FFF6); /* Default to Text Main if not explicitly set */
  background-color: var(--bg-color, #08160F);
}

.page-blog-lk88-chinh-thuc-promotions-analysis__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  text-align: center;
  overflow: hidden;
  color: var(--text-main-color, #F2FFF6);
  background-color: var(--deep-green-color, #0A4B2C);
}

.page-blog-lk88-chinh-thuc-promotions-analysis__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-blog-lk88-chinh-thuc-promotions-analysis__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image for text readability */
}

.page-blog-lk88-chinh-thuc-promotions-analysis__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-lk88-chinh-thuc-promotions-analysis__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--gold-color, #F2C14E);
  line-height: 1.2;
}

.page-blog-lk88-chinh-thuc-promotions-analysis__hero-description {
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin-bottom: 30px;
  color: var(--text-secondary-color, #A7D9B8);
}

.page-blog-lk88-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: 600;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-lk88-chinh-thuc-promotions-analysis__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-lk88-chinh-thuc-promotions-analysis__cta-button--centered {
  margin-top: 30px;
}

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

.page-blog-lk88-chinh-thuc-promotions-analysis__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: var(--text-main-color, #F2FFF6);
}

.page-blog-lk88-chinh-thuc-promotions-analysis__introduction-section,
.page-blog-lk88-chinh-thuc-promotions-analysis__promotion-types-section,
.page-blog-lk88-chinh-thuc-promotions-analysis__examples-section,
.page-blog-lk88-chinh-thuc-promotions-analysis__faq-section {
  background-color: var(--bg-color, #08160F);
  color: var(--text-main-color, #F2FFF6);
}

.page-blog-lk88-chinh-thuc-promotions-analysis__overview-section,
.page-blog-lk88-chinh-thuc-promotions-analysis__guidance-section,
.page-blog-lk88-chinh-thuc-promotions-analysis__important-notes-section,
.page-blog-lk88-chinh-thuc-promotions-analysis__conclusion-section {
  background-color: var(--card-bg-color, #11271B);
  color: var(--text-main-color, #F2FFF6);
}

.page-blog-lk88-chinh-thuc-promotions-analysis__paragraph {
  font-size: 1rem;
  margin-bottom: 20px;
  color: var(--text-secondary-color, #A7D9B8);
}

.page-blog-lk88-chinh-thuc-promotions-analysis__paragraph strong {
  color: var(--gold-color, #F2C14E);
}

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

.page-blog-lk88-chinh-thuc-promotions-analysis__card {
  background-color: var(--card-bg-color, #11271B);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  color: var(--text-main-color, #F2FFF6);
  border: 1px solid var(--border-color, #2E7A4E);
}

.page-blog-lk88-chinh-thuc-promotions-analysis__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.page-blog-lk88-chinh-thuc-promotions-analysis__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-blog-lk88-chinh-thuc-promotions-analysis__card-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 20px 20px 10px;
  color: var(--gold-color, #F2C14E);
}

.page-blog-lk88-chinh-thuc-promotions-analysis__card-description {
  font-size: 0.95rem;
  margin: 0 20px 20px;
  color: var(--text-secondary-color, #A7D9B8);
  flex-grow: 1;
}

.page-blog-lk88-chinh-thuc-promotions-analysis__card-button {
  display: block;
  margin: 0 20px 20px;
  padding: 10px 15px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-lk88-chinh-thuc-promotions-analysis__card-button:hover {
  opacity: 0.9;
}

.page-blog-lk88-chinh-thuc-promotions-analysis__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-lk88-chinh-thuc-promotions-analysis__list-item {
  background-color: var(--bg-color, #08160F);
  border-left: 5px solid var(--primary-color, #11A84E);
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-lk88-chinh-thuc-promotions-analysis__list-title {
  font-size: 1.3rem;
  color: var(--gold-color, #F2C14E);
  margin-bottom: 10px;
}

.page-blog-lk88-chinh-thuc-promotions-analysis__list-description {
  font-size: 1rem;
  color: var(--text-secondary-color, #A7D9B8);
}

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

.page-blog-lk88-chinh-thuc-promotions-analysis__promo-card {
  background-color: var(--card-bg-color, #11271B);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  color: var(--text-main-color, #F2FFF6);
  border: 1px solid var(--border-color, #2E7A4E);
}

.page-blog-lk88-chinh-thuc-promotions-analysis__promo-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
}