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

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

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

/* Result screen */
.nrs-result-hero {
  text-align: center; padding: 22px 20px; background: #f0fdf4; border: 2px solid #16a34a;
  border-radius: 12px; margin-bottom: 16px;
}
.nrs-result-hero.nrs-result-nr { background: #fef2f2; border-color: #dc2626; }
.nrs-result-hero.nrs-result-rnor { background: #fffbeb; border-color: #d97706; }
.nrs-result-eyebrow { font-size: 0.8rem; color: #6b7280; text-transform: uppercase; letter-spacing: 0.5px; }
#nrs-result-status { font-size: 1.9rem; font-weight: 800; color: #1e293b; line-height: 1.2; margin-top: 4px; }
.nrs-consequence { font-size: 1.02rem; color: #374151; line-height: 1.55; margin: 0 0 12px; }
.nrs-deemed-callout {
  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 12px; line-height: 1.5;
}
.nrs-nudge {
  background: #fffbeb; border-left: 3px solid #d97706; padding: 10px 14px;
  font-size: 0.88rem; color: #78350f; border-radius: 0 6px 6px 0; margin: 0 0 16px; line-height: 1.5;
}
.nrs-reasoning-details { margin: 0 0 16px; border: 1px solid #e5e7eb; border-radius: 8px; padding: 12px 14px; }
.nrs-reasoning-details summary { cursor: pointer; font-weight: 600; font-size: 0.95rem; color: #1e293b; }
.nrs-reasoning-list { margin: 12px 0 0; padding-left: 20px; }
.nrs-reasoning-list li { margin-bottom: 10px; line-height: 1.55; color: #374151; font-size: 0.9rem; }
.nrs-terminal-cta {
  display: block; text-align: center; background: #16a34a; color: #fff !important;
  border-radius: 8px; padding: 14px; text-decoration: none; font-weight: 700; margin: 4px 0 10px;
}
.nrs-terminal-cta:hover { background: #15803d; }
.nrs-recalc-link {
  font-size: 0.85rem; color: #6b7280; text-decoration: underline; cursor: pointer;
  background: none; border: none; padding: 0;
}
.nrs-recalc-link:hover { background: none; color: #374151; }
.nrs-mandatory-disclaimer { font-size: 0.8rem; color: #6b7280; margin-top: 18px; line-height: 1.5; }

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