.page-blog-mm9-latest-promotions-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: #ffffff; /* Assuming body background is light */
}

.page-blog-mm9-latest-promotions-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding for content */
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}

.page-blog-mm9-latest-promotions-guide__hero-image,
.page-blog-mm9-latest-promotions-guide__conclusion-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  filter: brightness(0.6); /* Darken image slightly for text readability */
}

.page-blog-mm9-latest-promotions-guide__hero-content,
.page-blog-mm9-latest-promotions-guide__conclusion-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-mm9-latest-promotions-guide__main-title,
.page-blog-mm9-latest-promotions-guide__section-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #26A9E0;
  margin-bottom: 20px;
}

.page-blog-mm9-latest-promotions-guide__main-title {
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

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

.page-blog-mm9-latest-promotions-guide__btn-primary,
.page-blog-mm9-latest-promotions-guide__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

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

.page-blog-mm9-latest-promotions-guide__btn-primary:hover {
  background-color: #1a7fb8;
  border-color: #1a7fb8;
}

.page-blog-mm9-latest-promotions-guide__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
  margin-top: 10px;
}

.page-blog-mm9-latest-promotions-guide__btn-secondary:hover {
  background-color: #f0f0f0;
  border-color: #1a7fb8;
}

.page-blog-mm9-latest-promotions-guide__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #ffffff;
  color: #333333;
}

.page-blog-mm9-latest-promotions-guide__text-block {
  margin-bottom: 25px;
  color: #555555;
}

.page-blog-mm9-latest-promotions-guide__promo-grid,
.page-blog-mm9-latest-promotions-guide__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.page-blog-mm9-latest-promotions-guide__promo-card,
.page-blog-mm9-latest-promotions-guide__tip-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #e0e0e0;
}

.page-blog-mm9-latest-promotions-guide__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  object-fit: cover;
  min-height: 200px;
}

.page-blog-mm9-latest-promotions-guide__card-title {
  font-size: 1.4em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-blog-mm9-latest-promotions-guide__promo-card p,
.page-blog-mm9-latest-promotions-guide__promo-card ul {
  color: #555555;
  text-align: left;
  margin-bottom: 15px;
}

.page-blog-mm9-latest-promotions-guide__promo-card ul {
  list-style: disc inside;
  padding-left: 15px;
}

.page-blog-mm9-latest-promotions-guide__guide-steps {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 50px;
}

.page-blog-mm9-latest-promotions-guide__guide-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-mm9-latest-promotions-guide__guide-item:nth-child(even) {
  flex-direction: column-reverse;
}

.page-blog-mm9-latest-promotions-guide__guide-item:nth-child(even) img {
  order: 2;
}

.page-blog-mm9-latest-promotions-guide__guide-item:nth-child(even) h3,
.page-blog-mm9-latest-promotions-guide__guide-item:nth-child(even) p,
.page-blog-mm9-latest-promotions-guide__guide-item:nth-child(even) ol {
  order: 1;
}

.page-blog-mm9-latest-promotions-guide__item-title {
  font-size: 1.6em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-blog-mm9-latest-promotions-guide__guide-item p,
.page-blog-mm9-latest-promotions-guide__guide-item ol {
  max-width: 800px;
  text-align: left;
  margin-bottom: 20px;
  color: #555555;
}

.page-blog-mm9-latest-promotions-guide__guide-item ol {
  list-style: decimal inside;
  padding-left: 20px;
}

.page-blog-mm9-latest-promotions-guide__guide-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 20px 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  min-height: 200px;
}

.page-blog-mm9-latest-promotions-guide__terms-list {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
}

.page-blog-mm9-latest-promotions-guide__terms-list li {
  background-color: #f9f9f9;
  border-left: 5px solid #26A9E0;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  color: #333333;
}

.page-blog-mm9-latest-promotions-guide__terms-list li h3 {
  color: #26A9E0;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-blog-mm9-latest-promotions-guide__tip-card {
  background-color: #f0f8ff;
  border: 1px solid #26A9E0;
}

.page-blog-mm9-latest-promotions-guide__tip-card .page-blog-mm9-latest-promotions-guide__card-title {
  color: #26A9E0;
}

.page-blog-mm9-latest-promotions-guide__faq-list {
  margin-bottom: 50px;
}

.page-blog-mm9-latest-promotions-guide__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-mm9-latest-promotions-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-weight: bold;
  color: #26A9E0;
  cursor: pointer;
  background-color: #eaf6ff;
  border-bottom: 1px solid #e0e0e0;
  list-style: none; /* For details summary */
}

.page-blog-mm9-latest-promotions-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-mm9-latest-promotions-guide__faq-item[open] .page-blog-mm9-latest-promotions-guide__faq-question {
  border-bottom: 1px solid #d0d0d0;
}

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

.page-blog-mm9-latest-promotions-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

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

.page-blog-mm9-latest-promotions-guide__faq-answer {
  padding: 15px 25px 25px;
  color: #555555;
  font-size: 0.95em;
}

.page-blog-mm9-latest-promotions-guide__conclusion-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}

.page-blog-mm9-latest-promotions-guide__conclusion-section .page-blog-mm9-latest-promotions-guide__section-title {
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.page-blog-mm9-latest-promotions-guide__conclusion-section .page-blog-mm9-latest-promotions-guide__text-block {
  color: #f0f0f0;
  margin-bottom: 30px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-mm9-latest-promotions-guide__hero-content,
  .page-blog-mm9-latest-promotions-guide__conclusion-content {
    max-width: 768px;
  }
}

@media (max-width: 768px) {
  .page-blog-mm9-latest-promotions-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-mm9-latest-promotions-guide__hero-section,
  .page-blog-mm9-latest-promotions-guide__conclusion-section {
    padding: 10px 15px 40px 15px; /* Small top padding, more bottom padding for content */
  }

  .page-blog-mm9-latest-promotions-guide__main-title {
    font-size: 2em;
  }

  .page-blog-mm9-latest-promotions-guide__section-title {
    font-size: 1.8em;
  }

  .page-blog-mm9-latest-promotions-guide__promo-grid,
  .page-blog-mm9-latest-promotions-guide__tips-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-mm9-latest-promotions-guide__promo-card,
  .page-blog-mm9-latest-promotions-guide__tip-card {
    padding: 20px;
    box-sizing: border-box !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .page-blog-mm9-latest-promotions-guide__content-area {
    padding: 30px 15px;
    box-sizing: border-box !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .page-blog-mm9-latest-promotions-guide__guide-item {
    flex-direction: column !important;
  }

  .page-blog-mm9-latest-promotions-guide__guide-item:nth-child(even) {
    flex-direction: column !important;
  }

  .page-blog-mm9-latest-promotions-guide__guide-item:nth-child(even) img {
    order: unset;
  }

  .page-blog-mm9-latest-promotions-guide__guide-item:nth-child(even) h3,
  .page-blog-mm9-latest-promotions-guide__guide-item:nth-child(even) p,
  .page-blog-mm9-latest-promotions-guide__guide-item:nth-child(even) ol {
    order: unset;
  }

  .page-blog-mm9-latest-promotions-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-mm9-latest-promotions-guide__hero-section,
  .page-blog-mm9-latest-promotions-guide__conclusion-section,
  .page-blog-mm9-latest-promotions-guide__promo-grid,
  .page-blog-mm9-latest-promotions-guide__guide-steps,
  .page-blog-mm9-latest-promotions-guide__terms-list,
  .page-blog-mm9-latest-promotions-guide__tips-grid,
  .page-blog-mm9-latest-promotions-guide__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-mm9-latest-promotions-guide__btn-primary,
  .page-blog-mm9-latest-promotions-guide__btn-secondary {
    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-mm9-latest-promotions-guide__hero-content a,
  .page-blog-mm9-latest-promotions-guide__promo-card a,
  .page-blog-mm9-latest-promotions-guide__guide-item a,
  .page-blog-mm9-latest-promotions-guide__conclusion-content a {
    margin-left: auto;
    margin-right: auto;
    display: block; /* Ensure buttons stack vertically if multiple */
    margin-bottom: 10px;
  }
}