.page-blog-2024-mmoo-promotions-analysis {
  font-family: 'Arial', sans-serif;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  line-height: 1.6;
}

.page-blog-2024-mmoo-promotions-analysis__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  overflow: hidden;
}

.page-blog-2024-mmoo-promotions-analysis__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.page-blog-2024-mmoo-promotions-analysis__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image for text readability */
}

.page-blog-2024-mmoo-promotions-analysis__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-2024-mmoo-promotions-analysis__main-title {
  font-size: clamp(2em, 5vw, 3.5em);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-2024-mmoo-promotions-analysis__intro-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-2024-mmoo-promotions-analysis__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.page-blog-2024-mmoo-promotions-analysis__btn-primary,
.page-blog-2024-mmoo-promotions-analysis__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1em;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-2024-mmoo-promotions-analysis__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #ffffff;
  border: none;
}

.page-blog-2024-mmoo-promotions-analysis__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-2024-mmoo-promotions-analysis__btn-secondary {
  background: #11271B; /* Card BG */
  color: #F2FFF6; /* Text Main */
  border: 2px solid #2E7A4E; /* Border */
}

.page-blog-2024-mmoo-promotions-analysis__btn-secondary:hover {
  background: #2E7A4E; /* Border */
  color: #ffffff;
}

.page-blog-2024-mmoo-promotions-analysis__section {
  padding: 50px 20px;
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-2024-mmoo-promotions-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-blog-2024-mmoo-promotions-analysis__section-title {
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #F2C14E; /* Gold */
}

.page-blog-2024-mmoo-promotions-analysis__text-block {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-2024-mmoo-promotions-analysis__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E;
}

.page-blog-2024-mmoo-promotions-analysis__promotion-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-2024-mmoo-promotions-analysis__card {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  border: 1px solid #2E7A4E; /* Border */
  transition: transform 0.3s ease;
  color: #F2FFF6; /* Text Main */
}

.page-blog-2024-mmoo-promotions-analysis__card:hover {
  transform: translateY(-5px);
}

.page-blog-2024-mmoo-promotions-analysis__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #2E7A4E;
}

.page-blog-2024-mmoo-promotions-analysis__card-title {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 15px;
  color: #F2C14E; /* Gold */
}

.page-blog-2024-mmoo-promotions-analysis__card-text {
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.7;
}

.page-blog-2024-mmoo-promotions-analysis__steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-2024-mmoo-promotions-analysis__step-item {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  border: 1px solid #2E7A4E; /* Border */
  color: #F2FFF6; /* Text Main */
}

.page-blog-2024-mmoo-promotions-analysis__step-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #0A4B2C; /* Deep Green */
  border-radius: 50%;
  font-size: 1.8em;
  font-weight: 700;
  color: #57E38D; /* Glow */
  margin: 0 auto 20px;
  border: 2px solid #2E7A4E;
}

.page-blog-2024-mmoo-promotions-analysis__step-title {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #F2C14E; /* Gold */
}

.page-blog-2024-mmoo-promotions-analysis__step-description {
  font-size: 0.95em;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-2024-mmoo-promotions-analysis__benefit-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-2024-mmoo-promotions-analysis__benefit-item {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  border: 1px solid #2E7A4E; /* Border */
  color: #F2FFF6; /* Text Main */
}

.page-blog-2024-mmoo-promotions-analysis__benefit-icon {
  width: 200px;
  height: 200px;
  object-fit: contain;
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 2px solid #2E7A4E;
}

.page-blog-2024-mmoo-promotions-analysis__benefit-title {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #F2C14E; /* Gold */
}

.page-blog-2024-mmoo-promotions-analysis__benefit-description {
  font-size: 0.95em;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-2024-mmoo-promotions-analysis__comparison-list {
  list-style: disc;
  padding-left: 25px;
  margin-top: 30px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-2024-mmoo-promotions-analysis__comparison-list li {
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.7;
}

.page-blog-2024-mmoo-promotions-analysis__comparison-list li strong {
  color: #F2FFF6; /* Text Main */
}

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

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

.page-blog-2024-mmoo-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 600;
  color: #F2C14E; /* Gold */
  background-color: #0A4B2C; /* Deep Green */
  border-bottom: 1px solid #2E7A4E;
}

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

.page-blog-2024-mmoo-promotions-analysis__faq-question::marker {
  display: none;
}

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

.page-blog-2024-mmoo-promotions-analysis__faq-toggle {
  font-size: 1.5em;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-2024-mmoo-promotions-analysis__faq-item[open] .page-blog-2024-mmoo-promotions-analysis__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-2024-mmoo-promotions-analysis__faq-answer {
  padding: 20px 25px;
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.7;
  background-color: #11271B; /* Card BG */
}

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

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

  .page-blog-2024-mmoo-promotions-analysis__main-title {
    font-size: 2em;
  }

  .page-blog-2024-mmoo-promotions-analysis__intro-text {
    font-size: 1em;
  }

  .page-blog-2024-mmoo-promotions-analysis__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-2024-mmoo-promotions-analysis__btn-primary,
  .page-blog-2024-mmoo-promotions-analysis__btn-secondary {
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-2024-mmoo-promotions-analysis__section {
    padding: 30px 15px;
  }

  .page-blog-2024-mmoo-promotions-analysis__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-2024-mmoo-promotions-analysis__text-block {
    font-size: 0.95em;
  }

  .page-blog-2024-mmoo-promotions-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-blog-2024-mmoo-promotions-analysis__container,
  .page-blog-2024-mmoo-promotions-analysis__promotion-card-grid,
  .page-blog-2024-mmoo-promotions-analysis__steps,
  .page-blog-2024-mmoo-promotions-analysis__benefit-list,
  .page-blog-2024-mmoo-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-2024-mmoo-promotions-analysis__card {
    padding: 20px;
  }

  .page-blog-2024-mmoo-promotions-analysis__card-title,
  .page-blog-2024-mmoo-promotions-analysis__step-title,
  .page-blog-2024-mmoo-promotions-analysis__benefit-title {
    font-size: 1.2em;
  }

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

  .page-blog-2024-mmoo-promotions-analysis__faq-answer {
    padding: 15px 20px;
  }
}

/* Ensure no image filters are used */
.page-blog-2024-mmoo-promotions-analysis img:not(.page-blog-2024-mmoo-promotions-analysis__hero-image) {
  filter: none;
}