.employment-container { width: min(1180px, calc(100% - 96px)); margin-inline: auto; }
.employment-hero { padding: 110px 0 100px; color: #fff; background: radial-gradient(circle at 86% 10%, rgb(40 194 223 / 24%), transparent 34%), linear-gradient(125deg, #071b33, #063f80); }
.employment-hero .eyebrow { color: #64d5e8; }
.employment-hero h1 { max-width: 930px; margin: 0 0 24px; font-size: clamp(48px, 6vw, 78px); line-height: 1.02; letter-spacing: -.05em; }
.employment-hero p:last-child { max-width: 780px; margin: 0; color: #c5d8e8; font-size: 19px; line-height: 1.75; }
.employment-layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: 56px; align-items: start; padding-block: 90px 120px; }
.employment-guide { position: sticky; top: 120px; padding: 36px; color: #fff; background: #071b33; border-radius: 14px; box-shadow: 0 22px 60px rgb(7 27 51 / 14%); }
.employment-guide .eyebrow { color: #64d5e8; }
.employment-guide h2 { margin: 0 0 24px; font-size: 30px; line-height: 1.16; }
.employment-guide ul { display: grid; gap: 16px; padding: 0; list-style: none; }
.employment-guide li { position: relative; padding-left: 25px; color: #c5d8e8; line-height: 1.6; }
.employment-guide li::before { position: absolute; left: 0; color: #64d05d; content: "✓"; font-weight: 900; }
.employment-help { padding-top: 24px; margin: 28px 0 0; color: #b7ccdc; line-height: 1.65; border-top: 1px solid rgb(255 255 255 / 16%); }
.employment-help a { color: #64d5e8; font-weight: 800; }
.employment-form-card { padding: clamp(30px, 5vw, 58px); background: #fff; border: 1px solid #d9e3e8; border-radius: 16px; box-shadow: 0 24px 75px rgb(7 27 51 / 9%); }
.employment-form-heading { margin-bottom: 34px; }
.employment-form-heading h2 { margin: 0 0 10px; font-size: clamp(34px, 4vw, 48px); letter-spacing: -.035em; }
.employment-form-heading p:last-child { color: #64798d; }
.form-alert { padding: 16px 18px; margin-bottom: 28px; color: #7e1f2b; font-weight: 700; line-height: 1.5; background: #fff0f2; border-left: 4px solid #b63848; }
.employment-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.employment-form label { display: grid; gap: 8px; color: #17324d; font-size: 13px; font-weight: 800; }
.employment-form .full { grid-column: 1 / -1; }
.employment-form input:not([type="checkbox"]), .employment-form select, .employment-form textarea { width: 100%; min-height: 52px; padding: 12px 14px; color: #071b33; font: inherit; background: #fbfdff; border: 1px solid #c7d6e1; border-radius: 7px; }
.employment-form textarea { resize: vertical; line-height: 1.55; }
.employment-form input:focus, .employment-form select:focus, .employment-form textarea:focus { outline: 3px solid rgb(7 89 189 / 14%); border-color: #0759bd; }
.employment-form label small, .upload-field small { color: #6b8193; font-size: 12px; font-weight: 600; line-height: 1.5; }
.upload-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.upload-field { align-content: start; padding: 22px; background: #eef6fb; border: 1px dashed #9bb9cc; border-radius: 9px; }
.upload-field span { font-size: 15px; }
.upload-field em { margin-left: 6px; color: #64798d; font-size: 11px; font-style: normal; text-transform: uppercase; }
.upload-field input[type="file"] { min-height: auto; padding: 10px; background: #fff; }
.upload-field input::file-selector-button { padding: 9px 12px; margin-right: 12px; color: #0759bd; font: inherit; font-weight: 800; background: #e7f1fb; border: 0; border-radius: 5px; cursor: pointer; }
.consent { display: flex !important; grid-template-columns: 20px 1fr; gap: 12px !important; align-items: start; padding: 18px; background: #f5f8fa; border-radius: 8px; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: #0759bd; }
.consent span { color: #4f687d; font-weight: 600; line-height: 1.6; }
.consent a { color: #0759bd; font-weight: 800; text-decoration: underline; }
.form-submit { display: flex; gap: 22px; align-items: center; padding-top: 10px; }
.form-submit button { display: inline-flex; flex: none; gap: 34px; align-items: center; min-height: 56px; padding: 0 24px; color: #fff; font: inherit; font-weight: 850; background: #0759bd; border: 0; border-radius: 7px; cursor: pointer; }
.form-submit button:hover { background: #06498f; }
.form-submit p { margin: 0; color: #6a7f92; font-size: 12px; line-height: 1.55; }
.employment-success { display: grid; min-height: 680px; padding: 80px 24px; background: linear-gradient(145deg, #eef6fb, #f7f8f3); place-items: center; }
.employment-success > div { max-width: 760px; padding: clamp(36px, 7vw, 76px); text-align: center; background: #fff; border: 1px solid #d9e3e8; border-radius: 18px; box-shadow: 0 28px 80px rgb(7 27 51 / 10%); }
.employment-success > div > span { display: grid; width: 68px; height: 68px; margin: 0 auto 28px; color: #fff; font-size: 30px; font-weight: 900; background: #3aa92d; border-radius: 50%; place-items: center; }
.employment-success h1 { margin: 0 0 22px; font-size: clamp(40px, 6vw, 62px); line-height: 1.05; }
.employment-success > div > p:not(.eyebrow) { color: #52687a; font-size: 17px; line-height: 1.75; }
.employment-success > div > div { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 32px; }
.employment-success a { padding: 14px 18px; color: #0759bd; font-weight: 800; border: 1px solid #8fb7d5; border-radius: 6px; }
@media (max-width: 900px) { .employment-layout { grid-template-columns: 1fr; } .employment-guide { position: static; } }
@media (max-width: 640px) { .employment-container { width: min(100% - 32px, 1180px); } .employment-hero { padding: 78px 0 70px; } .employment-hero h1 { font-size: 44px; } .employment-layout { padding-block: 55px 80px; } .employment-form { grid-template-columns: 1fr; } .employment-form .full { grid-column: auto; } .upload-grid { grid-template-columns: 1fr; } .form-submit { align-items: stretch; flex-direction: column; } .form-submit button { justify-content: space-between; width: 100%; } }
