/* ── Privacy Policy page ───────────────────────────────────────────────────── */

/* The page starts where the rail (shared/rail.css) ends. */
body.landing2 { padding-left: var(--rail, 0px); box-sizing: border-box; }

.pv-main {
  max-width: 760px;
  margin: 0 auto;
  padding: 3.5rem 2rem 4rem;
}

.pv-eyebrow {
  color: #5CC5A7;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
}

.pv-title {
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.5rem;
  text-wrap: balance;
}

.pv-updated {
  color: rgba(255,255,255,0.4);
  font-size: 0.85rem;
  margin: 0 0 2rem;
}

.pv-intro {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.8);
  margin: 0 0 2.5rem;
  max-width: 65ch;
}

.pv-section {
  margin-bottom: 2.25rem;
  max-width: 65ch;
}

.pv-section h2 {
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.9rem;
}

.pv-section p {
  color: rgba(255,255,255,0.75);
  font-size: 0.96rem;
  line-height: 1.7;
  margin: 0 0 0.9rem;
}

.pv-section ul {
  margin: 0;
  padding-left: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.pv-section li {
  color: rgba(255,255,255,0.75);
  font-size: 0.96rem;
  line-height: 1.65;
}

.pv-section strong { color: #fff; }

.pv-section a {
  color: #5CC5A7;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pv-section a:hover { color: #7fd9bc; }

/* The list of signals a hosted application sends: the whole of it. */
.pv-signals code { padding: 1px 6px; border-radius: 5px; background: rgba(127,127,127,0.12); font-size: 0.9em; }
