.step_wrapper{
    margin: 0 auto;
    padding: 12px 16px;
    width: 100%;
}
.steps_blocks{
    align-items: stretch;
    gap: 20px;
    min-height: 97vh;
}
.step_first_block{
    flex-direction: column;
    gap: 60px;
    background-color: var(--brandGray);
    border-radius: 8px;
    width: 48%;
    justify-content: start;
    align-items: start;
    padding: 45px 100px 45px 140px;
}
.back_link{
    gap: 18px;
    color: var(--white);
    font-size: var(--twenty);
    justify-content: start;
}
.step_logo{
    max-width: 125px;
}
.app_step{
    min-width: fit-content;
    flex-direction: column;
    gap: 8px;
}
.steps_sp{
    color: #D0DBE3;
    font-size: var(--sixteen);
}
.step_radio{
    z-index: 1;
    justify-content: center;
    background-color: #D0DBE3;
    min-width: 36px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.active_step{
    display: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: var(--brandGray);
}
.done_prev_page{
    display: none;
}
.done_prev .done_prev_page{
    display: flex;
}
.done_prev .step_radio, .active_step_blck .step_radio{
    background-color: var(--white);
}
.done_prev .steps_sp{
    color: var(--white);
}
.step_line{
    width: 136px;
    margin: -30px -10px 0 -15px;
    border-bottom: 4px solid #D0DBE3;
}
.where_step_are {
    justify-content: start;
}
.step_line_done{
    border-color: var(--white);
}
.active_step_blck .active_step{
    display: flex;
} 
.active_step_blck .step_radio{
    width: 40px;
    height: 40px;
}
.owner_details_form{
    justify-content: center;
    margin: 0 auto;
    max-width: 612px;
    flex-direction: column;
    gap: 14px;
}
.owner_details_form .app_form_row{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.owner_details_form .app_form_label{
    font-size: 14px;
    color: rgba(255,255,255,0.9);
    font-weight: 600;
}
.owner_title{
    margin-bottom: 16px;
    font-size: 30px;
    font-family: 'Inter-SemiBold';
}
.inps_{
    background-color: transparent;
    font-size: var(--forteen);
    border-radius: 4px;
    border: 2px solid rgba(40, 40, 40, 0.20);
    font-family: 'Inter-Medium';
}
.inps_:focus{
    border-color: var(--brandGray);
}
.inps_::placeholder{
    color: rgba(40, 40, 40, 0.20);
}
.owner_details_form .inps_{
    padding: 20px;
}
.owner_details_form input[type="date"].inps_ {
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.2);
    color-scheme: dark;
}
.owner_details_form .app_select{
    background-color: transparent;
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.20);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='rgba(255,255,255,0.9)' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 28px;
}
.owner_details_form .app_select:invalid{
    color: rgba(255, 255, 255, 0.9);
}
.owner_details_form .app_select option{
    background-color: #fff;
    color: #282828;
}
.for_mailing_rel{
    position: relative;
}
.mailling_info{
    font-size: var(--forteen);
    color: var(--brandGray);
    font-family: 'Inter-Bold';
    position: absolute;
    right: 20px;
    top: 20px
}
.for_mailing_rel .inps_{
    padding-right: 130px;
}
.next_step_btn{
    cursor: pointer;
    padding: 25px;
    background-color: var(--brandGray);
    border-radius: 4px;
    color: var(--white);
    font-size: var(--eighteen);
    margin-top: 16px;
    text-align: center;
    text-transform: uppercase;
}
.next_step_btn:hover{
    color: var(--white);
    background-color: var(--brandGrayBold);
}
.next_grey_btn{
    cursor: pointer;
    color: var(--brandGray);
    background-color: #D0DBE3;
}
.radio_lab{
    align-self: flex-start;
    justify-content: start;
    gap: 10px;
    cursor: pointer;
}
.checko_, .checko_ input, .checkbox_form {
    width: 18px;
    height: 18px;
    aspect-ratio: 1 / 1;
}
.choose_radio{
    font-size: var(--forteen);
    color: rgba(40, 40, 40, 0.20);
}
.checkbox_form {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--brandGray);
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    z-index: 0;
}
.checko_svg {
    width: 60%;
    background-color: var(--brandGray);
    aspect-ratio: 1 / 1;
    display: none;
    border-radius: 50%;
}
.checko_ input:checked~.checkbox_form .checko_svg {
    display: flex;
}
.checko_ input {
    opacity: 0;
    z-index: 2;
    position: absolute;
    cursor: pointer;
}
.step_three_section .next_step_btn, 
.step_three_section .owner_title{
    margin: 0;
}
.add_new_details_block{
    font-size: var(--eighteen);
    color: var(--brandGray);
    justify-content: start;
    gap: 28px;
}
.plus_svg{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: var(--brandGray);
    justify-content: center;
}
.saved_lic{
    gap: 20px;
    font-family: 'Inter-Bold';
    font-size: var(--twenty);
    color: var(--brandGray);
}
.edit_saved{
    cursor: pointer;
    margin-left: auto;
    font-size: var(--twenty);
    font-family: 'Inter-Bold';
    color: var(--brandGray);
}
.edit_saved:hover, .add_new_details_block:hover{
    text-decoration: underline;
}
.form_start{
    justify-content: start;
}
.step_white_title{
    font-size: 32px;
    color: var(--white);
    font-family: 'Inter-Regular';
    font-weight: 300;
}
.step_first_block .saved_lic{
    max-width: 460px;
    color: var(--white);
}
.price_{
    min-width: fit-content;
    font-size: var(--fontTwentyTwo);
    color: var(--white);
    margin-left: auto;
}
.or_pay_blck{
    gap: 10px;
    margin: 20px 0;
}
.or_pay_sp{
    min-width: fit-content;
    font-size: var(--eighteen);
    color: rgba(40, 40, 40, 0.20);
}
.line_grey{
    border-bottom: 1px solid rgba(40, 40, 40, 0.20);
}
.card_inf_sp{
    color: rgba(40, 40, 40, 0.60);
    align-self: flex-start;
    font-size: var(--eighteen);
}
.inp_rel_cards{
    position: relative;
}
.card_types_ch{
    position: absolute;
    gap: 4px;
    top: 22px;
    right: 20px;
}
.choose_your_card_typ {
    width: 24px;
    height: 15px;
}
.mmyy_inp{
    border-radius: 4px 0 0 4px;
}
.cvc_inp{
    border-radius: 0 4px 4px 0;
    border-left-color: transparent;
}
.cvc_inp:focus{
    border-left-color: var(--brandGray);
}
.title_drps{
    cursor: pointer;
}
.country_drp{
    position: relative;
}
.choose_country_drp{
    position: absolute;
    top: 100%;
    gap: 10px;
    padding: 0 12px;
    height: 0;
    border: 2px solid transparent;
    overflow: hidden;
    border-radius: 4px;
    flex-direction: column;
    background-color: var(--white);
}
.choose_country_drp_active {
    padding: 12px;
    height: auto;
    max-height: 200px;
    overflow: auto;
    border-color:rgba(40, 40, 40, 0.20);
}
.your_country{
    font-size: var(--sixteen);
    cursor: pointer;
}
.your_country:hover{
    color: var(--brandGray);
}
.two_inps_blck{
    align-items: start;
}
.error_message{
    align-self: flex-start;
    color: red;
    font-size: 12px;
}
.lab_inps_blck{
    align-items: start;
    gap: 2px;
    flex-direction: column;
}
.thanks_block{
    margin: 0 auto;
    flex-direction: column;
    max-width: 612px;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}
.thanks_img{
    max-width: 260px;
    width: 100%;
}
.thanks_descrip{
    font-size: var(--eighteen);
    color: rgba(40, 40, 40, 0.60);
    text-align: center;
}
.thanks_block .next_step_btn{
    text-transform: none;
}

/* Step 1 permit / processing hints */
.field_label_step1{
    align-self: flex-start;
    width: 100%;
    font-size: 13px;
    font-family: 'Inter-Bold', sans-serif;
    color: var(--brandGray);
    margin-bottom: 8px;
    margin-top: 6px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
}
.field_label_step1::before{
    content: '';
    width: 4px;
    height: 1em;
    min-height: 14px;
    border-radius: 2px;
    background: linear-gradient(180deg, var(--brandGray) 0%, var(--brandGrayBold) 100%);
    flex-shrink: 0;
}
.field_label_step1:first-of-type{
    margin-top: 0;
}
.order_step_help{
    align-self: flex-start;
    width: 100%;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(40, 40, 40, 0.78);
    margin: 0 0 16px 0;
    max-width: 520px;
    padding: 14px 16px 14px 18px;
    background: linear-gradient(105deg, rgba(64, 105, 124, 0.06) 0%, rgba(64, 105, 124, 0.02) 100%);
    border: 1px solid rgba(64, 105, 124, 0.12);
    border-radius: 10px;
    border-left: 3px solid var(--brandGray);
    box-shadow: 0 2px 12px rgba(38, 83, 104, 0.06);
}
.order_step_help strong{
    color: var(--brandGrayBold);
    font-weight: 600;
}
.order_step_help--muted{
    color: rgba(40, 40, 40, 0.48);
    background: rgba(0, 0, 0, 0.02);
    border-style: dashed;
    border-left-color: rgba(64, 105, 124, 0.35);
    box-shadow: none;
}
.order_step_help--tight{
    margin-top: 8px;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
}

/* Sidebar: permit summary steps 2–4 */
.order_selection_summary{
    display: flex;
    margin-top: 24px;
    max-width: 460px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0.04) 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.order_selection_summary__head{
    align-items: center;
    gap: 14px;
    padding: 18px 20px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, transparent 100%);
}
.order_selection_summary__icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.95);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.06) 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    flex-shrink: 0;
}
.order_selection_summary__head_text{
    flex: 1;
    min-width: 0;
}
.order_selection_summary__title{
    font-size: 17px;
    font-family: 'Inter-Bold', sans-serif;
    color: var(--white);
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.order_selection_summary__subtitle{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    margin-top: 4px;
    letter-spacing: 0.02em;
}
.order_selection_summary__body{
    padding: 18px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.order_selection_summary__row{
    margin-bottom: 16px;
    width: 100%;
}
.order_selection_summary__row--inline{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px 16px;
    margin-bottom: 12px;
}
.order_selection_summary__row--inline .order_selection_summary__label{
    margin-bottom: 0;
}
.order_selection_summary__row--date{
    margin-top: 14px;
    padding-top: 14px;
    margin-bottom: 0;
    border-top: 1px dashed rgba(255, 255, 255, 0.15);
}
.order_selection_summary__label{
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 6px;
    font-family: 'Inter-Bold', sans-serif;
}
.order_selection_summary__value{
    display: block;
    font-size: 17px;
    font-family: 'Inter-Bold', sans-serif;
    color: var(--white);
    line-height: 1.35;
    letter-spacing: -0.01em;
}
.order_selection_summary__value--date{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.92);
    font-variant-numeric: tabular-nums;
}
.order_selection_summary__badge{
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-family: 'Inter-Bold', sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: 1px solid transparent;
}
.order_selection_summary__badge--expedited{
    color: #0f172a;
    background: linear-gradient(135deg, #fde68a 0%, #fbbf24 100%);
    border-color: rgba(251, 191, 36, 0.5);
    box-shadow: 0 2px 8px rgba(251, 191, 36, 0.25);
}
.order_selection_summary__badge--standard{
    color: rgba(255, 255, 255, 0.95);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.22);
}
.order_selection_summary__note{
    position: relative;
    margin: 0;
    padding: 12px 14px 12px 22px;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.82);
    max-width: 100%;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.order_selection_summary__note .order_selection_summary__note_mark{
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 12px;
    width: 3px;
    border-radius: 0 2px 2px 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.15) 100%);
}

@media screen and (max-width: 900px) {
    .order_selection_summary{
        border-radius: 12px;
    }
    .order_selection_summary__head{
        padding: 14px 16px 12px;
    }
    .order_selection_summary__body{
        padding: 14px 16px 16px;
    }
    .order_selection_summary__icon{
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }
    .order_selection_summary__title{
        font-size: 16px;
    }
}







