.page-download-mb666-mobile-app-features {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default text color for light background */
  line-height: 1.6;
  background-color: var(--secondary-color); /* Matches body background */
}

.page-download-mb666-mobile-app-features__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-download-mb666-mobile-app-features__section-title {
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-download-mb666-mobile-app-features__section-description {
  font-size: 18px;
  color: #555555;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-download-mb666-mobile-app-features__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px);
  background: linear-gradient(135deg, #26A9E0, #FFFFFF);
  color: #000000;
}

.page-download-mb666-mobile-app-features__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-download-mb666-mobile-app-features__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-download-mb666-mobile-app-features__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-download-mb666-mobile-app-features__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-download-mb666-mobile-app-features__hero-content h1 {
  font-size: 48px;
  color: #000000;
  margin-bottom: 20px;
  line-height: 1.1;
}

.page-download-mb666-mobile-app-features__hero-content p {
  font-size: 20px;
  color: #333333;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-download-mb666-mobile-app-features__cta-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-download-mb666-mobile-app-features__cta-button {
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-download-mb666-mobile-app-features__cta-button--primary {
  background: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-download-mb666-mobile-app-features__cta-button--primary:hover {
  background: #1e87c0;
  border-color: #1e87c0;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-download-mb666-mobile-app-features__cta-button--secondary {
  background: #EA7C07;
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-download-mb666-mobile-app-features__cta-button--secondary:hover {
  background: #c76706;
  border-color: #c76706;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-download-mb666-mobile-app-features__features-overview,
.page-download-mb666-mobile-app-features__download-guide,
.page-download-mb666-mobile-app-features__faq {
  padding: 80px 0;
  background-color: #FFFFFF;
}

.page-download-mb666-mobile-app-features__benefits,
.page-download-mb666-mobile-app-features__testimonials,
.page-download-mb666-mobile-app-features__cta-bottom {
  padding: 80px 0;
  background-color: #26A9E0;
  color: #ffffff;
}

.page-download-mb666-mobile-app-features__benefits .page-download-mb666-mobile-app-features__section-title,
.page-download-mb666-mobile-app-features__testimonials .page-download-mb666-mobile-app-features__section-title,
.page-download-mb666-mobile-app-features__cta-bottom .page-download-mb666-mobile-app-features__section-title {
  color: #ffffff;
}

.page-download-mb666-mobile-app-features__benefits p,
.page-download-mb666-mobile-app-features__testimonials p,
.page-download-mb666-mobile-app-features__cta-bottom p {
  color: #f0f0f0;
}

.page-download-mb666-mobile-app-features__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-download-mb666-mobile-app-features__feature-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e0e0;
}

.page-download-mb666-mobile-app-features__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-download-mb666-mobile-app-features__feature-card img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px auto;
  border-radius: 8px;
  object-fit: cover;
}

.page-download-mb666-mobile-app-features__card-title {
  font-size: 24px;
  font-weight: 700;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-download-mb666-mobile-app-features__benefit-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-download-mb666-mobile-app-features__benefit-list li {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}

.page-download-mb666-mobile-app-features__benefit-list li:hover {
  background: rgba(255, 255, 255, 0.25);
}

.page-download-mb666-mobile-app-features__benefit-item-title {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}

.page-download-mb666-mobile-app-features__cta-center {
  text-align: center;
  margin-top: 50px;
}

.page-download-mb666-mobile-app-features__step-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-download-mb666-mobile-app-features__step-item {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #eeeeee;
}

.page-download-mb666-mobile-app-features__step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #26A9E0;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-download-mb666-mobile-app-features__step-title {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
}

.page-download-mb666-mobile-app-features__testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-download-mb666-mobile-app-features__testimonial-card {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-download-mb666-mobile-app-features__testimonial-text {
  font-style: italic;
  margin-bottom: 15px;
  color: #f0f0f0;
}

.page-download-mb666-mobile-app-features__testimonial-author {
  font-weight: bold;
  color: #ffffff;
}

/* FAQ styles */
.page-download-mb666-mobile-app-features__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-download-mb666-mobile-app-features__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.page-download-mb666-mobile-app-features__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
  padding: 0 15px;
  opacity: 0;
}

.page-download-mb666-mobile-app-features__faq-item.active .page-download-mb666-mobile-app-features__faq-answer {
  max-height: 2000px !important;
  padding: 20px 15px !important;
  opacity: 1;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
}

.page-download-mb666-mobile-app-features__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-download-mb666-mobile-app-features__faq-question:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
}

.page-download-mb666-mobile-app-features__faq-question:active {
  background: #eeeeee;
}

.page-download-mb666-mobile-app-features__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
}

.page-download-mb666-mobile-app-features__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #666;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.page-download-mb666-mobile-app-features__faq-item.active .page-download-mb666-mobile-app-features__faq-toggle {
  color: #333;
  transform: rotate(45deg);
}

.page-download-mb666-mobile-app-features__cta-bottom-content {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-download-mb666-mobile-app-features__hero-content h1 {
    font-size: 40px;
  }
  .page-download-mb666-mobile-app-features__section-title {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .page-download-mb666-mobile-app-features__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-download-mb666-mobile-app-features__hero-image img {
    border-radius: 4px;
  }
  .page-download-mb666-mobile-app-features__hero-content h1 {
    font-size: 32px;
  }
  .page-download-mb666-mobile-app-features__hero-content p {
    font-size: 18px;
  }
  .page-download-mb666-mobile-app-features__cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-download-mb666-mobile-app-features__cta-button,
  .page-download-mb666-mobile-app-features__cta-button--primary,
  .page-download-mb666-mobile-app-features__cta-button--secondary,
  .page-download-mb666-mobile-app-features a[class*="button"],
  .page-download-mb666-mobile-app-features 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-left: 15px;
    padding-right: 15px;
  }
  .page-download-mb666-mobile-app-features__section-title {
    font-size: 28px;
  }
  .page-download-mb666-mobile-app-features__section-description {
    font-size: 16px;
  }
  .page-download-mb666-mobile-app-features__feature-card,
  .page-download-mb666-mobile-app-features__benefit-list li,
  .page-download-mb666-mobile-app-features__step-item,
  .page-download-mb666-mobile-app-features__testimonial-card {
    padding: 20px;
  }
  .page-download-mb666-mobile-app-features__feature-card img,
  .page-download-mb666-mobile-app-features img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-download-mb666-mobile-app-features__section,
  .page-download-mb666-mobile-app-features__card,
  .page-download-mb666-mobile-app-features__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-download-mb666-mobile-app-features__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }
  .page-download-mb666-mobile-app-features__faq-question h3 {
    font-size: 15px;
    margin-bottom: 0;
    width: calc(100% - 40px);
  }
  .page-download-mb666-mobile-app-features__faq-toggle {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
  .page-download-mb666-mobile-app-features__faq-answer {
    padding: 0 15px;
  }
  .page-download-mb666-mobile-app-features__faq-item.active .page-download-mb666-mobile-app-features__faq-answer {
    padding: 15px !important;
  }
}