<!doctype html>

<html lang="en">

<head>

  <meta charset="utf-8">

  <title>The Sculpted Soul — Downloads</title>

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

  <style>

    body{font-family: system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; margin:24px; color:#101724;}

    h1{font-weight:800; margin:0 0 12px;}

    .wrap{max-width:720px;}

    ul{margin:0; padding:0; list-style:none;}

    li{margin:10px 0; padding:12px; border:1px solid #cbc7d5; border-radius:10px; background:#fff;}

    a{color:#7083c3; text-decoration:none; font-weight:800;}

    a:hover{text-decoration:underline;}

    .tip{margin-top:12px; color:#555; font-size:14px;}

  </style>

</head>

<body>

  <div class="wrap">

    <h1>The Sculpted Soul — Downloads</h1>

    <ul>

      <li>

        <a href="The%203-Minute%20Sleep%20Reset%20Guide.pdf" download>

          The 3‑Minute Sleep Reset Guide (PDF)

        </a>

      </li>

      <li>

        <a href="Printable%20Bedside%20Rapid%20Reset%20Card.pdf" download>

          Printable Bedside Rapid Reset Card (PDF)

        </a>

      </li>

    </ul>

    <p class="tip">Tip: If your browser opens the PDF instead of downloading, right‑click the link → “Save Link As…”</p>

  </div>

</body>

</html>