<turbo-stream action="update" target="checkout_form"><template>
<div class="hidden
            sm:block sm:relative sm:bg-neutral-200 sm:dark:bg-neutral-700 sm:py-3.5 sm:px-4 sm:rounded-t-lg">
  <div class="relative z-50 flex items-center justify-between space-x-2">
    
<div class="bg-neutral-200 dark:bg-neutral-700 py-2 px-4 inline-flex items-center space-x-2.5 justify-start">
  <div class="size-6 text-xs font-semibold rounded-full flex items-center justify-center
              bg-black dark:bg-white text-white dark:text-black">
    1
  </div>
  <div class="inline-block font-medium
              text-black dark:text-white">
    Register
  </div>
</div>

    
<div class="bg-neutral-200 dark:bg-neutral-700 py-2 px-4 inline-flex items-center space-x-2.5 justify-center">
  <div class="size-6 text-xs font-semibold rounded-full flex items-center justify-center
              bg-neutral-300 dark:bg-neutral-600 text-neutral-200 dark:text-neutral-200">
    2
  </div>
  <div class="inline-block font-medium
              text-global dark:text-global-dark">
    Payment details
  </div>
</div>

    
<div class="bg-neutral-200 dark:bg-neutral-700 py-2 px-4 inline-flex items-center space-x-2.5 justify-end">
  <div class="size-6 text-xs font-semibold rounded-full flex items-center justify-center
              bg-neutral-300 dark:bg-neutral-600 text-neutral-200 dark:text-neutral-200">
    3
  </div>
  <div class="inline-block font-medium
              text-global dark:text-global-dark">
    Dive in...
  </div>
</div>

  </div>
  <div class="hidden
              sm:block sm:absolute sm:z-10 sm:top-[calc(50%-1px)] sm:left-6 sm:w-[90%] sm:border-b-2 sm:border-dashed sm:border-neutral-300 dark:sm:border-neutral-700"></div>
</div>


<div class="pt-10 pb-8 px-8">

    
<form action="/checkout/register" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="56p2B_PEb0IxKKigJ5H6qXSZyAUD8tYDijyB2UQMo9Trqia-MGtEmVX-ZgASxlYDjSRn9xWCdEyaL2k-GBSaPw" autocomplete="off" />
  


  <div class="space-y-6">
      <input id="user_timezone" name="user[timezone]" data-controller="timezone" autocomplete="off" type="hidden" />
    <input value="builder-methods-pro" autocomplete="off" type="hidden" name="product" id="product" />
    <input value="a0hzkhdw" autocomplete="off" type="hidden" name="price" id="price" />
    <input autocomplete="off" type="hidden" name="coupon" id="coupon" />
    <input value="1" autocomplete="off" type="hidden" name="seats" id="seats" />

    






<div class="relative space-y-2 w-full "
     >


        <label class="inline-flex  font-medium text-global dark:text-global-dark " for="user[email_address]">
          
          Email address
          
</label>

        <div class=""
>
      
      <input placeholder="name@domain.com" class="form-control  " autofocus="autofocus" type="text" name="user[email_address]" id="user[email_address]" />

    </div>



</div>

    






<div class="relative space-y-2 w-full "
     >


        <label class="inline-flex  font-medium text-global dark:text-global-dark " for="user[password]">
          
          Create a password
          
</label>

        <div class=""
>
      
      <input placeholder="Create a password" class="form-control  " type="password" name="user[password]" id="user[password]" />

    </div>



</div>

    <div class="space-y-6 pt-2
                sm:flex sm:items-center sm:justify-between sm:space-x-6 sm:space-y-0">
      <button name="button" type="submit" class="text-center btn btn-primary btn-large shadow-sm">
        <span>
          Register <span class="hidden xs:inline-block">&amp; continue</span>
        </span>
        <svg aria-hidden="true" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" absoluteStrokeWidth="false" class=" "><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg>
</button>
      <a class="flex items-center space-x-2 font-medium
                          sm:pr-4" data-turbo-frame="checkout_form" href="/checkout/login?product=builder-methods-pro&amp;seats=1">
        <span>
          Already registered? Login
        </span>
</a>    </div>
  </div>
</form>

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