.page-index-user-testimonials {
  font-family: 'Arial', sans-serif;
  color: #1A2B47; /* Dark blue for main text for good contrast */
  line-height: 1.6;
}

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

.page-index-user-testimonials__hero {
  background: linear-gradient(135deg, #1A2B47 0%, #3a507a 100%); /* Dark blue gradient */
  color: #FFFFFF;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-index-user-testimonials__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:abstract,geometric,patterns,dark_blue,gold]');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

.page-index-user-testimonials__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700; /* Gold for emphasis */
  position: relative;
  z-index: 1;
}

.page-index-user-testimonials__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-index-user-testimonials__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
  border: none;
  position: relative;
  z-index: 1;
}

.page-index-user-testimonials__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #1A2B47; /* Dark blue text on gold */
}

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

.page-index-user-testimonials__btn--secondary {
  background-color: #1A2B47; /* Dark blue button */
  color: #FFD700; /* Gold text on dark blue */
  border: 2px solid #FFD700;
}

.page-index-user-testimonials__btn--secondary:hover {
  background-color: #2b3d61;
  transform: translateY(-2px);
}

.page-index-user-testimonials__btn--tertiary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 20px;
}

.page-index-user-testimonials__btn--tertiary:hover {
  background-color: #FFD700;
  color: #1A2B47;
  transform: translateY(-2px);
}

.page-index-user-testimonials__intro-text {
  padding: 60px 0;
  background-color: #F8F8F8;
  text-align: center;
}

.page-index-user-testimonials__intro-text p {
  max-width: 900px;
  margin: 0 auto 20px auto;
  font-size: 1.1em;
  color: #333333;
}

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

.page-index-user-testimonials__section-title {
  font-size: 2.5em;
  color: #1A2B47;
  text-align: center;
  margin-bottom: 60px;
  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__section-title--light {
  color: #FFFFFF;
}

.page-index-user-testimonials__section-title--light::after {
  background-color: #FFFFFF;
}

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

.page-index-user-testimonials__testimonial-card {
  background-color: #FDFDFD;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

.page-index-user-testimonials__testimonial-name {
  font-size: 1.5em;
  color: #1A2B47;
  margin-bottom: 5px;
}

.page-index-user-testimonials__testimonial-tag {
  color: #555555;
  font-size: 0.95em;
  margin-bottom: 15px;
  display: block;
}

.page-index-user-testimonials__testimonial-quote {
  font-style: italic;
  color: #444444;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-index-user-testimonials__why-kubet {
  background-color: #F0F2F5;
  padding: 80px 0;
}

.page-index-user-testimonials__why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.page-index-user-testimonials__why-item {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}

.page-index-user-testimonials__why-item:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.page-index-user-testimonials__why-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 5px rgba(255, 215, 0, 0.5));
}

.page-index-user-testimonials__why-heading {
  font-size: 1.4em;
  color: #1A2B47;
  margin-bottom: 10px;
}

.page-index-user-testimonials__why-description {
  color: #555555;
  font-size: 0.95em;
}

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

.page-index-user-testimonials__testimonial-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

.page-index-user-testimonials__blockquote {
  background-color: #F8F8F8;
  border-left: 5px solid #FFD700;
  padding: 25px 30px;
  margin: 0;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.page-index-user-testimonials__blockquote p {
  font-style: italic;
  color: #333333;
  margin-bottom: 10px;
}

.page-index-user-testimonials__blockquote cite {
  display: block;
  text-align: right;
  font-weight: bold;
  color: #1A2B47;
  font-style: normal;
  margin-top: 15px;
}

.page-index-user-testimonials__call-to-action {
  background: linear-gradient(135deg, #1A2B47 0%, #3a507a 100%);
  color: #FFFFFF;
  padding: 80px 0;
  text-align: center;
}

.page-index-user-testimonials__cta-content {
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-index-user-testimonials__cta-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-index-user-testimonials__cta-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin-top: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-index-user-testimonials__faq {
  padding: 80px 0;
  background-color: #F8F8F8;
}

.page-index-user-testimonials__faq-item {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}

.page-index-user-testimonials__faq-item:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.page-index-user-testimonials__faq-question {
  font-size: 1.3em;
  color: #1A2B47;
  margin-bottom: 10px;
}

.page-index-user-testimonials__faq-answer {
  color: #444444;
}

.page-index-user-testimonials__link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

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

.page-index-user-testimonials__final-cta {
  background-color: #1A2B47;
  color: #FFFFFF;
  padding: 100px 0;
  text-align: center;
}

.page-index-user-testimonials__final-cta-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

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

  .page-index-user-testimonials__hero-subtitle {
    font-size: 1.1em;
  }

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

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

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

  .page-index-user-testimonials__btn--tertiary {
    margin-left: 0;
    margin-top: 15px;
  }

  .page-index-user-testimonials__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
}

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

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

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

  .page-index-user-testimonials__testimonial-avatar {
    width: 70px;
    height: 70px;
  }

  .page-index-user-testimonials__testimonial-name {
    font-size: 1.3em;
  }

  .page-index-user-testimonials__blockquote,
  .page-index-user-testimonials__faq-item {
    padding: 20px;
  }

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