/* GS UI Extra v1.3 */
.fluentform .ff-btn-submit{background:#166534!important;border:1px solid #166534!important;color:#fff!important;min-height:48px;padding:12px 24px!important;font-weight:600;border-radius:8px;transition:background .2s}
.fluentform .ff-btn-submit:hover{background:#14532d!important;border-color:#14532d!important}
.fluentform .ff-el-form-control{min-height:48px}
#cmplz-cookiebanner-container .cmplz-documents{display:none!important}
#cmplz-manage-consent-container .cmplz-documents{display:none!important}

/* ===== Formular Cariere — card in stilul site-ului ===== */
.gs-cf{max-width:760px;background:#fff;border:1px solid #e3e8e1;border-radius:16px;box-shadow:0 10px 34px rgba(15,17,26,.06);padding:32px}
@media(max-width:600px){.gs-cf{padding:20px 16px}}
.gs-cf form{margin:0}
.gs-cf-row{display:flex;gap:16px;flex-wrap:wrap}
.gs-cf-row .gs-cf-field{flex:1 1 260px}
.gs-cf-field{margin-bottom:18px}
.gs-cf-field label{display:block;font-weight:600;font-size:14px;margin-bottom:6px;color:#0F111A}
.gs-cf-field input[type=text],.gs-cf-field input[type=email],.gs-cf-field input[type=tel],.gs-cf-field select,.gs-cf-field textarea{width:100%;min-height:48px;padding:10px 14px;border:1px solid #d5dbd2;border-radius:10px;font-size:15px;background:#fbfcfa;transition:border-color .2s,background .2s}
.gs-cf-field textarea{min-height:110px;resize:vertical}
.gs-cf-field input:hover,.gs-cf-field select:hover,.gs-cf-field textarea:hover{border-color:#b9c4b4}
.gs-cf-field input:focus,.gs-cf-field select:focus,.gs-cf-field textarea:focus{outline:2px solid #5DAD3A;outline-offset:1px;background:#fff}
.gs-cf-file{position:relative;display:flex;align-items:center;gap:14px;padding:14px;border:1.5px dashed #a8bfa0;border-radius:10px;background:#f4f8f2;transition:border-color .2s,background .2s;flex-wrap:wrap}
.gs-cf-file:hover,.gs-cf-file:focus-within{border-color:#5DAD3A;background:#eef5eb}
.gs-cf-file:focus-within{outline:2px solid #5DAD3A;outline-offset:1px}
.gs-cf-file input[type=file]{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}
.gs-cf-file-btn{background:#166534;color:#fff;border-radius:8px;padding:10px 18px;font-weight:600;font-size:14px;pointer-events:none;white-space:nowrap}
.gs-cf-filename{font-size:14px;color:#6b756e;pointer-events:none;overflow:hidden;text-overflow:ellipsis;max-width:100%}
.gs-cf-filename.has-file{color:#14532d;font-weight:600}
.gs-cf-gdpr{background:#f6f8f5;border:1px solid #e3e8e1;border-radius:10px;padding:12px 14px}
.gs-cf-gdpr label{display:flex;align-items:flex-start;gap:10px;font-weight:400;font-size:13.5px;line-height:1.55;margin:0;color:#3B414A}
.gs-cf-gdpr input{margin-top:3px;accent-color:#166534;width:17px;height:17px;flex:none}
.gs-cf-gdpr a{color:#166534;font-weight:600}
.gs-cf-btn{display:block;width:100%;background:#166534;border:1px solid #166534;color:#fff;min-height:52px;padding:13px 28px;font-weight:600;font-size:16px;border-radius:10px;cursor:pointer;transition:background .2s,transform .15s;margin-top:20px}
.gs-cf-btn:hover{background:#14532d;border-color:#14532d;transform:translateY(-1px)}
.gs-cf-note{font-size:13.5px;color:#5c6660;margin-top:12px;text-align:center}
.gs-cf-hp{position:absolute!important;left:-9999px!important;height:1px;width:1px;overflow:hidden}
.gs-cf-msg{padding:16px 20px;border-radius:12px;margin-bottom:20px;font-size:15px;line-height:1.6}
.gs-cf-ok{background:#e7f3ec;border:1px solid #5DAD3A;color:#14532d;max-width:760px}
.gs-cf-err{background:#fdecec;border:1px solid #e05252;color:#7f1d1d}
