<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <title>Privacy Policy | Ford Signature Dentistry</title>


  <style>

    body {

      margin: 0;

      font-family: Arial, sans-serif;

      background: #ffffff;

      color: #1d1a16;

      line-height: 1.7;

      padding: 40px;

      max-width: 800px;

      margin: auto;

    }

    h1 {

      margin-bottom: 20px;

    }

  </style>

</head>

<body>


<h1>Privacy Policy</h1>


<p>Ford Signature Dentistry respects your privacy and is committed to protecting your personal information.</p>


<p>When you submit information through this website, including your name, phone number, and email address, it is used solely for the purpose of contacting you regarding your request.</p>


<p>We do not sell, trade, or share your personal information with third parties.</p>


<p>Your information is stored securely and only accessible by authorized team members.</p>


<p>If you have any questions about this policy, please contact our office directly.</p>


</body>

</html>