.hero-copy .lead,
.product-hero .lead,
.final-cta-copy .lead {
  max-width: 38em;
}
.hero-points li,
.product-points li {
  font-weight: 600;
}
.price-card {
  position: relative;
  overflow: hidden;
}
.price-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255,255,255,.45), transparent 42%);
  pointer-events: none;
}
.checkout-microcopy {
  margin: 10px 0 16px;
  color: var(--muted);
  line-height: 1.7;
}
.final-cta-card {
  background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(246,236,244,.94));
}
.testimonial-item {
  position: relative;
}
.testimonial-item::before {
  content: "“";
  position: absolute;
  left: 18px;
  top: 10px;
  font-size: 42px;
  color: rgba(124,92,131,.16);
  line-height: 1;
}
.testimonial-quote {
  position: relative;
  z-index: 1;
}
