.page-blog-tong-hop-khuyen-mai-moi-nhat {
  font-family: Arial, sans-serif;
  color: #FFF6D6; /* Text Main */
  background-color: #0A0A0A; /* Background */
  line-height: 1.6;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__section {
  padding: 40px 0;
  border-bottom: 1px solid #3A2A12; /* Border */
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__section:last-of-type {
  border-bottom: none;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__section-title {
  font-size: clamp(28px, 4vw, 38px);
  color: #FFD36B; /* Glow */
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__main-title {
  font-size: clamp(32px, 5vw, 48px);
  color: #FFF6D6; /* Text Main */
  text-align: center;
  margin-bottom: 20px;
  font-weight: 800;
  line-height: 1.1;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__text-block {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: justify;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* Hero Section */
.page-blog-tong-hop-khuyen-mai-moi-nhat__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  padding-top: 10px; /* Small top padding, assuming body has header offset */
  padding-bottom: 60px;
  overflow: hidden;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__hero-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 20px;
  max-width: 900px;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
  border-radius: 10px;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__hero-description {
  font-size: 19px;
  margin-bottom: 30px;
  color: #FFF6D6; /* Text Main */
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Buttons */
.page-blog-tong-hop-khuyen-mai-moi-nhat__btn-primary,
.page-blog-tong-hop-khuyen-mai-moi-nhat__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Button */
  color: #111111; /* Dark text for contrast on bright button */
  box-shadow: 0 4px 15px rgba(255, 211, 107, 0.4);
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__btn-primary:hover {
  background: linear-gradient(180deg, #FFD36B 0%, #C9901C 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 211, 107, 0.6);
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__btn-secondary {
  background: #111111; /* Card BG */
  color: #FFD36B; /* Glow */
  border: 2px solid #FFD36B;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__btn-secondary:hover {
  background: #FFD36B;
  color: #111111;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 211, 107, 0.4);
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__btn-large {
  padding: 18px 40px;
  font-size: 20px;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__btn-small {
  padding: 12px 25px;
  font-size: 16px;
}

/* Promo Grid */
.page-blog-tong-hop-khuyen-mai-moi-nhat__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__promo-card {
  background: #111111; /* Card BG */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  color: #FFF6D6;
  border: 1px solid #3A2A12;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__promo-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__promo-card-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__promo-card-title {
  font-size: 22px;
  font-weight: 700;
  color: #FFD36B; /* Glow */
  margin-top: 0;
  margin-bottom: 15px;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__promo-card p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__promo-card .page-blog-tong-hop-khuyen-mai-moi-nhat__btn-primary,
.page-blog-tong-hop-khuyen-mai-moi-nhat__promo-card .page-blog-tong-hop-khuyen-mai-moi-nhat__btn-secondary {
  width: 100%;
  text-align: center;
}

/* Guide Section */
.page-blog-tong-hop-khuyen-mai-moi-nhat__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__guide-step {
  background: #111111; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  border: 1px solid #3A2A12;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__guide-step-title {
  font-size: 20px;
  color: #FFD36B; /* Glow */
  margin-top: 0;
  margin-bottom: 15px;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__guide-step p {
  font-size: 16px;
  margin-bottom: 25px;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__guide-image-wrapper {
  text-align: center;
  margin-top: 20px;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__guide-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
}

/* Terms List & Benefits List */
.page-blog-tong-hop-khuyen-mai-moi-nhat__terms-list,
.page-blog-tong-hop-khuyen-mai-moi-nhat__benefits-list {
  list-style: none;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__terms-list li,
.page-blog-tong-hop-khuyen-mai-moi-nhat__benefits-list li {
  background: #111111; /* Card BG */
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.6;
  border: 1px solid #3A2A12;
  position: relative;
  padding-left: 40px;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__terms-list li::before,
.page-blog-tong-hop-khuyen-mai-moi-nhat__benefits-list li::before {
  content: '✔'; /* Custom bullet */
  color: #FFD36B; /* Glow */
  position: absolute;
  left: 15px;
  top: 15px;
  font-weight: bold;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__benefits-list li strong {
  color: #FFD36B;
}

/* FAQ Section */
details.page-blog-tong-hop-khuyen-mai-moi-nhat__faq-item {
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid #3A2A12; /* Border */
  overflow: hidden;
  background: #111111; /* Card BG */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

details.page-blog-tong-hop-khuyen-mai-moi-nhat__faq-item summary.page-blog-tong-hop-khuyen-mai-moi-nhat__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #FFF6D6;
  font-weight: 600;
}

details.page-blog-tong-hop-khuyen-mai-moi-nhat__faq-item summary.page-blog-tong-hop-khuyen-mai-moi-nhat__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-tong-hop-khuyen-mai-moi-nhat__faq-item summary.page-blog-tong-hop-khuyen-mai-moi-nhat__faq-question:hover {
  background: rgba(255, 211, 107, 0.1);
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__faq-qtext {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #FFD36B; /* Glow */
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #FFD36B; /* Glow */
  flex-shrink: 0;
  margin-left: 20px;
  width: 30px;
  text-align: center;
}

details.page-blog-tong-hop-khuyen-mai-moi-nhat__faq-item .page-blog-tong-hop-khuyen-mai-moi-nhat__faq-answer {
  padding: 0 25px 25px;
  background: rgba(255, 255, 255, 0.05); /* Slightly lighter background for answer */
  border-radius: 0 0 10px 10px;
  color: #FFF6D6;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__faq-answer p {
  margin-bottom: 0;
}

/* Call to Action Section */
.page-blog-tong-hop-khuyen-mai-moi-nhat__call-to-action-section {
  text-align: center;
  padding-bottom: 60px;
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__call-to-action-section .page-blog-tong-hop-khuyen-mai-moi-nhat__section-title {
  color: #FFF6D6; /* Text Main */
}

.page-blog-tong-hop-khuyen-mai-moi-nhat__call-to-action-section .page-blog-tong-hop-khuyen-mai-moi-nhat__text-block {
  font-size: 19px;
  max-width: 900px;
}

/* General Image styles for content area */
.page-blog-tong-hop-khuyen-mai-moi-nhat img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-tong-hop-khuyen-mai-moi-nhat__container {
    padding: 15px;
  }

  .page-blog-tong-hop-khuyen-mai-moi-nhat__section {
    padding: 30px 0;
  }

  .page-blog-tong-hop-khuyen-mai-moi-nhat__hero-section {
    min-height: 400px;
    padding-bottom: 40px;
  }
}