.nz-cfh,.nz-cfh *{box-sizing:border-box}
.nz-cfh{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#212326}
.nz-cfh__form{display:grid;gap:20px}
.nz-cfh label,.nz-cfh__upload{display:grid;gap:8px;font-size:14px;font-weight:650}
.nz-cfh__label{display:block;font-size:14px;font-weight:650}
.nz-cfh input,.nz-cfh select,.nz-cfh textarea{width:100%;border:1px solid #d9e0e6;border-radius:8px;background:#fff;color:#212326;padding:12px 14px;font:inherit;outline:0}
.nz-cfh input:focus,.nz-cfh select:focus,.nz-cfh textarea:focus{border-color:#009ee3;box-shadow:0 0 0 3px rgba(0,158,227,.12)}
.nz-cfh input.is-invalid,.nz-cfh select.is-invalid,.nz-cfh textarea.is-invalid{border-color:#c43c3c;box-shadow:0 0 0 3px rgba(196,60,60,.1)}
.nz-cfh__field-error{display:block;color:#a42828;font-size:12px;line-height:1.45;font-weight:600}
.nz-cfh__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.nz-cfh__steps{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:4px}
.nz-cfh__steps span{padding:10px 12px;border-bottom:2px solid #dfe5ea;color:#687078;font-size:13px;font-weight:700}
.nz-cfh__steps span.is-active{border-color:#009ee3;color:#009ee3}
.nz-cfh__step{display:none;gap:20px}
.nz-cfh__step.is-active{display:grid}
.nz-cfh__actions{display:flex;justify-content:flex-end;gap:12px}
.nz-cfh__actions--split{justify-content:space-between}
.nz-cfh__btn{min-height:46px;border:0;border-radius:10px;padding:0 20px;background:#009ee3;color:#fff;font-weight:750;cursor:pointer}
.nz-cfh__btn--secondary{background:#eef3f6;color:#26313a}
.nz-cfh__btn[disabled]{opacity:.6;cursor:not-allowed}
.nz-cfh__consent{grid-template-columns:auto 1fr!important;align-items:start;font-weight:500!important}
.nz-cfh__consent input{width:auto;margin-top:3px}
.nz-cfh__status{display:none;padding:12px 14px;border-radius:8px;font-size:14px}
.nz-cfh__status.is-error,.nz-cfh__status.is-success{display:block}
.nz-cfh__status.is-error{background:#fff1f1;color:#8b1e1e}
.nz-cfh__status.is-success{background:#ecfbf1;color:#176638}
.nz-cfh__hp{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.nz-cfh__product[hidden]{display:none!important}
.nz-cfh__product{padding:14px;border:1px solid #dce8ef;border-radius:10px;background:#f7fbfd}
.nz-cfh small,.nz-cfh__file-info{font-size:12px;color:#687078;font-weight:500}
.nz-cfh__file-info{display:block;min-height:18px;margin-top:2px}
.nz-cfh__file-info.is-error{color:#a42828;font-weight:650}
.nz-cfh__upload-control{min-height:52px;display:flex;align-items:center;gap:12px;padding:7px;border:1px solid #d9e0e6;border-radius:8px;background:#fff}
.nz-cfh__file-input{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important}
.nz-cfh__file-button{min-height:38px!important;display:inline-flex!important;align-items:center;justify-content:center;padding:0 14px;border:1px solid #cfd8df;border-radius:7px;background:#f5f8fa;color:#26313a;font-size:13px!important;font-weight:700!important;cursor:pointer;white-space:nowrap}
.nz-cfh__file-button:hover{border-color:rgba(0,158,227,.45);background:#f1faff;color:#007fb8}
.nz-cfh__file-button:focus-within{outline:3px solid rgba(0,158,227,.25);outline-offset:2px}
.nz-cfh__file-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#687078;font-size:13px;font-weight:500}
.nz-cfh__turnstile{width:100%;min-height:65px;overflow:hidden}
@media(max-width:767px){
  .nz-cfh__grid{grid-template-columns:1fr}
  .nz-cfh__actions,.nz-cfh__actions--split{display:grid;grid-template-columns:1fr}
  .nz-cfh__btn{width:100%}
  .nz-cfh__actions--split .nz-cfh__btn--secondary{order:2}
  .nz-cfh__upload-control{align-items:stretch;flex-direction:column}
  .nz-cfh__file-button{width:100%}
  .nz-cfh__file-name{padding:2px 6px;text-align:center}
}
@media(prefers-reduced-motion:no-preference){
  .nz-cfh__btn,.nz-cfh__file-button{transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease}
  .nz-cfh__btn:hover{transform:translateY(-1px)}
}
