/* TAGNON AFRICA — couche d'amélioration Diagnostic V2 */
.trust-note,
.privacy-consent,
.question-help,
.business-note,
.priority-block,
.urgency-block {
  border-radius: 16px;
}

.trust-note {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 18px 0 26px;
  padding: 16px 18px;
  background: #fff8dc;
  border: 1px solid rgba(255, 192, 0, .38);
  font-size: 13px;
}

.trust-note strong { color: var(--black); }

.privacy-consent {
  margin: 10px 0 24px;
  padding: 16px 18px;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, .1);
}

.privacy-consent label {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  cursor: pointer;
  font-size: 13px;
}

.privacy-consent input { width: 18px; height: 18px; margin-top: 2px; flex: 0 0 auto; }

.other-sector { display: none; }
.other-sector.is-visible { display: block; animation: fadeUp .25s ease both; }

.question-help {
  margin: -14px 0 26px;
  padding: 15px 18px;
  background: #f4f1ea;
  border-left: 4px solid var(--yellow);
  color: var(--gray-mid);
  font-size: 14px;
}

.question-help button {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--black);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.question-help-content { display: none; padding-top: 10px; }
.question-help.is-open .question-help-content { display: block; }

.answer-option.na-option { border-style: dashed; background: #f8f8f8; }
.answer-option strong { color: var(--black); }

.save-status {
  margin-top: 18px;
  text-align: center;
  color: var(--gray-mid);
  font-size: 12px;
}

.business-note,
.priority-block,
.urgency-block {
  margin: 22px 0;
  padding: 24px;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, .08);
}

.business-note { border-left: 6px solid var(--yellow); }
.priority-block h3, .urgency-block h3 { margin-bottom: 10px; color: var(--black); }
.priority-list { padding-left: 20px; }
.priority-list li { margin: 8px 0; }
.urgency-block { background: var(--black); color: var(--white); }
.urgency-block h3 { color: var(--yellow); }

.results-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 20px;
}

.results-actions .btn { text-align: center; }

@media (max-width: 640px) {
  .results-actions { grid-template-columns: 1fr; }
  .question-help, .business-note, .priority-block, .urgency-block { padding: 18px; }
  .answer-option { padding: 16px; }
}
