/* style/blog-fcb8-code-promotions-strategy.css */
/* body đã padding-top: var(--header-offset)；trang này không được viết lại biến đó */
.page-blog-fcb8-code-promotions-strategy {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF3E6; /* Text Main */
  background-color: #0D0E12; /* Background */
}

.page-blog-fcb8-code-promotions-strategy__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 60px 20px; /* Nhỏ ở trên, lớn ở dưới */
  box-sizing: border-box;
}

.page-blog-fcb8-code-promotions-strategy__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.page-blog-fcb8-code-promotions-strategy__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-fcb8-code-promotions-strategy__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 0 20px;
}

.page-blog-fcb8-code-promotions-strategy__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #FFF3E6;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-size: clamp(2.2rem, 4vw, 3.5rem);
}

.page-blog-fcb8-code-promotions-strategy__intro-text {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: #FFF3E6;
  opacity: 0.9;
}

.page-blog-fcb8-code-promotions-strategy__btn-primary {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Nút chính */
  color: #FFF3E6;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(255, 140, 26, 0.4);
}

.page-blog-fcb8-code-promotions-strategy__btn-primary:hover {
  background: linear-gradient(180deg, #FFB04D 0%, #A84F0C 100%);
  transform: translateY(-2px);
}

.page-blog-fcb8-code-promotions-strategy__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-blog-fcb8-code-promotions-strategy__section-inner {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-fcb8-code-promotions-strategy__section-title {
  font-size: 2.2rem;
  color: #FF8C1A;
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: 700;
  border-bottom: 2px solid #A84F0C;
  padding-bottom: 10px;
}

.page-blog-fcb8-code-promotions-strategy__sub-title {
  font-size: 1.6rem;
  color: #FFA53A;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-fcb8-code-promotions-strategy__paragraph {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #FFF3E6;
  opacity: 0.85;
}

.page-blog-fcb8-code-promotions-strategy__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #FFF3E6;
  opacity: 0.85;
}

.page-blog-fcb8-code-promotions-strategy__ordered-list {
  list-style: decimal inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #FFF3E6;
  opacity: 0.85;
}

.page-blog-fcb8-code-promotions-strategy__list-item {
  margin-bottom: 10px;
}

.page-blog-fcb8-code-promotions-strategy__image-container {
  margin: 30px 0;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-fcb8-code-promotions-strategy__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-fcb8-code-promotions-strategy__faq-section {
  margin-top: 40px;
}

.page-blog-fcb8-code-promotions-strategy__faq-item {
  background-color: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-fcb8-code-promotions-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  color: #FFF3E6;
  font-size: 1.15rem;
  position: relative;
  user-select: none;
}

.page-blog-fcb8-code-promotions-strategy__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-fcb8-code-promotions-strategy__faq-question::marker {
  display: none;
}

.page-blog-fcb8-code-promotions-strategy__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #FFA53A;
}

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

.page-blog-fcb8-code-promotions-strategy__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1rem;
  color: #FFF3E6;
  opacity: 0.75;
}

.page-blog-fcb8-code-promotions-strategy__faq-answer p {
  margin-bottom: 0;
}

.page-blog-fcb8-code-promotions-strategy__cta-wrapper {
  text-align: center;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-blog-fcb8-code-promotions-strategy__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  background-color: transparent;
  color: #FF8C1A;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  border: 2px solid #FF8C1A;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
}

.page-blog-fcb8-code-promotions-strategy__btn-secondary:hover {
  background-color: #FF8C1A;
  color: #FFF3E6;
  transform: translateY(-2px);
}

/* --- Responsive Design --- */
@media (max-width: 1024px) {
  .page-blog-fcb8-code-promotions-strategy__main-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }
  .page-blog-fcb8-code-promotions-strategy__section-title {
    font-size: 2rem;
  }
  .page-blog-fcb8-code-promotions-strategy__sub-title {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .page-blog-fcb8-code-promotions-strategy__hero-section {
    padding: 10px 15px 40px 15px;
  }
  .page-blog-fcb8-code-promotions-strategy__hero-content {
    padding: 0 15px;
  }
  .page-blog-fcb8-code-promotions-strategy__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem) !important;
  }
  .page-blog-fcb8-code-promotions-strategy__intro-text {
    font-size: 1rem;
  }
  .page-blog-fcb8-code-promotions-strategy__btn-primary,
  .page-blog-fcb8-code-promotions-strategy__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-fcb8-code-promotions-strategy__cta-wrapper {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }
  .page-blog-fcb8-code-promotions-strategy__content-area {
    padding: 30px 15px;
  }
  .page-blog-fcb8-code-promotions-strategy__section-title {
    font-size: 1.8rem;
  }
  .page-blog-fcb8-code-promotions-strategy__sub-title {
    font-size: 1.2rem;
  }
  .page-blog-fcb8-code-promotions-strategy__paragraph,
  .page-blog-fcb8-code-promotions-strategy__list,
  .page-blog-fcb8-code-promotions-strategy__ordered-list,
  .page-blog-fcb8-code-promotions-strategy__list-item,
  .page-blog-fcb8-code-promotions-strategy__faq-question,
  .page-blog-fcb8-code-promotions-strategy__faq-answer {
    font-size: 0.95rem;
  }
  .page-blog-fcb8-code-promotions-strategy__hero-image,
  .page-blog-fcb8-code-promotions-strategy__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-fcb8-code-promotions-strategy__image-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-blog-fcb8-code-promotions-strategy__faq-question {
    padding: 15px 20px;
  }
  .page-blog-fcb8-code-promotions-strategy__faq-answer {
    padding: 0 20px 15px 20px;
  }
}

/* 强制图片尺寸下限 */
.page-blog-fcb8-code-promotions-strategy img:not(.page-blog-fcb8-code-promotions-strategy__hero-image) {
  min-width: 200px;
  min-height: 200px;
}

.page-blog-fcb8-code-promotions-strategy__content-area img {
  min-width: 200px;
  min-height: 200px;
}

@media (max-width: 768px) {
  .page-blog-fcb8-code-promotions-strategy__content-area img {
    min-width: unset !important; /* Reset min-width for full responsiveness on mobile */
    min-height: unset !important; /* Reset min-height for full responsiveness on mobile */
  }
}