/* style/blog-cap-nhat-khuyen-mai-alo789.css */
.page-blog-cap-nhat-khuyen-mai-alo789 {
  color: #FFF1E8; /* Text Main color for dark body background */
  background-color: #140C0C; /* Body background from shared.css */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-cap-nhat-khuyen-mai-alo789__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-cap-nhat-khuyen-mai-alo789__hero-section {
  padding-top: 10px; /* Small top padding, not var(--header-offset) */
  padding-bottom: 60px;
  background-color: #140C0C;
}

.page-blog-cap-nhat-khuyen-mai-alo789__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.page-blog-cap-nhat-khuyen-mai-alo789__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: left;
}

.page-blog-cap-nhat-khuyen-mai-alo789__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #F3C54D; /* Gold for main title */
}

.page-blog-cap-nhat-khuyen-mai-alo789__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #FFF1E8;
}

.page-blog-cap-nhat-khuyen-mai-alo789__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-cap-nhat-khuyen-mai-alo789__btn-primary,
.page-blog-cap-nhat-khuyen-mai-alo789__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-cap-nhat-khuyen-mai-alo789__btn-primary {
  background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%); /* Button color */
  color: #140C0C; /* Dark text for light button */
  border: none;
}

.page-blog-cap-nhat-khuyen-mai-alo789__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 176, 74, 0.4);
}

.page-blog-cap-nhat-khuyen-mai-alo789__btn-secondary {
  background-color: transparent;
  color: #F3C54D; /* Gold text for secondary button */
  border: 2px solid #F3C54D; /* Gold border */
}

.page-blog-cap-nhat-khuyen-mai-alo789__btn-secondary:hover {
  background-color: rgba(243, 197, 77, 0.1);
  transform: translateY(-2px);
}

.page-blog-cap-nhat-khuyen-mai-alo789__hero-image {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: center;
}

.page-blog-cap-nhat-khuyen-mai-alo789__hero-side-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Promo List Section */
.page-blog-cap-nhat-khuyen-mai-alo789__promo-list-section {
  padding: 60px 0;
  background-color: #140C0C;
}

.page-blog-cap-nhat-khuyen-mai-alo789__section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  text-align: center;
  margin-bottom: 20px;
  color: #F3C54D; /* Gold for section titles */
  font-weight: 700;
}

.page-blog-cap-nhat-khuyen-mai-alo789__section-description {
  font-size: 1rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #FFF1E8;
}

.page-blog-cap-nhat-khuyen-mai-alo789__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-cap-nhat-khuyen-mai-alo789__promo-card {
  background-color: #2A1212; /* Card BG */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-blog-cap-nhat-khuyen-mai-alo789__promo-card-image-wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.page-blog-cap-nhat-khuyen-mai-alo789__promo-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-cap-nhat-khuyen-mai-alo789__promo-card-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-blog-cap-nhat-khuyen-mai-alo789__promo-card-title {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: #F3C54D; /* Gold for card titles */
  font-weight: 600;
}

.page-blog-cap-nhat-khuyen-mai-alo789__promo-card-title a {
  color: #F3C54D;
  text-decoration: none;
}

.page-blog-cap-nhat-khuyen-mai-alo789__promo-card-title a:hover {
  text-decoration: underline;
}

.page-blog-cap-nhat-khuyen-mai-alo789__promo-card-text {
  font-size: 0.95rem;
  color: #FFF1E8;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-cap-nhat-khuyen-mai-alo789__promo-card-btn {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%); /* Button color */
  color: #140C0C;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
  align-self: flex-start;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-cap-nhat-khuyen-mai-alo789__promo-card-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(255, 176, 74, 0.3);
}

/* Guide Section */
.page-blog-cap-nhat-khuyen-mai-alo789__guide-section {
  padding: 60px 0;
  background-color: #140C0C;
}

.page-blog-cap-nhat-khuyen-mai-alo789__guide-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-cap-nhat-khuyen-mai-alo789__guide-item {
  background-color: #2A1212; /* Card BG */
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid #6A1E1E; /* Border color */
}

.page-blog-cap-nhat-khuyen-mai-alo789__guide-step-title {
  font-size: 1.25rem;
  color: #F3C54D; /* Gold */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-cap-nhat-khuyen-mai-alo789__guide-item p {
  color: #FFF1E8;
  font-size: 0.95rem;
}

.page-blog-cap-nhat-khuyen-mai-alo789__guide-item p a {
  color: #FFB04A;
  text-decoration: none;
}

.page-blog-cap-nhat-khuyen-mai-alo789__guide-item p a:hover {
  text-decoration: underline;
}

/* FAQ Section */
.page-blog-cap-nhat-khuyen-mai-alo789__faq-section {
  padding: 60px 0;
  background-color: #140C0C;
}

.page-blog-cap-nhat-khuyen-mai-alo789__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-cap-nhat-khuyen-mai-alo789__faq-item {
  background-color: #2A1212; /* Card BG */
  border: 1px solid #6A1E1E; /* Border color */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-cap-nhat-khuyen-mai-alo789__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #F3C54D; /* Gold */
  cursor: pointer;
  background-color: #2A1212;
  list-style: none; /* For details/summary */
}

.page-blog-cap-nhat-khuyen-mai-alo789__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-cap-nhat-khuyen-mai-alo789__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-cap-nhat-khuyen-mai-alo789__faq-item[open] .page-blog-cap-nhat-khuyen-mai-alo789__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-cap-nhat-khuyen-mai-alo789__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: #FFF1E8;
}

/* CTA Bottom Section */
.page-blog-cap-nhat-khuyen-mai-alo789__cta-bottom-section {
  padding: 80px 0;
  background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url("[GALLERY:blog:1920x400:alo789,promotion_background,call_to_action]");
  background-size: cover;
  background-position: center;
  text-align: center;
}

.page-blog-cap-nhat-khuyen-mai-alo789__cta-bottom-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.page-blog-cap-nhat-khuyen-mai-alo789__cta-bottom-title {
  font-size: clamp(2rem, 3.5vw, 3rem);
  color: #F3C54D; /* Gold */
  margin: 0;
}

.page-blog-cap-nhat-khuyen-mai-alo789__cta-bottom-description {
  font-size: 1.1rem;
  color: #FFF1E8;
  max-width: 700px;
}

.page-blog-cap-nhat-khuyen-mai-alo789__btn-large {
  padding: 16px 32px;
  font-size: 1.2rem;
  border-radius: 10px;
}

/* General image styling for content areas */
.page-blog-cap-nhat-khuyen-mai-alo789 img {
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-cap-nhat-khuyen-mai-alo789__hero-container {
    flex-direction: column;
    text-align: center;
  }

  .page-blog-cap-nhat-khuyen-mai-alo789__hero-content {
    order: 2;
    text-align: center;
  }

  .page-blog-cap-nhat-khuyen-mai-alo789__hero-image {
    order: 1;
  }

  .page-blog-cap-nhat-khuyen-mai-alo789__cta-buttons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  /* HERO Section */
  .page-blog-cap-nhat-khuyen-mai-alo789__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-cap-nhat-khuyen-mai-alo789__hero-container {
    padding: 20px 15px;
    gap: 20px;
  }

  .page-blog-cap-nhat-khuyen-mai-alo789__main-title {
    font-size: 2.2rem;
  }

  .page-blog-cap-nhat-khuyen-mai-alo789__hero-description {
    font-size: 1rem;
  }

  /* Buttons and Button Containers */
  .page-blog-cap-nhat-khuyen-mai-alo789__cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 15px;
  }

  .page-blog-cap-nhat-khuyen-mai-alo789__btn-primary,
  .page-blog-cap-nhat-khuyen-mai-alo789__btn-secondary,
  .page-blog-cap-nhat-khuyen-mai-alo789__promo-card-btn,
  .page-blog-cap-nhat-khuyen-mai-alo789__btn-large {
    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;
  }

  /* Promo List Section */
  .page-blog-cap-nhat-khuyen-mai-alo789__promo-list-section {
    padding: 40px 0;
  }

  .page-blog-cap-nhat-khuyen-mai-alo789__section-title {
    font-size: 2rem;
  }

  .page-blog-cap-nhat-khuyen-mai-alo789__section-description {
    margin-bottom: 30px;
  }

  .page-blog-cap-nhat-khuyen-mai-alo789__promo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-cap-nhat-khuyen-mai-alo789__promo-card-image-wrapper {
    height: 180px;
  }

  .page-blog-cap-nhat-khuyen-mai-alo789__promo-card-content {
    padding: 20px;
  }

  .page-blog-cap-nhat-khuyen-mai-alo789__promo-card-title {
    font-size: 1.25rem;
  }

  /* Guide Section */
  .page-blog-cap-nhat-khuyen-mai-alo789__guide-section {
    padding: 40px 0;
  }

  .page-blog-cap-nhat-khuyen-mai-alo789__guide-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-cap-nhat-khuyen-mai-alo789__guide-item {
    padding: 25px;
  }

  .page-blog-cap-nhat-khuyen-mai-alo789__guide-step-title {
    font-size: 1.15rem;
  }

  /* FAQ Section */
  .page-blog-cap-nhat-khuyen-mai-alo789__faq-section {
    padding: 40px 0;
  }

  .page-blog-cap-nhat-khuyen-mai-alo789__faq-question {
    padding: 18px 20px;
    font-size: 1.05rem;
  }

  .page-blog-cap-nhat-khuyen-mai-alo789__faq-answer {
    padding: 0 20px 18px;
  }

  /* CTA Bottom Section */
  .page-blog-cap-nhat-khuyen-mai-alo789__cta-bottom-section {
    padding: 60px 0;
  }

  .page-blog-cap-nhat-khuyen-mai-alo789__cta-bottom-title {
    font-size: 2rem;
  }

  .page-blog-cap-nhat-khuyen-mai-alo789__cta-bottom-description {
    font-size: 1rem;
  }

  /* General Images and Containers */
  .page-blog-cap-nhat-khuyen-mai-alo789 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-cap-nhat-khuyen-mai-alo789__container,
  .page-blog-cap-nhat-khuyen-mai-alo789__promo-grid,
  .page-blog-cap-nhat-khuyen-mai-alo789__guide-list,
  .page-blog-cap-nhat-khuyen-mai-alo789__faq-list,
  .page-blog-cap-nhat-khuyen-mai-alo789__cta-bottom-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}