.page-blog-khuyen-mai-moi-nhat-gun88 {
  font-family: Arial, sans-serif;
  color: #333333;
  background-color: #ffffff;
}

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

.page-blog-khuyen-mai-moi-nhat-gun88__section {
  padding: 60px 0;
  text-align: center;
}

.page-blog-khuyen-mai-moi-nhat-gun88__section-title {
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 700;
  color: #017439;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-khuyen-mai-moi-nhat-gun88__section-subtitle {
  font-size: clamp(16px, 2vw, 20px);
  color: #555555;
  margin-bottom: 40px;
  line-height: 1.5;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-khuyen-mai-moi-nhat-gun88__btn-primary,
.page-blog-khuyen-mai-moi-nhat-gun88__btn-secondary,
.page-blog-khuyen-mai-moi-nhat-gun88__btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-blog-khuyen-mai-moi-nhat-gun88__btn-primary {
  background-color: #017439;
  color: #ffffff;
}

.page-blog-khuyen-mai-moi-nhat-gun88__btn-primary:hover {
  background-color: #005f2e;
}

.page-blog-khuyen-mai-moi-nhat-gun88__btn-secondary {
  background-color: #ffffff;
  color: #017439;
  border-color: #017439;
}

.page-blog-khuyen-mai-moi-nhat-gun88__btn-secondary:hover {
  background-color: #f0f0f0;
  color: #005f2e;
  border-color: #005f2e;
}

.page-blog-khuyen-mai-moi-nhat-gun88__btn-link {
  background: none;
  color: #017439;
  border: 1px solid #017439;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
}

.page-blog-khuyen-mai-moi-nhat-gun88__btn-link:hover {
  color: #005f2e;
  border-color: #005f2e;
}

.page-blog-khuyen-mai-moi-nhat-gun88__hero-section {
  padding-top: 10px; /* Aligns with common header offset, not var(--header-offset) */
  position: relative;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  background-color: #017439;
}

.page-blog-khuyen-mai-moi-nhat-gun88__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #017439;
}

.page-blog-khuyen-mai-moi-nhat-gun88__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  display: block;
}

.page-blog-khuyen-mai-moi-nhat-gun88__hero-content-wrapper {
  position: relative;
  z-index: 2;
  padding: 40px 0;
  max-width: 900px;
}

.page-blog-khuyen-mai-moi-nhat-gun88__hero-title {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.1;
  color: #FFFF00; /* Custom color for hero title */
}

.page-blog-khuyen-mai-moi-nhat-gun88__hero-description {
  font-size: clamp(18px, 2.5vw, 22px);
  line-height: 1.6;
  margin-bottom: 40px;
  color: #ffffff;
}

.page-blog-khuyen-mai-moi-nhat-gun88__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-khuyen-mai-moi-nhat-gun88__why-choose-us .page-blog-khuyen-mai-moi-nhat-gun88__section-subtitle {
  margin-bottom: 60px;
}

.page-blog-khuyen-mai-moi-nhat-gun88__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-khuyen-mai-moi-nhat-gun88__feature-item {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-khuyen-mai-moi-nhat-gun88__feature-icon {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 5px;
  display: block;
}

.page-blog-khuyen-mai-moi-nhat-gun88__feature-title {
  font-size: 22px;
  font-weight: 700;
  color: #017439;
  margin-bottom: 15px;
}

.page-blog-khuyen-mai-moi-nhat-gun88__feature-description {
  font-size: 16px;
  color: #555555;
  line-height: 1.6;
}

.page-blog-khuyen-mai-moi-nhat-gun88__promotion-types {
  background-color: #f0f8f0;
}

.page-blog-khuyen-mai-moi-nhat-gun88__types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-khuyen-mai-moi-nhat-gun88__type-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.page-blog-khuyen-mai-moi-nhat-gun88__type-title {
  font-size: 24px;
  font-weight: 700;
  color: #017439;
  margin-bottom: 15px;
}

.page-blog-khuyen-mai-moi-nhat-gun88__type-description {
  font-size: 16px;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-blog-khuyen-mai-moi-nhat-gun88__detailed-promotions .page-blog-khuyen-mai-moi-nhat-gun88__section-subtitle {
  margin-bottom: 60px;
}

.page-blog-khuyen-mai-moi-nhat-gun88__promotion-card {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
  overflow: hidden;
  text-align: left;
}

.page-blog-khuyen-mai-moi-nhat-gun88__promotion-card:nth-child(even) {
  flex-direction: row-reverse;
}

.page-blog-khuyen-mai-moi-nhat-gun88__promotion-image {
  flex: 1;
  width: 100%;
  height: auto;
  object-fit: cover;
  min-width: 400px;
  display: block;
}

.page-blog-khuyen-mai-moi-nhat-gun88__promotion-content {
  flex: 1.5;
  padding: 30px;
}

.page-blog-khuyen-mai-moi-nhat-gun88__promotion-title {
  font-size: 26px;
  font-weight: 700;
  color: #017439;
  margin-bottom: 15px;
}

.page-blog-khuyen-mai-moi-nhat-gun88__promotion-description {
  font-size: 17px;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 25px;
}

.page-blog-khuyen-mai-moi-nhat-gun88__how-to-claim {
  background-color: #e6f7e6;
}

.page-blog-khuyen-mai-moi-nhat-gun88__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-khuyen-mai-moi-nhat-gun88__step-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-khuyen-mai-moi-nhat-gun88__step-number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: #017439;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.page-blog-khuyen-mai-moi-nhat-gun88__step-title {
  font-size: 22px;
  font-weight: 700;
  color: #017439;
  margin-bottom: 15px;
}

.page-blog-khuyen-mai-moi-nhat-gun88__step-description {
  font-size: 16px;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-khuyen-mai-moi-nhat-gun88__cta-bottom {
  margin-top: 60px;
}

.page-blog-khuyen-mai-moi-nhat-gun88__faq-section {
  background-color: #ffffff;
}

.page-blog-khuyen-mai-moi-nhat-gun88__faq-list {
  margin-top: 40px;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

details.page-blog-khuyen-mai-moi-nhat-gun88__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
}

details.page-blog-khuyen-mai-moi-nhat-gun88__faq-item summary.page-blog-khuyen-mai-moi-nhat-gun88__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;
}

details.page-blog-khuyen-mai-moi-nhat-gun88__faq-item summary.page-blog-khuyen-mai-moi-nhat-gun88__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-khuyen-mai-moi-nhat-gun88__faq-item summary.page-blog-khuyen-mai-moi-nhat-gun88__faq-question:hover {
  background: #f5f5f5;
}

.page-blog-khuyen-mai-moi-nhat-gun88__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #333333;
}

.page-blog-khuyen-mai-moi-nhat-gun88__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-blog-khuyen-mai-moi-nhat-gun88__faq-item .page-blog-khuyen-mai-moi-nhat-gun88__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: #555555;
}

.page-blog-khuyen-mai-moi-nhat-gun88__faq-image {
  margin-top: 40px;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-khuyen-mai-moi-nhat-gun88__cta-final {
  background-color: #017439;
  color: #ffffff;
  padding: 80px 0;
}

.page-blog-khuyen-mai-moi-nhat-gun88__cta-final .page-blog-khuyen-mai-moi-nhat-gun88__section-title {
  color: #FFFF00; /* Custom color for CTA final title */
}

.page-blog-khuyen-mai-moi-nhat-gun88__cta-final .page-blog-khuyen-mai-moi-nhat-gun88__section-subtitle {
  color: #ffffff;
  margin-bottom: 50px;
}

.page-blog-khuyen-mai-moi-nhat-gun88__cta-final .page-blog-khuyen-mai-moi-nhat-gun88__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-khuyen-mai-moi-nhat-gun88__cta-final .page-blog-khuyen-mai-moi-nhat-gun88__btn-primary {
  background-color: #C30808; /* Custom color for register/login */
  color: #FFFF00; /* Custom color for register/login font */
  border-color: #C30808;
}

.page-blog-khuyen-mai-moi-nhat-gun88__cta-final .page-blog-khuyen-mai-moi-nhat-gun88__btn-primary:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-blog-khuyen-mai-moi-nhat-gun88__cta-final .page-blog-khuyen-mai-moi-nhat-gun88__btn-secondary {
  background-color: #ffffff;
  color: #017439;
  border-color: #ffffff;
}

.page-blog-khuyen-mai-moi-nhat-gun88__cta-final .page-blog-khuyen-mai-moi-nhat-gun88__btn-secondary:hover {
  background-color: #f0f0f0;
  color: #005f2e;
  border-color: #f0f0f0;
}

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

/* Media Queries for responsiveness */
@media (max-width: 1024px) {
  .page-blog-khuyen-mai-moi-nhat-gun88__hero-content-wrapper {
    padding: 30px 20px;
  }

  .page-blog-khuyen-mai-moi-nhat-gun88__promotion-card {
    flex-direction: column;
  }

  .page-blog-khuyen-mai-moi-nhat-gun88__promotion-card:nth-child(even) {
    flex-direction: column;
  }

  .page-blog-khuyen-mai-moi-nhat-gun88__promotion-image {
    min-width: unset;
    width: 100%;
    height: 250px;
    object-fit: cover;
  }

  .page-blog-khuyen-mai-moi-nhat-gun88__promotion-content {
    padding: 25px;
  }
}

@media (max-width: 768px) {
  /* HERO 主图区域 */
  .page-blog-khuyen-mai-moi-nhat-gun88__hero-section {
    padding-top: 10px; /* Consistent small top padding */
    min-height: 400px;
  }
  .page-blog-khuyen-mai-moi-nhat-gun88__hero-image {
    object-fit: contain !important;
    aspect-ratio: unset !important;
    height: auto !important;
    max-height: 250px;
  }
  .page-blog-khuyen-mai-moi-nhat-gun88__hero-title {
    font-size: clamp(28px, 8vw, 40px);
  }
  .page-blog-khuyen-mai-moi-nhat-gun88__hero-description {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .page-blog-khuyen-mai-moi-nhat-gun88__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  /* 产品展示图区域 (General content sections) */
  .page-blog-khuyen-mai-moi-nhat-gun88__section {
    padding: 40px 0;
  }
  .page-blog-khuyen-mai-moi-nhat-gun88__section-title {
    font-size: clamp(24px, 7vw, 32px);
    padding: 0 15px;
  }
  .page-blog-khuyen-mai-moi-nhat-gun88__section-subtitle {
    font-size: 15px;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .page-blog-khuyen-mai-moi-nhat-gun88__features-grid,
  .page-blog-khuyen-mai-moi-nhat-gun88__types-grid,
  .page-blog-khuyen-mai-moi-nhat-gun88__steps-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }

  /* 装饰主标题 + 长文 SEO 区 (General content images and containers) */
  .page-blog-khuyen-mai-moi-nhat-gun88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-khuyen-mai-moi-nhat-gun88__promotion-card,
  .page-blog-khuyen-mai-moi-nhat-gun88__feature-item,
  .page-blog-khuyen-mai-moi-nhat-gun88__type-card,
  .page-blog-khuyen-mai-moi-nhat-gun88__step-item,
  .page-blog-khuyen-mai-moi-nhat-gun88__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px; /* Adjust padding for cards/items if needed */
  }
  .page-blog-khuyen-mai-moi-nhat-gun88__promotion-card {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .page-blog-khuyen-mai-moi-nhat-gun88__promotion-card:nth-child(even) {
    flex-direction: column;
  }
  .page-blog-khuyen-mai-moi-nhat-gun88__promotion-image {
    height: 200px;
    object-fit: cover;
  }
  .page-blog-khuyen-mai-moi-nhat-gun88__promotion-content {
    padding: 20px;
  }
  .page-blog-khuyen-mai-moi-nhat-gun88__promotion-title {
    font-size: 20px;
  }
  .page-blog-khuyen-mai-moi-nhat-gun88__promotion-description {
    font-size: 15px;
  }

  /* 按钮与按钮容器 */
  .page-blog-khuyen-mai-moi-nhat-gun88__btn-primary,
  .page-blog-khuyen-mai-moi-nhat-gun88__btn-secondary,
  .page-blog-khuyen-mai-moi-nhat-gun88__btn-link,
  .page-blog-khuyen-mai-moi-nhat-gun88 a[class*="button"],
  .page-blog-khuyen-mai-moi-nhat-gun88 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;
    padding-right: 15px;
    font-size: 15px;
  }
  .page-blog-khuyen-mai-moi-nhat-gun88__hero-cta-buttons,
  .page-blog-khuyen-mai-moi-nhat-gun88__cta-buttons,
  .page-blog-khuyen-mai-moi-nhat-gun88__button-group,
  .page-blog-khuyen-mai-moi-nhat-gun88__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
    flex-direction: column;
  }

  /* FAQ section */
  details.page-blog-khuyen-mai-moi-nhat-gun88__faq-item summary.page-blog-khuyen-mai-moi-nhat-gun88__faq-question { padding: 15px; }
  .page-blog-khuyen-mai-moi-nhat-gun88__faq-qtext { font-size: 15px; }
  details.page-blog-khuyen-mai-moi-nhat-gun88__faq-item .page-blog-khuyen-mai-moi-nhat-gun88__faq-answer { padding: 0 15px 15px; }
  .page-blog-khuyen-mai-moi-nhat-gun88__faq-image {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }

  .page-blog-khuyen-mai-moi-nhat-gun88__cta-final {
    padding: 50px 0;
  }
  .page-blog-khuyen-mai-moi-nhat-gun88__cta-final .page-blog-khuyen-mai-moi-nhat-gun88__section-subtitle {
    margin-bottom: 40px;
  }
}