.career-form-wrapper{max-width:1000px;margin:0 auto;padding:0 2rem 5vw}.career-form{gap:2rem}.career-form,.career-title-style{display:flex;flex-direction:column}.career-title-style{gap:1.5rem}.career-title-style .title-wrapper{display:flex;align-items:center;gap:.5rem}.career-title-style .title-line{flex:1;height:2px;background:linear-gradient(90deg,transparent,#fbbf24,transparent)}.career-title-style h2{width:100%;max-width:800px;text-align:center;line-height:1.3;font-size:clamp(1.85rem,6vw,2.7rem);font-weight:800;color:#0a3d62;margin:0}.career-title-style h2.w-600{max-width:500px}.career-title-style .subtitle{font-size:1.125rem;color:#6b7280;text-align:center;margin:0}@media (max-width:768px){.career-title-style .title-wrapper{flex-direction:column;gap:1rem}.career-title-style .title-line{display:none}}.form-section{display:flex;flex-direction:column;gap:1.5rem}.career-title{font-size:clamp(1.75rem,4.5vw,2rem);font-weight:600;color:#fbbf24}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group.full-width{grid-column:1/-1}.form-label{font-size:1rem;font-weight:500;color:#0a3d62;display:flex;align-items:center;gap:.25rem}.required{color:#ef4444;font-size:1.1rem}@media (max-width:550px){.required{font-size:.95rem}}.form-input,.form-select{width:100%;border:2px solid #e5e7eb;border-radius:50px}.form-input,.form-select,.form-textarea{padding:1rem 1.5rem;font-size:1rem;color:#1f2937;background:#ffffff;transition:all .3s ease;outline:none;font-family:inherit}.form-textarea{border:2px solid #e5e7eb;border-radius:24px;resize:vertical;min-height:120px}.form-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fbbf24'%3E%3Cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z' clip-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:3rem}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#fbbf24;box-shadow:0 0 0 3px rgba(251,191,36,.1)}.form-input::placeholder{color:#9ca3af}.phone-input-wrapper{display:flex;gap:.5rem;align-items:center}.country-code-select{padding:1rem;border:2px solid #e5e7eb;border-radius:50px;font-size:1rem;color:#1f2937;background:#ffffff;cursor:pointer;outline:none;transition:all .3s ease;min-width:100px}.country-code-select:focus{border-color:#fbbf24;box-shadow:0 0 0 3px rgba(251,191,36,.1)}.phone-input{flex:1;border:2px solid #e5e7eb;border-radius:50px;padding:.5rem 1rem}.PhoneInputCountrySelectArrow,.PhoneInputInternationalIconPhone{display:none!important}.PhoneInputCountry{padding:0 10px}.file-upload-wrapper{position:relative}.file-input{position:absolute;opacity:0;width:0;height:0}.file-label{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border:2px dashed #e5e7eb;border-radius:50px;font-size:1rem;color:#6b7280;background:#f9fafb;cursor:pointer;transition:all .3s ease}.file-label:hover{border-color:#fbbf24;background:#fffbeb}.file-input:focus+.file-label{border-color:#fbbf24;box-shadow:0 0 0 3px rgba(251,191,36,.1)}.file-icon{font-size:1.5rem}.file-hint{font-size:.875rem;color:#6b7280;margin:.5rem 0 0 1rem}.form-submit{display:flex;justify-content:center;margin-top:1rem}.submit-button{padding:1.25rem 4rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#1e1b4b;font-size:1.1rem;font-weight:700;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(251,191,36,.3)}.submit-button:hover{background:linear-gradient(135deg,#f59e0b,#fbbf24);transform:translateY(-2px);box-shadow:0 6px 25px rgba(251,191,36,.5)}.submit-button:active{transform:translateY(0)}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.form-message{padding:1rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:500;margin-top:1rem;text-align:center}.form-message.success{background:#dcfce7;color:#166534;border:2px solid #86efac}.form-message.error{background:#fee2e2;color:#991b1b;border:2px solid #fca5a5}@media (max-width:768px){.career-form-wrapper{padding:2rem 1.5rem}.form-row{grid-template-columns:1fr;gap:1.5rem}.career-title{font-size:1.75rem}.phone-input-wrapper{flex-direction:column}.country-code-select{width:100%}.submit-button{width:100%;padding:1.25rem 2rem}}@media (max-width:480px){.form-label,.submit-button{font-size:.92rem}.career-form-wrapper{padding:2rem 1rem}.career-title{font-size:1.5rem}.country-code-select,.form-input,.form-select{padding:.875rem 1rem;font-size:.92rem}.PhoneInputInput{font-size:.92rem}.file-label{padding:.875rem 1.25rem;font-size:.95rem}}.submit-button:disabled{position:relative}.submit-button:disabled:after{content:"";position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);width:18px;height:18px;border:2px solid #1e1b4b;border-top-color:transparent;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:translateY(-50%) rotate(1turn)}}.form-input:invalid:not(:placeholder-shown),.form-select:invalid:not(:placeholder-shown){border-color:#ef4444}.form-input:valid:not(:placeholder-shown),.form-select:valid{border-color:#10b981}.error-text{color:#dc2626;font-size:.875rem;font-weight:500;margin-top:.25rem}select::-webkit-scrollbar{width:8px}select::-webkit-scrollbar-track{background:#f1f1f1}select::-webkit-scrollbar-thumb{background:#fbbf24;border-radius:4px}select::-webkit-scrollbar-thumb:hover{background:#f59e0b}