/* style/index-user-testimonials-trust.css */
.page-index-user-testimonials-trust {
  font-family: 'Arial', sans-serif;
  color: #F8F8F8; /* Light text for dark background */
  background-color: #1A202C;
  line-height: 1.6;
}

.page-index-user-testimonials-trust__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-user-testimonials-trust__hero {
  background: linear-gradient(135deg, #1A202C 0%, #3a414d 100%);
  padding: 80px 0 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-index-user-testimonials-trust__hero-title {
  font-size: 3.2em;
  color: #E0B400;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-user-testimonials-trust__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px;
  color: #E6E6E6;
}

.page-index-user-testimonials-trust__hero-actions {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-index-user-testimonials-trust__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-index-user-testimonials-trust__btn--primary {
  background-color: #E0B400;
  color: #1A202C;
}

.page-index-user-testimonials-trust__btn--primary:hover {
  background-color: #FFD700;
  transform: translateY(-2px);
}

.page-index-user-testimonials-trust__btn--secondary {
  background-color: transparent;
  color: #E0B400;
  border: 2px solid #E0B400;
}

.page-index-user-testimonials-trust__btn--secondary:hover {
  background-color: #E0B400;
  color: #1A202C;
  transform: translateY(-2px);
}

.page-index-user-testimonials-trust__hero-image-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.page-index-user-testimonials-trust__hero-image {
  max-width: 90%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-index-user-testimonials-trust__section-title {
  font-size: 2.5em;
  color: #E0B400;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 60px;
}

.page-index-user-testimonials-trust__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
  color: #CCCCCC;
}

.page-index-user-testimonials-trust__why-trust {
  padding: 60px 0;
  background-color: #1A202C;
}

.page-index-user-testimonials-trust__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-user-testimonials-trust__feature-item {
  background-color: #2A303C;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-index-user-testimonials-trust__feature-item:hover {
  transform: translateY(-5px);
}

.page-index-user-testimonials-trust__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #E0B400);
}

.page-index-user-testimonials-trust__feature-title {
  font-size: 1.5em;
  color: #E0B400;
  margin-bottom: 15px;
}

.page-index-user-testimonials-trust__feature-text {
  color: #B0B0B0;
  font-size: 0.95em;
}

.page-index-user-testimonials-trust__testimonials {
  padding: 80px 0;
  background-color: #202633;
}

.page-index-user-testimonials-trust__testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-user-testimonials-trust__testimonial-card {
  background-color: #2A303C;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-index-user-testimonials-trust__testimonial-header {
  display: flex;
  align-items: center;
  gap: 15px;
}

.page-index-user-testimonials-trust__testimonial-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #E0B400;
}

.page-index-user-testimonials-trust__testimonial-info {
  text-align: left;
}

.page-index-user-testimonials-trust__testimonial-name {
  font-weight: bold;
  color: #E0B400;
  font-size: 1.1em;
  margin-bottom: 5px;
}

.page-index-user-testimonials-trust__testimonial-rating {
  color: #FFD700;
  font-size: 1.2em;
}

.page-index-user-testimonials-trust__testimonial-quote {
  font-style: italic;
  color: #E6E6E6;
  font-size: 1em;
}

.page-index-user-testimonials-trust__cta-app {
  background: linear-gradient(90deg, #1A202C, #2A303C);
  padding: 80px 0;
  text-align: center;
}

.page-index-user-testimonials-trust__cta-app .page-index-user-testimonials-trust__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.page-index-user-testimonials-trust__cta-content {
  max-width: 700px;
}

.page-index-user-testimonials-trust__cta-title {
  font-size: 2.8em;
  color: #E0B400;
  margin-bottom: 20px;
}

.page-index-user-testimonials-trust__cta-description {
  font-size: 1.1em;
  color: #CCCCCC;
  margin-bottom: 30px;
}

.page-index-user-testimonials-trust__app-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-index-user-testimonials-trust__cta-image-wrapper {
  flex-shrink: 0;
}

.page-index-user-testimonials-trust__cta-image {
  max-width: 350px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.page-index-user-testimonials-trust__faq {
  padding: 80px 0;
  background-color: #1A202C;
}

.page-index-user-testimonials-trust__faq-items {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-user-testimonials-trust__faq-item {
  background-color: #2A303C;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-index-user-testimonials-trust__faq-question {
  font-size: 1.3em;
  color: #E0B400;
  padding: 20px 30px;
  cursor: pointer;
  position: relative;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-index-user-testimonials-trust__faq-question::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-index-user-testimonials-trust__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-index-user-testimonials-trust__faq-answer {
  padding: 0 30px 20px;
  color: #B0B0B0;
  font-size: 1em;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-index-user-testimonials-trust__faq-answer.active {
  max-height: 200px; /* Adjust as needed */
  padding: 0 30px 20px;
}

.page-index-user-testimonials-trust__final-cta {
  padding: 80px 0;
  background-color: #202633;
  text-align: center;
}

.page-index-user-testimonials-trust__final-cta-title {
  font-size: 3em;
  color: #E0B400;
  margin-bottom: 20px;
}

.page-index-user-testimonials-trust__final-cta-description {
  font-size: 1.2em;
  color: #E6E6E6;
  max-width: 800px;
  margin: 0 auto 40px;
}

.page-index-user-testimonials-trust__btn--lg {
  padding: 18px 40px;
  font-size: 1.25em;
}

.page-index-user-testimonials-trust .highlight {
  color: #E0B400;
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .page-index-user-testimonials-trust__cta-app .page-index-user-testimonials-trust__container {
    flex-direction: row;
    text-align: left;
    justify-content: space-between;
  }
  .page-index-user-testimonials-trust__cta-content {
    text-align: left;
  }
  .page-index-user-testimonials-trust__app-buttons {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .page-index-user-testimonials-trust__hero-title {
    font-size: 2.5em;
  }
  .page-index-user-testimonials-trust__section-title,
  .page-index-user-testimonials-trust__cta-title,
  .page-index-user-testimonials-trust__final-cta-title {
    font-size: 2em;
  }
  .page-index-user-testimonials-trust__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-index-user-testimonials-trust__btn {
    width: 80%;
    margin: 0 auto;
  }
  .page-index-user-testimonials-trust__features-grid,
  .page-index-user-testimonials-trust__testimonial-grid {
    grid-template-columns: 1fr;
  }
  .page-index-user-testimonials-trust__cta-image {
    max-width: 250px;
  }
}

@media (max-width: 480px) {
  .page-index-user-testimonials-trust__hero-title {
    font-size: 2em;
  }
  .page-index-user-testimonials-trust__section-title,
  .page-index-user-testimonials-trust__cta-title,
  .page-index-user-testimonials-trust__final-cta-title {
    font-size: 1.8em;
  }
  .page-index-user-testimonials-trust__hero-description,
  .page-index-user-testimonials-trust__section-description,
  .page-index-user-testimonials-trust__cta-description,
  .page-index-user-testimonials-trust__final-cta-description {
    font-size: 1em;
  }
  .page-index-user-testimonials-trust__btn {
    padding: 12px 20px;
    font-size: 1em;
    width: 90%;
  }
  .page-index-user-testimonials-trust__app-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .page-index-user-testimonials-trust__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-index-user-testimonials-trust__faq-answer {
    padding: 0 20px 15px;
  }
}