.nh-reg-page{min-height:calc(100vh - 72px);padding:42px 0 72px;background:var(--page)}.nh-reg-container{max-width:820px}.nh-reg-container-wide{max-width:980px}.nh-reg-progress{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:22px}.nh-reg-progress-item{position:relative;display:flex;align-items:center;gap:9px;color:#89999d;font-size:12px}.nh-reg-progress-item:not(:last-child)::after{content:"";height:1px;background:var(--line);position:absolute;left:42px;right:14px;bottom:-8px}.nh-reg-progress-item>span{width:29px;height:29px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff;font-weight:800}.nh-reg-progress-item.is-active{color:var(--brand)}.nh-reg-progress-item.is-active>span{border-color:var(--brand);background:var(--brand);color:#fff}.nh-reg-mobile-step{display:none}.nh-reg-card{padding:38px}.nh-reg-head{text-align:center;max-width:680px;margin:0 auto 25px}.nh-reg-head h1{margin-bottom:9px}.nh-reg-head>p{margin:0;color:var(--muted);font-size:14px}.nh-reg-question{margin:18px 0 7px!important;color:var(--brand-strong)!important;font-size:20px!important;font-weight:800}.nh-intent-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:26px 0;padding:0;border:0}.nh-intent-card{position:relative;min-height:180px;display:flex;flex-direction:column;padding:22px;border:1px solid var(--line);border-radius:14px;background:#fff;cursor:pointer}.nh-intent-card:hover{border-color:#aac4c7}.nh-intent-card:has(input:checked){border-color:var(--accent);box-shadow:0 0 0 2px rgba(18,184,176,.13);background:var(--accent-soft)}.nh-intent-card input{position:absolute;opacity:0}.nh-intent-card:has(input:focus-visible){outline:3px solid #ffd24d;outline-offset:3px}.nh-intent-card strong{margin-top:24px;color:var(--brand-strong);font-size:16px}.nh-intent-card small{margin-top:7px;color:var(--muted);font-size:12px}.nh-intent-check{position:absolute;right:17px;top:17px;width:25px;height:25px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;color:transparent}.nh-intent-card:has(input:checked) .nh-intent-check{border-color:var(--accent);background:var(--accent);color:#fff}.nh-jobsicle-note{display:flex;align-items:center;justify-content:space-between;gap:22px;margin:0 0 22px;padding:18px;border:1px solid #c8dce0;border-radius:12px;background:#f1f7f8}.nh-jobsicle-note strong{color:var(--brand-strong)}.nh-jobsicle-note p{margin:3px 0 0;color:var(--muted);font-size:12px}.nh-intent-summary{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 26px;padding:15px 17px;border:1px solid var(--line);border-radius:11px;background:#f8fbfb}.nh-intent-summary div{display:grid}.nh-intent-summary small,.nh-intent-summary span{color:var(--muted);font-size:11px}.nh-intent-summary strong{color:var(--brand)}.nh-intent-summary a{color:var(--brand);font-size:13px;font-weight:750}.nh-reg-form{display:grid;gap:30px}.nh-reg-form>section{display:grid;gap:17px;padding-top:4px}.nh-reg-form>section+section{padding-top:26px;border-top:1px solid var(--line)}.nh-reg-form h2{margin:0;color:var(--brand-strong);font-size:17px}.nh-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.nh-field em{margin-left:4px;color:var(--muted);font-size:11px;font-style:normal;font-weight:500}.nh-field-error{color:var(--danger)!important;font-weight:650!important}.nh-phone,.nh-password{display:flex;align-items:center}.nh-phone b{height:46px;display:grid;place-items:center;padding:0 12px;border:1px solid var(--line);border-right:0;border-radius:10px 0 0 10px;background:#edf2f3;color:var(--brand);font-size:13px}.nh-phone .nh-input{border-radius:0 10px 10px 0}.nh-password{position:relative}.nh-password .nh-input{padding-right:62px}.nh-password button{position:absolute;right:7px;border:0;background:transparent;color:var(--brand);font-size:12px;font-weight:750;cursor:pointer}.nh-terms{display:flex;align-items:flex-start;gap:10px;color:var(--muted);font-size:13px}.nh-terms input{width:18px;height:18px;margin-top:1px;accent-color:var(--brand)}.nh-terms a{color:var(--brand);font-weight:700}.nh-reg-actions{display:flex;justify-content:space-between;gap:12px;padding-top:4px}.nh-btn:disabled{opacity:.48;cursor:not-allowed;transform:none}.nh-verify-links{display:grid;gap:10px;margin-top:22px;text-align:center}.nh-verify-links button,.nh-verify-links a{border:0;background:transparent;color:var(--brand);font-size:13px;font-weight:700;text-decoration:none;cursor:pointer}.nh-success-card{text-align:center;padding-block:60px}.nh-success-mark{width:58px;height:58px;display:grid;place-items:center;margin:0 auto 18px;border-radius:50%;background:var(--success-soft);color:var(--success);font-size:25px}.nh-success-card p{color:var(--muted)}
@media(max-width:700px){.nh-reg-page{padding:25px 0 50px}.nh-reg-progress{display:block}.nh-reg-progress-item{display:none}.nh-reg-mobile-step{display:block;color:var(--accent);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.nh-reg-card{padding:25px 20px}.nh-intent-grid{grid-template-columns:1fr}.nh-intent-card{min-height:140px}.nh-jobsicle-note{align-items:flex-start;flex-direction:column}.nh-field-grid{grid-template-columns:1fr}.nh-reg-actions{flex-direction:column-reverse}.nh-reg-actions .nh-btn{width:100%}}
.nh-organisation-match{display:grid;gap:7px;margin-top:5px;padding:0;color:var(--muted);font-size:12px;line-height:1.45}.nh-organisation-match:empty{display:none}.nh-organisation-match.is-clear{color:#176b4d}.nh-organisation-match.is-weak-match,.nh-organisation-match.is-strong-match,.nh-organisation-match.is-definite-duplicate{padding:12px;border:1px solid #d8e3e5;border-radius:10px;background:#f8fbfb}.nh-organisation-match.is-definite-duplicate{border-color:#efc9c9;background:#fff8f8;color:#8b2929}.nh-organisation-match>strong{color:var(--brand-strong);font-size:13px}.nh-organisation-match>span{display:block;padding:7px 9px;border-radius:7px;background:#fff;color:var(--ink);font-weight:700}.nh-organisation-match>label{display:flex;align-items:flex-start;gap:8px;margin-top:3px;color:var(--ink);font-weight:650}.nh-organisation-match>label input{flex:0 0 auto;width:17px;height:17px;margin-top:1px;accent-color:var(--brand)}
.nh-reg-form.is-organisation-locked>section:not(:first-of-type),.nh-reg-form.is-organisation-locked>section:first-of-type>.nh-field:not(:first-of-type),.nh-reg-form.is-organisation-locked>.nh-reg-actions button{opacity:.5}.nh-reg-form.is-organisation-locked :disabled{cursor:not-allowed}
