.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan {
  font-family: 'Arial', sans-serif;
  color: #1F2D3D; /* Text Main */
  background-color: #F4F7FB; /* Background */
  line-height: 1.6;
}

.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 40px;
  background-color: #F4F7FB;
  overflow: hidden;
}

.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__hero-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__hero-image {
  width: 100%;
  max-height: 675px; /* Aspect ratio 16:9 for 1200x675 */
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}

.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__hero-text-area {
  padding: 0 20px;
}

.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #000000; /* Custom Color_1776249996415 */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__description {
  font-size: 1.15rem;
  color: #1F2D3D; /* Text Main */
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__btn-primary,
.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.3);
}

.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  box-shadow: 0 6px 20px rgba(47, 107, 255, 0.4);
}

.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__btn-secondary {
  background: #ffffff;
  color: #2F6BFF;
  border: 2px solid #2F6BFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__btn-secondary:hover {
  background-color: #F4F7FB;
  color: #2F6BFF;
  border-color: #4A8BFF;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__content-section {
  padding: 60px 0;
}

.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #000000; /* Custom Color_1776249996415 */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #2F6BFF, #6FA3FF);
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__text-block {
  font-size: 1rem;
  color: #1F2D3D;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
}

.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__promo-types-grid,
.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__promo-card,
.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__step-card {
  background-color: #ffffff; /* Card BG */
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #D6E2FF; /* Border */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__promo-card:hover,
.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__step-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__promo-card img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__card-title,
.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__step-title,
.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__terms-heading,
.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__tips-heading {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2F6BFF;
  margin-bottom: 15px;
}

.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__card-text,
.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__step-text {
  font-size: 0.95rem;
  color: #1F2D3D;
  flex-grow: 1;
}

.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__steps-grid .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__btn-secondary {
  margin-top: 20px;
  width: auto;
  align-self: center;
}

.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__image-block {
  margin: 50px auto;
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  max-width: 1000px;
}

.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__image-block img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__terms-list,
.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__tips-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 40px;
  max-width: 900px;
}

.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__terms-item,
.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__tips-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 25px;
  margin-bottom: 20px;
  border-left: 5px solid #2F6BFF;
}

.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__terms-item p,
.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__tips-item p {
  text-align: left;
  font-size: 1rem;
  color: #1F2D3D;
  margin-bottom: 0;
}

/* FAQ Styles */
details.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #D6E2FF;
  overflow: hidden;
  background: #fff;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
details.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__faq-item summary.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #1F2D3D;
}
details.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__faq-item summary.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__faq-item summary.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__faq-question:hover {
  background: #f5f5f5;
}
.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__faq-qtext {
  flex: 1;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #1F2D3D;
}
.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #2F6BFF;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__faq-item .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: #1F2D3D;
}

/* General image responsiveness */
.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__container {
    padding: 15px;
  }

  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__hero-section {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__hero-image {
    margin-bottom: 20px;
    max-height: unset;
  }

  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__hero-image img {
    object-fit: contain !important; /* Ensure image is not cropped */
    aspect-ratio: unset !important; /* Remove fixed aspect ratio if any */
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__description {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__cta-buttons {
    flex-direction: column;
    gap: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 15px;
  }

  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__btn-primary,
  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__btn-secondary {
    padding: 12px 20px;
    font-size: 1rem;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__content-section {
    padding: 40px 0;
  }

  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
    padding: 0 15px;
  }

  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__text-block {
    font-size: 0.95rem;
    margin-bottom: 30px;
    padding: 0 15px;
  }

  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__promo-types-grid,
  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__steps-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }
  
  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__promo-card,
  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__step-card {
    padding: 20px;
  }

  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__card-title,
  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__step-title,
  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__terms-heading,
  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__tips-heading {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__card-text,
  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__step-text {
    font-size: 0.9rem;
  }

  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__image-block {
    margin: 30px auto;
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__image-block img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__terms-list,
  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__tips-list {
    margin-bottom: 30px;
    padding: 0 15px;
  }

  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__terms-item,
  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__tips-item {
    padding: 20px;
    margin-bottom: 15px;
  }

  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__terms-item p,
  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__tips-item p {
    font-size: 0.95rem;
  }

  details.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__faq-item {
    margin-bottom: 10px;
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  details.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__faq-item summary.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__faq-question {
    padding: 15px;
  }
  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__faq-qtext {
    font-size: 1rem;
  }
  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__faq-toggle {
    font-size: 20px;
    width: 24px;
    margin-left: 10px;
  }
  details.page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__faq-item .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__faq-answer {
    padding: 0 15px 15px;
  }
}

/* Additional mobile specific for smaller screens */
@media (max-width: 480px) {
  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__main-title {
    font-size: clamp(1.8rem, 9vw, 2.2rem);
  }
  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__btn-primary,
  .page-blog-khuyen-mai-hi8-moi-nhat-va-cach-nhan__btn-secondary {
    font-size: 0.95rem;
    padding: 10px 15px;
  }
}