/* /privacidad: segunda capa del texto de privacidad. Página de solo lectura, larga —
   misma identidad que el resto (base.css), sin nada interactivo salvo el enlace de vuelta. */
body.privacidad { min-height: 100vh; }
.privacidad .wrap {
  max-width: 640px; margin: 0 auto; position: relative;
  padding: 30px 20px calc(48px + env(safe-area-inset-bottom, 0));
}

.privacidad .volver {
  display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px;
  border-radius: 50%; color: var(--gold); text-decoration: none; font-size: 1.15rem;
  border: 1px solid var(--line2); margin-bottom: 18px;
}
@media (hover: hover) { .privacidad .volver:hover { border-color: var(--gold); background: rgba(var(--gr), .08); } }

.privacidad h1 { font-size: clamp(1.55rem, 6.5vw, 1.95rem); line-height: 1.28; margin-bottom: 10px; }
.privacidad .lead { color: var(--muted); font-size: 1rem; margin-bottom: 34px; }

.privacidad .pv-bloque { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.privacidad .pv-bloque--last { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.privacidad h2 { font-size: 1.15rem; margin-bottom: 10px; }
.privacidad p { font-size: 1rem; line-height: 1.7; }
.privacidad p:last-child { margin-bottom: 0; }
