.xap-job-section{
    padding: 52px 0;
    background: #fff;
}

.xap-job-container{
    width: min(1380px, calc(100% - 24px));
    margin: 0 auto;
}

.xap-job-head{
    text-align: center;
    margin-bottom: 20px;
}

.xap-job-pill{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 16px;
    border-radius: 999px;
    background: #fff1ea;
    border: 1px solid rgba(196, 96, 24, 0.14);
    color: #a5521d;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
}

.xap-job-title{
    margin: 10px 0 6px;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 500;
    color: #1d1d1f;
}

.xap-job-sub{
    max-width: 960px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.6;
    color: #5f6470;
}

.xap-job-card{
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 6px 0 0;
}

.xap-job-group{
    margin-bottom: 14px;
    padding: 12px 0 4px;
    border-radius: 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #efe5de;
}

.xap-job-group-head{
    margin-bottom: 10px;
}

.xap-job-group-head h3{
    margin: 0 0 4px;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500;
    color: #1d1d1f;
}

.xap-job-group-head p{
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #6c7280;
}

.xap-job-grid{
    display: grid;
    gap: 12px;
    margin-bottom: 12px;
}

.xap-job-grid:last-child{
    margin-bottom: 0;
}

.xap-job-grid-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.xap-job-field{
    width: 100%;
}

.xap-job-input{
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #e7dcd5;
    background: #ffffff;
    border-radius: 13px;
    padding: 0 12px;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.xap-job-input > i{
    position: static;
    transform: none;
    color: #a5521d;
    font-size: 13px;
    pointer-events: none;
    width: 16px;
    flex: 0 0 16px;
}

.xap-job-input input,
.xap-job-input textarea{
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    width: 100%;
    padding: 11px 0 !important;
    margin: 0 !important;
    font-size: 14px;
}

.xap-job-input--textarea > i{
    align-self: flex-start;
    margin-top: 12px;
}

.xap-job-input:focus-within{
    border-color: #c46018;
    box-shadow: 0 0 0 4px rgba(196, 96, 24, 0.10);
}

.xap-job-form input,
.xap-job-form textarea{
    width: 100%;
    border: 1px solid #e7dcd5;
    background: #ffffff;
    border-radius: 16px;
    padding: 16px 18px;
    font-size: 15px;
    line-height: 1.4;
    color: #1d1d1f;
    outline: none;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.xap-job-form input::placeholder,
.xap-job-form textarea::placeholder{
    color: #7b8190;
}

.xap-job-form input:focus,
.xap-job-form textarea:focus{
    border-color: #c46018;
    box-shadow: 0 0 0 4px rgba(196, 96, 24, 0.10);
}

.xap-job-form textarea{
    min-height: 88px;
    resize: vertical;
}

.xap-job-form input[type="file"]{
    padding: 12px 0 !important;
    background: #fffdfb;
    cursor: pointer;
}

.xap-job-upload-note{
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 400;
    color: #8a5a34;
}

.xap-job-submit{
    padding-top: 4px;
}

.xap-job-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 26px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #c46018 0%, #9d4d18 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(196, 96, 24, 0.24);
    transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease;
}

.xap-job-btn:hover{
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(196, 96, 24, 0.28);
}

.xap-job-btn--light{
    background: #fff;
    color: #1d1d1f;
    border: 1px solid #e7dcd5;
    box-shadow: none;
}

.xap-job-alert{
    padding: 14px 16px;
    border-radius: 16px;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 400;
}

.xap-job-alert--error{
    background: #fff2f2;
    color: #bf2f2f;
    border: 1px solid #f3cccc;
}

.xap-job-alert--success{
    background: #edf9f1;
    color: #1e8a52;
    border: 1px solid #cdebd8;
}

.xap-job-success-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

@media (max-width: 991px){
    .xap-job-title{
        font-size: 36px;
    }

    .xap-job-title{font-size: 30px;}
}

@media (max-width: 767px){
    .xap-job-section{
        padding: 38px 0;
    }

    .xap-job-grid-2{
        grid-template-columns: 1fr;
    }

    .xap-job-title{font-size: 26px;}

    .xap-job-sub{
        font-size: 15px;
        line-height: 1.7;
    }

    .xap-job-group{
        padding: 10px 0 2px;
    }

    .xap-job-btn,
    .xap-job-btn--light{
        width: 100%;
    }

    .xap-job-success-actions{
        flex-direction: column;
    }
}
