/* Redesign — scoped to testimonials sections */
.testimony-section.testimony-section--redesign {
  position: relative;
  background: #f8f9fa;
  background: radial-gradient(circle at 50% 50%, rgba(184, 0, 73, 0.05) 0%, rgba(248, 249, 250, 0) 70%), #f8f9fa;
  padding: 56px 0 64px;
  overflow: visible;
}

.testimony-section--redesign .container {
  position: relative;
  z-index: 1;
}

.testimony-section--redesign .testimony-section__header {
  margin-bottom: 40px;
  text-align: center;
}

.testimony-section--redesign .testimony-section__title {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #191c1d;
  margin: 0;
}

.testimony-section--redesign .testimony-section__line {
  width: 100%;
  max-width: 320px;
  height: 1px;
  margin: 16px auto 0;
  background: linear-gradient(90deg, transparent, #e4bdc2, transparent);
}

.testimony-section--redesign .testimony-section__featured {
  position: relative;
  max-width: 896px;
  margin: 0 auto;
  padding: 32px 16px 24px;
}

.testimony-section--redesign .testimony-section__quote {
  position: absolute;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  color: rgba(184, 0, 73, 0.1);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.testimony-section--redesign .testimony-section__quote--open {
  top: 16px;
  left: -8px;
}

.testimony-section--redesign .carousel-testimony {
  position: relative;
  z-index: 1;
  margin: 0;
}

.testimony-section--redesign .owl-carousel .owl-stage-outer {
  padding: 0;
}

.testimony-section--redesign .testimony-wrap {
  display: block;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 18px;
}

.testimony-section--redesign .testimony-wrap__card {
  position: relative;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(228, 189, 194, 0.2);
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(25, 28, 29, 0.04);
  padding: 28px 24px;
}

.testimony-section--redesign .testimony-wrap .text {
  border-radius: 0;
  margin-bottom: 0;
}

.testimony-section--redesign .testimony-wrap .text p {
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-style: italic;
  font-weight: 400;
  color: #5b3f43;
  text-align: center;
  margin: 0 0 32px;
}

.testimony-section--redesign .testimony-wrap__author {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.testimony-section--redesign .testimony-wrap__accent {
  width: 48px;
  height: 4px;
  background: #b80049;
  margin-bottom: 16px;
}

.testimony-section--redesign .testimony-wrap .name {
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b80049;
  margin: 0 0 4px;
}

.testimony-section--redesign .testimony-wrap .testimony-role {
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5b3f43;
}

.testimony-section--redesign .owl-dots {
  margin-top: 24px;
  text-align: center;
}

.testimony-section--redesign .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: rgba(184, 0, 73, 0.2);
}

.testimony-section--redesign .owl-dots .owl-dot.active,
.testimony-section--redesign .owl-dots .owl-dot:hover {
  background: #b80049;
}

@media (min-width: 768px) {
  .testimony-section.testimony-section--redesign {
    padding: 64px 0 72px;
  }

  .testimony-section--redesign .testimony-section__title {
    font-size: 64px;
    line-height: 1.1;
    letter-spacing: 0.02em;
  }

  .testimony-section--redesign .testimony-section__header {
    margin-bottom: 48px;
  }

  .testimony-section--redesign .testimony-section__featured {
    padding: 40px 56px 28px;
  }

  .testimony-section--redesign .testimony-section__quote {
    font-size: 96px;
  }

  .testimony-section--redesign .testimony-section__quote--open {
    top: 20px;
    left: 8px;
  }

  .testimony-section--redesign .testimony-wrap__card {
    padding: 48px 64px;
  }

  .testimony-section--redesign .testimony-wrap .text p {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .testimony-section--redesign .testimony-section__featured {
    padding: 40px 64px 28px;
  }

  .testimony-section--redesign .testimony-section__quote {
    font-size: 160px;
  }

  .testimony-section--redesign .testimony-section__quote--open {
    top: 24px;
    left: -64px;
  }
}

.testimony-section--redesign.testimony-section--compact {
  padding: 40px 0 48px;
}

.testimony-section--compact .testimony-section__header {
  margin-bottom: 24px;
}

.testimony-section--compact .testimony-section__title {
  font-size: 32px;
}

.testimony-section--compact .testimony-section__line {
  margin-top: 12px;
}

.testimony-section--compact .testimony-section__featured {
  padding: 24px 12px 16px;
}

.testimony-section--compact .testimony-section__quote {
  font-size: 72px;
}

.testimony-section--compact .testimony-section__quote--open {
  top: 12px;
  left: -4px;
}

.testimony-section--compact .testimony-wrap__card {
  padding: 20px 20px;
}

.testimony-section--compact .testimony-wrap .text p {
  font-size: 16px;
  margin-bottom: 20px;
}

.testimony-section--compact .testimony-wrap__accent {
  margin-bottom: 12px;
}

.testimony-section--compact .owl-dots {
  margin-top: 16px;
}

@media (min-width: 768px) {
  .testimony-section--redesign.testimony-section--compact {
    padding: 48px 0 56px;
  }

  .testimony-section--compact .testimony-section__title {
    font-size: 48px;
  }

  .testimony-section--compact .testimony-section__header {
    margin-bottom: 32px;
  }

  .testimony-section--compact .testimony-section__featured {
    padding: 28px 40px 20px;
  }

  .testimony-section--compact .testimony-section__quote {
    font-size: 80px;
  }

  .testimony-section--compact .testimony-section__quote--open {
    top: 16px;
    left: 8px;
  }

  .testimony-section--compact .testimony-wrap__card {
    padding: 32px 48px;
  }

  .testimony-section--compact .testimony-wrap .text p {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .testimony-section--compact .testimony-section__featured {
    padding: 28px 48px 20px;
  }

  .testimony-section--compact .testimony-section__quote {
    font-size: 120px;
  }

  .testimony-section--compact .testimony-section__quote--open {
    top: 16px;
    left: -48px;
  }
}

@media (max-width: 767.98px) {
  .testimony-section.testimony-section--redesign {
    padding: 48px 0 56px;
  }

  .testimony-section--redesign .testimony-section__header {
    margin-bottom: 32px;
  }

  .testimony-section--redesign .testimony-section__quote {
    font-size: 80px;
  }
}
