.page-blog-kuwin24-latest-promotions-analysis {
  color: #ffffff; /* Body background is dark, so text is light */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #000000; /* Ensure main content background matches body */
}

.page-blog-kuwin24-latest-promotions-analysis__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background: linear-gradient(135deg, #26A9E0, #000000); /* Blend brand color with dark background */
  min-height: 500px;
}

.page-blog-kuwin24-latest-promotions-analysis__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.page-blog-kuwin24-latest-promotions-analysis__hero-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-kuwin24-latest-promotions-analysis__hero-content {
  max-width: 900px;
  margin: 0 auto;
  z-index: 1;
  color: #ffffff;
}

.page-blog-kuwin24-latest-promotions-analysis__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-size: clamp(2em, 5vw, 3.5em);
}

.page-blog-kuwin24-latest-promotions-analysis__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-kuwin24-latest-promotions-analysis__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-kuwin24-latest-promotions-analysis__btn-primary,
.page-blog-kuwin24-latest-promotions-analysis__btn-secondary {
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  text-align: center;
}

.page-blog-kuwin24-latest-promotions-analysis__btn-primary {
  background-color: #EA7C07; /* Login color */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

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

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

.page-blog-kuwin24-latest-promotions-analysis__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-kuwin24-latest-promotions-analysis__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #000000; /* Consistent dark background */
  color: #ffffff; /* Light text for dark background */
}

.page-blog-kuwin24-latest-promotions-analysis__article {
  background-color: rgba(255, 255, 255, 0.05); /* Slightly lighter background for article content */
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-kuwin24-latest-promotions-analysis__section-title {
  color: #26A9E0;
  font-size: 2.2em;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #26A9E0;
  padding-bottom: 10px;
}

.page-blog-kuwin24-latest-promotions-analysis__sub-section-title {
  color: #ffffff;
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-kuwin24-latest-promotions-analysis__paragraph {
  margin-bottom: 15px;
  line-height: 1.8;
  color: #f0f0f0;
}

.page-blog-kuwin24-latest-promotions-analysis__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-blog-kuwin24-latest-promotions-analysis__ordered-list {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-blog-kuwin24-latest-promotions-analysis__list-item {
  margin-bottom: 10px;
}

.page-blog-kuwin24-latest-promotions-analysis__image-container {
  text-align: center;
  margin: 30px 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-kuwin24-latest-promotions-analysis__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-kuwin24-latest-promotions-analysis__cta-container {
  margin-top: 40px;
  text-align: center;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* FAQ Section */
.page-blog-kuwin24-latest-promotions-analysis__faq-list {
  margin-top: 30px;
}

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

.page-blog-kuwin24-latest-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-kuwin24-latest-promotions-analysis__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.18);
}

.page-blog-kuwin24-latest-promotions-analysis__faq-qtext {
  flex-grow: 1;
  color: #ffffff;
}

.page-blog-kuwin24-latest-promotions-analysis__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
}

.page-blog-kuwin24-latest-promotions-analysis__faq-answer {
  padding: 15px 25px;
  color: #f0f0f0;
  background-color: rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-blog-kuwin24-latest-promotions-analysis__faq-item[open] > .page-blog-kuwin24-latest-promotions-analysis__faq-question .page-blog-kuwin24-latest-promotions-analysis__faq-toggle {
  content: '−';
}

.page-blog-kuwin24-latest-promotions-analysis__faq-item summary::-webkit-details-marker {
  display: none;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-kuwin24-latest-promotions-analysis {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-kuwin24-latest-promotions-analysis__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }

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

  .page-blog-kuwin24-latest-promotions-analysis__hero-description {
    font-size: 1em;
  }

  .page-blog-kuwin24-latest-promotions-analysis__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-kuwin24-latest-promotions-analysis__btn-primary,
  .page-blog-kuwin24-latest-promotions-analysis__btn-secondary,
  .page-blog-kuwin24-latest-promotions-analysis a[class*="button"],
  .page-blog-kuwin24-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;
    padding-right: 15px;
  }
  
  .page-blog-kuwin24-latest-promotions-analysis__cta-container {
    flex-direction: column;
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-kuwin24-latest-promotions-analysis__content-area {
    padding: 20px 15px;
  }

  .page-blog-kuwin24-latest-promotions-analysis__article {
    padding: 20px;
  }

  .page-blog-kuwin24-latest-promotions-analysis__section-title {
    font-size: 1.8em;
  }

  .page-blog-kuwin24-latest-promotions-analysis__sub-section-title {
    font-size: 1.5em;
  }

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

  .page-blog-kuwin24-latest-promotions-analysis__image-container,
  .page-blog-kuwin24-latest-promotions-analysis__section,
  .page-blog-kuwin24-latest-promotions-analysis__card,
  .page-blog-kuwin24-latest-promotions-analysis__container,
  .page-blog-kuwin24-latest-promotions-analysis__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden !important;
  }
  
  .page-blog-kuwin24-latest-promotions-analysis__hero-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
}

/* Ensuring contrast for specific elements on dark background */
.page-blog-kuwin24-latest-promotions-analysis p,
.page-blog-kuwin24-latest-promotions-analysis li {
  color: #f0f0f0; /* Lighter text for better readability on dark background */
}

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

.page-blog-kuwin24-latest-promotions-analysis__light-bg {
  color: #333333; /* This class is not used in HTML, but kept for consistency */
  background: #ffffff;
}

.page-blog-kuwin24-latest-promotions-analysis__medium-bg {
  color: #000000;
  background: #FFFFFF;
}