.page-blog-sh888-latest-promotions-details {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
}

.page-blog-sh888-latest-promotions-details__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding as body handles header offset */
  margin-bottom: 40px;
  text-align: center;
}

.page-blog-sh888-latest-promotions-details__hero-image-wrap {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-sh888-latest-promotions-details__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-sh888-latest-promotions-details__hero-content {
  max-width: 900px;
  margin: 20px auto 0;
  padding: 0 20px;
}

.page-blog-sh888-latest-promotions-details__main-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  color: #26A9E0;
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-sh888-latest-promotions-details__intro-text {
  font-size: 18px;
  margin-bottom: 30px;
}

.page-blog-sh888-latest-promotions-details__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-blog-sh888-latest-promotions-details__btn-primary,
.page-blog-sh888-latest-promotions-details__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-sh888-latest-promotions-details__btn-primary {
  background-color: #26A9E0;
  color: #FFFFFF;
  border: 2px solid #26A9E0;
}

.page-blog-sh888-latest-promotions-details__btn-primary:hover {
  background-color: #1e87c0;
  border-color: #1e87c0;
}

.page-blog-sh888-latest-promotions-details__btn-secondary {
  background-color: #FFFFFF;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-sh888-latest-promotions-details__btn-secondary:hover {
  background-color: #f0f8ff;
  color: #1e87c0;
  border-color: #1e87c0;
}

.page-blog-sh888-latest-promotions-details__section {
  padding: 40px 0;
  margin-bottom: 30px;
}

.page-blog-sh888-latest-promotions-details__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-sh888-latest-promotions-details__section-title {
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 700;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-blog-sh888-latest-promotions-details__section-description {
  font-size: 17px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
}

.page-blog-sh888-latest-promotions-details__promotions-grid,
.page-blog-sh888-latest-promotions-details__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-sh888-latest-promotions-details__promotion-card,
.page-blog-sh888-latest-promotions-details__step-card {
  background: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-sh888-latest-promotions-details__promotion-card:hover,
.page-blog-sh888-latest-promotions-details__step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-blog-sh888-latest-promotions-details__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-sh888-latest-promotions-details__card-title {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 10px;
}

.page-blog-sh888-latest-promotions-details__card-text {
  font-size: 15px;
  color: #555555;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-sh888-latest-promotions-details__card-link {
  display: inline-block;
  color: #26A9E0;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  border-bottom: 2px solid #26A9E0;
  padding-bottom: 2px;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.page-blog-sh888-latest-promotions-details__card-link:hover {
  color: #1e87c0;
  border-color: #1e87c0;
}

.page-blog-sh888-latest-promotions-details__cta-single {
  text-align: center;
  margin-top: 40px;
}

.page-blog-sh888-latest-promotions-details__benefits-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.page-blog-sh888-latest-promotions-details__benefit-item {
  background: #f9f9f9;
  border-left: 5px solid #26A9E0;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-blog-sh888-latest-promotions-details__benefit-title {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 10px;
}

.page-blog-sh888-latest-promotions-details__benefit-text {
  font-size: 15px;
  color: #555555;
}

.page-blog-sh888-latest-promotions-details__section-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-blog-sh888-latest-promotions-details__terms-content {
  background: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-blog-sh888-latest-promotions-details__terms-subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #26A9E0;
  margin-top: 25px;
  margin-bottom: 10px;
}

.page-blog-sh888-latest-promotions-details__terms-subtitle:first-of-type {
  margin-top: 0;
}

.page-blog-sh888-latest-promotions-details__terms-text {
  font-size: 16px;
  color: #555555;
  margin-bottom: 15px;
}

/* FAQ Styles */
details.page-blog-sh888-latest-promotions-details__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
}

details.page-blog-sh888-latest-promotions-details__faq-item summary.page-blog-sh888-latest-promotions-details__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-sh888-latest-promotions-details__faq-item summary.page-blog-sh888-latest-promotions-details__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-sh888-latest-promotions-details__faq-item summary.page-blog-sh888-latest-promotions-details__faq-question:hover {
  background: #f5f5f5;
}

.page-blog-sh888-latest-promotions-details__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #333333;
}

.page-blog-sh888-latest-promotions-details__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-blog-sh888-latest-promotions-details__faq-item .page-blog-sh888-latest-promotions-details__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: #555555;
}

.page-blog-sh888-latest-promotions-details__faq-answer p {
  margin: 0;
  font-size: 15px;
}

.page-blog-sh888-latest-promotions-details__final-cta-section {
  padding: 60px 0;
}

.page-blog-sh888-latest-promotions-details__final-cta-section .page-blog-sh888-latest-promotions-details__container {
  background: #26A9E0;
  color: #FFFFFF;
  padding: 40px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(38, 169, 224, 0.3);
}

.page-blog-sh888-latest-promotions-details__final-cta-section .page-blog-sh888-latest-promotions-details__section-title,
.page-blog-sh888-latest-promotions-details__final-cta-section .page-blog-sh888-latest-promotions-details__section-description {
  color: #FFFFFF;
}

.page-blog-sh888-latest-promotions-details__final-cta-section .page-blog-sh888-latest-promotions-details__btn-primary {
  background-color: #EA7C07; /* Login color */
  border-color: #EA7C07;
}

.page-blog-sh888-latest-promotions-details__final-cta-section .page-blog-sh888-latest-promotions-details__btn-primary:hover {
  background-color: #d16e06;
  border-color: #d16e06;
}

.page-blog-sh888-latest-promotions-details__final-cta-section .page-blog-sh888-latest-promotions-details__btn-secondary {
  background-color: #FFFFFF;
  color: #26A9E0;
  border-color: #FFFFFF;
}

.page-blog-sh888-latest-promotions-details__final-cta-section .page-blog-sh888-latest-promotions-details__btn-secondary:hover {
  background-color: #f0f0f0;
  color: #1e87c0;
  border-color: #f0f0f0;
}

/* General image responsive styles */
.page-blog-sh888-latest-promotions-details img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Media Queries */
@media (max-width: 1024px) {
  .page-blog-sh888-latest-promotions-details__main-title {
    font-size: clamp(26px, 5vw, 42px);
  }
  .page-blog-sh888-latest-promotions-details__intro-text {
    font-size: 17px;
  }
  .page-blog-sh888-latest-promotions-details__section-title {
    font-size: clamp(22px, 4vw, 34px);
  }
  .page-blog-sh888-latest-promotions-details__btn-primary,
  .page-blog-sh888-latest-promotions-details__btn-secondary {
    padding: 12px 25px;
    font-size: 15px;
  }
  .page-blog-sh888-latest-promotions-details__promotions-grid,
  .page-blog-sh888-latest-promotions-details__steps-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }
  .page-blog-sh888-latest-promotions-details__card-title {
    font-size: 20px;
  }
  .page-blog-sh888-latest-promotions-details__benefits-list {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-blog-sh888-latest-promotions-details__terms-content {
    padding: 25px;
  }
  details.page-blog-sh888-latest-promotions-details__faq-item summary.page-blog-sh888-latest-promotions-details__faq-question {
    padding: 15px 18px;
  }
  .page-blog-sh888-latest-promotions-details__faq-qtext {
    font-size: 15px;
  }
  details.page-blog-sh888-latest-promotions-details__faq-item .page-blog-sh888-latest-promotions-details__faq-answer {
    padding: 0 18px 18px;
  }
}

@media (max-width: 849px) {
  .page-blog-sh888-latest-promotions-details__hero-image {
    object-fit: contain !important; /* Prevent cropping on smaller screens */
    aspect-ratio: unset !important;
    max-height: 400px;
  }
}

@media (max-width: 768px) {
  .page-blog-sh888-latest-promotions-details {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-sh888-latest-promotions-details__hero-section {
    padding-top: 10px;
    margin-bottom: 30px;
  }

  .page-blog-sh888-latest-promotions-details__hero-image-wrap {
    max-height: 300px;
  }

  .page-blog-sh888-latest-promotions-details__hero-image {
    max-height: 300px;
    object-fit: contain !important; /* HERO 主图区域: mobile object-fit:contain !important */
    aspect-ratio: unset !important;
    width: 100% !important; /* Ensure image takes full width */
    height: auto !important;
  }

  .page-blog-sh888-latest-promotions-details__hero-content {
    padding: 0 15px;
  }

  .page-blog-sh888-latest-promotions-details__main-title {
    font-size: clamp(24px, 7vw, 36px);
    margin-bottom: 10px;
  }

  .page-blog-sh888-latest-promotions-details__intro-text {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .page-blog-sh888-latest-promotions-details__cta-group {
    flex-direction: column; /* 按钮与按钮容器: mobile flex-direction: column */
    gap: 10px;
    margin-top: 20px;
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-sh888-latest-promotions-details__btn-primary,
  .page-blog-sh888-latest-promotions-details__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 15px !important;
    font-size: 15px !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  .page-blog-sh888-latest-promotions-details__section {
    padding: 30px 0;
    margin-bottom: 20px;
  }

  .page-blog-sh888-latest-promotions-details__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-sh888-latest-promotions-details__section-title {
    font-size: clamp(20px, 6vw, 30px);
    margin-bottom: 15px;
  }

  .page-blog-sh888-latest-promotions-details__section-description {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .page-blog-sh888-latest-promotions-details__promotions-grid,
  .page-blog-sh888-latest-promotions-details__steps-grid {
    grid-template-columns: 1fr; /* Sản phẩm/bước hiển thị 1 cột trên mobile */
    gap: 20px;
    max-width: 100% !important; /* 通用图片与容器: max-width: 100% */
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden; /* Sản phẩm hiển thị 1 cột, không có grid 2x3 ở đây */
  }

  .page-blog-sh888-latest-promotions-details__promotion-card,
  .page-blog-sh888-latest-promotions-details__step-card {
    padding: 20px;
  }

  .page-blog-sh888-latest-promotions-details__card-image {
    height: 180px;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-sh888-latest-promotions-details__card-title {
    font-size: 18px;
  }

  .page-blog-sh888-latest-promotions-details__card-text {
    font-size: 14px;
  }

  .page-blog-sh888-latest-promotions-details__cta-single {
    margin-top: 30px;
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-sh888-latest-promotions-details__benefits-list {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .page-blog-sh888-latest-promotions-details__benefit-item {
    padding: 15px;
  }

  .page-blog-sh888-latest-promotions-details__benefit-title {
    font-size: 18px;
  }

  .page-blog-sh888-latest-promotions-details__benefit-text {
    font-size: 14px;
  }

  .page-blog-sh888-latest-promotions-details__section-image {
    margin: 30px auto;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-sh888-latest-promotions-details__terms-content {
    padding: 20px;
  }

  .page-blog-sh888-latest-promotions-details__terms-subtitle {
    font-size: 18px;
  }

  .page-blog-sh888-latest-promotions-details__terms-text {
    font-size: 15px;
  }

  details.page-blog-sh888-latest-promotions-details__faq-item summary.page-blog-sh888-latest-promotions-details__faq-question {
    padding: 15px;
  }

  .page-blog-sh888-latest-promotions-details__faq-qtext {
    font-size: 15px;
  }

  details.page-blog-sh888-latest-promotions-details__faq-item .page-blog-sh888-latest-promotions-details__faq-answer {
    padding: 0 15px 15px;
  }

  .page-blog-sh888-latest-promotions-details__faq-answer p {
    font-size: 14px;
  }

  .page-blog-sh888-latest-promotions-details__final-cta-section {
    padding: 40px 0;
  }

  .page-blog-sh888-latest-promotions-details__final-cta-section .page-blog-sh888-latest-promotions-details__container {
    padding: 30px;
  }

  .page-blog-sh888-latest-promotions-details__final-cta-section .page-blog-sh888-latest-promotions-details__cta-group {
    flex-direction: column;
    gap: 10px;
    padding: 0;
  }
}