/* style/blog-jun888-promotions-analysis.css */
:root {
  --jun888-red: #C61F1F;
  --jun888-gold: #E53030;
  --jun888-card-bg: #2A1212;
  --jun888-bg: #140C0C;
  --jun888-text-main: #FFF1E8;
  --jun888-border: #6A1E1E;
  --jun888-accent-gold: #F3C54D;
  --jun888-deep-red: #7E0D0D;
  --btn-gradient: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%);
}

/* body đã padding-top: var(--header-offset)；trang này không được viết lại biến đó */
.page-blog-jun888-promotions-analysis {
  color: #333333; /* Mặc định cho nền sáng */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-blog-jun888-promotions-analysis__dark-bg {
  background-color: var(--jun888-bg);
  color: var(--jun888-text-main);
}

.page-blog-jun888-promotions-analysis__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-blog-jun888-promotions-analysis__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Chỉ một khoảng cách nhỏ */
  padding-bottom: 60px;
  overflow: hidden;
}

.page-blog-jun888-promotions-analysis__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-jun888-promotions-analysis__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-jun888-promotions-analysis__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  position: relative; /* Đảm bảo nội dung nằm trên lớp phủ nếu có */
  z-index: 2;
  margin-top: -100px; /* Điều chỉnh để nội dung không quá xa ảnh */
}

.page-blog-jun888-promotions-analysis__main-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 700;
  color: var(--jun888-accent-gold);
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-jun888-promotions-analysis__intro-text {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: var(--jun888-text-main);
}

.page-blog-jun888-promotions-analysis__inline-link {
  color: var(--jun888-accent-gold);
  text-decoration: underline;
}

.page-blog-jun888-promotions-analysis__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.page-blog-jun888-promotions-analysis__btn-primary,
.page-blog-jun888-promotions-analysis__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
}

.page-blog-jun888-promotions-analysis__btn-primary {
  background: var(--btn-gradient);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-blog-jun888-promotions-analysis__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.page-blog-jun888-promotions-analysis__btn-secondary {
  background-color: transparent;
  color: var(--jun888-accent-gold);
  border: 2px solid var(--jun888-accent-gold);
}

.page-blog-jun888-promotions-analysis__btn-secondary:hover {
  background-color: var(--jun888-accent-gold);
  color: var(--jun888-bg);
}

.page-blog-jun888-promotions-analysis__section {
  padding: 60px 20px;
  border-bottom: 1px solid var(--jun888-border);
}

.page-blog-jun888-promotions-analysis__section-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: var(--jun888-red);
}

.page-blog-jun888-promotions-analysis__dark-bg .page-blog-jun888-promotions-analysis__section-title {
  color: var(--jun888-accent-gold);
}

.page-blog-jun888-promotions-analysis__sub-title {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: var(--jun888-deep-red);
}

.page-blog-jun888-promotions-analysis__dark-bg .page-blog-jun888-promotions-analysis__sub-title {
  color: var(--jun888-text-main);
}

.page-blog-jun888-promotions-analysis__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.page-blog-jun888-promotions-analysis__paragraph {
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-blog-jun888-promotions-analysis__image-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-jun888-promotions-analysis__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.page-blog-jun888-promotions-analysis__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-blog-jun888-promotions-analysis__list-item {
  margin-bottom: 10px;
  font-size: 1rem;
}

.page-blog-jun888-promotions-analysis__list-strong {
  color: var(--jun888-deep-red);
}

.page-blog-jun888-promotions-analysis__dark-bg .page-blog-jun888-promotions-analysis__list-strong {
  color: var(--jun888-accent-gold);
}

.page-blog-jun888-promotions-analysis__faq-section {
  padding-top: 40px;
  padding-bottom: 60px;
}

.page-blog-jun888-promotions-analysis__faq-item {
  background-color: #ffffff;
  border: 1px solid var(--jun888-border);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-blog-jun888-promotions-analysis__dark-bg .page-blog-jun888-promotions-analysis__faq-item {
  background-color: var(--jun888-card-bg);
  border-color: var(--jun888-border);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-blog-jun888-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  color: var(--jun888-deep-red);
  user-select: none;
  list-style: none;
  background-color: #f9f9f9;
}

.page-blog-jun888-promotions-analysis__dark-bg .page-blog-jun888-promotions-analysis__faq-question {
  color: var(--jun888-accent-gold);
  background-color: rgba(255, 255, 255, 0.05);
}

.page-blog-jun888-promotions-analysis__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-jun888-promotions-analysis__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

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

.page-blog-jun888-promotions-analysis__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1rem;
  color: #555555;
}

.page-blog-jun888-promotions-analysis__dark-bg .page-blog-jun888-promotions-analysis__faq-answer {
  color: var(--jun888-text-main);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-blog-jun888-promotions-analysis__hero-content {
    margin-top: -80px;
  }
  .page-blog-jun888-promotions-analysis__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
  .page-blog-jun888-promotions-analysis__section-title {
    font-size: clamp(1.6rem, 3.5vw, 2.5rem);
  }
}

@media (max-width: 768px) {
  .page-blog-jun888-promotions-analysis__hero-section {
    padding-bottom: 40px;
  }
  .page-blog-jun888-promotions-analysis__hero-content {
    margin-top: -60px;
    padding: 15px;
  }
  .page-blog-jun888-promotions-analysis__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }
  .page-blog-jun888-promotions-analysis__intro-text {
    font-size: 0.95rem;
  }
  .page-blog-jun888-promotions-analysis__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .page-blog-jun888-promotions-analysis__btn-primary,
  .page-blog-jun888-promotions-analysis__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 0.95rem;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-blog-jun888-promotions-analysis__section {
    padding: 40px 15px;
  }
  .page-blog-jun888-promotions-analysis__section-title {
    font-size: clamp(1.4rem, 5vw, 2rem);
    margin-bottom: 30px;
  }
  .page-blog-jun888-promotions-analysis__sub-title {
    font-size: clamp(1.2rem, 4.5vw, 1.6rem);
    margin-top: 25px;
  }
  .page-blog-jun888-promotions-analysis__paragraph,
  .page-blog-jun888-promotions-analysis__list-item,
  .page-blog-jun888-promotions-analysis__faq-answer {
    font-size: 0.95rem;
  }
  .page-blog-jun888-promotions-analysis__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }
  .page-blog-jun888-promotions-analysis__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-jun888-promotions-analysis__image-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
    margin: 20px auto;
    overflow: hidden !important;
  }
  .page-blog-jun888-promotions-analysis__content-area {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-jun888-promotions-analysis__faq-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}