.page-blog-qc6672-latest-promotions-explained {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background #121212 is dark, so use light text */
  background-color: #121212; /* Ensure consistency with body background */
}

.page-blog-qc6672-latest-promotions-explained__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* Small top padding, larger bottom padding */
  overflow: hidden;
}

.page-blog-qc6672-latest-promotions-explained__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 600px; /* Limit height for hero image */
}

.page-blog-qc6672-latest-promotions-explained__hero-content {
  position: relative;
  max-width: 900px;
  text-align: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent dark background for text */
  border-radius: 8px;
  margin-top: -80px; /* Pull content slightly over image for visual interest, but not covering */
  z-index: 10;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-qc6672-latest-promotions-explained__main-title {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  font-size: clamp(1.8rem, 3vw, 2.8rem); /* Responsive font size for H1 */
}

.page-blog-qc6672-latest-promotions-explained__hero-description {
  color: #f0f0f0;
  font-size: 1.1rem;
  margin-bottom: 30px;
}

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

.page-blog-qc6672-latest-promotions-explained__btn-primary,
.page-blog-qc6672-latest-promotions-explained__btn-secondary,
.page-blog-qc6672-latest-promotions-explained__btn-card {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  text-align: center;
}

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

.page-blog-qc6672-latest-promotions-explained__btn-primary:hover {
  background-color: #1e87c0;
  transform: translateY(-2px);
}

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

.page-blog-qc6672-latest-promotions-explained__btn-secondary:hover {
  background-color: #26A9E0;
  color: #FFFFFF;
  transform: translateY(-2px);
}

.page-blog-qc6672-latest-promotions-explained__btn-card {
  background-color: #EA7C07; /* Login button color */
  color: #FFFFFF;
  border: none;
  padding: 10px 20px;
}

.page-blog-qc6672-latest-promotions-explained__btn-card:hover {
  background-color: #c96806;
  transform: translateY(-1px);
}

.page-blog-qc6672-latest-promotions-explained__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #1a1a1a; /* Slightly lighter dark background for content */
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-qc6672-latest-promotions-explained__section-title {
  color: #26A9E0;
  font-size: 2.2rem;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}

.page-blog-qc6672-latest-promotions-explained__sub-title {
  color: #FFFFFF;
  font-size: 1.8rem;
  margin-top: 35px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-qc6672-latest-promotions-explained p,
.page-blog-qc6672-latest-promotions-explained li {
  color: #f0f0f0;
  margin-bottom: 15px;
  font-size: 1.05rem;
}

.page-blog-qc6672-latest-promotions-explained strong {
  color: #FFFFFF;
}

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

.page-blog-qc6672-latest-promotions-explained__promo-card {
  background-color: #222222;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-qc6672-latest-promotions-explained__promo-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  margin-bottom: 15px;
}

.page-blog-qc6672-latest-promotions-explained__card-title {
  color: #26A9E0;
  font-size: 1.5rem;
  margin: 10px 15px;
  font-weight: bold;
}

.page-blog-qc6672-latest-promotions-explained__promo-card p {
  color: #cccccc;
  font-size: 0.95rem;
  padding: 0 15px;
  flex-grow: 1;
}

.page-blog-qc6672-latest-promotions-explained__step-list,
.page-blog-qc6672-latest-promotions-explained__terms-list,
.page-blog-qc6672-latest-promotions-explained__benefits-list {
  list-style-type: disc;
  margin-left: 20px;
  padding: 0;
}

.page-blog-qc6672-latest-promotions-explained__step-list li,
.page-blog-qc6672-latest-promotions-explained__terms-list li,
.page-blog-qc6672-latest-promotions-explained__benefits-list li {
  margin-bottom: 10px;
}

.page-blog-qc6672-latest-promotions-explained__faq-list {
  margin-top: 30px;
}

.page-blog-qc6672-latest-promotions-explained__faq-item {
  background-color: #222222;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-blog-qc6672-latest-promotions-explained__faq-item summary {
  list-style: none;
}

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

.page-blog-qc6672-latest-promotions-explained__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  background-color: #2a2a2a;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.1rem;
  border-bottom: 1px solid #333333;
}

.page-blog-qc6672-latest-promotions-explained__faq-question:hover {
  background-color: #333333;
}

.page-blog-qc6672-latest-promotions-explained__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

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

.page-blog-qc6672-latest-promotions-explained__faq-answer {
  padding: 15px 25px;
  color: #cccccc;
  font-size: 1rem;
}

.page-blog-qc6672-latest-promotions-explained__cta-section {
  background-color: #26A9E0;
  padding: 60px 20px;
  text-align: center;
  margin-top: 50px;
}

.page-blog-qc6672-latest-promotions-explained__cta-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-qc6672-latest-promotions-explained__cta-title {
  color: #FFFFFF;
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-qc6672-latest-promotions-explained__cta-description {
  color: #f0f0f0;
  font-size: 1.2rem;
  margin-bottom: 40px;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-qc6672-latest-promotions-explained__hero-content {
    margin-top: -60px;
    padding: 15px;
  }
  .page-blog-qc6672-latest-promotions-explained__main-title {
    font-size: clamp(1.6rem, 4vw, 2.5rem);
  }
  .page-blog-qc6672-latest-promotions-explained__section-title {
    font-size: 2rem;
  }
  .page-blog-qc6672-latest-promotions-explained__sub-title {
    font-size: 1.6rem;
  }
  .page-blog-qc6672-latest-promotions-explained__cta-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .page-blog-qc6672-latest-promotions-explained__hero-content {
    margin-top: -40px;
    padding: 10px;
  }
  .page-blog-qc6672-latest-promotions-explained__main-title {
    font-size: clamp(1.5rem, 5vw, 2.2rem);
  }
  .page-blog-qc6672-latest-promotions-explained__hero-description {
    font-size: 1rem;
  }
  .page-blog-qc6672-latest-promotions-explained__cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-qc6672-latest-promotions-explained__btn-primary,
  .page-blog-qc6672-latest-promotions-explained__btn-secondary,
  .page-blog-qc6672-latest-promotions-explained__btn-card,
  .page-blog-qc6672-latest-promotions-explained a[class*="button"],
  .page-blog-qc6672-latest-promotions-explained 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-qc6672-latest-promotions-explained__content-area,
  .page-blog-qc6672-latest-promotions-explained__cta-section {
    padding: 30px 15px;
  }
  .page-blog-qc6672-latest-promotions-explained__section-title {
    font-size: 1.8rem;
  }
  .page-blog-qc6672-latest-promotions-explained__sub-title {
    font-size: 1.4rem;
  }
  .page-blog-qc6672-latest-promotions-explained p,
  .page-blog-qc6672-latest-promotions-explained li {
    font-size: 0.95rem;
  }
  .page-blog-qc6672-latest-promotions-explained__promo-grid {
    grid-template-columns: 1fr;
  }
  .page-blog-qc6672-latest-promotions-explained__promo-image {
    height: 180px;
  }
  .page-blog-qc6672-latest-promotions-explained__card-title {
    font-size: 1.3rem;
  }
  .page-blog-qc6672-latest-promotions-explained__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }
  .page-blog-qc6672-latest-promotions-explained__faq-answer {
    padding: 10px 20px;
  }
  .page-blog-qc6672-latest-promotions-explained__cta-title {
    font-size: 2rem;
  }
  /* Image responsive */
  .page-blog-qc6672-latest-promotions-explained img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-qc6672-latest-promotions-explained__section,
  .page-blog-qc6672-latest-promotions-explained__card,
  .page-blog-qc6672-latest-promotions-explained__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-qc6672-latest-promotions-explained__hero-section {
    padding-top: 10px !important;
  }
}

@media (max-width: 480px) {
  .page-blog-qc6672-latest-promotions-explained__hero-content {
    margin-top: -20px;
  }
  .page-blog-qc6672-latest-promotions-explained__main-title {
    font-size: clamp(1.2rem, 6vw, 2rem);
  }
  .page-blog-qc6672-latest-promotions-explained__section-title {
    font-size: 1.6rem;
  }
  .page-blog-qc6672-latest-promotions-explained__cta-title {
    font-size: 1.8rem;
  }
}