:root {
  --rdv-test-heading: #173b63;
  --rdv-test-accent: #f8a00f;
  --rdv-test-button: #9c2f20;
  --rdv-test-text: #262626;
  --rdv-test-muted: #666;
  --rdv-test-soft: #f5f7f8;
  --rdv-test-white: #fff;
}

.rdv-testimonials,
.rdv-testimonial-template {
  color: var(--rdv-test-text);
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.rdv-testimonials *,
.rdv-testimonial-template * { box-sizing: border-box; }

.rdv-testimonials__intro {
  max-width: 840px;
  margin: 0 auto 30px;
  color: var(--rdv-test-muted);
  text-align: center;
}

.rdv-testimonials__intro p { margin: 0; }

.rdv-testimonials-filter {
  margin: 0 auto 28px;
  padding: 4px 0 14px;
  text-align: center;
}

.rdv-testimonials-filter__title {
  display: block;
  margin: 0 0 16px;
  color: var(--rdv-test-heading);
  font-family: "Saira", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.rdv-testimonials-filter__options {
  display: flex;
  max-width: 1120px;
  flex-wrap: wrap;
  gap: 7px 9px;
  justify-content: center;
  margin: 0 auto;
}

.rdv-testimonials-filter__chip {
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid transparent !important;
  border-radius: 999px;
  background: transparent !important;
  color: var(--rdv-test-filter-text, var(--rdv-test-muted)) !important;
  font: 600 14px/1.2 "Golos Text", Arial, sans-serif;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.rdv-testimonials-filter__chip:hover {
  border-color: var(--rdv-test-filter-border-hover, rgb(23 59 99 / 22%)) !important;
  background: var(--rdv-test-filter-hover, rgb(248 160 15 / 11%)) !important;
  color: var(--rdv-test-filter-text-hover, var(--rdv-test-heading)) !important;
  transform: translateY(-1px);
}

.rdv-testimonials-filter__chip.is-active {
  border-color: var(--rdv-test-accent) !important;
  background: var(--rdv-test-accent) !important;
  color: var(--rdv-test-button-text, #fff) !important;
  box-shadow: 0 5px 14px rgb(248 160 15 / 28%);
}

.rdv-testimonials__load,
.rdv-testimonial-card__button,
.rdv-testimonial-single__actions a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 0;
  border-radius: 5px;
  background: var(--rdv-test-button);
  color: #fff !important;
  font-family: "Saira", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, filter 180ms ease;
}

.rdv-testimonials__load:hover,
.rdv-testimonial-card__button:hover,
.rdv-testimonial-single__actions a:hover {
  background: var(--rdv-test-button-hover, var(--rdv-test-accent));
  color: var(--rdv-test-button-text-hover, var(--rdv-test-heading)) !important;
  transform: translateY(-1px);
}

.rdv-testimonials__status {
  min-height: 24px;
  margin: 0 0 12px;
  color: var(--rdv-test-muted);
  font-size: 14px;
}

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

.rdv-testimonial-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 4px 14px rgb(0 0 0 / 16%);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.rdv-testimonial-card:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgb(0 0 0 / 19%); }
.rdv-testimonial-card[hidden] { display: none !important; }

.rdv-testimonial-card__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--rdv-test-soft);
}

.rdv-testimonial-card__image img,
.rdv-testimonial-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("https://digitalx.pt/rotasdovento/wp-content/uploads/2026/06/masking_4-1.png");
  mask-image: url("https://digitalx.pt/rotasdovento/wp-content/uploads/2026/06/masking_4-1.png");
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 115%;
  mask-size: 115%;
  object-fit: cover;
  transition: transform 360ms ease;
}

.rdv-testimonial-card__placeholder { background: linear-gradient(135deg, var(--rdv-test-heading), #7aa637); }
.rdv-testimonial-card:hover .rdv-testimonial-card__image img { transform: scale(1.035); }

.rdv-testimonial-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px 20px 20px;
}

.rdv-testimonial-card__meta {
  display: flex;
  min-height: 24px;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin: 0 0 10px;
  color: var(--rdv-test-heading);
  font-size: 14px;
  font-weight: 600;
}

.rdv-testimonial-card__meta b { margin-right: 5px; color: var(--rdv-test-accent); }
.rdv-testimonial-card__title { margin: 0 0 12px; color: var(--rdv-test-heading); font-family: "Saira", Arial, sans-serif; font-size: clamp(20px, 1.7vw, 24px); font-weight: 650; line-height: 1.18; }
.rdv-testimonial-card__title a { color: inherit; text-decoration: none; }
.rdv-testimonial-card__excerpt { display: -webkit-box; overflow: hidden; margin: 0 0 18px; color: var(--rdv-test-muted); -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.rdv-testimonial-card__button { width: fit-content; min-width: 132px; min-height: 42px; margin-top: auto; padding: 10px 20px; }
.rdv-testimonials__actions { display: flex; justify-content: center; padding-top: 34px; }
.rdv-testimonials__load[hidden], .rdv-testimonials__empty[hidden] { display: none !important; }
.rdv-testimonials__empty { grid-column: 1 / -1; margin: 28px 0; color: var(--rdv-test-muted); text-align: center; }

.rdv-testimonial-hero {
  position: relative;
  display: grid;
  min-height: var(--rdv-test-hero-height, 370px);
  place-items: center;
  overflow: hidden;
  padding: 96px 24px 58px;
  background-image: linear-gradient(var(--rdv-test-hero-overlay, #00000099), var(--rdv-test-hero-overlay, #00000099)), var(--rdv-test-hero-image);
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  isolation: isolate;
}

.rdv-testimonial-hero__content { width: min(1180px, 100%); text-align: center; }
.rdv-testimonial-hero__eyebrow { display: block; margin-bottom: 12px; color: var(--rdv-test-accent); font: 700 14px/1.2 "Saira", Arial, sans-serif; letter-spacing: .05em; text-transform: uppercase; }
.rdv-testimonial-hero h1 { max-width: 1150px; margin: 0 auto; color: var(--rdv-test-hero-title, #fff); font-family: "Saira", Arial, sans-serif; font-size: clamp(34px, 4.5vw, 58px); font-weight: 700; line-height: 1.04; letter-spacing: -.025em; text-transform: uppercase; }
.rdv-testimonial-hero__divider { position: absolute; right: 0; bottom: -1px; left: 0; display: block; width: 100%; height: 60px; object-fit: fill; object-position: center bottom; pointer-events: none; }

.rdv-testimonial-single { background: #fff; }
.rdv-testimonial-single__inner { width: min(1040px, calc(100% - 40px)); margin: 0 auto; padding: 62px 0 78px; }
.rdv-testimonial-single__intro { max-width: 850px; margin: 0 auto; text-align: center; }
.rdv-testimonial-single__eyebrow { display: block; margin: 0 0 10px; color: var(--rdv-test-accent); font: 700 14px/1.2 "Saira", Arial, sans-serif; letter-spacing: .06em; text-transform: uppercase; }
.rdv-testimonial-single__intro h2 { margin: 0 0 18px; color: var(--rdv-test-heading); font-family: "Saira", Arial, sans-serif; font-size: clamp(28px, 3vw, 40px); line-height: 1.12; }
.rdv-testimonial-single__lead { color: var(--rdv-test-muted); font-size: 17px; }
.rdv-testimonial-single__meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 10px; margin: 30px 0 36px; }
.rdv-testimonial-single__meta span { padding: 7px 13px; border-radius: 999px; background: var(--rdv-test-soft); color: var(--rdv-test-heading); font-family: "Saira", Arial, sans-serif; font-size: 14px; font-weight: 650; }
.rdv-testimonial-single__content { padding: 38px clamp(22px, 5vw, 64px); border: 1px solid #e2e7eb; border-radius: 8px; background: #fff; box-shadow: 0 8px 30px rgb(15 49 82 / 8%); color: var(--rdv-test-text); font-size: 16px; line-height: 1.72; }
.rdv-testimonial-single__content h2, .rdv-testimonial-single__content h3, .rdv-testimonial-single__content h4 { color: var(--rdv-test-heading); font-family: "Saira", Arial, sans-serif; line-height: 1.2; }
.rdv-testimonial-single__content img { max-width: 100%; height: auto; border-radius: 5px; }
.rdv-testimonial-single__content a { color: var(--rdv-test-button); }
.rdv-testimonial-single__content > :first-child { margin-top: 0; }
.rdv-testimonial-single__content > :last-child { margin-bottom: 0; }
.rdv-testimonial-single__actions { display: flex; justify-content: center; padding-top: 34px; }

@media (max-width: 1024px) {
  .rdv-testimonials-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .rdv-testimonials, .rdv-testimonial-template { font-size: 14px; }
  .rdv-testimonials-filter { margin-bottom: 18px; padding-bottom: 8px; }
  .rdv-testimonials-filter__title { margin-bottom: 13px; font-size: 16px; }
  .rdv-testimonials-filter__options { gap: 7px; justify-content: flex-start; }
  .rdv-testimonials-filter__chip { min-height: 40px; padding: 9px 13px; font-size: 14px; }
  .rdv-testimonials-grid { grid-template-columns: 1fr; gap: 20px; }
  .rdv-testimonial-card__title { font-size: 21px; }
  .rdv-testimonial-card__excerpt { -webkit-line-clamp: 3; }
  .rdv-testimonial-hero { min-height: 312px; padding: 86px 16px 52px; }
  .rdv-testimonial-hero h1 { font-size: clamp(30px, 9vw, 40px); }
  .rdv-testimonial-hero__divider { height: 42px; }
  .rdv-testimonial-single__inner { width: min(100% - 28px, 1040px); padding: 42px 0 58px; }
  .rdv-testimonial-single__lead { font-size: 15px; }
  .rdv-testimonial-single__content { padding: 24px 18px; font-size: 14px; line-height: 1.65; }
}

@media (prefers-reduced-motion: reduce) {
  .rdv-testimonials *, .rdv-testimonial-template * { transition: none !important; }
}
