/* style/resources-u888vip-app-latest-features.css */
.page-resources-u888vip-app-latest-features {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* Body background handled by shared.css */
}

.page-resources-u888vip-app-latest-features__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-u888vip-app-latest-features__hero-section {
  position: relative;
  padding: 80px 0;
  padding-top: var(--header-offset, 120px);
  text-align: center;
  display: flex;
  align-items: center;
  min-height: 600px; /* Ensure hero section has a decent height */
  background-color: #017439; /* Brand color as background */
  color: #ffffff;
}

.page-resources-u888vip-app-latest-features__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
}

.page-resources-u888vip-app-latest-features__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-resources-u888vip-app-latest-features__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  color: #017439; /* Brand color for titles on light background */
}

.page-resources-u888vip-app-latest-features__section-intro {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 50px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-u888vip-app-latest-features__dark-bg {
  background-color: #017439;
  color: #ffffff;
}

.page-resources-u888vip-app-latest-features__dark-bg .page-resources-u888vip-app-latest-features__section-title {
  color: #ffffff;
}

.page-resources-u888vip-app-latest-features__dark-bg .page-resources-u888vip-app-latest-features__section-intro {
  color: #f0f0f0;
}

.page-resources-u888vip-app-latest-features__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-u888vip-app-latest-features__light-bg .page-resources-u888vip-app-latest-features__section-title {
  color: #017439;
}

.page-resources-u888vip-app-latest-features__light-bg .page-resources-u888vip-app-latest-features__section-intro {
  color: #555555;
}

/* Buttons */
.page-resources-u888vip-app-latest-features__btn-primary,
.page-resources-u888vip-app-latest-features__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  margin: 10px;
  min-width: 200px; /* Ensure buttons are not too small */
  text-align: center;
  box-sizing: border-box;
}

.page-resources-u888vip-app-latest-features__btn-primary {
  background-color: #C30808; /* Custom color for primary button */
  color: #FFFF00; /* Custom color for primary button text */
  border: 2px solid #C30808;
}

.page-resources-u888vip-app-latest-features__btn-primary:hover {
  background-color: #a30606;
  border-color: #a30606;
}

.page-resources-u888vip-app-latest-features__btn-secondary {
  background-color: transparent;
  color: #ffffff; /* Text color for secondary button on dark bg */
  border: 2px solid #ffffff;
}

.page-resources-u888vip-app-latest-features__dark-bg .page-resources-u888vip-app-latest-features__btn-secondary {
  color: #ffffff;
  border-color: #ffffff;
}

.page-resources-u888vip-app-latest-features__light-bg .page-resources-u888vip-app-latest-features__btn-secondary {
  color: #017439;
  border-color: #017439;
}

.page-resources-u888vip-app-latest-features__btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.page-resources-u888vip-app-latest-features__light-bg .page-resources-u888vip-app-latest-features__btn-secondary:hover {
  background-color: rgba(1, 116, 57, 0.1);
}

.page-resources-u888vip-app-latest-features__cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.page-resources-u888vip-app-latest-features__cta-buttons--center {
  margin-top: 50px;
}

/* Feature Grid */
.page-resources-u888vip-app-latest-features__features-overview {
  padding: 80px 0;
}

.page-resources-u888vip-app-latest-features__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-u888vip-app-latest-features__feature-card {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: #333333;
}

.page-resources-u888vip-app-latest-features__feature-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px; /* Enforce min image size */
  min-height: 200px; /* Enforce min image size */
  object-fit: cover;
}

.page-resources-u888vip-app-latest-features__card-title {
  font-size: 1.4em;
  margin-bottom: 15px;
  font-weight: bold;
  color: #017439;
}

.page-resources-u888vip-app-latest-features__card-description {
  font-size: 1em;
  color: #555555;
}

/* Benefits Section */
.page-resources-u888vip-app-latest-features__benefits-section {
  padding: 80px 0;
}

.page-resources-u888vip-app-latest-features__benefits-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-u888vip-app-latest-features__benefit-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.page-resources-u888vip-app-latest-features__benefit-title {
  font-size: 1.4em;
  margin-bottom: 15px;
  font-weight: bold;
  color: #ffffff;
}

.page-resources-u888vip-app-latest-features__benefit-description {
  font-size: 1em;
  color: #f0f0f0;
}

/* Download Guide */
.page-resources-u888vip-app-latest-features__download-guide {
  padding: 80px 0;
}

.page-resources-u888vip-app-latest-features__download-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-resources-u888vip-app-latest-features__step-card {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: #333333;
}

.page-resources-u888vip-app-latest-features__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px; /* Enforce min image size */
  min-height: 200px; /* Enforce min image size */
  object-fit: cover;
}

.page-resources-u888vip-app-latest-features__step-card ol {
  text-align: left;
  padding-left: 20px;
  margin-top: 15px;
  color: #555555;
}

.page-resources-u888vip-app-latest-features__step-card ol li {
  margin-bottom: 10px;
}

/* FAQ Section */
.page-resources-u888vip-app-latest-features__faq-section {
  padding: 80px 0;
}

.page-resources-u888vip-app-latest-features__faq-list {
  max-width: 900px;
  margin: 50px auto 0 auto;
}

.page-resources-u888vip-app-latest-features__faq-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-u888vip-app-latest-features__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-u888vip-app-latest-features__faq-question::-webkit-details-marker {
  display: none;
}

.page-resources-u888vip-app-latest-features__faq-item summary {
  list-style: none;
}

.page-resources-u888vip-app-latest-features__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-resources-u888vip-app-latest-features__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-u888vip-app-latest-features__faq-item[open] .page-resources-u888vip-app-latest-features__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-u888vip-app-latest-features__faq-answer {
  padding: 20px 25px;
  font-size: 1.05em;
  color: #f0f0f0;
  background-color: rgba(255, 255, 255, 0.03);
}

/* Final CTA */
.page-resources-u888vip-app-latest-features__cta-final {
  padding: 80px 0;
  text-align: center;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-u888vip-app-latest-features__hero-title {
    font-size: 2.8em;
  }

  .page-resources-u888vip-app-latest-features__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-u888vip-app-latest-features__hero-section {
    padding: 60px 0;
    padding-top: var(--header-offset, 120px) !important;
    min-height: 400px;
  }

  .page-resources-u888vip-app-latest-features__hero-title {
    font-size: 2.2em;
  }

  .page-resources-u888vip-app-latest-features__hero-description {
    font-size: 1em;
  }

  .page-resources-u888vip-app-latest-features__section-title {
    font-size: 1.8em;
  }

  .page-resources-u888vip-app-latest-features__section-intro {
    font-size: 0.95em;
  }

  .page-resources-u888vip-app-latest-features__btn-primary,
  .page-resources-u888vip-app-latest-features__btn-secondary,
  .page-resources-u888vip-app-latest-features a[class*="button"],
  .page-resources-u888vip-app-latest-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;
    margin: 10px 0 !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-u888vip-app-latest-features__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-resources-u888vip-app-latest-features__container {
    padding: 0 15px;
  }

  .page-resources-u888vip-app-latest-features img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-u888vip-app-latest-features__feature-card,
  .page-resources-u888vip-app-latest-features__benefit-item,
  .page-resources-u888vip-app-latest-features__step-card {
    padding: 20px;
  }

  .page-resources-u888vip-app-latest-features__feature-grid,
  .page-resources-u888vip-app-latest-features__benefits-list,
  .page-resources-u888vip-app-latest-features__download-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-resources-u888vip-app-latest-features__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-resources-u888vip-app-latest-features__faq-answer {
    padding: 15px 20px;
    font-size: 0.95em;
  }

  .page-resources-u888vip-app-latest-features__section,
  .page-resources-u888vip-app-latest-features__card,
  .page-resources-u888vip-app-latest-features__container,
  .page-resources-u888vip-app-latest-features__hero-section,
  .page-resources-u888vip-app-latest-features__features-overview,
  .page-resources-u888vip-app-latest-features__benefits-section,
  .page-resources-u888vip-app-latest-features__download-guide,
  .page-resources-u888vip-app-latest-features__faq-section,
  .page-resources-u888vip-app-latest-features__cta-final {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important;
  }
}

/* Ensure images in content area are not too small */
.page-resources-u888vip-app-latest-features__feature-image,
.page-resources-u888vip-app-latest-features__step-image {
  min-width: 200px;
  min-height: 200px;
}

@media (max-width: 768px) {
  .page-resources-u888vip-app-latest-features__feature-image,
  .page-resources-u888vip-app-latest-features__step-image {
    min-width: unset;
    min-height: unset;
  }
}

/* No filter on images */
.page-resources-u888vip-app-latest-features img {
  filter: none; /* Prohibit CSS filters on images */
}