/* style/blog-k88c-win-latest-promotions-analysis.css */
:root {
  --k88c-win-primary: #11A84E;
  --k88c-win-secondary: #22C768;
  --k88c-win-button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --k88c-win-card-bg: #11271B;
  --k88c-win-bg: #08160F;
  --k88c-win-text-main: #F2FFF6;
  --k88c-win-text-secondary: #A7D9B8;
  --k88c-win-border: #2E7A4E;
  --k88c-win-glow: #57E38D;
  --k88c-win-gold: #F2C14E;
  --k88c-win-divider: #1E3A2A;
  --k88c-win-deep-green: #0A4B2C;
}

/* body đã padding-top: var(--header-offset) từ shared.css; trang này không cần lặp lại */
.page-blog-k88c-win-latest-promotions-analysis {
  background-color: var(--k88c-win-bg);
  color: var(--k88c-win-text-main);
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-blog-k88c-win-latest-promotions-analysis__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0 60px 0; /* Chỉ 10px padding-top, không dùng var(--header-offset) */
  text-align: center;
  overflow: hidden;
  min-height: 500px;
}

.page-blog-k88c-win-latest-promotions-analysis__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.6);
}

.page-blog-k88c-win-latest-promotions-analysis__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4); /* Thêm nền để chữ dễ đọc trên ảnh */
  border-radius: 10px;
  margin-top: 50px;
}

.page-blog-k88c-win-latest-promotions-analysis__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--k88c-win-gold); /* Sử dụng màu vàng cho tiêu đề chính */
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.page-blog-k88c-win-latest-promotions-analysis__subtitle {
  font-size: 1.2em;
  color: var(--k88c-win-text-main);
  margin-bottom: 30px;
}

.page-blog-k88c-win-latest-promotions-analysis__section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-k88c-win-latest-promotions-analysis__content-area {
  background-color: var(--k88c-win-bg);
  color: var(--k88c-win-text-main);
}

.page-blog-k88c-win-latest-promotions-analysis__dark-section {
  background-color: var(--k88c-win-deep-green);
  color: var(--k88c-win-text-main);
}

.page-blog-k88c-win-latest-promotions-analysis__heading {
  font-size: 2.5em;
  font-weight: 700;
  color: var(--k88c-win-gold);
  text-align: center;
  margin-bottom: 40px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.page-blog-k88c-win-latest-promotions-analysis__sub-heading {
  font-size: 1.8em;
  font-weight: 600;
  color: var(--k88c-win-secondary);
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-k88c-win-latest-promotions-analysis p {
  margin-bottom: 1em;
  color: var(--k88c-win-text-main);
}

.page-blog-k88c-win-latest-promotions-analysis__btn-primary,
.page-blog-k88c-win-latest-promotions-analysis__btn-register {
  display: inline-block;
  padding: 15px 30px;
  background: var(--k88c-win-button-gradient);
  color: var(--k88c-win-text-main);
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  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-k88c-win-latest-promotions-analysis__btn-primary:hover,
.page-blog-k88c-win-latest-promotions-analysis__btn-register:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  opacity: 0.9;
}

.page-blog-k88c-win-latest-promotions-analysis__grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-k88c-win-latest-promotions-analysis__card {
  background-color: var(--k88c-win-card-bg);
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: var(--k88c-win-text-main);
  border: 1px solid var(--k88c-win-divider);
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

.page-blog-k88c-win-latest-promotions-analysis__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  max-width: 100%;
  display: block;
}

.page-blog-k88c-win-latest-promotions-analysis__card-title {
  font-size: 1.5em;
  color: var(--k88c-win-gold);
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-k88c-win-latest-promotions-analysis__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 1em;
  color: var(--k88c-win-text-secondary);
}

.page-blog-k88c-win-latest-promotions-analysis__list li {
  margin-bottom: 0.5em;
}

.page-blog-k88c-win-latest-promotions-analysis__ordered-list {
  list-style-type: decimal;
  margin-left: 20px;
  color: var(--k88c-win-text-main);
}

.page-blog-k88c-win-latest-promotions-analysis__ordered-list li {
  margin-bottom: 2em;
}

.page-blog-k88c-win-latest-promotions-analysis__advantage-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.page-blog-k88c-win-latest-promotions-analysis__advantage-item {
  background-color: var(--k88c-win-card-bg);
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-left: 5px solid var(--k88c-win-primary);
  color: var(--k88c-win-text-main);
  box-sizing: border-box;
}

.page-blog-k88c-win-latest-promotions-analysis__advantage-item .page-blog-k88c-win-latest-promotions-analysis__sub-heading {
  color: var(--k88c-win-secondary);
  margin-top: 0;
}

.page-blog-k88c-win-latest-promotions-analysis__faq-list {
  margin-top: 40px;
  border-top: 1px solid var(--k88c-win-divider);
}

.page-blog-k88c-win-latest-promotions-analysis__faq-item {
  border-bottom: 1px solid var(--k88c-win-divider);
  margin-bottom: 15px;
  color: var(--k88c-win-text-main);
}

.page-blog-k88c-win-latest-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  font-size: 1.2em;
  font-weight: 600;
  cursor: pointer;
  color: var(--k88c-win-text-main);
}

.page-blog-k88c-win-latest-promotions-analysis__faq-question::-webkit-details-marker,
.page-blog-k88c-win-latest-promotions-analysis__faq-question::marker {
  display: none;
}

.page-blog-k88c-win-latest-promotions-analysis__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: var(--k88c-win-primary);
  margin-left: 10px;
}

.page-blog-k88c-win-latest-promotions-analysis__faq-answer {
  padding-bottom: 15px;
  font-size: 1em;
  line-height: 1.6;
  color: var(--k88c-win-text-secondary);
}

.page-blog-k88c-win-latest-promotions-analysis__cta-section {
  text-align: center;
  padding-bottom: 80px;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-k88c-win-latest-promotions-analysis__hero-content {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .page-blog-k88c-win-latest-promotions-analysis {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-k88c-win-latest-promotions-analysis__hero-section {
    padding: 10px 15px 40px 15px;
    min-height: 400px;
  }

  .page-blog-k88c-win-latest-promotions-analysis__hero-content {
    padding: 15px;
    margin-top: 30px;
  }

  .page-blog-k88c-win-latest-promotions-analysis__main-title {
    font-size: 2em;
  }

  .page-blog-k88c-win-latest-promotions-analysis__subtitle {
    font-size: 1em;
  }

  .page-blog-k88c-win-latest-promotions-analysis__section {
    padding: 40px 15px;
  }

  .page-blog-k88c-win-latest-promotions-analysis__heading {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .page-blog-k88c-win-latest-promotions-analysis__sub-heading {
    font-size: 1.5em;
  }

  .page-blog-k88c-win-latest-promotions-analysis__btn-primary,
  .page-blog-k88c-win-latest-promotions-analysis__btn-register {
    padding: 12px 20px;
    font-size: 1em;
    width: 100% !important; /* Force full width on mobile */
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-k88c-win-latest-promotions-analysis__grid-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-k88c-win-latest-promotions-analysis__card {
    padding: 20px;
  }

  .page-blog-k88c-win-latest-promotions-analysis__card-image {
    height: 180px;
  }

  .page-blog-k88c-win-latest-promotions-analysis__card-title {
    font-size: 1.3em;
  }

  .page-blog-k88c-win-latest-promotions-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-k88c-win-latest-promotions-analysis__section,
  .page-blog-k88c-win-latest-promotions-analysis__card,
  .page-blog-k88c-win-latest-promotions-analysis__container,
  .page-blog-k88c-win-latest-promotions-analysis__grid-container,
  .page-blog-k88c-win-latest-promotions-analysis__advantage-item,
  .page-blog-k88c-win-latest-promotions-analysis__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-k88c-win-latest-promotions-analysis__hero-section {
    padding-top: 10px !important;
  }

  /* Ensure no horizontal scroll for button groups */
  .page-blog-k88c-win-latest-promotions-analysis__cta-buttons,
  .page-blog-k88c-win-latest-promotions-analysis__button-group,
  .page-blog-k88c-win-latest-promotions-analysis__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
    display: flex;
    flex-direction: column; /* Stack buttons vertically on mobile */
  }

  .page-blog-k88c-win-latest-promotions-analysis__faq-question {
    font-size: 1.1em;
  }
}