.testimonials-page {
  background: #ffffff;
  color: #0f0f0f;
  font-family: "Circe", "Tahoma", "Arial", sans-serif;
  overflow-x: hidden;
}

.testimonials {
  max-width: 1220px;
  margin: 0 auto;
  padding: 20px 24px 120px;
  position: relative;
}

.blog-index__breadcrumbs {
  font-size: 12px;
  color: #6b6b6b;
  letter-spacing: 0.02em;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-index__breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.testimonials-hero {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 300px;
  background-image: url("/Bridges_files/testimonials-hero.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-start;
  padding: 36px 40px;
  color: #ffffff;
}

.testimonials-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(19, 20, 33, 0.65) 0%, rgba(19, 20, 33, 0.2) 55%, rgba(19, 20, 33, 0.6) 100%);
}

.testimonials-hero__content {
  position: relative;
  z-index: 1;
  max-width: 520px;
}

.testimonials-hero__content h1 {
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: 500;
  font-family: "Metal5", "Circe", "Tahoma", "Arial", sans-serif;
}

.testimonials-hero__content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}

.testimonials-features {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.testimonials-feature {
  border-radius: 0;
  border: none;
  background: transparent;
  padding: 12px 18px;
  position: relative;
}

.testimonials-feature h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-family: "Metal5", "Circe", "Tahoma", "Arial", sans-serif;
}

.testimonials-feature p {
  margin: 0;
  color: #4b4f58;
  font-size: 13px;
  line-height: 1.5;
}

.testimonials-feature__icon {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f0f2f7;
  color: #2b5cff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
}

.testimonials-feature__icon svg {
  width: 14px;
  height: 14px;
}

.testimonials-feature + .testimonials-feature {
  border-left: 1px solid #e1e4ec;
}

@media (max-width: 640px) {
  .testimonials {
    padding: 28px 16px 80px;
  }

  .testimonials-hero {
    min-height: 240px;
    padding: 24px;
    border-radius: 20px;
  }

  .testimonials-hero__content h1 {
    font-size: 24px;
  }

  .testimonials-features {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-left: -16px;
    margin-right: -16px;
  }

  .testimonials-feature {
    padding: 16px;
  }

  .testimonials-feature + .testimonials-feature {
    border-left: none;
    border-top: 1px solid #e1e4ec;
  }
}

.testimonials-wall {
  margin-top: 36px;
  position: relative;
  padding: 36px 0 44px;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.testimonials-wall::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #f9f9f9;
  z-index: 0;
}

.testimonials-wall__inner {
  position: relative;
  z-index: 1;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 24px;
}

.testimonials-wall__inner h2 {
  margin: 0 0 20px;
  font-size: 22px;
  font-family: "Metal5", "Circe", "Tahoma", "Arial", sans-serif;
}

.testimonials-wall__columns {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.testimonials-wall__column {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.testimonials-wall__card {
  background: #ffffff;
  border-radius: 16px;
  padding: 22px;
  border: 1px solid #ebeef5;
  position: relative;
  display: block;
  width: 100%;
}

.testimonials-wall__card p {
  margin: 0 0 20px;
  font-size: 15px;
  color: #2f2f2f;
  line-height: 1.5;
}

.testimonials-wall__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.testimonials-wall__meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonials-wall__meta strong {
  display: block;
  font-size: 14px;
  color: #2b5cff;
}

.testimonials-wall__meta span {
  display: block;
  font-size: 12px;
  color: #8a8f99;
}

.testimonials-wall__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
}

.testimonials-wall__quote {
  width: 24px;
  height: 24px;
  opacity: 0.5;
  flex: 0 0 auto;
}

@media (max-width: 900px) {
  .testimonials-wall__columns {
    gap: 16px;
  }

  .testimonials-wall__column {
    flex: 1 1 calc(50% - 8px);
  }
}

@media (max-width: 640px) {
  .testimonials-wall {
    padding: 28px 0 32px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .testimonials-wall__inner {
    padding: 0 16px;
  }

  .testimonials-wall__columns {
    flex-direction: column;
  }

  .testimonials-wall__column {
    flex: 1 1 100%;
  }
}
