{#if submitted} (submitted = false)} /> {/if} {#if showErrorModal} (showErrorModal = false)} onRetry={() => (showErrorModal = false)} /> {/if}

{headingParts.plain}{' '}{headingParts.highlight}

{#if step === 1}
{#if hasBanner}
{booking.subtitle}
{/if}
clearError('fullName')} /> {#if errors.fullName}

{errors.fullName}

{/if}
clearError('email')} on:blur={() => { if (!email.trim()) return; const msg = validateEmail(email); errors = { ...errors, email: msg }; }} /> {#if errors.email}

{errors.email}

{/if}
clearError('phone')} /> {#if errors.phone}

{errors.phone}

{/if}
{#if hasServices}
 Services
{#each booking.serviceOptions as service} {/each}
{/if}
{:else} {#each selectedServices as service} {/each}
{#if dogIntro}
{dogIntro}
{/if}
clearError('petName')} /> {#if errors.petName}

{errors.petName}

{/if}
clearError('location')} /> {#if errors.location}

{errors.location}

{/if}
{/if}