.page-blog-m88x-official-website-features {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #0a0a0a; /* Ensure consistency with body background */
}

.page-blog-m88x-official-website-features__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-m88x-official-website-features__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
  text-align: center;
  background-color: #0a0a0a; /* Match body background */
}

.page-blog-m88x-official-website-features__hero-image-wrapper {
  width: 100%;
  max-width: 1920px;
  margin-bottom: 30px;
}

.page-blog-m88x-official-website-features__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.page-blog-m88x-official-website-features__hero-content {
  max-width: 900px;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-m88x-official-website-features__hero-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.page-blog-m88x-official-website-features__hero-description {
  font-size: 1.15rem;
  color: #f0f0f0;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-m88x-official-website-features__hero-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-m88x-official-website-features__btn-primary,
.page-blog-m88x-official-website-features__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-m88x-official-website-features__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-m88x-official-website-features__btn-primary:hover {
  background-color: #1e87b8;
  border-color: #1e87b8;
  transform: translateY(-2px);
}

.page-blog-m88x-official-website-features__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-m88x-official-website-features__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
  transform: translateY(-2px);
}

.page-blog-m88x-official-website-features__section {
  padding: 60px 0;
}

.page-blog-m88x-official-website-features__dark-bg {
  background-color: #0d0d0d;
  color: #ffffff;
}

.page-blog-m88x-official-website-features__light-bg {
  background-color: #1a1a1a;
  color: #f0f0f0;
}

.page-blog-m88x-official-website-features__section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 700;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-m88x-official-website-features__sub-title {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 600;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 4px solid #26A9E0;
}

.page-blog-m88x-official-website-features__item-title {
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-blog-m88x-official-website-features__content-area {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-m88x-official-website-features__text-block {
  font-size: 1.05rem;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-blog-m88x-official-website-features__highlight {
  color: #26A9E0;
  font-weight: 700;
}

.page-blog-m88x-official-website-features__image-with-text {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.page-blog-m88x-official-website-features__image-with-text--reverse {
  flex-direction: row-reverse;
}

.page-blog-m88x-official-website-features__content-image {
  flex: 1;
  max-width: 50%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-m88x-official-website-features__text-content {
  flex: 1;
}

.page-blog-m88x-official-website-features__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-blog-m88x-official-website-features__list-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #f0f0f0;
  font-size: 1.05rem;
}

.page-blog-m88x-official-website-features__list-item::before {
  content: '✓';
  color: #26A9E0;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-blog-m88x-official-website-features__faq-section {
  padding-top: 40px;
  padding-bottom: 80px;
}

.page-blog-m88x-official-website-features__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.page-blog-m88x-official-website-features__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-blog-m88x-official-website-features__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: 600;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-m88x-official-website-features__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.page-blog-m88x-official-website-features__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-m88x-official-website-features__faq-qtext {
  flex-grow: 1;
}

.page-blog-m88x-official-website-features__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
}

.page-blog-m88x-official-website-features__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1rem;
  line-height: 1.6;
  color: #f0f0f0;
}

.page-blog-m88x-official-website-features__faq-answer p {
  margin-top: 10px;
  margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-blog-m88x-official-website-features__hero-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }

  .page-blog-m88x-official-website-features__hero-description {
    font-size: 1rem;
  }

  .page-blog-m88x-official-website-features__image-with-text {
    flex-direction: column;
    text-align: center;
  }

  .page-blog-m88x-official-website-features__image-with-text--reverse {
    flex-direction: column;
  }

  .page-blog-m88x-official-website-features__content-image {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-blog-m88x-official-website-features {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-m88x-official-website-features__hero-section {
    padding-bottom: 40px;
  }

  .page-blog-m88x-official-website-features__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-m88x-official-website-features__btn-primary,
  .page-blog-m88x-official-website-features__btn-secondary {
    width: 100% !important;
    padding: 12px 20px;
    font-size: 0.95rem;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-m88x-official-website-features__section {
    padding: 40px 0;
  }

  .page-blog-m88x-official-website-features__section-title {
    font-size: clamp(1.6rem, 6vw, 2.2rem);
    margin-bottom: 30px;
  }

  .page-blog-m88x-official-website-features__sub-title {
    font-size: clamp(1.2rem, 5vw, 1.6rem);
    margin-top: 25px;
  }

  .page-blog-m88x-official-website-features__item-title {
    font-size: clamp(1.1rem, 4.5vw, 1.4rem);
  }

  .page-blog-m88x-official-website-features__text-block,
  .page-blog-m88x-official-website-features__list-item,
  .page-blog-m88x-official-website-features__faq-answer p {
    font-size: 0.95rem;
  }

  .page-blog-m88x-official-website-features__image-with-text {
    gap: 20px;
  }

  .page-blog-m88x-official-website-features img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-m88x-official-website-features__section,
  .page-blog-m88x-official-website-features__container,
  .page-blog-m88x-official-website-features__image-with-text,
  .page-blog-m88x-official-website-features__content-area,
  .page-blog-m88x-official-website-features__hero-content,
  .page-blog-m88x-official-website-features__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important;
  }

  .page-blog-m88x-official-website-features__hero-section {
    padding-top: 10px !important;
  }

  .page-blog-m88x-official-website-features__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-blog-m88x-official-website-features__faq-toggle {
    font-size: 1.3rem;
  }

  .page-blog-m88x-official-website-features__faq-answer {
    padding: 0 20px 15px 20px;
  }
}