/* style/blog-mot88-official-home-new-features-preview.css */

/* Base styles and typography */
.page-blog-mot88-official-home-new-features-preview {
  color: #ffffff; /* Body background is dark #1a1a2e, so text should be light */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: transparent; /* Rely on body background from shared.css */
}

.page-blog-mot88-official-home-new-features-preview__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #1a1a2e; /* Ensure content area matches body background for consistency */
}

.page-blog-mot88-official-home-new-features-preview__section-title {
  font-size: 2.5em;
  font-weight: bold;
  color: #26A9E0;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.2;
}

.page-blog-mot88-official-home-new-features-preview__sub-title {
  font-size: 1.8em;
  font-weight: bold;
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-blog-mot88-official-home-new-features-preview__text-block {
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-blog-mot88-official-home-new-features-preview__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-blog-mot88-official-home-new-features-preview__numbered-list {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-blog-mot88-official-home-new-features-preview__list-item {
  margin-bottom: 10px;
}

.page-blog-mot88-official-home-new-features-preview__link {
  color: #26A9E0;
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-block;
  margin-top: 10px;
}

.page-blog-mot88-official-home-new-features-preview__link:hover {
  color: #4dc3ff;
}

/* Hero Section */
.page-blog-mot88-official-home-new-features-preview__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0 60px 0; /* body already handles padding-top, this is for decoration */
  text-align: center;
  overflow: hidden;
}

.page-blog-mot88-official-home-new-features-preview__hero-image-wrapper {
  width: 100%;
  max-height: 700px; /* Limit height for hero image */
  overflow: hidden;
}

.page-blog-mot88-official-home-new-features-preview__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly dim the image for text readability */
}

.page-blog-mot88-official-home-new-features-preview__hero-content {
  max-width: 900px;
  margin-top: 40px;
  padding: 0 20px;
}

.page-blog-mot88-official-home-new-features-preview__main-title {
  font-size: clamp(2em, 4vw, 3.5em); /* Responsive H1 font size */
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.page-blog-mot88-official-home-new-features-preview__hero-description {
  font-size: 1.1em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-blog-mot88-official-home-new-features-preview__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-blog-mot88-official-home-new-features-preview__btn-primary,
.page-blog-mot88-official-home-new-features-preview__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%; /* Ensure buttons are responsive */
  text-align: center;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word;
}

.page-blog-mot88-official-home-new-features-preview__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-mot88-official-home-new-features-preview__btn-primary:hover {
  background-color: #1f8ec7;
  border-color: #1f8ec7;
}

.page-blog-mot88-official-home-new-features-preview__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-mot88-official-home-new-features-preview__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

/* Image styles */
.page-blog-mot88-official-home-new-features-preview__image-content {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}

/* Dark Section */
.page-blog-mot88-official-home-new-features-preview__dark-section {
  background-color: #131320; /* Slightly different dark background */
  padding: 60px 0;
}

.page-blog-mot88-official-home-new-features-preview__dark-section .page-blog-mot88-official-home-new-features-preview__section-title,
.page-blog-mot88-official-home-new-features-preview__dark-section .page-blog-mot88-official-home-new-features-preview__sub-title {
  color: #26A9E0;
}

.page-blog-mot88-official-home-new-features-preview__dark-section .page-blog-mot88-official-home-new-features-preview__text-block,
.page-blog-mot88-official-home-new-features-preview__dark-section .page-blog-mot88-official-home-new-features-preview__list-item {
  color: #e0e0e0;
}

/* App Download Section */
.page-blog-mot88-official-home-new-features-preview__app-download-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
  justify-content: center;
}

.page-blog-mot88-official-home-new-features-preview__app-download-section .page-blog-mot88-official-home-new-features-preview__image-content {
  flex: 1 1 400px;
  max-width: 500px;
  margin: 0;
}

.page-blog-mot88-official-home-new-features-preview__app-text {
  flex: 1 1 400px;
  max-width: 600px;
  color: #f0f0f0;
}

.page-blog-mot88-official-home-new-features-preview__app-text p {
  font-size: 1.1em;
  margin-bottom: 20px;
}

/* FAQ Section */
.page-blog-mot88-official-home-new-features-preview__faq-section {
  padding: 60px 20px;
}

.page-blog-mot88-official-home-new-features-preview__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-mot88-official-home-new-features-preview__faq-item {
  background-color: rgba(255, 255, 255, 0.05); /* Slightly transparent white for contrast */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-blog-mot88-official-home-new-features-preview__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-weight: bold;
  font-size: 1.15em;
  color: #ffffff;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.08);
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-mot88-official-home-new-features-preview__faq-item details > summary::-webkit-details-marker {
  display: none;
}

.page-blog-mot88-official-home-new-features-preview__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.page-blog-mot88-official-home-new-features-preview__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #26A9E0;
  transition: transform 0.3s ease;
}

.page-blog-mot88-official-home-new-features-preview__faq-item[open] .page-blog-mot88-official-home-new-features-preview__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-mot88-official-home-new-features-preview__faq-answer {
  padding: 15px 25px 20px 25px;
  font-size: 1em;
  color: #e0e0e0;
  line-height: 1.6;
  background-color: rgba(255, 255, 255, 0.03);
}

/* Final CTA */
.page-blog-mot88-official-home-new-features-preview__cta-buttons--final {
  margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-mot88-official-home-new-features-preview__main-title {
    font-size: clamp(2em, 5vw, 3em);
  }

  .page-blog-mot88-official-home-new-features-preview__section-title {
    font-size: 2em;
  }
}

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

  .page-blog-mot88-official-home-new-features-preview__hero-section {
    padding: 10px 15px 40px 15px; /* body already handles padding-top */
  }

  .page-blog-mot88-official-home-new-features-preview__hero-content,
  .page-blog-mot88-official-home-new-features-preview__content-area,
  .page-blog-mot88-official-home-new-features-preview__faq-list {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-mot88-official-home-new-features-preview__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }

  .page-blog-mot88-official-home-new-features-preview__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-blog-mot88-official-home-new-features-preview__sub-title {
    font-size: 1.4em;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-mot88-official-home-new-features-preview__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-mot88-official-home-new-features-preview__btn-primary,
  .page-blog-mot88-official-home-new-features-preview__btn-secondary,
  .page-blog-mot88-official-home-new-features-preview a[class*="button"],
  .page-blog-mot88-official-home-new-features-preview 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: 12px 20px; /* Adjust padding for smaller screens */
  }

  .page-blog-mot88-official-home-new-features-preview__image-content {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 20px auto !important;
  }

  .page-blog-mot88-official-home-new-features-preview__app-download-section {
    flex-direction: column;
    gap: 20px;
  }

  .page-blog-mot88-official-home-new-features-preview__app-download-section .page-blog-mot88-official-home-new-features-preview__image-content,
  .page-blog-mot88-official-home-new-features-preview__app-text {
    max-width: 100% !important;
    flex: none;
  }

  .page-blog-mot88-official-home-new-features-preview__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-blog-mot88-official-home-new-features-preview__faq-answer {
    padding: 10px 20px 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-blog-mot88-official-home-new-features-preview__main-title {
    font-size: clamp(1.5em, 8vw, 2em);
  }

  .page-blog-mot88-official-home-new-features-preview__section-title {
    font-size: 1.5em;
  }

  .page-blog-mot88-official-home-new-features-preview__sub-title {
    font-size: 1.2em;
  }

  .page-blog-mot88-official-home-new-features-preview__hero-description {
    font-size: 1em;
  }
}