Thank You

<style>
  .thank-you-container {
    max-width: 600px;
    margin: 80px auto;
    padding: 40px 20px;
    text-align: center;
    background-color: #10131b;
    color: #ffffff;
    font-family: 'Helvetica Neue', sans-serif;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
  }

  .thank-you-container h1 {
    font-size: 32px;
    color: #00bfff;
    margin-bottom: 20px;
  }

  .thank-you-container p {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .thank-you-container a {
    display: inline-block;
    padding: 12px 24px;
    background-color: #00bfff;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
  }

  .thank-you-container a:hover {
    background-color: #009acf;
  }
</style>

<div class="thank-you-container">
  <h1>Thank You!</h1>
  <p>Your trial request has been received.  
     We'll be in touch shortly to schedule your NeuroNova session.</p>
  <a href="/">Return to Home</a>
</div>