<turbo-stream action="append" target="start_modal"><template>
  <div data-controller="start-chat" class="
  fixed inset-0 z-50 
  flex items-center justify-center bg-dark-secondary-90
">
  <div class="relative rounded-3xl p-8 max-w-md w-full pb-[60px]">
      <div
        class="absolute text-center bg-hint-four right-3 top-3 md:right-5 md:top-5 
        color-hint rounded-full
        w-[24px] h-[24px] md:w-[35px] md:h-[35px]
        leading-[25px] md:leading-[35px]
        text-[18px] md:text-[28px]
        "
        data-action="click->start-chat#close"
      >✕</div>
    <div class="text-center">
      <h2 class="font-secondary font-normal text-[32px] leading-[120%] text-center mb-6 mt-10">
        Begin a free live chat<br><i>with a top Psychic</i><br>right now
      </h2>

      <div class="flex justify-center mb-6">
        <div class="
          rounded-full overflow-hidden 
          w-[120px] h-[120px] md:w-[200px] md:h-[200px] lg:w-[230px] lg:h-[230px] bg-avatar
          outline-primary outline-[4px] md:outline-[4px] border-color-primary border-[4px] md:border-[6px]
          ">
          <img alt="Oakley" class="w-full h-full object-cover" src="https://s3.eu-central-1.amazonaws.com/production.s3.amicusmeus.org/consultants/132/4dc3e36dc70d3519245e0c2ef3033a75-square_200_webp.webp" />
        </div>
      </div>

      <div class="flex flex-row items-center justify-center mb-5">
        <img alt="Oakley" class="
          w-[48px] h-[48px] object-cover rounded-full mr-2
        " src="https://s3.eu-central-1.amazonaws.com/production.s3.amicusmeus.org/consultants/132/4dc3e36dc70d3519245e0c2ef3033a75-square_200_webp.webp" />
        <p class="font-primary font-normal text-[16px] leading-[140%] 
          bg-secondary-32 p-2 rounded-tr-md rounded-tl-md rounded-br-md">
          Let's talk about what's on your mind
        </p>
      </div>

      <a data-turbo-method="post" class="
        block w-full py-4 btn-accent font-primary font-medium 
        text-[16px] leading-[18px] text-center rounded-md mb-3
      " href="/chats?consultant_id=132">
        START NOW
</a>
      <button 
        data-action="click->start-chat#close" 
        class="font-primary font-normal text-[12px] leading-[100%] color-light">
        Chat later
      </button>
    </div>
  </div>
</div>
</template></turbo-stream>