.rvp-shell {
  background:
    radial-gradient(circle at 14% 6%, rgba(139, 92, 246, 0.24), transparent 26%),
    radial-gradient(circle at 88% 24%, rgba(124, 58, 237, 0.16), transparent 28%),
    linear-gradient(180deg, #070611 0%, #0b0917 26%, #070611 100%);
  color: #f5f2fb;
}

.rvp {
  --rvp-bg-deep: #070611;
  --rvp-bg-deep-2: #0b0917;
  --rvp-panel: #14111e;
  --rvp-panel-2: #181425;
  --rvp-panel-border: rgba(159, 122, 255, 0.16);
  --rvp-panel-border-strong: rgba(159, 122, 255, 0.38);
  --rvp-violet: #8b5cf6;
  --rvp-violet-2: #7c3aed;
  --rvp-violet-deep: #5b21b6;
  --rvp-lavender: #c9b8ff;
  --rvp-lavender-dim: #a394d6;
  --rvp-gold: #f3c14d;
  --rvp-green: #5fcf97;
  --rvp-green-dim: rgba(95, 207, 151, 0.12);
  --rvp-text-1: #f5f2fb;
  --rvp-text-2: #bcb3cf;
  --rvp-text-3: #7e7494;
  position: relative;
  overflow: clip;
}

.rvp .container {
  position: relative;
  z-index: 2;
  width: min(100% - 48px, 1320px);
  margin-inline: auto;
}

.rvp::before,
.rvp__noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.rvp::before {
  content: "";
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 100%),
    radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.02) 0 1px, transparent 1px 100%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.03), transparent 26%, transparent 72%, rgba(255, 255, 255, 0.018));
  background-size: 220px 220px, 320px 320px, auto;
  opacity: 0.55;
}

.rvp__noise {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.84), transparent 94%);
  opacity: 0.4;
}

.rvp__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
}

.rvp__orb--left {
  top: -110px;
  left: -130px;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.3), transparent 70%);
}

.rvp-hero {
  padding: 56px 0 80px;
}

.rvp__breadcrumbs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  margin-bottom: 28px;
  border-radius: 999px;
  border: 1px solid var(--rvp-panel-border);
  background: rgba(255, 255, 255, 0.025);
  color: var(--rvp-text-3);
  font-size: 13px;
}

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

.rvp__preview-banner,
.rvp__hero-empty-note {
  max-width: 680px;
  border: 1px solid var(--rvp-panel-border-strong);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--rvp-text-2);
  line-height: 1.7;
}

.rvp__preview-banner {
  margin-bottom: 24px;
  padding: 16px 18px;
}

.rvp__hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: start;
}

.rvp__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(139, 92, 246, 0.08);
  border: 1px solid var(--rvp-panel-border-strong);
  color: var(--rvp-lavender);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rvp__eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rvp-green);
  box-shadow: 0 0 8px var(--rvp-green);
}

.rvp__title,
.rvp__section-title,
.rvp__mid-cta-copy h3,
.rvp__spotlight-head h3,
.rvp__empty h2,
.rvp__empty h3 {
  color: var(--rvp-text-1);
  font-family: var(--wp--preset--font-family--system-font, inherit);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.02;
  text-wrap: balance;
}

.rvp__title {
  margin: 18px 0 0;
  font-size: clamp(38px, 5vw, 72px);
}

.rvp__accent-line {
  margin: 14px 0 0;
  background: linear-gradient(90deg, var(--rvp-lavender), var(--rvp-violet));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 22px;
  font-weight: 700;
}

.rvp__lead {
  max-width: 560px;
  margin: 24px 0 0;
  color: var(--rvp-text-2);
  font-size: 17px;
  line-height: 1.65;
}

.rvp__hero-empty-note {
  margin-top: 20px;
  padding: 14px 16px;
}

.rvp__hero-actions,
.rvp__empty-actions,
.rvp__final-actions,
.rvp__mid-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.rvp__hero-actions {
  margin-top: 34px;
}

.rvp__btn,
.rvp__review-toggle,
.rvp__load-more,
.rvp__clear-filters,
.rvp__filter-pill {
  font-family: inherit;
  cursor: pointer;
}

.rvp__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.rvp__btn:hover,
.rvp__review-toggle:hover,
.rvp__load-more:hover,
.rvp__clear-filters:hover,
.rvp__filter-pill:hover {
  transform: translateY(-1px);
}

.rvp__btn--primary {
  background: linear-gradient(135deg, var(--rvp-violet), var(--rvp-violet-deep));
  color: #fff;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 12px 32px -8px rgba(139, 92, 246, 0.68);
}

.rvp__btn--ghost {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--rvp-panel-border-strong);
  color: var(--rvp-text-1);
}

.rvp__hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 44px;
}

.rvp__stat-card,
.rvp__trust-card,
.rvp__review-card,
.rvp__toolbar,
.rvp__mid-cta,
.rvp__final-card,
.rvp__empty,
.rvp__pagination,
.rvp__spotlight-card {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--rvp-panel-border);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.02) inset,
    0 30px 80px -36px rgba(91, 33, 182, 0.42);
}

.rvp__stat-card {
  min-height: 138px;
  padding: 18px 16px;
  border-radius: 16px;
  transition: border-color 0.2s, transform 0.2s;
}

.rvp__stat-card:hover,
.rvp__trust-card:hover,
.rvp__review-card:hover,
.rvp__spotlight-card:hover {
  border-color: var(--rvp-panel-border-strong);
  transform: translateY(-3px);
}

.rvp__stat-value {
  display: block;
  color: var(--rvp-text-1);
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.rvp__stat-label {
  display: block;
  margin-top: 8px;
  color: var(--rvp-text-3);
  font-size: 12.5px;
  line-height: 1.45;
}

.rvp__hero-panel {
  position: relative;
  padding: 32px;
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(139, 92, 246, 0.1), rgba(20, 17, 30, 0.6) 40%),
    var(--rvp-panel);
  border: 1px solid var(--rvp-panel-border-strong);
  box-shadow: 0 30px 80px -30px rgba(91, 33, 182, 0.55);
}

.rvp__hero-panel.is-empty .rvp__bar-fill {
  width: 0 !important;
}

.rvp__panel-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.rvp__panel-particles span {
  position: absolute;
  border-radius: 50%;
  background: rgba(201, 184, 255, 0.45);
  box-shadow: 0 0 18px rgba(201, 184, 255, 0.36);
  animation: rvp-float 6s ease-in-out infinite;
}

.rvp__panel-particles span:nth-child(1) {
  top: 20%;
  right: 18%;
  width: 8px;
  height: 8px;
}

.rvp__panel-particles span:nth-child(2) {
  top: 44%;
  right: 10%;
  width: 6px;
  height: 6px;
  animation-delay: 1.2s;
}

.rvp__panel-particles span:nth-child(3) {
  bottom: 18%;
  right: 26%;
  width: 5px;
  height: 5px;
  animation-delay: 2.2s;
}


.rvp__panel-header,
.rvp__panel-meta,
.rvp__bar-row,
.rvp__review-topline,
.rvp__review-head,
.rvp__review-footer,
.rvp__results-meta,
.rvp__pagination {
  display: flex;
  align-items: center;
}

.rvp__panel-header {
  position: relative;
  z-index: 2;
  justify-content: space-between;
  gap: 14px;
}

.rvp__panel-kicker {
  display: block;
  color: var(--rvp-text-3);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rvp__panel-title {
  margin: 14px 0 0;
  font-size: 58px;
  font-weight: 900;
  line-height: 1;
}

.rvp__panel-title span {
  color: var(--rvp-text-3);
  font-size: 22px;
  font-weight: 500;
}

.rvp__trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  background: var(--rvp-green-dim);
  border: 1px solid rgba(95, 207, 151, 0.3);
  color: var(--rvp-green);
}

.rvp__verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  border: 1px solid rgba(88, 255, 166, 0.24);
  background: rgba(34, 185, 112, 0.10);
  color: rgba(132, 255, 190, 0.92);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.rvp__verified-badge__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  flex: 0 0 auto;
}

.rvp__stars,
.rvp__review-rating {
  display: flex;
  gap: 4px;
}

.rvp__stars {
  margin-top: 14px;
  color: rgba(243, 193, 77, 0.24);
  font-size: 21px;
}

.rvp__review-rating {
  align-items: center;
  gap: 5px;
  color: var(--rvp-gold);
  font-size: 15px;
  font-weight: 900;
  flex-shrink: 0;
  white-space: nowrap;
  text-shadow: 0 0 14px rgba(255, 215, 106, 0.18);
}

.rvp__stars .is-active,
.rvp__review-rating .is-active {
  color: var(--rvp-gold);
}

.rvp__bars {
  margin-top: 26px;
}

.rvp__bar-row {
  display: grid;
  grid-template-columns: 34px 1fr 30px;
  gap: 12px;
  margin-bottom: 10px;
  align-items: center;
  color: var(--rvp-text-2);
  font-size: 13px;
}

.rvp__bar-track {
  height: 7px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.rvp__bar-fill {
  position: relative;
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--rvp-violet-deep), var(--rvp-violet), var(--rvp-lavender));
  transition: width 1.4s cubic-bezier(0.16, 0.8, 0.3, 1);
}

.rvp__bar-row.is-accent .rvp__bar-fill::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 40%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.52), transparent);
  animation: rvp-shimmer 2.6s ease-in-out infinite;
}

.rvp__panel-meta {
  position: relative;
  z-index: 2;
  align-items: flex-start;
  gap: 12px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--rvp-panel-border);
}

.rvp__panel-meta p,
.rvp__section-text,
.rvp__trust-card p,
.rvp__spotlight-card p,
.rvp__mid-cta-copy p,
.rvp__empty p,
.rvp__pagination-copy,
.rvp__results-count {
  color: var(--rvp-text-2);
  line-height: 1.65;
}

.rvp__panel-meta p {
  margin: 0;
  font-size: 12.5px;
}

.rvp__panel-meta a {
  color: var(--rvp-lavender);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.rvp-trust,
.rvp-reviews,
.rvp-final-cta {
  padding: 0 0 92px;
}

.rvp-ticker {
  padding: 0;
  overflow: hidden;
}

.rvp__section-head {
  max-width: 720px;
}

.rvp__section-title {
  margin-top: 18px;
  font-size: clamp(28px, 3.4vw, 48px);
}

.rvp__section-text {
  margin-top: 16px;
  font-size: 15.5px;
}

.rvp__trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 44px;
}

.rvp__trust-card {
  padding: 24px;
  border-radius: 18px;
  transition: border-color 0.2s, transform 0.2s, background 0.2s;
}

.rvp__trust-card:hover {
  background: rgba(255, 255, 255, 0.04);
}

.rvp__trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.25), rgba(139, 92, 246, 0.05));
  border: 1px solid var(--rvp-panel-border-strong);
  color: var(--rvp-lavender);
}

.rvp__trust-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.rvp__trust-card strong {
  display: block;
  margin-top: 18px;
  color: var(--rvp-text-1);
  font-size: 17px;
  line-height: 1.35;
}

.rvp__trust-card p {
  margin: 10px 0 0;
  font-size: 14px;
}

/* ── Ticker: floating review clouds ── */

.rvp__ticker-shell {
  position: relative;
  overflow: hidden;
  margin: clamp(52px, 6vw, 88px) 0 clamp(64px, 7.5vw, 108px);
  padding: 56px 0 64px;
  background:
    radial-gradient(ellipse at 20% 60%, rgba(185, 170, 255, 0.09), transparent 40%),
    radial-gradient(ellipse at 80% 38%, rgba(100, 78, 195, 0.07), transparent 44%),
    radial-gradient(ellipse at 50% 0%, rgba(120, 90, 240, 0.05), transparent 56%),
    linear-gradient(180deg, rgba(10, 8, 22, 0.58), rgba(8, 6, 18, 0.68));
  border-top: 1px solid rgba(205, 190, 255, 0.07);
  border-bottom: 1px solid rgba(205, 190, 255, 0.07);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
}

.rvp__ticker-track {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  width: max-content;
  will-change: transform;
}

.rvp__ticker-track--a {
  animation: rvpTickerFwd 64s linear infinite;
}

.rvp__ticker-track--b {
  animation: rvpTickerRev 82s linear infinite;
  margin-top: 18px;
}

/* JS handles deceleration — no instant CSS pause */

/* ── Floating glass card ── */

.rvp__float-card {
  --oy: 0px;
  flex-shrink: 0;
  width: clamp(252px, 24vw, 364px);
  min-height: 82px;
  padding: 14px 16px 13px;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  white-space: normal;
  cursor: pointer;
  user-select: none;
  color: rgba(238, 232, 255, 0.76);
  background:
    radial-gradient(circle at 16% 20%, rgba(235, 230, 255, 0.11), transparent 46%),
    linear-gradient(135deg, rgba(148, 128, 252, 0.09), rgba(44, 34, 82, 0.11)),
    rgba(12, 10, 23, 0.44);
  border: 1px solid rgba(208, 192, 255, 0.13);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 12px 36px rgba(60, 44, 130, 0.16);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  animation: rvpCardBob 9s ease-in-out infinite;
  /* translate/scale are separate from animation-driven transform — compose on top */
  translate: 0 0;
  scale: 1;
  transition:
    translate 0.28s cubic-bezier(.22, .61, .36, 1),
    scale 0.28s cubic-bezier(.22, .61, .36, 1),
    border-color 0.20s ease,
    box-shadow 0.20s ease;
}

/* Row B slightly transparent for depth */
.rvp__ticker-track--b .rvp__float-card {
  opacity: 0.82;
  border-color: rgba(192, 178, 255, 0.10);
}

/* Per-card stagger — larger amplitude, slower, diverse phases */
.rvp__float-card:nth-child(2n)  { --oy: 8px;   animation-delay: -2.3s;  animation-duration: 11s;  }
.rvp__float-card:nth-child(3n)  { --oy: -8px;  animation-delay: -4.5s;  animation-duration: 9s;   }
.rvp__float-card:nth-child(4n)  { --oy: 13px;  animation-delay: -1.1s;  animation-duration: 13s;  }
.rvp__float-card:nth-child(5n)  { --oy: -4px;  animation-delay: -6.2s;  animation-duration: 10s;  }
.rvp__float-card:nth-child(7n)  { --oy: 10px;  animation-delay: -3.6s;  animation-duration: 15s;  }
.rvp__float-card:nth-child(11n) { --oy: -10px; animation-delay: -7.3s;  animation-duration: 11.5s;}
.rvp__float-card:nth-child(13n) { --oy: 5px;   animation-delay: -0.6s;  animation-duration: 17s;  }

/* Card hover: lift via individual transform properties (compose with animation transform) */
.rvp__float-card:hover {
  translate: 0 -6px;
  scale: 1.022;
  border-color: rgba(218, 202, 255, 0.32);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 18px 52px rgba(110, 82, 220, 0.26);
}

.rvp__float-card__top {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.rvp__float-card__avatar {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, rgba(238, 232, 255, 0.26), transparent 48%),
    rgba(128, 102, 238, 0.22);
  border: 1px solid rgba(214, 198, 255, 0.20);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  color: rgba(245, 240, 255, 0.92);
  letter-spacing: 0;
}

.rvp__float-card__name {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 124px;
}

.rvp__float-card__rating {
  margin-left: auto;
  flex-shrink: 0;
  color: rgba(255, 212, 118, 0.82);
  font-size: 11px;
  letter-spacing: 0.8px;
}

.rvp__float-card__text {
  color: rgba(220, 213, 246, 0.62);
  font-size: 12.5px;
  line-height: 1.48;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rvp__section-head--compact {
  max-width: 760px;
}

.rvp__toolbar {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 38px;
  padding: 16px;
  border-radius: 18px;
}

.rvp__field {
  display: grid;
  gap: 8px;
}

.rvp__field--search {
  flex: 1 1 240px;
}

.rvp__field-label {
  color: var(--rvp-text-3);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rvp__filter-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.rvp__filter-pill,
.rvp__clear-filters,
.rvp__load-more,
.rvp__review-toggle {
  border: 1px solid var(--rvp-panel-border);
  background: rgba(255, 255, 255, 0.03);
  color: var(--rvp-text-2);
  transition: all 0.18s;
}

.rvp__filter-pill {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 500;
}

.rvp__filter-pill.is-active {
  background: linear-gradient(135deg, var(--rvp-violet), var(--rvp-violet-deep));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 18px -6px rgba(139, 92, 246, 0.7);
}

.rvp__search-input {
  min-height: 46px;
  width: 100%;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--rvp-panel-border);
  background: rgba(255, 255, 255, 0.03);
  color: var(--rvp-text-1);
  font-size: 14px;
  font-family: inherit;
  outline: none;
}

.rvp__search-input::placeholder {
  color: var(--rvp-text-3);
}

.rvp__search-input:focus {
  border-color: var(--rvp-panel-border-strong);
  box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.14);
}

/* ── Sort control (glass) ─────────────────────── */
.reviews-sort {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 190px;
}

.reviews-sort__label {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rvp-text-3);
  line-height: 1;
}

.reviews-sort__control {
  position: relative;
  border-radius: 16px;
  border: 1px solid rgba(184, 168, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(16, 13, 28, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 10px 24px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.reviews-sort__control:hover,
.reviews-sort__control:focus-within {
  border-color: rgba(184, 168, 255, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 24px rgba(124, 92, 255, 0.13),
    0 12px 28px rgba(0, 0, 0, 0.22);
}

.reviews-sort__select {
  width: 100%;
  height: 44px;
  padding: 0 42px 0 16px;
  border: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  color: rgba(246, 242, 255, 0.94);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.reviews-sort__select option {
  background: #1a1530;
  color: rgba(246, 242, 255, 0.94);
}

.reviews-sort__chevron {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-52%);
  color: rgba(190, 173, 255, 0.86);
  pointer-events: none;
  font-size: 18px;
  line-height: 1;
}

.rvp__results-meta {
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.rvp__results-count,
.rvp__pagination-copy {
  margin: 0;
  font-size: 13.5px;
}

.rvp__clear-filters {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.rvp__reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.rvp__review-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 360px;
  padding: 26px;
  border-radius: 28px;
  border: 1px solid rgba(184, 168, 255, 0.16);
  background:
    radial-gradient(circle at 85% 8%, rgba(124, 92, 255, 0.10), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
    rgba(12, 10, 22, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 20px 48px rgba(0, 0, 0, 0.24);
  transition: border-color 0.2s, transform 0.2s, background 0.2s, box-shadow 0.2s;
}

.rvp__review-card--highlighted {
  border-color: rgba(184, 168, 255, 0.48) !important;
  background:
    radial-gradient(circle at 50% 30%, rgba(139, 92, 246, 0.14), transparent 52%),
    rgba(16, 13, 30, 0.82) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 0 2px rgba(184, 168, 255, 0.22),
    0 24px 60px rgba(100, 80, 200, 0.26) !important;
  transition: border-color 0.3s, background 0.3s, box-shadow 0.3s !important;
}

.rvp__review-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(135deg, rgba(201, 184, 255, 0.18), transparent 28%, transparent 72%, rgba(139, 92, 246, 0.12));
  transition: opacity 0.2s ease;
}

.rvp__review-card:hover {
  border-color: rgba(184, 168, 255, 0.28);
  background:
    radial-gradient(circle at 85% 8%, rgba(124, 92, 255, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.018)),
    rgba(12, 10, 22, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 0 34px rgba(124, 92, 255, 0.10),
    0 24px 58px rgba(0, 0, 0, 0.30);
  transform: translateY(-2px);
}

.rvp__review-card:hover::after {
  opacity: 1;
}

.rvp__review-card[hidden] {
  display: none;
}

.rvp__review-topline {
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.rvp__review-badge,
.rvp__review-index,
.rvp__empty-badge,
.rvp__review-tag {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
}

.rvp__review-badge,
.rvp__review-index,
.rvp__empty-badge,
.rvp__review-tag {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--rvp-panel-border);
  color: var(--rvp-text-3);
}

.rvp__review-head {
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
}

.rvp__review-person,
.rvp__review-link {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rvp__review-avatar,
.rvp__review-thumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.rvp__review-avatar {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--rvp-violet), var(--rvp-violet-deep));
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.rvp__review-author {
  display: block;
  color: var(--rvp-text-1);
  font-size: 18px;
  font-weight: 900;
}

.rvp__review-date {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
  color: var(--rvp-text-3);
  font-size: 12px;
}

.rvp__review-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rvp__review-tag {
  padding: 3px 8px;
  font-size: 10px;
  color: rgba(205, 194, 255, 0.45);
  background: rgba(255, 255, 255, 0.025);
  border-color: rgba(184, 168, 255, 0.10);
}

.rvp__review-body {
  color: rgba(236, 230, 255, 0.84);
  font-size: 16px;
  line-height: 1.62;
}

.rvp__review-body p {
  margin: 0;
}

.rvp__review-body.is-collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rvp__review-toggle {
  align-self: flex-start;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: var(--rvp-lavender);
}

.rvp__review-footer {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(184, 168, 255, 0.12);
}

.rvp__review-link {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.rvp__review-thumb {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  overflow: hidden;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--rvp-panel-border);
}

.rvp__review-thumb--fallback {
  color: var(--rvp-lavender);
  font-size: 14px;
  font-weight: 800;
}

.rvp__review-service {
  display: grid;
  gap: 3px;
}

.rvp__review-service-label {
  color: rgba(205, 194, 255, 0.52);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.rvp__review-service strong {
  color: var(--rvp-text-1);
  font-size: 13px;
  line-height: 1.35;
}

.rvp__review-link-arrow {
  color: rgba(184, 168, 255, 0.55);
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
  transition: color 0.18s;
}

.rvp__review-link:hover .rvp__review-link-arrow {
  color: rgba(205, 194, 255, 0.90);
}

.rvp__spotlight {
  margin-top: 42px;
}

.rvp__spotlight-head h3 {
  margin-top: 14px;
  font-size: clamp(26px, 3vw, 38px);
}

.rvp__spotlight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.rvp__spotlight-card {
  padding: 22px;
  border-radius: 16px;
}

.rvp__spotlight-card strong {
  display: block;
  color: var(--rvp-lavender);
  font-size: 15px;
  line-height: 1.4;
}

.rvp__spotlight-card p {
  margin: 10px 0 0;
  font-size: 13.5px;
  font-style: italic;
}

.rvp__mid-cta,
.rvp__final-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
}

.rvp__mid-cta {
  margin-top: 56px;
  padding: 54px 48px;
  background:
    linear-gradient(135deg, rgba(139, 92, 246, 0.18), rgba(20, 17, 30, 0.7) 60%),
    var(--rvp-panel);
  border: 1px solid var(--rvp-panel-border-strong);
}

.rvp__mid-cta::before,
.rvp__final-card::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.28), transparent 70%);
  filter: blur(20px);
}

.rvp__mid-cta::before {
  top: -100px;
  left: 30%;
  width: 340px;
  height: 340px;
}

.rvp__mid-cta-copy,
.rvp__final-copy,
.rvp__mid-cta-actions,
.rvp__final-actions {
  position: relative;
  z-index: 2;
}

.rvp__mid-cta-copy {
  max-width: 520px;
}

.rvp__mid-cta-copy h3 {
  margin-top: 16px;
  font-size: clamp(24px, 3vw, 34px);
}

.rvp__mid-cta-copy p {
  margin-top: 12px;
  font-size: 15px;
}

.rvp__pagination {
  justify-content: space-between;
  gap: 14px;
  margin-top: 24px;
  padding: 18px;
  border-radius: 16px;
  flex-wrap: wrap;
}

.rvp__load-more {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  color: var(--rvp-text-1);
}

.rvp__load-more:disabled,
.rvp__load-more-btn--loading {
  cursor: not-allowed;
  opacity: 0.62;
}

.rvp__load-more:disabled:hover {
  transform: none;
}

.rvp__reviews-grid--animating .rvp__review-card:hover {
  transform: none;
}

.rvp__review-card.rvp__review-card--enter {
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  filter: blur(4px);
  transition:
    opacity 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 420ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--rvp-card-delay, 0ms);
}

.rvp__review-card.rvp__review-card--enter.rvp__review-card--visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
  .rvp__review-card.rvp__review-card--enter {
    transition: none;
    opacity: 1;
    transform: none;
    filter: none;
  }
}

.rvp__empty {
  margin-top: 28px;
  padding: 34px;
  border-radius: 22px;
  text-align: center;
}

.rvp__empty-badge {
  width: fit-content;
  margin: 0 auto 18px;
}

.rvp__empty h2 {
  font-size: clamp(32px, 4vw, 58px);
}

.rvp__empty h3 {
  font-size: 24px;
}

.rvp__empty p {
  max-width: 640px;
  margin: 16px auto 0;
  font-size: 16px;
}

.rvp__empty-actions {
  justify-content: center;
  margin-top: 26px;
}

.rvp__empty--filtered {
  margin-top: 18px;
}

.rvp__final-card {
  padding: 44px;
}

.rvp__final-card::before {
  top: -40px;
  right: 8%;
  width: 280px;
  height: 280px;
}

.rvp__final-copy {
  max-width: 640px;
}

.rvp__final-actions {
  justify-content: flex-end;
}

@keyframes rvp-float {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.42;
  }

  50% {
    transform: translateY(-14px);
    opacity: 1;
  }
}

@keyframes rvp-shimmer {
  0% {
    transform: translateX(-120%);
  }

  100% {
    transform: translateX(340%);
  }
}

@keyframes rvpTickerFwd {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

@keyframes rvpTickerRev {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}

@keyframes rvpCardBob {
  0%   { transform: translateY(var(--oy))               scale(1);     }
  30%  { transform: translateY(calc(var(--oy) - 13px))  scale(1.007); }
  65%  { transform: translateY(calc(var(--oy) + 5px))   scale(0.997); }
  100% { transform: translateY(var(--oy))               scale(1);     }
}

@media (max-width: 1080px) {
  .rvp__hero-grid {
    grid-template-columns: 1fr;
  }

  .rvp__hero-panel {
    max-width: 720px;
  }

  .rvp__reviews-grid,
  .rvp__spotlight-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 980px) {
  .rvp__trust-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .rvp .container {
    width: min(100% - 28px, 1320px);
  }

  .rvp-hero {
    padding: 40px 0 64px;
  }

  .rvp__hero-stats,
  .rvp__reviews-grid,
  .rvp__spotlight-grid {
    grid-template-columns: 1fr;
  }

  .rvp__hero-stats {
    gap: 12px;
  }

  .rvp__toolbar {
    align-items: stretch;
  }

  .rvp__field,
  .rvp__field--search {
    width: 100%;
  }

  .reviews-sort {
    width: 100%;
    min-width: 0;
  }

  .reviews-sort__control {
    width: 100%;
  }

  .rvp__mid-cta,
  .rvp__final-card {
    padding: 34px 24px;
  }

  .rvp__review-head,
  .rvp__review-footer,
  .rvp__panel-header,
  .rvp__panel-meta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .rvp__hero-actions,
  .rvp__empty-actions,
  .rvp__final-actions,
  .rvp__mid-cta-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .rvp__btn {
    width: 100%;
  }

  .rvp__filter-pills {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .rvp__results-meta,
  .rvp__pagination {
    align-items: flex-start;
    flex-direction: column;
  }

  .rvp__ticker-shell {
    padding: 30px 0 36px;
    margin-top: clamp(36px, 5vw, 64px);
    margin-bottom: clamp(48px, 6vw, 80px);
  }

  .rvp__ticker-track--b {
    margin-top: 12px;
  }

  .rvp__float-card {
    width: min(78vw, 290px);
    min-height: 74px;
    padding: 12px 13px;
    border-radius: 18px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .rvp__float-card__name {
    max-width: 88px;
    font-size: 12px;
  }

  .rvp__float-card__text {
    font-size: 12px;
  }

  .rvp__title {
    font-size: clamp(36px, 12vw, 54px);
  }

  .rvp__accent-line {
    font-size: 18px;
  }

  .rvp__empty,
  .rvp__review-card {
    padding: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rvp__panel-particles span,
  .rvp__ticker-track,
  .rvp__bar-row.is-accent .rvp__bar-fill::after {
    animation: none !important;
    transform: none !important;
  }

  .rvp__float-card {
    animation: none !important;
    transform: none !important;
    translate: 0 0 !important;
    scale: 1 !important;
    transition: none !important;
  }

  .rvp__btn,
  .rvp__filter-pill,
  .rvp__review-card,
  .rvp__trust-card,
  .rvp__spotlight-card,
  .rvp__review-toggle,
  .rvp__load-more,
  .rvp__clear-filters {
    transition: none;
  }

  .rvp__review-card:hover {
    transform: none;
  }
}
