.page-index-user-testimonials {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #121212; /* Very dark background */
}

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

.page-index-user-testimonials__hero {
  background: linear-gradient(135deg, #1A2E4E, #3a5c8e); /* Dark blue gradient */
  color: #FFD700; /* Gold for main title */
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #FFD700;
}

.page-index-user-testimonials__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract_geometric_pattern,dark_blue,gold_accents]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-index-user-testimonials__hero > * {
  position: relative;
  z-index: 1;
}

.page-index-user-testimonials__title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700; /* Gold for title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-user-testimonials__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #E0E0E0; /* Light gray for subtitle */
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-user-testimonials__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #1A2E4E; /* Dark blue text on gold */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-index-user-testimonials__cta-button:hover {
  background-color: #e5c100; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-index-user-testimonials__section {
  padding: 60px 0;
  background-color: #1A2E4E; /* Dark blue for sections */
  color: #E0E0E0; /* Light gray text */
  border-bottom: 1px solid rgba(255, 215, 0, 0.2);
}

.page-index-user-testimonials__section:nth-of-type(even) {
  background-color: #0d1a2e; /* Slightly darker blue for alternating sections */
}

.page-index-user-testimonials__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-index-user-testimonials__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-index-user-testimonials__intro p {
  font-size: 1.1em;
  text-align: justify;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-user-testimonials__image {
  display: block;
  margin: 40px auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  object-fit: cover;
}

.page-index-user-testimonials__image--large {
  max-height: 500px;
}

.page-index-user-testimonials__image--medium {
  max-height: 400px;
}

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

.page-index-user-testimonials__highlight-card {
  background-color: #2a4165; /* Darker blue for cards */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-left: 5px solid #FFD700;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-user-testimonials__highlight-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-index-user-testimonials__highlight-title {
  color: #FFD700; /* Gold for card titles */
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-index-user-testimonials__highlight-card p {
  font-size: 1em;
  color: #C0C0C0;
}

.page-index-user-testimonials__user-name {
  font-style: italic;
  color: #a0a0a0;
  display: block;
  margin-top: 10px;
}

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

.page-index-user-testimonials__testimonial-item {
  background-color: #2a4165; /* Darker blue for testimonial items */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-index-user-testimonials__avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #FFD700;
  margin-bottom: 20px;
}

.page-index-user-testimonials__testimonial-content {
  flex-grow: 1;
}

.page-index-user-testimonials__testimonial-text {
  font-size: 1.1em;
  color: #E0E0E0;
  margin-bottom: 15px;
}

.page-index-user-testimonials__rating {
  color: #FFD700; /* Gold for stars */
  font-size: 1.2em;
  font-weight: bold;
}

.page-index-user-testimonials__rating .page-index-user-testimonials__user-name {
  color: #a0a0a0;
  font-size: 0.9em;
  font-weight: normal;
  margin-left: 10px;
}

.page-index-user-testimonials__more-feedback {
  text-align: center;
  font-size: 1.2em;
  margin-top: 50px;
  margin-bottom: 30px;
  color: #FFD700;
}

.page-index-user-testimonials__cta-button--secondary {
  background-color: transparent;
  border: 2px solid #FFD700;
  color: #FFD700;
}

.page-index-user-testimonials__cta-button--secondary:hover {
  background-color: #FFD700;
  color: #1A2E4E;
}

.page-index-user-testimonials__faq {
  background-color: #121212;
}

.page-index-user-testimonials__faq-item {
  background-color: #1A2E4E;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-index-user-testimonials__faq-question {
  font-size: 1.3em;
  color: #FFD700; /* Gold for FAQ questions */
  margin-bottom: 10px;
}

.page-index-user-testimonials__faq-answer {
  color: #E0E0E0;
  font-size: 1em;
}

.page-index-user-testimonials__link {
  color: #FFD700; /* Gold for links */
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-index-user-testimonials__link:hover {
  color: #e5c100;
  text-decoration: underline;
}

.page-index-user-testimonials__cta-final {
  text-align: center;
  padding: 80px 0;
  background: linear-gradient(45deg, #1A2E4E, #0d1a2e);
  border-top: 5px solid #FFD700;
}

.page-index-user-testimonials__cta-final .page-index-user-testimonials__section-title {
  color: #FFD700;
}

.page-index-user-testimonials__cta-final p {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #C0C0C0;
}

.page-index-user-testimonials__button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-index-user-testimonials__cta-button--outline {
  background-color: transparent;
  border: 2px solid #FFD700;
  color: #FFD700;
}

.page-index-user-testimonials__cta-button--outline:hover {
  background-color: #FFD700;
  color: #1A2E4E;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-index-user-testimonials__title {
    font-size: 2.5em;
  }

  .page-index-user-testimonials__subtitle {
    font-size: 1em;
  }

  .page-index-user-testimonials__section-title {
    font-size: 2em;
  }

  .page-index-user-testimonials__grid,
  .page-index-user-testimonials__testimonial-card-grid {
    grid-template-columns: 1fr;
  }

  .page-index-user-testimonials__highlight-card {
    padding: 20px;
  }

  .page-index-user-testimonials__testimonial-item {
    padding: 20px;
  }

  .page-index-user-testimonials__button-group {
    flex-direction: column;
    align-items: center;
  }

  .page-index-user-testimonials__cta-button {
    width: 80%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .page-index-user-testimonials__title {
    font-size: 2em;
  }

  .page-index-user-testimonials__section-title {
    font-size: 1.8em;
  }

  .page-index-user-testimonials__hero,
  .page-index-user-testimonials__section,
  .page-index-user-testimonials__cta-final {
    padding: 40px 0;
  }

  .page-index-user-testimonials__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-index-user-testimonials__faq-question {
    font-size: 1.1em;
  }
}