.progress-wrap { margin-bottom: 26px; }
.progress-wrap .progress { margin-bottom: 9px; }
.progress-track { width: 100%; height: 7px; overflow: hidden; border-radius: 999px; background: #e9edf4; }
.progress-track span { display: block; height: 100%; border-radius: inherit; background: var(--lime); transition: width .2s ease; }

.primary-value { margin: 30px 0 0; padding: 22px; border: 1px solid #dbe79b; border-radius: 16px; background: var(--lime-soft); }
.primary-value legend { padding: 0 8px; color: var(--navy); font-size: 19px; font-weight: 800; }
.primary-value__options { display: grid; gap: 10px; }
.primary-value__option { display: flex; gap: 12px; align-items: center; padding: 11px 13px; border-radius: 11px; cursor: pointer; }
.primary-value__option.is-selected { background: #fff; }
.primary-value__option input { width: 20px; height: 20px; accent-color: var(--navy); }

.result-section { margin: 34px 0; }
.result-section > h2 { margin-bottom: 16px; }
.result-intro { color: var(--muted); }
.domain-list { display: flex; flex-wrap: wrap; gap: 10px; }
.domain-chip { padding: 11px 16px; border: 1px solid #dbe79b; border-radius: 999px; background: var(--lime-soft); color: var(--navy); font-weight: 750; }
.domain-chip small { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; font-weight: 650; }
.professions-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.profession-card { min-height: 0; background: var(--blue-soft); }
.profession-specialty { margin: -4px 0 14px; color: var(--muted); font-size: 14px; line-height: 1.45; }
.profession-specialty span { display: block; margin-bottom: 3px; color: var(--ink); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.profession-card:nth-child(3n + 2) { background: var(--green-soft); }
.profession-card:nth-child(3n) { background: var(--violet-soft); }
.caveat { margin-top: 16px; padding: 13px 15px; border-radius: 12px; background: var(--yellow-soft); line-height: 1.4; }
.caveat ul { margin: 7px 0 0; padding-left: 20px; }
.requirement-note { margin-top: 14px !important; color: var(--muted); font-size: 14px; }
.hypothesis-list { display: grid; gap: 10px; }
.hypothesis-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 18px; border: 1px solid var(--border); border-radius: 14px; }
.hypothesis-row h3, .hypothesis-row p { margin: 0; }
.hypothesis-row h3 { color: var(--navy); font-size: 18px; }
.status { flex: 0 0 auto; padding: 8px 11px; border-radius: 999px; background: var(--blue-soft); font-size: 14px; font-weight: 750; }
.status--confirmed, .status--newly_discovered { background: var(--lime-soft); }
.status--not_confirmed { background: var(--yellow-soft); }
.result-actions { width: min(100%, 600px); margin: 30px auto 0; }
.paid-bridge { display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 20px 22px; border: 1px solid var(--border); border-radius: 16px; background: #f7f9fc; text-align: center; }
.paid-bridge p { margin: 0; color: var(--navy); font-weight: 700; line-height: 1.4; }
.paid-bridge .button { flex: 0 0 auto; text-decoration: none; }
.paid-bridge__cta { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 24px; line-height: 1.2; text-align: center; }
.result-secondary-actions { justify-content: center; gap: 12px; margin-top: 14px; }
.result-secondary-actions .button { min-height: 42px; padding: 0 20px; font-size: 14px; }

@media (max-width: 760px) {
  .professions-grid { grid-template-columns: 1fr; }
  .hypothesis-row { align-items: flex-start; flex-direction: column; }
  .status { flex: auto; }
  .paid-bridge { align-items: stretch; padding: 18px; }
  .paid-bridge .button { width: 100%; text-align: center; }
  .result-secondary-actions { flex-wrap: wrap; }
  .result-secondary-actions .button { flex: 1 1 180px; }
}

@media (prefers-reduced-motion: reduce) {
  .progress-track span { transition: none; }
}

.families-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.family-card { min-height: 0; background: #f7f9fc; }
.trajectory-list { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--border); }
.trajectory-list h4 { margin: 0 0 12px; color: var(--navy); font-size: 14px; }
.trajectory-list ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.trajectory-example { padding: 11px 12px; border-radius: 10px; background: #fff; }
.trajectory-example strong { display: block; color: var(--navy); }
.trajectory-specialty { margin: 5px 0 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
.trajectory-specialty span { display: block; margin-bottom: 3px; color: var(--ink); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.status { flex: 0 0 245px; margin: 0; padding: 8px 11px; border-radius: 9px; background: var(--blue-soft); font-size: 14px; font-weight: 750; }
.status--confirmed, .status--newly_discovered { background: var(--lime-soft); }
.status--not_confirmed { background: var(--yellow-soft); }

@media (max-width: 760px) {
  .families-grid { grid-template-columns: 1fr; }
}
