/* style/blog-hk79-promotions-analysis.css */

/* Base styles for the page content, ensuring contrast with body background */
.page-blog-hk79-promotions-analysis {
  color: #ffffff; /* Light text for dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  font-size: 16px;
}

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

.page-blog-hk79-promotions-analysis__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  background-color: #000000; /* Ensure dark background for hero */
}

.page-blog-hk79-promotions-analysis__hero-image-wrapper {
  width: 100%;
  overflow: hidden;
}

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

.page-blog-hk79-promotions-analysis__hero-content {
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
  margin-top: -100px; /* Overlap slightly for visual flow, but not over the image itself */
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7); /* Semi-transparent background for readability */
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-hk79-promotions-analysis__main-title {
  font-size: clamp(2em, 4vw, 3.2em); /* Responsive font size for H1 */
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.page-blog-hk79-promotions-analysis__intro-text {
  font-size: 1.1em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-blog-hk79-promotions-analysis__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: background-color 0.3s ease, transform 0.3s ease;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Break long words */
  max-width: 100%;
  box-sizing: border-box;
}

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

.page-blog-hk79-promotions-analysis__btn-primary:hover {
  background-color: #1a7bb0;
  transform: translateY(-2px);
}

.page-blog-hk79-promotions-analysis__content-area {
  padding: 60px 0;
  box-sizing: border-box;
}

.page-blog-hk79-promotions-analysis__dark-bg {
  background-color: #000000;
  color: #ffffff;
}

.page-blog-hk79-promotions-analysis__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

.page-blog-hk79-promotions-analysis__dark-section {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-hk79-promotions-analysis__section-title {
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: inherit; /* Inherit color from parent section */
}

.page-blog-hk79-promotions-analysis__sub-title {
  font-size: 1.8em;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
  color: inherit;
}

.page-blog-hk79-promotions-analysis__paragraph {
  margin-bottom: 20px;
  color: inherit;
}

.page-blog-hk79-promotions-analysis__highlight {
  color: #EA7C07; /* Login color for highlight on dark background */
  font-weight: 700;
}

.page-blog-hk79-promotions-analysis__highlight-dark {
  color: #26A9E0; /* Main color for highlight on light background */
  font-weight: 700;
}

.page-blog-hk79-promotions-analysis__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px 0;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.page-blog-hk79-promotions-analysis__numbered-list,
.page-blog-hk79-promotions-analysis__bullet-list {
  list-style-position: inside;
  margin-bottom: 20px;
  padding-left: 20px;
  color: inherit;
}

.page-blog-hk79-promotions-analysis__numbered-list li,
.page-blog-hk79-promotions-analysis__bullet-list li {
  margin-bottom: 10px;
  color: inherit;
}

.page-blog-hk79-promotions-analysis__link-in-text {
  color: #EA7C07;
  text-decoration: underline;
}

.page-blog-hk79-promotions-analysis__link-in-text:hover {
  color: #ff9933;
}

.page-blog-hk79-promotions-analysis__faq-section {
  padding-bottom: 80px;
}

.page-blog-hk79-promotions-analysis__faq-list {
  margin-top: 40px;
}

.page-blog-hk79-promotions-analysis__faq-item {
  background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent white for dark body */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  color: #ffffff;
}

.page-blog-hk79-promotions-analysis__faq-item[open] {
  background-color: rgba(255, 255, 255, 0.15);
}

.page-blog-hk79-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1em;
  color: #ffffff;
  list-style: none; /* For details/summary */
}

.page-blog-hk79-promotions-analysis__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-hk79-promotions-analysis__faq-qtext {
  flex-grow: 1;
  color: inherit;
}

.page-blog-hk79-promotions-analysis__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: inherit;
}

.page-blog-hk79-promotions-analysis__faq-answer {
  padding: 0 20px 20px 20px;
  color: #f0f0f0;
  font-size: 0.95em;
}

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

.page-blog-hk79-promotions-analysis__conclusion-section {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 80px;
}

.page-blog-hk79-promotions-analysis__center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-hk79-promotions-analysis {
    font-size: 15px;
    line-height: 1.5;
  }

  .page-blog-hk79-promotions-analysis__container {
    padding: 0 15px;
  }

  .page-blog-hk79-promotions-analysis__hero-content {
    padding: 20px;
    margin-top: -60px;
  }

  .page-blog-hk79-promotions-analysis__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }

  .page-blog-hk79-promotions-analysis__intro-text {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-blog-hk79-promotions-analysis__cta-button {
    padding: 12px 20px;
    font-size: 0.9em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-hk79-promotions-analysis__section-title {
    font-size: 2em;
  }

  .page-blog-hk79-promotions-analysis__sub-title {
    font-size: 1.5em;
  }

  .page-blog-hk79-promotions-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-hk79-promotions-analysis__content-area,
  .page-blog-hk79-promotions-analysis__hero-section,
  .page-blog-hk79-promotions-analysis__faq-section,
  .page-blog-hk79-promotions-analysis__conclusion-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
  }

  .page-blog-hk79-promotions-analysis__hero-section {
    padding-top: 10px !important;
  }

  .page-blog-hk79-promotions-analysis__faq-item {
    margin-left: 15px;
    margin-right: 15px;
  }

  .page-blog-hk79-promotions-analysis__faq-question {
    font-size: 1em;
    padding: 15px;
  }

  .page-blog-hk79-promotions-analysis__faq-answer {
    padding: 0 15px 15px 15px;
  }
}