.page-blog-wipwwin-latest-promotions-analysis {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Light text for dark body background */
  background-color: transparent; /* Body background handled by shared.css */
}

.page-blog-wipwwin-latest-promotions-analysis__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.page-blog-wipwwin-latest-promotions-analysis__hero-image-wrapper {
  width: 100%;
  height: auto;
  max-height: 675px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

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

.page-blog-wipwwin-latest-promotions-analysis__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 0 20px;
  text-align: center;
}

.page-blog-wipwwin-latest-promotions-analysis__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 20px;
  color: #FFFF00; /* Register and Login font */
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-wipwwin-latest-promotions-analysis__description {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-wipwwin-latest-promotions-analysis__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-wipwwin-latest-promotions-analysis__btn-primary,
.page-blog-wipwwin-latest-promotions-analysis__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  text-align: center;
}

.page-blog-wipwwin-latest-promotions-analysis__btn-primary {
  background-color: #C30808; /* Register/Login color */
  color: #FFFF00; /* Register/Login font */
  border: 2px solid #C30808;
}

.page-blog-wipwwin-latest-promotions-analysis__btn-primary:hover {
  background-color: #e01010;
  border-color: #e01010;
}

.page-blog-wipwwin-latest-promotions-analysis__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #017439;
}

.page-blog-wipwwin-latest-promotions-analysis__btn-secondary:hover {
  background-color: #017439;
  color: #ffffff;
}

.page-blog-wipwwin-latest-promotions-analysis__btn-small {
  padding: 10px 20px;
  font-size: 0.9rem;
}

.page-blog-wipwwin-latest-promotions-analysis__btn-large {
  font-size: 1.1rem;
  padding: 18px 35px;
}

.page-blog-wipwwin-latest-promotions-analysis__section {
  padding: 60px 20px;
  text-align: center;
}

.page-blog-wipwwin-latest-promotions-analysis__dark-bg {
  background-color: #1a1a2e; /* Dark background for sections, matching body */
  color: #ffffff;
}

.page-blog-wipwwin-latest-promotions-analysis__light-bg {
  background-color: #ffffff;
  color: #333333; /* Dark text for light background */
}

.page-blog-wipwwin-latest-promotions-analysis__text-dark {
  color: #333333; /* For text on light backgrounds */
}

.page-blog-wipwwin-latest-promotions-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-wipwwin-latest-promotions-analysis__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 30px;
  color: #FFFF00;
}

.page-blog-wipwwin-latest-promotions-analysis__text-block {
  font-size: 1.1rem;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-wipwwin-latest-promotions-analysis__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-wipwwin-latest-promotions-analysis__promo-card {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

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

.page-blog-wipwwin-latest-promotions-analysis__card-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.3;
}

.page-blog-wipwwin-latest-promotions-analysis__card-text {
  font-size: 1rem;
  color: #555555;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-wipwwin-latest-promotions-analysis__promo-card .page-blog-wipwwin-latest-promotions-analysis__btn-primary,
.page-blog-wipwwin-latest-promotions-analysis__promo-card .page-blog-wipwwin-latest-promotions-analysis__btn-secondary {
  width: auto;
  align-self: flex-end;
  margin-top: auto;
}

.page-blog-wipwwin-latest-promotions-analysis__ordered-list,
.page-blog-wipwwin-latest-promotions-analysis__unordered-list {
  text-align: left;
  max-width: 900px;
  margin: 20px auto 40px auto;
  padding-left: 25px;
}

.page-blog-wipwwin-latest-promotions-analysis__ordered-list li,
.page-blog-wipwwin-latest-promotions-analysis__unordered-list li {
  margin-bottom: 10px;
  font-size: 1.1rem;
  color: #f0f0f0;
}

.page-blog-wipwwin-latest-promotions-analysis__faq-list {
  max-width: 900px;
  margin: 40px auto;
  text-align: left;
}

.page-blog-wipwwin-latest-promotions-analysis__faq-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-wipwwin-latest-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #FFFF00;
  cursor: pointer;
  background-color: #017439; /* Brand color for question background */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none; /* For details/summary */
}

.page-blog-wipwwin-latest-promotions-analysis__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for details/summary */
}

.page-blog-wipwwin-latest-promotions-analysis__faq-qtext {
  flex-grow: 1;
}

.page-blog-wipwwin-latest-promotions-analysis__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-wipwwin-latest-promotions-analysis__faq-item[open] .page-blog-wipwwin-latest-promotions-analysis__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-wipwwin-latest-promotions-analysis__faq-answer {
  padding: 20px 25px;
  font-size: 1.1rem;
  color: #f0f0f0;
  background-color: rgba(255, 255, 255, 0.05);
}

.page-blog-wipwwin-latest-promotions-analysis__faq-answer p {
  margin-bottom: 0;
}

.page-blog-wipwwin-latest-promotions-analysis__cta-section {
  padding: 80px 20px;
  background-color: #017439; /* Use brand color for CTA section background */
}

.page-blog-wipwwin-latest-promotions-analysis__cta-section .page-blog-wipwwin-latest-promotions-analysis__section-title {
  color: #FFFF00;
}

.page-blog-wipwwin-latest-promotions-analysis__cta-section .page-blog-wipwwin-latest-promotions-analysis__text-block {
  color: #ffffff;
  margin-bottom: 40px;
}

.page-blog-wipwwin-latest-promotions-analysis__cta-section .page-blog-wipwwin-latest-promotions-analysis__cta-buttons {
  max-width: 700px;
}

.page-blog-wipwwin-latest-promotions-analysis .highlight {
  color: #FFFF00;
  font-weight: bold;
}

.page-blog-wipwwin-latest-promotions-analysis a {
  color: #FFFF00;
  text-decoration: underline;
}

.page-blog-wipwwin-latest-promotions-analysis a:hover {
  color: #f0f0f0;
}

/* --- General Image Responsive Styles --- */
.page-blog-wipwwin-latest-promotions-analysis img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* --- Mobile Responsive Styles --- */
@media (max-width: 768px) {
  /* HERO 主图区域 */
  .page-blog-wipwwin-latest-promotions-analysis__hero-section {
    padding-top: 10px !important;
    padding-bottom: 30px !important;
  }

  .page-blog-wipwwin-latest-promotions-analysis__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem) !important;
  }

  .page-blog-wipwwin-latest-promotions-analysis__description {
    font-size: 1rem !important;
    margin-bottom: 20px !important;
  }

  /* 产品展示图区域 (Non-homepage, but card grid needs adapting) */
  .page-blog-wipwwin-latest-promotions-analysis__promo-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .page-blog-wipwwin-latest-promotions-analysis__promo-card {
    padding: 20px !important;
  }

  .page-blog-wipwwin-latest-promotions-analysis__card-image {
    height: 180px !important;
  }

  .page-blog-wipwwin-latest-promotions-analysis__card-title {
    font-size: 1.3rem !important;
  }

  .page-blog-wipwwin-latest-promotions-analysis__card-text {
    font-size: 0.95rem !important;
  }

  /* 通用图片与容器 */
  .page-blog-wipwwin-latest-promotions-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-wipwwin-latest-promotions-analysis__section,
  .page-blog-wipwwin-latest-promotions-analysis__container,
  .page-blog-wipwwin-latest-promotions-analysis__promo-card,
  .page-blog-wipwwin-latest-promotions-analysis__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* 按钮与按钮容器 */
  .page-blog-wipwwin-latest-promotions-analysis__cta-button,
  .page-blog-wipwwin-latest-promotions-analysis__btn-primary,
  .page-blog-wipwwin-latest-promotions-analysis__btn-secondary,
  .page-blog-wipwwin-latest-promotions-analysis a[class*="button"],
  .page-blog-wipwwin-latest-promotions-analysis 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;
    margin-bottom: 10px; /* Add margin for stacked buttons */
  }

  .page-blog-wipwwin-latest-promotions-analysis__cta-buttons {
    flex-direction: column !important; /* Stack buttons vertically */
    gap: 10px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Other content modules */
  .page-blog-wipwwin-latest-promotions-analysis__section-title {
    font-size: clamp(1.8rem, 7vw, 2.2rem) !important;
    margin-bottom: 20px !important;
  }

  .page-blog-wipwwin-latest-promotions-analysis__text-block,
  .page-blog-wipwwin-latest-promotions-analysis__ordered-list li,
  .page-blog-wipwwin-latest-promotions-analysis__unordered-list li,
  .page-blog-wipwwin-latest-promotions-analysis__faq-answer p {
    font-size: 1rem !important;
  }

  .page-blog-wipwwin-latest-promotions-analysis__ordered-list,
  .page-blog-wipwwin-latest-promotions-analysis__unordered-list {
    padding-left: 20px !important;
  }

  .page-blog-wipwwin-latest-promotions-analysis__faq-question {
    font-size: 1rem !important;
    padding: 15px 20px !important;
  }

  .page-blog-wipwwin-latest-promotions-analysis__faq-toggle {
    font-size: 1.2rem !important;
  }

  .page-blog-wipwwin-latest-promotions-analysis__faq-answer {
    padding: 15px 20px !important;
  }

  .page-blog-wipwwin-latest-promotions-analysis__cta-section {
    padding: 50px 20px !important;
  }
}