.rvpf-section {
  --rv-red: #a4111c;
  --rv-red-dark: #7f0c14;
  --rv-black: #171313;
  --rv-ink: #261f1f;
  --rv-muted: #716866;
  --rv-soft: #fbf3ef;
  --rv-line: #eadbd5;
  --rv-card: #ffffff;
  --rv-shadow: 0 24px 70px rgba(36, 29, 29, 0.11);

  width: 100%;
  max-width: 100%;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(58px, 7vw, 98px) 0 0;
  background:
    radial-gradient(circle at 12% 14%, rgba(164, 17, 28, 0.06), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(164, 17, 28, 0.09), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fffaf7 100%);
  color: var(--rv-ink);
  font-family: inherit;
}

.rvpf-section,
.rvpf-section *,
.rvft-footer,
.rvft-footer * {
  box-sizing: border-box;
}

.rvpf-section::before {
  content: "";
  position: absolute;
  right: -210px;
  top: 120px;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  background: rgba(164, 17, 28, 0.055);
  z-index: -1;
  pointer-events: none;
}

.rvpf-shell,
.rvft-shell {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
}

.rvpf-review-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

.rvpf-eyebrow {
  margin: 0 0 13px;
  color: var(--rv-red);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rvpf-review-copy h2 {
  margin: 0 0 18px;
  color: var(--rv-black);
  font-size: clamp(36px, 4.4vw, 62px);
  line-height: 1;
  letter-spacing: -0.058em;
  font-weight: 950;
}

.rvpf-review-copy > p {
  margin: 0 0 24px;
  max-width: 640px;
  color: #514745;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.6;
  font-weight: 650;
}

.rvpf-rating-card {
  width: min(100%, 560px);
  padding: 18px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid var(--rv-line);
  box-shadow: 0 18px 42px rgba(36, 29, 29, 0.07);
}

.rvpf-score strong {
  display: inline-block;
  color: var(--rv-black);
  font-size: 44px;
  line-height: 0.95;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.rvpf-score span {
  color: var(--rv-muted);
  font-size: 18px;
  font-weight: 850;
}

.rvpf-stars {
  color: #f5a400;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.04em;
}

.rvpf-rating-card p {
  margin: 6px 0 0;
  color: var(--rv-muted);
  font-size: 13.5px;
  line-height: 1.35;
  font-weight: 750;
}

.rvpf-rating-card a {
  min-height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--rv-black);
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 950;
  white-space: nowrap;
  transition: transform 0.18s ease, background 0.18s ease;
}

.rvpf-rating-card a:hover {
  transform: translateY(-2px);
  background: var(--rv-red);
  color: #ffffff;
}

.rvpf-reviews {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.rvpf-review-card {
  min-height: 230px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--rv-line);
  box-shadow: 0 16px 38px rgba(36, 29, 29, 0.055);
}

.rvpf-review-featured {
  background:
    radial-gradient(circle at 100% 0%, rgba(164, 17, 28, 0.11), transparent 34%),
    #ffffff;
}

.rvpf-review-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.rvpf-review-head strong {
  color: var(--rv-black);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 950;
}

.rvpf-review-head span {
  color: #f5a400;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

.rvpf-review-card p {
  margin: 0;
  color: var(--rv-muted);
  font-size: 14.5px;
  line-height: 1.55;
  font-weight: 700;
}

.rvpf-final-cta {
  margin-top: clamp(34px, 5vw, 58px);
  padding: clamp(24px, 3vw, 34px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-radius: 34px 34px 0 0;
  background:
    radial-gradient(circle at 86% 18%, rgba(164, 17, 28, 0.4), transparent 32%),
    var(--rv-black);
  color: #ffffff;
  box-shadow: var(--rv-shadow);
}

.rvpf-final-cta span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rvpf-final-cta strong {
  display: block;
  max-width: 720px;
  color: #ffffff;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 950;
}

.rvpf-final-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.rvpf-call,
.rvpf-main {
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  font-weight: 950;
  white-space: nowrap;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.rvpf-call {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.rvpf-call:hover {
  transform: translateY(-2px);
  background: #ffffff;
  color: var(--rv-black);
}

.rvpf-main {
  background: var(--rv-red);
  color: #ffffff;
}

.rvpf-main:hover {
  transform: translateY(-2px);
  background: var(--rv-red-dark);
  color: #ffffff;
}

.rvft-footer {
  --rv-red: #a4111c;
  --rv-red-dark: #7f0c14;
  --rv-black: #171313;
  --rv-ink: #261f1f;
  --rv-muted-dark: rgba(255, 255, 255, 0.62);
  --rv-line-dark: rgba(255, 255, 255, 0.11);

  width: 100%;
  max-width: 100%;
  padding: clamp(46px, 5vw, 70px) 0 24px;
  background:
    radial-gradient(circle at 14% 12%, rgba(164, 17, 28, 0.18), transparent 30%),
    linear-gradient(135deg, #181313 0%, #0f0c0c 100%);
  color: #ffffff;
  font-family: inherit;
}

.rvft-main {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.4fr);
  gap: clamp(34px, 5vw, 70px);
  padding-bottom: 36px;
  border-bottom: 1px solid var(--rv-line-dark);
}

.rvft-logo {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 18px;
  color: #ffffff;
  text-decoration: none;
}

.rvft-logo span {
  color: #ffffff;
  font-size: 30px;
  line-height: 0.95;
  letter-spacing: -0.055em;
  font-weight: 950;
  text-transform: uppercase;
}

.rvft-logo small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rvft-brand p {
  margin: 0 0 20px;
  max-width: 430px;
  color: var(--rv-muted-dark);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 650;
}

.rvft-social-proof {
  width: fit-content;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--rv-line-dark);
}

.rvft-social-proof span {
  color: #f5a400;
  font-size: 13px;
  letter-spacing: 0.03em;
}

.rvft-social-proof strong {
  color: #ffffff;
  font-size: 14px;
  font-weight: 950;
}

.rvft-social-proof small {
  color: var(--rv-muted-dark);
  font-size: 13px;
  font-weight: 750;
}

.rvft-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 42px);
}

.rvft-nav h3 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 950;
}

.rvft-nav a {
  width: fit-content;
  min-height: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--rv-muted-dark);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  transition: color 0.18s ease, transform 0.18s ease;
}

.rvft-nav a + a {
  margin-top: 8px;
}

.rvft-nav a:hover {
  color: #ffffff;
  transform: translateX(3px);
}

.rvft-nav a span {
  color: var(--rv-red);
}

.rvft-bottom {
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.rvft-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
}

.rvft-bottom div {
  display: flex;
  align-items: center;
  gap: 18px;
}

.rvft-bottom a {
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 750;
}

.rvft-bottom a:hover {
  color: #ffffff;
}

.rvpf-rating-card a:focus-visible,
.rvpf-call:focus-visible,
.rvpf-main:focus-visible,
.rvft-footer a:focus-visible {
  outline: 3px solid rgba(164, 17, 28, 0.42);
  outline-offset: 4px;
}

@media (max-width: 1060px) {
  .rvpf-review-wrap {
    grid-template-columns: 1fr;
  }

  .rvpf-review-copy {
    max-width: 820px;
  }

  .rvft-main {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .rvpf-section {
    padding-top: 50px;
  }

  .rvpf-shell,
  .rvft-shell {
    width: min(100% - 28px, 1220px);
  }

  .rvpf-review-copy h2 {
    font-size: clamp(35px, 10vw, 52px);
    line-height: 1;
  }

  .rvpf-rating-card {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .rvpf-rating-card a {
    width: 100%;
  }

  .rvpf-reviews {
    grid-template-columns: 1fr;
  }

  .rvpf-review-card {
    min-height: auto;
  }

  .rvpf-final-cta {
    align-items: stretch;
    flex-direction: column;
    border-radius: 28px 28px 0 0;
  }

  .rvpf-final-actions {
    width: 100%;
    flex-direction: column;
  }

  .rvpf-call,
  .rvpf-main {
    width: 100%;
  }

  .rvft-nav {
    grid-template-columns: 1fr;
  }

  .rvft-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .rvft-bottom div {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rvpf-section *,
  .rvpf-section *::before,
  .rvpf-section *::after,
  .rvft-footer *,
  .rvft-footer *::before,
  .rvft-footer *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.rvpf-section.rvpf-js .rvpf-review-copy,
.rvpf-section.rvpf-js .rvpf-review-card,
.rvpf-section.rvpf-js .rvpf-final-cta {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.rvpf-section.rvpf-js.rvpf-visible .rvpf-review-copy,
.rvpf-section.rvpf-js.rvpf-visible .rvpf-review-card,
.rvpf-section.rvpf-js.rvpf-visible .rvpf-final-cta {
  opacity: 1;
  transform: translateY(0);
}

.rvpf-section.rvpf-js.rvpf-visible .rvpf-review-card:nth-child(1) {
  transition-delay: 0.06s;
}

.rvpf-section.rvpf-js.rvpf-visible .rvpf-review-card:nth-child(2) {
  transition-delay: 0.10s;
}

.rvpf-section.rvpf-js.rvpf-visible .rvpf-review-card:nth-child(3) {
  transition-delay: 0.14s;
}

.rvpf-section.rvpf-js.rvpf-visible .rvpf-review-card:nth-child(4) {
  transition-delay: 0.18s;
}

.rvpf-section.rvpf-js.rvpf-visible .rvpf-final-cta {
  transition-delay: 0.16s;
}
