.hrjtek-modal .hrjtek-modal-content{max-width:1100px}
.hrjtek-wizard-hero{background:linear-gradient(90deg,#6f30ff,#a458ff);height:180px;display:flex;align-items:center;padding:28px}
.hrjtek-avatar-upload{width:114px;height:114px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:6px solid rgba(255,255,255,.6);position:relative;overflow:hidden;background:#ffffff33;cursor:pointer}
.hrjtek-avatar-upload input{display:none}
.hrjtek-avatar-circle{width:84px;height:84px;border-radius:999px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:36px;color:#6f30ff;box-shadow:0 6px 14px rgba(0,0,0,.25)}
.hrjtek-avatar-upload img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:none;border-radius:999px}
.hrjtek-wizard{display:grid;grid-template-columns:240px 1fr;gap:24px;padding:24px}
.hrjtek-wizard-nav{display:flex;flex-direction:column;gap:10px;margin-top:16px} /* moved down to avoid overlap */
.hrjtek-wizard-nav button{background:#f5f7fb;border:0;padding:12px 14px;border-radius:10px;text-align:left;cursor:pointer;color:#3b3f58;font-weight:600}
.hrjtek-wizard-nav button.is-active{background:#fff;border:2px solid #e1e7ff;color:#6f30ff}
.hrjtek-wizard-content{background:#fff;border:1px solid #e8ecf4;border-radius:12px;padding:18px 18px 86px;position:relative;min-height:380px}
.hrjtek-wizard-content section{display:none}
.hrjtek-wizard-content section.is-active{display:block}
.hrjtek-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.hrjtek-grid-2 .grid-span{grid-column:1 / -1}
.hrjtek-wizard-content label{display:block;font-size:12px;color:#6b7280;margin-bottom:6px}
.hrjtek-wizard-content input,.hrjtek-wizard-content select,.hrjtek-wizard-content textarea{width:100%;padding:10px 12px;border:1px solid #dfe3ec;border-radius:8px;background:#fff}
.hrjtek-wizard-actions{position:absolute;bottom:18px;left:18px;right:18px;display:flex;align-items:center;justify-content:space-between}
.hrjtek-btn{border:1px solid #d0d7de;padding:8px 14px;border-radius:8px;background:#1677ff;cursor:pointer}
.hrjtek-btn.hrjtek-primary{background:#2563eb;color:#fff;border-color:#2563eb}
.hrjtek-btn:disabled{opacity:.6;cursor:not-allowed}