.booking-section {
    max-width: 780px;
    padding-block: var(--space-5)
}

.booking-panel {
    --b-bg: #f8f2e8;
    --b-card: #fff;
    --b-card-border: #e7e0d2;
    --b-card-border-hover: #d7cdb9;
    --b-ink: #1c1a17;
    --b-ink-dim: #7c7568;
    --b-red: var(--accent);
    border-radius: var(--radius-lg);
    -webkit-backdrop-filter: blur(20px);
    color: var(--b-ink);
    background: #f8f2e8d9;
    padding: clamp(1.4rem, 1rem + 1.8vw, 2.75rem);
    position: relative;
    box-shadow: 0 40px 90px -30px #0000008c
}

.stepper {
    align-items: flex-start;
    margin-bottom: clamp(1.75rem, 1.4rem + 1.4vw, 2.5rem);
    display: flex
}

.stepper__item {
    flex-direction: column;
    flex-shrink: 0;
    align-items: center;
    gap: .5em;
    display: flex
}

.stepper__connector {
    background: var(--b-card-border);
    flex: 1;
    min-width: 12px;
    height: 2px;
    margin-top: 23px
}

.stepper__item[data-done=true]+.stepper__connector {
    background: var(--b-red)
}

.stepper__item[data-active=true]+.stepper__connector {
    background: linear-gradient(to right, var(--b-red) 50%, var(--b-card-border) 50%)
}

.stepper__num {
    border: 2px solid var(--b-card-border);
    width: 48px;
    height: 48px;
    font-family: var(--font-display);
    color: var(--b-ink-dim);
    background: var(--b-card);
    transition: border-color var(--dur-fast), color var(--dur-fast), background var(--dur-fast);
    border-radius: 50%;
    flex-shrink: 0;
    place-items: center;
    font-size: 1rem;
    font-weight: 600;
    display: grid
}

.stepper__label {
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--b-ink-dim);
    white-space: nowrap;
    transition: color var(--dur-fast);
    font-size: .66rem;
    font-weight: 700
}

.stepper__item[data-active=true] .stepper__num {
    border-color: var(--b-red);
    background: var(--b-red);
    color: #fff
}

.stepper__item[data-active=true] .stepper__label {
    color: var(--b-red)
}

.stepper__item[data-done=true] .stepper__num {
    border-color: var(--b-red);
    color: var(--b-red);
    background: var(--b-card)
}

.stepper__item[data-done=true] .stepper__label {
    color: var(--b-ink-dim)
}

@media (width<=480px) {
    .stepper__num {
        border-width: 1.5px;
        width: 38px;
        height: 38px;
        font-size: .85rem
    }

    .stepper__connector {
        margin-top: 18px
    }

    .stepper__label {
        font-size: .56rem
    }
}

@media (width<=360px) {
    .stepper__item:not([data-active=true]) .stepper__label {
        display: none
    }
}

.booking-step {
    display: none
}

.booking-step[data-active=true] {
    display: block
}

.booking-step__title {
    font-family: var(--font-display);
    font-size: var(--fs-h3);
    color: var(--b-ink);
    margin-bottom: .3em;
    font-weight: 600
}

.booking-step__subtitle {
    color: var(--b-ink-dim);
    margin-bottom: var(--space-3);
    font-size: .88rem
}

.booking-panel .form-field {
    margin-bottom: 1rem
}

.form-field__label {
    font-size: var(--fs-small);
    color: var(--b-ink);
    margin-bottom: .5em;
    font-weight: 600;
    display: block
}

.booking-panel .form-field label {
    color: var(--b-ink);
    font-weight: 600
}

.booking-panel .form-field input,
.booking-panel .form-field select {
    height: 48px;
    padding-block: 0;
    padding-inline: 1.1em
}

.booking-panel .form-field textarea {
    padding: .85em 1.1em
}

.booking-panel .form-field input,
.booking-panel .form-field select,
.booking-panel .form-field textarea {
    background: var(--b-card);
    border: 1.5px solid var(--b-card-border);
    color: var(--b-ink);
    border-radius: var(--radius-sm);
    transition: border-color var(--dur-fast), box-shadow var(--dur-fast)
}

.booking-panel .form-field input:focus,
.booking-panel .form-field select:focus,
.booking-panel .form-field textarea:focus {
    border-color: var(--b-red);
    box-shadow: 0 0 0 3px #c81e2c1f
}

.booking-panel .form-field input::placeholder,
.booking-panel .form-field textarea::placeholder {
    color: #aca595
}

.booking-panel .form-field select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7'%3E%3Cpath d='M1 1l4.5 4.5L10 1' stroke='%237c7568' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: right 1.1em center;
    background-repeat: no-repeat;
    padding-right: 2.6em
}

.booking-panel .form-field input[type=date] {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231c1a17' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5' width='17' height='15' rx='2'/%3E%3Cpath d='M3.5 9.5h17M8 3v4M16 3v4'/%3E%3Cpath d='M7.5 13h1M11.5 13h1M15.5 13h1M7.5 16.5h1M11.5 16.5h1M15.5 16.5h1'/%3E%3C/svg%3E");
    background-position: right 1em center;
    background-repeat: no-repeat;
    background-size: 19px 19px;
    padding-right: 2.6em;
    position: relative
}

.booking-panel .form-field input[type=date]::-webkit-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0
}

.b-row {
    gap: var(--space-3);
    display: grid
}

.b-row--2 {
    grid-template-columns: repeat(2, 1fr)
}

.b-row--3 {
    grid-template-columns: repeat(3, 1fr)
}

.b-row>.form-field {
    min-width: 0
}

.b-row>.form-field input,
.b-row>.form-field select {
    width: 100%;
    min-width: 0
}

@media (width<=640px) {
    .b-row--2 {
        grid-template-columns: 1fr
    }

    .b-row--vehicle {
        grid-template-columns: repeat(2, 1fr)
    }

    .b-row--vehicle .b-field-year {
        order: 1
    }

    .b-row--vehicle .b-field-make {
        order: 2
    }

    .b-row--vehicle .b-field-model {
        order: 3
    }

    .b-row--vehicle .b-field-km {
        order: 4
    }

    .b-row--vehicle .b-field-rego {
        order: 5;
        grid-column: 1/-1
    }

    .b-row--3:not(.b-row--vehicle) {
        grid-template-columns: 1fr
    }
}

.booking-hint {
    color: var(--b-ink);
    border-radius: var(--radius-sm);
    background: #c81e2c0f;
    border: 1.5px solid #c81e2c33;
    align-items: flex-start;
    gap: .65em;
    margin-bottom: 1.1rem;
    padding: .8em 1em;
    font-size: .85rem;
    font-weight: 500;
    line-height: 1.45;
    display: flex
}

.booking-hint__icon {
    width: 18px;
    height: 18px;
    color: var(--b-red);
    flex-shrink: 0;
    margin-top: .1em
}

.service-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: .6em;
    margin-bottom: .4em;
    display: grid
}

.service-card {
    text-align: center;
    background: var(--b-card);
    border: 1.5px solid var(--b-card-border);
    min-height: 100px;
    color: var(--b-ink);
    cursor: pointer;
    transition: border-color var(--dur-fast), box-shadow var(--dur-fast), transform var(--dur-fast);
    border-radius: 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .5em;
    padding: .9em .5em;
    display: flex;
    position: relative
}

.service-card:hover {
    border-color: var(--b-card-border-hover)
}

.service-card:focus-visible {
    outline: 2px solid var(--b-red);
    outline-offset: 2px
}

.service-card__icon {
    color: var(--b-ink);
    line-height: 0
}

.service-card__icon svg {
    width: 26px;
    height: 26px
}

.service-card__label {
    font-size: .74rem;
    font-weight: 600;
    line-height: 1.25
}

.service-card__badge {
    background: var(--b-red);
    color: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    display: none;
    position: absolute;
    top: -8px;
    right: -8px;
    box-shadow: 0 3px 8px -1px #c81e2c80
}

.service-card__badge svg {
    width: 12px;
    height: 12px
}

.service-card[data-selected=true] {
    border-color: var(--b-red);
    border-width: 2px;
    box-shadow: 0 0 0 1px #c81e2c1f
}

.service-card[data-selected=true] .service-card__badge {
    display: flex
}

@media (width<=480px) {
    .service-card {
        min-height: 92px;
        padding: .75em .4em
    }

    .service-card__icon svg {
        width: 22px;
        height: 22px
    }

    .service-card__label {
        font-size: .68rem
    }
}

.service-grid--compact {
    grid-template-columns: repeat(2, 1fr)
}

.service-card--compact {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    gap: .7em;
    min-height: 0;
    padding: .85em 1em
}

.service-card--compact .service-card__icon svg {
    width: 21px;
    height: 21px
}

.service-card--compact .service-card__label {
    font-size: .78rem
}

@media (width<=480px) {
    .service-grid--compact {
        grid-template-columns: 1fr
    }
}

.booking-step__subhead {
    font-family: var(--font-display);
    color: var(--b-ink);
    margin: 0 0 .75rem;
    font-size: 1.05rem;
    font-weight: 600
}

.service-section+.service-section {
    border-top: 1px solid var(--b-card-border);
    margin-top: 1.75rem;
    padding-top: 1.5rem
}

.notes-disclosure {
    border: 1.5px solid var(--b-card-border);
    border-radius: var(--radius-sm);
    background: var(--b-card);
    margin-bottom: 1rem;
    padding: .8em 1.1em
}

.notes-disclosure summary {
    cursor: pointer;
    color: var(--b-ink-dim);
    align-items: center;
    gap: .6em;
    font-size: .85rem;
    font-weight: 500;
    list-style: none;
    display: flex
}

.notes-disclosure summary::-webkit-details-marker {
    display: none
}

.notes-disclosure summary .notes-disclosure__icon {
    color: var(--b-ink-dim);
    flex-shrink: 0;
    display: inline-flex
}

.notes-disclosure summary .notes-disclosure__icon svg {
    width: 16px;
    height: 16px
}

.notes-disclosure summary:after {
    content: "";
    width: 8px;
    height: 8px;
    transition: transform var(--dur-fast);
    border-bottom: 1.5px solid;
    border-right: 1.5px solid;
    flex-shrink: 0;
    margin-left: auto;
    transform: rotate(45deg)
}

.notes-disclosure[open] summary {
    color: var(--b-ink);
    margin-bottom: .6em
}

.notes-disclosure[open] summary:after {
    transform: rotate(-135deg)
}

.notes-disclosure textarea {
    min-height: 76px
}

.field-error {
    color: var(--accent);
    margin-top: .5em;
    font-size: .8rem
}

.field-error[hidden] {
    display: none
}

.booking-panel input[aria-invalid=true],
.booking-panel select[aria-invalid=true] {
    border-color: var(--accent) !important;
    background: #c81e2c0a !important
}

.saturday-note {
    color: var(--b-ink-dim);
    align-items: flex-start;
    gap: .5em;
    margin-top: .6em;
    font-size: .78rem;
    line-height: 1.45;
    display: flex
}

.saturday-note[hidden] {
    display: none
}

.saturday-note__icon {
    width: 15px;
    height: 15px;
    color: var(--b-red);
    flex-shrink: 0;
    margin-top: .15em
}

.saturday-note a {
    color: var(--b-red);
    text-underline-offset: 2px;
    font-weight: 600;
    text-decoration: underline
}

.saturday-note a:hover {
    opacity: .8
}

.booking-nav {
    margin-top: var(--space-4);
    justify-content: space-between;
    align-items: center;
    gap: var(--space-2);
    display: flex
}

.booking-nav .btn {
    min-height: 46px
}

.booking-panel .btn-ghost {
    background: var(--b-card);
    border-color: var(--b-card-border);
    color: var(--b-ink)
}

.booking-panel .btn-ghost:hover {
    border-color: var(--b-card-border-hover)
}

.booking-nav .btn-arrow {
    transition: transform var(--dur-fast);
    display: inline-block
}

.booking-nav .btn-primary:hover .btn-arrow {
    transform: translate(3px)
}

.booking-nav__group {
    gap: .6em;
    display: flex
}

@media (width<=560px) {
    .booking-nav {
        flex-direction: column-reverse;
        align-items: stretch;
        gap: .75em
    }

    .booking-nav .btn {
        justify-content: center;
        width: 100%
    }

    .booking-nav span:empty {
        display: none
    }

    .booking-nav__group {
        flex-direction: column-reverse;
        gap: .75em;
        width: 100%
    }
}

.booking-trust {
    border-top: 1px solid var(--b-card-border);
    color: var(--b-ink-dim);
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: .5em;
    margin-top: 1.5rem;
    padding-top: 1.1rem;
    font-size: .76rem;
    display: flex
}

.booking-trust svg {
    width: 15px;
    height: 15px;
    color: var(--b-ink-dim);
    flex-shrink: 0
}

.review-summary {
    background: var(--b-card-border);
    border: 1.5px solid var(--b-card-border);
    border-radius: var(--radius-md);
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    margin-bottom: .5rem;
    display: grid;
    overflow: hidden
}

.review-group {
    background: var(--b-card);
    padding: 1.1em 1.3em
}

.review-group__title {
    font-family: var(--font-body);
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--b-red);
    margin-bottom: .85em;
    font-size: .64rem;
    font-weight: 700
}

.review-group__list {
    flex-direction: column;
    gap: .6em;
    display: flex
}

.review-row dt {
    color: var(--b-ink-dim);
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: .66rem
}

.review-row dd {
    color: var(--b-ink);
    margin: .15em 0 0;
    font-size: .9rem
}

@media (width<=640px) {
    .review-summary {
        grid-template-columns: 1fr
    }
}