/* Hiringnoot calm professional UI
   Brand variables:
   --hnoot-primary  (blue)
   --hnoot-accent   (red)
   --hnoot-accent2  (gold)
   --hnoot-success  (green)
   --hnoot-bg       (background)
*/

.hnoot-form{
  max-width: 1100px;
  margin: 0 auto;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Inter,system-ui,Arial,sans-serif;
  color: rgba(17,24,39,0.93);
}

.hnoot-header{
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(17,24,39,0.06);
  padding: 22px;
  margin-bottom: 16px;
  border: 1px solid rgba(17,24,39,0.06);
}

.hnoot-brand{
  display:flex;
  gap: 14px;
  align-items:flex-start;
  margin-bottom: 14px;
}

.hnoot-mark{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--hnoot-accent), var(--hnoot-primary));
  box-shadow: 0 10px 22px rgba(255,60,51,0.16);
}

.hnoot-title{
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-top: 2px;
}

.hnoot-subtitle{
  font-size: 13.5px;
  color: rgba(17,24,39,0.70);
  margin-top: 4px;
  line-height: 1.35;
}

.hnoot-progress-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size: 12.5px;
  color: rgba(17,24,39,0.70);
  margin-bottom: 8px;
}

.hnoot-progress-bar{
  width:100%;
  height: 10px;
  background: rgba(17,24,39,0.08);
  border-radius: 999px;
  overflow:hidden;
}

.hnoot-progress-fill{
  height: 10px;
  width: 33%;
  background: linear-gradient(90deg, var(--hnoot-accent), var(--hnoot-accent2));
  border-radius: 999px;
  transition: width 200ms ease;
}

.hnoot-progress-labels{
  display:flex;
  justify-content:space-between;
  font-size: 12px;
  margin-top: 10px;
  color: rgba(17,24,39,0.52);
}

.hnoot-progress-labels span.is-active{
  color: rgba(17,24,39,0.92);
  font-weight: 800;
}

.hnoot-progress-labels span.is-done{
  color: rgba(17,24,39,0.76);
}

.hnoot-step{
  display:none;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(17,24,39,0.05);
  padding: 22px;
  border: 1px solid rgba(17,24,39,0.06);
}

.hnoot-step.is-active{ display:block; }

.hnoot-step-title{
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 12px 0;
  letter-spacing: -0.01em;
}

.hnoot-muted{
  color: rgba(17,24,39,0.70);
  font-size: 13.5px;
  margin-top: -4px;
  line-height: 1.5;
}

.hnoot-list{
  margin: 10px 0 0 18px;
  color: rgba(17,24,39,0.80);
  font-size: 13.5px;
}

.hnoot-field{ margin: 14px 0; }
.hnoot-field-row{ display:flex; gap: 12px; }
.hnoot-field-row .hnoot-field{ flex:1; }

.hnoot-field label{
  display:block;
  font-weight: 750;
  font-size: 13.5px;
  margin-bottom: 6px;
}

.hnoot-help{
  margin: 0 0 6px 0;
  font-size: 12.7px;
  color: rgba(17,24,39,0.64);
}

.hnoot-field input,
.hnoot-field textarea{
  width:100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(17,24,39,0.18);
  background: rgba(17,24,39,0.02);
  font-size: 15.5px;
  font-weight: 520;
  outline: none;
  line-height: 1.55;
}

.hnoot-field textarea{
  min-height: 160px;
}

.hnoot-field input:focus,
.hnoot-field textarea:focus{
  border-color: rgba(112,149,200,0.78);
  box-shadow: 0 0 0 4px rgba(112,149,200,0.16);
  background: #fff;
}

.hnoot-radio label{
  display:inline-flex;
  gap: 8px;
  align-items:center;
  margin-right: 16px;
  font-weight: 650;
  font-size: 13.5px;
}

.hnoot-card-soft{
  margin-top: 14px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(224,203,96,0.14);
  border: 1px solid rgba(224,203,96,0.35);
  color: rgba(17,24,39,0.88);
  font-size: 13.5px;
}

/* RULE UPDATE: business-document look (NOT monospace) */
.hnoot-doc{
  background: #fff;
  border: 1px solid rgba(17,24,39,0.10);
  border-radius: 16px;
  padding: 16px 16px;
  margin: 10px 0 14px;
}

.hnoot-doc-title{
  font-size: 12.5px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(17,24,39,0.62);
  margin-bottom: 10px;
}

.hnoot-doc-body{
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Inter,system-ui,Arial,sans-serif;
  font-size: 15.5px;
  font-weight: 520;
  line-height: 1.7;
  color: rgba(17,24,39,0.94);
}

/* Timer - calm and professional */
.hnoot-timer{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(17,24,39,0.03);
  border: 1px solid rgba(17,24,39,0.08);
  margin-bottom: 12px;
  font-size: 12.5px;
  color: rgba(17,24,39,0.65);
}

.hnoot-timer strong{
  font-size: 14px;
  color: rgba(17,24,39,0.92);
}

.hnoot-actions{
  display:flex;
  justify-content:space-between;
  gap: 10px;
  margin-top: 16px;
}

.hnoot-btn,
.hnoot-btn-secondary{
  padding: 12px 16px;
  border-radius: 14px;
  font-weight: 850;
  font-size: 13.5px;
  cursor:pointer;
  border: 1px solid transparent;
}

.hnoot-btn{
  background: linear-gradient(135deg, var(--hnoot-accent), var(--hnoot-primary));
  color: #fff;
  box-shadow: 0 10px 26px rgba(112,149,200,0.16);
}

.hnoot-btn:hover{
  transform: translateY(-1px);
  filter: brightness(0.985);
}

.hnoot-btn-secondary{
  background: #fff;
  color: rgba(17,24,39,0.88);
  border-color: rgba(17,24,39,0.16);
}

.hnoot-btn-secondary:disabled{
  opacity: 0.55;
  cursor:not-allowed;
}

.hnoot-status{
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 13.5px;
  display:none;
}

.hnoot-status.ok{
  display:block;
  background: rgba(34,150,67,0.10);
  border: 1px solid rgba(34,150,67,0.28);
  color: rgba(17,24,39,0.92);
}

.hnoot-status.err{
  display:block;
  background: rgba(255,60,51,0.08);
  border: 1px solid rgba(255,60,51,0.22);
  color: rgba(127,29,29,0.92);
}

.hnoot-honeypot{
  position:absolute !important;
  left:-9999px !important;
  top:-9999px !important;
  height:1px !important;
  width:1px !important;
  opacity:0 !important;
}

/* Full success screen */
.hnoot-success-screen{
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 16px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(17,24,39,0.06);
  padding: 26px;
  border: 1px solid rgba(17,24,39,0.06);
}

.hnoot-success-badge{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(34,150,67,0.10);
  border: 1px solid rgba(34,150,67,0.26);
  color: rgba(17,24,39,0.92);
  font-weight: 850;
  font-size: 13.5px;
}

.hnoot-success-title{
  margin: 14px 0 6px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: rgba(17,24,39,0.95);
}

.hnoot-success-next{
  margin: 0 0 14px;
  font-size: 15.5px;
  font-weight: 650;
  color: rgba(17,24,39,0.85);
}

.hnoot-success-help{
  margin: 0;
  font-size: 13.5px;
  color: rgba(17,24,39,0.68);
  line-height: 1.55;
}

.hnoot-success-resend{
  margin-top: 10px;
  font-size: 13.5px;
  color: rgba(17,24,39,0.72);
}

.hnoot-resend-link{
  font-weight: 850;
  color: rgba(17,24,39,0.88);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.hnoot-resend-link:hover{
  color: rgba(17,24,39,0.98);
}

.hnoot-resend-status{
  margin-left: 8px;
  font-weight: 750;
}

.hnoot-resend-status.ok{ color: rgba(34,150,67,0.95); }
.hnoot-resend-status.err{ color: rgba(255,60,51,0.92); }