<!DOCTYPE html>
<html>
<head><meta charset="utf-8"></head>
<body style="font-family: system-ui, sans-serif; max-width: 600px; margin: 40px auto; padding: 20px; color: #333;">
<h2>Password Reset Request</h2>
<p>Hello {{ to_name }},</p>
<p>A password reset was requested for your account. Click the link below to reset your password:</p>
<p><a href="{{ reset_link }}">Reset your password</a></p>
<p style="font-size: 13px; color: #666; word-break: break-all;">{{ reset_link }}</p>
<p style="font-size: 13px; color: #888;">This link will expire in 30 minutes. If you did not request this, you can ignore this email.</p>
</body>
</html>