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

/* Base styles for the page content, assuming a dark body background from shared.css */
.page-blog-latest-promotions-analysis {
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-blog-latest-promotions-analysis__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  background-color: #08160F;
  overflow: hidden;
}

.page-blog-latest-promotions-analysis__hero-image {
  width: 100%;
  height: auto;
  max-height: 675px; /* Limit hero image height */
  object-fit: cover;
  display: block;
  margin-bottom: 30px;
  border-radius: 8px;
}

.page-blog-latest-promotions-analysis__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1; /* Ensure content is above any potential background elements */
}

.page-blog-latest-promotions-analysis__hero-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(242, 193, 78, 0.5);
}

.page-blog-latest-promotions-analysis__hero-description {
  font-size: 1.15rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-latest-promotions-analysis__hero-cta-buttons,
.page-blog-latest-promotions-analysis__conclusion-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-latest-promotions-analysis__btn-primary,
.page-blog-latest-promotions-analysis__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-latest-promotions-analysis__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #F2FFF6; /* Text Main */
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(34, 199, 104, 0.4);
}

.page-blog-latest-promotions-analysis__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 6px 20px rgba(34, 199, 104, 0.6);
  transform: translateY(-2px);
}

.page-blog-latest-promotions-analysis__btn-secondary {
  background: transparent;
  color: #57E38D; /* Glow */
  border: 2px solid #2E7A4E; /* Border */
}

.page-blog-latest-promotions-analysis__btn-secondary:hover {
  background-color: rgba(46, 122, 78, 0.2); /* Border color with opacity */
  color: #F2FFF6;
  border-color: #57E38D;
  transform: translateY(-2px);
}

.page-blog-latest-promotions-analysis__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #0A4B2C; /* Deep Green for content sections */
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E;
}

.page-blog-latest-promotions-analysis__intro-section {
    background-color: #11271B; /* Card BG */
}

.page-blog-latest-promotions-analysis__promotion-types {
    background-color: #0A4B2C; /* Deep Green */
}

.page-blog-latest-promotions-analysis__detailed-analysis {
    background-color: #11271B; /* Card BG */
}

.page-blog-latest-promotions-analysis__terms-conditions {
    background-color: #0A4B2C; /* Deep Green */
}

.page-blog-latest-promotions-analysis__how-to-claim {
    background-color: #11271B; /* Card BG */
}

.page-blog-latest-promotions-analysis__faq-section {
    background-color: #0A4B2C; /* Deep Green */
}

.page-blog-latest-promotions-analysis__conclusion-section {
    background-color: #11271B; /* Card BG */
}

.page-blog-latest-promotions-analysis__section-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #F2C14E; /* Gold */
  margin-bottom: 25px;
  text-align: center;
  text-shadow: 0 0 8px rgba(242, 193, 78, 0.4);
}

.page-blog-latest-promotions-analysis__sub-title {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: 600;
  color: #57E38D; /* Glow */
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 4px solid #F2C14E;
  padding-left: 15px;
}

.page-blog-latest-promotions-analysis__paragraph {
  font-size: 1rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  line-height: 1.7;
}

.page-blog-latest-promotions-analysis__image-full-width {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  border-radius: 8px;
  margin: 25px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E;
}

.page-blog-latest-promotions-analysis__ordered-list,
.page-blog-latest-promotions-analysis__unordered-list {
  list-style-position: inside;
  margin-bottom: 15px;
  padding-left: 20px;
}

.page-blog-latest-promotions-analysis__list-item {
  font-size: 1rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 10px;
  line-height: 1.6;
}

.page-blog-latest-promotions-analysis__list-item strong {
  color: #F2C14E; /* Gold */
}

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

.page-blog-latest-promotions-analysis__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-latest-promotions-analysis__faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 1.1rem;
  color: #F2C14E; /* Gold */
  background-color: #11271B;
  transition: background-color 0.3s ease;
}

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

.page-blog-latest-promotions-analysis__faq-item summary:hover {
  background-color: #0A4B2C; /* Deep Green */
}

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

.page-blog-latest-promotions-analysis__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #57E38D; /* Glow */
}

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

.page-blog-latest-promotions-analysis__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.6;
}

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

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-blog-latest-promotions-analysis__content-area {
    padding: 30px 15px;
  }
  .page-blog-latest-promotions-analysis__hero-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }
  .page-blog-latest-promotions-analysis__hero-description {
    font-size: 1rem;
  }
  .page-blog-latest-promotions-analysis__section-title {
    font-size: clamp(1.6rem, 4vw, 2.2rem);
  }
  .page-blog-latest-promotions-analysis__sub-title {
    font-size: clamp(1.2rem, 3vw, 1.6rem);
  }
}

@media (max-width: 768px) {
  /* Mobile image responsiveness */
  .page-blog-latest-promotions-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* Mobile video responsiveness (if any) */
  .page-blog-latest-promotions-analysis video,
  .page-blog-latest-promotions-analysis__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* Mobile container responsiveness */
  .page-blog-latest-promotions-analysis__hero-section,
  .page-blog-latest-promotions-analysis__content-area,
  .page-blog-latest-promotions-analysis__video-section,
  .page-blog-latest-promotions-analysis__video-container,
  .page-blog-latest-promotions-analysis__video-wrapper,
  .page-blog-latest-promotions-analysis__promotion-types,
  .page-blog-latest-promotions-analysis__detailed-analysis,
  .page-blog-latest-promotions-analysis__terms-conditions,
  .page-blog-latest-promotions-analysis__how-to-claim,
  .page-blog-latest-promotions-analysis__faq-section,
  .page-blog-latest-promotions-analysis__conclusion-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-latest-promotions-analysis__hero-section {
    padding-top: 10px !important; /* body already handles --header-offset */
    padding-bottom: 40px !important;
  }

  /* Mobile button responsiveness */
  .page-blog-latest-promotions-analysis__hero-cta-buttons,
  .page-blog-latest-promotions-analysis__conclusion-cta-buttons {
    flex-direction: column !important;
    gap: 15px !important;
    padding: 0 15px;
  }

  .page-blog-latest-promotions-analysis__btn-primary,
  .page-blog-latest-promotions-analysis__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px !important;
    font-size: 1rem !important;
  }

  .page-blog-latest-promotions-analysis__faq-item summary {
    padding: 15px 20px;
    font-size: 1rem;
  }

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

  .page-blog-latest-promotions-analysis__paragraph,
  .page-blog-latest-promotions-analysis__list-item {
    font-size: 0.95rem;
  }
}