<turbo-stream action="update" target="static_slider"><template></template></turbo-stream>
<turbo-stream action="update" target="static_slider"><template>
  <div data-controller="custom-slideover" class="slideover-control-div" style="z-index: 9999;">
  <div id="slide-over-title" class="relative" aria-labelledby="slide-over-title" role="dialog" aria-modal="true">
    <!-- Background backdrop, show/hide based on slide-over state. -->
    <div class="fixed inset-0 bg-gray-500 bg-opacity-25 transition-opacity" style="z-index: 9999;"></div>
    <!-- New customer, contact, address slider -->
    <div class="fixed inset-0 overflow-hidden" style="z-index: 9999;">
      <div class="absolute inset-0 overflow-hidden">
        <div class="pointer-events-none fixed inset-y-0 right-0 flex max-w-full xl:pl-10">
          <div id="slide-over-panel" class="pointer-events-auto w-screen max-w-2xl transform transition-all duration-300 ease-out translate-x-full">
            <div class="flex h-full flex-col bg-white shadow-2xl">
              <!-- Header -->
              <div class="px-6 py-4 bg-gray-50 border-b border-gray-200">
                <div class="flex items-center justify-between">
                  <h2 class="text-xl font-semibold text-gray-900 flex items-center gap-2" id="slide-over-title"></h2>
                  <button type="button" data-action="click->custom-slideover#close" class="rounded-lg p-2 text-gray-400 hover:text-gray-600 hover:bg-white focus:outline-none focus:ring-2 focus:ring-indigo-500 transition-colors">
                    <span class="sr-only">Close panel</span>
                    <svg class="w-5 h-5" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
                      <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
                    </svg>
                  </button>
                </div>
              </div>
              <!-- Content -->
              <div class="flex-1 overflow-y-auto">
                <div class="p-6">
                  
    <!-- app/views/static/_demostration_content.html.erb -->
<div class="flex min-h-full flex-col justify-center py-0 sm:px-4 lg:px-4">
  <div class="sm:mx-auto sm:w-full sm:max-w-md">
    <h2 class="mt-6 text-center text-xl font-bold leading-9 tracking-tight text-gray-900">
      Live demonstration account access
    </h2>
    <p class="mt-2 text-center text-sm text-gray-500">
      Please provide the following details, and we will email you the login details to our demonstration account. You can then log in and explore Puree&#39;s full capabilities, complete with pre-populated data.
    </p>
  </div>
  <div class="mt-8 sm:mx-auto sm:w-full sm:max-w-md">
    <div class="bg-gray-50 px-6 py-8 shadow sm:rounded-lg border">
      <form class="space-y-6" action="/request-demo" method="post">
        <div class="pqruejlkmy-cwaobhgin_1775612863"><style media="screen">.pqruejlkmy-cwaobhgin_1775612863 {position:absolute!important;top:-9999px;left:-9999px;}</style><label for="pqruejlkmy-cwaobhgin">If you are a human, ignore this field</label><input type="text" name="pqruejlkmy-cwaobhgin" id="pqruejlkmy-cwaobhgin" autocomplete="off" tabindex="-1" /><input type="hidden" name="spinner" id="spinner" value="166045b291e0b4fead8b8cfbcb0a5ff3" autocomplete="off" /></div>
        <input type="hidden" name="authenticity_token" value="yfIuhk_qO4Fm9mdqIKZaRYjOeQ5k9JnPRsT70nhtCV7vPC1zatLmmMNoVIDhPVAA_bxL1tv5DH-mkqVM06NJqw">
        <div>
          <label for="name" class="block text-sm font-medium leading-6 text-gray-900">Your name</label>
          <div class="mt-2">
            <input id="name" name="demo_request[name]" type="text" required class="block w-full rounded-md border-0 py-1.5 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6" placeholder="Enter your name">
          </div>
        </div>
        <div>
          <label for="company" class="block text-sm font-medium leading-6 text-gray-900">Your company name</label>
          <div class="mt-2">
            <input id="company" name="demo_request[company]" type="text" required class="block w-full rounded-md border-0 py-1.5 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6" placeholder="Enter your company name">
          </div>
        </div>
        <div>
          <label for="email-address" class="block text-sm font-medium leading-6 text-gray-900">Email address</label>
          <div class="mt-2">
            <input id="email-address" name="demo_request[email]" type="email" autocomplete="email" required class="block w-full rounded-md border-0 py-1.5 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6" placeholder="Enter your email address">
          </div>
        </div>
        <div>
          <button type="submit" class="flex w-full justify-center rounded-md bg-indigo-600 px-3 py-1.5 text-sm font-semibold leading-6 text-white shadow-sm hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600">
            Access Demo Site
          </button>
        </div>
      </form>
    </div>
    <p class="mt-6 text-center text-sm text-gray-500">
      No credit card required.
    </p>
  </div>
</div>


                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>
</template></turbo-stream>