/* Base styles for the page-blog-f1684-vip-latest-promotions-analysis */
.page-blog-f1684-vip-latest-promotions-analysis {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
  background-color: #FFFFFF;
}

.page-blog-f1684-vip-latest-promotions-analysis__hero-section {
  position: relative;
  width: 100%;
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  background-color: #f0f8ff; /* Light background for hero section */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.page-blog-f1684-vip-latest-promotions-analysis__hero-image-wrapper {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
}

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

.page-blog-f1684-vip-latest-promotions-analysis__hero-content {
  padding: 40px 20px 60px;
  max-width: 900px;
  margin: 0 auto;
  z-index: 2;
  background-color: #ffffff; /* Ensure content is readable */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-50px); /* Overlap slightly with image for visual appeal */
  margin-bottom: -50px;
}

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

.page-blog-f1684-vip-latest-promotions-analysis__subtitle {
  font-size: clamp(16px, 2vw, 20px);
  color: #555;
  margin-bottom: 30px;
}

.page-blog-f1684-vip-latest-promotions-analysis__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

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

.page-blog-f1684-vip-latest-promotions-analysis__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-f1684-vip-latest-promotions-analysis__btn-primary:hover {
  background-color: #1e87b7;
  border-color: #1e87b7;
}

.page-blog-f1684-vip-latest-promotions-analysis__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-f1684-vip-latest-promotions-analysis__btn-secondary:hover {
  background-color: #f0f0f0;
  color: #1e87b7;
  border-color: #1e87b7;
}

.page-blog-f1684-vip-latest-promotions-analysis__content-section {
  padding: 60px 0;
}

.page-blog-f1684-vip-latest-promotions-analysis__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-f1684-vip-latest-promotions-analysis__article-body {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
}

.page-blog-f1684-vip-latest-promotions-analysis__article-body h2,
.page-blog-f1684-vip-latest-promotions-analysis__article-body h3 {
  color: #26A9E0;
  margin-top: 35px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-blog-f1684-vip-latest-promotions-analysis__section-title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-f1684-vip-latest-promotions-analysis__sub-section-title {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.page-blog-f1684-vip-latest-promotions-analysis__article-body p {
  margin-bottom: 15px;
}

.page-blog-f1684-vip-latest-promotions-analysis__article-body ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 15px;
}

.page-blog-f1684-vip-latest-promotions-analysis__article-body ul li {
  margin-bottom: 8px;
}

.page-blog-f1684-vip-latest-promotions-analysis__article-body a {
  color: #EA7C07;
  text-decoration: none;
  font-weight: 500;
}

.page-blog-f1684-vip-latest-promotions-analysis__article-body a:hover {
  text-decoration: underline;
}

.page-blog-f1684-vip-latest-promotions-analysis__article-figure {
  margin: 30px auto;
  text-align: center;
  max-width: 800px;
}

.page-blog-f1684-vip-latest-promotions-analysis__article-figure img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

.page-blog-f1684-vip-latest-promotions-analysis__article-figure figcaption {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}

.page-blog-f1684-vip-latest-promotions-analysis__image-text-block {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-blog-f1684-vip-latest-promotions-analysis__text-content {
  flex: 1;
  min-width: 300px;
}

.page-blog-f1684-vip-latest-promotions-analysis__image-aside {
  flex: 0 0 400px;
  max-width: 100%;
  margin: 0;
}

.page-blog-f1684-vip-latest-promotions-analysis__image-aside img {
  box-shadow: none;
}

/* FAQ styles */
details.page-blog-f1684-vip-latest-promotions-analysis__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
details.page-blog-f1684-vip-latest-promotions-analysis__faq-item summary.page-blog-f1684-vip-latest-promotions-analysis__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-f1684-vip-latest-promotions-analysis__faq-item summary.page-blog-f1684-vip-latest-promotions-analysis__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-f1684-vip-latest-promotions-analysis__faq-item summary.page-blog-f1684-vip-latest-promotions-analysis__faq-question:hover {
  background: #f5f5f5;
}
.page-blog-f1684-vip-latest-promotions-analysis__faq-qtext {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #26A9E0;
}
.page-blog-f1684-vip-latest-promotions-analysis__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-f1684-vip-latest-promotions-analysis__faq-item .page-blog-f1684-vip-latest-promotions-analysis__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 8px 8px;
  color: #444;
}

.page-blog-f1684-vip-latest-promotions-analysis__cta-buttons--bottom {
  margin-top: 50px;
  margin-bottom: 20px;
}

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

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-f1684-vip-latest-promotions-analysis__hero-content {
    padding: 30px 15px 50px;
  }
  .page-blog-f1684-vip-latest-promotions-analysis__main-title {
    font-size: clamp(26px, 4.5vw, 40px);
  }
  .page-blog-f1684-vip-latest-promotions-analysis__subtitle {
    font-size: clamp(15px, 2.2vw, 18px);
  }
  .page-blog-f1684-vip-latest-promotions-analysis__content-section {
    padding: 50px 0;
  }
  .page-blog-f1684-vip-latest-promotions-analysis__section-title {
    font-size: clamp(22px, 3.5vw, 30px);
  }
  .page-blog-f1684-vip-latest-promotions-analysis__sub-section-title {
    font-size: clamp(18px, 2.8vw, 24px);
  }
  .page-blog-f1684-vip-latest-promotions-analysis__faq-qtext {
    font-size: 17px;
  }
  .page-blog-f1684-vip-latest-promotions-analysis__image-text-block {
    flex-direction: column;
    align-items: center;
  }
  .page-blog-f1684-vip-latest-promotions-analysis__image-aside {
    flex: none;
    width: 100%;
    max-width: 500px;
  }
}

@media (max-width: 768px) {
  .page-blog-f1684-vip-latest-promotions-analysis {
    font-size: 16px;
    line-height: 1.6;
  }
  /* HERO 主图区域 */
  .page-blog-f1684-vip-latest-promotions-analysis__hero-section {
    padding-top: 10px;
  }
  .page-blog-f1684-vip-latest-promotions-analysis__hero-image-wrapper {
    max-height: 300px;
  }
  .page-blog-f1684-vip-latest-promotions-analysis__hero-image {
    object-fit: contain !important;
    aspect-ratio: unset !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-f1684-vip-latest-promotions-analysis__hero-content {
    padding: 20px 15px 30px;
    transform: translateY(-30px);
    margin-bottom: -30px;
  }
  .page-blog-f1684-vip-latest-promotions-analysis__main-title {
    font-size: clamp(24px, 7vw, 32px);
  }
  .page-blog-f1684-vip-latest-promotions-analysis__subtitle {
    font-size: clamp(15px, 3.5vw, 17px);
  }

  /* 按钮与按钮容器 */
  .page-blog-f1684-vip-latest-promotions-analysis__cta-buttons {
    flex-direction: column;
    gap: 10px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 15px;
  }
  .page-blog-f1684-vip-latest-promotions-analysis__btn-primary,
  .page-blog-f1684-vip-latest-promotions-analysis__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-f1684-vip-latest-promotions-analysis__cta-buttons--bottom {
    padding: 0;
  }

  /* 装饰主标题 + 长文 SEO 区 */
  .page-blog-f1684-vip-latest-promotions-analysis__content-section {
    padding: 30px 0;
  }
  .page-blog-f1684-vip-latest-promotions-analysis__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-f1684-vip-latest-promotions-analysis__section-title {
    font-size: clamp(20px, 6vw, 28px);
    margin-bottom: 25px;
  }
  .page-blog-f1684-vip-latest-promotions-analysis__sub-section-title {
    font-size: clamp(18px, 5vw, 22px);
  }
  .page-blog-f1684-vip-latest-promotions-analysis__article-body {
    font-size: 16px;
  }
  .page-blog-f1684-vip-latest-promotions-analysis__article-figure {
    margin: 20px auto;
    max-width: 100%;
  }
  .page-blog-f1684-vip-latest-promotions-analysis__article-figure img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-f1684-vip-latest-promotions-analysis__image-text-block {
    flex-direction: column;
    gap: 20px;
  }
  .page-blog-f1684-vip-latest-promotions-analysis__text-content {
    min-width: unset;
    width: 100%;
  }
  .page-blog-f1684-vip-latest-promotions-analysis__image-aside {
    width: 100%;
  }
  .page-blog-f1684-vip-latest-promotions-analysis__image-aside img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* 通用图片与容器 */
  .page-blog-f1684-vip-latest-promotions-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-f1684-vip-latest-promotions-analysis__section,
  .page-blog-f1684-vip-latest-promotions-analysis__card,
  .page-blog-f1684-vip-latest-promotions-analysis__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* FAQ styles */
  details.page-blog-f1684-vip-latest-promotions-analysis__faq-item summary.page-blog-f1684-vip-latest-promotions-analysis__faq-question { padding: 15px; }
  .page-blog-f1684-vip-latest-promotions-analysis__faq-qtext { font-size: 15px; }
  .page-blog-f1684-vip-latest-promotions-analysis__faq-answer { padding: 0 15px 15px; }
}