.l-section.c-results {
  padding: 0;
}
.c-results__shell {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  border-top: 1px solid rgba(104, 117, 247, 0.18);
  border-bottom: 1px solid rgba(104, 117, 247, 0.18);
  background-color: rgba(104, 117, 247, 0.06);
  background-image:
    linear-gradient(rgba(104, 117, 247, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104, 117, 247, 0.1) 1px, transparent 1px),
    radial-gradient(ellipse 90% 80% at 50% 50%, rgba(104, 117, 247, 0.18), rgba(9, 9, 11, 0.45));
  background-size: 32px 32px, 32px 32px, 100% 100%;
  padding: 80px 0 96px;
}

.c-results__inner {
  width: 100%;
}

.c-results .l-section__head {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 64px;
}

.c-results .l-section__head .l-section__title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.c-results .l-section__head .l-section__sub {
  font-family: 'Poppins', sans-serif;
}

.c-testimonial-card {
  background: rgba(9, 9, 11, 0.35);
  border: 1px solid rgba(104, 117, 247, 0.14);
  border-radius: 14px;
  padding: 20px 18px 22px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 100%;
}

.c-testimonial-card__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.c-testimonial-card__name {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #f0f0f4;
  text-align: center;
  letter-spacing: -0.01em;
}

.c-testimonial-card__company {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--cdb-primary, #6875F7);
  text-align: center;
}

.c-testimonial-card__quote {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8125rem;
  color: #9a9aaa;
  line-height: 1.6;
  text-align: center;
  margin-top: 4px;
  padding: 0 2px;
}

.c-testimonial-card__media {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  width: 88%;
  max-width: 240px;
  border-radius: 10px;
  overflow: hidden;
}

.c-testimonial-card__media .c-video {
  border-radius: 12px;
}

@media (max-width: 768px) {
  .c-results__shell {
    padding: 64px 0 80px;
  }

  .c-results .l-section__head {
    margin-bottom: 48px;
  }
}
