/* style/blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat.css */
.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF5E1; /* Text Main */
  background-color: #B71C1C; /* Background */
}

.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__content-area {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 16px;
  box-sizing: border-box;
}

.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__section-title {
  font-size: 2.5em;
  font-weight: 700;
  color: #FFD86A; /* Gold-ish for titles */
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;
}

.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__dark-section {
  background-color: #7A0E0E; /* Deep Red */
  color: #FFF5E1;
}

/* HERO Section */
.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__hero-section {
  padding-top: 10px; /* Small top padding */
  padding-bottom: 60px;
  background-color: #7A0E0E; /* Deep Red */
  color: #FFF5E1;
}

.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 0 16px;
}

.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
}

.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__main-title {
  font-size: 3.2em;
  font-weight: 800;
  color: #FFD86A; /* Gold for main title */
  margin-bottom: 20px;
  line-height: 1.1;
}

.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__hero-image {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: center;
}

.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  display: block;
}

/* CTA Buttons */
.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__cta-buttons--center {
  justify-content: center;
}

.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__btn-primary,
.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
  cursor: pointer;
}

.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); /* Button color */
  color: #7A0E0E; /* Deep Red for text on gold button */
  border: 2px solid #F2B544; /* Border */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  background: linear-gradient(180deg, #E6B800 0%, #FFD86A 100%);
}

.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__btn-secondary {
  background: #C91F17; /* Main color */
  color: #FFF5E1; /* Text Main */
  border: 2px solid #F2B544; /* Border */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  background: #E53935; /* Auxiliary color */
}

/* Intro Section */
.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__intro-section {
  background-color: #B71C1C;
  color: #FFF5E1;
}

.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__promo-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: center;
}

.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__feature-item {
  background-color: #D32F2F; /* Card BG */
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__feature-item:hover {
  transform: translateY(-10px);
}

.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__icon-box-media {
  width: 180px;
  height: 180px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #F2B544; /* Border */
  box-shadow: 0 0 15px #FFCC66; /* Glow */
}

.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__icon-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__feature-title {
  font-size: 1.6em;
  color: #FFD86A;
  margin-bottom: 10px;
}

/* Promo Types Section */
.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__promo-types-section {
  background-color: #7A0E0E; /* Deep Red */
  color: #FFF5E1;
}

.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__promo-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__card {
  background-color: #D32F2F; /* Card BG */
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  border: 1px solid #F2B544; /* Border */
}

.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__card img {
  width: 100%;
  height: 220px; /* Fixed height for consistent card image size */
  object-fit: cover;
  display: block;
}

.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__card-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__card-title {
  font-size: 1.5em;
  color: #FFD86A;
  margin-bottom: 15px;
  line-height: 1.3;
}

.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__card-content p {
  font-size: 1em;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__card-content .page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__btn-primary {
  margin-top: auto; /* Push button to bottom */
  width: 100%;
}

/* Guide Section */
.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__guide-section {
  background-color: #B71C1C;
  color: #FFF5E1;
}

.page-blog-tong-hop-khuyen-mai-no-hu-mp66-moi-nhat__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}