.ab-jobs-page,
.ab-jobs-page * { box-sizing: border-box; }

.ab-jobs-page {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    background: #f5fafd;
    color: #1f2d3d;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.65;
}

.ab-jobs-wrap { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }

.ab-jobs-hero {
    position: relative;
    padding: 86px 0;
    color: #fff;
    text-align: center;
    background:
        radial-gradient(circle at 12% 18%, rgba(16,167,223,.24), transparent 28%),
        radial-gradient(circle at 90% 84%, rgba(104,213,93,.31), transparent 30%),
        linear-gradient(128deg, #041f43, #0b6fb8 65%, #28b36a);
}

.ab-jobs-kicker,
.ab-jobs-mini {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 14px;
    border: 1px solid rgba(255,255,255,.42);
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.ab-jobs-hero h1 { margin: 0 0 15px; color: #fff; font-size: clamp(40px, 5vw, 62px); line-height: 1.08; }
.ab-jobs-hero p { max-width: 820px; margin: 0 auto; color: rgba(255,255,255,.92); font-size: 19px; }
.ab-jobs-main { padding: 64px 0 78px; }

.ab-jobs-message { margin-bottom: 24px; padding: 18px 21px; border-radius: 14px; box-shadow: 0 10px 28px rgba(8,46,97,.08); }
.ab-jobs-message strong { display: block; margin-bottom: 4px; }
.ab-jobs-success { border-left: 6px solid #28b36a; background: #eef7f1; color: #163b63; }
.ab-jobs-error { border-left: 6px solid #c0392b; background: #fff1ef; color: #7d271f; }

.ab-jobs-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 32px; align-items: start; }

.ab-jobs-info,
.ab-jobs-form {
    border: 1px solid #dce8ef;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(8,46,97,.10);
}

.ab-jobs-info { position: sticky; top: 25px; padding: 34px 30px; }
.ab-jobs-info .ab-jobs-mini { color: #0b6fb8; border-color: #bcd8eb; background: #f3f9fd; }
.ab-jobs-info h2 { margin: 0 0 13px; color: #163b63; font-size: 32px; line-height: 1.2; }
.ab-jobs-info > p { margin: 0 0 26px; color: #6b7c8f; }

.ab-jobs-feature { display: grid; grid-template-columns: 45px 1fr; gap: 13px; align-items: center; margin-bottom: 16px; }
.ab-jobs-feature > span { width: 43px; height: 43px; display: flex; align-items: center; justify-content: center; border-radius: 13px; color: #fff; background: linear-gradient(135deg, #0b6fb8, #10a7df); font-weight: 900; }
.ab-jobs-feature:nth-of-type(even) > span { background: linear-gradient(135deg, #28b36a, #68d55d); }
.ab-jobs-feature strong { display: block; color: #163b63; }
.ab-jobs-feature small { display: block; color: #6b7c8f; line-height: 1.4; }

.ab-jobs-note { margin-top: 24px; padding: 17px 18px; border-left: 5px solid #28b36a; border-radius: 12px; background: #eef7f1; color: #405b72; font-size: 13px; }
.ab-jobs-form { padding: 35px 34px; }
.ab-jobs-section-title { margin: 5px 0 20px; }
.ab-jobs-section-title:not(:first-of-type) { margin-top: 35px; padding-top: 31px; border-top: 1px solid #dce8ef; }
.ab-jobs-section-title span { color: #28b36a; font-size: 12px; font-weight: 900; letter-spacing: .9px; text-transform: uppercase; }
.ab-jobs-section-title h2 { margin: 4px 0 0; color: #163b63; font-size: 27px; }

.ab-jobs-grid { display: grid; gap: 18px; }
.ab-jobs-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ab-jobs-full { grid-column: 1 / -1; }
.ab-jobs-field { display: block; margin-bottom: 18px; }
.ab-jobs-field > span { display: block; margin-bottom: 7px; color: #163b63; font-weight: 800; }
.ab-jobs-field b,
.ab-jobs-check b,
.ab-jobs-upload b { color: #c0392b; }
.ab-jobs-field input,
.ab-jobs-field textarea {
    width: 100%;
    border: 1px solid #bfcfda;
    border-radius: 10px;
    background: #fff;
    color: #1f2d3d;
    font: inherit;
    padding: 12px 13px;
    box-shadow: inset 0 1px 2px rgba(8,46,97,.04);
}
.ab-jobs-field textarea { resize: vertical; }
.ab-jobs-field input:focus,
.ab-jobs-field textarea:focus { outline: 3px solid rgba(40,179,106,.20); border-color: #28b36a; }
.ab-jobs-field small { display: block; margin-top: 5px; color: #6b7c8f; }

.ab-jobs-upload { display: flex; min-height: 185px; flex-direction: column; align-items: center; justify-content: center; padding: 22px; border: 2px dashed #bcd8eb; border-radius: 16px; background: #f7fbfe; text-align: center; cursor: pointer; }
.ab-jobs-upload:hover { border-color: #28b36a; background: #f2fbf5; }
.ab-jobs-upload-icon { font-size: 34px; margin-bottom: 7px; }
.ab-jobs-upload strong { color: #163b63; }
.ab-jobs-upload small { display: block; margin: 4px 0 12px; color: #6b7c8f; }
.ab-jobs-upload input { width: 100%; font-size: 13px; }

.ab-jobs-privacy { margin: 33px 0 18px; padding: 23px 24px; border-left: 6px solid #0b6fb8; border-radius: 15px; background: #f3f9fd; color: #405b72; }
.ab-jobs-privacy h3 { margin: 0 0 11px; color: #163b63; font-size: 20px; }
.ab-jobs-privacy p { margin: 0 0 7px; font-size: 13px; }
.ab-jobs-privacy a { color: #0b6fb8; font-weight: 800; }

.ab-jobs-check { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; margin: 14px 0; color: #405b72; }
.ab-jobs-check input { width: 18px; height: 18px; margin-top: 3px; accent-color: #28b36a; }
.ab-jobs-check-optional { padding: 15px; border-radius: 12px; background: #eef7f1; }

.ab-jobs-submit { width: 100%; min-height: 54px; margin-top: 18px; border: 0; border-radius: 11px; color: #fff; background: linear-gradient(135deg, #28b36a, #68d55d); box-shadow: 0 13px 28px rgba(40,179,106,.27); font-size: 17px; font-weight: 900; cursor: pointer; }
.ab-jobs-submit:hover { transform: translateY(-2px); }
.ab-jobs-required { margin: 9px 0 0; color: #6b7c8f; font-size: 12px; text-align: center; }
.ab-jobs-hp { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media (max-width: 940px) {
    .ab-jobs-layout { grid-template-columns: 1fr; }
    .ab-jobs-info { position: static; }
}

@media (max-width: 650px) {
    .ab-jobs-wrap { width: min(100% - 28px, 1180px); }
    .ab-jobs-hero { padding: 58px 0; }
    .ab-jobs-hero h1 { font-size: 40px; }
    .ab-jobs-main { padding: 46px 0 62px; }
    .ab-jobs-form,
    .ab-jobs-info { padding: 25px 20px; }
    .ab-jobs-grid-2 { grid-template-columns: 1fr; }
    .ab-jobs-full { grid-column: auto; }
}
