/* style/blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now.css */

:root {
  --primary-color: #E53935;
  --secondary-color: #FF5A4F;
  --card-bg: #FFFFFF;
  --background-page: #F5F7FA;
  --text-main-color: #333333;
  --border-color: #E0E0E0;
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now {
  font-family: 'Arial', sans-serif;
  color: var(--text-main-color); /* Default text color for light background */
  background-color: var(--background-page);
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__hero-section {
  padding-top: 10px; /* Small padding, assuming body has header offset */
  padding-bottom: 60px;
  background-color: var(--card-bg);
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 40px 0;
}

.page-blog-cac-chuong-chuyen-muc-khuyen-mai-hap-dan-tai-88now__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__main-title {
  font-size: clamp(2.2rem, 4vw, 3rem);
  color: var(--primary-color);
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__subtitle {
  font-size: 1.15rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #555555;
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__btn-primary,
.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__btn-secondary,
.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__btn-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__btn-primary {
  background: linear-gradient(180deg, var(--secondary-color) 0%, var(--primary-color) 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__btn-secondary {
  background: var(--card-bg);
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__btn-secondary:hover {
  background: var(--primary-color);
  color: #ffffff;
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__hero-image {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: center;
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__hero-side-image {
  max-width: 600px;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__promo-overview-section {
  padding: 60px 0;
  background-color: var(--background-page);
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__section-title {
  font-size: 2.5rem;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__section-description {
  font-size: 1.1rem;
  color: var(--text-main-color);
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  line-height: 1.6;
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__promo-card {
  background-color: var(--card-bg);
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  overflow: hidden;
  text-align: center;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__card-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  margin-bottom: 20px;
  display: block;
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__card-title {
  font-size: 1.5rem;
  color: var(--primary-color);
  margin-bottom: 15px;
  padding: 0 20px;
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__card-text {
  font-size: 1rem;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 25px;
  padding: 0 20px;
  flex-grow: 1;
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__btn-card {
  background: linear-gradient(180deg, var(--secondary-color) 0%, var(--primary-color) 100%);
  color: #ffffff;
  border: 2px solid transparent;
  width: calc(100% - 40px);
  max-width: 250px;
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__btn-card:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__faq-section {
  padding: 60px 0;
  background-color: var(--primary-color);
  color: #ffffff;
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__faq-section .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__section-title,
.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__faq-section .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__section-description {
  color: #ffffff;
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__faq-list {
  margin-top: 40px;
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__faq-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  color: #ffffff;
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__faq-item[open] > .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__faq-question {
  background-color: rgba(255, 255, 255, 0.15);
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__faq-item[open] .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  line-height: 1.6;
  color: #f0f0f0;
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__cta-bottom-section {
  padding: 60px 0;
  text-align: center;
  background-color: var(--primary-color);
  color: #ffffff;
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__cta-bottom-section .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__section-title,
.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__cta-bottom-section .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__section-description {
  color: #ffffff;
}

.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__cta-bottom-section .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__btn-primary {
  margin-top: 30px;
  min-width: 200px;
}

/* General image responsiveness */
.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__hero-container {
    flex-direction: column;
    text-align: center;
  }

  .page-blog-cac-chuong-chuyen-muc-khuyen-mai-hap-dan-tai-88now__hero-content {
    order: 2;
  }

  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__hero-image {
    order: 1;
    margin-bottom: 30px;
  }

  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__main-title,
  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__subtitle,
  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__section-title,
  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__section-description {
    text-align: center;
  }

  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__cta-buttons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  /* HERO Section */
  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px !important;
  }
  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__hero-container {
    gap: 30px;
    padding: 20px 0;
  }
  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__main-title {
    font-size: 2rem !important;
  }
  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__subtitle {
    font-size: 1rem !important;
  }
  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__cta-buttons {
    flex-direction: column !important;
    gap: 10px !important;
    padding: 0 15px;
  }

  /* Buttons */
  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__btn-primary,
  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__btn-secondary,
  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__btn-card,
  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now a[class*="button"],
  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Button Containers */
  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__cta-buttons,
  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__button-group,
  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
  }

  /* General Images and Containers */
  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__section,
  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__card,
  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__container,
  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__promo-overview-section,
  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__faq-section,
  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__cta-bottom-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  /* Promo Grid */
  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__promo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__card-image {
    height: 200px; /* Adjust card image height for mobile */
  }

  /* Section Titles and Descriptions */
  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__section-title {
    font-size: 2rem !important;
  }
  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__section-description {
    font-size: 0.95rem !important;
    margin-bottom: 30px;
  }

  /* FAQ Section */
  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }
  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.9rem;
  }

  /* CTA Bottom Section */
  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__cta-bottom-section .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__btn-primary {
    width: calc(100% - 30px) !important;
    margin: 30px auto 0 auto !important;
  }

  /* Font sizes for better readability on mobile */
  .page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now {
    font-size: 16px;
    line-height: 1.6;
  }
}

/* Color Contrast Fixes (if needed, applied via JS or specific classes) */
.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__contrast-fix {
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0 !important;
}
.page-blog-cac-chuong-trinh-khuyen-mai-hap-dan-tai-88now__text-contrast-fix {
  color: #333333 !important;
  text-shadow: none !important;
}