.nrp-container { max-width: 640px; margin: 0 auto; }
.nrp-step { display: none; }
.nrp-step.active { display: block; }

/* Progress dots: light gray = not reached yet, dark green = answered/current */
.nrp-progress { display: flex; gap: 6px; margin-bottom: 16px; }
.nrp-dot { width: 8px; height: 8px; border-radius: 50%; background: #d1d5db; }
.nrp-dot-done { background: #16a34a; }
.nrp-dot-current { background: #16a34a; width: 10px; height: 10px; box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.18); }

/* Question card */
.nrp-question-prompt { font-size: 1.15rem; font-weight: 700; color: #1e293b; margin: 0 0 6px; line-height: 1.35; }
.nrp-help { font-size: 0.82rem; color: #6b7280; margin: 0 0 14px; line-height: 1.45; }
.nrp-options { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.nrp-option {
  width: 100%; text-align: left; padding: 14px 16px; min-height: 48px;
  border: 1.5px solid #d1d5db; border-radius: 10px; background: #fff;
  font-size: 1rem; color: #1e293b; cursor: pointer; box-sizing: border-box;
}
.nrp-option:hover { border-color: #16a34a; }
.nrp-option-selected { border-color: #16a34a; background: #f0fdf4; font-weight: 600; }
.nrp-btn-row { display: flex; align-items: center; justify-content: flex-end; gap: 16px; margin-top: 8px; }
.nrp-btn-primary {
  flex: 1; background: #16a34a; color: #fff; border: none; border-radius: 6px;
  padding: 12px 20px; font-size: 1rem; font-weight: 700; cursor: pointer;
}
.nrp-btn-primary:hover:not(:disabled) { background: #15803d; }
.nrp-btn-primary:disabled { background: #9ca3af; cursor: not-allowed; }
.nrp-back-link {
  background: none; border: none; color: #6b7280; font-size: 0.9rem;
  text-decoration: underline; cursor: pointer; padding: 0; white-space: nowrap;
}
.nrp-back-link:hover { color: #374151; }

/* Result screen */
.nrp-result-hero {
  text-align: center; padding: 22px 20px; background: #f0fdf4; border: 2px solid #16a34a;
  border-radius: 12px; margin-bottom: 16px;
}
.nrp-result-eyebrow { font-size: 0.8rem; color: #6b7280; text-transform: uppercase; letter-spacing: 0.5px; }
.nrp-cap-message { font-size: 1.05rem; font-weight: 700; color: #1e293b; line-height: 1.4; margin: 4px 0 0; }
.nrp-property-note {
  background: #eff6ff; border-left: 3px solid #2563eb; padding: 10px 14px;
  font-size: 0.88rem; color: #1e3a5f; border-radius: 0 6px 6px 0; margin: 0 0 16px; line-height: 1.5;
}
.nrp-checklist { margin: 0 0 20px; padding-left: 22px; }
.nrp-checklist li { margin-bottom: 10px; line-height: 1.55; color: #374151; font-size: 0.94rem; }
.nrp-print-btn {
  display: block; width: 100%; background: #fff; color: #1e293b; border: 1.5px solid #d1d5db;
  border-radius: 8px; padding: 12px; font-weight: 700; cursor: pointer; margin-bottom: 10px;
}
.nrp-print-btn:hover { background: #f9fafb; }
.nrp-terminal-cta {
  display: block; text-align: center; background: #16a34a; color: #fff !important;
  border-radius: 8px; padding: 14px; text-decoration: none; font-weight: 700; margin: 0 0 10px;
}
.nrp-terminal-cta:hover { background: #15803d; }
.nrp-recalc-link {
  font-size: 0.85rem; color: #6b7280; text-decoration: underline; cursor: pointer;
  background: none; border: none; padding: 0;
}
.nrp-recalc-link:hover { background: none; color: #374151; }
.nrp-mandatory-disclaimer { font-size: 0.8rem; color: #6b7280; margin-top: 8px; line-height: 1.5; }

/* Privacy line under the card (page shell, not a step) */
.nrp-privacy-line { font-size: 0.78rem; color: #94a3b8; text-align: center; margin: 14px 0 0; }

@media print {
  .nrp-no-print { display: none !important; }
  .nrp-progress { display: none !important; }
}
