/* =========================================================================
   page-pilots.css — styles unique to pilots/index.html
   All tokens, canonical components (.card, .btn, .section-head, .kicker,
   .pill, .tag-row, .proof-card, .proof-of-work, etc.) come from
   foundation.css, layout.css, and design-system.css.
   ========================================================================= */

main a { color: var(--hvb-teal); text-decoration: none; }
main a:hover { text-decoration: underline; }

/* ── Pilot archetype card header ─────────────────────────────────────────── */
.card.pilot .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

/* ── Archetype badge label ───────────────────────────────────────────────── */
.badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(14, 59, 46, 0.10);
  border: 1px solid rgba(14, 59, 46, 0.18);
  color: var(--hvb-green);
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}

/* ── Button group rows inside cards ─────────────────────────────────────── */
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

/* ── Secondary paragraph style ───────────────────────────────────────────── */
.sub {
  margin: 6px 0 0;
  color: var(--hvb-slate);
  font-size: 15px;
  line-height: 1.5;
}
