/* Terms & content use — footer legal surface.
   Quiet by design: this is small print, so it reads at the footer's weight and
   colour rather than competing with the page above it. */
.pv-legal {
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-top: clamp(1.5rem, 3vw, 2.25rem);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.pv-legal__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.pv-legal__title {
  margin: 0 0 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #cbd5e1;
}

.pv-legal__intro {
  margin: 0 0 1.5rem;
  max-width: 62ch;
  font-size: 0.75rem;
  line-height: 1.6;
  color: #64748b;
}

.pv-legal__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 22rem), 1fr));
  gap: clamp(1.25rem, 3vw, 2.5rem);
}

.pv-legal__item h3 {
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #94a3b8;
}

.pv-legal__item p {
  margin: 0 0 0.6rem;
  font-size: 0.75rem;
  line-height: 1.65;
  color: #64748b;
}

.pv-legal__carveout,
.pv-legal__optout {
  color: #7c8ba1;
}

.pv-legal__item a {
  color: #5eead4;
  text-decoration: none;
  border-bottom: 1px solid rgba(94, 234, 212, 0.35);
}

.pv-legal__item a:hover,
.pv-legal__item a:focus-visible {
  color: #99f6e4;
  border-bottom-color: rgba(153, 246, 228, 0.6);
}

.pv-legal__link {
  font-size: 0.75rem;
  color: #94a3b8;
  text-decoration: none;
  border-bottom: 1px solid rgba(148, 163, 184, 0.3);
}

.pv-legal__link:hover,
.pv-legal__link:focus-visible {
  color: #cbd5e1;
}
